* wl-vars.el (wl-smtp-authenticate-realm): New user option.
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
4
5         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
6
7 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8
9         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
10         (Thanks to Yoichi NAKAYAMA).
11
12 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
13
14         * wl-util.el (wl-save-drafts): Restore echo area.
15
16 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
17
18         * Version number is increased to 2.13.0.
19
20         * wl-util.el (wl-biff-check-folder-async): Use
21         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
22
23 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
24
25         * wl-message.el (wl-message-display-internal): Does not put
26         wl-message-display-type property on message buffer.
27         (wl-message-buffer-display-type): New function.
28
29         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
30
31         * wl-summary.el (wl-summary-mode): Use `dolist' to add
32         `wl-summary-buffer-detach'.
33         (wl-summary-message-display-type): Use
34         `wl-summary-buffer-display-type'.
35
36 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
37
38         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
39         buffer-local.
40
41         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
42         kill-buffer-hook instead of make-local-variable.
43         (wl-draft-preview-message): Set `local' argument of add-hook as t.
44
45 2004-12-12  Scott Renfro <scott@renfro.org>
46
47         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
48         regex for square-branket.
49
50 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
51
52         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
53         `wl-message-mime-analysis-p' with argument `header'.
54
55 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
56
57         * wl-mime.el (wl-draft-yank-current-message-entity): 
58         Switch to no-mime following method according to wl-message-display-type
59         property.
60         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
61
62         * wl-message.el (wl-message-display-internal): 
63         Put wl-message-display-type property on message buffer.
64
65         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
66         (wl-message-display-internal): Ditto;
67
68         * wl-summary.el (wl-summary-toggle-mime): Ditto.
69
70 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
71
72         * wl-message.el (wl-message-make-display-type): New function.
73         (wl-message-display-type-property): Ditto.
74         (wl-message-mime-analysys-p): Ditto.
75         (wl-message-display-all-header-p): Ditto.
76         (wl-message-redisplay): Removed argument `as-is', `all-header' and
77         added `display-type'.
78         (wl-message-buffer-display): Likewise.
79         (wl-message-display-internal): Likewise.
80         (wl-message-buffer-display-type): Abolish.
81         (wl-message-buffer-prefetch-subr): Follow the API changed.
82
83         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
84         from wl-summary-buffer-display-all-header and changed default value.
85         (wl-summary-message-display-type): New function.
86         (wl-summary-buffer-display-mime-mode): Ditto.
87         (wl-summary-buffer-display-header-mode): Ditto.
88         (wl-summary-toggle-mime): Rewrite with above functions.
89         (wl-summary-toggle-all-header): Ditto.
90         (wl-summary-redisplay): Force redisplay with default mode.
91         (wl-summary-redisplay-internal): Renamed argument from `mode',
92         `all-header' to `mime-mode', `header-mode'.
93         Use `wl-message-make-display-type'.
94
95         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
96         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
97
98 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
99
100         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
101
102 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
103
104         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
105         in original message buffer.
106         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
107         buffer.
108
109 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
110
111         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
112
113 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
114
115         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
116
117 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
118
119         * wl-action.el (wl-summary-exec-action-refile): Display a done message
120         when actions succeeded.
121         (wl-summary-exec-action-copy): Likewise.
122
123 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
124
125         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
126         there is switch-to-buffer at the end of wl-message-select-buffer.
127         (wl-summary-reply): Ditto.
128
129 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
130
131         * wl-summary.el (wl-summary-forward): Put subject in original
132         message buffer as argument of wl-draft-forward.
133         * wl-draft.el (wl-draft-forward): Decode subject as in
134         wl-draft-reply.
135
136 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
137
138         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
139         a folder under access group.
140
141 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
142
143         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
144         wl-message-buffer-display.
145
146         * wl-util.el (wl-set-save-drafts): Fix typo.
147
148 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
149
150         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
151         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
152         wl-highlight-logo-face to set the bg color of an xbm image; fixed
153         the way to measure the width of a bitmap image; don't put face on
154         ascii and bitmap images; put the mark which should not use the
155         variable-pitch face on ascii and bitmap images.
156         (wl-demo-setup-properties): Don't use the variable-pitch face on
157         ascii and bitmap images; made it work on Emacs 20 and earlier.
158         (wl-demo-insert-text): End with a newline at the bottom; don't put
159         face on text.
160
161         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
162
163 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
164
165         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
166
167         * wl-util.el (wl-save-drafts): Moved from sample setting.
168         (wl-set-save-drafts): New function to set idle timer.
169         * wl-draft.el (wl-draft): Call it.
170         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
171
172 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
173
174         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
175         a summary which has toggle display status off.
176
177 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
178
179         * wl-draft.el (wl-draft-do-fcc): No cache save.
180
181 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
182
183         * wl-summary.el (elmo-event-handler-flag-changed): Use
184         `set-buffer' instead of `with-current-buffer'.
185
186 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
187
188         * wl-summary.el (wl-summary-after-resize-function): New function.
189         (wl-summary-mode): Add `wl-summary-after-resize-function' to
190         window-size-change-functions.
191
192 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
193
194         * wl-draft.el (wl-draft-create-buffer): Bind
195         `change-major-mode-hook' after current buffer is changed.
196
197         * wl-summary.el (wl-summary-buffer-detach): New function.
198         (wl-summary-buffer-set-folder): Call it.
199         (wl-summary-mode): Add `wl-summary-buffer-detach' to
200         change-major-mode-hook and kill-buffer-hook.
201         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
202         (wl-summary-switch-to-clone-buffer): Ditto.
203         (wl-summary-goto-folder-subr): Ditto.
204
205 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
206
207         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
208         after boundp check.
209
210 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
211
212         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
213         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
214         for `kill-buffer'.
215
216         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
217         handler of current buffer from elmo-folder.
218
219 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
220
221         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
222
223 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
224
225         * wl-summary.el (wl-summary-buffer-event-handler): New internal
226         variable.
227         (wl-summary-event-handler): New class.
228         (elmo-event-handler-flag-changed): Define to update persistent
229         mark.
230         (wl-summary-buffer-set-folder): Register event handler to
231         elmo-folder.
232         (wl-summary-exit): Unregister event handler.
233         (wl-summary-goto-folder-subr): Ditto.
234         (wl-summary-mark-as-read-all): Does not call
235         `wl-summary-update-persistent-mark' directly.
236         (wl-summary-mark-as-read-internal): Ditto.
237         (wl-summary-set-persistent-mark-internal): Ditto.
238         (wl-summary-set-flags-internal): Ditto.
239
240         * Version number is increased to 2.11.33.
241
242 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
243
244         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
245         to nil.
246
247 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
248
249         * wl-spam.el (wl-spam-setup): Add hook
250         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
251         instead of `wl-summary-prepare-hook'.
252
253         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
254         if folder type is `'flag'.
255         (wl-summary-mark-as-important): Ditto.
256
257 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
258
259         * wl-address.el (wl-address-minibuffer-history): New variable.
260         (wl-address-minibuffer-local-map): New keymap.
261         (wl-address-read-from-minibuffer): New function.
262
263         * wl-action.el (wl-summary-get-resend-address): Use
264         `wl-address-read-from-minibuffer' instead of `completing-read'.
265
266 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
267
268         * Version number is increased to 2.11.32.
269
270 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
271
272         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
273         without mule to iso-8859-1.
274         (wl-draft-add-in-reply-to): Add note in description.
275         (wl-draft-add-references): Ditto.
276
277 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
278
279         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
280         definition for `m'.
281         (wl-summary-mode-line-format): Add '[%m]'.
282         (wl-message-mode-line-format-spec-alist): Ditto.
283         (wl-summary-display-mime-mode-list): New variable.
284
285         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
286         from wl-summary-buffer-display-as-is.
287         (wl-summary-buffer-display-all-header): New buffer local variable.
288         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
289         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
290         instead of wl-summary-buffer-display-as-is.
291         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
292         (wl-summary-set-persistent-mark): Ditto.
293         (wl-summary-set-message-buffer-or-redisplay): Just call
294         `wl-summary-redisplay-internal' without optional arguments.
295         (wl-summary-toggle-mime): Rewrite.
296         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
297         (wl-summary-toggle-all-header): New function.
298         (wl-summary-redisplay-internal): Treat mime mode.
299
300         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
301         to wl-mime-preview-follow-no-mime.
302         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
303         accodring to the display-mode.
304
305         * wl-message.el (wl-message-buffer-display-type): Rewrite.
306         (wl-message-buffer-display): Changed argument name from `as-is' to
307         `mode'.
308         (wl-message-display-internal): Ditto;
309         Bind elmo-mime-display-header-analysis according to the mode.
310         (wl-message-display-internal): Put wl-message-display-mime-mode
311         property on entire buffer.
312
313 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
314
315         * wl-draft.el (wl-draft-do-fcc): Undo last change.
316
317 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
318
319         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
320         Don't extract mail address.
321         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
322
323         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
324
325         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
326
327 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
328
329         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
330         wl-fldmgr-cut-entity-list on confirmation.
331
332 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
333
334         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
335         (wl-mime-quit-preview): Check existence of
336         mime-edit-temp-message-buffer here.
337
338 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
339
340         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
341         after deletion.
342
343         * wl-draft.el (wl-draft-send-confirm): Check major-mode
344         before calling wl-mime-quit-preview.
345
346 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
347
348         * wl-summary.el (wl-summary-pick): If call it with prefix
349         argument, set `delete-marks' as non-nil. Pick from only visible
350         messages.
351         (wl-summary-check-target-mark): New function.
352         (wl-summary-target-mark-mark-as-read): Use it.
353         (wl-summary-target-mark-mark-as-unread): Ditto.
354         (wl-summary-target-mark-operation): Ditto.
355         (wl-summary-target-mark-set-flags): Ditto.
356         (wl-summary-target-mark-save): Ditto.
357         (wl-summary-target-mark-pick): Ditto.
358         (wl-summary-target-mark-forward): Ditto.
359         (wl-summary-target-mark-reply-with-citation): Ditto.
360         (wl-summary-target-mark-print): Ditto.
361         (wl-summary-target-mark-uudecode): Ditto.
362
363         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
364         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
365         with `ask-coding' is non-nil.
366
367 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
368
369         * wl-thread.el (wl-thread-set-parent): If parent is a message
370         which is identified by references, set linked as nil.
371
372 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
373
374         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
375         (wl-message-mode-line-format-spec-alist): Ditto.
376         (wl-message-mode-line-format): Ditto.
377         (wl-summary-mode-line-format): Ditto for docstring.
378         (wl-summary-no-mime-folder-list): Fix typo.
379
380         * wl-util.el (wl-current-message-buffer): Call
381         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
382
383         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
384         variable.
385         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
386         of `wl-summary-redisplay-no-mime'.
387         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
388         (wl-summary-toggle-mime): New function.
389         (wl-summary-redisplay-all-header): Rewrite.
390         (wl-summary-redisplay-no-mime): Ditto.
391         (wl-summary-redisplay-internal): Added argument `as-is' and
392         `all-header'.
393
394         * wl-refile.el (wl-refile-default-from-folder-path-separator):
395         New variable.
396         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
397         bottom.
398         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
399         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
400         "/" unconditionally.
401
402         * wl-mime.el (wl-draft-yank-current-message-entity): Use
403         wl-mime-preview-follow-no-mime for as-is content.
404         (wl-mime-preview-follow-no-mime): New function.
405         (wl-mime-preview-follow-current-region): Fixed parenthesis.
406
407         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
408         and added `as-is', `all-header'.
409         (wl-message-buffer-display): Ditto.
410         (wl-message-buffer-display-type): New function.
411
412 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
413
414         * wl-vars.el (wl-message-header-button-alist): Change default
415         value.
416         (wl-message-body-button-alist): Ditto.
417
418 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
419
420         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
421
422 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
423
424         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
425
426 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
427
428         * wl-summary.el (wl-summary-sync-marks): Remove condition which
429         is always true.
430
431 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
432
433         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
434         on null entity.
435
436 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
437
438         * wl-vars.el (wl-draft-reply-default-position): Fix range.
439
440 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
441
442         * wl-vars.el (wl-summary-resend-hook): New hook.
443
444         * wl-action.el (wl-summary-exec-action-resend-subr): Run
445         `wl-summary-resend-hook'.
446
447 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
448
449         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
450         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
451         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
452         (wl-summary-new-cached-mark): Changed default value to 'n'.
453         (wl-summary-unread-cached-mark): Changed default value to 'u'.
454         (wl-summary-answered-cached-mark): Changed default value to 'a'.
455         (wl-folder-sync-range-alist): Remove spec for 'flag.
456         (wl-summary-force-prefetch-folder-list): New user option.
457
458         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
459         `wl-summary-toggle-persistent-mark'.
460         (wl-summary-update-mark-and-highlight-window): Don't highlight when
461         number is nil.
462         (wl-summary-mark-as-answered-region): Set interactive argument of
463         `wl-summary-set-persistent-mark-internal'.
464         (wl-summary-mark-as-important-region): Ditto.
465         (wl-summary-unset-persistent-mark): Ditto.
466         (wl-summary-set-persistent-mark): Ditto.
467         (wl-summary-mark-as-answered): Ditto.
468         (wl-summary-mark-as-important): Ditto.
469         (wl-summary-set-persistent-mark-internal): Do nothing
470         when `elmo-message-flag-available-p' is nil.
471         (wl-summary-toggle-persistent-mark): New function.
472         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
473         when the folder matches `wl-summary-force-prefetch-folder-list'.
474
475
476         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
477         when number is nil.
478         (wl-highlight-summary-forwarded-face): New face.
479
480 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
481
482         * Version number is increased to 2.11.31.
483
484 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
485
486         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
487         (wl-biff-check-folder-async): Ditto.
488         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
489
490 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
491
492         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
493         Add an argument `reverse'.  All callers are updated.
494         (wl-summary-sort): Add a prefix argument `reverse' to specify
495         reverse sorting.
496         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
497         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
498         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
499
500 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
501
502         * wl-message.el (wl-message-redisplay): Does not narrow header if
503         disply-type is all-header or as-is.
504
505         * wl-summary.el (wl-summary-enter-handler): Use
506         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
507
508 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
509
510         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
511         after adding wl-draft-parent-variables.
512         (wl-draft-forward): Ditto.
513
514 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
515
516         * wl-summary.el (wl-summary-sync-marks): Call
517         `wl-summary-set-persistent-mark' and
518         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
519         (wl-summary-set-persistent-mark-internal): Add 4th argument
520         `no-server'.
521         (wl-summary-unset-persistent-mark): Ditto.
522         (wl-summary-set-persistent-mark): Ditto.
523         (wl-summary-add-flags-internal): Abolish.
524         (wl-summary-remove-flags-internal): Ditto.
525         (wl-summary-mark-as-important-internal): Ditto.
526         (wl-summary-mark-as-important): Use
527         `wl-summary-set-persistent-mark' instead of
528         `wl-summary-add-flags-internal'.
529         (wl-summary-mark-as-important-region): Ditto.
530
531         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
532
533         * wl-summary.el (wl-summary-get-available-flags): New function.
534         (wl-summary-sync-marks): Use it and simplified.
535         (wl-summary-unset-persistent-mark): Use
536         `wl-summary-get-available-flags'.
537         (wl-summary-set-persistent-mark): Ditto.
538
539 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
540
541         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
542         id.
543
544 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
545
546         * wl-summary.el (wl-summary-enter-handler): If argument is not a
547         number, call `wl-summary-prev-line-content'. Show message when the
548         message is not found.
549
550 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
551
552         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
553         wl-summary-enter-handler.
554         (wl-summary-enter-handler): New command.
555
556         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
557         docstring and custom spec.
558
559         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
560         flags too; Don't treat Cached and New.
561         (wl-summary-set-persistent-mark): Ditto.
562
563         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
564         `wl-folder-set-flag'.
565
566         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
567         instead of `wl-folder-set-flag'.
568
569         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
570         for completion.
571         (wl-summary-set-persistent-mark): Ditto.
572
573         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
574         instead of `wl-draft-quit-preview'.
575
576         * wl-mime.el (toplevel): Avoid compile warning.
577         (wl-mime-quit-preview): New function
578         (formarly defined as `wl-draft-quit-preview').
579         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
580         quitting method.
581
582         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
583
584         * wl-folder.el (wl-folder-set-flag): Renamed from
585         `wl-draft-set-flag-on-parent'.
586
587         * wl-draft.el (wl-draft-quit-preview): New function.
588         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
589         (wl-draft-send): Call `wl-folder-set-flag' instead of
590         `wl-draft-set-flag-on-parent'.
591         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
592
593 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
594
595         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
596         (wl-draft-send): Ditto.
597
598 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
599
600         * wl-vars.el (wl-draft-reply-hook): Changed default value.
601         (wl-draft-kill-pre-hook): Set default value as nil.
602         (wl-summary-reply-hook): Ditto.
603         (wl-draft-kill-flags): Abolish.
604
605         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
606         (wl-draft-parent-variables): Renamed from
607         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
608         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
609         argument; Add wl-draft-parent-variables to
610         wl-draft-config-variables.
611         (wl-draft-reply): Likewise.
612         (wl-draft-kill-flags): Abolish.
613         (wl-draft-send): Call wl-draft-set-flag-on-parent.
614         (wl-draft-set-flag-on-parent): New function.
615         (wl-draft-setup-parent-flag): Ditto.
616
617 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
618
619         * wl-draft.el (wl-draft-kill-flags): Avoid error when
620         `wl-draft-parent-folder' is "".
621
622 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
623
624         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
625         (wl-summary-digit-jump): New function.
626         (Adviced by John Owens and Hiroya Murata)
627
628         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
629         (Adviced by John Owens)
630
631         * wl-xmas.el (wl-message-define-keymap): Ditto.
632
633         * wl-mule.el (wl-message-define-keymap): Ditto.
634
635 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
636
637         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
638         change of return value of elmo-folder-count-flags.
639
640         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
641         (wl-summary-mark-as-read-internal): Ditto.
642         (wl-summary-set-persistent-mark-internal): Ditto.
643         (wl-summary-folder-info-update): Ditto.
644         (wl-summary-sync-update): Fixed the last change.
645
646         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
647
648 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
649
650         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
651         (wl-draft-kill-flags): Fixed docstring.
652
653         * wl-draft.el (wl-draft-kill-flags): New function.
654         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
655
656 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
657
658         * wl-vars.el (wl-reply-hook): Abolish.
659         (wl-draft-reply-hook): New hook.
660         (wl-summary-reply-hook): Ditto.
661         (wl-draft-forward-hook): Ditto.
662         (wl-summary-forward-hook): Ditto.
663         (wl-draft-kill-flags): New variable.
664
665         * wl-summary.el (wl-summary-mark-as-answered-region): Use
666         wl-summary-set-persistent-mark-internal.
667         (wl-summary-sync-marks): Use elmo-preserved-flags.
668         (wl-summary-update-persistent-mark): Make it interactive.
669         (wl-summary-set-persistent-mark-internal): New inline function.
670         (wl-summary-mark-as-answered): Use it.
671         (wl-summary-mark-as-unanswered): Ditto.
672         (wl-summary-unset-persistent-mark): New function.
673         (wl-summary-set-persistent-mark): Ditto.
674         (wl-summary-reply): Don't set answered flag;
675         Run wl-summary-reply-hook instead.
676         (wl-summary-forward): Call wl-draft-forward with number.
677         Run wl-summary-forward-hook.
678
679         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
680         (wl-highlight-summary-line-face-spec): Use it as a default
681         persistent mark face.
682
683         * wl-draft.el (wl-draft-forward): Added optional argument number;
684         Set wl-draft-parent-number; Run wl-draft-forward-hook.
685         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
686         (wl-draft-kill): Use wl-draft-kill-flags.
687
688         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
689
690         * wl-folder.el (wl-folder-check-one-entity): Follow the change
691         of return value of elmo-folder-count-flags.
692
693         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
694
695         * wl-summary.el (wl-summary-count-unread): Ditto.
696         (wl-summary-sync-update): Follow the change above.
697         (wl-summary-force-prefetch): New function.
698
699 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
700
701         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
702         variable `buf' with `let' instead of `setq'.
703
704 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
705
706         * wl-mime.el (wl-message-delete-current-part): If filename exists,
707         add Content-Disposition heaeder on the deleted part.
708
709 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
710
711         * wl-draft.el (wl-draft-save): Encode address list under edit by
712         `eword-encode-unstructured-field-body'.
713
714         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
715
716 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
717
718         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
719         wl-current-summary-buffer.
720
721 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
722
723         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
724         `numbers' is ignored.
725
726 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
727
728         * wl-folder.el (wl-folder-open-folder): Avoid error.
729         Reported by John Owens, [wl-en:815]
730
731         * wl.el (wl): Set timer for biff process even if prefix argument
732         is given or auto-checking is quitted.
733
734         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
735         immediately.
736         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
737         (wl-toggle-plugged): Ditto.
738
739         * wl-vars.el (wl-biff-use-idle-timer): New variable.
740         * wl-util.el (wl-biff-start): Use idle timer if
741         `wl-biff-use-idle-timer' is non-nil.
742
743 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
744
745         * wl-highlight.el (wl-highlight-message): Fix description.
746
747 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
748
749         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
750         tty.
751
752 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
753
754         * wl-action.el (wl-summary-exec): Print failure count.
755
756 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
757
758         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
759         to `defun', remove interactive form.
760         Set elmo-message-fetch-confirm when force-reload is non-nil.
761
762 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
763
764         * wl-summary.el (toplevel): Removed unnecessary autoload.
765
766 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
767
768         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
769         the buffer is generated from another message buffer.
770
771 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
772
773         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
774         extracted from `wl-fldmgr-save-folders'.
775         (wl-fldmgr-delete): Call it after deletion.
776
777 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
778
779         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
780         multi-tty support.
781
782 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
783
784         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
785
786 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
787
788         * wl-summary.el (wl-summary-rescan): Remove unused variables.
789         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
790
791 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
792
793         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
794         unsubscribe list only if argument CLEAR is nil.
795
796 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
797
798         * wl-draft.el (wl-draft-reply): Decode subject before removing
799         Re: prefix.
800
801 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
802
803         * wl-summary.el (wl-summary-sort-by-size): New command.
804
805 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
806
807         * wl-summary.el (wl-summary-number-list-from-region): New
808         function.
809         (wl-summary-mark-as-read-region): Use it.
810         (wl-summary-mark-as-unread-region): Ditto.
811         (wl-summary-set-flags-region): Ditto and add optional argument
812         remove.
813         (wl-summary-mark-as-answered-region): Ditto.
814         (wl-summary-mark-as-important-region): Ditto.
815         (wl-summary-target-mark-mark-as-important): Added optional
816         argument remove.
817         (wl-summary-target-mark-mark-as-answered): Ditto.
818         (wl-summary-target-mark-set-flags): Ditto.
819
820 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
821
822         * wl-summary.el (wl-summary-set-flags-region): Call
823         `wl-summary-set-flags-internal' with number list instead of call
824         one by each message.
825         (wl-summary-target-mark-set-flags): Likewise.
826
827 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
828
829         * wl-summary.el (wl-summary-target-mark-operation): Add optional
830         argument `inverse' and use `wl-summary-delete-all-target-marks'.
831         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
832         (wl-summary-target-mark-mark-as-answered): Likewise.
833
834 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
835
836         * wl-summary.el (wl-summary-target-mark-forward): Use
837         `wl-summary-delete-all-target-marks' instead of
838         `wl-summary-delete-all-temp-marks'.
839         (wl-summary-target-mark-reply-with-citation): Ditto.
840         (wl-summary-target-mark-uudecode): Ditto.
841         (wl-summary-target-mark-set-flags): Ditto and remove needless
842         cursor move.
843
844 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
845
846         * wl-summary.el (wl-summary-target-mark-forward): Protect
847         wl-summary-buffer-target-mark-list from nreverse.
848         (wl-summary-target-mark-reply-with-citation): Ditto.
849
850 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
851
852         * wl-thread.el (wl-thread-update-indent-string-thread): Use
853         `elmo-display-progress-threshold'.
854
855 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
856
857         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
858         check `wl-summary-highlight'.
859         (wl-summary-window-scroll-functions): Respect value of
860         `wl-summary-highlight'.
861         (wl-summary-sync-update): Run hooks
862         `wl-summary-buffer-window-scroll-functions' at any time.
863
864 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
865
866         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
867         from `wl-summary-cleanup-temp-marks'.
868         (wl-summary-cleanup-temp-marks): Abolish argument.
869         * wl.el (wl-save-status): Revert previous change.
870         (wl-execute-temp-marks): New function, call
871         `wl-summary-exec-with-confirmation'.
872         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
873         (wl-folder-save-and-exec-marks): Abolished.
874
875 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
876
877         * wl-e21.el (wl-e21-display-image-p): Respect
878         `wl-highlight-folder-with-icon'.
879         (wl-e21-highlight-folder-group-line): Highlight mouse line
880         even if wl-e21-display-image-p is nil.
881
882         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
883         Respect value of `wl-summary-highlight'.
884
885         * wl.el (wl-save-status): Remove unused variable.
886
887         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
888         (wl-folder-mode-map): Bind it to "x".
889
890 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
891
892         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
893
894         * wl-thread.el (wl-thread-get-parent-list): Don't check
895         disconnected ancestors, neglecting needless work in
896         `wl-thread-update-indent-string-thread'.
897
898         * wl.el (wl-save): Take prefix argument to execute remaining marks.
899         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
900         argument, add argument default-keep to keep marks by default.
901
902         * Version number is increased to 2.11.30.
903
904         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
905         customization type and docstring.
906         (wl-draft-reply-without-argument-list): Ditto.
907
908 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
909
910         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
911
912         * wl-spam.el (wl-spam-mark-action-list): Ditto.
913
914 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
915
916         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
917
918 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
919
920         * wl-draft.el (wl-draft-config-exec): Narrow the range of
921         save-excursion so as not to include run-hooks.
922
923 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
924
925         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
926         Clarify that marks are going to be cleared.
927
928 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
929
930         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
931         according to 3rd element of wl-summary-flag-mark.
932
933         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
934
935 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
936
937         * wl-action.el (wl-summary-target-mark-all): Don't set
938         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
939
940 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
941
942         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
943         (wl-forward-subject-prefix): Ditto.
944         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
945         (wl-draft-reply-make-subject): Ditto.
946
947         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
948         `wl-draft-forward'.
949         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
950
951 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
952
953         * wl-action.el (wl-summary-target-mark-set-action): Stop if
954         target message does not exist.
955
956 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
957
958         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
959         `wl-subject-prefix-regexp'.
960         (wl-subject-forward-prefix-regexp): New variable.
961         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
962         `wl-draft-strip-subject-re' and take regexp as argument.
963         (wl-draft-forward): Use it.
964         (wl-draft-reply): Ditto.
965
966 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
967
968         * wl-e21.el (wl-highlight-plugged-current-line): Change for
969         emacs multi-tty support.
970
971 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
972
973         * wl-e21.el (wl-e21-display-image-p): Don't call
974         `display-images-p'.
975         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
976         support.
977         (wl-highlight-folder-current-line): Ditto.
978         (wl-folder-init-icons): Ditto.
979
980 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
981
982         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
983         the last line of summary in unplugged mode.
984
985 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
986
987         * wl-vars.el (wl-refile-rule-alist): Doc fix.
988
989 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
990
991         * wl-vars.el (wl-user-mail-address-regexp): New variable.
992         * wl-address.el (wl-address-user-mail-address-p): Use it.
993         (wl-address-delete-user-mail-addresses): Ditto.
994         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
995
996         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
997         (wl-address-delete-user-mail-addresses): Ditto.
998
999         * wl-address.el (wl-address-delete-user-mail-addresses): New
1000         function.
1001         * wl-refile.el (wl-refile-guess-by-history): Use it.
1002         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1003         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1004
1005         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1006         use wl-address-user-mail-address-p.
1007
1008 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1009
1010         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1011         after opening group.
1012
1013 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1014
1015         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1016         of elmo-set-buffer-multibyte.
1017
1018         * wl-message.el (wl-original-message-mode): Ditto.
1019
1020         * wl-score.el (wl-score-insert-header): Ditto.
1021
1022         * wl-summary.el
1023         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1024         (wl-summary-goto-folder-subr): Ditto.
1025         (wl-summary-insert-headers): Ditto.
1026
1027         * wl-util.el (wl-set-string-width): Ditto.
1028
1029         * Version number is increased to 2.11.29.
1030
1031 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1032
1033         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1034         (wl-highlight-summary-line-help-echo-alist): New variable.
1035         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1036         into `wl-highlight-summary-line-help-echo' and
1037         `wl-highlight-flag-folder-help-echo'.
1038         (wl-highlight-summary-line-string): Change accordingly.
1039         (wl-highlight-summary-current-line): Ditto.
1040
1041 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1042
1043         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1044         at the beginning of field body (Thanks to Markus Knittig).
1045
1046         * wl-draft.el (wl-draft-insert-current-message): Also check
1047         summary buffer, remove unnecessary tag.
1048
1049 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1050
1051         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1052         when wl-message-buffer is nil.
1053
1054         * wl-folder.el (wl-folder): Abolish unused argument.
1055         Call wl-folder-init when wl-folder-entity is nil.
1056         * wl.el (wl): Change accordingly.
1057
1058 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1059
1060         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1061         multibyte string before insert into draft buffer.
1062         (wl-draft-create-buffer): Always enable multibyte characters for
1063         draft buffer.
1064
1065         * Version number is increased to 2.11.28.
1066
1067 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1068
1069         * wl-folder.el (wl-folder-open-close): Handle blank line.
1070         (wl-folder-jump-to-current-entity): Ditto.
1071
1072 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1073
1074         * Version number is increased to 2.11.27.
1075
1076 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1077
1078         * wl-thread.el (wl-thread-insert-message): When the thread is
1079         devided by wl-summary-max-thread-depth, insert line at the end of
1080         buffer.
1081
1082 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1083
1084         * Version number is increased to 2.11.26.
1085
1086 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1087
1088         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1089
1090 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1091
1092         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1093         value of stream-type and session.
1094
1095 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1096
1097         * Version number is increased to 2.11.25.
1098
1099 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1100
1101         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1102         in a quit message.
1103
1104 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1105
1106         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1107         (wl-summary-redisplay-no-mime-internal): Ditto.
1108
1109 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1110
1111         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1112         * wl-vars.el (wl-smtp-connection-type): Ditto.
1113
1114 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1115
1116         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1117         for the separator line and quote mail-header-separator.
1118
1119 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1120
1121         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1122         result message.
1123
1124         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1125         `elmo-multiple-fields-body-list' with boundary as
1126         mail-header-separator.
1127
1128 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1129
1130         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1131
1132 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1133
1134         * wl-util.el (wl-list-diff): Remove unused function.
1135
1136         * wl-draft.el (wl-draft-send-confirm): Discard input before
1137         confirmation.
1138
1139 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1140
1141         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1142         order of flag and new.
1143
1144 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1145
1146         * wl-vars.el (wl-refile-policy-alist): Abolished.
1147
1148         * wl-action.el (wl-summary-set-action-refile): Follow the change
1149         above.
1150
1151 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1152
1153         * wl-highlight.el (wl-highlight-signature-search): Don't use
1154         re-search-backward for a long word since it is possible to crash
1155         XEmacs because of a bug.
1156
1157 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1158
1159         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1160
1161 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1162
1163         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1164         argument for wl-summary-sync-force-update.
1165
1166 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1167
1168         * wl-summary.el (wl-summary-mode-map): Revival of
1169         wl-summary-mark-as-important related bindings;
1170         Bind 'F','tF','mF','rF','m&'.
1171         (wl-summary-mark-as-important-region): Revival.
1172         (wl-summary-target-mark-mark-as-important): Ditto.
1173         (wl-summary-target-mark-operation): New function.
1174         (wl-summary-target-mark-mark-as-answered): Use it.
1175         (wl-summary-decide-flag): Don't set Important as default.
1176         (wl-summary-mark-as-important-internal): Revival.
1177         (wl-summary-mark-as-important): Ditto.
1178
1179         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1180
1181         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1182         instead of facep.
1183
1184 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1185
1186         * wl-dnd.el (wl-dnd-drop-func): Fix.
1187
1188         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1189         mouse-set-point instead of posn-point.
1190
1191         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1192
1193         * wl-mule.el (wl-completing-read-multiple): Ditto.
1194
1195 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1196
1197         * wl-demo.el (face-background-name): Defalias to avoid compile
1198         warning.
1199
1200 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1201
1202         * wl-summary.el (wl-summary-decide-flag): Use
1203         wl-completing-read-multiple instead of completing-read-multiple.
1204
1205         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1206         New alias.
1207
1208         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1209         Use face-background-name instead of face-background.
1210
1211         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1212
1213         * wl-summary.el (wl-summary-save): Use it.
1214         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1215
1216         * wl-mime.el (wl-mime-save-content): Fix last change.
1217
1218 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1219
1220         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1221         New function.
1222         (wl-summary-sort-specs): Added sort.
1223         * wl-mime.el (wl-mime-save-content): Expand file name.
1224
1225 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1226
1227         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1228
1229         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1230
1231 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1232
1233         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1234         for flag if it is not defined.
1235
1236 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1237
1238         * wl-e21.el (wl-highlight-folder-current-line): Use
1239         elmo-folder-type-internal when elmo-folder-type returns nil.
1240
1241         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1242
1243         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1244
1245         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1246
1247         * wl-e21.el (wl-summary-toolbar): Ditto.
1248
1249         * wl-vars.el (wl-demo-background-color): Abolished.
1250         (wl-summary-persistent-mark-priority-list): Renamed from
1251         wl-summary-flag-priority-list.
1252         (wl-summary-flag-alist): New user option.
1253         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1254         (wl-message-mode-line-format-spec-alist): Added 'F'.
1255         (wl-message-mode-line-format): Likewise.
1256         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1257         instead of wl-summary-important-mark.
1258         (wl-file-folder-icon): New variable.
1259
1260         * wl-thread.el (wl-thread-set-flags): Renamed from
1261         wl-thread-mark-as-important.
1262
1263         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1264         warning.
1265         (wl-summary-mode-menu-spec): Follow the change of 
1266         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1267         (wl-summary-mode-map): Follow the change of
1268         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1269         (wl-summary-detect-mark-position): Follow the variable name change.
1270         (wl-summary-set-flags-region): New function for the replacement of
1271         wl-summary-mark-as-important-region.
1272         (wl-summary-sync-marks): Sync all global-flags.
1273         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1274         instead of elmo-message-flagged-p.
1275         (wl-summary-persistent-mark-string): Follow the variable name change;
1276         Put wl-summary-flag-mark if the message has global-flag.
1277         (wl-summary-target-mark-set-flags): Renamed from 
1278         wl-summary-target-mark-mark-as-important.
1279         (wl-summary-decide-flag): New function.
1280         (wl-summary-set-flags-internal): Renamed from
1281         wl-summary-mark-as-important-internal.
1282         (wl-summary-add-flags-internal): New function.
1283         (wl-summary-remove-flags-internal): Ditto.
1284         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1285         (wl-summary-mark-as-unimportant): Abolish.
1286         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1287         (wl-summary-next-message): List flagged messages in the msgdb.
1288
1289         * wl-score.el (wl-summary-score-update-all-lines): Use
1290         wl-summary-add-flags-internal instead of 
1291
1292         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1293
1294         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1295         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1296         (wl-message-buffer-require-all-header): Renamed from
1297         wl-message-buffer-all-header-flag (Ditto).
1298         (wl-message-buffer-flag-indicator): New variable.
1299         (wl-message-redisplay): Changed local varibale name from `flag' to
1300         `display-type'; Set up wl-message-buffer-flag-indicator.
1301         (wl-message-buffer-display): Changed varibale name from `flag' to
1302         `display-type'.
1303         (wl-message-display-internal): Likewise.
1304
1305         * wl-highlight.el (wl-highlight-demo-face): Define default background
1306         color.
1307         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1308
1309         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1310
1311         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1312         (wl-demo-setup-properties): Renamed from
1313         `wl-demo-set-background-color'.
1314         (wl-demo): Follow the change above.
1315         
1316         * Version number is increased to 2.11.24.
1317
1318 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1319
1320         * wl-summary.el (wl-summary-toggle-thread): Call
1321         `wl-summary-rescan' with disable-thread as non-nil.
1322         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1323
1324 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1325
1326         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1327         foreground property of the face.
1328         (wl-demo-insert-text): Don't set up face property here.
1329         (wl-demo): Call wl-demo-set-background-color, anyway.
1330
1331 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1332
1333         * wl-vars.el (wl-demo-background-color): The value can be nil.
1334
1335 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1336
1337         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1338         to wl-summary-wheel-dispatcher.
1339
1340         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1341         wl-message-wheel-dispatcher.
1342         (wl-message-wheel-dispatcher): New function.
1343         (wl-summary-wheel-dispatcher): Ditto.
1344
1345 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1346
1347         * wl-action.el (wl-summary-target-mark-all): List messages which are
1348         not in the killed-list.
1349
1350         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1351         only when the folder is 'flag/important.
1352
1353         * wl-address.el (wl-complete-field-body): Complete if the last
1354         character is a space.
1355
1356 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1357
1358         * wl-folder.el (wl-folder-clear-entity-info): Use
1359         elmo-clear-hash-val.
1360
1361         * wl-fldmgr.el (wl-fldmgr-rename): Set
1362         wl-folder-info-alist-modified as t.
1363
1364 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1365
1366         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1367
1368 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1369
1370         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1371         (wl-folder-buffer-last-visited-entity-id): New buffer local
1372         variable.
1373         (wl-folder-revisit-last-visited-folder): New function.
1374         (wl-folder-mode-map): Bind it to "C-i".
1375         (wl-folder-set-current-entity-id): Set last visited folder.
1376         * wl-summary.el (wl-summary-exit): Ditto.
1377
1378 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1379
1380         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1381         before calling `recenter' in order to cope with an XEmacs bug.
1382
1383 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1384
1385         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1386         to the default value.
1387
1388 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1389
1390         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1391         change.
1392         (wl-summary-sync-marks): Ditto.
1393         (wl-summary-mark-as-read-internal): Ditto.
1394         (wl-summary-mark-as-answered-internal): Ditto.
1395         (wl-summary-mark-as-important-internal): Ditto.
1396         (wl-summary-reply): Ditto.
1397
1398         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1399         instead of `elmo-folder-unflag-answered'.
1400
1401         * Version number is increased to 2.11.23.
1402
1403         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1404         the last change.
1405
1406 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1407
1408         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1409         Specify "spam" or "good".
1410
1411 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1412
1413         * wl-spam.el (wl-summary-exec-action-spam): Call
1414         wl-folder-confirm-existence for spam folder.
1415         (wl-spam-setup): Bind "mk".
1416
1417 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1418
1419         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1420
1421 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1422
1423         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1424         destination folder is empty.
1425
1426 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1427
1428         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1429         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1430
1431         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1432         (wl-summary-refile-prev-destination-region): New function.
1433         (wl-thread-refile-prev-destination): Ditto.
1434         (wl-summary-target-mark-refile-prev-destination): Ditto.
1435
1436 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1437
1438         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1439         (wl-demo-background-color): Changed default value.
1440
1441         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1442         color.
1443
1444         * wl-demo.el (wl-demo-set-background-color): New function.
1445         (wl-demo): Call it.
1446
1447 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1448
1449         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1450         * wl-address.el (wl-address-add-or-change): Don't add empty
1451         address.
1452
1453 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1454
1455         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1456
1457 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1458
1459         * wl-vars.el (wl-demo-image-filter-alist): New variable
1460         (wl-demo-background-color): Ditto.
1461
1462         * wl-demo.el (wl-demo-xpm-set-background): New function.
1463         (wl-demo-image-filter): Ditto.
1464         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1465
1466         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1467
1468         * wl-demo.el (wl-demo-icon-name): Define as function.
1469         (wl-demo-insert-image): Use it.
1470
1471 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1472
1473         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1474
1475 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1476
1477         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1478
1479 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1480
1481         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1482
1483 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1484
1485         * wl-thread.el (wl-thread-mark-as-answered): New function.
1486
1487         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1488         answered" entry.
1489         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1490         "r&" and wl-thread-mark-as-answered to "t&".
1491         (wl-summary-mark-as-important-region): Refine to toggle mark.
1492         (wl-summary-mark-as-answered-region): New function.
1493         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1494         and 3rd argument.
1495         (wl-summary-mark-as-important-internal): Likewise.
1496
1497 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1498
1499         * wl-template.el (wl-template-preview): New internal variable.
1500         (wl-template-preview-p): New function.
1501         (wl-template-show): Bind `wl-template-preview' as t.
1502
1503 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1504
1505         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1506         `elmo-message-entity-field' with 3rd argument which is non-nil.
1507
1508 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1509
1510         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1511         Removed duplicate local bind `folder'.
1512
1513 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1514
1515         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1516
1517 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1518
1519         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1520         duplicate definition.
1521
1522 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1523
1524         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1525         non-nil, use it; Don't fetch message if there's no message in the
1526         current cursor position.
1527
1528 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1529
1530         * wl-util.el (wl-region-exists-p): Use region-active-p.
1531         (wl-deactivate-region): New function.
1532         * wl-message.el (wl-message-redisplay): Deactivate region.
1533
1534         * wl-summary.el (wl-summary-reply): Call
1535         `wl-summary-set-message-buffer-or-redisplay' instead of
1536         `wl-summary-redisplay-internal', don't move point.
1537
1538 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1539
1540         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1541         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1542         by regexp.
1543
1544 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1545
1546         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1547         if no need.
1548
1549 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1550
1551         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1552         default value to nil.
1553         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1554         `wl-summary-prepare-hook'; Replace refile action to
1555         `wl-summary-exec-action-refile-with-register'.
1556
1557         * Version number is increased to 2.11.22.
1558
1559 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1560
1561         * wl-summary.el (wl-summary-detect-mark-position): Set
1562         `wl-summary-buffer-weekday-name-lang'.
1563
1564 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1565
1566         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1567         (wl-summary-mark-as-read-all): Ditto.
1568         (wl-summary-delete-messages-on-buffer): Ditto.
1569         (wl-summary-sync-update): Ditto.
1570         (wl-summary-mark-as-read-internal): Ditto.
1571         (wl-summary-mark-as-answered-internal): Ditto.
1572         (wl-summary-update-folder-info): Abolished.
1573
1574 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1575
1576         * wl-summary.el (wl-summary-mark-as-read-all): Use
1577         `wl-summary-update-folder-info' instead of
1578         `wl-folder-update-unread'.
1579
1580 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1581
1582         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1583         `wl-summary-folder-info-update'.
1584         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1585         instead of `wl-summary-folder-info-update'.
1586         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1587         `wl-folder-set-folder-updated'.
1588         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1589         instead of `wl-folder-update-unread'.
1590         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1591         the value of `wl-summary-buffer-unread-count' for the second parameter of
1592         `wl-folder-update-unread'.
1593
1594         * Version number is increased to 2.11.21.
1595
1596 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1597
1598         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1599         a local variable.
1600
1601 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1602
1603         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1604         interactively.
1605
1606         * wl-summary.el (wl-summary-mark-as-important-internal): New
1607         internal function.
1608         (wl-summary-mark-as-important): Use it.
1609         (wl-summary-mark-as-unimportant): New function.
1610         (wl-summary-sync-marks): Follow the API change.
1611
1612         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1613
1614         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1615
1616 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1617
1618         * wl-folder.el (wl-folder-update-unread): Re-indent.
1619         Narrow the scope of a local variable.
1620
1621 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1622
1623         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1624         (wl-addrmgr-merge-entries): Ditto.
1625         (wl-addrmgr): Added to address entry which exists in draft buffer
1626         if no entry is in original.
1627
1628 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1629
1630         * wl-batch.el: New file.
1631
1632 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1633
1634         * wl-vars.el (wl-use-semi): Remove unused variable.
1635
1636 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1637
1638         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1639         "?".
1640
1641 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1642
1643         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1644         wl-summary-new-mark.
1645         (wl-summary-new-cached-mark): New user option.
1646         (wl-summary-score-marks): Follow the change above.
1647         (wl-summary-auto-refile-skip-marks): Ditto.
1648         (wl-summary-incorporate-marks): Ditto.
1649         (wl-summary-expire-reserve-marks): Ditto.
1650
1651         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1652
1653         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1654         (wl-summary-persistent-mark-string): Distinguished between cached
1655         and uncached mark when the message is new.
1656
1657 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1658
1659         * wl-spam.el (wl-spam-domain): Renamed from
1660         `wl-spam-folder-guess-domain'.
1661         (wl-summary-exec-action-spam): Register as spam if domain of the
1662         source folder is good.
1663         (wl-summary-exec-action-refile-with-register): Register message if
1664         domain of the source folder is not undecided.
1665
1666 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1667
1668         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1669         detect thread loop.
1670
1671 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1672
1673         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1674         and wl-summary-skip-mark-list.
1675
1676 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1677
1678         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1679
1680         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1681
1682         * wl-spam.el (toplevel): Require wl-highlight.
1683         (wl-spam-auto-check-policy-alist): Abolish.
1684         (wl-spam-auto-check-folder-regexp-list): New user option.
1685         (wl-spam-auto-check-marks): Ditto.
1686         (wl-spam-mark-action-list): Ditto.
1687         (wl-highlight-summary-spam-face): New face.
1688         (wl-spam-auto-check-message-p): New function.
1689         (wl-spam-map-spam-messages): Fixed message.
1690         (wl-spam-register-spam-messages): Ditto.
1691         (wl-spam-register-good-messages): Ditto.
1692         (wl-summary-spam-map): Add and remove keybind.
1693         (wl-summary-target-mark-spam): Abolish.
1694         (wl-summary-refile-spam): Ditto.
1695         (wl-summary-test-spam): New function.
1696         (wl-summary-mark-spam): Ditto.
1697         (wl-summary-auto-check-spam): Follow the above change.
1698         (wl-summary-exec-action-spam): New function.
1699         (wl-summary-exec-action-refile-with-register): Fixed message.
1700         (wl-message-check-spam): New function.
1701         (wl-spam-setup): Ditto.
1702         (toplevel): Call it if this file is loaded interactivity.
1703
1704         * Version number is increased to 2.11.20.
1705
1706 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1707
1708         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1709         when new optional argument `force' is non nil or modified.
1710
1711 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1712
1713         * wl.el (toplevel): Require wl-spam when compile.
1714         (wl-save-status): Call wl-spam-save-status.
1715
1716         * wl-spam.el (wl-spam-register-spam-messages): New function.
1717         (wl-spam-register-good-messages): Ditto.
1718         (wl-spam-save-status): Ditto.
1719         (wl-summary-mode-map): Bind
1720         wl-summary-target-mark-register-as-spam to "ms" and
1721         wl-summary-target-mark-register-as-good to "mn".
1722         (wl-summary-register-as-spam): Abolish optional argument; Use
1723         wl-spam-register-spam-messages.
1724         (wl-summary-register-as-spam-all): Use
1725         wl-spam-register-spam-messages.
1726         (wl-summary-register-as-good): Abolish optional argument; Use
1727         wl-spam-register-good-messages.
1728         (wl-summary-register-as-good-all): Use
1729         wl-spam-register-good-messages.
1730         (wl-summary-target-mark-register-as-spam): New funtion.
1731         (wl-summary-target-mark-register-as-good): Ditto.
1732
1733 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1734
1735         * wl-spam.el: New file.
1736
1737 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1738
1739         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1740
1741         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1742         (wl-summary-auto-refile): Call wl-refile-guess with
1743         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1744
1745 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1746
1747         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1748         with disable-thread argument non-nil.
1749
1750 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1751
1752         * wl-summary.el (wl-summary-rescan): Added optional argument
1753         disable-thread.
1754         (wl-summary-sync): Call wl-summary-rescan with argument
1755         disable-thread.
1756         (wl-summary-input-range): Added new range `rescan-thread'.
1757
1758 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1759
1760         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1761
1762 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1763
1764         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1765         internal variable.
1766         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1767         wl-summary-search-parent-by-subject-regexp and
1768         wl-summary-divide-thread-when-subject-changed as nil.
1769         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1770         (wl-summary-insert-thread): Search parent entity from
1771         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1772         thread loop.
1773
1774 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1775
1776         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1777
1778         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1779
1780         * wl-util.el (wl-require-update-all-folder-p): New function.
1781         (wl-get-assoc-list-value): Added `function' to match directive.
1782         (wl-collect-draft): Rewrite.
1783
1784         * wl-summary.el (wl-summary-sync-update): Clear faces
1785         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1786         are non-nil.
1787         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1788         argument as function.
1789         (wl-summary-input-range): Ditto.
1790
1791         * wl-folder.el (wl-draft-get-folder): New function.
1792         (wl-folder-get-elmo-folder): Consider draft folder.
1793
1794         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1795         (wl-draft-buffer-message-number): New buffer local variable.
1796         (wl-draft-folder-internal): New internal variable.
1797         (wl-draft-delete): Rewrite.
1798         (wl-draft-save): Ditto.
1799         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1800         wl-folder-get-elmo-folder.
1801         (wl-draft-config-info-operation): Ditto.
1802         (wl-jump-to-draft-folder): Ditto.
1803         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1804         (wl-draft-reedit): Rewrite.
1805
1806         * Version number is increased to 2.11.19.
1807         
1808 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1809
1810         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1811         variable.
1812
1813 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1814
1815         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1816         Use ignore-errors instead of unwind-protect.
1817
1818 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1819
1820         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1821         for updating `wl-thread-entity-list'.
1822
1823 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1824
1825         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1826         parameter from calling `wl-thread-entity-get-older-brothers' and
1827         `wl-thread-entity-get-younger-brothers'.
1828         Replace nested `append' with a single one.
1829
1830 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1831
1832         * wl-summary.el (wl-summary-mode): Don't use the return value of
1833         `make-local-hook'.
1834
1835 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1836
1837         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1838         instead of `let*'.
1839         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1840         of local variables.
1841
1842 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1843
1844         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1845         Renamed from wl-summary-window-scroll-functions.
1846         (wl-summary-window-scroll-functions): Don't set to variable.
1847         (wl-summary-display-top): Use run-hooks.
1848         (wl-summary-display-bottom): Ditto.
1849         (wl-summary-toggle-disp-msg): Ditto.
1850         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1851         Use it instead of wl-summary-window-scroll-functions.
1852         (wl-summary-goto-folder-subr): Don't call
1853         wl-summary-window-scroll-functions, use
1854         wl-summary-buffer-window-scroll-functions instead.
1855
1856 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1857
1858         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1859         make-local-variable.
1860
1861 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1862
1863         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1864         set-buffer-modified-p.
1865         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1866         (wl-summary-display-bottom): Ditto.
1867         (wl-summary-toggle-disp-msg): Ditto.
1868
1869 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1870
1871         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1872
1873         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1874         (wl-summary-forward): Use elmo-message-entity-field instead of
1875         elmo-message-field.
1876
1877         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1878
1879 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1880
1881         * wl-summary.el (wl-summary-window-scroll-functions): No use
1882         `append'.
1883
1884 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1885
1886         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1887         function.
1888         (wl-summary-window-scroll-functions): Call it when both
1889         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1890         (wl-summary-temp-mark): Added optional argument number.
1891         (wl-summary-message-mark): Added optional argument flag.
1892         (wl-summary-persistent-mark): Added optional argument number and flag.
1893         (wl-summary-update-persistent-mark): Ditto.
1894         (wl-summary-update-status-marks): Set "r" for interactive spec.
1895
1896         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1897         argument number and flag.
1898
1899         * wl-action.el (wl-summary-registered-temp-mark): 
1900         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1901
1902 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1903
1904         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1905         internal variable (buffer local).
1906         (wl-summary-window-scroll-functions): New function.
1907         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1908         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1909         as nil.
1910         (wl-summary-update-status-marks): Added arguments beg, end and
1911         check.
1912         (wl-summary-update-mark-window): Use function.
1913         (wl-summary-sync-update): Follow the change above.
1914         (wl-summary-switch-to-clone-buffer): Copy
1915         wl-summary-buffer-unsync-mark-number-list.
1916         (wl-summary-goto-folder-subr): Set
1917         wl-summary-buffer-unsync-mark-number-list and
1918         use wl-summary-window-scroll-functions instead of
1919         wl-summary-lazy-highlight.
1920
1921         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1922
1923 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1924
1925         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1926
1927         * wl-summary.el (wl-summary-update-persistent-mark): Call
1928         wl-summary-set-message-modified.
1929
1930         * wl-summary.el (wl-summary-sync-update): Don't call
1931         wl-summary-update-status-marks.
1932
1933         * Version number is increased to 2.11.18.
1934
1935 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1936
1937         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1938         (wl-message-next-page): Ditto.
1939
1940 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1941
1942         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1943         local variable.  Change the order of a collected list into the
1944         same as the specified range.  Remove nil from a collected list.
1945
1946 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1947
1948         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1949         argument for elmo-folder-list-messages.
1950
1951 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1952
1953         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1954         change (wl-summary-count-unreads return a list instead of a cons
1955         cell).
1956
1957 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1958
1959         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1960         `wl-summary-folder-info-update'.
1961
1962 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1963
1964         * wl-summary.el (wl-summary-set-message-modified): No use
1965         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1966         (wl-summary-set-mark-modified): Abolish.
1967         (wl-summary-mark-modified-p): Ditto.
1968         (wl-summary-save-view): Follow the change above.
1969
1970         * wl-expire.el (wl-summary-expire): Likewise.
1971
1972 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1973
1974         * wl-summary.el (wl-summary-detect-mark-position): Use
1975         modb-entity-handler.
1976         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1977
1978         * Version number is increased to 2.11.17.
1979
1980 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1981
1982         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1983         entity field value.
1984         (wl-summary-prefetch-msg): Ditto.
1985         (wl-summary-print-message-with-ps-print): Ditto.
1986
1987 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1988
1989         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1990         for dummy entity.
1991         (wl-summary-insert-thread): Use elmo-message-entity-field.
1992         (wl-summary-update-thread): Use elmo-message-entity-field and
1993         elmo-message-entity-number.
1994         (wl-summary-line-number):  Use elmo-message-entity-number.
1995         (wl-summary-line-size): Use elmo-message-entity-field.
1996         (wl-summary-line-subject): Ditto.
1997         (wl-summary-line-from): Ditto.
1998         (wl-summary-line-attached): Ditto.
1999         (wl-summary-create-line): Ditto.
2000         (wl-summary-create-line): Use elmo-message-entity-number.
2001         (wl-summary-print-message-with-ps-print): Use
2002         elmo-message-entity-field.
2003
2004 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2005
2006         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2007         change in elmo-msgdb-make-message-entity.
2008         (wl-summary-buffer-set-folder): Don't call
2009         wl-summary-detect-mark-position here.
2010         (wl-summary-rescan): Call elmo-message-entity-number.
2011         (wl-summary-sync-update): Ditto.
2012         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2013
2014         * wl-score.el (wl-score-header-index): Redefine 2th element.
2015         (wl-score-overview-entity-get-extra): Abolish.
2016         (wl-score-ov-entity-get): Rewrite.
2017         (wl-score-string-index<, wl-score-string-func<): Abolish.
2018         (wl-score-string<): New function.
2019         (wl-score-string-sort): Use it.
2020
2021         * wl-refile.el (wl-refile-guess-by-history): Use
2022         elmo-message-entity-field.
2023         (wl-refile-guess-by-from): Ditto.
2024         (wl-refile-guess-by-msgid): Ditto.
2025
2026         * Version number is increased to 2.11.16.
2027
2028 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2029
2030         * wl-folder.el (wl-folder-confirm-existence): Don't call
2031         file-exists-p if msgdb-path is nil.
2032         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2033         `wl-read-folder-hist' to `wl-read-folder-history'.
2034
2035 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2036
2037         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2038         `y-or-n-p'.
2039
2040 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2041
2042         * wl-score.el (wl-score-headers): Don't use
2043         elmo-folder-do-each-message-entity.
2044
2045         * Version number is increased to 2.11.15.
2046
2047 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2048
2049         * wl-summary.el (wl-summary-delete-all-msgs): Use
2050         elmo-folder-move-messages instead of elmo-folder-delete-messages
2051         and elmo-folder-detach-messages.
2052         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2053
2054         * wl-expire.el (wl-expire-delete): Ditto.
2055         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2056
2057 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2058
2059         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2060         (wl-message-header-narrowing-fields): Ditto.
2061         (wl-message-header-narrowing-lines): Ditto.
2062         (wl-message-header-narrowing-string): Ditto.
2063
2064         * wl-summary.el (wl-summary-mode-map): Bind
2065         wl-summary-toggle-header-narrowing to "C-cC-f".
2066         (wl-summary-toggle-header-narrowing): New function.
2067
2068         * wl-message.el (wl-message-buffer-create): Call
2069         wl-message-header-narrowing-setup.
2070         (wl-message-redisplay): Call wl-message-header-narrowing.
2071         (wl-message-header-narrowing): New function.
2072         (wl-message-header-narrowing-map): New keymap.
2073         (wl-message-header-narrowing-widen-map): New keymap.
2074         (wl-message-header-narrowing-again-at-mouse): New function.
2075         (wl-message-header-narrowing-1): Ditto.
2076         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2077         (wl-message-header-narrowing-setup): Ditto.
2078         (wl-message-header-narrowing-toggle): Ditto.
2079         
2080         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2081
2082         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2083         'flag as all.
2084         (wl-use-flag-folder-help-echo): New user option.
2085
2086         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2087         wl-summary-highlight as nil.
2088         (wl-summary-set-mark-modified): Follow the API change.
2089         (wl-summary-mark-modified-p): Ditto.
2090         (wl-summary-mark-as-read-all): Ditto.
2091         (wl-summary-sync-marks): Don't call
2092         elmo-folder-list-messages-with-global-mark.
2093         (wl-summary-mark-as-read-internal): Follow the API change.
2094         (wl-summary-mark-as-answered-internal): Ditto.
2095         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2096         Follow the API change.
2097         (wl-summary-create-line): Call with number argument.
2098         (wl-summary-reply): Follow the API change.
2099
2100         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2101         function.
2102         (wl-highlight-summary-line-string): Call it when
2103         wl-use-flag-folder-help-echo is non-nil.
2104         (wl-highlight-summary-current-line): Ditto.
2105         (elmo-flag-folder-referrer): Added autoload setting.
2106
2107         * wl-draft.el (wl-draft-kill): Follow the API change.
2108
2109         * Version number is increased to 2.11.14.
2110         
2111 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2112
2113         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2114
2115 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2116
2117         * Version number is increased to 2.11.13.
2118
2119 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2120
2121         * wl-draft.el (wl-draft-previous-history-element): Fixed
2122         unbalanced parenthesis and bind unbound local variables.
2123
2124 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2125
2126         * wl-draft.el (wl-draft-previous-history-element): New function.
2127         (wl-draft-next-history-element): Ditto.
2128         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2129         them to M-p and M-n.
2130
2131 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2132
2133         * Version number is increased to 2.11.12.
2134
2135 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2136
2137         * wl-draft.el (wl-draft-hide): Select buffer-window.
2138
2139 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2140
2141         * wl-summary.el (wl-summary-narrow-to-region): New function.
2142         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2143         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2144         (wl-summary-save-region): Use it.
2145         * wl-action.el (wl-summary-collect-numbers-region)
2146         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2147
2148 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2149
2150         * wl-folder.el (wl-folder-count-incorporates): Don't use
2151         `elmo-msgdb-mark-load'
2152
2153         * Version number is increased to 2.11.11.
2154
2155 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2156
2157         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2158         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2159
2160 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2161
2162         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2163
2164 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2165
2166         * Version number is increased to 2.11.10.
2167
2168 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2169
2170         * wl-mime.el (wl-draft-attribute-value): Fixed.
2171
2172 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2173
2174         * wl-util.el (wl-copy-local-variables): New function.
2175
2176         * wl-mime.el (wl-draft-attribute-recipients): New function.
2177         (wl-draft-attribute-envelope-from): Ditto.
2178         (wl-draft-attribute-smtp-posting-server): Ditto.
2179         (wl-draft-attribute-smtp-posting-port): Ditto.
2180         (wl-draft-attribute-value): Ditto.
2181         (wl-draft-preview-message): Use it to get value for
2182         attributes. Reflect result of `wl-draft-config'.
2183
2184         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2185         and call `wl-summary-mark-as-read' before to call
2186         `wl-summary-unset-mark'.
2187         (wl-summary-target-mark-mark-as-unread): Likewise.
2188         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2189
2190 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2191
2192         * wl-mime.el (wl-draft-preview-message): Use actual value for
2193         attributes; Fix for small window.
2194
2195 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2196
2197         * wl-refile.el (wl-refile-get-field-value): Call
2198         `elmo-message-entity-field' with 3rd argument is non-nil.
2199
2200 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2201
2202         * wl-vars.el (wl-draft-preview-attributes): New user option.
2203         (wl-draft-preview-attributes-list): Ditto.
2204         (wl-draft-preview-attributes-buffer-lines): Ditto.
2205         (wl-draft-preview-attributes-buffer-name): Ditto.
2206
2207         * wl-mime.el (wl-draft-preview-message): Display attributes.
2208
2209 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2210
2211         * wl-summary.el (wl-summary-detect-mark-position): Bind
2212         wl-summary-flag-priority-list to '(new).
2213
2214 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2215
2216         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2217         funtion.
2218         (wl-highlight-summary-line-string): Use it.
2219         (wl-highlight-summary-current-line): Ditto.
2220
2221 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2222
2223         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2224         line even when the mark string is not changed.
2225
2226         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2227         argument change in the wl-summary-create-line.
2228         (wl-thread-insert-entity-sub): Ditto.
2229
2230         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2231         argument change in the wl-summary-create-line.
2232         (wl-summary-insert-sequential): Ditto.
2233         (wl-summary-update-thread): Ditto.
2234         (wl-summary-persistent-mark-string): New inline function.
2235         (wl-summary-message-mark): Use it.
2236         (wl-summary-create-line): Abolish argument wl-persistent-mark
2237         and added wl-flags, wl-cached.
2238
2239         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2240         mark to flags.
2241         (wl-highlight-summary-current-line): Decide the face not by the 
2242         persistent mark but flags.
2243
2244 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2245
2246         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2247         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2248         wl-summary-read-uncached-mark): Revive.
2249         (wl-summary-answered-cached-mark,
2250         wl-summary-answered-uncached-mark): New user option.
2251         (wl-summary-score-marks): Follow the change above.
2252         (wl-summary-auto-refile-skip-marks): Ditto.
2253         (wl-summary-incorporate-marks): Ditto.
2254         (wl-summary-expire-reserve-marks): Ditto.
2255         (wl-summary-flag-priority-list): New user option.
2256
2257         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2258         changes.
2259         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2260         of elmo-message-mark.
2261         (wl-summary-mark-as-read-internal): Ditto.
2262         (wl-summary-mark-as-answered): Ditto.
2263         (wl-summary-mark-as-important): Ditto.
2264         (wl-summary-redisplay-internal): Ditto.
2265         (wl-summary-redisplay-no-mime-internal): Ditto.
2266         (wl-summary-message-mark): New function.
2267         (wl-summary-insert-sequential): Use wl-summary-message-mark
2268         instead of elmo-message-mark.
2269         (wl-summary-update-thread): Ditto.
2270         (wl-summary-persistent-mark): Ditto.
2271         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2272         instead of elmo-message-mark.
2273
2274         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2275         wl-summary-message-mark instead of elmo-message-mark.
2276         (wl-thread-insert-entity-sub): Ditto.
2277         (wl-thread-get-children-msgs-uncached): Ditto.
2278
2279         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2280         variable name changes.
2281         (wl-highlight-summary-current-line): Ditto.
2282
2283         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2284         wl-summary-message-mark instead of elmo-message-mark.
2285
2286         * wl-expire.el (wl-expire-message-p): Ditto.
2287
2288         * wl-score.el (wl-score-headers): Ditto.
2289
2290         * Version number is increased to 2.11.9.
2291
2292         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2293         (wl-summary-sync-update): Follow the change above.
2294         (wl-summary-switch-to-clone-buffer): Ditto.
2295         (wl-summary-open-folder): Ditto.
2296
2297 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2298
2299         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2300         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2301
2302         * Version number is increased to 2.11.8.
2303
2304         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2305
2306         * wl-expire.el (wl-expire-refile): Follow the API change on
2307         `elmo-folder-move-messages'.
2308         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2309
2310         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2311         (wl-summary-exec-action-refile): Ditto.
2312         (wl-summary-exec-action-copy): Ditto.
2313         (wl-summary-no-auto-refile-message-p): No use
2314         `wl-summary-buffer-msgdb'.
2315         (wl-summary-auto-refile): Ditto.
2316
2317 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2318
2319         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2320
2321 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2322
2323         * wl-summary.el (wl-summary-sync): Treat no-sync.
2324
2325         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2326         (wl-default-sync-range): Ditto.
2327
2328 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2329
2330         * wl-refile.el (wl-refile-subject-learn): Call
2331         `elmo-message-entity-field' with 3rd argument is non-nil.
2332         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2333         instead of `elmo-msgdb-overview-entity-get-subject'.
2334
2335 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2336
2337         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2338         scan-type is rescan.
2339         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2340         new optional argument force is non-nil.
2341         (wl-summary-save-view-cache): Call it with force argument non-nil.
2342
2343         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2344
2345 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2346
2347         * wl-action.el (wl-summary-print-argument): Fixed last change.
2348
2349 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2350
2351         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2352         simplified.
2353         (wl-summary-target-mark-mark-as-unread): Likewise.
2354         (wl-summary-target-mark-mark-as-important): Likewise.
2355
2356 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2357
2358         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2359         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2360         (wl-summary-mark-as-important-region): Change accordingly.
2361         (wl-summary-target-mark-mark-as-important): Ditto.
2362
2363 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2364
2365         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2366
2367         * wl-action.el (wl-summary-print-argument): Print argument to
2368         right side of window if `wl-summary-print-argument-within-window'
2369         is non-nil.
2370
2371 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2372
2373         * wl-action.el (wl-summary-set-mark): Use
2374         `wl-summary-message-visible-p' to check visibility of the message
2375         and jump to message only when the message line is visible and have
2376         different number; Call wl-summary-unset-mark with number argument.
2377         (wl-summary-unset-mark): 
2378         Use `wl-summary-message-visible-p'
2379         to check visibility of the message and jump to message only when
2380         the message line is visible and have different number;
2381
2382 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2383
2384         * Version number is increased to 2.11.7.
2385
2386         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2387         and wl-folder-summary-line-format.
2388
2389         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2390         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2391         (wl-summary-set-score-mark): Use it.
2392         (wl-summary-target-mark-mark-as-read): Ditto.
2393         (wl-summary-target-mark-mark-as-unread): Ditto.
2394         (wl-summary-target-mark-mark-as-important): Ditto.
2395         (wl-summary-target-mark-msgs): Simplified.
2396         (wl-summary-detect-mark-position): Fixed problem when
2397         summary-line-format no contain persisten/temp mark spec.
2398         (wl-summary-temp-mark): Ditto.
2399         (wl-summary-persistent-mark): Ditto.
2400         (wl-summary-update-persistent-mark): Ditto.
2401
2402         * wl-action.el (wl-summary-set-mark): Ditto.
2403         (wl-summary-unset-mark): Ditto.
2404         All other related portions are changed.
2405
2406 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2407
2408         * Version number is increased to 2.11.6.
2409
2410 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2411
2412         * wl-util.el (wl-current-message-buffer): Define as function;
2413         Don't use the value of wl-messge-buffer.
2414
2415         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2416         persistent mark.
2417
2418         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2419         no current message, cause an error.
2420
2421 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2422
2423         * wl-summary.el (wl-summary-set-message-modified): Use
2424         elmo-folder-set-message-modified instead of
2425         elmo-folder-set-message-modified-internal.
2426
2427 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2428
2429         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2430         interactively.
2431         (wl-summary-sync): nokill->entirely.
2432         (wl-summary-sync-marks): Fixed message.
2433         (wl-summary-input-range): Added mark, nokill->entirely.
2434
2435         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2436         messages as read.
2437
2438 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2439
2440         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2441         update-noscore.
2442         (wl-summary-sync): Follow the change above.
2443
2444 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2445
2446         * wl-action.el (wl-summary-target-mark-all): Use
2447         elmo-folder-list-messages.
2448
2449 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2450
2451         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2452         (wl-summary-rescan): Set wl-summary-scored as nil.
2453         (wl-summary-sync-force-update): Follow the change above.
2454         (wl-summary-sync): Ditto.
2455         (wl-summary-sync-update): Added argument disable-killed.
2456         (wl-summary-insert-headers): Set visible-only argument for
2457         elmo-folder-list-messages.
2458         (wl-summary-input-range): Added update-nokill, update-noscore,
2459         all-nokill, all-noscore and mark.
2460
2461         * Version number is increased to 2.11.5.
2462
2463         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2464
2465 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2466
2467         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2468         (wl-summary-prefetch-region-no-mark): Change accordingly.
2469         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2470
2471 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2472
2473         * wl-address.el (wl-complete-field-to): Abolished.
2474         (wl-complete-address): Completion function for completing-read.
2475         * wl-action.el (wl-summary-get-resend-address): Use it.
2476
2477         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2478         wl-summary-update-mark and abolish unused argument.
2479         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2480         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2481         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2482         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2483         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2484         * wl-draft.el (wl-draft-kill): Ditto.
2485
2486         * wl-summary.el: Remove unused binding of case-fold-search.
2487         (wl-summary-replace-status-marks): Abolished.
2488
2489 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2490
2491         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2492         is specified or folder length is zero.
2493
2494 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2495
2496         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2497         (wl-folder-archive-current-entity): Ditto.
2498
2499 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2500
2501         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2502         retrieving message mark.
2503         (wl-summary-redisplay-internal): Ditto.
2504
2505         * wl-message.el (wl-message-buffer-display): Ignore errors while
2506         retrieving message-id field.
2507
2508         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2509         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2510         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2511         order of the arguments for `wl-expire-message-p'.
2512         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2513
2514         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2515         Check return value of wl-summary-reply.
2516         (wl-summary-reply): Recover window configuration when an error occured.
2517
2518 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2519
2520         * wl-summary.el (wl-summary-resend-message): Abolished, the
2521         feature is inherited by wl-summary-resend (put resend mark).
2522
2523 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2524
2525         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2526         wl-message-buffer to nil when the message is hide.
2527
2528 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2529
2530         * .cvsignore: New file.
2531
2532 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2533
2534         * wl-action.el (wl-summary-action-docstring): Add more info.
2535         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2536         duplicate definition.
2537         (wl-summary-define-mark-action): Functions wl-summary-*-region
2538         keep current position.
2539         (wl-summary-unregister-target-mark): Store result to the variable.
2540
2541 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2542
2543         * Version number is increased to 2.11.4.
2544
2545 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2546
2547         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2548         wl-summary-delete-all-temp-marks.
2549         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2550
2551         * wl-action.el (wl-summary-set-mark): Changed terminology
2552         refile-destination -> action-argument.
2553         (wl-summary-unset-mark): Ditto.
2554         (wl-summary-remove-argument): Ditto.
2555         (wl-summary-print-argument): Ditto.
2556
2557         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2558         (wl-thread-remove-argument-region): Ditto.
2559         (wl-thread-print-argument-region): Ditto.
2560         (wl-thread-close): Ditto.
2561         (wl-thread-open): Ditto.
2562
2563         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2564         (wl-highlight-refile-destination-face is abolished)
2565         (wl-highlight-action-argument-string): Ditto.
2566         (wl-highlight-summary-current-line): Highlight action argument.
2567
2568         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2569         color for light backgrounds.
2570         (wl-highlight-summary-answered-face): Ditto.
2571
2572 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2573
2574         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2575
2576         * wl-score.el (wl-summary-score-update-all-lines): Use
2577         wl-summary-set-mark.
2578         (wl-summary-score-update-all-lines): Kill expunged messages.
2579
2580         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2581
2582 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2583
2584         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2585         directly.
2586         (wl-score-overview-entity-get-lines): Ditto.
2587         (wl-score-overview-entity-get-xref): Ditto.
2588         (wl-score-get-latest-msgs): Ditto.
2589         (wl-summary-rescore): Ditto.
2590
2591         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2592         to "&".
2593         (wl-summary-mark-as-answered-internal): New inline function.
2594         (wl-summary-mark-as-answered): New function.
2595         (wl-summary-mark-as-unanswered): Ditto.
2596         (wl-summary-sync-marks): Modified for answered-mark synching.
2597
2598 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2599
2600         * wl-action.el (wl-summary-set-mark): Fixed last change.
2601
2602 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2603
2604         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2605         behavior of wl-summary-unread-message-hook
2606         (Pointed out by akira yamada <akira@arika.org>).
2607
2608 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2609
2610         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2611         wl-summary-delete.
2612         * wl-xmas.el (wl-summary-toolbar): Ditto.
2613
2614         * wl-action.el (wl-summary-set-mark): Don't override current
2615         temp-mark.
2616
2617         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2618
2619 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2620
2621         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2622         (wl-refile-msgid-learn): Ditto.
2623         (wl-refile-get-field-value): Ditto.
2624
2625         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2626
2627         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2628         (wl-expire-delete-reserved-messages): Renamed from
2629         wl-expire-reserve-marked-msgs-from-list.
2630         (wl-expire-delete): Removed argument `msgdb'.
2631         (wl-expire-refile): Ditto.
2632         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2633         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2634         mark-alist as argument.
2635         (wl-expire-archive-number1): Removed argument `msgdb'.
2636         (wl-expire-archive-number2): Ditto.
2637         (wl-expire-archive-date): Ditto.
2638         (wl-expire-localdir-date): Ditto.
2639         (wl-expire-hide): Ditto.
2640         (wl-archive-number1): Ditto.
2641         (wl-archive-number2): Ditto.
2642         (wl-archive-date): Ditto.
2643         (wl-archive-folder): Ditto.
2644         All other related portions are changed.
2645
2646 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2647
2648         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2649         mean move up and down. (suggested by Takashi Kawachi)
2650
2651 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2652
2653         * wl-acap.el (toplevel): Don't require un-define.
2654
2655 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2656
2657         * wl-thread.el (wl-thread-delete-message): Always update
2658         wl-summary-buffer-number-list.
2659
2660         * wl-action.el (wl-summary-print-destination): 
2661         Do nothing when folder is nil.
2662
2663 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2664
2665         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2666         persistent mark when prefetch is succeeded.
2667
2668 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2669
2670         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2671         instead of elmo-msgdb-delete-msgs.
2672         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2673         (wl-expire-hide): Ditto.
2674
2675         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2676
2677         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2678         elmo-msgdb interface.
2679         (wl-thread-get-exist-children): Likewise.
2680         (wl-thread-insert-message): Likewise.
2681         (wl-thread-msg-mark-as-important): Likewise.
2682         (wl-thread-insert-entity-sub): Likewise.
2683         (wl-thread-get-children-msgs-uncached): Likewise.
2684
2685         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2686         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2687         (wl-summary-sync-update): Likewise.
2688         (wl-summary-auto-select-msg-p): Likewise.
2689         (wl-summary-update-thread): Likewise.
2690         (wl-summary-mark-as-important): Likewise.
2691         (wl-summary-jump-to-msg-internal): Likewise.
2692         (wl-summary-redisplay-internal): Likewise.
2693         (wl-summary-print-message-with-ps-print): Likewise.
2694         (wl-summary-folder-info-update): Likewise.
2695
2696         * wl-folder.el (wl-folder-check-one-entity):
2697         elmo-folder-count-flags instead of wl-summary-count-unread.
2698
2699         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2700
2701         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2702
2703         * wl-summary.el (wl-summary-set-message-modified): 
2704         Call wl-summary-set-mark-modified.
2705         (wl-summary-delete-messages-on-buffer): Call
2706         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2707         (wl-summary-sync-update): Call elmo-folder-length instead of
2708         elmo-folder-messages.
2709         (wl-summary-insert-headers): Don't call
2710         elmo-folder-list-message-entities.
2711
2712 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2713
2714         * wl-action.el (wl-summary-define-mark-action): Call
2715         `wl-summary-set-mark' with argument `data'.
2716         (wl-summary-auto-refile): Fixed order of arguments when call
2717         `wl-summary-refile'.
2718
2719 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2720
2721         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2722
2723         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2724
2725         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2726         (Renamed from wl-highlight-summary-deleted-face).
2727         (wl-highlight-summary-resend-face): New face.
2728
2729         (wl-highlight-summary-deleted-face): Renamed from
2730         wl-highlight-summary-erased-face.
2731
2732         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2733
2734         * wl-action.el (wl-summary-get-resend-address): New function.
2735         (wl-summary-exec-action-resend): Ditto.
2736         (wl-summary-exec-action-resend-subr): Ditto.
2737
2738         * w-thread.el (wl-thread-copy): Removed definition.
2739         (wl-thread-refile): Ditto.
2740         (wl-thread-delete): Ditto.
2741         (wl-thread-target-mark): Ditto.
2742
2743         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2744         (wl-summary-target-mark-set-action): Fixed.
2745         (wl-summary-define-mark-action): Fixed quotation.
2746         (wl-summary-move-mark-list-messages): Display message.
2747         (wl-summary-define-mark-action): Define thread functions.
2748         (wl-summary-exec-action-refile): Changed message.
2749         (wl-summary-exec): Ditto.
2750
2751 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2752         
2753         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2754         '%%'.
2755
2756 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2757
2758         * wl.el (toplevel): Require wl-action.
2759         (wl-init): Call wl-summary-define-mark-action.
2760
2761         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2762
2763         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2764         wl-summary-delete and wl-summary-erase.
2765         (wl-summary-mode-map): Ditto.
2766
2767         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2768         wl-delete-folder-alist.
2769
2770         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2771         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2772         (toplevel): Moved mark & action related functions to the wl-action.el.
2773
2774         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2775         in wl-summary-mark-action-list.
2776         (wl-highlight-summary-current-line): Ditto.
2777
2778         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2779         empty lines.
2780
2781         * wl-action.el: New file. 
2782
2783 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2784
2785         * wl-summary.el (wl-summary-target-mark-replace): New function.
2786         (wl-summary-target-mark-prefetch): Use it.
2787         (wl-summary-target-mark-delete): Ditto.
2788         (toplevel): Rearranged definition order.
2789         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2790         (wl-summary-target-mark-erase): Rewrite.
2791         (wl-summary-erase-region): New function.
2792         (wl-summary-exec-action-erase): Changed message.
2793         (wl-summary-move-mark-list-messages): New function.
2794         (wl-summary-exec-action-delete): Use it.
2795         (wl-summary-exec-action-erase): Ditto.
2796
2797         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2798         (wl-summary-skip-mark-list): Added "d".
2799
2800         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2801         while searching.
2802
2803         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2804         and define using defcustom;
2805         Define 4th element as a face.
2806         
2807         * wl-summary.el (wl-summary-incorporate): Use 
2808         `wl-summary-prefetch-region-no-mark' instead of
2809         `wl-summary-prefetch-region'.
2810         (wl-summary-prefetch-region-no-mark): Revival of old
2811         `wl-summary-prefetch-region'.
2812         (wl-summary-mark-action-list): Moved to wl-vars.el
2813
2814         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2815         face according to the `wl-summary-mark-action-list'.
2816         (wl-highlight-summary-current-line): Ditto;
2817         Removed destination highlighting.
2818
2819         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2820         (wl-highlight-summary-line-string): Highlight for "i" mark.
2821         (wl-highlight-summary-current-line): Ditto.
2822
2823         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2824         no destination.
2825
2826         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2827         exists, just go ahead.
2828         (wl-summary-prefetch-region): Rewrite.
2829         (wl-summary-prefetch): Ditto.
2830         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2831         (wl-summary-exec-action-prefetch): New function.
2832         (wl-summary-target-mark-prefetch): Rewrite.
2833
2834 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2835
2836         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2837         (wl-highlight-summary-line-string): Added "d" and "D".
2838         (wl-highlight-summary-current-line): Ditto.
2839
2840         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2841         in wl-summary.el.
2842         (wl-thread-insert-entity-sub): Ditto.
2843         (wl-thread-remove-destination-region): Ditto.
2844         (wl-thread-print-destination-region): Ditto.
2845
2846         * wl-summary.el (wl-summary-buffer-refile-list,
2847         wl-summary-buffer-delete-list,
2848         wl-summary-buffer-copy-list): Abolish.
2849         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2850         All other related portions are changed.
2851         (wl-summary-mark-action-list): New variable.
2852         (wl-summary-set-mark): New function.
2853         (wl-summary-register-target-mark): Ditto.
2854         (wl-summary-unregister-target-mark): Ditto.
2855         (wl-summary-have-target-mark-p): Ditto.
2856         (wl-summary-register-temp-mark): Ditto.
2857         (wl-summary-unregister-temp-mark): Ditto.
2858         (wl-summary-registered-temp-mark): Ditto.
2859         (wl-summary-collect-temp-mark): Ditto.
2860         (wl-summary-unset-mark): Ditto.
2861         (wl-summary-set-target-mark): Ditto.
2862         (wl-summary-unset-target-mark): Ditto.
2863         (wl-summary-set-action-generic): Ditto.
2864         (wl-summary-unset-action-generic): Ditto.
2865         (wl-summary-exec-action-delete): Ditto.
2866         (wl-summary-exec-action-erase): Ditto.
2867         (wl-summary-set-action-refile): Ditto.
2868         (wl-summary-set-action-refile-subr): Ditto.
2869         (wl-summary-unset-action-refile): Ditto.
2870         (wl-summary-make-destination-numbers-list): Ditto.
2871         (wl-summary-exec-action-refile): Ditto.
2872         (wl-summary-set-action-copy): Ditto.
2873         (wl-summary-unset-action-copy): Ditto.
2874         (wl-summary-exec-action-copy): Ditto.
2875         (wl-summary-collect-numbers-region): Ditto.
2876         (wl-summary-delete): Rewrite.
2877         (wl-summary-erase): Ditto.
2878         (wl-summary-remove-destination): Ditto.
2879         (wl-summary-exec): Ditto.
2880         (wl-summary-exec-region): Ditto.
2881         (wl-summary-target-mark-erase): Ditto.
2882         (wl-summary-refile): Ditto.
2883         (wl-summary-copy): Ditto.
2884         (wl-summary-unmark): Ditto.
2885         (wl-summary-delete-all-mark): Ditto.
2886         (wl-summary-mark-line): Don't highlight.
2887         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2888         (wl-summary-target-mark-refile-subr): Rewrite.
2889
2890         (wl-summary-copy-prev-destination): Abolish.
2891
2892 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2893
2894         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2895         default values along the value of wl-on-mule.
2896         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2897         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2898         It is not used anywhere.
2899
2900 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2901
2902         * wl-summary.el (wl-summary-print-destination): Keep position.
2903         (wl-summary-cursor-move-surface): Keep horizontal position.
2904
2905 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2906
2907         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2908         write sendlog.
2909
2910 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2911
2912         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2913         `wl-summary-highlight'.
2914
2915 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2916
2917         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2918         trivial condition for temp-mark.
2919
2920 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2921
2922         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2923         when it hits killed buffer.
2924
2925 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2926
2927         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2928         * wl-news.el.in: `message' and `error' take format string.
2929
2930 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2931
2932         * wl-folder (wl-folder-insert-entity): Display a message,
2933         `...done', when the work finish.
2934         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2935
2936 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2937
2938         * wl-message.el (wl-message-redisplay): Remove unused local
2939         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2940
2941 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2942
2943         * wl-summary.el (wl-summary-replace-status-marks): Disable
2944         interactive use.
2945         (wl-summary-reedit): Check message existence at first.
2946         (wl-summary-mark-line): Fix doc, return value is indefinite.
2947
2948         * wl-highlight.el (wl-highlight-message): Arranged.
2949
2950         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2951         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2952         check temp-mark by wl-summary-temp-mark always.
2953         (wl-highlight-summary): Change accordingly.
2954         * wl-summary.el (wl-summary-mark-as-read-all)
2955         (wl-summary-delete-cache, wl-summary-set-score-mark)
2956         (wl-summary-mark-as-unread, wl-summary-unmark)
2957         (wl-summary-mark-line, wl-summary-mark-as-read)
2958         (wl-summary-mark-as-important): Ditto.
2959
2960         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2961         end of the window if possible.
2962         * wl-summary.el (wl-summary-sync-update): Support lazy
2963         highlighting.
2964         (wl-summary-toggle-disp-msg): Ditto.
2965
2966 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2967
2968         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2969
2970 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2971
2972         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2973         change.
2974
2975 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2976
2977         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2978         API.
2979         (wl-summary-sync-update): Ditto.
2980
2981         * wl-score.el (wl-score-get-score-alist): Changed argument.
2982         (wl-summary-rescore-msgs): Likewise.
2983         (wl-summary-score-headers): Likewise.
2984         (wl-score-headers): Likewise;
2985         Use elmo-folder-do-each-message-entity, etc.
2986         (wl-summary-score-effect): Follow the changes above.
2987         (wl-summary-rescore): Ditto.
2988         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2989         (wl-score-get-overview): Abolish.
2990
2991         * wl-summary.el (wl-summary-default-from): Follow the API change in
2992         elmo-msgdb.
2993         (wl-summary-count-unread): Ditto.
2994         (wl-summary-detect-mark-position): Ditto.
2995         (wl-summary-overview-entity-compare-by-date): Ditto.
2996         (wl-summary-overview-entity-compare-by-number): Ditto.
2997         (wl-summary-overview-entity-compare-by-from): Ditto.
2998         (wl-summary-overview-entity-compare-by-subject): Ditto.
2999         (wl-summary-get-list-info): Ditto.
3000         (wl-summary-rescan): Ditto.
3001         (wl-summary-jump-to-msg-by-message-id): Ditto.
3002         (wl-summary-sync-update): Ditto; Removed comment.
3003         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3004         (wl-summary-insert-message): Use wl-summary-insert
3005         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3006         (wl-summary-insert-headers): Changed argument overview to folder.
3007         (wl-summary-search-by-subject): Likewise.
3008         (wl-summary-insert-thread): Renamed from 
3009         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3010
3011         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3012         too.
3013
3014         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3015         wl-string-member.
3016
3017 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3018
3019         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3020         elmo-folder-append-buffer.
3021         (wl-draft-queue-append): Likewise.
3022
3023         * wl-mime.el (wl-message-delete-current-part): Ditto.
3024         (wl-summary-burst-subr): Ditto.
3025
3026         * wl-news.el.in (wl-news-send-news): Ditto.
3027
3028 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3029
3030         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3031         function.
3032         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3033         (wl-summary-update-mark): Enclose with save-excursion.
3034         (wl-summary-mark-as-read-internal): Fixed last change.
3035         (wl-summary-mark-as-important): Use 3rd argument of
3036         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3037         Don't use elmo-msgdb-set-mark.
3038         (wl-summary-redisplay-internal): If msgdb flag is already read,
3039         just update the mark on buffer.
3040
3041 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3042
3043         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3044         cut visible folder when elmo-folder-delete returns non-nil value.
3045
3046 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3047
3048         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3049         by Kenichi OKADA <okada@opaopa.org>).
3050
3051 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3052
3053         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3054
3055 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3056
3057         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3058         Fixed the last change, search group entity by its real name.
3059         (Thanks to: KOBAYASHI Shinji)
3060
3061 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3062
3063         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3064         (wl-fldmgr-access-display-all): Don't refer visible name.
3065         * wl-expire.el (wl-folder-archive-current-entity)
3066         (wl-folder-expire-current-entity): Ditto.
3067         * wl-folder.el (wl-folder-jump-to-current-entity)
3068         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3069         (wl-folder-open-folder-sub,wl-folder-open-all)
3070         (wl-folder-write-current-folder): Ditto.
3071         (wl-folder-insert-entity): Don't use petname for normal group.
3072         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3073         is the real name.
3074         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3075         Abolished.
3076
3077 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3078
3079         * wl-draft.el (wl-draft-create-buffer): Add
3080         `wl-summary-reply-with-citation'
3081
3082 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3083
3084         * wl-draft.el (wl-draft-reply): Fixed.
3085
3086 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3087
3088         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3089         when `wl-draft-send-confirm-with-preview' is non-nil.
3090         You can scroll up/down by j/k.
3091         (wl-draft-send-confirm-with-preview): New variable (default=t).
3092
3093 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3094
3095         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3096         (wl-fldmgr-save-folders): Fix comment.
3097
3098 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3099
3100         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3101         along the last change in `wl-folder-buffer-group-p'.
3102
3103 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3104
3105         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3106         folder.
3107
3108         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3109         the default value.
3110
3111         * wl-mime.el (wl-summary-burst): Update summary only when target
3112         folder equals current folder.
3113
3114 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3115
3116         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3117
3118 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3119
3120         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3121         value.
3122
3123 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3124
3125         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3126         `map-extents' instead of `extent-at' repeatedly.
3127         (wl-highlight-folder-current-line): Ditto.
3128
3129         * wl-highlight.el: Remove useless dummy functions.
3130
3131 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3132
3133         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3134         (wl-folder-put-folder-property): New function to put text property.
3135         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3136         (wl-folder-insert-entity, wl-folder-update-diff-line)
3137         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3138         * wl-e21.el, wl-xmas.el, wl-mule.el
3139         (wl-highlight-folder-current-line): Ditto.
3140         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3141         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3142         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3143         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3144
3145 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3146
3147         * Version number is increased to 2.11.3.
3148
3149 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3150
3151         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3152         Resume current-buffer since it is assumed by remaining tasks.
3153
3154 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3155
3156         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3157         (wl-folder-completion-function): Abolished.
3158         (wl-folder-complete-folder): New function.
3159         (wl-folder-complete-filter-condition): Ditto.
3160         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3161         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3162
3163 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3164
3165         * wl-draft.el (wl-draft-send-confirm): New function.
3166         (wl-draft-send): Use it.
3167
3168         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3169         cursor-in-echo-area while confirming.
3170
3171         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3172
3173         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3174         searching via nntp if wl-summary-search-via-nntp is 'force.
3175         Otherwise, invoke searching in nntp folder only.
3176         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3177
3178         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3179         explicitly for mime-make-text-tag.
3180
3181 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3182
3183         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3184         `mime-make-text-tag' instead of `mime-create-tag'.
3185
3186 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3187
3188         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3189         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3190
3191 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3192
3193         * wl-score.el (wl-score-save): Bind print-length and print-level.
3194         (wl-score-pretty-print): Ditto.
3195         (wl-score-edit-insert-header-entry): Ditto.
3196
3197         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3198         "From" entry to be treated with wl-draft-eword-encode-address-list.
3199         * wl-mime.el (wl-draft-preview-message): Ditto.
3200
3201         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3202         (wl-summary-mark-as-unread): Ditto.
3203         (wl-summary-mark-as-read-region): Change accordingly.
3204         (wl-summary-mark-as-unread-region): Ditto.
3205         (wl-summary-target-mark-mark-as-read): Ditto.
3206         (wl-summary-target-mark-mark-as-unread): Ditto.
3207
3208 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3209
3210         * Version number is increased to 2.11.2.
3211
3212 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3213
3214         * wl-news.el.in (wl-news-previous-version-save): Bind
3215         print-length and print-level.
3216         * wl-thread.el (wl-thread-save-entities): Ditto.
3217         (wl-thread-save-top-list): Bind print-length.
3218
3219 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3220
3221         * wl-highlight.el (wl-highlight-summary-line-string): Use
3222         wl-summary-score-below-mark, wl-summary-score-over-mark.
3223         (wl-highlight-summary-current-line): Ditto.
3224
3225 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3226
3227         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3228         insert it.
3229
3230 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3231
3232         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3233
3234 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3235
3236         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3237         message without msgid.
3238         Rewrite with elmo-folder-move-messages.
3239         Set wl-message-buffer to nil.
3240
3241         * wl-summary.el (wl-summary-erase-subr): New function. Use
3242         elmo-folder-move-messages.
3243         (wl-summary-erase): Call it.
3244         (wl-summary-target-mark-erase): Ditto.
3245
3246 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3247
3248         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3249         it is not up-tp-date.
3250
3251 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3252
3253         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3254         buffer after calling `wl-summary-goto-folder-subr' without the
3255         argument `interactive'.
3256         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3257
3258 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3259
3260         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3261         `mime-create-tag'. Use `string=' instead of `looking-at'.
3262
3263 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3264
3265         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3266         to avoid compile warning.
3267
3268         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3269         entity-id when folder is given.
3270         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3271         save-excursion, use save-selected-window instead.
3272         Select folder buffer window if exists.
3273         (To correct behavior with wl-folder-move-cur-folder.)
3274
3275 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3276
3277         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3278
3279 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3280
3281         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3282         list-count instead of %d.
3283
3284 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3285
3286         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3287         (wl-news): Set it.
3288         (wl-news-append-to-folder): Use it.
3289
3290         * wl-news.el.in (wl-news-send-news): Append to specified folder
3291         instead of wl-default-folder.
3292         (wl-news-append-to-folder): Show error message with specified folder.
3293
3294         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3295                 In most major modes, Emacs assumes that any opening
3296                 delimiter found at the left margin is the start of a
3297                 top-level definition, or defun. Therefore, *never put an
3298                 opening delimiter at the left margin unless it should have
3299                 that significance.*
3300
3301         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3302
3303 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3304
3305         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3306
3307 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3308
3309         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3310
3311 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3312
3313         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3314         for sequential numbering case.
3315
3316 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3317
3318         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3319         value.
3320         (wl-draft-reply-without-argument-list): Ditto.
3321         (wl-draft-reply-myself-with-argument-list): Abolish.
3322         (wl-draft-reply-myself-without-argument-list): Ditto.
3323         * wl-draft.el (wl-draft-self-reply-p): New function.
3324         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3325
3326 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3327
3328         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3329         (avoid error for the case without byte-compiling)
3330
3331 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3332
3333         * wl-news.el.in (wl-news-append-to-folder): New function.
3334         (wl-news-exit): Rewrite.
3335         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3336
3337 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3338
3339         * wl-draft.el (wl-draft-reply-position): New function.
3340         (wl-draft-reply-position): Fix.
3341         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3342         (wl-summary-target-mark-reply-with-citation): Ditto.
3343         (wl-summary-reply-with-citation): Ditto.
3344         * wl-vars.el (wl-draft-reply-default-position): New variable.
3345
3346 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3347
3348         * wl-draft.el (wl-draft-send): Preview when interactive send.
3349
3350 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3351
3352         * wl-draft.el (wl-draft-reply): Set default position.
3353         * wl-summary.el (wl-summary-reply): Ditto.
3354         (wl-summary-reply-with-citation): Ditto.
3355         (wl-summary-target-mark-reply-with-citation): Ditto.
3356
3357 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3358
3359         * wl-news.el.in (wl-news-lang): Set default value according to
3360         current-language-environment.
3361         (wl-news-append-news): Do nothing when news-list is nil.
3362
3363 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3364
3365         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3366         (wl-news): Change message.
3367         (wl-news-exit): Check buffer.
3368         (wl-news-force-exit): New function.
3369         (wl-news-show-all): New function.
3370         (wl-news-discard-and-exit): Fix.
3371
3372 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3373
3374         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3375         according to current-language-environment.
3376
3377         * wl-news.el.in (wl-news): If arg, show all NEWS after
3378         wl-news-default-previous-version.
3379
3380 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3381
3382         * wl-news.el.in (wl-news-check): Rewritten.
3383         (wl-news-previous-version-load): Change data type.
3384         (wl-news-previous-version-save): Change data type.
3385         (wl-news-append-news): Add return value.
3386         (wl-news-check-news): New function.
3387         (wl-news-already-current-p): New function.
3388         (wl-news-send-news): Rewritten.
3389         (wl-news-mode-map): Add new keybind.
3390         (wl-news): Rewritten.
3391         (wl-news-exit): Rewritten.
3392         (wl-news-discard-and-mail): New function.
3393         (wl-news-send-to-address): Abolished.
3394         * wl.el (wl-init): Delete a message.
3395
3396 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3397
3398         * wl-news.el.in (wl-news-exit): Update previous version.
3399         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3400
3401 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3402
3403         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3404
3405 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3406
3407         * wl-news.el.in (wl-news): New function.
3408         (wl-news-mode): New function.
3409         (wl-news-next-line): New function.
3410         (wl-news-next-page): New function.
3411         (wl-news-exit): New function.
3412         (wl-news-buf-name): New variable.
3413         (wl-news-mode-map): New variable.
3414         (wl-news-winconf): New variable.
3415         (wl-news-append-news): Add an option.
3416
3417 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3418
3419         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3420
3421 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3422
3423         * wl-news.el.in (wl-news-send-to-address): New variable.
3424         (wl-news-send-news): Use it.
3425         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3426         Return updating status.
3427         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3428
3429 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3430
3431         * wl-news.el.in (wl-news-send-news): Delete
3432         Organization and X-Face.
3433
3434 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3435
3436         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3437         (wl-news-append-news): New function.
3438         (wl-news-send-news): New function.
3439
3440 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3441
3442         * Version number is increased to 2.11.1.
3443
3444 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3445
3446         * wl-news.el.in : New file.
3447
3448 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3449
3450         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3451         default value.
3452         (wl-draft-reply-without-argument-list): Ditto.
3453
3454 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3455
3456         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3457         (wl-message-buffer-prefetch-idle-time): Ditto.
3458         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3459
3460 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3461
3462         * wl-thread.el (wl-thread-insert-message): Use
3463         wl-summary-max-thread-depth.
3464
3465         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3466         loop detection.
3467
3468         * wl-message.el (wl-message-buffer-display): Back to the first page
3469         when cache is hit.
3470
3471 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3472
3473         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3474
3475         * wl-summary.el (wl-summary-insert-thread-entity):
3476         If the thread depth is reached to wl-summary-max-thread-depth,
3477         divide the thread.
3478
3479 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3480
3481         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3482         for elmo-remove-passwd.
3483
3484 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3485
3486         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3487         folder is sticky.
3488         (wl-folder-mark-as-read-all-entity): Ditto.
3489         (wl-folder-prefetch-entity): Ditto.
3490
3491 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3492
3493         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3494
3495 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3496
3497         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3498         Delete messages on buffer for unplugged operation.
3499         (wl-summary-erase): Ditto.
3500
3501 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3502
3503         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3504         take nil so as not to search parent by subject.
3505
3506 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3507
3508         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3509         (wl-folder-get-next-folder): Ditto.
3510         (wl-folder-get-path): Ditto.
3511
3512 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3513
3514         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3515         system and encode the region with it before verifying.
3516
3517 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3518
3519         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3520         system of the echo buffer before decoding.
3521
3522 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3523
3524         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3525         original contents.
3526
3527 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3528
3529         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3530         with argument 'any-exists.
3531
3532 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3533
3534         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3535         Use `wl-cs-autoconv'.
3536
3537 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3538
3539         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3540         by `mime-view-automatic-conversion'.
3541
3542         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3543         (wl-message-verify-pgp-nonmime): Ditto.
3544         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3545         Bind them to C-c:d and C-c:v respectively.
3546
3547         Merge following code by Teranishi-san from [wl-en:00167].
3548         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3549         (wl-mime-preview-application/pgp-encrypted): Ditto.
3550         (wl-mime-setup): Add entry.
3551
3552 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3553
3554         * wl-summary.el (wl-summary-target-mark-erase): New function.
3555         Bind it to "mD".
3556
3557 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3558
3559         * wl-vars.el (wl-draft-write-file-function): Fix.
3560         (wl-draft-reedit-hook): Changed default value.
3561
3562         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3563         wl-draft-reedit-hook.
3564         (wl-draft-remove-text-plain-tag): New function.
3565         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3566
3567         * wl-vars.el (wl-draft-write-file-function): New user option.
3568
3569         * wl-draft.el (wl-draft-prepare-edit): Use it for
3570         local-write-file-hooks.
3571         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3572
3573         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3574         (wl-draft-insert-mail-header-separator): Return the body beginning
3575         point.
3576         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3577         text/plain.
3578         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3579
3580 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3581
3582         * wl-summary.el (wl-summary-erase): New function to erase message
3583         without moving it to trash. Bind to "D".
3584
3585         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3586         as `keep' unless switch-function.
3587
3588 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3589
3590         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3591         message buffer by using `wl-summary-toggle-disp-msg'.
3592         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3593         buffer window.
3594         (wl-summary-supresedes-message): Ditto.
3595
3596         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3597         Do not delete other windows.
3598         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3599         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3600         (wl-draft-create-buffer): Set reply-or-forward also for target
3601         mark commands.
3602
3603 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3604
3605         * wl-draft.el (wl-user-agent-compose): Delete special case for
3606         switch-to-buffer-other-window.
3607
3608         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3609         (wl-summary-forward): Ditto.
3610
3611         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3612         function.
3613         (wl-draft-buffer-style): New use option.
3614
3615         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3616         (wl-draft): Follow the change above.
3617         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3618         wl-draft-buffer-style.
3619         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3620         switch-function.
3621
3622 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3623
3624         * wl-address.el (wl-address-make-completion-entry): Extracted from
3625         `wl-address-make-completion-list'.
3626         (wl-address-enable-strict-loading): New variable.
3627         (wl-address-make-completion-list): Revive petname duplication
3628         inquiry, and enable it if `wl-address-enable-strict-loading'.
3629         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3630
3631 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3632
3633         * wl-message.el (wl-message-get-original-buffer): Avoid
3634         'Selecting deleted buffer' error when original buffer is killed.
3635
3636 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3637
3638         * wl-summary.el (wl-summary-next-message): Use
3639         elmo-message-accessible-p instead of elmo-message-cached-p.
3640
3641 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3642
3643         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3644
3645         * wl-thread.el (wl-thread-open-all-unread): Use
3646         elmo-folder-list-flagged instead of
3647         elmo-folder-list-messages-mark-match.
3648
3649         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3650         instead of elmo-folder-list-messages-mark-match.
3651         (wl-summary-move-spec-alist): New variable.
3652         (wl-summary-move-spec-plugged-alist,
3653         wl-summary-move-spec-unplugged-alist): Abolish.
3654         (wl-summary-next-message): Follow the change above.
3655         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3656         with 'no-msg' argument.
3657
3658         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3659         variable.
3660         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3661         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3662         (wl-message-buffer-prefetch-get-next): Follow the change above.
3663
3664 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3665
3666         * wl-version.el (wl-version): Changed codename.
3667
3668         * Version number is increased to 2.11.0.
3669
3670 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3671
3672         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3673         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3674         `wl-draft-config-variables'.
3675         (wl-draft-kill): Fixed problem when the draft is reedit.
3676
3677 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3678
3679         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3680         buffer-modified status (Thanks to
3681         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3682
3683 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3684
3685         * wl-util.el (wl-region-exists-p): New function.
3686
3687         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3688         Remove defvars for byte-compile warnings.
3689
3690 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3691
3692         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3693         defvar-maybe. Removed unused bind.
3694
3695 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3696
3697         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3698         summary buffer window before creating new frame.
3699         (wl-draft-reply): Ditto.
3700
3701 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3702
3703         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3704
3705 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3706
3707         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3708
3709 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3710
3711         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3712         instead of `kill-region'.
3713
3714 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3715
3716         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3717         (wl-highlight-summary-line-string): Use it.
3718         (wl-highlight-summary-current-line): Ditto.
3719
3720         * wl-mime.el (wl-message-delete-current-part): Check the class of
3721         mime-entity.
3722
3723         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3724
3725         * wl-summary.el (wl-summary-make-number-list): Initialize.
3726         (wl-summary-update-mark): New function.
3727         (wl-summary-reply): Put `answered' mark on the message.
3728         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3729
3730         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3731         (wl-draft-reply): Added optional argument `number';
3732         Set wl-draft-parent-number.
3733         (wl-draft-kill): Delete answered mark if it is a reply.
3734
3735 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3736
3737         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3738         that originates in mime-preview-follow-current-entity.
3739         (wl-draft-yank-current-message-entity): Use it if region is active.
3740
3741         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3742         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3743         `wl-message-delete-current-part'.
3744         * wl-mule.el (wl-message-define-keymap): Ditto.
3745         * wl-xmas.el (wl-message-define-keymap): Ditto.
3746
3747 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3748
3749         * wl-mime.el (wl-message-delete-current-part): New function.
3750         (wl-mime-node-id-to-string): Ditto.
3751
3752         * wl-mime.el (wl-message-delete-current-part): Use existing
3753         original buffer which corresponds current mime-view buffer.
3754         (fetched buffer might have different structure, possibly)
3755
3756         * wl-mime.el (wl-message-delete-current-part): Quit if the
3757         message content differs from the actual message.
3758
3759 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3760
3761         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3762         order.
3763         (wl-summary-search-by-subject): Search parent message from tail;
3764         Check the existence of the parent message on the current thread tree.
3765         (wl-summary-update-thread): Check whether the line is inserted.
3766
3767 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3768
3769         * wl-vars.el (wl-summary-line-format): Undo last change.
3770         * wl-summary.el (wl-summary-print-destination): Do not put
3771         invisible property when `wl-summary-width' is nil.
3772         (wl-summary-line-subject-minimum-length): Abolished.
3773         (wl-summary-line-subject): Ditto.
3774
3775 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3776
3777         * wl-vars.el (wl-summary-line-format): Change default value.
3778         (wl-summary-subject-length-limit): Abolished.
3779         * wl-summary.el (wl-summary-line-subject): Ditto.
3780
3781 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3782
3783         * wl-template.el (wl-template-select): Added optional argument.
3784         If optional argument is specified, reverse
3785         `wl-template-visible-select'.
3786
3787 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3788
3789         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3790         Take prefix argument to force asking the destination folder.
3791
3792 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3793
3794         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3795         count and update status.
3796
3797 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3798
3799         * wl-summary.el (wl-summary-redisplay-internal): If
3800         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3801         after fetching.
3802
3803 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3804
3805         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3806         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3807
3808         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3809
3810 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3811
3812         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3813         (All other related portions are changed).
3814         (wl-summary-mark-as-read-all): Rewrite.
3815
3816 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3817
3818         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3819         `wl-summary-mark-as-read'.
3820         (wl-summary-mark-as-unread): Rewrite.
3821         (wl-summary-mark-as-read): Added no-modeline argument.
3822         (wl-summary-resume-cache-status): Rewrite.
3823         (wl-summary-exec-subr): Remove unused local variable.
3824
3825 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3826
3827         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3828         logic to call `wl-summary-buffer-prev-folder-function'.
3829         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3830
3831 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3832
3833         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3834         is nil.
3835
3836 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3837
3838         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3839         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3840         (wl-mime-setup): Add its entry.
3841
3842 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3843
3844         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3845         (wl-summary-delete-cache): Likewise.
3846         (wl-summary-mark-as-read): Rewrite.
3847
3848 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3849
3850         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3851         `wl-summary-count-unread'.
3852
3853         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3854
3855         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3856
3857 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3858
3859         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3860         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3861         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3862         Renamed to the elmo-msgdb-*-mark.
3863         (wl-summary-score-marks): Follow the change above.
3864         (wl-summary-auto-refile-skip-marks): Ditto.
3865         (wl-summary-incorporate-marks): Ditto.
3866         (wl-summary-expire-reserve-marks): Ditto.
3867
3868         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3869         changes.
3870         (wl-thread-insert-top): Changed updating message.
3871
3872         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3873         variable.
3874         (wl-summary-count-unread): Count answered marks.
3875         (wl-summary-rescan): Call wl-summary-insert-message instead of
3876         wl-summary-append-message-func-internal.
3877         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3878         (wl-summary-prefetch-msg): Follow the variable name changes.
3879         (wl-summary-prefetch-region): Ditto.
3880         (wl-summary-mark-as-read-all): Follow the API changes;
3881         Don't call elmo-folder-replace-marks.
3882         (wl-summary-delete-cache): Follow the variable name changes.
3883         (wl-summary-resume-cache-status): Ditto.
3884         (wl-summary-update-status-marks): New function.
3885         (wl-summary-insert-message): New function.
3886         (wl-summary-sync-marks): Follow the variable name changes.
3887         (wl-summary-sync-update): Synchronize to the msgdb, too;
3888         Changed update messages.
3889         (wl-summary-make-number-list): Rewrite.
3890         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3891         (wl-summary-mark-as-unread): Follow the API changes.
3892         (wl-summary-exec-subr): Follow the variable name changes.
3893         (wl-summary-mark-as-read): Ditto.
3894         (wl-summary-move-spec-plugged-alist): Ditto.
3895         (wl-summary-move-spec-unplugged-alist): Ditto.
3896         (wl-summary-cursor-move-surface): Ditto.
3897
3898         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3899         variable name changes.
3900         (wl-highlight-summary-current-line): Ditto.
3901
3902         * wl-expire.el (wl-expire-refile): Follow the API change in
3903         elmo-folder-move-messages.
3904         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3905         (wl-summary-archive): Use elmo-folder-msgdb instead of
3906         elmo-msgdb-load.
3907
3908 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3909
3910         * wl-mime.el (wl-draft-preview-message): Restore the position
3911         before evaluating wl-draft-send-hook in preview buffer.
3912
3913 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3914
3915         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3916         when it creates new draft buffer.
3917
3918         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3919         without argument.
3920
3921         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3922         Evaluate content and if the value is string, insert it.
3923         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3924         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3925         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3926         wl-draft-config-sub-part-bottom): Use it.
3927
3928         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3929         with the folder name. The question was unintelligible when it is
3930         called from wl-save-status.
3931
3932 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3933
3934         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3935         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3936         cannot take second argument).
3937
3938 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3939
3940         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3941         as t. Since type and subtype are not case sensitive (RFC 2045).
3942
3943 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3944
3945         * wl-vars.el (wl-message-mode-line-format): New variable.
3946         (wl-message-mode-line-format-spec-alist): Ditto.
3947         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3948         (wl-message-redisplay): Use wl-message-mode-line-format.
3949
3950 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3951
3952         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3953
3954 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3955
3956         * wl-summary.el (wl-summary-default-from): Write description.
3957
3958 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3959
3960         * wl-vars.el (wl-ldap-objectclass): Abolish.
3961
3962         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3963         (wl-ldap-make-filter): Removed condition for objectclass.
3964         (wl-ldap-make-matched-value-list): Remove meaningless process.
3965         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3966         (wl-address-ldap-search): Don't add `*' to `pat' string;
3967         use ignore-errors; added `email';
3968         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3969         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3970         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3971
3972
3973 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3974
3975         * wl-draft.el (wl-draft-parent-folder): Write description.
3976         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3977
3978 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3979
3980         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3981         as "" (zero-length string) if no parent.
3982         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3983
3984 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3985
3986         * wl-address.el (wl-address-make-completion-list): Skip duplication
3987         checking.
3988         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3989         `append'.
3990
3991 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3992
3993         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3994         instead of `beginning-of-buffer'.
3995
3996 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3997
3998         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3999
4000 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4001
4002         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4003         Refer wl-message-buffer-name.
4004         (wl-message-wheel-down): Ditto.
4005
4006 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4007
4008         * wl-vars.el (wl-message-buffer-name): New user option.
4009
4010         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4011         directly instead of making alist dinamically.
4012
4013         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4014         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4015         wl-message-buffer-cache-name.
4016         (wl-message-buffer-cache-clean-up): Ditto.
4017
4018         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4019
4020         * Version number is increased to 2.9.15.
4021
4022 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4023
4024         * wl-vars.el (wl-summary-default-view-alist): New user option.
4025
4026         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4027
4028         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4029         while deleting address.
4030         (wl-draft-delete-myself-from-cc): Ditto.
4031
4032         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4033         If optional argument is specified, reverse sort order.
4034
4035         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4036
4037 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4038
4039         * wl-thread.el (wl-thread-insert-message): Return parent number if
4040         exists.
4041         (wl-thread-update-indent-string-region): Use
4042         wl-thread-update-line-on-buffer-sub instead of
4043         wl-thread-update-line-on-buffer.
4044
4045 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4046
4047         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4048         (wl-folder-close-all): Ditto.
4049
4050 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4051
4052         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4053         and mailing-list:.
4054         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4055         value.
4056         (wl-summary-line-list-info): Print mailing-list name even when 
4057         list-number is empty.
4058
4059 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4060
4061         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4062
4063         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4064         (wl-draft-open-file): Ditto.
4065         (wl-draft-random-alphabet): Ditto.
4066
4067         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4068         bindings.
4069
4070 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4071
4072         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4073         * wl-vars.el (wl-draft-config-alist): Ditto.
4074
4075 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4076
4077         * Version number is increased to 2.9.14.
4078
4079         * wl.el (wl): Don't set wl-init as nil when error occured while
4080         auto-checking folders.
4081
4082         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4083         `elmo-expand-newtext'.
4084
4085 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4086
4087         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4088         `this-command' so that `wl-folder-goto-folder' contained in
4089         `wl-summary-keep-cursor-command' work.
4090
4091 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4092
4093         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4094         message buffer displaying state.
4095
4096 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4097
4098         * wl-vars.el (wl-summary-default-view): New variable to specify
4099         default value for `wl-summary-buffer-view' instead of using
4100         set-default.
4101         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4102
4103 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4104
4105         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4106
4107         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4108
4109 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4110
4111         * wl-vars.el (wl-forward-subject-prefix): New variable.
4112         * wl-draft.el (wl-draft-forward): Use it.
4113
4114 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4115
4116         * wl-message.el (wl-message-prev-page): When it is called without
4117         lines argument, scroll down by wl-message-scroll-amount lines.
4118         (wl-message-next-page): Ditto.
4119         * wl-vars.el (wl-message-scroll-amount): Change default value
4120         to preserve current behavior.
4121
4122 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4123
4124         * wl-summary.el (wl-summary-prefetch-msg): Bind
4125         `wl-message-entity' to call `wl-summary-from-function'.
4126
4127 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4128
4129         * wl-message.el (wl-message-buffer-create): Run
4130         wl-message-buffer-created-hook.
4131
4132 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4133
4134         * wl-summary.el (wl-summary-sort-specs): New variable.
4135         (wl-summary-default-sort-spec): Ditto.
4136         (wl-summary-sort): Rewrite.
4137         (wl-summary-sort-by-list-info): New function.
4138
4139 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4140
4141         * wl-summary.el (wl-summary-get-list-info): New function.
4142         (wl-summary-sort): Rewrite.
4143         (wl-summary-line-list-info): Ditto.
4144         (wl-summary-line-list-count): Ditto.
4145         (wl-summary-refile-region): Fixed docstring.
4146
4147 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4148
4149         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4150         `wl-folder-entity-hashtb' as completion table.
4151
4152 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4153
4154         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4155         only when this command is called interactively; silence the byte-
4156         compiler.
4157
4158 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4159
4160         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4161         active in XEmacs.
4162
4163 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4164
4165         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4166         plural lines.
4167
4168 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4169
4170         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4171         of current line when the cursor is on the header name.
4172         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4173
4174 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4175
4176         * wl-util.el (wl-read-directory-name): Return displayed directory
4177         as the default value also on XEmacs.
4178
4179 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4180
4181         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4182         formatting.
4183
4184 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4185
4186         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4187         argument and when it is non-nil, check face property before
4188         highlighting for each line.
4189         (wl-highlight-summary-window): Set it.
4190
4191 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4192
4193         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4194         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4195
4196         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4197         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4198         (wl-draft-get-fcc-list): Likewise.
4199
4200 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4201
4202         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4203         (wl-thread-entity-cur): Ditto.
4204         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4205         wl-thread-indent-regexp setting.
4206         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4207
4208         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4209         wl-summary-lazy-highlight.
4210         (wl-summary-display-bottom): Ditto.
4211
4212         * wl-thread.el (wl-thread-open-close): Likewise.
4213
4214         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4215         from and subject;
4216         Bind wl-draft-use-frame;
4217         Enclose with save-window-excursion;
4218         Use wl-draft-create-buffer instead of with-temp-buffer;
4219         Use wl-draft-prepare-edit;
4220         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4221         Use wl-draft-send instead of wl-draft-raw-send.
4222
4223 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4224
4225         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4226         of using wl-from.
4227
4228 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4229
4230         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4231         insert-buffer instead of clone-buffer.
4232         (wl-draft-doing-mime-bcc): New variable.
4233         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4234         infinite loop.
4235         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4236
4237         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4238         (wl-draft-mime-bcc-body): Ditto.
4239
4240         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4241         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4242         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4243         wl-draft-do-mime-bcc.
4244         (wl-draft-mime-bcc-field): New function.
4245         (wl-draft-do-mime-bcc): Ditto.
4246
4247         * wl-address.el (wl-address-complete-header-list): New variable.
4248         (wl-address-complete-header-regexp): Changed default value.
4249
4250         * Version number is increased to 2.9.13.
4251
4252 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4253
4254         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4255         it is differed.
4256
4257 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4258
4259         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4260         (wl-summary-line-list-count): Ditto.
4261
4262 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4263
4264         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4265         (wl-nntp-posting-function): New variable.
4266         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4267         `wl-nntp-posting-config-alist'.
4268
4269 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4270
4271         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4272         FLIM.
4273
4274 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4275
4276         * wl-summary.el (wl-summary-target-mark-refile-sub):
4277         Remove a nuisance funcall.
4278
4279 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4280
4281         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4282         as t for `try-completion'.
4283
4284 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4285
4286         * wl-summary.el (wl-summary-default-from): Use
4287         wl-address-header-extract-address instead of
4288         std11-extract-address-components.
4289         (wl-summary-simple-from): Ditto.
4290         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4291         (wl-summary-insert-headers): Show message.
4292         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4293         for whole line.
4294         (wl-summary-default-from): Revert last change.
4295         (wl-summary-simple-from): Ditto.
4296         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4297         (wl-summary-mark-as-read-region): Follow the change above.
4298         (wl-summary-sync-marks): Ditto.
4299         (wl-summary-target-mark-mark-as-read): Ditto.
4300         (wl-summary-redisplay-internal): Ditto.
4301         (wl-summary-redisplay-no-mime-internal): Ditto.
4302         (wl-summary-redisplay-all-header): Ditto.
4303         (wl-summary-mark-as-read): Removed argument `cached';
4304         Use current cache status to set cache mark.
4305         (wl-summary-redisplay-internal): Follow the change above.
4306         (wl-summary-redisplay-no-mime-internal): Ditto.
4307         (wl-summary-redisplay-all-header): Ditto.
4308
4309         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4310
4311         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4312         Don't call itself recursively (Adviced by Yamaoka-san).
4313
4314 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4315
4316         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4317         bind wl-summary-highlight as nil to avoid error caused by missing
4318         local variables.
4319
4320 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4321
4322         * wl-vars.el (wl-invalid-character-message): New user option.
4323
4324         * wl-util.el (wl-set-string-width): If truncated string-width is
4325         larger than specified width, use `wl-invalid-character-message'.
4326
4327 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4328
4329         * wl-summary.el (wl-summary-prefetch-msg): 
4330         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4331
4332 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4333
4334         * wl-vars.el (wl-summary-check-line-format): New user option.
4335         (wl-summary-line-format-file): Ditto.
4336
4337         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4338         variable.
4339         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4340         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4341         and `wl-summary-view-old-p' to check whether do a rescan or not.
4342         (wl-summary-view-old-p): New function.
4343         (wl-summary-line-format-changed-p): Ditto.
4344         (wl-summary-line-format-save): Ditto.
4345         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4346
4347         * wl-util.el (wl-set-string-width): Avoid using negative number
4348         for make-string.
4349
4350 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4351
4352         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4353         return value.
4354
4355         * wl-util.el (wl-set-string-width): Added optional argument
4356         `padding' (All other related portions are changed).
4357         (wl-line-parse-format): If the first letter of column number is
4358         `0', zero-padding the result (ex: "%05l").
4359
4360         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4361
4362 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4363
4364         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4365         sequential summary view.
4366
4367 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4368
4369         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4370         if it doesn't have a -unix version.
4371
4372 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4373
4374         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4375
4376 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4377
4378         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4379         content.
4380         (wl-draft): Follow the change above.
4381
4382         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4383
4384         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4385         and wl-folder-summary-line-format-alist contain %T and %P.
4386
4387         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4388         (wl-summary-mode-line-format): New user option.
4389         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4390         (wl-summary-line-format): Changed default value.
4391         (wl-summary-lazy-highlight): Changed default value.
4392
4393         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4394         change in wl-summary-create-line.
4395         (wl-thread-insert-entity-sub): Ditto.
4396
4397         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4398         (wl-summary-buffer-unread-status): Ditto.
4399         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4400         (wl-summary-buffer-persistent-mark-column): Ditto.
4401         (wl-summary-buffer-mode-line-formatter): Ditto.
4402         (wl-summary-buffer-mode-line): Ditto.
4403         (wl-summary-message-regexp): Abolished.
4404         (All other related portions are changed.)
4405         (wl-summary-detect-mark-position): New function.
4406         (wl-summary-buffer-set-folder): Setup
4407         wl-summary-buffer-mode-line-formatter.
4408         (wl-summary-mode): Setup selective-display;
4409         Setup pre-idle-hook when xemacs.
4410         (wl-summary-update-modeline): Rewrite.
4411         (wl-summary-jump-to-msg): Define as function;
4412         Changed regexp for searching messages.
4413         (wl-summary-message-number): Rewrite.
4414         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4415         Do rescan when old type summary cache.
4416         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4417         (wl-summary-remove-destination): Use '\r' to detect EOL.
4418         (wl-summary-print-destination): Ditto.
4419         (wl-summary-temp-mark): New inline function.
4420         (wl-summary-persistent-mark): Ditto.
4421         (wl-summary-line-number): New function.
4422         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4423         (wl-summary-line-list-count): New function.
4424         (wl-summary-create-line): Added argument persistent-mark.
4425         (All other related portions are changed)
4426         (wl-summary-create-line): Insert '\r'.
4427         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4428         (wl-summary-cursor-move-surface): New inline function.
4429         (wl-summary-prev): Use it.
4430         (wl-summary-next): Ditto.
4431
4432         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4433         wl-summary-message-regexp.
4434         (wl-highlight-summary): Delete progress message.
4435         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4436
4437         * Version number is increased to 2.9.12.
4438
4439 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4440
4441         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4442         variable (nil: no minimum).
4443         (wl-summary-line-subject): Add some spaces after subject by
4444         wl-summary-line-subject-minimum-length.
4445
4446 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4447
4448         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4449         and removed `F'.
4450         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4451         change above).
4452
4453 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4454
4455         * wl-summary.el (wl-summary-line-list-count): Reverted.
4456         (example setting in samples/*/dot.wl is also updated)
4457
4458 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4459
4460         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4461
4462         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4463
4464         * wl-vars.el (wl-summary-line-format): Addes some description to the
4465         docstring.
4466
4467         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4468         (wl-summary-line-close-bracket): Ditto.
4469         (wl-summary-line-children-number): Ditto.
4470         (wl-summary-line-thread-indent): Ditto.
4471         (wl-summary-line-children-and-from): Ditto.
4472
4473         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4474         't', 'c', 'F' and added 'C'.
4475
4476         * wl-util.el (wl-set-string-width): Accept negative value.
4477         (wl-line-parse-format): Added "%number(" and "%)".
4478
4479 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4480
4481         * wl-summary.el (wl-summary-line-list-count): Change format of the
4482         return value.
4483
4484 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4485
4486         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4487         from the recent message.el.
4488         (wl-draft-point-in-header-p): Ditto.
4489         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4490         wl-draft-beginning-of-line.
4491         * wl-e21.el (wl-draft-mode-map): Ditto.
4492         * wl-xmas.el (wl-draft-mode-map): Ditto.
4493
4494         * wl-folder.el: Sort macrodefs by dependencies.
4495
4496 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4497
4498         * wl-summary.el (wl-summary-prev): Fixed regexp.
4499         (wl-summary-next): Ditto.
4500
4501 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4502
4503         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4504
4505 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4506
4507         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4508         for backward compatibility.
4509
4510 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4511
4512         * wl-summary.el (wl-summary-line-list-count): New function, merged
4513         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4514         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4515         list counts.
4516
4517 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4518
4519         * wl-summary.el (wl-summary-create-line): Ignore errors while
4520         timezone-fix-time.
4521
4522         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4523
4524         * wl-summary.el (wl-summary-sync-update): Ditto.
4525         (wl-summary-default-from): Use wl-message-entity
4526         instead of entity.
4527
4528         * wl-summary.el (wl-summary-create-line): Fix.
4529
4530         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4531         (wl-summary-line-format): New user option.
4532         (wl-folder-summary-line-format-alist): Ditto.
4533         (wl-summary-from-width): Abolished.
4534
4535         * wl-util.el (toplevel): Require 'bytecomp.
4536         (wl-line-parse-format): New function.
4537         (wl-line-formatter-setup): New macro.
4538
4539         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4540         (wl-summary-buffer-line-formatter): New buffer local variable.
4541         (wl-summary-switch-to-clone-buffer): Follow the change above.
4542         (wl-summary-message-regexp): Fix.
4543         (wl-summary-from-func-internal): Abolished.
4544         (wl-summary-subject-func-internal): Ditto.
4545         (wl-summary-subject-filter-func-internal): Ditto.
4546         (All other related portions are changed.)
4547         (wl-summary-buffer-set-folder):
4548         Set up wl-summary-buffer-number-column and 
4549         wl-summary-buffer-line-formatter
4550         (All other related portions are changed.)
4551         (wl-summary-buffer-number-column-detect): Abolished.
4552         (All other related portions are changed.)
4553         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4554         (wl-summary-delete-all-temp-marks-on-buffer): Use
4555         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4556         (wl-summary-target-mark-delete): Ditto.
4557         (wl-summary-target-mark-refile-subr): Ditto.
4558         (wl-summary-target-mark-mark-as-read): Ditto.
4559         (wl-summary-target-mark-mark-as-unread): Ditto.
4560         (wl-summary-target-mark-mark-as-important): Ditto.
4561         (wl-summary-target-mark-save): Ditto.
4562         (wl-summary-replace-status-marks): Renamed from
4563         wl-summary-set-status-marks-on-buffer;
4564         Use wl-summary-message-regexp instead of
4565         wl-summary-buffer-number-regexp.
4566         (wl-summary-sync-update): Follow the change above.
4567         (wl-summary-goto-previous-message-beginning): New function.
4568         (wl-summary-mark-as-unread): Use it.
4569         (wl-summary-mark-as-important): Ditto.
4570         (wl-summary-line-formatter): New variable.
4571         (wl-summary-line-year): New function.
4572         (wl-summary-line-day): Ditto.
4573         (wl-summary-line-day-of-week): Ditto.
4574         (wl-summary-line-hour): Ditto.
4575         (wl-summary-line-minute): Ditto.
4576         (wl-summary-line-open-bracket): Ditto.
4577         (wl-summary-line-close-bracket): Ditto.
4578         (wl-summary-line-children-number): Ditto.
4579         (wl-summary-line-thread-indent): Ditto.
4580         (wl-summary-line-size): Ditto.
4581         (wl-summary-line-subject): Ditto.
4582         (wl-summary-line-from): Ditto.
4583         (wl-summary-line-children-and-from): Ditto.
4584         (wl-summary-create-line): Rewritten.
4585         (wl-summary-format-date): Abolished.
4586
4587         * wl-highlight.el (wl-highlight-summary-current-line): Use
4588         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4589         Use thread structure to detect thread top message.
4590
4591         * wl-draft.el (wl-default-draft-cite): Don't use
4592         wl-summary-from-func-internal.
4593
4594         * wl-refile.el (wl-refile-subject-learn): Don't use
4595         wl-summary-subject-filter-func-internal.
4596         (wl-refile-guess-by-subject): Ditto.
4597
4598         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4599         parameters.
4600
4601         * wl-thread.el (wl-thread-update-indent-string-region):
4602         Use wl-thread-update-line-on-buffer instead of
4603         wl-thread-update-indent-string.
4604         (wl-thread-update-children-number): Redefine using
4605         wl-thread-update-line-on-buffer.
4606         (wl-thread-update-indent-string): Abolished.
4607
4608         * Version number is increased to 2.9.11.
4609
4610 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4611
4612         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4613         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4614         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4615
4616         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4617         as nil.
4618
4619         * wl-thread.el (wl-thread-open-all-unread): Use 
4620         elmo-folder-list-messages-mark-match.
4621         (wl-thread-insert-message): Removed argument `mark-alist'.
4622         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4623         elmo-msgdb-set-mark.
4624         (wl-thread-get-children-msgs-uncached): Likewise.
4625         (wl-thread-get-exist-children): Added argument include-self.
4626         (wl-thread-delete-message): Follow the change above.
4627
4628         * wl-summary.el (wl-summary-count-unread): Removed argument.
4629         (wl-summary-rescan): Follow the change above.
4630         (wl-summary-mark-as-read-region): Ditto
4631         (wl-summary-mark-as-unread-region): Ditto.
4632         (wl-summary-delete-messages-on-buffer): Ditto.
4633         (wl-summary-sync-update): Ditto.
4634         (wl-summary-switch-to-clone-buffer): Ditto.
4635         (wl-summary-goto-folder-subr): Ditto.
4636         (wl-summary-target-mark-mark-as-read): Ditto.
4637         (wl-summary-target-mark-mark-as-unread): Ditto.
4638         (wl-summary-target-mark-mark-as-important): Ditto.
4639         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4640         (wl-summary-update-thread): Removed argument `mark-alist'.
4641         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4642         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4643         (wl-summary-resume-cache-status): Likewise.
4644         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4645         elmo-msgdb-set-mark.
4646         (wl-summary-mark-as-read-all): Likewise.
4647         (wl-summary-delete-cache): Ditto.
4648         (wl-summary-auto-select-msg-p): Ditto.
4649         (wl-summary-mark-as-unread): Ditto.
4650         (wl-summary-no-auto-refile-message-p): Ditto.
4651         (wl-summary-mark-as-read): Ditto.
4652         (wl-summary-mark-as-important): Ditto.
4653         (wl-summary-auto-refile): Follow the change above.
4654         (wl-summary-delete-all-marks): Removed.
4655         (wl-summary-resume-marks-and-highlight): Ditto.
4656         (wl-summary-resume-marks): Ditto.
4657         (wl-summary-delete-important-msgs-from-list): Ditto.
4658         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4659
4660         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4661         wl-summary-count-unread.
4662
4663         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4664         (wl-summary-score-update-all-lines): Use
4665         elmo-msgdb-set-mark.
4666
4667 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4668
4669         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4670         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4671         (wl-summary-create-line): Renamed from
4672         wl-summary-overview-create-summary-line;
4673         Argument rearrangement.
4674         (wl-summary-update-thread): Follow the change above.
4675
4676         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4677         (wl-thread-insert-entity-sub): Likewise.
4678
4679         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4680         argument `overview', `mark-alist' and added `msgdb'.
4681
4682         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4683
4684         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4685         (wl-summary-rescan): Follow the change above.
4686         (wl-summary-sync-update): Ditto.
4687         (wl-summary-insert-thread-entity): Ditto;
4688         Don't use `let*' in every while loop;
4689         Detect infinite loop of threads.
4690         (wl-summary-update-thread): Removed argument `overview'.
4691
4692         * wl-thread.el (wl-thread-insert-message): Ditto.
4693
4694         * Version number is increased to 2.9.10.
4695
4696         * wl-message.el (wl-message-redisplay): Ignore errors while
4697         wl-message-redisplay-hook.
4698
4699 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4700
4701         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4702
4703 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4704
4705         * wl.el (wl): inhibit-quit while wl-folder.
4706
4707 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4708
4709         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4710         while msgdb access.
4711
4712 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4713
4714         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4715         even if no folder is not created.
4716
4717 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4718
4719         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4720
4721         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4722         implementation.
4723         (wl-summary-target-mark-thread): Ditto.
4724
4725         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4726
4727 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4728
4729         * wl-util.el (wl-display-bytes): Remove unused function.
4730
4731 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4732
4733         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4734         seems critical one (partially reverse the change in 2002/03/17).
4735
4736 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4737
4738         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4739         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4740
4741 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4742
4743         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4744         is not writable.
4745         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4746         plugged status instead of `'force' as 2nd argument.
4747
4748         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4749         is not creatable.
4750
4751         * Version number is increased to 2.9.9.
4752
4753 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4754
4755         * wl-summary.el (wl-summary-suspend): New function.
4756
4757 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4758
4759         * wl.el (wl): Do not check variables if check is nil.
4760         * wl-utils.el (wl-collect-draft): New function.
4761         * wl-folder.el (wl-folder-suspend): Put summary buffers
4762         and draft buffers at the end of buffer list.
4763         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4764
4765 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4766
4767         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4768         loop instead of recursive call.
4769
4770         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4771         2nd argument.
4772
4773 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4774
4775         * wl-draft.el (wl-draft-create-contents): Don't take neither
4776         (function . args) nor (string . something) any more.
4777
4778         * wl-version.el (wl-generate-user-agent-string): Return string
4779         without header symbol.
4780         * wl-draft.el (wl-draft-default-headers): Use it.
4781
4782         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4783         `wl-draft-insert-ccs' and return field value instead of inserting
4784         the header. Abolish cc argument.
4785         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4786
4787         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4788         rather than one with string car.
4789
4790         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4791         * wl-draft.el (wl-draft-create-contents): Add it after the default
4792         headers.
4793
4794         * wl-draft.el (wl-draft-create-contents): For the case of
4795         (symbol-or-string . function) insert header only when the function
4796         returns string value.
4797
4798 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4799
4800         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4801         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4802
4803 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4804
4805         * wl.el (wl-check-environment): Don't check Message-ID when
4806         `wl-insert-message-id' is nil.
4807         Revive checking if `wl-message-id-domain' contains "@".
4808
4809 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4810
4811         * wl.el (wl-check-environment): Merge examination for "@" at
4812         inappropriate position into the first string-match.
4813
4814         * wl-summary.el (wl-summary-target-mark-print): New function.
4815         (wl-summary-pipe-message-subr): Extracted from
4816         `wl-summary-pipe-message'.
4817         (wl-summary-target-mark-pipe): New function.
4818         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4819         `wl-summary-target-mark-pipe'.
4820
4821 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4822
4823         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4824
4825 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4826
4827         * wl.el (wl-check-environment): Use elmo-warning instead of
4828         error for non-critical ones.
4829         Remove trash folder check.
4830         (wl): Don't ignore error in wl-check-environment.
4831
4832         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4833         check, which is moved from `wl-check-environment'.
4834         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4835
4836 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4837
4838         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4839         guess anything, call wl-summary-write.
4840         (wl-summary-write): Create draft with blank To field.
4841         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4842
4843 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4844
4845         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4846         argument full as well for wl-folder-write-current-folder.
4847         If wl-*-write-current-folder cannot guess addressee, add blank
4848         To header.
4849         Rewrite condition for positioning cursor.
4850
4851 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4852
4853         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4854         summary buffer is present, use it.
4855         (wl-folder-jump-to-previous-summary): Ditto.
4856
4857 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4858
4859         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4860
4861         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4862         wl-summary-previous-buffer and wl-summary-next-buffer.
4863
4864         * wl-folder.el (wl-folder-mode-map): Bind
4865         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4866         (wl-folder-jump-to-next-summary): New function.
4867         (wl-folder-jump-to-previous-summary): Ditto.
4868
4869         * wl-draft.el (wl-draft): Rearranged.
4870
4871 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4872
4873         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4874         of header.
4875         (wl-draft): Collect arguments for the header as header-alist.
4876         (wl-draft-forward): Arrange arguments for wl-draft.
4877         (wl-draft-reply): Ditto.
4878         (wl-draft-edit-string): Ditto.
4879         * wl-summary.el (wl-summary-write): Ditto.
4880         (wl-summary-write-current-folder): Ditto.
4881
4882         * Version number is increased to 2.9.8.
4883
4884 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4885
4886         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4887
4888         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4889
4890         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4891         even if the guess failed.
4892
4893         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4894         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4895         wl-summary-write-current-folder.
4896         * wl-xmas.el: Ditto.
4897
4898 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4899
4900         * wl-summary.el (wl-summary-next-page): Force display message if
4901         message is not displayed yet.
4902         (wl-summary-prev-page): Ditto.
4903
4904 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4905
4906         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4907
4908 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4909
4910         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4911         add "Preview Message" and "Save Draft and Exit".
4912
4913 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4914
4915         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4916         if addrmgr is called from draft in splitted window.
4917
4918         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4919         * wl-mule.el: Ditto.
4920         * wl-xmas.el: Ditto.
4921
4922 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4923
4924         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4925
4926         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4927         * wl-xmas.el (wl-folder-toolbar): Ditto.
4928
4929 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4930
4931         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4932         and wl-draft-save-and-exit.
4933         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4934         * wl-xmas.el: Ditto.
4935         * wl-mule.el: Ditto.
4936
4937         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4938         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4939
4940 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4941
4942         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4943         lists for saving buffer.
4944
4945 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4946
4947         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4948         parent-folder argument instead of it.
4949         (wl-draft-create-buffer): Ditto.
4950         (wl-draft-forward): Ditto.
4951         (wl-draft-reply): Ditto.
4952         * wl-summary.el (wl-summary-write): Ditto.
4953         (wl-summary-write-current-folder): Ditto.
4954
4955         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4956         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4957         Folder buffer after composing.
4958
4959 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4960
4961         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4962         header if the file `wl-x-face-file' already contains it.
4963
4964 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4965
4966         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4967         folder" entry.
4968         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4969         * wl-e21.el (wl-folder-toolbar): Ditto.
4970         * wl-xmas.el (wl-folder-toolbar): Ditto.
4971
4972 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4973
4974         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4975         wl-folder-goto-folder with sticky argument.
4976         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4977
4978 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4979
4980         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4981         and wl-summary-previous-buffer.
4982         (wl-summary-next-buffer): New function.
4983         (wl-summary-previous-buffer): Ditto.
4984
4985 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4986
4987         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4988         wl-folder-jump-to-current-entity-with-arg.
4989         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4990         `wl-folder-jump-to-current-entity'.
4991         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4992         `wl-summary-goto-folder-sticky'.
4993         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4994         `wl-summary-goto-folder'.
4995         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4996         Unless force-exit, do not clean temp. marks for sticky summary.
4997         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4998
4999 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5000
5001         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5002         not entire.
5003
5004 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5005
5006         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5007         to `C-x C-s'.
5008         (wl-summary-save-status): New command.
5009         (wl-summary-exit): Don't clean-up temp marks when sticky.
5010         (Applied patch from Nakayama-san [wl: 09548])
5011         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5012         Do nothing when no mark data.
5013         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5014         Call `wl-summary-delete-all-temp-marks' before saving.
5015
5016 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5017
5018         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5019
5020 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5021
5022         * wl.el (wl-check-environment): Also cause error when (system-name)
5023         returns "localhost.localdomain". (Although it doesn't affect because
5024         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5025
5026 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5027
5028         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5029         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5030
5031         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5032         value.
5033
5034 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5035
5036         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5037         Likewise r-cc-list and r-ng-list.
5038
5039 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5040
5041         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5042         only if it is bound as variable.
5043
5044         * wl-mime.el (wl-draft-preview-message): Ditto.
5045
5046 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5047
5048         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5049         needless `goto-char'.
5050
5051         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5052         `wl-summary-redisplay-no-mime-internal' instead of
5053         `wl-summary-redisplay-no-mime'.
5054         (wl-summary-redisplay-no-mime): Changed argument;
5055         Call `wl-summary-redisplay-no-mime-internal'.
5056
5057         * wl-mime.el (wl-draft-preview-message): Bind
5058         `mime-header-encode-method-alist' locally.
5059
5060         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5061         (wl-draft-std11-parse-addresses): Added the first address check.
5062         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5063
5064         * Version number is increased to 2.9.7.
5065
5066 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5067
5068         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5069
5070 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5071
5072         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5073         related to scrollbar support, if there is no such a feature
5074         compiled in.
5075
5076 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5077
5078         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5079         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5080         for prefetch.
5081
5082 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5083
5084         * wl-summary.el (wl-summary-pick): Fix for no match.
5085
5086 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5087
5088         * wl-draft.el (wl-draft-save):
5089         Override `mime-header-encode-method-alist'.
5090
5091 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5092
5093         * wl-folder.el (wl-folder-pick): New function.
5094         Define key as "?".
5095
5096 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5097
5098         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5099         Fix for unplugged.
5100
5101 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5102
5103         * wl-folder.el (wl-folder-virtual): New function.
5104         Define key as "V".
5105
5106 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5107
5108         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5109         multi folder if entity is group.
5110
5111 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5112
5113         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5114         is nil.
5115
5116 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5117
5118         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5119         (wl-summary-target-mark-msgs): Return the number of marked messages.
5120
5121 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5122
5123         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5124         "first:" is specified.
5125
5126 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5127
5128         * wl-vars.el (wl-from): Use return value of function
5129         user-full-name instead of the variable user-full-name since
5130         XEmacs-20.4 doesn't set this variable.
5131
5132 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5133
5134         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5135         call `wl' directly.
5136
5137 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5138
5139         * wl-draft.el (wl-draft-reedit): Removed duplicated
5140         switch-to-buffers.
5141
5142 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5143
5144         * wl.el (wl-other-frame): Removed garbages.
5145
5146 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5147
5148         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5149
5150         * wl-xmas.el (wl-draft-key-setup): Ditto.
5151
5152         * wl-mule.el (wl-draft-key-setup): Ditto.
5153
5154         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5155         (wl-draft-reedit): Ditto.
5156         (wl-draft-prepare-edit): Add `wl-draft-save' to
5157         `local-write-file-hooks'.
5158         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5159         (wl-draft-reedit): Set buffer-file-name.
5160         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5161
5162
5163         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5164         call it.
5165         (wl-delete-startup-frame-function): New variable.
5166         (wl-other-frame): New function
5167         (Original was written by Yamaoka san [wl: 09239]).
5168
5169         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5170         if `wl-folder-use-frame'.
5171
5172 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5173
5174         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5175
5176 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5177
5178         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5179         New variable.
5180         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5181         (wl-message-buffer-prefetch-get-next): Use them.
5182         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5183
5184 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5185
5186         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5187         with unwind-protect.
5188
5189         * wl-draft.el (wl-draft-reedit): Rewrite.
5190         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5191         (wl-draft-save): Insert header separator if it does not exist;
5192         Removed condition-case.
5193
5194         * wl-summary.el (wl-summary-reedit): Revert last change.
5195
5196         * wl-draft.el (wl-draft-save): Rewrite.
5197         (wl-draft-create-buffer): Set buffer-file-name as nil.
5198
5199         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5200
5201         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5202
5203         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5204         nil.
5205
5206 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5207
5208         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5209         If count is nil, do not prefetch.
5210         (wl-message-buffer-prefetch-next): Next.
5211
5212 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5213
5214         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5215
5216 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5217
5218         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5219         `delete-backward-char'
5220         (wl-draft-prepare-edit): Check major-mode.
5221         (wl-draft-decode-header): Rewrite.
5222         (wl-draft): Fix.
5223
5224 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5225
5226         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5227
5228 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5229
5230         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5231         (wl-message-buffer-prefetch-get-next): Remove size checking.
5232         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5233
5234 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5235
5236         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5237         (wl-draft-default-headers): Fix.
5238
5239 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5240
5241         * wl-draft.el (wl-draft-default-headers): Insert return value of
5242         `wl-generate-mailer-string-function'.
5243
5244 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5245
5246         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5247         (wl-draft-insert-mail-header-separator): Ditto.
5248
5249         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5250         again (Reverted the change on 2002-01-17 by OKADA san).
5251
5252 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5253
5254         * wl-draft.el (wl-draft): Rewrite.
5255         (wl-draft-create-buffer): New function.
5256         (wl-draft-create-contents): Ditto.
5257         (wl-draft-prepare-edit): Ditto.
5258         (wl-draft-decode-header): Ditto.
5259         (wl-draft-decode-body): Ditto.
5260         (wl-draft-check-new-line): Ditto.
5261         (wl-draft-default-headers): Ditto.
5262         (wl-draft-insert-mail-header-separator): Ditto.
5263
5264 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5265
5266         * Version number is increased to 2.9.6.
5267
5268 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5269
5270         * wl-draft.el (wl-draft-delete-field): Optional argument.
5271         (wl-draft-delete-fields): Ditto.
5272
5273 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5274
5275         * wl-message.el (toplevel): Eliminated byte-compile warning.
5276         for `itimer-function', `delete-timer' and `itimer-list'.
5277
5278 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5279
5280         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5281         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5282         `wl-message-buffer-prefetch-threshold'.
5283         * wl-summary.el (wl-summary-redisplay-internal): Remove
5284         the check of `wl-message-buffer-prefetch-depth'.
5285
5286 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5287
5288         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5289         size of article.
5290         (wl-message-buffer-prefetch-subr): Remove size check.
5291
5292 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5293
5294         * wl-vars.el (wl-plugged): Make customizable.
5295
5296 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5297
5298         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5299         (wl-message-buffer-prefetch-set-timer): New function.
5300         (wl-message-buffer-prefetch-get-next): New function.
5301         (wl-message-buffer-prefetch): New function.
5302         (wl-message-buffer-prefetch-next): Rewrite.
5303         (wl-message-buffer-prefetch-subr): Rewrite.
5304         * wl-vars.el (wl-auto-prefetch-first): New variable.
5305         * wl-summary.el (wl-summary-goto-folder-subr): Call
5306         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5307
5308 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5309
5310         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5311         `wl-summary-unread-message-hook'.
5312
5313 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5314
5315         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5316         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5317         if range is `cache-status'.
5318
5319 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5320
5321         * wl-message.el (wl-message-buffer-prefetch-subr):
5322         Improve debug message.
5323
5324 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5325
5326         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5327         `wl-mail-send-pre-hook'.
5328         (wl-draft-send-mail-with-qmail): Ditto.
5329         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5330
5331 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5332
5333         * wl-message.el (wl-message-buffer-prefetch-subr):
5334         Fix for cancel-function-timers bug.
5335         (wl-message-buffer-prefetch-debug): Default value is t.
5336
5337 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5338
5339         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5340         (wl-message-buffer-prefetch-subr): Rewrite.
5341         Rename from `wl-message-buffer-prefetch'.
5342
5343 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5344
5345         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5346         (wl-default-draft-cite-decorate-author): Ditto.
5347
5348         * wl-draft.el (wl-draft-cite-function): Removed.
5349         (wl-default-draft-cite-decorate-author): Ditto.
5350
5351 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5352
5353         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5354         (wl-default-draft-cite): Do not arrange author name if the value of
5355         `wl-default-draft-cite-decorate-author' is nil.
5356
5357 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5358
5359         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5360
5361         * wl-folder.el (wl-folder-check-one-entity): Don't care
5362         `elmo-folder-use-flag-p'.
5363
5364 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5365
5366         * wl-folder (wl-folder-check-one-entity): Fix
5367         problem if unread is nil.
5368
5369 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5370
5371         * wl-address.el (wl-address-make-completion-list): Check whether
5372         the address is a group list.
5373         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5374
5375 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5376
5377         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5378         The number of the messages of new and unread does not count
5379         correctly.
5380
5381         * wl-summary.el (wl-summary-count-unread): Changed to return
5382         `(new . unread)' instead of total.
5383         (wl-summary-sync-update): Follow the change above.
5384
5385         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5386
5387 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5388
5389         * wl-address.el (wl-address-make-completion-list): Do not enclose
5390         address by " <" and ">" if associated realname is "".
5391         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5392         This is against the promblem with group list in .addresses pointed
5393         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5394
5395 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5396
5397         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5398         message is a format control string.
5399         * wl-expire.el (wl-expire-append-log): Ditto.
5400         * wl-mime.el (wl-summary-burst-subr): Ditto.
5401         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5402         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5403
5404 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5405
5406         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5407         wl.el (wl-check-variables): Rename from `wl-check-type'.
5408         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5409         (wl-check-variables-2): New function.
5410         (wl): Call `wl-check-variables-2'.
5411
5412 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5413
5414         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5415         after renaming folder in access group.
5416
5417 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5418
5419         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5420         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5421         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5422         (wl-message-buffer-prefetch): Rewrite.
5423         (wl-message-buffer-prefetch-idle-time): Removed.
5424         * wl-summary.el (wl-summary-redisplay-internal):
5425         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5426         Error check for `wl-message-buffer-prefetch-depht'.
5427
5428 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5429
5430         * Version number is increased to 2.9.5.
5431         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5432
5433 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5434
5435         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5436         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5437         Based on the patch written by
5438         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5439
5440 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5441
5442         * wl-draft.el (wl-draft-raw-send): Fix for
5443         `wl-news-send-pre-hook'
5444
5445 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5446
5447         * wl-utils.el (wl-message-id-function): New variable.
5448         * wl-draft.el (wl-draft-insert-required-fields):
5449         Use `wl-message-id-function'.
5450
5451 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5452
5453         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5454         * wl-utils.el (wl-draft-make-message-id-string):
5455         Use `wl-from' for domain part of Message-ID
5456         if `wl-message-id-use-wl-from' if non-nil.
5457         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5458
5459 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5460
5461         * wl.el (wl): Call `wl-check-type'
5462         Do not 'condition-case'.
5463
5464 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5465
5466         * wl.el (wl-check-type): New function.
5467         (wl-check-type-variables): New variable.
5468
5469 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5470
5471         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5472
5473 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5474
5475         * wl-draft.el (wl-smtp-password-key): New function.
5476         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5477         (wl-draft-send-mail-with-smtp): Ditto.
5478         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5479
5480 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5481
5482         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5483         * wl-utils.el (wl-unique-id-suffix): Remove.
5484
5485 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5486
5487         * Version number is increased to 2.9.4.
5488
5489 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5490
5491         * wl-utils.el (wl-unique-id-suffix): New variable.
5492         (wl-unique-id): Use `wl-unique-id-suffix'
5493
5494 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5495
5496         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5497         instead of `elmo-msgdb-search'.
5498
5499         * Version number is increased to 2.9.3.
5500
5501 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5502
5503         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5504
5505 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5506
5507         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5508         (wl-draft-dispatch-message): Changed for send-later.
5509         (wl-draft-queue-flush): Ditto.
5510         (wl-draft): Clear `wl-sent-message-queued'.
5511         (wl-draft-reedit): Ditto.
5512         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5513         * wl-vars.el (wl-draft-force-queuing): New variable.
5514         (wl-draft-force-queuing-mail): New variable.
5515         (wl-draft-force-queuing-news): New variable.
5516
5517 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5518
5519         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5520         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5521
5522 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5523
5524         * Version number is increased to 2.9.2.
5525
5526 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5527
5528         * wl-draft.el (wl-draft-elide-region): New user command.
5529         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5530
5531         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5532         command `wl-draft-elide-region'.
5533         * wl-mule.el: Ditto.
5534         * wl-xmas.el: Ditto.
5535
5536 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5537
5538         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5539         (wl-biff-check-folder-async): Removed needless let.
5540
5541 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5542
5543         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5544         wl-folder-get-elmo-folder.
5545         (wl-biff-check-folder): Set `biff' argument of
5546         `wl-folder-check-one-entity'.
5547         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5548
5549         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5550         (wl-folder-check-one-entity): Added `biff' argument;
5551         Setup `biff' slot of folder.
5552
5553         * Version number is increased to 2.9.1.
5554
5555 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5556
5557         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5558         comment out and fixed.
5559         (wl-fldmgr-add-completion-subr): Ditto.
5560
5561         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5562         and msgdb.
5563
5564         * wl.el (wl-toggle-plugged): Save summary view.
5565
5566 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5567
5568         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5569
5570 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5571
5572         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5573
5574 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5577         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5578         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5579
5580         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5581         if it was failed.
5582         (wl-demo): Disable undo in the demo buffer.
5583
5584 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5585
5586         * wl-version.el (wl-version): Changed codename.
5587
5588         * Version number is increased to 2.9.0.
5589
5590 2001-12-14  Takuo KITAME <kitame@northeye.org>
5591
5592         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5593         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5594         (wl-folder-mark-as-read-all-current-entity): Ditto.
5595
5596 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5597
5598         * wl-vars.el (wl-from-width): Define as obsolete variable.
5599         (wl-subject-length-limit): Ditto.
5600
5601         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5602
5603         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5604         wl-summary-save-view.
5605
5606         * wl.el (wl-save-status): Ditto.
5607         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5608
5609         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5610         (wl-summary-exit): Follow the change above.
5611         (wl-summary-goto-folder-subr): Ditto.
5612
5613         * wl-folder.el (wl-folder-create-subr): Don't use
5614         `elmo-folder-creatable-p'.
5615
5616 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5617
5618         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5619
5620 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5623         rather than bitmap on Emacs 21.
5624         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5625         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5626         for xbm if the new redisplay engine is not available.
5627
5628 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5629
5630         * wl-folder.el (wl-folder-init-hook): New hook.
5631         (wl-folder-init): Run `wl-folder-init-hook'.
5632
5633 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5634
5635         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5636
5637 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5638
5639         * wl-acap.el (wl-acap-cache-filename): New variable.
5640         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5641         (wl-acap-init): Use cache if no ACAP server found.
5642
5643 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5644
5645         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5646         `wl-acap-original-msgdb-dir'.
5647
5648         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5649         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5650
5651         * wl-mime.el (wl-mime-save-directory): Renamed from
5652         `wl-mime-save-dir'.
5653
5654 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5655
5656         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5657
5658         * wl-demo.el: Require `path-util'.
5659         (wl-demo-bitmap-mule-available-p): New internal variable.
5660         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5661         `module-installed-p' instead.
5662         (wl-demo-insert-image): Use *.img file for a bitmap image.
5663         (wl-demo): Don't call the ascii demo recursively.
5664
5665 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5666
5667         * Version number is increased to 2.7.7.
5668
5669 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5670
5671         * wl.el (wl-exit): Eliminated byte-compile warning.
5672
5673 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5674
5675         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5676         obsolete variable using `elmo-define-obsolete-variable'.
5677         (wl-fetch-confirm-threshold): Ditto.
5678         (wl-cache-prefetch-folder-type-list): Ditto.
5679         (wl-cache-prefetch-folder-list): Ditto.
5680
5681 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5682
5683         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5684         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5685         (wl-demo-insert-image): New function.
5686         (wl-demo-insert-text): New function.
5687         (wl-demo-image-type-alist): Redefine as a function.
5688         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5689         (wl-demo-with-temp-file-buffer): Removed.
5690         (wl-logo-xpm): Removed.
5691         (wl-logo-xbm): Removed.
5692         (wl-logo-bitmap): Removed.
5693
5694 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5695
5696         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5697         (wl-expire-localdir-get-folder-function): New user option.
5698         (wl-expire-localdir-get-folder): New function.
5699         (wl-expire-localdir-date): Ditto.
5700
5701 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5702
5703         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5704         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5705         Fixed unread number mismatch when all-unread < unread.
5706
5707 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5708
5709         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5710         (wl-fetch-confirm-threshold): Ditto.
5711
5712         * wl-summary.el (wl-summary-confirm-appends): Removed.
5713         (wl-summary-sync-update): Don't refer
5714         `wl-summary-update-confirm-threshold' (It is now abolished).
5715
5716         * wl-message.el (wl-message-display-internal): Don't refer
5717         `wl-fetch-confirm-threshold' (It is now abolished).
5718
5719 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5722
5723 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5724
5725         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5726         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5727         Change default value to nil.
5728         (wl-summary-indent-length-limit): The value can be nil, nil means
5729         unlimited.
5730
5731         * wl-summary.el: Don't set limit for indent length if the value of
5732         wl-summary-indent-length-limit is nil.
5733         If the value of wl-summary-width is nil, it means only that the width
5734         of summary is unlimited (nil doesn't mean that the indent length is
5735         unlimited).
5736
5737         * wl-thread.el: Ditto.
5738
5739 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5740
5741         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5742         be nil, nil means never confirm.
5743         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5744
5745 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5746
5747         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5748         means unlimited).
5749
5750 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5751
5752         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5753         Use `with-temp-buffer'.
5754
5755 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5756
5757         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5758         with new backquote style).
5759         (wl-folder-get-entity-from-buffer): Ditto.
5760
5761 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5762
5763         * wl-version.el (nemacs-version): Eliminated.
5764         (wl-extended-emacs-version2): Ignore nemacs.
5765         (wl-extended-emacs-version3): Ditto.
5766
5767 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5768
5769         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5770         (wl-draft-add-in-reply-to): New variable.
5771         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5772         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5773         (wl-draft-yank-from-mail-reply-buffer): Use
5774         `wl-draft-add-in-reply-to'.
5775         (wl-draft-insert-current-message): Ditto.
5776
5777 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5778
5779         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5780         typo (kill->hide).
5781         (wl-message-buffer-prefetch-folder-type-list): Added elements
5782         `mark' and `cache' instead of `internal'.
5783
5784 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5785
5786         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5787         resume msgdb directory.
5788
5789 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5790
5791         * wl.el (wl-exit): Call `wl-acap-exit'.
5792
5793         * wl-summary.el (wl-summary-message-string): New function.
5794         (wl-summary-reedit): Use it.
5795         (wl-summary-resend-bounced-mail): Remove needless let.
5796         (wl-summary-supersedes-message): Ditto.
5797         (wl-summary-save): Ditto.
5798
5799         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5800         (wl-acap-init): Set it.
5801         (wl-acap-exit): New function.
5802
5803 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5804
5805         * wl.el (wl-init): Revert (require 'mime-setup). move from
5806         toplevel.
5807
5808 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5809
5810         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5811         local variables.  Add error when guess function return invalid
5812         value.
5813
5814 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5815
5816         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5817         Change local variable name.
5818         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5819         (wl-folder-get-newsgroups): Return nil when non-news folder.
5820         * wl-summary.el (wl-summary-write-current-folder): State through
5821         when guess-list return nil.
5822         (wl-summary-write-current-folder-functions): Fixed docstring.
5823
5824         * wl.el (wl-exit): Changed confirm message.
5825
5826         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5827         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5828
5829         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5830
5831 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5832
5833         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5834         user option (Renamed from wl-cache-prefetch-folder-type-list).
5835         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5836         from wl-cache-prefetch-folder-list).
5837
5838         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5839         Move to wl-vars.el.
5840         (wl-message-buffer-prefetch-p): Changed to enable
5841         `wl-message-buffer-prefetch-folder-list'.
5842
5843         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5844         `ignore-cache'.
5845
5846 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5847
5848         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5849         `part-top' and `part-bottom'.
5850         (wl-draft-config-sub-part-top): New function.
5851         (wl-draft-config-sub-part-bottom): New function.
5852
5853 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5854
5855         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5856
5857 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5858
5859         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5860
5861 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5862
5863         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5864
5865         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5866         (wl-summary-write-current-folder): Ditto.
5867
5868 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5869
5870         * wl-folder.el (wl-folder-get-newsgroups): Use
5871         `elmo-folder-newsgroups'.
5872
5873 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5874
5875         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5876         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5877         `wl-draft-config-sub-header-bottom'.
5878
5879 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5880
5881         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5882         localnews folder.
5883
5884 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5885
5886         * wl-summary.el (wl-summary-mode): Undo last change.
5887
5888         * wl-folder.el (wl-folder-mode): Ditto.
5889
5890 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5891
5892         * wl-summary.el (wl-summary-mode): Locally set
5893         truncate-partial-window-width to nil.
5894         (for XEmacs)
5895
5896         * wl-folder.el (wl-folder-mode): Ditto.
5897
5898 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5899
5900         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5901
5902 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5903
5904         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5905         number.
5906
5907         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5908
5909         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5910
5911         * Version number is increased to 2.7.6.
5912
5913 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5914
5915         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5916
5917 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5918
5919         * wl-summary.el (wl-summary-sync-update): Enclose network
5920         related portion with `unwind-protect'.
5921
5922 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5923
5924         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5925
5926 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5927
5928         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5929         element.
5930         * wl-vars.el (wl-message-body-button-alist): Ditto.
5931
5932         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5933         max match length.
5934         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5935
5936         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5937         for the max match length;
5938         Use 4th element value for the button string regexp group.
5939
5940         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5941         candidate exists, prompt to select.
5942
5943 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5944
5945         * wl-summary.el (wl-summary-jump-to-msg): Search before
5946         calibration point by `beginning-of-line'.
5947
5948 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5949
5950         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5951         for access group.
5952
5953 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5954
5955         * wl-message.el (wl-message-display-internal): Bind
5956         `default-mime-charset'.
5957
5958         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5959
5960         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5961
5962         * Version number is increased to 2.7.5.
5963
5964 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5965
5966         * wl-expire.el (wl-summary-archive): Fixed;
5967         Use `elmo-folder-name-internal'.
5968
5969 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5970
5971         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5972         from `elmo-folder-move-messages' caller.
5973         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5974
5975         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5976         related portions are changed).
5977
5978 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5979
5980         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5981         counter.
5982
5983 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5984
5985         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5986         buffer local and set it to nil.
5987
5988         * wl-message.el (wl-message-redisplay): Ditto.
5989
5990 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5991
5992         * wl-summary.el (wl-summary-mark-as-important): If message is
5993         already cached, set messag as read, otherwise encache and mark as read.
5994
5995 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5996
5997         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5998         point-min.
5999
6000 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6001
6002         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6003         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6004         a keymap.
6005
6006 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6007
6008         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6009         parent.
6010
6011         * wl-mule.el (wl-message-define-keymap): Ditto.
6012
6013         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6014
6015         * wl-xmas.el (wl-message-display-internal-hook): Define.
6016         (wl-xmas-setup-message-toolbar): Define as function.
6017         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6018         (wl-message-overload-functions): Abolished.
6019         (wl-message-define-keymap): New function.
6020
6021         * wl-vars.el (wl-message-display-internal-hook): New variable.
6022         (wl-message-header-button-alist): New variable (Renamed from
6023         wl-highlight-message-header-button-alist).
6024         (wl-message-body-button-alist): Ditto.
6025
6026         * wl-mule.el (wl-message-define-keymap): New function.
6027         (wl-message-overload-functions): Abolished.
6028
6029         * wl-message.el (wl-message-add-buttons-to-body): New function.
6030         (wl-message-redisplay): Don't call wl-message-overload-functions;
6031         Call wl-message-add-buttons-to-header and
6032         wl-message-add-buttons-to-body.
6033         (wl-message-display-internal): Set keymap argument for
6034         elmo-mime-display-as-is, elmo-mime-message-display;
6035         Run wl-message-display-internal-hook.
6036         (wl-message-refer-article-or-url): Abolished.
6037
6038         * wl-highlight.el (wl-highlight-headers): Don't call
6039         wl-highlight-message-add-buttons-to-header.
6040         (wl-highlight-message-add-buttons-to-header): Abolished.
6041
6042
6043         * wl-e21.el (wl-message-display-internal-hook): Define.
6044         (wl-e21-setup-toolbar): Deleted duplicated binding.
6045         (wl-e21-setup-message-toolbar): Define as function.
6046         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6047         (wl-message-define-keymap): New function.
6048         (wl-message-overload-functions): Abolished.
6049
6050 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6051
6052         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6053         and elmo-folder-close.
6054
6055         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6056
6057 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6058
6059         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6060         boolean value.
6061         * wl-draft.el (wl-draft-do-fcc): Ditto.
6062
6063 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6064
6065         * wl-vars.el (wl-fcc-force-as-read): New variable.
6066         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6067         mark copied message as read.
6068
6069 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6070
6071         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6072
6073 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6074
6075         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6076         `wl-summary-target-above' instead of obsolete variable
6077         `wl-summary-temp-above'.
6078
6079         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6080         instead of `make-obsolete-variable'.
6081         * wl-refile.el (toplevel): Ditto.
6082
6083 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6084
6085         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6086         with third argument t.
6087         (wl-draft): Set first argument for wl-plugged-init as t.
6088
6089         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6090         definition.
6091
6092 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6093
6094         * wl-vars.el: Tabify.
6095         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6096
6097         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6098         message.
6099
6100 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6101
6102         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6103         and set default to beep.
6104
6105 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6106
6107         * wl-vars.el (wl-draft-truncate-lines): New variable.
6108
6109         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6110         instead of wl-message-truncate-lines for truncate-lines.
6111
6112 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6113
6114         * wl-message.el (wl-message-display-internal): Call
6115         `wl-highlight-message' after `elmo-mime-display-as-is'.
6116
6117         * wl-mime.el (wl-mime-display-text/plain): New function.
6118         (wl-mime-display-header): Ditto.
6119         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6120         body-presentation-method for text/plain;
6121         Register `wl-mime-display-header' as a header-presentation-method;
6122         Don't set up `elmo-message-text-content-inserted-hook' and
6123         `elmo-message-header-inserted-hook'.
6124
6125         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6126         variable.
6127         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6128         as t if flag is 'all-header;
6129         Don't bind `elmo-message-ignored-field-list',
6130         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6131
6132 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6133
6134         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6135         for xemacs with non-mule environment.
6136
6137 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6138
6139         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6140         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6141         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6142
6143 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6144
6145         * wl-vars.el (wl-interactive-send): Set default value as t.
6146
6147 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6148
6149         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6150         (wl-addrmgr-method-list): Abolished.
6151         (wl-addrmgr-change-method): Follow above change.
6152
6153         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6154
6155 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6156
6157         * wl-vars.el (wl-message-truncate-lines): Change default value
6158         to default-truncate-lines.
6159
6160         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6161
6162 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6163
6164         * wl-vars.el (wl-message-truncate-lines): New variable.
6165
6166         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6167         wl-message-truncate-lines.
6168
6169 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6170
6171         * wl-acap.el (wl-acap-init): Remove period from error message.
6172         (wl-acap-find-acap-service): Remove period from message.
6173
6174 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6175
6176         * wl.el (wl-check-environment): Undo last change.
6177
6178         * wl-vars.el (wl-from): Changed default value.
6179
6180         * wl-util.el (toplevel): Don't require tm-edit.
6181
6182         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6183         `wl-folder-init';
6184         Don't set mark on mail body.
6185         (wl-draft-reedit): Ditto.
6186
6187         * wl-address.el (wl-address-quote-specials): Define as an alias for
6188         elmo-address-quote-specials.
6189
6190 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6191
6192         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6193
6194         * wl-vars.el (wl-from): Set default value as nil.
6195         (wl-organization): Set default value as ORGANIZATION environment
6196         variable.
6197
6198         * wl-draft.el (wl-smtp-extension-bind): Check value of
6199         wl-smtp-connection-type.
6200
6201         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6202         error.
6203
6204 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6205
6206         * Version number is increased to 2.7.4.
6207
6208         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6209         arguments from `wl-highlight-x-face-function' caller.
6210         Use x-face-1.3.6.12 or later.
6211
6212 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6213
6214         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6215
6216 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6217
6218         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6219         (wl-fcc): Fix to accept function.
6220         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6221
6222 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6223
6224         * wl-acap.el (toplevel): Added `product-provide' declare.
6225         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6226
6227 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6228
6229         * wl.el (wl): Changed order of calling `elmo-init'
6230         and `elmo-folder-init'.
6231
6232 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6233
6234         * wl-mime.el (wl-summary-burst): Extract message when content-type
6235         of root entity is not only `multipart' but also `message/rfc822'.
6236         (wl-summary-burst-subr): Ditto.
6237
6238 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6239
6240         * wl-vars.el (toplevel): Require 'custom.
6241         (wl-trash-folder): Added to `wl-setting' group.
6242
6243         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6244         exists.
6245         (wl-addrmgr-draw): Insert empty line when no entry exists.
6246
6247         * wl-mule.el (wl-message-wheel-up): Fixed.
6248         (wl-message-wheel-down): Ditto.
6249
6250 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6251
6252         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6253         config is an anonymous lambda expression.
6254
6255 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6256
6257         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6258         when Mule 2 is running.
6259
6260 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6261
6262         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6263
6264 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6265
6266         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6267         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6268
6269         * wl-address.el (wl-address-specials-regexp): Eliminated.
6270         (wl-address-quote-specials): Rewrite.
6271
6272 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6275         shy-groups for regexp.
6276
6277         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6278         character classes and Perl style shy-groups for regexp.
6279         (wl-highlight-plugged-current-line): Use Posix style character
6280         classes for regexp.
6281         (wl-e21-highlight-folder-by-numbers): Ditto.
6282         (wl-e21-display-image-p): Use `display-images-p' instead of
6283         `display-graphic-p'.
6284         (display-images-p): Make an alias to `display-graphic-p' if it is
6285         not available.  It is for Emacs version prior to 21.0.105.
6286
6287         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6288         `display-graphic-p'.
6289         (wl-demo-image-type-alist): Ditto.
6290         (display-images-p): Make an alias to `display-graphic-p' if it is
6291         not available.  It is for Emacs version prior to 21.0.105.
6292
6293 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6294
6295         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6296         support.
6297         (wl-generate-user-agent-string): Ditto.
6298
6299         * wl-version.el (wl-version): Update docsting.
6300         (wl-version-status): Ditto.
6301
6302 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6303
6304         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6305         21.0.105.  For Emacs 21.0.104 or earlier.
6306
6307 2001-09-03  Takuo KITAME <kitame@northeye.org>
6308
6309         * wl-e21.el (wl-plugged-init-icons): Use
6310         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6311         (wl-biff-init-icons): Ditto.
6312
6313 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6314
6315         * wl-highlight.el (wl-highlight-summary-current-line):
6316         Fixed highlighting refile/copy destination.
6317
6318         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6319         (wl-acap-store): Encode string by wl-acap-coding-system.
6320
6321 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6322
6323         * wl-acap.el (toplevel): Check and require 'un-define before
6324         'xemacs-ucs;
6325          Added checking for UTF-2000.
6326
6327 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6328
6329         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6330         Don't enclose with `eval-and-compile'.
6331
6332         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6333         wl-init is non-nil.
6334
6335         * wl-draft.el (wl-draft): Ditto.
6336
6337         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6338
6339         * wl-acap.el (toplevel): Require 'wl.
6340         (wl-acap-store): Call `elmo-init'.
6341
6342         * wl.el (wl): Changed position of `wl-check-environment'.
6343         (toplevel): Added autoload setting for wl-acap.
6344
6345         * wl-vars.el (wl-setting): New custom group.
6346         (wl-from): Added wl-setting group.
6347         (wl-user-mail-address-list): Ditto.
6348         (wl-organization): Ditto.
6349         (wl-subscribed-mailing-list): Ditto.
6350         (wl-envelope-from): Ditto.
6351         (wl-smtp-posting-user): Ditto.
6352         (wl-smtp-posting-server): Ditto.
6353         (wl-smtp-posting-port): Ditto.
6354         (wl-smtp-authenticate-type): Ditto.
6355         (wl-pop-before-smtp-user): Ditto.
6356         (wl-pop-before-smtp-server): Ditto.
6357         (wl-pop-before-smtp-port): Ditto.
6358         (wl-pop-before-smtp-authenticate-type): Ditto.
6359         (wl-nntp-posting-server): Ditto.
6360         (wl-nntp-posting-user): Ditto.
6361         (wl-nntp-posting-port): Ditto.
6362         (wl-fetch-confirm-threshold): Ditto.
6363         (wl-prefetch-threshold): Ditto.
6364         (wl-thread-insert-opened): Ditto.
6365         (wl-ldap-server): Ditto.
6366         (wl-ldap-port): Ditto.
6367         (wl-ldap-base): Ditto.
6368         (wl-ldap-objectclass): Ditto.
6369         (wl-use-ldap): Ditto.
6370         (wl-draft-config-alist): Ditto.
6371         (wl-draft-config-matchone): Ditto.
6372         (wl-template-alist): Ditto.
6373         (wl-message-sort-field-list): Ditto.
6374         (wl-message-ignored-field-list): Ditto.
6375         (wl-message-visible-field-list): Ditto.
6376         (wl-interactive-send): Ditto.
6377         (wl-summary-move-order): Ditto.
6378         (wl-auto-select-first): Ditto.
6379         (wl-auto-select-next): Ditto.
6380         (wl-interactive-save-folders): Ditto.
6381
6382         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6383         Initialization codes are moved from wl-local-folder-init.
6384         (wl-local-folder-init): Follow the change above.
6385         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6386
6387         * wl-acap.el: New file.
6388
6389         * Version number is increased to 2.7.3.
6390
6391 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6392
6393         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6394
6395 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6396
6397         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6398         (wl-addrmgr-address-entry-list): Ditto.
6399
6400 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6401
6402         * wl-e21.el (wl-draft-mode-map): Removed binding for
6403         `wl-draft-insert-x-face-field'.
6404
6405         * wl-mule.el (wl-draft-mode-map): Ditto.
6406
6407         * wl-xmas.el (wl-draft-mode-map): Ditto.
6408
6409         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6410         (wl-cs-autoconv): Ditto.
6411         (wl-cs-local): Ditto.
6412         (wl-use-scoring): Ditto.
6413         (wl-mime-charset): Ditto.
6414         (wl-folder-check-async): Ditto.
6415
6416         * wl.el (toplevel): Ignore nemacs and tm.
6417         (wl-exit): Ditto.
6418
6419         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6420         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6421         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6422         instead of wl-address-petname-add-or-change.
6423         (wl-summary-edit-addresses-subr): Use wl-address-delete
6424         instead of wl-address-petname-delete.
6425
6426         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6427
6428         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6429         if error occured.
6430
6431         * wl-message.el (require): Remove tm support.
6432
6433         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6434
6435         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6436         (wl-folder-jump-to-current-entity): Ditto.
6437         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6438
6439         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6440         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6441         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6442
6443         * wl-mule.el (wl-draft-key-setup): Ditto.
6444
6445         * wl-xmas.el (wl-draft-key-setup): Ditto.
6446
6447         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6448         (wl-draft-std11-parse-addresses): New function.
6449         (wl-draft-parse-mailbox-list): Use it.
6450         (wl-draft): Ignore nemacs.
6451         (wl-draft-reedit): Ditto.
6452
6453         * wl-addrmgr.el: New file.
6454         (Original is wl-rcpt.el written by
6455         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6456         Thanks Kitamoto-san.)
6457
6458         * wl-address.el (wl-address-make-address-list): Modified parsing
6459         process.
6460         (wl-address-delete): Renamed from `wl-address-petname-delete';
6461         Modify wl-address-list too.
6462         (wl-address-add-or-change): Renamed from
6463         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6464
6465 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6466
6467         * wl-highlight.el (wl-highlight-summary-current-line):
6468           Work with transient-mark-mode
6469
6470 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6471
6472         * Version number is increased to 2.7.2.
6473
6474         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6475         instead of elmo-dop-queue-method.
6476
6477 2001-08-06  SAITO Atsunori <sai@yedo.com>
6478
6479         * wl-vars.el (wl-ldap-objectclass): New user option.
6480
6481         * wl-address.el (wl-ldap-make-filter): Use it.
6482
6483 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6484
6485         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6486
6487 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6488
6489         * wl-folder.el (wl-folder): redisplay after folder insertion.
6490
6491         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6492
6493         * wl-summary.el (wl-summary-sync-update):
6494         Change status mark only when new-msgdb exists.
6495         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6496
6497 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6498
6499         * wl-summary.el (wl-summary-open-folder): New function.
6500         (wl-summary-goto-folder-subr): Use it.
6501         (wl-summary-mark-as-important): Fix;
6502         Encache only when no cache exists.
6503
6504 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6505
6506         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6507         Use with-current-buffer.
6508
6509 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6510
6511         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6512         before call `get-buffer'. Fixed parenthesis.
6513         (wl-score-get-header-entry): Clear message and help window when
6514         keyboard quit.
6515         (wl-score-edit-insert-header): Ditto.
6516
6517 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6518
6519         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6520         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6521         (wl-default-draft-cite): Fix.
6522
6523         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6524         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6525
6526 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6527
6528         * wl-message.el (wl-message-prev-page): Do same bahavior
6529         as summary when it is called in the message buffer.
6530         (wl-message-next-page): Ditto.
6531
6532 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6533
6534         * wl-summary.el (wl-summary-forward): Use cache if it is not
6535         section cache.
6536
6537 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6538
6539         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6540         Removed redundant require of elmo-vars.
6541         (wl-biff-state-indicator-on): Changed default value for
6542         xemacs with non-mule environment.
6543
6544         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6545         wl-message-buffer is nil;
6546         Hide progress bar after moving messages.
6547
6548 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6549
6550         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6551         message at cursor point is deleted.
6552
6553 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6554
6555         * wl-vars.el: Changed file coding system to euc-japan.
6556         Added -*-coding:-*- magic to the first line.
6557
6558         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6559         Search parent from the first message.
6560
6561         * Version number is increased to 2.7.1.
6562
6563 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6564
6565         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6566
6567 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6568
6569         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6570         refile/delete execution.
6571
6572         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6573         Fixed docstring.
6574
6575 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6576
6577         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6578         do update process;
6579         Don't update marks when update process is interrupted.
6580
6581 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6582
6583         * wl-summary.el (wl-summary-reply): Fixed problem when
6584         wl-draft-use-frame is non-nil.
6585         (wl-summary-forward): Ditto.
6586
6587         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6588         as nil.
6589         (wl-folder-mark-as-read-all-entity): Ditto.
6590         (wl-folder-prefetch-entity): Ditto.
6591
6592         * wl.el (wl): Check environment before wl-init.
6593
6594         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6595         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6596         instead of wl-summary-collect-unread.
6597         (wl-summary-reply): Split message window.
6598
6599 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6600
6601         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6602         only if current language environment is japanese,
6603
6604         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6605         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6606         (wl-folder-goto-folder-subr): Ditto.
6607
6608         * wl-draft.el (wl-draft-dispatch-message): Call
6609         `elmo-file-cache-get-path'.
6610
6611 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6612
6613         * wl-summary.el (wl-summary-cursor-move): If return value of
6614         wl-summary-next-message is not number, don't jump.
6615
6616 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6617
6618         * wl-summary.el (wl-summary-buffer-next-message-function): New
6619         variable.
6620         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6621         if it is bound.
6622
6623         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6624         string.
6625
6626         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6627         (wl-plugged-drawing): Ditto.
6628
6629 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6630
6631         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6632         process.
6633         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6634         with unwind-protect.
6635
6636         * wl.el (wl-init): Require mime-setup.
6637         (wl-check-environment): Don't require mime-setup.
6638
6639         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6640         instead of elmo-folder-type.
6641
6642         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6643         value as nil.
6644
6645 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6646
6647         * Version number is increased to 2.7.0.
6648
6649         * wl-version.el (wl-version): Changed codename.
6650
6651         * wl-summary.el (wl-summary-delete-cache): Fixed.
6652
6653         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6654         Workaround for net folders.
6655         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6656
6657         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6658         value to nil (According to the patch from
6659         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6660
6661         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6662         of elmo-folder-close.
6663
6664 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6665
6666         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6667         for postfix.
6668
6669 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6670
6671         * wl-summary.el (wl-summary-resend-message): Fixed.
6672
6673         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6674         Call wl-draft with `from' argument if its address is included in
6675         `wl-user-mail-address-list'.
6676         (wl-draft): Added `from' argument.
6677
6678         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6679         non-nil.
6680         (wl): Don't show demo if wl-demo is nil.
6681
6682         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6683         wl-summary-use-frame.
6684
6685         * wl-vars.el (wl-summary-use-frame): New user option.
6686         (wl-folder-use-frame): Changed docstring.
6687
6688         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6689         non-nil.
6690         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6691         wl-summary-use-frame.
6692
6693         * wl-vars.el (wl-folder-use-frame): New user option.
6694
6695         * wl-summary.el (wl-summary-exit): Back to folder frame if
6696         wl-folder-use-frame is non-nil.
6697         (wl-summary-redisplay-internal): Ignore cache if current folder
6698         is draft folder,
6699         (wl-summary-redisplay-no-mime): Ditto.
6700         (wl-summary-redisplay-all-header): Ditto.
6701
6702         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6703         if wl-folder-use-frame is non-nil.
6704
6705 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6706
6707         * wl-summary.el (wl-summary-sync-update): Bind
6708         elmo-folder-update-threshold.
6709         (wl-summary-mark-as-important): Enclosed server mark processing
6710         with `save-match-data'.
6711
6712         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6713         only when it is already defined.
6714
6715 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6716
6717         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6718         name of folder exclude localdir is wrong.
6719         * wl-folder.el (wl-folder-sync-entity):
6720         Set `wl-summary-always-sticky-folder-list' as nil.
6721         (wl-folder-mark-as-read-all-entity): Ditto.
6722         (wl-folder-prefetch-entity): Ditto.
6723
6724 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6725
6726         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6727         instead of `wl-summary-write-current-newsgroup'.
6728
6729 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6730
6731         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6732         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6733         non-nil and selected message is important, do not display.
6734
6735 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6736
6737         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6738
6739 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6740
6741         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6742
6743         * wl-summary.el (wl-summary-mark-as-important): Set message number
6744         using wl-summary-message-number.
6745
6746 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6747
6748         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6749         destination folder is 'null.
6750
6751 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6752
6753         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6754         New function.
6755         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6756         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6757         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6758
6759 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6760
6761         * wl-mime.el (wl-mime-setup): Added setting for
6762         `mime-setup-signature-key-alist' to avoid overriding key bind for
6763         `wl-draft-send'.
6764
6765         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6766         for `wl-draft-send'.
6767         * wl-mule.el (wl-draft-overload-functions): Ditto.
6768         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6769         * wl-draft.el (wl-draft-send): Ditto.
6770
6771         * wl-message.el (wl-message-display-internal):
6772         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6773         (Patch is provided by <kita@coe.nttdata.co.jp>).
6774
6775 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6776
6777         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6778
6779 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6780
6781         * wl.el (wl): Fix for wl-demo.
6782
6783 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6784
6785         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6786
6787 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6788
6789         * wl-folder.el (wl-folder-prefetch-entity): Use
6790         `wl-folder-get-elmo-folder'.
6791         (wl-folder-count-incorporates): Do not use
6792         `wl-folder-get-elmo-folder'.
6793
6794 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6795
6796         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6797         instead of `elmo-folder-get-type'.
6798
6799 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6800
6801         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6802         position on Subject: field.
6803         (Advised by Mito <mit@nines.nec.co.jp>)
6804
6805 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6806
6807         * wl-folder.el (wl-folder-prefetch-entity): Use
6808         `wl-folder-get-elmo-folder'.
6809
6810 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6811
6812         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6813
6814         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6815         `process-duplicates' slot.
6816
6817         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6818         if detection failed.
6819
6820 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6821
6822         * wl-version.el (wl-version-status): Set to "alpha".
6823
6824 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6825
6826         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6827         Check wl-message-buffer lives before set-buffer.
6828
6829 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6830
6831         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6832         called in folder mode.
6833         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6834         * wl-summary.el (wl-summary-exit-pre-hook): Run
6835         `wl-summary-exit-pre-hook' before exit summary mode.
6836
6837 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6838
6839         * wl-version.el (wl-version-status): New variable.
6840         (wl-version-status-alist): Removed.
6841         (wl-version-status): Rule included.
6842
6843 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6844
6845         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6846         @sponichi.
6847
6848         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6849         when `mail-reply-buffer' is buffer-local variable.
6850         (Reported by <kita@coe.nttdata.co.jp>).
6851
6852 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6853
6854         * wl-vars.el (toplevel): Require 'elmo-util.
6855
6856 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6857
6858         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6859         (All other related portions are changed)
6860
6861         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6862
6863         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6864
6865 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6866
6867         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6868
6869 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6870
6871         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6872         Delete other windows to avoid an error.
6873         Use `point-marker' instead of `point' to remember the start point
6874         of body.
6875
6876         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6877
6878         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6879         number not to exceed all message number.
6880
6881 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6882
6883         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6884         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6885
6886 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6887
6888         * wl-summary.el (wl-summary-sync-force-update): Added argument
6889         no-check.
6890         (wl-summary-sync-update): Ditto.
6891         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6892         with `no-check'.
6893
6894         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6895         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6896         already running.
6897
6898 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6899
6900         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6901         `dst-folder-arg'.
6902         (wl-expire-archive-number1): Diito.
6903         (wl-expire-archive-number2): Diito.
6904         (wl-expire-archive-Date): Diito.
6905         (wl-archive-number1): Diito.
6906         (wl-archive-number2): Diito.
6907         (wl-archive-date): Diito.
6908         (wl-archive-folder-p): New function.
6909         (wl-summary-expire): Support of expand folder name at
6910         wl-expire-alist.
6911         * wl-util.el (wl-expand-newtext): Renamed from
6912         `wl-refile-expand-newtext'.
6913
6914 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6915
6916         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6917         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6918         `(elmo-msgdb-get-overview msgdb)'.
6919         (wl-summary-prefetch): Bind match data before call
6920         `wl-summay-prefetch-msg'.
6921         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6922         'off if `wl-summary-buffer-disp-msg' is non-nil.
6923         Fixed problem that couldn't show only one new or unread message when
6924         enter folder.
6925         (wl-summary-reply): Don't call `split-window-vertically' and other
6926         window.
6927
6928 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6929
6930         * wl-expire.el (wl-expire-refile): Fixed.
6931
6932 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6933
6934         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6935
6936         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6937         biff notification is removed.
6938
6939         * wl.el (wl): Changed position of `elmo-init'.
6940
6941         * wl-draft.el (wl-default-draft-cite): Use date field
6942         on the citation buffer.
6943
6944         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6945
6946         * wl-xmas.el (wl-folder-internal-icon-list): Added
6947         `wl-folder-shimbun-image'.
6948
6949         * wl-e21.el (wl-folder-internal-icon-list): Added
6950         `wl-folder-shimbun-image'.
6951
6952 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6953
6954         * wl.el (wl-init): Eliminated argument.
6955         (wl): Rewrite.
6956
6957         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6958         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6959         instead of `elmo-folder-msgdb-internal'.
6960         (wl-summary-sync-update): Ditto.
6961         (wl-summary-flush-pending-append-operations): Eliminated.
6962         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6963         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6964         `elmo-folder-open'.
6965
6966         * wl-mime.el (wl-summary-burst): Fixed.
6967
6968         * wl-folder.el (wl-folder-info-save): Check data type.
6969
6970         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6971         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6972         instead of `elmo-folder-msgdb-internal'.
6973         (wl-expire-hide): Ditto.
6974
6975
6976         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6977
6978 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6979
6980         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6981
6982 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6983
6984         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6985
6986 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6987
6988         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6989         Fixed `match-beginning' argument mismatch.
6990
6991 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6992
6993         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6994         the default value.
6995
6996 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6997
6998         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6999         instead of `elmo-nntp-default-port'.
7000
7001         * wl-vars.el: Fixed some doc strings.
7002
7003 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7004
7005         * wl-summary.el (wl-summary-prefetch-msg): Use
7006         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7007
7008         * wl-vars.el: Define *-func as obsolete variable using
7009         `elmo-define-obsolete-variable'.
7010
7011         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7012         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7013         instead of `wl-message-buffer-prefetch-threshold'.
7014
7015         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7016
7017         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7018
7019         * wl-draft.el (wl-caesar-region-func): Ditto.
7020
7021         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7022         Keep unread status in elmo-folder-move-messages.
7023         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7024
7025 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7026
7027         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7028         `wl-summary-buffer-exit-func'
7029         (wl-summary-buffer-message-redisplay-function): Renamed from
7030         `wl-summary-buffer-message-redisplay-func'
7031         (wl-summary-buffer-next-folder-function): Renamed from
7032         `wl-summary-buffer-next-folder-func'.
7033         (wl-summary-buffer-prev-folder-function): Renamed from
7034         `wl-summary-buffer-prev-folder-func'.
7035         (wl-summary-get-petname-function): Renamed from
7036         `wl-summary-get-petname-func'.
7037
7038         * wl-score.el (wl-score-edit-exit-function): Renamed from
7039         `wl-score-edit-exit-func'.
7040
7041         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7042         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7043
7044         * wl-util.el (wl-load-profile-function): Renamed from
7045         `wl-load-profile-func'.
7046
7047         * wl-folder.el (wl-folder-completion-function): Renamed from
7048         `wl-folder-completion-func'.
7049         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7050
7051         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7052         `wl-expire-archive-get-folder-func'.
7053         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7054         (wl-draft-send-mail-function): Renamed from
7055         `wl-draft-send-mail-func'.
7056         (wl-draft-send-news-function): Renamed from
7057         `wl-draft-send-news-func'.
7058         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7059         (wl-generate-mailer-string-function): Renamed from
7060         `wl-generate-mailer-string-func'.
7061         (wl-highlight-signature-search-function): Renamed from
7062         `wl-highlight-signature-search-func'.
7063         (wl-highlight-x-face-function): Renamed from
7064         `wl-highlight-x-face-func'
7065         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7066         (wl-ps-print-buffer-function): Renamed from
7067         `wl-ps-print-buffer-func'
7068         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7069         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7070         (wl-summary-subject-filter-function): Renamed from
7071         `wl-summary-subject-filter-func'.
7072
7073         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7074         `wl-draft-queue-flush-send-func'
7075         (wl-draft-cite-function): Renamed from
7076         `wl-draft-cite-func'
7077
7078         * wl-address.el (wl-address-init-function): Renamed from
7079         `wl-address-init-func'.
7080
7081 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7082
7083         * wl-draft.el (wl-draft-queue-flush): Don't call
7084         `elmo-dop-unlock-message'.
7085         * wl-draft.el (wl-draft-queue-append): Don't call
7086         `elmo-dop-lock-message'.
7087
7088         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7089         (wl-summary-buffer-folder-name): Ditto.
7090         (wl-summary-message-regexp): Added '-' (all other related portions
7091         are changed).
7092         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7093         wl-summary-buffer-folder-name.
7094
7095 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7096
7097         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7098         the number of mails in the folder buffer is not updated by wl-biff.
7099
7100 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7101
7102         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7103         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7104
7105 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7106
7107         * wl-summary.el (wl-summary-next-message):
7108         Return next message number when wl-summary-move-order is nil.
7109
7110 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7111
7112         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7113         `wl-summary-move-spec-alist'.
7114         (wl-summary-move-spec-unplugged-alist): New variable
7115         (Move spec for unplugged status).
7116         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7117         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7118
7119 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7120
7121         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7122         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7123
7124 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7125
7126         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7127         simple quotation to quote the anonymous function.
7128         * tm-wl.el (wl-draft-preview-message): Ditto.
7129
7130 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7131
7132         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7133         Eliminate redundant `save-excursion'.
7134         (wl-highlight-summary-current-line): Ditto.
7135
7136         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7137         accessing match data when `looking-at' failed.
7138
7139         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7140         `elmo-match-string' where users don't care about the speed.
7141         (wl-draft-save): Ditto.
7142
7143 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7144
7145         * wl-util.el (wl-regexp-opt): New function.
7146
7147         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7148         number from `wl-summary-buffer-number-list'.
7149         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7150         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7151         (wl-summary-move-spec-alist): Changed default setting.
7152
7153 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7154
7155         * wl-vars.el (wl-biff-notify-hook): New hook.
7156         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7157         the arrival of new mail.
7158         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7159         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7160
7161 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7162
7163         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7164
7165 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7166
7167         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7168
7169         * Version number is increased to 2.5.8.
7170
7171         * wl-thread.el (toplevel): require 'cl.
7172         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7173         (wl-thread-make-number-list): New function.
7174         (wl-thread-entity-make-number-list-from-children): Ditto.
7175         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7176         (wl-thread-entity-insert-as-children): Likewise.
7177         (wl-thread-delete-message): Likewise.
7178         (wl-meaning-of-mark): Eliminated.
7179         (wl-thread-next-failure-mark-p): Ditto.
7180         (wl-thread-entity-get-mark): Ditto.
7181         (wl-thread-meaning-alist-get-result): Ditto.
7182         (wl-thread-entity-check-prev-mark): Ditto.
7183         (wl-thread-entity-check-next-mark): Ditto.
7184         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7185         (wl-thread-entity-get-prev-marked-entity): Ditto.
7186         (wl-thread-get-prev-unread): Ditto.
7187         (wl-thread-jump-to-prev-unread): Ditto.
7188         (wl-thread-get-next-unread): Ditto.
7189         (wl-thread-jump-to-next-unread): Ditto.
7190         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7191         (wl-thread-entity-get-next-marked-entity): Ditto.
7192
7193         * wl-summary.el (wl-summary-buffer-number-list):
7194         New bufer-local variable.
7195         (wl-summary-switch-to-clone-buffer): Clone
7196         `wl-summary-buffer-number-list'.
7197         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7198         (wl-summary-cursor-move-regex): Eliminated.
7199         (wl-summary-cursor-up): Rewrite.
7200         (wl-summary-cursor-down): Ditto.
7201         (wl-summary-mode-spec-alist): New variable.
7202         (wl-summary-next-message): New inline function.
7203         (wl-summary-cursor-move): New function.
7204         (wl-summary-default-get-next-msg): Rewrite.
7205         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7206         (wl-summary-rescan): Ditto.
7207         (wl-summary-sync-all-init): Ditto.
7208         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7209         summary is not thread view.
7210         (wl-summary-sync-update): Ditto.
7211         (wl-summary-rescan): Ditto.
7212         (wl-summary-make-number-list): New function.
7213
7214         * wl-draft.el: "FCC" -> "Fcc".
7215
7216 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7217
7218         * wl-highlight.el (wl-highlight-summary-window):
7219         Call `set-buffer-modified-p'.
7220
7221         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7222         (wl): Call `elmo-init' and fix.
7223
7224         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7225         Use new variables.
7226
7227         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7228
7229 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7230
7231         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7232
7233 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7234
7235         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7236
7237 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7238
7239         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7240         `wl-use-toolbar' nor `display-graphic-p'.
7241         (wl-e21-setup-message-toolbar): Ditto.
7242         (wl-e21-setup-summary-toolbar): Ditto.
7243         (wl-e21-setup-folder-toolbar): Ditto.
7244
7245         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7246         (wl-plugged-init-icons): Ditto.
7247
7248         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7249         `display-graphic-p'.
7250         (wl-plugged-set-folder-icon): Ditto.
7251         (wl-highlight-plugged-current-line): Ditto.
7252         (wl-highlight-folder-current-line): Ditto.
7253         (wl-e21-highlight-folder-group-line): Ditto.
7254         (wl-e21-setup-toolbar): Ditto.
7255         (wl-e21-display-image-p): New macro.
7256
7257         * wl-demo.el (wl-demo): Simplified.
7258         (wl-demo-image-type-alist): Use `image-type-available-p' for
7259         checking whether the image type `xbm' is available.
7260
7261 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7262
7263         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7264         (wl-summary-input-range): Ditto.
7265
7266 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7267
7268         * wl-summary.el (wl-summary-edit-addresses): Use
7269         `wl-summary-get-original-buffer'
7270         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7271         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7272         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7273         (wl-summary-get-newsgroups): Eliminated.
7274         (wl-summary-set-crosspost): Ditto.
7275         (wl-summary-is-crosspost-folder): Ditto.
7276         (wl-crosspost-alist-load): Ditto.
7277         (wl-crosspost-alist-save): Ditto.
7278
7279         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7280         `elmo-setup-subscribed-newsgroups' instead of
7281         `elmo-nntp-make-groups-hashtb'.
7282         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7283         instead of `wl-crosspost-alist-save'.
7284
7285         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7286         of `elmo-folder-message-appendable-p'.
7287         (wl-mime-header-presentation-method): Eliminated.
7288
7289         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7290         (Error occurs in emacs21).
7291
7292         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7293         the current buffer).
7294
7295         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7296         instead of `wl-crosspost-alist-save'.
7297         (wl-init): `elmo-crosspost-message-alist-load'
7298         instead of `wl-crosspost-alist-load'
7299
7300         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7301         (wl-parse-newsgroups): Likewise.
7302         (wl-biff-notify): Run `wl-biff-notify-hook'.
7303
7304 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7305
7306         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7307
7308         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7309         when `wl-summary-lazy-highlight' is non-nil.
7310         (wl-summary-goto-folder-subr): Highlight only when
7311         `wl-summary-lazy-highlight' is non-nil.
7312
7313         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7314         Don't display progress and highlight temp-mark when
7315         `wl-summary-lazy-highlight' is non-nil.
7316         (wl-highlight-summary-window): New function.
7317         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7318
7319 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7320
7321         * wl-summary.el (wl-summary-sync): Change `all-visible'
7322         from `all-shown'
7323         (wl-summary-input-range): Ditto.
7324
7325 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7326
7327         * wl-e21.el (wl-highlight-folder-current-line): Call
7328         `wl-folder-init-icons' when folder icons have not been initialized.
7329
7330         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7331
7332         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7333         (wl-demo-image-type-alist): New macro.
7334
7335 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7336
7337         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7338         display does not support graphics.
7339         (wl-plugged-init-icons): Ditto.
7340         (wl-folder-init-icons): Ditto.
7341
7342         * wl-demo.el (wl-demo): Chech closely whether the display
7343         supports graphics.
7344
7345 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7346
7347         * wl-summary.el (wl-summary-get-original-buffer): New function.
7348         (wl-summary-set-crosspost): Use it.
7349         (wl-summary-target-mark-uudecode): Ditto.
7350         (wl-summary-reedit): Ditto.
7351         (wl-summary-resend-bounced-mail): Ditto.
7352         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7353         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7354
7355         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7356         (wl-message-display-internal): Ditto.
7357
7358 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7359
7360         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7361
7362 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7363
7364         * wl-summary.el (wl-summary-save-view): Renamed from
7365         `wl-summary-save-status'.
7366
7367 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7368
7369         * wl-summary.el (wl-summary-sync): Added `all-shown'
7370
7371 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7372
7373         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7374
7375 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7376
7377         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7378
7379 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7380
7381         * wl-highlight.el (wl-highlight-summary-line-string): Use
7382         `zerop' instead of `= 0'.
7383         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7384
7385         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7386         for comparing numbers.
7387         (wl-template-prev): Use `zerop' instead of `eq 0'.
7388
7389         * wl-draft.el (wl-draft-insert-current-message): Use
7390         `with-current-buffer' instead of `save-excursion'.
7391         Use `zerop' instead of `eq 0'.
7392
7393 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7394
7395         * wl-draft.el (wl-draft-insert-ccs): New function.
7396         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7397         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7398
7399 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7400
7401         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7402
7403 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7404
7405         * wl-expire.el (wl-expire-refile): Don't call
7406         elmo-msgdb-add-msgs-to-seen-list;
7407         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7408         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7409
7410 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7411
7412         * wl-message.el (wl-message-prev-page): Ignore errors while
7413         scroll-down.
7414
7415 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7416
7417         * wl-mime.el: Use elmo-original-message-mode instead of
7418         mmelmo-original-mode.
7419
7420         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7421         `elmo-folder-get-spec';
7422         (wl-fldmgr-add-completion-all-completions):
7423         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7424
7425         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7426         of `elmo-folder-get-type'.
7427
7428         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7429         `elmo-folder-get-spec';
7430         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7431         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7432         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7433         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7434         `elmo-read-msg-no-cache';
7435         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7436         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7437         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7438         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7439         `elmo-cache-save';
7440         (wl-draft-reedit): Use `elmo-message-file-name'.
7441
7442         * wl-expire.el: Use `elmo-folder-name-internal';
7443         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7444         Use macro `wl-summary-buffer-msgdb' instead of variable
7445         `wl-summary-buffer-msgdb';
7446         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7447         Use macro `wl-summary-buffer-folder-name' instead of variable
7448         `wl-summary-buffer-folder-name'.
7449         * wl-score.el: Likewise.
7450
7451         * wl-message.el: Rewrite for new message buffer cache mechanism.
7452         (wl-message-buffer-cache-buffer-get): New macro.
7453         (wl-message-buffer-cache-folder-get): Ditto.
7454         (wl-message-buffer-cache-message-get): Ditto.
7455         (wl-message-buffer-cache-entry-make): Ditto.
7456         (wl-message-buffer-cache-hit): Ditto.
7457         (wl-message-buffer-cache-sort): New function.
7458         (wl-message-buffer-cache-add): Ditto.
7459         (wl-message-buffer-cache-delete): Ditto.
7460         (wl-message-buffer-cache-clean-up): Ditto.
7461         (wl-message-buffer-window): Rewrite.
7462         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7463         (wl-message-buffer-display): New function.
7464         (wl-message-display-internal): New function.
7465
7466 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7467
7468         * wl-folder.el: Use `elmo-folder-name-internal';
7469         Use `wl-folder-get-elmo-folder';
7470         Use `elmo-folder-list-messages' instead of
7471         `elmo-list-folder';
7472         Use `elmo-folder-get-primitive-list' instead of
7473         `elmo-folder-get-primitive-spec-list';
7474         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7475         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7476         Use `elmo-folder-create' instead of `elmo-create-folder'.
7477         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7478         (wl-folder-get-elmo-folder): New macro.
7479         (wl-folder-elmo-folder-cache-get): Ditto.
7480         (wl-folder-elmo-folder-cache-put): Ditto.
7481         (wl-folder-suspend): Call `elmo-quit'.
7482
7483         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7484         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7485         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7486         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7487         (toplevel): require 'cl.
7488         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7489
7490         * wl-summary.el: Rewrite to use new elmo interface.
7491
7492 \f
7493 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7494
7495         * wl-mime.el (wl-draft-preview-message):
7496         Run `wl-draft-send-hook' before collecting recipients information;
7497         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7498
7499         * tm-wl.el (wl-draft-preview-message): Ditto.
7500
7501 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7502
7503         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7504         wrong recipients are displayed when forwarded message.
7505
7506 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7507
7508         * Version number is increased to 2.5.7.
7509
7510 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7511
7512         * wl-message.el (wl-message-next-page): Bind
7513         `window-pixel-scroll-increment' to nil while scrolling up.
7514
7515 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7516
7517         * wl-vars.el (wl-save-hook): New hook.
7518         * wl.el (wl-save): Call `wl-save-hook'.
7519
7520 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7521
7522         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7523         Argument WITH-ARG instead of NO-ARG (negative mean).
7524         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7525         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7526         * wl-message.el (wl-message-follow-current-entity): Likewise.
7527
7528 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7529
7530         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7531         FROM was optional argument.
7532         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7533
7534 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7535
7536         * Version number is increased to 2.5.6.
7537
7538 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7539
7540         * wl-version.el (wl-version-show): Removed.
7541         (wl-version): Add `interactive'.
7542
7543 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7544
7545         * wl-summary.el (wl-summary-get-petname-func): New variable.
7546         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7547         instead of `wl-address-get-petname-1'.
7548         (wl-summary-simple-from): Ditto.
7549
7550         * wl-address.el (wl-address-get-petname-1): Define as function.
7551
7552 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7553
7554         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7555         field in the original message.
7556         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7557
7558 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7559
7560         * wl-expire.el (wl-expire-hide):
7561         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7562
7563 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7564
7565         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7566         find decoder for To, Cc, and Subject.
7567
7568 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7569
7570         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7571         for checking `elmo-use-buffer-cache'.
7572         (wl-summary-mark-as-important): Fixed typo in comment.
7573
7574 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7575
7576         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7577         field in the original message.
7578         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7579
7580 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7581
7582         * wl-expire.el (wl-expire-hide):
7583         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7584
7585 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7586
7587         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7588         find decoder for To, Cc, and Subject.
7589
7590 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7591
7592         * Version number is increased to 2.5.5.
7593
7594         * wl-address.el (wl-address-specials-regexp): New constant.
7595         (wl-address-quote-specials): Use it.
7596
7597 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7598
7599         * wl-summary.el (wl-summary-rescan):
7600         Call `wl-summary-buffer-number-column-detect'.
7601         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7602
7603         * wl-message.el (wl-message-mode-map): Define.
7604         (wl-message-decode): Use it as local-map.
7605
7606 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7607
7608         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7609         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7610
7611 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7612
7613         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7614
7615         * wl-mule.el (wl-read-event-char): Ditto.
7616
7617         * wl-e21.el (wl-read-event-char): Ditto.
7618
7619         * wl-nemacs.el (wl-read-event-char): Ditto.
7620         (read-event): Removed.
7621
7622         * wl-util.el (toplevel): Removed dummy definition of
7623         `read-event'.
7624         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7625
7626 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7627
7628         * wl-nemacs.el (elmo-archive-call-process): Moved to
7629         elmo-archive.el.
7630
7631 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7632
7633         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7634         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7635
7636         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7637         instead of magic-number 6.  Use `not' instead of `null' for symbol
7638         `nil' check (not empty list).
7639         (wl-draft-insert-x-face-field): Fixed paren style.
7640
7641         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7642         one-branch conditional statement, instead of `and' and `if'.
7643         (wl-draft-forward): Likewise.
7644         (wl-draft-add-references): Likewise.
7645         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7646
7647         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7648         conditional steatment.  Use `cond' instead of `if'.
7649         (wl-draft-confirm): Likewise.
7650
7651 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7652
7653         * wl-version.el (wl-version-show): Use `product-string-1'
7654         instead of `wl-version'.
7655         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7656
7657         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7658
7659 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7660
7661         * wl-highlight.el (wl-highlight-headers): Revert
7662         `wl-highlight-x-face-func' argument (`beg' and `end').
7663
7664 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7665
7666         * wl.el (toplevel): Move `product-provide' declare.
7667         * wl-demo.el (toplevel): Ditto.
7668         * wl-dnd.el (toplevel): Ditto.
7669         * wl-highlight.el (toplevel): Ditto.
7670         * wl-message.el (toplevel): Ditto.
7671         * wl-refile.el (toplevel): Ditto.
7672         * wl-util.el (toplevel): Ditto.
7673
7674 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7675
7676         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7677         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7678         (wl-thread-close-all): keep cursor position.
7679
7680 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7681
7682         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7683         (eq x 0).
7684         (wl-generate-user-agent-string-1): Fix conditional statement.
7685
7686 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7687
7688         * wl.el (wl-check-environment): Additional check for
7689         'wl-local-domain' and `wl-message-id-domain'.
7690
7691 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7692
7693         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7694
7695 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7696
7697         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7698         instead of `smtp-sasl-user-realm'.
7699
7700 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7701
7702         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7703
7704 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7705
7706         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7707         to the default value as well as `eword-lexical-analyzer'.
7708
7709 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7710
7711         * wl-version.el (wl-extended-emacs-version,
7712         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7713         `elmo-match-string' instead of `wl-match-string'.
7714
7715 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7716
7717         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7718         docstring.
7719
7720 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7721
7722         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7723
7724 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7725
7726         * wl-highlight.el (wl-highlight-headers): Remove
7727         `wl-highlight-x-face-func' argument (`beg' and `end').
7728
7729 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7730
7731         * wl-summary.el (wl-summary-mark-as-important):
7732         Remove cache if folder is local.
7733
7734 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7735
7736         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7737         to get existing e-mail address string.
7738
7739 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7740
7741         * wl-version.el (wl-generate-user-agent-string): Commentary.
7742         (wl-generate-user-agent-string-1): Use `when' for
7743         one-branch conditional statement, instead of `and' and `if'.
7744         (wl-extended-emacs-version, wl-extended-emacs-version2,
7745         wl-extended-emacs-version3): Ditto.
7746
7747 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7748
7749         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7750         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7751         condition-case; Remove initialization.
7752         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7753         (wl-summary-sync-update3): Added argument `sync-all';
7754         Eliminated local variable `msgdb';
7755         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7756         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7757         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7758
7759 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7760
7761         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7762         connection before call `wl-draft-send-mail-with-smtp'.
7763
7764 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7765
7766         * Version number is increased to 2.5.4.
7767
7768 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7769
7770         * wl.el (wl-check-environment): Additional check for
7771         'wl-local-domain' and `wl-message-id-domain'.
7772
7773 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7774
7775         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7776         buffer as command specific.
7777         (wl-folder-mark-as-read-all-entity): Ditto.
7778         (wl-folder-prefetch-entity): Ditto.
7779         (wl-folder-drop-unsync-entity): Ditto.
7780
7781         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7782         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7783         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7784
7785         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7786         save-excursion.
7787
7788 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7789
7790         * Version number is increased to 2.5.3.
7791
7792         * wl-summary.el (wl-summary-save-view-cache):
7793         Delete duplicated `write-region';
7794         Use `write-region-as-binary' instead of `as-binary-output-file' and
7795         `write-region'.
7796
7797 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7798
7799         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7800
7801 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7802
7803         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7804         instead of `smtp-via-smtp'.
7805
7806 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7807
7808         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7809
7810 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7811
7812         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7813         instead of `smtp-sasl-user-realm'.
7814
7815 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7816
7817         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7818
7819 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7820
7821         * Version number is increased to 2.5.2.
7822
7823 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7824
7825         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7826         does not exist.
7827         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7828         (wl-biff-start): Call `timer-activate' if timer already exists.
7829
7830         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7831         only when it is bound as function.
7832
7833 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7834
7835         * Version number is increased to 2.5.1.
7836
7837 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7838
7839         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7840         Print refile/copy destination.
7841
7842 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7843
7844         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7845         queue-flush-only is non-nil.
7846
7847         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7848
7849         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7850         checking cache folder.
7851
7852 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7853
7854         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7855         `regexp-quote'.
7856
7857 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7858
7859         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7860         function.
7861         * wl-summary.el (wl-summary-write-current-folder-functions):
7862         Change default value.  Use it.
7863
7864 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7865
7866         * Version number is increased to 2.5.0.
7867
7868         * wl-version.el (wl-version): Changed codename.
7869
7870 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7871
7872         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7873         (wl-summary-supersedes-message): Ditto.
7874
7875 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7876
7877         * wl-refile.el (wl-refile-guess-functions): Renamed from
7878         `wl-refile-guess-func-list'.
7879
7880 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7881
7882         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7883         Fixed problem when no rule was matched.
7884
7885 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7886
7887         * wl-summary.el (wl-summary-get-mark): Fixed
7888         `wl-summary-buffer-target-mark' check logic.
7889
7890 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7891
7892         * wl-folder.el (wl-folder-write-current-folder): Added group
7893         folder check.
7894
7895         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7896         `wl-summary-write-current-newsgroup'.
7897         (wl-summary-write-current-folder-functions): New variable.
7898         * wl-folder.el (wl-folder-get-newsgroups): New function.
7899         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7900         (wl-folder-write-current-folder): Renamed from
7901         `wl-folder-write-current-newsgroup'.
7902
7903 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7904
7905         * Version number is increased to 2.3.93.
7906
7907 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7908
7909         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7910         (wl-ldap-make-matched-value-list): Ditto.
7911         (wl-ldap-alias-safe-string): Split e-mail address.
7912
7913         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7914         petname folder default was selected.
7915         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7916         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7917
7918 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7919
7920         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7921         to `wl-draft-config-exec'.
7922
7923         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7924         instead of calling `wl-draft-config-exec';
7925         Process group-list and show recipients in minibuffer.
7926
7927         * tm-wl.el (wl-draft-preview-message): Ditto.
7928
7929 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7930
7931         * wl.el (toplevel): Added (C) to copyright notice, and
7932         sync Author header.
7933         * tm-wl.el (toplevel): Ditto.
7934         * wl-address.el (toplevel): Ditto.
7935         * wl-demo.el (toplevel): Ditto.
7936         * wl-dnd.el (toplevel): Ditto.
7937         * wl-draft.el (toplevel): Ditto.
7938         * wl-e21.el (toplevel): Ditto.
7939         * wl-expire.el (toplevel): Ditto.
7940         * wl-folder.el (toplevel): Ditto.
7941         * wl-highlight.el (toplevel): Ditto.
7942         * wl-message.el (toplevel): Ditto.
7943         * wl-mime.el (toplevel): Ditto.
7944         * wl-mule.el (toplevel): Ditto.
7945         * wl-nemacs.el (toplevel): Ditto.
7946         * wl-refile.el (toplevel): Ditto.
7947         * wl-score.el (toplevel): Ditto.
7948         * wl-summary.el (toplevel): Ditto.
7949         * wl-template.el (toplevel): Ditto.
7950         * wl-thread.el (toplevel): Ditto.
7951         * wl-util.el (toplevel): Ditto.
7952         * wl-vars.el (toplevel): Ditto.
7953         * wl-xmas.el (toplevel): Ditto.
7954
7955 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7956
7957         * wl.el (wl-init): Added comment about `wl-init-hook'.
7958         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7959         * wl-vars.el (wl-init-hook): Added docs.
7960         (wl-make-plugged-hook): Removed useless docs.
7961         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7962         * wl-xmas.el (toplevel): Ditto.
7963
7964 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7965
7966         * wl-address.el (toplevel): Fixed multiple Author header format.
7967         * wl-demo.el (toplevel): Ditto.
7968         * wl-draft.el (toplevel): Ditto.
7969         * wl-folder.el (toplevel): Ditto.
7970         * wl-summary.el (toplevel): Ditto.
7971         * wl-thread.el (toplevel): Ditto.
7972         * wl-util.el (toplevel): Ditto.
7973         * wl-vars.el (toplevel): Ditto.
7974         * wl-version.el (toplevel): Ditto.
7975         * wl-xmas.el (toplevel): Ditto.
7976         * wl.el (toplevel): Ditto.
7977
7978         * wl-version.el (toplevel): Added require `elmo-version' for
7979         `product-version-as-string'.
7980
7981 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7982
7983         * wl-vars.el (wl-draft-send-hook): Changed default value to
7984         '(wl-draft-config-exec).
7985
7986         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7987         explicitly.
7988         (wl-draft): Set `wl-draft-config-exec-flag' before running
7989         `wl-mail-setup-hook'.
7990
7991         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7992         `wl-biff-init-icons' to `wl-init-hook' instead of
7993         `wl-make-plugged-hook'.
7994         (Because if `wl-draft' command is invoked at first,
7995         they are not initialized)
7996         Updated copyright notice.
7997
7998         * wl-e21.el (toplevel): Ditto;
7999
8000         * wl-demo.el (toplevel): Updated copyright notice.
8001         * wl-address.el (toplevel): Ditto.
8002         * wl-draft.el (toplevel): Ditto.
8003         * wl-version.el (toplevel): Ditto.
8004         * wl-folder.el (toplevel): Ditto.
8005         * wl-summary.el (toplevel): Ditto.
8006         * wl-thread.el (toplevel): Ditto.
8007         * wl-util.el (toplevel): Ditto.
8008         * wl-vars.el (toplevel): Ditto.
8009         * wl.el (toplevel): Ditto.
8010
8011 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8012
8013         * wl-highlight.el (wl-highlight-message): Fixed problem of
8014         highlighting failure which occured when the last field contains
8015         multiple lines in the draft buffer.
8016
8017         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8018         `wl-biff-start' if plugged.
8019
8020         * wl-util.el (wl-biff-check-folder): New function.
8021         (wl-biff-check-folders): Don't set session name prefix.
8022         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8023         (wl-biff-check-folder-async): Ditto.
8024
8025         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8026         in email address.
8027
8028 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8029
8030         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8031
8032         * wl-draft.el (wl-draft-strip-subject-re): New function.
8033
8034         * wl-draft.el (wl-draft-reply): Use it.
8035
8036 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8037
8038         * wl-message.el (wl-mmelmo-message-redisplay): Use
8039         `mime-display-message' instead of `wl-mime-display-message'.
8040
8041         * wl-mime.el (toplevel): Removed compatibility workaround
8042         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8043         (wl-mime-display-message): Abolished.
8044         (wl-mime-entity-read-field): Ditto.
8045         (wl-mime-combine-message/partial-pieces): Use
8046         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8047
8048 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8049
8050         * wl-template.el: Doc fixes.
8051
8052 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8053
8054         * wl-e21.el (wl-message-overload-functions): Do nothing if
8055         `current-local-map' is not available.
8056         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8057
8058 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8059
8060         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8061         representation.
8062
8063         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8064         number.
8065         (wl-fldmgr-save-folders): Don't use `format' when insert
8066         `wl-fldmgr-folders-header'.
8067
8068 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8069
8070         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8071
8072 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8073
8074         * wl-highlight.el (wl-highlight-message):
8075         Use `std11-field-end' to detect end point of the header field.
8076         Refer `wl-highlight-max-header-size'.
8077
8078         * wl-vars.el (wl-highlight-max-header-size): New variable.
8079
8080         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8081
8082         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8083         Set `for-draft' argument of wl-highlight-headers.
8084         (wl-draft): Ditto.
8085         (wl-draft-reedit): Ditto.
8086         (wl-user-agent-compose-internal): Ditto.
8087
8088 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8089
8090         * wl-message.el (wl-message-add-button): Use overlay.
8091
8092 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8093
8094         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8095
8096         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8097         problem when group-list content is nothing.
8098         (Reported by Mito <mit@nines.nec.co.jp>)
8099
8100 2000-10-18  SAITO Atsunori <sai@yedo.com>
8101
8102         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8103
8104 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8105
8106         * tm-wl.el (toplevel): Use product-provide.
8107
8108 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8109
8110         * Version number is increased to 2.3.92.
8111
8112 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8113
8114         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8115         title text, use `display' property for left margin under Emacs 21.
8116
8117         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8118         properties.
8119         (wl-plugged-init-icons): Ditto.
8120
8121 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8122
8123         * wl.el (wl-save-status, wl-init): Remove last period in
8124         "...done." message.
8125         * tm-wl.el (wl-summary-burst): Ditto.
8126         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8127         wl-summary-resume-cache-status,
8128         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8129         wl-summary-sync-update3, wl-summary-highlight-msgs,
8130         wl-summary-flush-pending-append-operations,
8131         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8132         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8133         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8134         wl-thread-open-all): Ditto.
8135         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8136         * wl-mime.el (wl-summary-burst): Ditto.
8137         * wl-highlight.el (wl-highlight-summary): Ditto.
8138         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8139         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8140         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8141         * wl-address.el (wl-local-address-init): Ditto.
8142
8143 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8144
8145         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8146         `add-text-properties'.
8147         (wl-plugged-init-icons): Ditto.
8148         (wl-folder-init-icons): Use `propertize' instead of
8149         `put-text-property'.
8150         (wl-plugged-set-folder-icon): Ditto.
8151         (wl-e21-highlight-folder-group-line): Ditto.
8152
8153 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8154
8155         * wl-version.el (wl-version-status-alist): New variable.
8156         (wl-version-status): New function.
8157
8158         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8159         "Cc" part of the case "Reply-To".
8160
8161         * wl-draft.el (wl-draft-reply): Use result of
8162         `eword-extract-address-components'.
8163
8164         * wl-demo.el (wl-demo-icon-name): New constant.
8165         (wl-logo-xpm): Use it.
8166         (wl-logo-xbm): Ditto.
8167         (wl-logo-bitmap): Ditto.
8168
8169         * Version number is increased to 2.3.91.
8170
8171 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8172
8173         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8174         (wl-extended-emacs-version, wl-extended-emacs-version2,
8175         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8176         docstring.
8177
8178         * wl-version.el (wl-generate-user-agent-string-1): New function.
8179         (wl-generate-user-agent-string): Use it.
8180
8181         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8182         `mime-edit-insert-user-agent-field'.
8183         (wl-generate-user-agent-string): Check
8184         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8185
8186         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8187         instead of `if', when verbose case.
8188
8189 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8190
8191         * wl-expire.el (wl-summary-expire): Fix.
8192
8193 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8194
8195         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8196         and `elmo-lost+found-folder' if 'wl-draft.
8197         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8198
8199 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8200
8201         * wl-expire.el (wl-summary-expire): Change messages.
8202         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8203         `deleing-info' instead of "Deleting..."
8204
8205 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8206
8207         * wl-summary.el (wl-summary-refile-subr): Fix.
8208
8209 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8210
8211         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8212         if pipe folder.
8213
8214 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8215
8216         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8217
8218 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8219
8220         * wl-expire.el (wl-expire-hide): New function.
8221         (wl-summary-expire): Add `hide'.
8222
8223 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8224
8225         * wl-vars.el (wl-draft-reply-without-argument-list):
8226         Changed default value to consider `Reply-To:'.
8227         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8228
8229         * Version number is increased to 2.3.90.
8230
8231         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8232         elmo-imap4-get-session with unwind-protect.
8233         Don't cause error.
8234         (wl-summary-sync-marks): Don't check plugged nor folder type.
8235         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8236         (Always keep current buffer).
8237
8238 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8239
8240         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8241         Enclose with `save-excursion'.
8242
8243 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8244
8245         * wl-version.el (wl-version): Remove interactive.
8246
8247 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8248
8249         * wl-version.el (wl-generate-user-agent-string): Use
8250         `product-string-verbose' instead of `product-string-1'.
8251
8252 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8253
8254         * wl-vars.el (wl-draft-use-cache): New variable.
8255         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8256         if wl-draft-use-cache is non-nil.
8257
8258 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8259
8260         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8261         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8262
8263 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8264
8265         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8266         (wl-thread-msg-mark-as-unread): Ditto.
8267
8268         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8269         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8270         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8271         Don't set mark in summary if return value of `elmo-mark-as-read'
8272         is nil.
8273         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8274         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8275         instead of `wl-thread-msg-mark-as-read'.
8276         (wl-summary-mark-as-unread-region): Ditto.
8277         (wl-summary-target-mark-mark-as-read): Ditto.
8278
8279         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8280
8281 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8282
8283         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8284
8285         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8286
8287 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8288
8289         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8290         face.
8291
8292 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8293
8294         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8295         `running-xemacs'.
8296
8297 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8298
8299         * wl-version.el (toplevel): Use `product-version-as-string' for
8300         set verstion-string, if defined.
8301
8302         * wl-version.el (wl-version-show): Insert string at point, when
8303         call with argument.
8304
8305         * wl-version.el (wl-generate-user-agent-string): Use
8306         `product-string-1' instead of `wl-appname', `wl-version' and
8307         `wl-codename'.
8308
8309 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8310
8311         * wl-address.el (toplevel): Use product-provide.
8312         * wl-demo.el (toplevel): Ditto.
8313         * wl-dnd.el (toplevel): Ditto.
8314         * wl-draft.el (toplevel): Ditto.
8315         * wl-e21.el (toplevel): Ditto.
8316         * wl-expire.el (toplevel): Ditto.
8317         * wl-fldmgr.el (toplevel): Ditto.
8318         * wl-folder.el (toplevel): Ditto.
8319         * wl-highlight.el (toplevel): Ditto.
8320         * wl-message.el (toplevel): Ditto.
8321         * wl-mime.el (toplevel): Ditto.
8322         * wl-mule.el (toplevel): Ditto.
8323         * wl-nemacs.el (toplevel): Ditto.
8324         * wl-refile.el (toplevel): Ditto.
8325         * wl-score.el (toplevel): Ditto.
8326         * wl-summary.el (toplevel): Ditto.
8327         * wl-template.el (toplevel): Ditto.
8328         * wl-thread.el (toplevel): Ditto.
8329         * wl-util.el (toplevel): Ditto.
8330         * wl-vars.el (toplevel): Ditto.
8331         * wl-xmas.el (toplevel): Ditto.
8332         * wl.el (toplevel): Ditto.
8333
8334 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8335
8336         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8337         instead of product.
8338
8339         * wl-version.el (wl-version): Compile time evalution elmo-version.
8340
8341 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8342
8343         * wl-summary.el (wl-summary-sync-force-update): Append queue
8344         `mark-as-read'if unplugged.
8345
8346 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8347
8348         * wl-version.el: New file.  Use product.el.
8349         * wl.el: add (require 'wl-version).
8350         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8351         for ~/.folders header.
8352         (wl-fldmgr-folders-header): Changed.
8353         * wl-demo.el (wl-demo): Use product.el.
8354
8355         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8356         wl-version.el.
8357         * wl-util.el (wl-version, wl-version-show): Ditto.
8358
8359         * wl-util.el (wl-generate-user-agent-string,
8360         wl-extended-emacs-version, wl-extended-emacs-version2,
8361         wl-extended-emacs-version3): Move to wl-version.el.
8362         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8363         xemacs-codename, mime-edit-insert-user-agent-field,
8364         mime-edit-user-agent-value, mime-editor/version,
8365         mime-editor/codename): Compile warning killer move to
8366         wl-version.el
8367
8368 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8369
8370         * wl-summary.el (wl-summary-refile-subr): Fix.
8371
8372 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8373
8374         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8375         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8376
8377 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8378
8379         * wl.el (wl-check-environment): Check too many `@'.
8380
8381 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8382
8383         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8384
8385 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8386
8387         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8388         wl-draft-reply-myself-without-argument-list): Add variables.
8389         * wl-draft.el (wl-draft-reply): Use it.
8390
8391 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8392
8393         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8394         the 5th argument of `elmo-network-get-spec'.
8395
8396         * wl-thread.el (wl-thread-reparent-children): New inline function.
8397         (wl-thread-delete-message): Use it.
8398
8399         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8400         (wl-summary-score-update-all-lines): Don't use `dolist'.
8401
8402 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8403
8404         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8405         (require 'elmo-msgdb) for inline function.
8406
8407 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8408
8409         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8410
8411 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8412
8413         * wl-score.el (wl-score-headers): Fix for the confusing macro
8414         `elmo-kill-buffer'.
8415
8416 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8417
8418         * wl-summary.el: Don't use the 3rd argument of `require' because
8419         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8420         * wl-util.el: Ditto.
8421         * wl-draft.el: Ditto.
8422
8423 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8424
8425         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8426         window system is not used.
8427
8428 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8429
8430         * wl-thread.el: Don't use `mapcar' only for iteration.
8431         (wl-thread-resume-entity): Ditto.
8432         (wl-thread-delete-message): Ditto.
8433
8434         * wl-summary.el: Bind `dragdrop-drop-functions',
8435         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8436         of `require' for `timezone', `easymenu' and `ps-print';
8437         don't use `mapcar' only for iteration.
8438
8439         * wl-util.el: Bind `mule-version', `nemacs-version',
8440         `emacs-beta-version', `xemacs-codename',
8441         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8442         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8443         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8444         only for iteration.
8445
8446         * wl-score.el: Don't use `mapcar' only for iteration.
8447         (wl-score-simplify-buffer-fuzzy): Ditto.
8448         (wl-score-simplify-subject): Ditto.
8449         (wl-score-headers): Ditto.
8450         (wl-summary-score-update-all-lines): Ditto.
8451
8452         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8453         `enable-multibyte-characters' and `mule-version'.
8454
8455         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8456         `mapcar' only for iteration.
8457
8458         * wl-demo.el: Don't use `mapcar' only for iteration.
8459
8460         * wl-folder.el: Don't use `mapcar' only for iteration.
8461         (wl-folder-open-all): Ditto.
8462         (wl-folder-count-incorporates): Ditto.
8463
8464         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8465         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8466
8467         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8468         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8469         `smtp-connection-type'; specify 3rd argument of `require' for
8470         `timezone'; don't use `mapcar' only for iteration.
8471         (wl-draft-clone-local-variables): Don't use `mapcar'.
8472         (wl-draft-generate-clone-buffer): Ditto.
8473         (wl-user-agent-compose-internal): Ditto.
8474
8475         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8476
8477         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8478         (wl-save-status): Ditto.
8479
8480         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8481         for iteration.
8482
8483 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8484
8485         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8486         removed `Date'.
8487         (wl-fldmgr-make-filter-default): New user option.
8488
8489         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8490         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8491         (wl-fldmgr-filter-completion-alist): Abolish.
8492
8493         * wl.el (wl): Don't check servers if arg is non-nil.
8494
8495         * wl-draft.el (wl-draft-reply): Set only message-id string to
8496         In-Reply-To field.
8497
8498 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8499
8500         * wl-summary.el (wl-summary-pick): Rewrite.
8501
8502         * wl-draft.el (wl-draft-forward): Get references field from
8503         original buffer.
8504         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8505
8506 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8507
8508         * wl-draft.el (wl-draft-forward): Add references field.
8509
8510 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8511
8512         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8513         (wl-draft-reply): Use it.
8514
8515 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8516
8517         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8518         when Emacs 21 is running.
8519
8520         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8521         bindings.
8522
8523 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8524
8525         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8526         XPM icons transparent.
8527
8528         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8529         Emacs 21.
8530
8531 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8532
8533         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8534         nil.
8535
8536         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8537         when it is persistent.
8538         (wl-summary-sync-marks): Changed argument for
8539         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8540         (wl-summary-virtual): Use `elmo-read-search-condition'.
8541         (wl-summary-redisplay-internal): If folder is local, mark as read
8542         even when folder is plugged.
8543
8544 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8545
8546         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8547         of `tool-bar-lines' in the frame parameters.
8548         (after-make-frame-functions, post-command-hook): Don't modify the
8549         value.
8550         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8551         wl-e21-tool-bar-lines): Removed.
8552
8553 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8554
8555         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8556         properties `evaporate' and `wl-momentary-overlay' as well.
8557         (wl-highlight-summary-displaying): Ditto.
8558         (wl-delete-all-overlays): Don't delete overlay which does not have
8559         a property `wl-momentary-overlay'.
8560
8561         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8562         `display-mouse-p' and `display-graphic-p'.
8563         (wl-folder-init-icons): Don't search for XBM or the other files.
8564         (wl-plugged-set-folder-icon): Make icons if and only if
8565         `display-graphic-p' returns non-nil.
8566         (wl-highlight-plugged-current-line): Use `before-string' overlay
8567         property to show icon images.
8568         (wl-highlight-folder-current-line): Ditto.
8569         (wl-e21-highlight-folder-group-line): Ditto.
8570         (wl-e21-highlight-folder-by-numbers): Ditto.
8571         (wl-e21-insert-image): Removed.
8572         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8573         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8574         said.
8575         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8576         `wl-e21-force-switch-toolbar'.
8577         (wl-e21-make-icon-image): Removed.
8578         (wl-e21-setup-toolbar): Don't search for XBM files.
8579         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8580         the default value.
8581
8582 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8583
8584         * wl-util.el (wl-biff-check-folder-async): Set
8585         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8586
8587 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8588
8589         * wl-e21.el (after-make-frame-functions): Add
8590         `wl-e21-force-switch-toolbar'.
8591         (wl-e21-force-switch-toolbar): New function force to switch the
8592         toolbar appearance automatically.
8593         (post-command-hook): Add `wl-e21-switch-toolbar'.
8594         (wl-e21-switch-toolbar): New function to switch the toolbar
8595         appearance automatically.
8596         (wl-e21-tool-bar-lines): New buffer local variable.
8597
8598 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8599
8600         * wl-util.el (wl-biff-check-folders-running): New variable.
8601         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8602         (wl-biff-check-folder-async-callback):
8603         Set `wl-biff-check-folders-running'.
8604         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8605         with unwind-protect.
8606
8607         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8608         Enclose `wl-folder-auto-check' with unwind-protect.
8609
8610         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8611         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8612
8613         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8614
8615         * wl-util.el (wl-biff-notify): New inline function.
8616         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8617         locally.
8618         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8619         folder-list' is 1.
8620         Use `wl-biff-notify'.
8621         (wl-biff-check-folder-async-callback): New function.
8622         (wl-biff-check-folder-async): Ditto.
8623
8624         * wl-folder.el (wl-folder): Don't check folders.
8625         (wl-folder-auto-check): New function.
8626
8627 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8628
8629         * wl-util.el (wl-biff-start) [Emacs19+]:
8630         Use `timer-next-integral-multiple-of-time'.
8631         (wl-biff-check-folders): Use `wl-default-folder'
8632         if `wl-biff-check-folder-list' is nil.
8633
8634 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8635
8636         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8637         instead of `elmo-delete-lists'.
8638
8639 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8640
8641         * wl.el (wl-plugged-toggle-all): Set the value of
8642         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8643         (wl-plugged-toggle): Ditto.
8644         (wl-toggle-plugged): Ditto.
8645         (wl-plugged-init): Ditto.
8646
8647         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8648         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8649         instead of `wl-biff-state-indicator-off' and
8650         `wl-biff-state-indicator-on'; don't modify the value and the type
8651         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8652         (wl-plugged-init-icons): Set icons data to
8653         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8654         instead of `wl-plug-state-indicator-off' and
8655         `wl-plug-state-indicator-on'; don't modify the value and the type
8656         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8657
8658         * wl-vars.el (wl-modeline-biff-state-off,
8659         wl-modeline-biff-state-on, wl-modeline-biff-status,
8660         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8661         wl-modeline-plug-status): New internal variables.
8662         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8663         wl-biff-check-interval, wl-biff-check-folder-list): Change
8664         customization group from `wl-folder' to `wl-highlight'.
8665         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8666         wl-show-plug-status-on-modeline): Defcustomized.
8667
8668         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8669         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8670         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8671         a flag to `mode-line-buffer-identification'.
8672
8673         * wl-e21.el (wl-biff-init-icons): Set icons data to
8674         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8675         instead of `wl-biff-state-indicator-off' and
8676         `wl-biff-state-indicator-on'.
8677         (wl-plugged-init-icons): Set icons data to
8678         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8679         instead of `wl-plug-state-indicator-off' and
8680         `wl-plug-state-indicator-on'.
8681
8682 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8683
8684         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8685         excessive titles.
8686
8687 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8688
8689         * wl.el (wl-plugged-mode): Use revised
8690         `wl-mode-line-buffer-identification'.
8691         (wl-plugged-init): Don't use `force-mode-line-update'.
8692
8693         * wl-xmas.el (wl-draft-overload-functions): Use revised
8694         `wl-mode-line-buffer-identification'.
8695         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8696         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8697         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8698         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8699         `wl-make-plugged-hook';
8700         add `wl-folder-init-icons' and `wl-setup-folder' to
8701         `wl-folder-mode-hook'.
8702
8703         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8704         19 as well.
8705         (wl-mode-line-display-priority-list): New user option.
8706         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8707         Defcustomized.
8708         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8709         Add docs.
8710
8711         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8712         start.
8713         (wl-mode-line-buffer-identification): Revised as a function.
8714
8715         * wl-summary.el (wl-summary-mode): Use revised
8716         `wl-mode-line-buffer-identification'; don't call
8717         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8718         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8719         `wl-xmas-setup-summary'.
8720
8721         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8722         `wl-mode-line-buffer-identification'.
8723
8724         * wl-mule.el (wl-draft-overload-functions): Use revised
8725         `wl-mode-line-buffer-identification'.
8726
8727         * wl-folder.el (wl-make-plugged-alist): Don't call
8728         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8729         (wl-folder): Don't call `wl-folder-init-icons' directly.
8730         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8731         `wl-xmas-setup-folder' directly;
8732         use revised `wl-mode-line-buffer-identification'.
8733         (TopLevel): Don't bind `wl-biff-init-icons',
8734         `wl-plugged-init-icons', `wl-folder-init-icons',
8735         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8736
8737         * wl-e21.el (wl-draft-overload-functions): Use revised
8738         `wl-mode-line-buffer-identification'.
8739         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8740         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8741         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8742         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8743         `wl-make-plugged-hook';
8744         add `wl-folder-init-icons' and `wl-setup-folder' to
8745         `wl-folder-mode-hook'.
8746
8747 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8748             Katsumi Yamaoka    <yamaoka@jpl.org>
8749
8750         * wl.el (wl): Call `wl-biff-start'.
8751         (wl-exit): Call `wl-biff-stop'.
8752         (wl-plugged-mode): Show biff in modeline.
8753         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8754
8755         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8756         (wl-biff-init-icons): New function.
8757         (wl-plugged-init-icons): Don't make too much keymaps.
8758         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8759
8760         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8761         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8762         variables.
8763         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8764         options.
8765
8766         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8767         wl-biff-start, wl-biff-stop): New functions.
8768         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8769         (wl-biff-timer-name): New variable.
8770
8771         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8772
8773         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8774         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8775
8776         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8777         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8778
8779         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8780         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8781         `wl-folder-init-icons' to `ignore' if they are not available.
8782         (wl-folder-mode): Show biff in modeline.
8783
8784         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8785         (wl-biff-init-icons): New function.
8786         (wl-plugged-init-icons): Don't make too much keymaps.
8787         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8788
8789 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8790
8791         * wl-vars.el (wl-strict-diff-folders): Customization Type
8792         and doc fix.  Define as a list of regular expressions for
8793         folders or nil.
8794         * wl-folder.el (wl-folder-check-one-entity): Use
8795         `wl-string-match-member' instead of `wl-string-member' for
8796         `wl-strict-diff-folders'.
8797
8798 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8799
8800         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8801         (wl-highlight-folder-current-line): Use it; new implementation.
8802         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8803         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8804         `defsubst' instead of `defun'.
8805
8806         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8807         `wl-highlight-group-folder-by-numbers'; made it can also be a
8808         number.  See info for more details.
8809
8810         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8811         running.
8812
8813         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8814         to bind them.
8815
8816         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8817         (wl-highlight-folder-current-line): New implementation.
8818
8819         * wl-highlight.el (wl-highlight-folder-group-line): New
8820         implementation.
8821         (wl-delete-all-overlays): Rewrite as a marco.
8822         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8823
8824         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8825         running.
8826         (wl-folder-*-glyph): No need to bind them.
8827
8828         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8829         `wl-e21-highlight-folder-group-icon'; rewrite.
8830         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8831         `defsubst' instead of `defun'.
8832         (wl-folder-mode-map): Bind it when compiling.
8833
8834 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8835
8836         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8837
8838         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8839
8840 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8841
8842         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8843
8844 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8845
8846         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8847         (wl-highlight-folder-current-line): Use it.
8848
8849         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8850         in `id-name'.
8851
8852 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8853
8854         * wl.el: Require `wl-e21' when Emacs 21 is running.
8855
8856         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8857         default when Emacs 21 is running.
8858         (wl-use-highlight-mouse-line): Ditto.
8859         (wl-on-emacs21): New constant.
8860         (wl-on-emacs20): Removed.
8861
8862         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8863         Emacs 21 is running.
8864
8865         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8866         Emacs 21 is running.
8867
8868         * wl-e21.el: New file.
8869
8870 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8871
8872         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8873         (wl-toggle-plugged): Ditto.
8874         (wl-plugged-toggle): Ditto.
8875         (wl-plugged-toggle-all): Ditto.
8876
8877         * wl-vars.el (wl-plug-state-indicator): Refer
8878         `wl-plug-state-indicator-on' indirectly.
8879
8880 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8881
8882         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8883         Call `wl-folder-confirm-existence'.
8884
8885         * wl-folder.el (wl-folder-confirm-existence): Added optional
8886         argument `force'.
8887
8888 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8889
8890         * wl-summary.el (wl-summary-refile-subr): Assume
8891         `copy-or-refile' as symbol.
8892         (wl-summary-refile): Follow up above change.
8893         (wl-summary-copy): Ditto.  Doc fix.
8894
8895 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8896
8897         * wl-summary.el (wl-summary-pick): Don't bind
8898         `elmo-search-mime-charset'.
8899
8900         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8901         default using old backquote style.
8902         (wl-search-mime-charset): Abolished.
8903
8904         * wl-highlight.el (wl-highlight-headers):
8905         Call `point' after `re-search-forward'(for Nemacs).
8906
8907         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8908         for elmo-imap4.el.
8909
8910 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8911
8912         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8913         `wl-message-ignored-field-list' instead of
8914         `mime-view-ignored-field-list'.
8915
8916         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8917         Add interactive spec.
8918         (wl-folder-goto-bottom-of-current-folder): Ditto.
8919         (wl-folder-mode-map): Bind them.
8920
8921         * wl-vars.el (wl-message-ignored-field-list): New variable.
8922         (wl-message-visible-field-list): New variable.
8923
8924         * wl-mime.el (wl-mime-header-presentation-method): New function.
8925         (wl-mime-setup): Set header-presentation-method.
8926
8927 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8928
8929         * wl-nemacs.el (wl-draft-overload-functions): Set
8930         `mode-line-buffer-identification' instead of using
8931         `wl-make-modeline'.
8932
8933         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8934         instead of using `wl-make-modeline'.
8935
8936         * wl-xmas.el (wl-plugged-init-icons): Set up
8937         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8938         (wl-make-modeline): Abolish.
8939         (wl-draft-overload-functions): Set
8940         `mode-line-buffer-identification' instead of using
8941         `wl-make-modeline'.
8942
8943         * wl-util.el (wl-make-modeline-subr): Abolish.
8944         (wl-mode-line-buffer-identification): New alias.
8945
8946         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8947         (wl-summary-make-modeline): Abolish.
8948         (wl-summary-buffer-set-folder): Set
8949         `wl-summary-buffer-folder-indicator'.
8950         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8951         of using `wl-make-modeline'.
8952         (wl-summary-switch-to-clone-buffer): Don't set
8953         `mode-line-buffer-identification'.
8954         (wl-summary-goto-folder-subr): Ditto.
8955
8956         * wl-mule.el (wl-draft-overload-functions): Set
8957         `mode-line-buffer-identification' instead of using
8958         `wl-make-modeline'.
8959
8960         * wl-folder.el (wl-folder-mode): Set
8961         `mode-line-buffer-identification' instead of using
8962         `wl-make-modeline'.
8963         (wl-folder): Don't set `mode-line-buffer-identification'.
8964
8965 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8966
8967         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8968         instead of `member' for `wl-refile-guess-func-list' look-ups.
8969         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8970
8971 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8972
8973         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8974         `wl-message-button-dispatcher'.
8975
8976         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8977
8978         * wl-message.el (wl-message-button-dispatcher): Use it.
8979
8980         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8981         "In-Reply-To".
8982
8983         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8984         Bind `case-fold-search' to t.
8985
8986 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8987
8988         * wl-xmas.el (wl-message-overload-functions): Initialize
8989         `wl-message-button-map'.
8990
8991         * wl-mule.el (wl-message-overload-functions): Initialize
8992         `wl-message-button-map'.
8993
8994         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8995
8996         * wl-message.el (wl-message-button-map): New keymap.
8997         (wl-message-add-button): New function.
8998         (wl-message-button-dispatcher): New function.
8999         (wl-message-button-refer-article): New function.
9000
9001         * wl-highlight.el
9002         (wl-highlight-message-add-buttons-to-header): New function.
9003         (wl-highlight-headers): Use it.
9004
9005 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9006
9007         * wl-summary.el (wl-summary-default-from): Use
9008         `wl-address-get-petname-1'.
9009         (wl-summary-simple-from): Ditto.
9010
9011         * wl-address.el (wl-address-get-petname-1): New inline function.
9012         (wl-address-get-petname): Use it.
9013
9014 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9015
9016         * wl-summary.el (wl-summary-default-from): Return full-name part
9017         from the address if no petname was found.
9018         (wl-summary-simple-from): Ditto.
9019
9020         * wl-address.el (wl-address-get-petname): Return nil if no petname
9021         associated with the address was found.
9022
9023 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9024
9025         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9026         display is finished.
9027
9028 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9029
9030         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9031         `elmo-folder-exists-p' argument.
9032
9033 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9034
9035         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9036         the folder.
9037
9038 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9039
9040         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9041
9042         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9043         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9044
9045 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9046
9047         * wl-folder.el (wl-folder-create-subr): New function.
9048         (wl-folder-confirm-existence): Use it.
9049         (wl-folder-check-one-entity): Use it.
9050         Check the error symbol is derived from 'elmo-open-error.
9051
9052         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9053         `ignore-error'.
9054
9055 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9056
9057         * wl-util.el (toplevel): Add (eval-when-compile (require
9058         'elmo-util)).  (Maybe `provide' is typo.)
9059
9060 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9061
9062         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9063         (I don't know why this was needed.)
9064
9065         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9066         Follow up changes for stream-type.
9067
9068         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9069         (wl-draft-elmo-nntp-send): Ditto.
9070
9071         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9072         (wl-nntp-posting-stream-type): Ditto.
9073         (wl-pop-before-smtp-ssl): Abolished.
9074         (wl-nntp-posting-ssl): Ditto.
9075
9076         * wl-address.el (wl-address-quote-specials): New function.
9077         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9078
9079         * wl-draft.el (wl-draft-reply): Ditto.
9080
9081 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9082
9083         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9084         use function `wl-string-match-assoc'.
9085
9086 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9087
9088         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9089
9090         * wl-draft.el (wl-draft-deduce-address-list): New function.
9091         (wl-draft-parse-mailbox-list): Ditto.
9092         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9093         instead of `smtp-deduce-address-list'.
9094         (wl-draft-on-field-p): Follow group list.
9095
9096         * wl-address.el (wl-address-concat-token): New function.
9097         (wl-address-string-without-group-list-contents): Ditto.
9098         (wl-complete-field-body): Fixed problem of completion
9099         by japanese petname.
9100         (wl-address-make-completion-list): Rewrite.
9101
9102 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9103
9104         * wl-address.el (wl-address-make-completion-list): Completion by
9105         petname.
9106         (wl-complete-field-body): Likewise.
9107
9108 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9109
9110         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9111         contains invalid address syntax.
9112
9113 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9114
9115         * wl-folder.el (wl-folder-check-entity-async): Use
9116         `elmo-nntp-spec-hostname'.
9117
9118 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9119
9120         * wl-summary.el (wl-summary-msgdb-load-async): Use
9121         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9122
9123 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9124
9125         * wl-draft.el (wl-draft-reply): Set argument
9126         `content-transfer-encoding' as nil.
9127
9128 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9129
9130         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9131         `wl-refile-alist'.
9132
9133 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9134
9135         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9136         (wl-draft-edit-string): Ditto.
9137         (wl-draft-forward): Ditto.
9138         * wl-summary.el (wl-summary-write): Ditto.
9139
9140 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9141
9142         * wl-summary.el (wl-summary-sync-update3): Call
9143         `wl-summary-buffer-number-column-detect'.
9144         (wl-summary-buffer-number-column-detect): Search from point-min.
9145
9146 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9147
9148         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9149         contains an address which is not included in original to or cc.
9150
9151 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9152
9153         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9154         begin-line does not exist.
9155         * wl-message.el (wl-message-uu-substring): Ditto.
9156
9157 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9158
9159         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9160         clear local variables.
9161         (wl-summary-exit): Call `elmo-commit'.
9162         (wl-summary-switch-to-clone-buffer): Call
9163         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9164         (wl-summary-goto-folder-subr): Ditto.
9165
9166         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9167         POP folder.
9168
9169 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9170
9171         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9172         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9173         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9174         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9175         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9176         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9177
9178         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9179
9180 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9181
9182         * wl-summary.el (wl-summary-search-by-subject):
9183         Search parent message from the latest one.
9184
9185 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9186
9187         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9188         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9189
9190         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9191         New user option.
9192
9193         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9194         if elmo-nntp-use-killed-list is nil.
9195         Use `elmo-msgdb-append-to-killed-list'.
9196         (Append numbers confirmed as disappeared to the killed list.)
9197         (wl-summary-confirm-appends): Don't display negative number.
9198
9199 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9200
9201         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9202
9203 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9204
9205         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9206         range is `all'.
9207         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9208         `elmo-list-bigger-diff'.
9209
9210 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9211
9212         * wl-summary.el (wl-summary-buffer-exit-func):
9213         New buffer local variable.
9214         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9215
9216 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9217
9218         * wl-demo.el (wl-demo): Fix the last change.
9219
9220 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9221
9222         * wl-demo.el (wl-demo): Don't use `eval'.
9223
9224 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9225
9226         * wl-summary.el (wl-summary-buffer-thread-modified):
9227         New buffer-local variable.
9228         (wl-summary-set-thread-modified): New function.
9229         (wl-summary-thread-modified-p): New function.
9230         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9231         (wl-summary-yank-saved-message): Use function
9232         `wl-summary-set-thread-modified'
9233         (wl-summary-switch-to-clone-buffer): Add
9234         `wl-summary-buffer-thread-modified'.
9235
9236         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9237         (wl-summary-buffer-mark-saved-hook): Ditto.
9238         * wl-summary.el (wl-summary-msgdb-save): New hook
9239         `wl-summary-buffer-message-saved-hook' and
9240         `wl-summary-buffer-mark-saved-hook'.
9241
9242 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9243
9244         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9245
9246 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9247
9248         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9249         don't hide scroll bars under FSF Emacsen because it may incur an
9250         undesirable redrawing.
9251
9252 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9253
9254         * wl-draft.el (wl-draft-edit-string): Call
9255         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9256
9257 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9258
9259         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9260
9261 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9262
9263         * wl-summary.el (wl-summary-msgdb-load-async): Call
9264         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9265
9266 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9267
9268         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9269         fringes in demo buffer; center bitmap logo correctly even if old
9270         Mule is used.
9271
9272 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9273
9274         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9275
9276         * wl-refile.el (wl-refile-subject-alist): New variable.
9277         (wl-refile-subject-alist-file-name): Ditto.
9278         (wl-refile-alist-setup): Rewrite.
9279         (wl-refile-alist-save): Use `elmo-object-save'.
9280         Eliminated arguments.
9281         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9282         (wl-refile-guess-by-subject): New function.
9283         (wl-refile-guess-func-list): Added it.
9284
9285 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9286
9287         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9288         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9289
9290 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9291
9292         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9293         New buffer-local variable.
9294         (wl-summary-buffer-next-folder-func): Ditto.
9295         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9296         if non-nil.
9297         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9298         if non-nil.
9299         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9300         if non-nil.
9301         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9302         if non-nil.
9303
9304 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9305
9306         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9307         permanently in the demo buffer.
9308
9309 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9310
9311         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9312         `mime-entity-fetch-field'.
9313
9314         * wl.el (wl-exit): Delete plugged buffer.
9315
9316         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9317         XEmacs has menubar feature.
9318
9319 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9320
9321         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9322         cannot arrive at the beginning of the buffer under old Emacsen.
9323
9324 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9325
9326         * wl-address.el (wl-address-ldap-search):
9327         Call `ldap-search-entries' with `withdn' argument t.
9328         (wl-complete-field-body): Bind completion-ignore-case as t.
9329         Clear ldap search hash when it was sole completion.
9330         Use elmo-string for pattern string.
9331         (wl-ldap-alias-safe-string): Eliminated needless let.
9332
9333 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9334
9335         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9336         (wl-ldap-alias-sep): New constant.
9337         (wl-ldap-search-attribute-type-list): Ditto.
9338         (wl-ldap-get-value): New function.
9339         (wl-ldap-make-filter): Ditto.
9340         (wl-ldap-make-matched-value-list): Ditto.
9341         (wl-ldap-alias-safe-string): Ditto.
9342         (wl-ldap-register-dn-string): Ditto.
9343         (wl-address-ldap-search): Rewrite.
9344
9345 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9346
9347         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9348         thread is deleted.
9349         (wl-thread-delete-line-from-buffer): Ditto.
9350         (wl-thread-get-exist-children): New function.
9351
9352 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9353
9354         * wl-demo.el (wl-demo): Made it to select various image types.
9355         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9356         from `wl-title-logo'.
9357         (wl-logo-ascii): New variable.
9358         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9359         (wl-demo-copyright-notice): New constant.
9360
9361         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9362
9363 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9364
9365         * wl-vars.el (wl-summary-target-above): Renamed from
9366         wl-summary-temp-above.
9367         * wl-score.el (wl-score-get-score-alist): Use it.
9368         (wl-summary-score-update-all-lines): Use it.
9369         * wl-summary.el: Ditto. (make-variable-buffer-local).
9370
9371 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9372
9373         * wl-vars.el (wl-ldap-port): New user option.
9374
9375         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9376         Rewite whole implementation.
9377         (wl-complete-field-body): Fixed.
9378
9379 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9380
9381         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9382         Choose implementation at compile time.
9383
9384 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9385
9386         * wl-address.el (wl-ldap-search-internal): New function.
9387         (wl-complete-field-to): Use it.
9388
9389 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9390
9391         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9392         Use `let' instead of `let*'.
9393         Require 'wl-vars.
9394
9395         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9396         Define as defcustom.
9397         (wl-ldap-base): Ditto.
9398         (wl-use-ldap): Ditto.
9399
9400 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9401
9402         * wl-address.el (wl-ldap-search): New function.
9403         (wl-complete-field-body): Use `wl-ldap-search'.
9404         (wl-ldap-server): New variable.
9405         (wl-ldap-base): Ditto.
9406         (wl-use-ldap): Ditto.
9407
9408 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9409
9410         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9411         (Pointed out by Mito <mit@nines.nec.co.jp>).
9412         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9413         buffer-local variables like `wl-summary-redisplay-internal'.
9414         (wl-summary-redisplay-all-header): Likewise.  Update
9415         Summary view too.
9416
9417 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9418
9419         * wl-summary.el (wl-summary-jump-to-parent-message):
9420         Consider prefix argument.
9421
9422         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9423         when closed thread is deleted.
9424
9425 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9426
9427         * wl-summary.el (wl-summary-jump-to-parent-message):
9428         Consider thread modification.
9429
9430 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9431
9432         * wl-message.el (wl-message-normal-get-original-buffer): Use
9433         `save-excursion'.
9434
9435         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9436         (wl-summary-showto-folder-regexp): Ditto.
9437
9438 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9439
9440         * wl-util.el (wl-delete-alist): Doc fix.
9441         (wl-delete-associations): New function.
9442         (wl-inverse-alist): New function.
9443         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9444         Split temporary variables. Use `wl-delete-associations'
9445         and `wl-inverse-alist'.
9446         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9447
9448 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9449
9450         * wl-folder.el (wl-folder-prefetch-entity):
9451         Execute prefetching if new count is unknown.
9452
9453 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9454
9455         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9456
9457         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9458         delete entity.
9459         (wl-thread-set-parent): If insert as top, set linked as nil.
9460
9461         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9462         `wl-thread-cleanup-symbols' when view mode is thread.
9463
9464 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9465
9466         * wl-folder.el (wl-folder-create-folder-entity): Use
9467         with-current-buffer.
9468         (wl-local-folder-init): Call set-buffer to make sure we are in
9469         the Folder buffer. Don't touch buffer-local variables here.
9470         (wl-folder-mode): Initialize buffer-local variables here.
9471
9472         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9473         (wl-folder-entity-assign-id): Ditto.
9474         (wl-folder-create-entity-hashtb): Ditto.
9475         (wl-local-folder-init): Ditto.
9476         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9477
9478 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9479
9480         * wl-summary.el (wl-summary-default-from): Fix probrem when
9481         std11-extract-address-components return (nil "foo@bar").
9482
9483 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9484
9485         * wl-draft.el (wl-draft-clone-local-variables):
9486         Remove redundant `setq'.
9487
9488 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9489
9490         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9491         Bind wl-highlight-x-face-func as nil while highlighting header.
9492
9493 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9494
9495         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9496
9497 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9498
9499         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9500         elmo-msgdb-overview-hashtb from copy-variables.
9501         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9502         instead of `elmo-msgdb-overview-get-entity-by-number'.
9503         (wl-summary-auto-refile): Ditto.
9504
9505         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9506         `elmo-msgdb-overview-get-entity' instead of
9507         `elmo-msgdb-search-overview-entity'.  Use
9508         `elmo-msgdb-overview-get-entity' instead of
9509         `elmo-msgdb-overview-get-entity-by-number'.
9510         (wl-thread-insert-entity-sub): Ditto.
9511         (wl-thread-insert-message): Ditto.
9512
9513         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9514         `elmo-msgdb-overview-get-entity'.
9515         (wl-normal-message-redisplay): Ditto.
9516
9517 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9518
9519         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9520         `wl-thread-entities'.
9521         (wl-thread-delete-message): Fix remove top message from
9522         `wl-thread-entity-list'.
9523
9524         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9525         wl-append(nconc), because update-list is broken on Meadow.
9526
9527         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9528         updating process.
9529         (wl-summary-rescan): Ditto.
9530         (wl-summary-sync-update3): Ditto.
9531         * wl-thread.el (wl-thread-set-parent): Renamed from
9532         `wl-summary-set-parent'.
9533         (wl-thread-insert-message): Updating buffer faster.
9534         (wl-thread-delete-message): Updating buffer faster.
9535
9536         * wl-score.el (wl-summary-score-update-all-lines): Changed
9537         interval for display progress gauge.
9538
9539 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9540
9541         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9542         folder always-sticky.
9543         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9544         defmacro.
9545
9546 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9547
9548         * wl-vars.el (wl-draft-add-references): New user option.
9549
9550         * wl-draft.el (wl-draft-add-references): New function.
9551         (wl-draft-yank-from-mail-reply-buffer): Use it.
9552         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9553         as nil.
9554
9555 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9556
9557         * wl-thread.el (wl-thread-update-line-msgs): Called
9558         `wl-thread-update-line-on-buffer-sub'.
9559         (wl-thread-update-line-on-buffer): Delete routine of inserting
9560         thread.
9561         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9562         moved from `wl-thread-update-line-on-buffer'.
9563         Add threshold for displaying progress gauge.
9564         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9565         argument of `wl-thread-update-line-msgs'.
9566         Add threshold for displaying progress gauge.
9567         * wl-folder.el:
9568         Add threshold for displaying progress gauge.
9569         * wl-score.el: Ditto.
9570
9571         * wl-expire.el (wl-summary-expire): Display deleting info.
9572
9573 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9574
9575         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9576         `no-msg'.
9577         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9578         argument of `wl-thread-update-line-msgs'.
9579         (wl-summary-set-parent): Added optional argument `parent-number'.
9580         (wl-summary-buffer-saved-message): New buffer local variable.
9581         (wl-summary-save-current-message): New command.
9582         (wl-summary-yank-saved-message): Ditto.
9583         (wl-summary-mode-map): Added key binding for
9584         `wl-summary-save-current-message' (\ew) and
9585         `wl-summary-yank-saved-message' (\C-y).
9586         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9587
9588 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9589
9590         * wl-summary.el (wl-summary-mode-map): Added key binding for
9591         `wl-summary-set-parent' (ts).
9592
9593 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9594
9595         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9596         subject faster. If thread number is reverse, delayed updating
9597         thread.
9598         (wl-summary-search-by-subject): Ditto.
9599         (wl-summary-put-alike): Ditto.
9600         (wl-summary-get-alike): Ditto.
9601         (wl-summary-insert-headers): Insert header of all overview in
9602         buffer.
9603         (wl-summary-rescan): Delayed updating thread. Kill search subject
9604         buffer for wl-summary-search-by-subject.
9605         (wl-summary-sync-update3): Ditto.
9606         (wl-summary-exit): Ditto.
9607         (wl-summary-goto-bottom-of-current-thread): Change for linked
9608         thread.
9609         (wl-summary-overview-create-summary-line): Change line for linked
9610         thread.
9611
9612         * wl-summary.el (wl-summary-update-thread): Use
9613         wl-thread-maybe-get-children-num.
9614         (wl-summary-set-parent): If change parent, move sub thread.
9615         (wl-summary-redisplay-internal): Add horizontal recenter.
9616         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9617
9618         * wl-thread.el (wl-thread-entity-get-linked): New function.
9619         (wl-thread-entity-set-linked): New function.
9620         (wl-thread-create-entity): Add linked element.
9621         (wl-thread-entity-insert-as-top): Use wl-append.
9622         (wl-thread-maybe-get-children-num): If closing thread, return
9623         children msgs.
9624         (wl-thread-update-line-msgs): Displaying progress message.
9625         (wl-thread-update-line-on-buffer-sub): Use
9626         wl-thread-maybe-get-children-num.
9627         (wl-thread-update-line-on-buffer): If update line is not exists,
9628         insert thread.
9629         (wl-thread-delete-message): If delete top msg of thread, search
9630         parent by subject.
9631         (wl-thread-insert-entity): Use
9632         wl-thread-maybe-get-children-num.
9633
9634         * wl-highlight.el (wl-highlight-summary-current-line): change
9635         sregexp for linked thread.
9636         * wl-util.el (wl-count-lines): Count lines.
9637         (wl-horizontal-recenter): horizontal recenter.
9638         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9639         (wl-score-get-alike): Ditto.
9640         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9641         (wl-subject-length-limit): New variable.
9642         (wl-highlight-thread-indent-string-regexp): Changed for linked
9643         thread.
9644
9645 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9646
9647         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9648         New variable (revival).
9649         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9650         by subject matching if there's no in-reply-to nor references field
9651         (revival).
9652
9653 \f
9654 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9655
9656         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9657         message.
9658
9659 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9660
9661         * wl-summary.el (wl-summary-reply): Return t if there was a
9662         message at cursor point.
9663         Added unwind-protect.
9664         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9665         returns t.
9666         (wl-summary-cancel-message): Do nothing when there's no message at
9667         cursor point.
9668         (wl-summary-forward): Ditto.
9669         (wl-summary-jump-to-parent-message): Ditto.
9670         (wl-summary-reedit): Ditto.
9671         (wl-summary-edit-addresses): Ditto.
9672         (wl-summary-pipe-message): Ditto.
9673         (wl-summary-print-message-with-ps-print): Ditto.
9674         (wl-summary-print-message): Ditto.
9675         (wl-summary-mark-as-important): Ditto.
9676         (wl-summary-mark-as-unread): Ditto.
9677
9678         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9679         message at cursor point.
9680         (wl-summary-reply-with-citation): Remove unwind-protect.
9681
9682         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9683         subject searching feature.
9684         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9685         Eliminated.
9686
9687 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9688
9689         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9690         New variable.
9691         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9692         by subject matching if there's no in-reply-to nor references field.
9693
9694         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9695
9696         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9697         when display is finished.
9698         (wl-folder-open-all): Ditto.
9699         (wl-folder-update-access-group): Ditto.
9700         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9701         * wl-thread.el (wl-thread-close-all): Ditto.
9702
9703         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9704         progress gauge only when it was displayed.
9705         * wl-folder.el (wl-folder-insert-entity): Ditto.
9706
9707 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9708
9709         * wl-summary.el (wl-summary-incorporate): Enclose
9710         `wl-summary-sync-force-update' with save-excursion.
9711
9712 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9713
9714         * wl-summary.el (wl-summary-prefetch-region):
9715         Pass current cursor point to `pos-visible-in-window-p' after
9716         moving cursor to the started point.
9717
9718 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9719
9720         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9721
9722         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9723         fields from the forwarding message.
9724         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9725         `ignored-fields'.
9726
9727 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9728
9729         * wl-mime.el (wl-message-request-partial):
9730         Eliminated argument `msgdb'.
9731         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9732         (wl-mime-combine-message/partial-pieces): Likewise.
9733         * tm-wl.el (wl-message-request-partial): Likewise.
9734         (wl-mime-combine-message/partial-pieces): Likewise.
9735
9736 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9737
9738         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9739         when display is finished.
9740
9741 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9742
9743         * wl-summary.el (wl-summary-goto-folder-subr):
9744         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9745
9746 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9747
9748         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9749         when cursor point is visible.
9750
9751 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9752
9753         * wl-expire.el (wl-expire-archive-get-max-number):
9754         Don't use `file-name-directory'.
9755
9756 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9757
9758         * wl-expire.el (wl-expire-archive-get-max-number):
9759         Use `file-name-directory'.
9760
9761 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9762
9763         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9764         only when there is progress.
9765
9766 2000-04-13  Mito <mit@nines.nec.co.jp>
9767
9768         * wl-summary.el (wl-summary-sync-marks): Display progress.
9769
9770 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9771
9772         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9773         (wl-summary-prev): Move cursor regardless of unread status.
9774         (wl-summary-next): Ditto.
9775
9776 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9777
9778         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9779         Added argument `target' and `number'.
9780         * tm-wl.el (wl-summary-burst-subr): New function.
9781         (wl-summary-burst): Use it.
9782
9783 2000-04-10  Mito <mit@nines.nec.co.jp>
9784
9785         * wl-mime.el (wl-burst): New function.
9786         (wl-summary-burst): Use it.
9787
9788 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9789
9790         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9791         as petname when there's no candidate.
9792
9793 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9794
9795         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9796         New variable.
9797         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9798
9799         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9800
9801         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9802
9803 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9804
9805         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9806         Use substring of `original' instead of buffer-substring.
9807         (wl-refile-evaluate-rule):
9808         Set `original' argument of wl-refile-expand-newtext.
9809
9810         * wl-summary.el
9811         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9812         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9813         (wl-summary-auto-refile): Check existence of destination folder just
9814         before marking.
9815
9816 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9817
9818         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9819         when wl-refile-get-field-value return nil.
9820
9821 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9822
9823         * wl-refile.el
9824         (wl-refile-expand-newtext): New function imported from Gnus.
9825         (wl-refile-evaluate-rule): Use it.
9826
9827 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9828
9829         * wl-summary.el (wl-summary-print-destination):
9830         Duplicate folder string to avoid putting text-property on
9831         original string.
9832
9833         * wl-refile.el (wl-refile-get-field-value): New function.
9834         (wl-refile-evaluate-rule): New function;
9835         Evaluate refile rule recursively.
9836         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9837         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9838         New function; Check existence of a target folder recursively.
9839         (wl-summary-auto-refile-check-refile-rule-alist):
9840         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9841
9842 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9843
9844         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9845
9846         * wl-folder.el (wl-create-folder-entity-from-buffer):
9847         Fixed problem when '}' character is contained in folder name.
9848
9849         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9850
9851 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9852
9853         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9854         (wl-fldmgr-add-completion-all-completions):
9855         Use wl-fldmgr-add-completion-hashtb.
9856
9857 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9858
9859         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9860         wl-fldmgr-add-completion-subr): New functions.
9861         * wl-folder.el (wl-folder-completion-func): New variable.
9862         * wl-summary.el (wl-summary-read-folder):
9863         Use wl-folder-completion-func.
9864
9865         * wl-refile.el: Eliminate throw & catch.
9866
9867         * wl.el (wl-plugged-sending-queue-status): Fixed.
9868
9869 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9870
9871         * wl-draft.el (wl-draft): Put category property on
9872         mail-header-separator.