Version number is increased to 2.13.1.
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * Version number is increased to 2.13.1.
4
5 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6
7         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
8         'elmo-multiple-fields-body-list' with boundary specified.
9
10 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
11
12         * wl-vars.el (wl-summary-resend-use-cache): New variable.
13         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
14         cache if `wl-summary-resend-use-cache' is non-nil.
15
16 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
17
18         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
19         (wl-nntp-posting-stream-type): Ditto.
20
21 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
22
23         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
24
25 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
26
27         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
28         message.
29
30 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
31
32         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
33         Abolish.
34         (wl-summary-buffer-persistent-mark-version): New internal
35         variable.
36         (wl-summary-update-mark-and-highlight-window): Check by
37         wl-summary-persistent-mark-invalid-p.
38         (wl-summary-update-status-marks): Ditto.
39         (elmo-event-handler-flag-changed): Rewrite.
40         (elmo-event-handler-cache-changed): Define.
41         (wl-summary-prefetch-msg): Does not update persistent mark here.
42         (wl-summary-delete-cache): Ditto.
43         (wl-summary-resume-cache-status): Ditto.
44         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
45         (wl-summary-persistent-mark-invalid-p): New function.
46         (wl-summary-validate-persistent-mark): Ditto.
47         (wl-summary-validate-persistent-mark-string): Ditto.
48         (wl-summary-invalidate-persistent-mark): Ditto.
49         (wl-summary-update-persistent-mark): Call
50         `wl-summary-validate-persistent-mark'.
51         (wl-summary-create-line): Call
52         `wl-summary-validate-persistent-mark-string'.
53
54         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
55         status as t if cache used.
56
57 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
58
59         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
60         only if the target is group.
61         * wl-folder.el (wl-folder-append-petname): Don't check group name.
62
63 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
64
65         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
66
67 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
68
69         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
70
71         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
72
73 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
74
75         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
76         (Thanks to Yoichi NAKAYAMA).
77
78 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
79
80         * wl-util.el (wl-save-drafts): Restore echo area.
81
82 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
83
84         * Version number is increased to 2.13.0.
85
86         * wl-util.el (wl-biff-check-folder-async): Use
87         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
88
89 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
90
91         * wl-message.el (wl-message-display-internal): Does not put
92         wl-message-display-type property on message buffer.
93         (wl-message-buffer-display-type): New function.
94
95         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
96
97         * wl-summary.el (wl-summary-mode): Use `dolist' to add
98         `wl-summary-buffer-detach'.
99         (wl-summary-message-display-type): Use
100         `wl-summary-buffer-display-type'.
101
102 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
103
104         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
105         buffer-local.
106
107         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
108         kill-buffer-hook instead of make-local-variable.
109         (wl-draft-preview-message): Set `local' argument of add-hook as t.
110
111 2004-12-12  Scott Renfro <scott@renfro.org>
112
113         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
114         regex for square-branket.
115
116 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
117
118         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
119         `wl-message-mime-analysis-p' with argument `header'.
120
121 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
122
123         * wl-mime.el (wl-draft-yank-current-message-entity): 
124         Switch to no-mime following method according to wl-message-display-type
125         property.
126         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
127
128         * wl-message.el (wl-message-display-internal): 
129         Put wl-message-display-type property on message buffer.
130
131         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
132         (wl-message-display-internal): Ditto;
133
134         * wl-summary.el (wl-summary-toggle-mime): Ditto.
135
136 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
137
138         * wl-message.el (wl-message-make-display-type): New function.
139         (wl-message-display-type-property): Ditto.
140         (wl-message-mime-analysys-p): Ditto.
141         (wl-message-display-all-header-p): Ditto.
142         (wl-message-redisplay): Removed argument `as-is', `all-header' and
143         added `display-type'.
144         (wl-message-buffer-display): Likewise.
145         (wl-message-display-internal): Likewise.
146         (wl-message-buffer-display-type): Abolish.
147         (wl-message-buffer-prefetch-subr): Follow the API changed.
148
149         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
150         from wl-summary-buffer-display-all-header and changed default value.
151         (wl-summary-message-display-type): New function.
152         (wl-summary-buffer-display-mime-mode): Ditto.
153         (wl-summary-buffer-display-header-mode): Ditto.
154         (wl-summary-toggle-mime): Rewrite with above functions.
155         (wl-summary-toggle-all-header): Ditto.
156         (wl-summary-redisplay): Force redisplay with default mode.
157         (wl-summary-redisplay-internal): Renamed argument from `mode',
158         `all-header' to `mime-mode', `header-mode'.
159         Use `wl-message-make-display-type'.
160
161         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
162         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
163
164 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
165
166         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
167
168 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
169
170         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
171         in original message buffer.
172         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
173         buffer.
174
175 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
176
177         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
178
179 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
180
181         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
182
183 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
184
185         * wl-action.el (wl-summary-exec-action-refile): Display a done message
186         when actions succeeded.
187         (wl-summary-exec-action-copy): Likewise.
188
189 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
190
191         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
192         there is switch-to-buffer at the end of wl-message-select-buffer.
193         (wl-summary-reply): Ditto.
194
195 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
196
197         * wl-summary.el (wl-summary-forward): Put subject in original
198         message buffer as argument of wl-draft-forward.
199         * wl-draft.el (wl-draft-forward): Decode subject as in
200         wl-draft-reply.
201
202 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
203
204         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
205         a folder under access group.
206
207 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
208
209         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
210         wl-message-buffer-display.
211
212         * wl-util.el (wl-set-save-drafts): Fix typo.
213
214 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
215
216         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
217         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
218         wl-highlight-logo-face to set the bg color of an xbm image; fixed
219         the way to measure the width of a bitmap image; don't put face on
220         ascii and bitmap images; put the mark which should not use the
221         variable-pitch face on ascii and bitmap images.
222         (wl-demo-setup-properties): Don't use the variable-pitch face on
223         ascii and bitmap images; made it work on Emacs 20 and earlier.
224         (wl-demo-insert-text): End with a newline at the bottom; don't put
225         face on text.
226
227         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
228
229 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
230
231         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
232
233         * wl-util.el (wl-save-drafts): Moved from sample setting.
234         (wl-set-save-drafts): New function to set idle timer.
235         * wl-draft.el (wl-draft): Call it.
236         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
237
238 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
239
240         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
241         a summary which has toggle display status off.
242
243 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
244
245         * wl-draft.el (wl-draft-do-fcc): No cache save.
246
247 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
248
249         * wl-summary.el (elmo-event-handler-flag-changed): Use
250         `set-buffer' instead of `with-current-buffer'.
251
252 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
253
254         * wl-summary.el (wl-summary-after-resize-function): New function.
255         (wl-summary-mode): Add `wl-summary-after-resize-function' to
256         window-size-change-functions.
257
258 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
259
260         * wl-draft.el (wl-draft-create-buffer): Bind
261         `change-major-mode-hook' after current buffer is changed.
262
263         * wl-summary.el (wl-summary-buffer-detach): New function.
264         (wl-summary-buffer-set-folder): Call it.
265         (wl-summary-mode): Add `wl-summary-buffer-detach' to
266         change-major-mode-hook and kill-buffer-hook.
267         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
268         (wl-summary-switch-to-clone-buffer): Ditto.
269         (wl-summary-goto-folder-subr): Ditto.
270
271 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
272
273         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
274         after boundp check.
275
276 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
277
278         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
279         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
280         for `kill-buffer'.
281
282         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
283         handler of current buffer from elmo-folder.
284
285 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
286
287         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
288
289 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
290
291         * wl-summary.el (wl-summary-buffer-event-handler): New internal
292         variable.
293         (wl-summary-event-handler): New class.
294         (elmo-event-handler-flag-changed): Define to update persistent
295         mark.
296         (wl-summary-buffer-set-folder): Register event handler to
297         elmo-folder.
298         (wl-summary-exit): Unregister event handler.
299         (wl-summary-goto-folder-subr): Ditto.
300         (wl-summary-mark-as-read-all): Does not call
301         `wl-summary-update-persistent-mark' directly.
302         (wl-summary-mark-as-read-internal): Ditto.
303         (wl-summary-set-persistent-mark-internal): Ditto.
304         (wl-summary-set-flags-internal): Ditto.
305
306         * Version number is increased to 2.11.33.
307
308 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
309
310         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
311         to nil.
312
313 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
314
315         * wl-spam.el (wl-spam-setup): Add hook
316         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
317         instead of `wl-summary-prepare-hook'.
318
319         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
320         if folder type is `'flag'.
321         (wl-summary-mark-as-important): Ditto.
322
323 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
324
325         * wl-address.el (wl-address-minibuffer-history): New variable.
326         (wl-address-minibuffer-local-map): New keymap.
327         (wl-address-read-from-minibuffer): New function.
328
329         * wl-action.el (wl-summary-get-resend-address): Use
330         `wl-address-read-from-minibuffer' instead of `completing-read'.
331
332 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
333
334         * Version number is increased to 2.11.32.
335
336 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
337
338         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
339         without mule to iso-8859-1.
340         (wl-draft-add-in-reply-to): Add note in description.
341         (wl-draft-add-references): Ditto.
342
343 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
344
345         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
346         definition for `m'.
347         (wl-summary-mode-line-format): Add '[%m]'.
348         (wl-message-mode-line-format-spec-alist): Ditto.
349         (wl-summary-display-mime-mode-list): New variable.
350
351         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
352         from wl-summary-buffer-display-as-is.
353         (wl-summary-buffer-display-all-header): New buffer local variable.
354         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
355         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
356         instead of wl-summary-buffer-display-as-is.
357         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
358         (wl-summary-set-persistent-mark): Ditto.
359         (wl-summary-set-message-buffer-or-redisplay): Just call
360         `wl-summary-redisplay-internal' without optional arguments.
361         (wl-summary-toggle-mime): Rewrite.
362         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
363         (wl-summary-toggle-all-header): New function.
364         (wl-summary-redisplay-internal): Treat mime mode.
365
366         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
367         to wl-mime-preview-follow-no-mime.
368         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
369         accodring to the display-mode.
370
371         * wl-message.el (wl-message-buffer-display-type): Rewrite.
372         (wl-message-buffer-display): Changed argument name from `as-is' to
373         `mode'.
374         (wl-message-display-internal): Ditto;
375         Bind elmo-mime-display-header-analysis according to the mode.
376         (wl-message-display-internal): Put wl-message-display-mime-mode
377         property on entire buffer.
378
379 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
380
381         * wl-draft.el (wl-draft-do-fcc): Undo last change.
382
383 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
384
385         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
386         Don't extract mail address.
387         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
388
389         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
390
391         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
392
393 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
394
395         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
396         wl-fldmgr-cut-entity-list on confirmation.
397
398 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
399
400         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
401         (wl-mime-quit-preview): Check existence of
402         mime-edit-temp-message-buffer here.
403
404 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
405
406         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
407         after deletion.
408
409         * wl-draft.el (wl-draft-send-confirm): Check major-mode
410         before calling wl-mime-quit-preview.
411
412 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
413
414         * wl-summary.el (wl-summary-pick): If call it with prefix
415         argument, set `delete-marks' as non-nil. Pick from only visible
416         messages.
417         (wl-summary-check-target-mark): New function.
418         (wl-summary-target-mark-mark-as-read): Use it.
419         (wl-summary-target-mark-mark-as-unread): Ditto.
420         (wl-summary-target-mark-operation): Ditto.
421         (wl-summary-target-mark-set-flags): Ditto.
422         (wl-summary-target-mark-save): Ditto.
423         (wl-summary-target-mark-pick): Ditto.
424         (wl-summary-target-mark-forward): Ditto.
425         (wl-summary-target-mark-reply-with-citation): Ditto.
426         (wl-summary-target-mark-print): Ditto.
427         (wl-summary-target-mark-uudecode): Ditto.
428
429         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
430         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
431         with `ask-coding' is non-nil.
432
433 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
434
435         * wl-thread.el (wl-thread-set-parent): If parent is a message
436         which is identified by references, set linked as nil.
437
438 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
439
440         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
441         (wl-message-mode-line-format-spec-alist): Ditto.
442         (wl-message-mode-line-format): Ditto.
443         (wl-summary-mode-line-format): Ditto for docstring.
444         (wl-summary-no-mime-folder-list): Fix typo.
445
446         * wl-util.el (wl-current-message-buffer): Call
447         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
448
449         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
450         variable.
451         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
452         of `wl-summary-redisplay-no-mime'.
453         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
454         (wl-summary-toggle-mime): New function.
455         (wl-summary-redisplay-all-header): Rewrite.
456         (wl-summary-redisplay-no-mime): Ditto.
457         (wl-summary-redisplay-internal): Added argument `as-is' and
458         `all-header'.
459
460         * wl-refile.el (wl-refile-default-from-folder-path-separator):
461         New variable.
462         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
463         bottom.
464         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
465         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
466         "/" unconditionally.
467
468         * wl-mime.el (wl-draft-yank-current-message-entity): Use
469         wl-mime-preview-follow-no-mime for as-is content.
470         (wl-mime-preview-follow-no-mime): New function.
471         (wl-mime-preview-follow-current-region): Fixed parenthesis.
472
473         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
474         and added `as-is', `all-header'.
475         (wl-message-buffer-display): Ditto.
476         (wl-message-buffer-display-type): New function.
477
478 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
479
480         * wl-vars.el (wl-message-header-button-alist): Change default
481         value.
482         (wl-message-body-button-alist): Ditto.
483
484 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
485
486         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
487
488 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
489
490         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
491
492 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
493
494         * wl-summary.el (wl-summary-sync-marks): Remove condition which
495         is always true.
496
497 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
498
499         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
500         on null entity.
501
502 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
503
504         * wl-vars.el (wl-draft-reply-default-position): Fix range.
505
506 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
507
508         * wl-vars.el (wl-summary-resend-hook): New hook.
509
510         * wl-action.el (wl-summary-exec-action-resend-subr): Run
511         `wl-summary-resend-hook'.
512
513 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
514
515         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
516         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
517         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
518         (wl-summary-new-cached-mark): Changed default value to 'n'.
519         (wl-summary-unread-cached-mark): Changed default value to 'u'.
520         (wl-summary-answered-cached-mark): Changed default value to 'a'.
521         (wl-folder-sync-range-alist): Remove spec for 'flag.
522         (wl-summary-force-prefetch-folder-list): New user option.
523
524         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
525         `wl-summary-toggle-persistent-mark'.
526         (wl-summary-update-mark-and-highlight-window): Don't highlight when
527         number is nil.
528         (wl-summary-mark-as-answered-region): Set interactive argument of
529         `wl-summary-set-persistent-mark-internal'.
530         (wl-summary-mark-as-important-region): Ditto.
531         (wl-summary-unset-persistent-mark): Ditto.
532         (wl-summary-set-persistent-mark): Ditto.
533         (wl-summary-mark-as-answered): Ditto.
534         (wl-summary-mark-as-important): Ditto.
535         (wl-summary-set-persistent-mark-internal): Do nothing
536         when `elmo-message-flag-available-p' is nil.
537         (wl-summary-toggle-persistent-mark): New function.
538         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
539         when the folder matches `wl-summary-force-prefetch-folder-list'.
540
541
542         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
543         when number is nil.
544         (wl-highlight-summary-forwarded-face): New face.
545
546 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
547
548         * Version number is increased to 2.11.31.
549
550 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
551
552         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
553         (wl-biff-check-folder-async): Ditto.
554         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
555
556 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
557
558         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
559         Add an argument `reverse'.  All callers are updated.
560         (wl-summary-sort): Add a prefix argument `reverse' to specify
561         reverse sorting.
562         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
563         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
564         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
565
566 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
567
568         * wl-message.el (wl-message-redisplay): Does not narrow header if
569         disply-type is all-header or as-is.
570
571         * wl-summary.el (wl-summary-enter-handler): Use
572         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
573
574 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
575
576         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
577         after adding wl-draft-parent-variables.
578         (wl-draft-forward): Ditto.
579
580 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
581
582         * wl-summary.el (wl-summary-sync-marks): Call
583         `wl-summary-set-persistent-mark' and
584         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
585         (wl-summary-set-persistent-mark-internal): Add 4th argument
586         `no-server'.
587         (wl-summary-unset-persistent-mark): Ditto.
588         (wl-summary-set-persistent-mark): Ditto.
589         (wl-summary-add-flags-internal): Abolish.
590         (wl-summary-remove-flags-internal): Ditto.
591         (wl-summary-mark-as-important-internal): Ditto.
592         (wl-summary-mark-as-important): Use
593         `wl-summary-set-persistent-mark' instead of
594         `wl-summary-add-flags-internal'.
595         (wl-summary-mark-as-important-region): Ditto.
596
597         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
598
599         * wl-summary.el (wl-summary-get-available-flags): New function.
600         (wl-summary-sync-marks): Use it and simplified.
601         (wl-summary-unset-persistent-mark): Use
602         `wl-summary-get-available-flags'.
603         (wl-summary-set-persistent-mark): Ditto.
604
605 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
606
607         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
608         id.
609
610 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
611
612         * wl-summary.el (wl-summary-enter-handler): If argument is not a
613         number, call `wl-summary-prev-line-content'. Show message when the
614         message is not found.
615
616 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
617
618         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
619         wl-summary-enter-handler.
620         (wl-summary-enter-handler): New command.
621
622         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
623         docstring and custom spec.
624
625         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
626         flags too; Don't treat Cached and New.
627         (wl-summary-set-persistent-mark): Ditto.
628
629         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
630         `wl-folder-set-flag'.
631
632         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
633         instead of `wl-folder-set-flag'.
634
635         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
636         for completion.
637         (wl-summary-set-persistent-mark): Ditto.
638
639         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
640         instead of `wl-draft-quit-preview'.
641
642         * wl-mime.el (toplevel): Avoid compile warning.
643         (wl-mime-quit-preview): New function
644         (formarly defined as `wl-draft-quit-preview').
645         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
646         quitting method.
647
648         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
649
650         * wl-folder.el (wl-folder-set-flag): Renamed from
651         `wl-draft-set-flag-on-parent'.
652
653         * wl-draft.el (wl-draft-quit-preview): New function.
654         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
655         (wl-draft-send): Call `wl-folder-set-flag' instead of
656         `wl-draft-set-flag-on-parent'.
657         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
658
659 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
660
661         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
662         (wl-draft-send): Ditto.
663
664 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
665
666         * wl-vars.el (wl-draft-reply-hook): Changed default value.
667         (wl-draft-kill-pre-hook): Set default value as nil.
668         (wl-summary-reply-hook): Ditto.
669         (wl-draft-kill-flags): Abolish.
670
671         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
672         (wl-draft-parent-variables): Renamed from
673         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
674         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
675         argument; Add wl-draft-parent-variables to
676         wl-draft-config-variables.
677         (wl-draft-reply): Likewise.
678         (wl-draft-kill-flags): Abolish.
679         (wl-draft-send): Call wl-draft-set-flag-on-parent.
680         (wl-draft-set-flag-on-parent): New function.
681         (wl-draft-setup-parent-flag): Ditto.
682
683 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
684
685         * wl-draft.el (wl-draft-kill-flags): Avoid error when
686         `wl-draft-parent-folder' is "".
687
688 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
689
690         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
691         (wl-summary-digit-jump): New function.
692         (Adviced by John Owens and Hiroya Murata)
693
694         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
695         (Adviced by John Owens)
696
697         * wl-xmas.el (wl-message-define-keymap): Ditto.
698
699         * wl-mule.el (wl-message-define-keymap): Ditto.
700
701 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
702
703         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
704         change of return value of elmo-folder-count-flags.
705
706         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
707         (wl-summary-mark-as-read-internal): Ditto.
708         (wl-summary-set-persistent-mark-internal): Ditto.
709         (wl-summary-folder-info-update): Ditto.
710         (wl-summary-sync-update): Fixed the last change.
711
712         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
713
714 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
715
716         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
717         (wl-draft-kill-flags): Fixed docstring.
718
719         * wl-draft.el (wl-draft-kill-flags): New function.
720         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
721
722 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
723
724         * wl-vars.el (wl-reply-hook): Abolish.
725         (wl-draft-reply-hook): New hook.
726         (wl-summary-reply-hook): Ditto.
727         (wl-draft-forward-hook): Ditto.
728         (wl-summary-forward-hook): Ditto.
729         (wl-draft-kill-flags): New variable.
730
731         * wl-summary.el (wl-summary-mark-as-answered-region): Use
732         wl-summary-set-persistent-mark-internal.
733         (wl-summary-sync-marks): Use elmo-preserved-flags.
734         (wl-summary-update-persistent-mark): Make it interactive.
735         (wl-summary-set-persistent-mark-internal): New inline function.
736         (wl-summary-mark-as-answered): Use it.
737         (wl-summary-mark-as-unanswered): Ditto.
738         (wl-summary-unset-persistent-mark): New function.
739         (wl-summary-set-persistent-mark): Ditto.
740         (wl-summary-reply): Don't set answered flag;
741         Run wl-summary-reply-hook instead.
742         (wl-summary-forward): Call wl-draft-forward with number.
743         Run wl-summary-forward-hook.
744
745         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
746         (wl-highlight-summary-line-face-spec): Use it as a default
747         persistent mark face.
748
749         * wl-draft.el (wl-draft-forward): Added optional argument number;
750         Set wl-draft-parent-number; Run wl-draft-forward-hook.
751         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
752         (wl-draft-kill): Use wl-draft-kill-flags.
753
754         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
755
756         * wl-folder.el (wl-folder-check-one-entity): Follow the change
757         of return value of elmo-folder-count-flags.
758
759         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
760
761         * wl-summary.el (wl-summary-count-unread): Ditto.
762         (wl-summary-sync-update): Follow the change above.
763         (wl-summary-force-prefetch): New function.
764
765 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
766
767         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
768         variable `buf' with `let' instead of `setq'.
769
770 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
771
772         * wl-mime.el (wl-message-delete-current-part): If filename exists,
773         add Content-Disposition heaeder on the deleted part.
774
775 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
776
777         * wl-draft.el (wl-draft-save): Encode address list under edit by
778         `eword-encode-unstructured-field-body'.
779
780         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
781
782 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
783
784         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
785         wl-current-summary-buffer.
786
787 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
788
789         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
790         `numbers' is ignored.
791
792 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
793
794         * wl-folder.el (wl-folder-open-folder): Avoid error.
795         Reported by John Owens, [wl-en:815]
796
797         * wl.el (wl): Set timer for biff process even if prefix argument
798         is given or auto-checking is quitted.
799
800         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
801         immediately.
802         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
803         (wl-toggle-plugged): Ditto.
804
805         * wl-vars.el (wl-biff-use-idle-timer): New variable.
806         * wl-util.el (wl-biff-start): Use idle timer if
807         `wl-biff-use-idle-timer' is non-nil.
808
809 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
810
811         * wl-highlight.el (wl-highlight-message): Fix description.
812
813 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
814
815         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
816         tty.
817
818 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
819
820         * wl-action.el (wl-summary-exec): Print failure count.
821
822 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
823
824         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
825         to `defun', remove interactive form.
826         Set elmo-message-fetch-confirm when force-reload is non-nil.
827
828 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
829
830         * wl-summary.el (toplevel): Removed unnecessary autoload.
831
832 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
833
834         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
835         the buffer is generated from another message buffer.
836
837 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
838
839         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
840         extracted from `wl-fldmgr-save-folders'.
841         (wl-fldmgr-delete): Call it after deletion.
842
843 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
844
845         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
846         multi-tty support.
847
848 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
849
850         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
851
852 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
853
854         * wl-summary.el (wl-summary-rescan): Remove unused variables.
855         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
856
857 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
858
859         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
860         unsubscribe list only if argument CLEAR is nil.
861
862 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
863
864         * wl-draft.el (wl-draft-reply): Decode subject before removing
865         Re: prefix.
866
867 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
868
869         * wl-summary.el (wl-summary-sort-by-size): New command.
870
871 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
872
873         * wl-summary.el (wl-summary-number-list-from-region): New
874         function.
875         (wl-summary-mark-as-read-region): Use it.
876         (wl-summary-mark-as-unread-region): Ditto.
877         (wl-summary-set-flags-region): Ditto and add optional argument
878         remove.
879         (wl-summary-mark-as-answered-region): Ditto.
880         (wl-summary-mark-as-important-region): Ditto.
881         (wl-summary-target-mark-mark-as-important): Added optional
882         argument remove.
883         (wl-summary-target-mark-mark-as-answered): Ditto.
884         (wl-summary-target-mark-set-flags): Ditto.
885
886 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
887
888         * wl-summary.el (wl-summary-set-flags-region): Call
889         `wl-summary-set-flags-internal' with number list instead of call
890         one by each message.
891         (wl-summary-target-mark-set-flags): Likewise.
892
893 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
894
895         * wl-summary.el (wl-summary-target-mark-operation): Add optional
896         argument `inverse' and use `wl-summary-delete-all-target-marks'.
897         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
898         (wl-summary-target-mark-mark-as-answered): Likewise.
899
900 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
901
902         * wl-summary.el (wl-summary-target-mark-forward): Use
903         `wl-summary-delete-all-target-marks' instead of
904         `wl-summary-delete-all-temp-marks'.
905         (wl-summary-target-mark-reply-with-citation): Ditto.
906         (wl-summary-target-mark-uudecode): Ditto.
907         (wl-summary-target-mark-set-flags): Ditto and remove needless
908         cursor move.
909
910 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
911
912         * wl-summary.el (wl-summary-target-mark-forward): Protect
913         wl-summary-buffer-target-mark-list from nreverse.
914         (wl-summary-target-mark-reply-with-citation): Ditto.
915
916 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
917
918         * wl-thread.el (wl-thread-update-indent-string-thread): Use
919         `elmo-display-progress-threshold'.
920
921 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
922
923         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
924         check `wl-summary-highlight'.
925         (wl-summary-window-scroll-functions): Respect value of
926         `wl-summary-highlight'.
927         (wl-summary-sync-update): Run hooks
928         `wl-summary-buffer-window-scroll-functions' at any time.
929
930 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
931
932         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
933         from `wl-summary-cleanup-temp-marks'.
934         (wl-summary-cleanup-temp-marks): Abolish argument.
935         * wl.el (wl-save-status): Revert previous change.
936         (wl-execute-temp-marks): New function, call
937         `wl-summary-exec-with-confirmation'.
938         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
939         (wl-folder-save-and-exec-marks): Abolished.
940
941 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
942
943         * wl-e21.el (wl-e21-display-image-p): Respect
944         `wl-highlight-folder-with-icon'.
945         (wl-e21-highlight-folder-group-line): Highlight mouse line
946         even if wl-e21-display-image-p is nil.
947
948         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
949         Respect value of `wl-summary-highlight'.
950
951         * wl.el (wl-save-status): Remove unused variable.
952
953         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
954         (wl-folder-mode-map): Bind it to "x".
955
956 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
957
958         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
959
960         * wl-thread.el (wl-thread-get-parent-list): Don't check
961         disconnected ancestors, neglecting needless work in
962         `wl-thread-update-indent-string-thread'.
963
964         * wl.el (wl-save): Take prefix argument to execute remaining marks.
965         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
966         argument, add argument default-keep to keep marks by default.
967
968         * Version number is increased to 2.11.30.
969
970         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
971         customization type and docstring.
972         (wl-draft-reply-without-argument-list): Ditto.
973
974 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
975
976         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
977
978         * wl-spam.el (wl-spam-mark-action-list): Ditto.
979
980 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
981
982         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
983
984 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
985
986         * wl-draft.el (wl-draft-config-exec): Narrow the range of
987         save-excursion so as not to include run-hooks.
988
989 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
990
991         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
992         Clarify that marks are going to be cleared.
993
994 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
995
996         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
997         according to 3rd element of wl-summary-flag-mark.
998
999         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1000
1001 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1002
1003         * wl-action.el (wl-summary-target-mark-all): Don't set
1004         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1005
1006 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1007
1008         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1009         (wl-forward-subject-prefix): Ditto.
1010         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1011         (wl-draft-reply-make-subject): Ditto.
1012
1013         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1014         `wl-draft-forward'.
1015         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1016
1017 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1018
1019         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1020         target message does not exist.
1021
1022 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1023
1024         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1025         `wl-subject-prefix-regexp'.
1026         (wl-subject-forward-prefix-regexp): New variable.
1027         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1028         `wl-draft-strip-subject-re' and take regexp as argument.
1029         (wl-draft-forward): Use it.
1030         (wl-draft-reply): Ditto.
1031
1032 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1033
1034         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1035         emacs multi-tty support.
1036
1037 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1038
1039         * wl-e21.el (wl-e21-display-image-p): Don't call
1040         `display-images-p'.
1041         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1042         support.
1043         (wl-highlight-folder-current-line): Ditto.
1044         (wl-folder-init-icons): Ditto.
1045
1046 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1047
1048         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1049         the last line of summary in unplugged mode.
1050
1051 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1052
1053         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1054
1055 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1056
1057         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1058         * wl-address.el (wl-address-user-mail-address-p): Use it.
1059         (wl-address-delete-user-mail-addresses): Ditto.
1060         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1061
1062         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1063         (wl-address-delete-user-mail-addresses): Ditto.
1064
1065         * wl-address.el (wl-address-delete-user-mail-addresses): New
1066         function.
1067         * wl-refile.el (wl-refile-guess-by-history): Use it.
1068         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1069         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1070
1071         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1072         use wl-address-user-mail-address-p.
1073
1074 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1075
1076         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1077         after opening group.
1078
1079 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1080
1081         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1082         of elmo-set-buffer-multibyte.
1083
1084         * wl-message.el (wl-original-message-mode): Ditto.
1085
1086         * wl-score.el (wl-score-insert-header): Ditto.
1087
1088         * wl-summary.el
1089         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1090         (wl-summary-goto-folder-subr): Ditto.
1091         (wl-summary-insert-headers): Ditto.
1092
1093         * wl-util.el (wl-set-string-width): Ditto.
1094
1095         * Version number is increased to 2.11.29.
1096
1097 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1098
1099         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1100         (wl-highlight-summary-line-help-echo-alist): New variable.
1101         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1102         into `wl-highlight-summary-line-help-echo' and
1103         `wl-highlight-flag-folder-help-echo'.
1104         (wl-highlight-summary-line-string): Change accordingly.
1105         (wl-highlight-summary-current-line): Ditto.
1106
1107 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1108
1109         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1110         at the beginning of field body (Thanks to Markus Knittig).
1111
1112         * wl-draft.el (wl-draft-insert-current-message): Also check
1113         summary buffer, remove unnecessary tag.
1114
1115 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1116
1117         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1118         when wl-message-buffer is nil.
1119
1120         * wl-folder.el (wl-folder): Abolish unused argument.
1121         Call wl-folder-init when wl-folder-entity is nil.
1122         * wl.el (wl): Change accordingly.
1123
1124 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1125
1126         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1127         multibyte string before insert into draft buffer.
1128         (wl-draft-create-buffer): Always enable multibyte characters for
1129         draft buffer.
1130
1131         * Version number is increased to 2.11.28.
1132
1133 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1134
1135         * wl-folder.el (wl-folder-open-close): Handle blank line.
1136         (wl-folder-jump-to-current-entity): Ditto.
1137
1138 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1139
1140         * Version number is increased to 2.11.27.
1141
1142 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1143
1144         * wl-thread.el (wl-thread-insert-message): When the thread is
1145         devided by wl-summary-max-thread-depth, insert line at the end of
1146         buffer.
1147
1148 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1149
1150         * Version number is increased to 2.11.26.
1151
1152 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1153
1154         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1155
1156 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1157
1158         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1159         value of stream-type and session.
1160
1161 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1162
1163         * Version number is increased to 2.11.25.
1164
1165 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1166
1167         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1168         in a quit message.
1169
1170 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1171
1172         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1173         (wl-summary-redisplay-no-mime-internal): Ditto.
1174
1175 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1176
1177         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1178         * wl-vars.el (wl-smtp-connection-type): Ditto.
1179
1180 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1181
1182         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1183         for the separator line and quote mail-header-separator.
1184
1185 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1186
1187         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1188         result message.
1189
1190         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1191         `elmo-multiple-fields-body-list' with boundary as
1192         mail-header-separator.
1193
1194 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1195
1196         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1197
1198 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1199
1200         * wl-util.el (wl-list-diff): Remove unused function.
1201
1202         * wl-draft.el (wl-draft-send-confirm): Discard input before
1203         confirmation.
1204
1205 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1206
1207         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1208         order of flag and new.
1209
1210 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1211
1212         * wl-vars.el (wl-refile-policy-alist): Abolished.
1213
1214         * wl-action.el (wl-summary-set-action-refile): Follow the change
1215         above.
1216
1217 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1218
1219         * wl-highlight.el (wl-highlight-signature-search): Don't use
1220         re-search-backward for a long word since it is possible to crash
1221         XEmacs because of a bug.
1222
1223 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1224
1225         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1226
1227 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1228
1229         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1230         argument for wl-summary-sync-force-update.
1231
1232 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1233
1234         * wl-summary.el (wl-summary-mode-map): Revival of
1235         wl-summary-mark-as-important related bindings;
1236         Bind 'F','tF','mF','rF','m&'.
1237         (wl-summary-mark-as-important-region): Revival.
1238         (wl-summary-target-mark-mark-as-important): Ditto.
1239         (wl-summary-target-mark-operation): New function.
1240         (wl-summary-target-mark-mark-as-answered): Use it.
1241         (wl-summary-decide-flag): Don't set Important as default.
1242         (wl-summary-mark-as-important-internal): Revival.
1243         (wl-summary-mark-as-important): Ditto.
1244
1245         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1246
1247         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1248         instead of facep.
1249
1250 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1251
1252         * wl-dnd.el (wl-dnd-drop-func): Fix.
1253
1254         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1255         mouse-set-point instead of posn-point.
1256
1257         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1258
1259         * wl-mule.el (wl-completing-read-multiple): Ditto.
1260
1261 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1262
1263         * wl-demo.el (face-background-name): Defalias to avoid compile
1264         warning.
1265
1266 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1267
1268         * wl-summary.el (wl-summary-decide-flag): Use
1269         wl-completing-read-multiple instead of completing-read-multiple.
1270
1271         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1272         New alias.
1273
1274         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1275         Use face-background-name instead of face-background.
1276
1277         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1278
1279         * wl-summary.el (wl-summary-save): Use it.
1280         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1281
1282         * wl-mime.el (wl-mime-save-content): Fix last change.
1283
1284 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1285
1286         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1287         New function.
1288         (wl-summary-sort-specs): Added sort.
1289         * wl-mime.el (wl-mime-save-content): Expand file name.
1290
1291 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1292
1293         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1294
1295         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1296
1297 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1298
1299         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1300         for flag if it is not defined.
1301
1302 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1303
1304         * wl-e21.el (wl-highlight-folder-current-line): Use
1305         elmo-folder-type-internal when elmo-folder-type returns nil.
1306
1307         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1308
1309         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1310
1311         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1312
1313         * wl-e21.el (wl-summary-toolbar): Ditto.
1314
1315         * wl-vars.el (wl-demo-background-color): Abolished.
1316         (wl-summary-persistent-mark-priority-list): Renamed from
1317         wl-summary-flag-priority-list.
1318         (wl-summary-flag-alist): New user option.
1319         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1320         (wl-message-mode-line-format-spec-alist): Added 'F'.
1321         (wl-message-mode-line-format): Likewise.
1322         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1323         instead of wl-summary-important-mark.
1324         (wl-file-folder-icon): New variable.
1325
1326         * wl-thread.el (wl-thread-set-flags): Renamed from
1327         wl-thread-mark-as-important.
1328
1329         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1330         warning.
1331         (wl-summary-mode-menu-spec): Follow the change of 
1332         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1333         (wl-summary-mode-map): Follow the change of
1334         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1335         (wl-summary-detect-mark-position): Follow the variable name change.
1336         (wl-summary-set-flags-region): New function for the replacement of
1337         wl-summary-mark-as-important-region.
1338         (wl-summary-sync-marks): Sync all global-flags.
1339         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1340         instead of elmo-message-flagged-p.
1341         (wl-summary-persistent-mark-string): Follow the variable name change;
1342         Put wl-summary-flag-mark if the message has global-flag.
1343         (wl-summary-target-mark-set-flags): Renamed from 
1344         wl-summary-target-mark-mark-as-important.
1345         (wl-summary-decide-flag): New function.
1346         (wl-summary-set-flags-internal): Renamed from
1347         wl-summary-mark-as-important-internal.
1348         (wl-summary-add-flags-internal): New function.
1349         (wl-summary-remove-flags-internal): Ditto.
1350         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1351         (wl-summary-mark-as-unimportant): Abolish.
1352         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1353         (wl-summary-next-message): List flagged messages in the msgdb.
1354
1355         * wl-score.el (wl-summary-score-update-all-lines): Use
1356         wl-summary-add-flags-internal instead of 
1357
1358         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1359
1360         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1361         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1362         (wl-message-buffer-require-all-header): Renamed from
1363         wl-message-buffer-all-header-flag (Ditto).
1364         (wl-message-buffer-flag-indicator): New variable.
1365         (wl-message-redisplay): Changed local varibale name from `flag' to
1366         `display-type'; Set up wl-message-buffer-flag-indicator.
1367         (wl-message-buffer-display): Changed varibale name from `flag' to
1368         `display-type'.
1369         (wl-message-display-internal): Likewise.
1370
1371         * wl-highlight.el (wl-highlight-demo-face): Define default background
1372         color.
1373         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1374
1375         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1376
1377         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1378         (wl-demo-setup-properties): Renamed from
1379         `wl-demo-set-background-color'.
1380         (wl-demo): Follow the change above.
1381         
1382         * Version number is increased to 2.11.24.
1383
1384 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1385
1386         * wl-summary.el (wl-summary-toggle-thread): Call
1387         `wl-summary-rescan' with disable-thread as non-nil.
1388         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1389
1390 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1391
1392         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1393         foreground property of the face.
1394         (wl-demo-insert-text): Don't set up face property here.
1395         (wl-demo): Call wl-demo-set-background-color, anyway.
1396
1397 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1398
1399         * wl-vars.el (wl-demo-background-color): The value can be nil.
1400
1401 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1402
1403         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1404         to wl-summary-wheel-dispatcher.
1405
1406         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1407         wl-message-wheel-dispatcher.
1408         (wl-message-wheel-dispatcher): New function.
1409         (wl-summary-wheel-dispatcher): Ditto.
1410
1411 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1412
1413         * wl-action.el (wl-summary-target-mark-all): List messages which are
1414         not in the killed-list.
1415
1416         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1417         only when the folder is 'flag/important.
1418
1419         * wl-address.el (wl-complete-field-body): Complete if the last
1420         character is a space.
1421
1422 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1423
1424         * wl-folder.el (wl-folder-clear-entity-info): Use
1425         elmo-clear-hash-val.
1426
1427         * wl-fldmgr.el (wl-fldmgr-rename): Set
1428         wl-folder-info-alist-modified as t.
1429
1430 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1431
1432         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1433
1434 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1435
1436         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1437         (wl-folder-buffer-last-visited-entity-id): New buffer local
1438         variable.
1439         (wl-folder-revisit-last-visited-folder): New function.
1440         (wl-folder-mode-map): Bind it to "C-i".
1441         (wl-folder-set-current-entity-id): Set last visited folder.
1442         * wl-summary.el (wl-summary-exit): Ditto.
1443
1444 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1445
1446         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1447         before calling `recenter' in order to cope with an XEmacs bug.
1448
1449 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1450
1451         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1452         to the default value.
1453
1454 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1455
1456         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1457         change.
1458         (wl-summary-sync-marks): Ditto.
1459         (wl-summary-mark-as-read-internal): Ditto.
1460         (wl-summary-mark-as-answered-internal): Ditto.
1461         (wl-summary-mark-as-important-internal): Ditto.
1462         (wl-summary-reply): Ditto.
1463
1464         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1465         instead of `elmo-folder-unflag-answered'.
1466
1467         * Version number is increased to 2.11.23.
1468
1469         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1470         the last change.
1471
1472 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1473
1474         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1475         Specify "spam" or "good".
1476
1477 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1478
1479         * wl-spam.el (wl-summary-exec-action-spam): Call
1480         wl-folder-confirm-existence for spam folder.
1481         (wl-spam-setup): Bind "mk".
1482
1483 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1484
1485         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1486
1487 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1488
1489         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1490         destination folder is empty.
1491
1492 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1493
1494         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1495         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1496
1497         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1498         (wl-summary-refile-prev-destination-region): New function.
1499         (wl-thread-refile-prev-destination): Ditto.
1500         (wl-summary-target-mark-refile-prev-destination): Ditto.
1501
1502 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1503
1504         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1505         (wl-demo-background-color): Changed default value.
1506
1507         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1508         color.
1509
1510         * wl-demo.el (wl-demo-set-background-color): New function.
1511         (wl-demo): Call it.
1512
1513 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1514
1515         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1516         * wl-address.el (wl-address-add-or-change): Don't add empty
1517         address.
1518
1519 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1520
1521         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1522
1523 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1524
1525         * wl-vars.el (wl-demo-image-filter-alist): New variable
1526         (wl-demo-background-color): Ditto.
1527
1528         * wl-demo.el (wl-demo-xpm-set-background): New function.
1529         (wl-demo-image-filter): Ditto.
1530         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1531
1532         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1533
1534         * wl-demo.el (wl-demo-icon-name): Define as function.
1535         (wl-demo-insert-image): Use it.
1536
1537 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1538
1539         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1540
1541 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1542
1543         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1544
1545 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1546
1547         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1548
1549 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1550
1551         * wl-thread.el (wl-thread-mark-as-answered): New function.
1552
1553         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1554         answered" entry.
1555         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1556         "r&" and wl-thread-mark-as-answered to "t&".
1557         (wl-summary-mark-as-important-region): Refine to toggle mark.
1558         (wl-summary-mark-as-answered-region): New function.
1559         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1560         and 3rd argument.
1561         (wl-summary-mark-as-important-internal): Likewise.
1562
1563 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1564
1565         * wl-template.el (wl-template-preview): New internal variable.
1566         (wl-template-preview-p): New function.
1567         (wl-template-show): Bind `wl-template-preview' as t.
1568
1569 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1570
1571         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1572         `elmo-message-entity-field' with 3rd argument which is non-nil.
1573
1574 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1575
1576         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1577         Removed duplicate local bind `folder'.
1578
1579 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1580
1581         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1582
1583 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1584
1585         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1586         duplicate definition.
1587
1588 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1589
1590         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1591         non-nil, use it; Don't fetch message if there's no message in the
1592         current cursor position.
1593
1594 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1595
1596         * wl-util.el (wl-region-exists-p): Use region-active-p.
1597         (wl-deactivate-region): New function.
1598         * wl-message.el (wl-message-redisplay): Deactivate region.
1599
1600         * wl-summary.el (wl-summary-reply): Call
1601         `wl-summary-set-message-buffer-or-redisplay' instead of
1602         `wl-summary-redisplay-internal', don't move point.
1603
1604 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1605
1606         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1607         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1608         by regexp.
1609
1610 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1611
1612         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1613         if no need.
1614
1615 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1616
1617         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1618         default value to nil.
1619         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1620         `wl-summary-prepare-hook'; Replace refile action to
1621         `wl-summary-exec-action-refile-with-register'.
1622
1623         * Version number is increased to 2.11.22.
1624
1625 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1626
1627         * wl-summary.el (wl-summary-detect-mark-position): Set
1628         `wl-summary-buffer-weekday-name-lang'.
1629
1630 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1631
1632         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1633         (wl-summary-mark-as-read-all): Ditto.
1634         (wl-summary-delete-messages-on-buffer): Ditto.
1635         (wl-summary-sync-update): Ditto.
1636         (wl-summary-mark-as-read-internal): Ditto.
1637         (wl-summary-mark-as-answered-internal): Ditto.
1638         (wl-summary-update-folder-info): Abolished.
1639
1640 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1641
1642         * wl-summary.el (wl-summary-mark-as-read-all): Use
1643         `wl-summary-update-folder-info' instead of
1644         `wl-folder-update-unread'.
1645
1646 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1647
1648         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1649         `wl-summary-folder-info-update'.
1650         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1651         instead of `wl-summary-folder-info-update'.
1652         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1653         `wl-folder-set-folder-updated'.
1654         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1655         instead of `wl-folder-update-unread'.
1656         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1657         the value of `wl-summary-buffer-unread-count' for the second parameter of
1658         `wl-folder-update-unread'.
1659
1660         * Version number is increased to 2.11.21.
1661
1662 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1663
1664         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1665         a local variable.
1666
1667 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1668
1669         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1670         interactively.
1671
1672         * wl-summary.el (wl-summary-mark-as-important-internal): New
1673         internal function.
1674         (wl-summary-mark-as-important): Use it.
1675         (wl-summary-mark-as-unimportant): New function.
1676         (wl-summary-sync-marks): Follow the API change.
1677
1678         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1679
1680         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1681
1682 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1683
1684         * wl-folder.el (wl-folder-update-unread): Re-indent.
1685         Narrow the scope of a local variable.
1686
1687 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1688
1689         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1690         (wl-addrmgr-merge-entries): Ditto.
1691         (wl-addrmgr): Added to address entry which exists in draft buffer
1692         if no entry is in original.
1693
1694 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1695
1696         * wl-batch.el: New file.
1697
1698 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1699
1700         * wl-vars.el (wl-use-semi): Remove unused variable.
1701
1702 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1703
1704         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1705         "?".
1706
1707 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1708
1709         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1710         wl-summary-new-mark.
1711         (wl-summary-new-cached-mark): New user option.
1712         (wl-summary-score-marks): Follow the change above.
1713         (wl-summary-auto-refile-skip-marks): Ditto.
1714         (wl-summary-incorporate-marks): Ditto.
1715         (wl-summary-expire-reserve-marks): Ditto.
1716
1717         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1718
1719         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1720         (wl-summary-persistent-mark-string): Distinguished between cached
1721         and uncached mark when the message is new.
1722
1723 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1724
1725         * wl-spam.el (wl-spam-domain): Renamed from
1726         `wl-spam-folder-guess-domain'.
1727         (wl-summary-exec-action-spam): Register as spam if domain of the
1728         source folder is good.
1729         (wl-summary-exec-action-refile-with-register): Register message if
1730         domain of the source folder is not undecided.
1731
1732 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1733
1734         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1735         detect thread loop.
1736
1737 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1738
1739         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1740         and wl-summary-skip-mark-list.
1741
1742 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1743
1744         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1745
1746         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1747
1748         * wl-spam.el (toplevel): Require wl-highlight.
1749         (wl-spam-auto-check-policy-alist): Abolish.
1750         (wl-spam-auto-check-folder-regexp-list): New user option.
1751         (wl-spam-auto-check-marks): Ditto.
1752         (wl-spam-mark-action-list): Ditto.
1753         (wl-highlight-summary-spam-face): New face.
1754         (wl-spam-auto-check-message-p): New function.
1755         (wl-spam-map-spam-messages): Fixed message.
1756         (wl-spam-register-spam-messages): Ditto.
1757         (wl-spam-register-good-messages): Ditto.
1758         (wl-summary-spam-map): Add and remove keybind.
1759         (wl-summary-target-mark-spam): Abolish.
1760         (wl-summary-refile-spam): Ditto.
1761         (wl-summary-test-spam): New function.
1762         (wl-summary-mark-spam): Ditto.
1763         (wl-summary-auto-check-spam): Follow the above change.
1764         (wl-summary-exec-action-spam): New function.
1765         (wl-summary-exec-action-refile-with-register): Fixed message.
1766         (wl-message-check-spam): New function.
1767         (wl-spam-setup): Ditto.
1768         (toplevel): Call it if this file is loaded interactivity.
1769
1770         * Version number is increased to 2.11.20.
1771
1772 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1773
1774         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1775         when new optional argument `force' is non nil or modified.
1776
1777 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1778
1779         * wl.el (toplevel): Require wl-spam when compile.
1780         (wl-save-status): Call wl-spam-save-status.
1781
1782         * wl-spam.el (wl-spam-register-spam-messages): New function.
1783         (wl-spam-register-good-messages): Ditto.
1784         (wl-spam-save-status): Ditto.
1785         (wl-summary-mode-map): Bind
1786         wl-summary-target-mark-register-as-spam to "ms" and
1787         wl-summary-target-mark-register-as-good to "mn".
1788         (wl-summary-register-as-spam): Abolish optional argument; Use
1789         wl-spam-register-spam-messages.
1790         (wl-summary-register-as-spam-all): Use
1791         wl-spam-register-spam-messages.
1792         (wl-summary-register-as-good): Abolish optional argument; Use
1793         wl-spam-register-good-messages.
1794         (wl-summary-register-as-good-all): Use
1795         wl-spam-register-good-messages.
1796         (wl-summary-target-mark-register-as-spam): New funtion.
1797         (wl-summary-target-mark-register-as-good): Ditto.
1798
1799 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1800
1801         * wl-spam.el: New file.
1802
1803 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1804
1805         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1806
1807         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1808         (wl-summary-auto-refile): Call wl-refile-guess with
1809         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1810
1811 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1812
1813         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1814         with disable-thread argument non-nil.
1815
1816 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1817
1818         * wl-summary.el (wl-summary-rescan): Added optional argument
1819         disable-thread.
1820         (wl-summary-sync): Call wl-summary-rescan with argument
1821         disable-thread.
1822         (wl-summary-input-range): Added new range `rescan-thread'.
1823
1824 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1825
1826         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1827
1828 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1829
1830         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1831         internal variable.
1832         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1833         wl-summary-search-parent-by-subject-regexp and
1834         wl-summary-divide-thread-when-subject-changed as nil.
1835         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1836         (wl-summary-insert-thread): Search parent entity from
1837         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1838         thread loop.
1839
1840 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1841
1842         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1843
1844         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1845
1846         * wl-util.el (wl-require-update-all-folder-p): New function.
1847         (wl-get-assoc-list-value): Added `function' to match directive.
1848         (wl-collect-draft): Rewrite.
1849
1850         * wl-summary.el (wl-summary-sync-update): Clear faces
1851         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1852         are non-nil.
1853         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1854         argument as function.
1855         (wl-summary-input-range): Ditto.
1856
1857         * wl-folder.el (wl-draft-get-folder): New function.
1858         (wl-folder-get-elmo-folder): Consider draft folder.
1859
1860         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1861         (wl-draft-buffer-message-number): New buffer local variable.
1862         (wl-draft-folder-internal): New internal variable.
1863         (wl-draft-delete): Rewrite.
1864         (wl-draft-save): Ditto.
1865         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1866         wl-folder-get-elmo-folder.
1867         (wl-draft-config-info-operation): Ditto.
1868         (wl-jump-to-draft-folder): Ditto.
1869         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1870         (wl-draft-reedit): Rewrite.
1871
1872         * Version number is increased to 2.11.19.
1873         
1874 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1875
1876         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1877         variable.
1878
1879 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1880
1881         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1882         Use ignore-errors instead of unwind-protect.
1883
1884 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1885
1886         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1887         for updating `wl-thread-entity-list'.
1888
1889 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1890
1891         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1892         parameter from calling `wl-thread-entity-get-older-brothers' and
1893         `wl-thread-entity-get-younger-brothers'.
1894         Replace nested `append' with a single one.
1895
1896 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1897
1898         * wl-summary.el (wl-summary-mode): Don't use the return value of
1899         `make-local-hook'.
1900
1901 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1902
1903         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1904         instead of `let*'.
1905         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1906         of local variables.
1907
1908 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1909
1910         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1911         Renamed from wl-summary-window-scroll-functions.
1912         (wl-summary-window-scroll-functions): Don't set to variable.
1913         (wl-summary-display-top): Use run-hooks.
1914         (wl-summary-display-bottom): Ditto.
1915         (wl-summary-toggle-disp-msg): Ditto.
1916         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1917         Use it instead of wl-summary-window-scroll-functions.
1918         (wl-summary-goto-folder-subr): Don't call
1919         wl-summary-window-scroll-functions, use
1920         wl-summary-buffer-window-scroll-functions instead.
1921
1922 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1923
1924         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1925         make-local-variable.
1926
1927 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1928
1929         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1930         set-buffer-modified-p.
1931         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1932         (wl-summary-display-bottom): Ditto.
1933         (wl-summary-toggle-disp-msg): Ditto.
1934
1935 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1936
1937         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1938
1939         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1940         (wl-summary-forward): Use elmo-message-entity-field instead of
1941         elmo-message-field.
1942
1943         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1944
1945 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1946
1947         * wl-summary.el (wl-summary-window-scroll-functions): No use
1948         `append'.
1949
1950 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1951
1952         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1953         function.
1954         (wl-summary-window-scroll-functions): Call it when both
1955         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1956         (wl-summary-temp-mark): Added optional argument number.
1957         (wl-summary-message-mark): Added optional argument flag.
1958         (wl-summary-persistent-mark): Added optional argument number and flag.
1959         (wl-summary-update-persistent-mark): Ditto.
1960         (wl-summary-update-status-marks): Set "r" for interactive spec.
1961
1962         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1963         argument number and flag.
1964
1965         * wl-action.el (wl-summary-registered-temp-mark): 
1966         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1967
1968 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1969
1970         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1971         internal variable (buffer local).
1972         (wl-summary-window-scroll-functions): New function.
1973         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1974         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1975         as nil.
1976         (wl-summary-update-status-marks): Added arguments beg, end and
1977         check.
1978         (wl-summary-update-mark-window): Use function.
1979         (wl-summary-sync-update): Follow the change above.
1980         (wl-summary-switch-to-clone-buffer): Copy
1981         wl-summary-buffer-unsync-mark-number-list.
1982         (wl-summary-goto-folder-subr): Set
1983         wl-summary-buffer-unsync-mark-number-list and
1984         use wl-summary-window-scroll-functions instead of
1985         wl-summary-lazy-highlight.
1986
1987         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1988
1989 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1990
1991         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1992
1993         * wl-summary.el (wl-summary-update-persistent-mark): Call
1994         wl-summary-set-message-modified.
1995
1996         * wl-summary.el (wl-summary-sync-update): Don't call
1997         wl-summary-update-status-marks.
1998
1999         * Version number is increased to 2.11.18.
2000
2001 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2002
2003         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2004         (wl-message-next-page): Ditto.
2005
2006 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2007
2008         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2009         local variable.  Change the order of a collected list into the
2010         same as the specified range.  Remove nil from a collected list.
2011
2012 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2013
2014         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2015         argument for elmo-folder-list-messages.
2016
2017 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2018
2019         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2020         change (wl-summary-count-unreads return a list instead of a cons
2021         cell).
2022
2023 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2024
2025         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2026         `wl-summary-folder-info-update'.
2027
2028 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2029
2030         * wl-summary.el (wl-summary-set-message-modified): No use
2031         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2032         (wl-summary-set-mark-modified): Abolish.
2033         (wl-summary-mark-modified-p): Ditto.
2034         (wl-summary-save-view): Follow the change above.
2035
2036         * wl-expire.el (wl-summary-expire): Likewise.
2037
2038 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2039
2040         * wl-summary.el (wl-summary-detect-mark-position): Use
2041         modb-entity-handler.
2042         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2043
2044         * Version number is increased to 2.11.17.
2045
2046 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2047
2048         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2049         entity field value.
2050         (wl-summary-prefetch-msg): Ditto.
2051         (wl-summary-print-message-with-ps-print): Ditto.
2052
2053 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2054
2055         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2056         for dummy entity.
2057         (wl-summary-insert-thread): Use elmo-message-entity-field.
2058         (wl-summary-update-thread): Use elmo-message-entity-field and
2059         elmo-message-entity-number.
2060         (wl-summary-line-number):  Use elmo-message-entity-number.
2061         (wl-summary-line-size): Use elmo-message-entity-field.
2062         (wl-summary-line-subject): Ditto.
2063         (wl-summary-line-from): Ditto.
2064         (wl-summary-line-attached): Ditto.
2065         (wl-summary-create-line): Ditto.
2066         (wl-summary-create-line): Use elmo-message-entity-number.
2067         (wl-summary-print-message-with-ps-print): Use
2068         elmo-message-entity-field.
2069
2070 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2071
2072         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2073         change in elmo-msgdb-make-message-entity.
2074         (wl-summary-buffer-set-folder): Don't call
2075         wl-summary-detect-mark-position here.
2076         (wl-summary-rescan): Call elmo-message-entity-number.
2077         (wl-summary-sync-update): Ditto.
2078         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2079
2080         * wl-score.el (wl-score-header-index): Redefine 2th element.
2081         (wl-score-overview-entity-get-extra): Abolish.
2082         (wl-score-ov-entity-get): Rewrite.
2083         (wl-score-string-index<, wl-score-string-func<): Abolish.
2084         (wl-score-string<): New function.
2085         (wl-score-string-sort): Use it.
2086
2087         * wl-refile.el (wl-refile-guess-by-history): Use
2088         elmo-message-entity-field.
2089         (wl-refile-guess-by-from): Ditto.
2090         (wl-refile-guess-by-msgid): Ditto.
2091
2092         * Version number is increased to 2.11.16.
2093
2094 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2095
2096         * wl-folder.el (wl-folder-confirm-existence): Don't call
2097         file-exists-p if msgdb-path is nil.
2098         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2099         `wl-read-folder-hist' to `wl-read-folder-history'.
2100
2101 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2102
2103         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2104         `y-or-n-p'.
2105
2106 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2107
2108         * wl-score.el (wl-score-headers): Don't use
2109         elmo-folder-do-each-message-entity.
2110
2111         * Version number is increased to 2.11.15.
2112
2113 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2114
2115         * wl-summary.el (wl-summary-delete-all-msgs): Use
2116         elmo-folder-move-messages instead of elmo-folder-delete-messages
2117         and elmo-folder-detach-messages.
2118         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2119
2120         * wl-expire.el (wl-expire-delete): Ditto.
2121         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2122
2123 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2124
2125         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2126         (wl-message-header-narrowing-fields): Ditto.
2127         (wl-message-header-narrowing-lines): Ditto.
2128         (wl-message-header-narrowing-string): Ditto.
2129
2130         * wl-summary.el (wl-summary-mode-map): Bind
2131         wl-summary-toggle-header-narrowing to "C-cC-f".
2132         (wl-summary-toggle-header-narrowing): New function.
2133
2134         * wl-message.el (wl-message-buffer-create): Call
2135         wl-message-header-narrowing-setup.
2136         (wl-message-redisplay): Call wl-message-header-narrowing.
2137         (wl-message-header-narrowing): New function.
2138         (wl-message-header-narrowing-map): New keymap.
2139         (wl-message-header-narrowing-widen-map): New keymap.
2140         (wl-message-header-narrowing-again-at-mouse): New function.
2141         (wl-message-header-narrowing-1): Ditto.
2142         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2143         (wl-message-header-narrowing-setup): Ditto.
2144         (wl-message-header-narrowing-toggle): Ditto.
2145         
2146         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2147
2148         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2149         'flag as all.
2150         (wl-use-flag-folder-help-echo): New user option.
2151
2152         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2153         wl-summary-highlight as nil.
2154         (wl-summary-set-mark-modified): Follow the API change.
2155         (wl-summary-mark-modified-p): Ditto.
2156         (wl-summary-mark-as-read-all): Ditto.
2157         (wl-summary-sync-marks): Don't call
2158         elmo-folder-list-messages-with-global-mark.
2159         (wl-summary-mark-as-read-internal): Follow the API change.
2160         (wl-summary-mark-as-answered-internal): Ditto.
2161         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2162         Follow the API change.
2163         (wl-summary-create-line): Call with number argument.
2164         (wl-summary-reply): Follow the API change.
2165
2166         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2167         function.
2168         (wl-highlight-summary-line-string): Call it when
2169         wl-use-flag-folder-help-echo is non-nil.
2170         (wl-highlight-summary-current-line): Ditto.
2171         (elmo-flag-folder-referrer): Added autoload setting.
2172
2173         * wl-draft.el (wl-draft-kill): Follow the API change.
2174
2175         * Version number is increased to 2.11.14.
2176         
2177 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2178
2179         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2180
2181 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2182
2183         * Version number is increased to 2.11.13.
2184
2185 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2186
2187         * wl-draft.el (wl-draft-previous-history-element): Fixed
2188         unbalanced parenthesis and bind unbound local variables.
2189
2190 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2191
2192         * wl-draft.el (wl-draft-previous-history-element): New function.
2193         (wl-draft-next-history-element): Ditto.
2194         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2195         them to M-p and M-n.
2196
2197 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2198
2199         * Version number is increased to 2.11.12.
2200
2201 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2202
2203         * wl-draft.el (wl-draft-hide): Select buffer-window.
2204
2205 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2206
2207         * wl-summary.el (wl-summary-narrow-to-region): New function.
2208         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2209         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2210         (wl-summary-save-region): Use it.
2211         * wl-action.el (wl-summary-collect-numbers-region)
2212         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2213
2214 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2215
2216         * wl-folder.el (wl-folder-count-incorporates): Don't use
2217         `elmo-msgdb-mark-load'
2218
2219         * Version number is increased to 2.11.11.
2220
2221 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2222
2223         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2224         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2225
2226 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2227
2228         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2229
2230 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2231
2232         * Version number is increased to 2.11.10.
2233
2234 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2235
2236         * wl-mime.el (wl-draft-attribute-value): Fixed.
2237
2238 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2239
2240         * wl-util.el (wl-copy-local-variables): New function.
2241
2242         * wl-mime.el (wl-draft-attribute-recipients): New function.
2243         (wl-draft-attribute-envelope-from): Ditto.
2244         (wl-draft-attribute-smtp-posting-server): Ditto.
2245         (wl-draft-attribute-smtp-posting-port): Ditto.
2246         (wl-draft-attribute-value): Ditto.
2247         (wl-draft-preview-message): Use it to get value for
2248         attributes. Reflect result of `wl-draft-config'.
2249
2250         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2251         and call `wl-summary-mark-as-read' before to call
2252         `wl-summary-unset-mark'.
2253         (wl-summary-target-mark-mark-as-unread): Likewise.
2254         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2255
2256 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2257
2258         * wl-mime.el (wl-draft-preview-message): Use actual value for
2259         attributes; Fix for small window.
2260
2261 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2262
2263         * wl-refile.el (wl-refile-get-field-value): Call
2264         `elmo-message-entity-field' with 3rd argument is non-nil.
2265
2266 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2267
2268         * wl-vars.el (wl-draft-preview-attributes): New user option.
2269         (wl-draft-preview-attributes-list): Ditto.
2270         (wl-draft-preview-attributes-buffer-lines): Ditto.
2271         (wl-draft-preview-attributes-buffer-name): Ditto.
2272
2273         * wl-mime.el (wl-draft-preview-message): Display attributes.
2274
2275 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2276
2277         * wl-summary.el (wl-summary-detect-mark-position): Bind
2278         wl-summary-flag-priority-list to '(new).
2279
2280 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2281
2282         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2283         funtion.
2284         (wl-highlight-summary-line-string): Use it.
2285         (wl-highlight-summary-current-line): Ditto.
2286
2287 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2288
2289         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2290         line even when the mark string is not changed.
2291
2292         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2293         argument change in the wl-summary-create-line.
2294         (wl-thread-insert-entity-sub): Ditto.
2295
2296         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2297         argument change in the wl-summary-create-line.
2298         (wl-summary-insert-sequential): Ditto.
2299         (wl-summary-update-thread): Ditto.
2300         (wl-summary-persistent-mark-string): New inline function.
2301         (wl-summary-message-mark): Use it.
2302         (wl-summary-create-line): Abolish argument wl-persistent-mark
2303         and added wl-flags, wl-cached.
2304
2305         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2306         mark to flags.
2307         (wl-highlight-summary-current-line): Decide the face not by the 
2308         persistent mark but flags.
2309
2310 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2311
2312         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2313         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2314         wl-summary-read-uncached-mark): Revive.
2315         (wl-summary-answered-cached-mark,
2316         wl-summary-answered-uncached-mark): New user option.
2317         (wl-summary-score-marks): Follow the change above.
2318         (wl-summary-auto-refile-skip-marks): Ditto.
2319         (wl-summary-incorporate-marks): Ditto.
2320         (wl-summary-expire-reserve-marks): Ditto.
2321         (wl-summary-flag-priority-list): New user option.
2322
2323         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2324         changes.
2325         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2326         of elmo-message-mark.
2327         (wl-summary-mark-as-read-internal): Ditto.
2328         (wl-summary-mark-as-answered): Ditto.
2329         (wl-summary-mark-as-important): Ditto.
2330         (wl-summary-redisplay-internal): Ditto.
2331         (wl-summary-redisplay-no-mime-internal): Ditto.
2332         (wl-summary-message-mark): New function.
2333         (wl-summary-insert-sequential): Use wl-summary-message-mark
2334         instead of elmo-message-mark.
2335         (wl-summary-update-thread): Ditto.
2336         (wl-summary-persistent-mark): Ditto.
2337         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2338         instead of elmo-message-mark.
2339
2340         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2341         wl-summary-message-mark instead of elmo-message-mark.
2342         (wl-thread-insert-entity-sub): Ditto.
2343         (wl-thread-get-children-msgs-uncached): Ditto.
2344
2345         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2346         variable name changes.
2347         (wl-highlight-summary-current-line): Ditto.
2348
2349         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2350         wl-summary-message-mark instead of elmo-message-mark.
2351
2352         * wl-expire.el (wl-expire-message-p): Ditto.
2353
2354         * wl-score.el (wl-score-headers): Ditto.
2355
2356         * Version number is increased to 2.11.9.
2357
2358         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2359         (wl-summary-sync-update): Follow the change above.
2360         (wl-summary-switch-to-clone-buffer): Ditto.
2361         (wl-summary-open-folder): Ditto.
2362
2363 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2364
2365         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2366         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2367
2368         * Version number is increased to 2.11.8.
2369
2370         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2371
2372         * wl-expire.el (wl-expire-refile): Follow the API change on
2373         `elmo-folder-move-messages'.
2374         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2375
2376         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2377         (wl-summary-exec-action-refile): Ditto.
2378         (wl-summary-exec-action-copy): Ditto.
2379         (wl-summary-no-auto-refile-message-p): No use
2380         `wl-summary-buffer-msgdb'.
2381         (wl-summary-auto-refile): Ditto.
2382
2383 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2384
2385         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2386
2387 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2388
2389         * wl-summary.el (wl-summary-sync): Treat no-sync.
2390
2391         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2392         (wl-default-sync-range): Ditto.
2393
2394 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2395
2396         * wl-refile.el (wl-refile-subject-learn): Call
2397         `elmo-message-entity-field' with 3rd argument is non-nil.
2398         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2399         instead of `elmo-msgdb-overview-entity-get-subject'.
2400
2401 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2402
2403         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2404         scan-type is rescan.
2405         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2406         new optional argument force is non-nil.
2407         (wl-summary-save-view-cache): Call it with force argument non-nil.
2408
2409         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2410
2411 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2412
2413         * wl-action.el (wl-summary-print-argument): Fixed last change.
2414
2415 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2416
2417         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2418         simplified.
2419         (wl-summary-target-mark-mark-as-unread): Likewise.
2420         (wl-summary-target-mark-mark-as-important): Likewise.
2421
2422 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2423
2424         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2425         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2426         (wl-summary-mark-as-important-region): Change accordingly.
2427         (wl-summary-target-mark-mark-as-important): Ditto.
2428
2429 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2430
2431         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2432
2433         * wl-action.el (wl-summary-print-argument): Print argument to
2434         right side of window if `wl-summary-print-argument-within-window'
2435         is non-nil.
2436
2437 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2438
2439         * wl-action.el (wl-summary-set-mark): Use
2440         `wl-summary-message-visible-p' to check visibility of the message
2441         and jump to message only when the message line is visible and have
2442         different number; Call wl-summary-unset-mark with number argument.
2443         (wl-summary-unset-mark): 
2444         Use `wl-summary-message-visible-p'
2445         to check visibility of the message and jump to message only when
2446         the message line is visible and have different number;
2447
2448 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2449
2450         * Version number is increased to 2.11.7.
2451
2452         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2453         and wl-folder-summary-line-format.
2454
2455         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2456         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2457         (wl-summary-set-score-mark): Use it.
2458         (wl-summary-target-mark-mark-as-read): Ditto.
2459         (wl-summary-target-mark-mark-as-unread): Ditto.
2460         (wl-summary-target-mark-mark-as-important): Ditto.
2461         (wl-summary-target-mark-msgs): Simplified.
2462         (wl-summary-detect-mark-position): Fixed problem when
2463         summary-line-format no contain persisten/temp mark spec.
2464         (wl-summary-temp-mark): Ditto.
2465         (wl-summary-persistent-mark): Ditto.
2466         (wl-summary-update-persistent-mark): Ditto.
2467
2468         * wl-action.el (wl-summary-set-mark): Ditto.
2469         (wl-summary-unset-mark): Ditto.
2470         All other related portions are changed.
2471
2472 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2473
2474         * Version number is increased to 2.11.6.
2475
2476 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2477
2478         * wl-util.el (wl-current-message-buffer): Define as function;
2479         Don't use the value of wl-messge-buffer.
2480
2481         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2482         persistent mark.
2483
2484         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2485         no current message, cause an error.
2486
2487 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2488
2489         * wl-summary.el (wl-summary-set-message-modified): Use
2490         elmo-folder-set-message-modified instead of
2491         elmo-folder-set-message-modified-internal.
2492
2493 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2494
2495         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2496         interactively.
2497         (wl-summary-sync): nokill->entirely.
2498         (wl-summary-sync-marks): Fixed message.
2499         (wl-summary-input-range): Added mark, nokill->entirely.
2500
2501         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2502         messages as read.
2503
2504 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2505
2506         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2507         update-noscore.
2508         (wl-summary-sync): Follow the change above.
2509
2510 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2511
2512         * wl-action.el (wl-summary-target-mark-all): Use
2513         elmo-folder-list-messages.
2514
2515 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2516
2517         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2518         (wl-summary-rescan): Set wl-summary-scored as nil.
2519         (wl-summary-sync-force-update): Follow the change above.
2520         (wl-summary-sync): Ditto.
2521         (wl-summary-sync-update): Added argument disable-killed.
2522         (wl-summary-insert-headers): Set visible-only argument for
2523         elmo-folder-list-messages.
2524         (wl-summary-input-range): Added update-nokill, update-noscore,
2525         all-nokill, all-noscore and mark.
2526
2527         * Version number is increased to 2.11.5.
2528
2529         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2530
2531 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2532
2533         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2534         (wl-summary-prefetch-region-no-mark): Change accordingly.
2535         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2536
2537 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2538
2539         * wl-address.el (wl-complete-field-to): Abolished.
2540         (wl-complete-address): Completion function for completing-read.
2541         * wl-action.el (wl-summary-get-resend-address): Use it.
2542
2543         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2544         wl-summary-update-mark and abolish unused argument.
2545         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2546         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2547         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2548         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2549         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2550         * wl-draft.el (wl-draft-kill): Ditto.
2551
2552         * wl-summary.el: Remove unused binding of case-fold-search.
2553         (wl-summary-replace-status-marks): Abolished.
2554
2555 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2556
2557         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2558         is specified or folder length is zero.
2559
2560 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2561
2562         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2563         (wl-folder-archive-current-entity): Ditto.
2564
2565 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2566
2567         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2568         retrieving message mark.
2569         (wl-summary-redisplay-internal): Ditto.
2570
2571         * wl-message.el (wl-message-buffer-display): Ignore errors while
2572         retrieving message-id field.
2573
2574         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2575         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2576         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2577         order of the arguments for `wl-expire-message-p'.
2578         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2579
2580         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2581         Check return value of wl-summary-reply.
2582         (wl-summary-reply): Recover window configuration when an error occured.
2583
2584 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2585
2586         * wl-summary.el (wl-summary-resend-message): Abolished, the
2587         feature is inherited by wl-summary-resend (put resend mark).
2588
2589 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2590
2591         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2592         wl-message-buffer to nil when the message is hide.
2593
2594 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2595
2596         * .cvsignore: New file.
2597
2598 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2599
2600         * wl-action.el (wl-summary-action-docstring): Add more info.
2601         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2602         duplicate definition.
2603         (wl-summary-define-mark-action): Functions wl-summary-*-region
2604         keep current position.
2605         (wl-summary-unregister-target-mark): Store result to the variable.
2606
2607 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2608
2609         * Version number is increased to 2.11.4.
2610
2611 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2612
2613         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2614         wl-summary-delete-all-temp-marks.
2615         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2616
2617         * wl-action.el (wl-summary-set-mark): Changed terminology
2618         refile-destination -> action-argument.
2619         (wl-summary-unset-mark): Ditto.
2620         (wl-summary-remove-argument): Ditto.
2621         (wl-summary-print-argument): Ditto.
2622
2623         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2624         (wl-thread-remove-argument-region): Ditto.
2625         (wl-thread-print-argument-region): Ditto.
2626         (wl-thread-close): Ditto.
2627         (wl-thread-open): Ditto.
2628
2629         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2630         (wl-highlight-refile-destination-face is abolished)
2631         (wl-highlight-action-argument-string): Ditto.
2632         (wl-highlight-summary-current-line): Highlight action argument.
2633
2634         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2635         color for light backgrounds.
2636         (wl-highlight-summary-answered-face): Ditto.
2637
2638 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2639
2640         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2641
2642         * wl-score.el (wl-summary-score-update-all-lines): Use
2643         wl-summary-set-mark.
2644         (wl-summary-score-update-all-lines): Kill expunged messages.
2645
2646         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2647
2648 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2649
2650         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2651         directly.
2652         (wl-score-overview-entity-get-lines): Ditto.
2653         (wl-score-overview-entity-get-xref): Ditto.
2654         (wl-score-get-latest-msgs): Ditto.
2655         (wl-summary-rescore): Ditto.
2656
2657         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2658         to "&".
2659         (wl-summary-mark-as-answered-internal): New inline function.
2660         (wl-summary-mark-as-answered): New function.
2661         (wl-summary-mark-as-unanswered): Ditto.
2662         (wl-summary-sync-marks): Modified for answered-mark synching.
2663
2664 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2665
2666         * wl-action.el (wl-summary-set-mark): Fixed last change.
2667
2668 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2669
2670         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2671         behavior of wl-summary-unread-message-hook
2672         (Pointed out by akira yamada <akira@arika.org>).
2673
2674 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2675
2676         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2677         wl-summary-delete.
2678         * wl-xmas.el (wl-summary-toolbar): Ditto.
2679
2680         * wl-action.el (wl-summary-set-mark): Don't override current
2681         temp-mark.
2682
2683         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2684
2685 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2686
2687         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2688         (wl-refile-msgid-learn): Ditto.
2689         (wl-refile-get-field-value): Ditto.
2690
2691         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2692
2693         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2694         (wl-expire-delete-reserved-messages): Renamed from
2695         wl-expire-reserve-marked-msgs-from-list.
2696         (wl-expire-delete): Removed argument `msgdb'.
2697         (wl-expire-refile): Ditto.
2698         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2699         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2700         mark-alist as argument.
2701         (wl-expire-archive-number1): Removed argument `msgdb'.
2702         (wl-expire-archive-number2): Ditto.
2703         (wl-expire-archive-date): Ditto.
2704         (wl-expire-localdir-date): Ditto.
2705         (wl-expire-hide): Ditto.
2706         (wl-archive-number1): Ditto.
2707         (wl-archive-number2): Ditto.
2708         (wl-archive-date): Ditto.
2709         (wl-archive-folder): Ditto.
2710         All other related portions are changed.
2711
2712 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2713
2714         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2715         mean move up and down. (suggested by Takashi Kawachi)
2716
2717 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2718
2719         * wl-acap.el (toplevel): Don't require un-define.
2720
2721 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2722
2723         * wl-thread.el (wl-thread-delete-message): Always update
2724         wl-summary-buffer-number-list.
2725
2726         * wl-action.el (wl-summary-print-destination): 
2727         Do nothing when folder is nil.
2728
2729 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2730
2731         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2732         persistent mark when prefetch is succeeded.
2733
2734 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2735
2736         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2737         instead of elmo-msgdb-delete-msgs.
2738         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2739         (wl-expire-hide): Ditto.
2740
2741         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2742
2743         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2744         elmo-msgdb interface.
2745         (wl-thread-get-exist-children): Likewise.
2746         (wl-thread-insert-message): Likewise.
2747         (wl-thread-msg-mark-as-important): Likewise.
2748         (wl-thread-insert-entity-sub): Likewise.
2749         (wl-thread-get-children-msgs-uncached): Likewise.
2750
2751         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2752         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2753         (wl-summary-sync-update): Likewise.
2754         (wl-summary-auto-select-msg-p): Likewise.
2755         (wl-summary-update-thread): Likewise.
2756         (wl-summary-mark-as-important): Likewise.
2757         (wl-summary-jump-to-msg-internal): Likewise.
2758         (wl-summary-redisplay-internal): Likewise.
2759         (wl-summary-print-message-with-ps-print): Likewise.
2760         (wl-summary-folder-info-update): Likewise.
2761
2762         * wl-folder.el (wl-folder-check-one-entity):
2763         elmo-folder-count-flags instead of wl-summary-count-unread.
2764
2765         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2766
2767         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2768
2769         * wl-summary.el (wl-summary-set-message-modified): 
2770         Call wl-summary-set-mark-modified.
2771         (wl-summary-delete-messages-on-buffer): Call
2772         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2773         (wl-summary-sync-update): Call elmo-folder-length instead of
2774         elmo-folder-messages.
2775         (wl-summary-insert-headers): Don't call
2776         elmo-folder-list-message-entities.
2777
2778 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2779
2780         * wl-action.el (wl-summary-define-mark-action): Call
2781         `wl-summary-set-mark' with argument `data'.
2782         (wl-summary-auto-refile): Fixed order of arguments when call
2783         `wl-summary-refile'.
2784
2785 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2786
2787         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2788
2789         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2790
2791         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2792         (Renamed from wl-highlight-summary-deleted-face).
2793         (wl-highlight-summary-resend-face): New face.
2794
2795         (wl-highlight-summary-deleted-face): Renamed from
2796         wl-highlight-summary-erased-face.
2797
2798         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2799
2800         * wl-action.el (wl-summary-get-resend-address): New function.
2801         (wl-summary-exec-action-resend): Ditto.
2802         (wl-summary-exec-action-resend-subr): Ditto.
2803
2804         * w-thread.el (wl-thread-copy): Removed definition.
2805         (wl-thread-refile): Ditto.
2806         (wl-thread-delete): Ditto.
2807         (wl-thread-target-mark): Ditto.
2808
2809         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2810         (wl-summary-target-mark-set-action): Fixed.
2811         (wl-summary-define-mark-action): Fixed quotation.
2812         (wl-summary-move-mark-list-messages): Display message.
2813         (wl-summary-define-mark-action): Define thread functions.
2814         (wl-summary-exec-action-refile): Changed message.
2815         (wl-summary-exec): Ditto.
2816
2817 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2818         
2819         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2820         '%%'.
2821
2822 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2823
2824         * wl.el (toplevel): Require wl-action.
2825         (wl-init): Call wl-summary-define-mark-action.
2826
2827         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2828
2829         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2830         wl-summary-delete and wl-summary-erase.
2831         (wl-summary-mode-map): Ditto.
2832
2833         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2834         wl-delete-folder-alist.
2835
2836         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2837         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2838         (toplevel): Moved mark & action related functions to the wl-action.el.
2839
2840         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2841         in wl-summary-mark-action-list.
2842         (wl-highlight-summary-current-line): Ditto.
2843
2844         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2845         empty lines.
2846
2847         * wl-action.el: New file. 
2848
2849 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2850
2851         * wl-summary.el (wl-summary-target-mark-replace): New function.
2852         (wl-summary-target-mark-prefetch): Use it.
2853         (wl-summary-target-mark-delete): Ditto.
2854         (toplevel): Rearranged definition order.
2855         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2856         (wl-summary-target-mark-erase): Rewrite.
2857         (wl-summary-erase-region): New function.
2858         (wl-summary-exec-action-erase): Changed message.
2859         (wl-summary-move-mark-list-messages): New function.
2860         (wl-summary-exec-action-delete): Use it.
2861         (wl-summary-exec-action-erase): Ditto.
2862
2863         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2864         (wl-summary-skip-mark-list): Added "d".
2865
2866         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2867         while searching.
2868
2869         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2870         and define using defcustom;
2871         Define 4th element as a face.
2872         
2873         * wl-summary.el (wl-summary-incorporate): Use 
2874         `wl-summary-prefetch-region-no-mark' instead of
2875         `wl-summary-prefetch-region'.
2876         (wl-summary-prefetch-region-no-mark): Revival of old
2877         `wl-summary-prefetch-region'.
2878         (wl-summary-mark-action-list): Moved to wl-vars.el
2879
2880         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2881         face according to the `wl-summary-mark-action-list'.
2882         (wl-highlight-summary-current-line): Ditto;
2883         Removed destination highlighting.
2884
2885         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2886         (wl-highlight-summary-line-string): Highlight for "i" mark.
2887         (wl-highlight-summary-current-line): Ditto.
2888
2889         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2890         no destination.
2891
2892         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2893         exists, just go ahead.
2894         (wl-summary-prefetch-region): Rewrite.
2895         (wl-summary-prefetch): Ditto.
2896         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2897         (wl-summary-exec-action-prefetch): New function.
2898         (wl-summary-target-mark-prefetch): Rewrite.
2899
2900 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2901
2902         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2903         (wl-highlight-summary-line-string): Added "d" and "D".
2904         (wl-highlight-summary-current-line): Ditto.
2905
2906         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2907         in wl-summary.el.
2908         (wl-thread-insert-entity-sub): Ditto.
2909         (wl-thread-remove-destination-region): Ditto.
2910         (wl-thread-print-destination-region): Ditto.
2911
2912         * wl-summary.el (wl-summary-buffer-refile-list,
2913         wl-summary-buffer-delete-list,
2914         wl-summary-buffer-copy-list): Abolish.
2915         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2916         All other related portions are changed.
2917         (wl-summary-mark-action-list): New variable.
2918         (wl-summary-set-mark): New function.
2919         (wl-summary-register-target-mark): Ditto.
2920         (wl-summary-unregister-target-mark): Ditto.
2921         (wl-summary-have-target-mark-p): Ditto.
2922         (wl-summary-register-temp-mark): Ditto.
2923         (wl-summary-unregister-temp-mark): Ditto.
2924         (wl-summary-registered-temp-mark): Ditto.
2925         (wl-summary-collect-temp-mark): Ditto.
2926         (wl-summary-unset-mark): Ditto.
2927         (wl-summary-set-target-mark): Ditto.
2928         (wl-summary-unset-target-mark): Ditto.
2929         (wl-summary-set-action-generic): Ditto.
2930         (wl-summary-unset-action-generic): Ditto.
2931         (wl-summary-exec-action-delete): Ditto.
2932         (wl-summary-exec-action-erase): Ditto.
2933         (wl-summary-set-action-refile): Ditto.
2934         (wl-summary-set-action-refile-subr): Ditto.
2935         (wl-summary-unset-action-refile): Ditto.
2936         (wl-summary-make-destination-numbers-list): Ditto.
2937         (wl-summary-exec-action-refile): Ditto.
2938         (wl-summary-set-action-copy): Ditto.
2939         (wl-summary-unset-action-copy): Ditto.
2940         (wl-summary-exec-action-copy): Ditto.
2941         (wl-summary-collect-numbers-region): Ditto.
2942         (wl-summary-delete): Rewrite.
2943         (wl-summary-erase): Ditto.
2944         (wl-summary-remove-destination): Ditto.
2945         (wl-summary-exec): Ditto.
2946         (wl-summary-exec-region): Ditto.
2947         (wl-summary-target-mark-erase): Ditto.
2948         (wl-summary-refile): Ditto.
2949         (wl-summary-copy): Ditto.
2950         (wl-summary-unmark): Ditto.
2951         (wl-summary-delete-all-mark): Ditto.
2952         (wl-summary-mark-line): Don't highlight.
2953         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2954         (wl-summary-target-mark-refile-subr): Rewrite.
2955
2956         (wl-summary-copy-prev-destination): Abolish.
2957
2958 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2959
2960         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2961         default values along the value of wl-on-mule.
2962         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2963         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2964         It is not used anywhere.
2965
2966 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2967
2968         * wl-summary.el (wl-summary-print-destination): Keep position.
2969         (wl-summary-cursor-move-surface): Keep horizontal position.
2970
2971 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2972
2973         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2974         write sendlog.
2975
2976 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2977
2978         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2979         `wl-summary-highlight'.
2980
2981 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2982
2983         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2984         trivial condition for temp-mark.
2985
2986 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2987
2988         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2989         when it hits killed buffer.
2990
2991 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2992
2993         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2994         * wl-news.el.in: `message' and `error' take format string.
2995
2996 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2997
2998         * wl-folder (wl-folder-insert-entity): Display a message,
2999         `...done', when the work finish.
3000         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3001
3002 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3003
3004         * wl-message.el (wl-message-redisplay): Remove unused local
3005         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3006
3007 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3008
3009         * wl-summary.el (wl-summary-replace-status-marks): Disable
3010         interactive use.
3011         (wl-summary-reedit): Check message existence at first.
3012         (wl-summary-mark-line): Fix doc, return value is indefinite.
3013
3014         * wl-highlight.el (wl-highlight-message): Arranged.
3015
3016         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3017         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3018         check temp-mark by wl-summary-temp-mark always.
3019         (wl-highlight-summary): Change accordingly.
3020         * wl-summary.el (wl-summary-mark-as-read-all)
3021         (wl-summary-delete-cache, wl-summary-set-score-mark)
3022         (wl-summary-mark-as-unread, wl-summary-unmark)
3023         (wl-summary-mark-line, wl-summary-mark-as-read)
3024         (wl-summary-mark-as-important): Ditto.
3025
3026         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3027         end of the window if possible.
3028         * wl-summary.el (wl-summary-sync-update): Support lazy
3029         highlighting.
3030         (wl-summary-toggle-disp-msg): Ditto.
3031
3032 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3033
3034         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3035
3036 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3037
3038         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3039         change.
3040
3041 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3042
3043         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3044         API.
3045         (wl-summary-sync-update): Ditto.
3046
3047         * wl-score.el (wl-score-get-score-alist): Changed argument.
3048         (wl-summary-rescore-msgs): Likewise.
3049         (wl-summary-score-headers): Likewise.
3050         (wl-score-headers): Likewise;
3051         Use elmo-folder-do-each-message-entity, etc.
3052         (wl-summary-score-effect): Follow the changes above.
3053         (wl-summary-rescore): Ditto.
3054         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3055         (wl-score-get-overview): Abolish.
3056
3057         * wl-summary.el (wl-summary-default-from): Follow the API change in
3058         elmo-msgdb.
3059         (wl-summary-count-unread): Ditto.
3060         (wl-summary-detect-mark-position): Ditto.
3061         (wl-summary-overview-entity-compare-by-date): Ditto.
3062         (wl-summary-overview-entity-compare-by-number): Ditto.
3063         (wl-summary-overview-entity-compare-by-from): Ditto.
3064         (wl-summary-overview-entity-compare-by-subject): Ditto.
3065         (wl-summary-get-list-info): Ditto.
3066         (wl-summary-rescan): Ditto.
3067         (wl-summary-jump-to-msg-by-message-id): Ditto.
3068         (wl-summary-sync-update): Ditto; Removed comment.
3069         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3070         (wl-summary-insert-message): Use wl-summary-insert
3071         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3072         (wl-summary-insert-headers): Changed argument overview to folder.
3073         (wl-summary-search-by-subject): Likewise.
3074         (wl-summary-insert-thread): Renamed from 
3075         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3076
3077         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3078         too.
3079
3080         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3081         wl-string-member.
3082
3083 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3084
3085         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3086         elmo-folder-append-buffer.
3087         (wl-draft-queue-append): Likewise.
3088
3089         * wl-mime.el (wl-message-delete-current-part): Ditto.
3090         (wl-summary-burst-subr): Ditto.
3091
3092         * wl-news.el.in (wl-news-send-news): Ditto.
3093
3094 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3095
3096         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3097         function.
3098         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3099         (wl-summary-update-mark): Enclose with save-excursion.
3100         (wl-summary-mark-as-read-internal): Fixed last change.
3101         (wl-summary-mark-as-important): Use 3rd argument of
3102         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3103         Don't use elmo-msgdb-set-mark.
3104         (wl-summary-redisplay-internal): If msgdb flag is already read,
3105         just update the mark on buffer.
3106
3107 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3108
3109         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3110         cut visible folder when elmo-folder-delete returns non-nil value.
3111
3112 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3113
3114         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3115         by Kenichi OKADA <okada@opaopa.org>).
3116
3117 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3118
3119         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3120
3121 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3122
3123         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3124         Fixed the last change, search group entity by its real name.
3125         (Thanks to: KOBAYASHI Shinji)
3126
3127 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3128
3129         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3130         (wl-fldmgr-access-display-all): Don't refer visible name.
3131         * wl-expire.el (wl-folder-archive-current-entity)
3132         (wl-folder-expire-current-entity): Ditto.
3133         * wl-folder.el (wl-folder-jump-to-current-entity)
3134         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3135         (wl-folder-open-folder-sub,wl-folder-open-all)
3136         (wl-folder-write-current-folder): Ditto.
3137         (wl-folder-insert-entity): Don't use petname for normal group.
3138         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3139         is the real name.
3140         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3141         Abolished.
3142
3143 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3144
3145         * wl-draft.el (wl-draft-create-buffer): Add
3146         `wl-summary-reply-with-citation'
3147
3148 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3149
3150         * wl-draft.el (wl-draft-reply): Fixed.
3151
3152 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3153
3154         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3155         when `wl-draft-send-confirm-with-preview' is non-nil.
3156         You can scroll up/down by j/k.
3157         (wl-draft-send-confirm-with-preview): New variable (default=t).
3158
3159 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3160
3161         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3162         (wl-fldmgr-save-folders): Fix comment.
3163
3164 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3165
3166         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3167         along the last change in `wl-folder-buffer-group-p'.
3168
3169 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3170
3171         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3172         folder.
3173
3174         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3175         the default value.
3176
3177         * wl-mime.el (wl-summary-burst): Update summary only when target
3178         folder equals current folder.
3179
3180 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3181
3182         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3183
3184 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3185
3186         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3187         value.
3188
3189 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3190
3191         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3192         `map-extents' instead of `extent-at' repeatedly.
3193         (wl-highlight-folder-current-line): Ditto.
3194
3195         * wl-highlight.el: Remove useless dummy functions.
3196
3197 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3198
3199         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3200         (wl-folder-put-folder-property): New function to put text property.
3201         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3202         (wl-folder-insert-entity, wl-folder-update-diff-line)
3203         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3204         * wl-e21.el, wl-xmas.el, wl-mule.el
3205         (wl-highlight-folder-current-line): Ditto.
3206         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3207         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3208         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3209         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3210
3211 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3212
3213         * Version number is increased to 2.11.3.
3214
3215 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3216
3217         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3218         Resume current-buffer since it is assumed by remaining tasks.
3219
3220 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3221
3222         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3223         (wl-folder-completion-function): Abolished.
3224         (wl-folder-complete-folder): New function.
3225         (wl-folder-complete-filter-condition): Ditto.
3226         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3227         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3228
3229 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3230
3231         * wl-draft.el (wl-draft-send-confirm): New function.
3232         (wl-draft-send): Use it.
3233
3234         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3235         cursor-in-echo-area while confirming.
3236
3237         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3238
3239         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3240         searching via nntp if wl-summary-search-via-nntp is 'force.
3241         Otherwise, invoke searching in nntp folder only.
3242         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3243
3244         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3245         explicitly for mime-make-text-tag.
3246
3247 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3248
3249         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3250         `mime-make-text-tag' instead of `mime-create-tag'.
3251
3252 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3253
3254         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3255         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3256
3257 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3258
3259         * wl-score.el (wl-score-save): Bind print-length and print-level.
3260         (wl-score-pretty-print): Ditto.
3261         (wl-score-edit-insert-header-entry): Ditto.
3262
3263         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3264         "From" entry to be treated with wl-draft-eword-encode-address-list.
3265         * wl-mime.el (wl-draft-preview-message): Ditto.
3266
3267         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3268         (wl-summary-mark-as-unread): Ditto.
3269         (wl-summary-mark-as-read-region): Change accordingly.
3270         (wl-summary-mark-as-unread-region): Ditto.
3271         (wl-summary-target-mark-mark-as-read): Ditto.
3272         (wl-summary-target-mark-mark-as-unread): Ditto.
3273
3274 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3275
3276         * Version number is increased to 2.11.2.
3277
3278 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3279
3280         * wl-news.el.in (wl-news-previous-version-save): Bind
3281         print-length and print-level.
3282         * wl-thread.el (wl-thread-save-entities): Ditto.
3283         (wl-thread-save-top-list): Bind print-length.
3284
3285 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3286
3287         * wl-highlight.el (wl-highlight-summary-line-string): Use
3288         wl-summary-score-below-mark, wl-summary-score-over-mark.
3289         (wl-highlight-summary-current-line): Ditto.
3290
3291 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3292
3293         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3294         insert it.
3295
3296 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3297
3298         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3299
3300 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3301
3302         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3303         message without msgid.
3304         Rewrite with elmo-folder-move-messages.
3305         Set wl-message-buffer to nil.
3306
3307         * wl-summary.el (wl-summary-erase-subr): New function. Use
3308         elmo-folder-move-messages.
3309         (wl-summary-erase): Call it.
3310         (wl-summary-target-mark-erase): Ditto.
3311
3312 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3313
3314         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3315         it is not up-tp-date.
3316
3317 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3318
3319         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3320         buffer after calling `wl-summary-goto-folder-subr' without the
3321         argument `interactive'.
3322         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3323
3324 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3325
3326         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3327         `mime-create-tag'. Use `string=' instead of `looking-at'.
3328
3329 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3330
3331         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3332         to avoid compile warning.
3333
3334         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3335         entity-id when folder is given.
3336         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3337         save-excursion, use save-selected-window instead.
3338         Select folder buffer window if exists.
3339         (To correct behavior with wl-folder-move-cur-folder.)
3340
3341 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3342
3343         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3344
3345 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3346
3347         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3348         list-count instead of %d.
3349
3350 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3351
3352         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3353         (wl-news): Set it.
3354         (wl-news-append-to-folder): Use it.
3355
3356         * wl-news.el.in (wl-news-send-news): Append to specified folder
3357         instead of wl-default-folder.
3358         (wl-news-append-to-folder): Show error message with specified folder.
3359
3360         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3361                 In most major modes, Emacs assumes that any opening
3362                 delimiter found at the left margin is the start of a
3363                 top-level definition, or defun. Therefore, *never put an
3364                 opening delimiter at the left margin unless it should have
3365                 that significance.*
3366
3367         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3368
3369 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3370
3371         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3372
3373 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3374
3375         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3376
3377 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3378
3379         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3380         for sequential numbering case.
3381
3382 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3383
3384         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3385         value.
3386         (wl-draft-reply-without-argument-list): Ditto.
3387         (wl-draft-reply-myself-with-argument-list): Abolish.
3388         (wl-draft-reply-myself-without-argument-list): Ditto.
3389         * wl-draft.el (wl-draft-self-reply-p): New function.
3390         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3391
3392 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3393
3394         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3395         (avoid error for the case without byte-compiling)
3396
3397 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3398
3399         * wl-news.el.in (wl-news-append-to-folder): New function.
3400         (wl-news-exit): Rewrite.
3401         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3402
3403 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3404
3405         * wl-draft.el (wl-draft-reply-position): New function.
3406         (wl-draft-reply-position): Fix.
3407         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3408         (wl-summary-target-mark-reply-with-citation): Ditto.
3409         (wl-summary-reply-with-citation): Ditto.
3410         * wl-vars.el (wl-draft-reply-default-position): New variable.
3411
3412 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3413
3414         * wl-draft.el (wl-draft-send): Preview when interactive send.
3415
3416 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3417
3418         * wl-draft.el (wl-draft-reply): Set default position.
3419         * wl-summary.el (wl-summary-reply): Ditto.
3420         (wl-summary-reply-with-citation): Ditto.
3421         (wl-summary-target-mark-reply-with-citation): Ditto.
3422
3423 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3424
3425         * wl-news.el.in (wl-news-lang): Set default value according to
3426         current-language-environment.
3427         (wl-news-append-news): Do nothing when news-list is nil.
3428
3429 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3430
3431         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3432         (wl-news): Change message.
3433         (wl-news-exit): Check buffer.
3434         (wl-news-force-exit): New function.
3435         (wl-news-show-all): New function.
3436         (wl-news-discard-and-exit): Fix.
3437
3438 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3439
3440         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3441         according to current-language-environment.
3442
3443         * wl-news.el.in (wl-news): If arg, show all NEWS after
3444         wl-news-default-previous-version.
3445
3446 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3447
3448         * wl-news.el.in (wl-news-check): Rewritten.
3449         (wl-news-previous-version-load): Change data type.
3450         (wl-news-previous-version-save): Change data type.
3451         (wl-news-append-news): Add return value.
3452         (wl-news-check-news): New function.
3453         (wl-news-already-current-p): New function.
3454         (wl-news-send-news): Rewritten.
3455         (wl-news-mode-map): Add new keybind.
3456         (wl-news): Rewritten.
3457         (wl-news-exit): Rewritten.
3458         (wl-news-discard-and-mail): New function.
3459         (wl-news-send-to-address): Abolished.
3460         * wl.el (wl-init): Delete a message.
3461
3462 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3463
3464         * wl-news.el.in (wl-news-exit): Update previous version.
3465         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3466
3467 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3468
3469         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3470
3471 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3472
3473         * wl-news.el.in (wl-news): New function.
3474         (wl-news-mode): New function.
3475         (wl-news-next-line): New function.
3476         (wl-news-next-page): New function.
3477         (wl-news-exit): New function.
3478         (wl-news-buf-name): New variable.
3479         (wl-news-mode-map): New variable.
3480         (wl-news-winconf): New variable.
3481         (wl-news-append-news): Add an option.
3482
3483 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3484
3485         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3486
3487 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3488
3489         * wl-news.el.in (wl-news-send-to-address): New variable.
3490         (wl-news-send-news): Use it.
3491         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3492         Return updating status.
3493         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3494
3495 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3496
3497         * wl-news.el.in (wl-news-send-news): Delete
3498         Organization and X-Face.
3499
3500 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3501
3502         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3503         (wl-news-append-news): New function.
3504         (wl-news-send-news): New function.
3505
3506 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3507
3508         * Version number is increased to 2.11.1.
3509
3510 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3511
3512         * wl-news.el.in : New file.
3513
3514 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3515
3516         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3517         default value.
3518         (wl-draft-reply-without-argument-list): Ditto.
3519
3520 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3521
3522         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3523         (wl-message-buffer-prefetch-idle-time): Ditto.
3524         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3525
3526 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3527
3528         * wl-thread.el (wl-thread-insert-message): Use
3529         wl-summary-max-thread-depth.
3530
3531         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3532         loop detection.
3533
3534         * wl-message.el (wl-message-buffer-display): Back to the first page
3535         when cache is hit.
3536
3537 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3538
3539         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3540
3541         * wl-summary.el (wl-summary-insert-thread-entity):
3542         If the thread depth is reached to wl-summary-max-thread-depth,
3543         divide the thread.
3544
3545 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3546
3547         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3548         for elmo-remove-passwd.
3549
3550 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3551
3552         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3553         folder is sticky.
3554         (wl-folder-mark-as-read-all-entity): Ditto.
3555         (wl-folder-prefetch-entity): Ditto.
3556
3557 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3558
3559         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3560
3561 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3562
3563         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3564         Delete messages on buffer for unplugged operation.
3565         (wl-summary-erase): Ditto.
3566
3567 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3568
3569         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3570         take nil so as not to search parent by subject.
3571
3572 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3573
3574         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3575         (wl-folder-get-next-folder): Ditto.
3576         (wl-folder-get-path): Ditto.
3577
3578 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3579
3580         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3581         system and encode the region with it before verifying.
3582
3583 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3584
3585         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3586         system of the echo buffer before decoding.
3587
3588 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3589
3590         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3591         original contents.
3592
3593 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3594
3595         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3596         with argument 'any-exists.
3597
3598 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3599
3600         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3601         Use `wl-cs-autoconv'.
3602
3603 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3604
3605         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3606         by `mime-view-automatic-conversion'.
3607
3608         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3609         (wl-message-verify-pgp-nonmime): Ditto.
3610         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3611         Bind them to C-c:d and C-c:v respectively.
3612
3613         Merge following code by Teranishi-san from [wl-en:00167].
3614         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3615         (wl-mime-preview-application/pgp-encrypted): Ditto.
3616         (wl-mime-setup): Add entry.
3617
3618 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3619
3620         * wl-summary.el (wl-summary-target-mark-erase): New function.
3621         Bind it to "mD".
3622
3623 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3624
3625         * wl-vars.el (wl-draft-write-file-function): Fix.
3626         (wl-draft-reedit-hook): Changed default value.
3627
3628         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3629         wl-draft-reedit-hook.
3630         (wl-draft-remove-text-plain-tag): New function.
3631         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3632
3633         * wl-vars.el (wl-draft-write-file-function): New user option.
3634
3635         * wl-draft.el (wl-draft-prepare-edit): Use it for
3636         local-write-file-hooks.
3637         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3638
3639         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3640         (wl-draft-insert-mail-header-separator): Return the body beginning
3641         point.
3642         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3643         text/plain.
3644         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3645
3646 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3647
3648         * wl-summary.el (wl-summary-erase): New function to erase message
3649         without moving it to trash. Bind to "D".
3650
3651         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3652         as `keep' unless switch-function.
3653
3654 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3655
3656         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3657         message buffer by using `wl-summary-toggle-disp-msg'.
3658         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3659         buffer window.
3660         (wl-summary-supresedes-message): Ditto.
3661
3662         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3663         Do not delete other windows.
3664         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3665         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3666         (wl-draft-create-buffer): Set reply-or-forward also for target
3667         mark commands.
3668
3669 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3670
3671         * wl-draft.el (wl-user-agent-compose): Delete special case for
3672         switch-to-buffer-other-window.
3673
3674         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3675         (wl-summary-forward): Ditto.
3676
3677         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3678         function.
3679         (wl-draft-buffer-style): New use option.
3680
3681         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3682         (wl-draft): Follow the change above.
3683         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3684         wl-draft-buffer-style.
3685         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3686         switch-function.
3687
3688 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3689
3690         * wl-address.el (wl-address-make-completion-entry): Extracted from
3691         `wl-address-make-completion-list'.
3692         (wl-address-enable-strict-loading): New variable.
3693         (wl-address-make-completion-list): Revive petname duplication
3694         inquiry, and enable it if `wl-address-enable-strict-loading'.
3695         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3696
3697 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3698
3699         * wl-message.el (wl-message-get-original-buffer): Avoid
3700         'Selecting deleted buffer' error when original buffer is killed.
3701
3702 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3703
3704         * wl-summary.el (wl-summary-next-message): Use
3705         elmo-message-accessible-p instead of elmo-message-cached-p.
3706
3707 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3708
3709         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3710
3711         * wl-thread.el (wl-thread-open-all-unread): Use
3712         elmo-folder-list-flagged instead of
3713         elmo-folder-list-messages-mark-match.
3714
3715         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3716         instead of elmo-folder-list-messages-mark-match.
3717         (wl-summary-move-spec-alist): New variable.
3718         (wl-summary-move-spec-plugged-alist,
3719         wl-summary-move-spec-unplugged-alist): Abolish.
3720         (wl-summary-next-message): Follow the change above.
3721         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3722         with 'no-msg' argument.
3723
3724         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3725         variable.
3726         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3727         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3728         (wl-message-buffer-prefetch-get-next): Follow the change above.
3729
3730 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3731
3732         * wl-version.el (wl-version): Changed codename.
3733
3734         * Version number is increased to 2.11.0.
3735
3736 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3737
3738         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3739         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3740         `wl-draft-config-variables'.
3741         (wl-draft-kill): Fixed problem when the draft is reedit.
3742
3743 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3744
3745         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3746         buffer-modified status (Thanks to
3747         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3748
3749 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3750
3751         * wl-util.el (wl-region-exists-p): New function.
3752
3753         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3754         Remove defvars for byte-compile warnings.
3755
3756 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3757
3758         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3759         defvar-maybe. Removed unused bind.
3760
3761 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3762
3763         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3764         summary buffer window before creating new frame.
3765         (wl-draft-reply): Ditto.
3766
3767 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3768
3769         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3770
3771 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3772
3773         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3774
3775 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3776
3777         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3778         instead of `kill-region'.
3779
3780 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3781
3782         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3783         (wl-highlight-summary-line-string): Use it.
3784         (wl-highlight-summary-current-line): Ditto.
3785
3786         * wl-mime.el (wl-message-delete-current-part): Check the class of
3787         mime-entity.
3788
3789         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3790
3791         * wl-summary.el (wl-summary-make-number-list): Initialize.
3792         (wl-summary-update-mark): New function.
3793         (wl-summary-reply): Put `answered' mark on the message.
3794         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3795
3796         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3797         (wl-draft-reply): Added optional argument `number';
3798         Set wl-draft-parent-number.
3799         (wl-draft-kill): Delete answered mark if it is a reply.
3800
3801 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3802
3803         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3804         that originates in mime-preview-follow-current-entity.
3805         (wl-draft-yank-current-message-entity): Use it if region is active.
3806
3807         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3808         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3809         `wl-message-delete-current-part'.
3810         * wl-mule.el (wl-message-define-keymap): Ditto.
3811         * wl-xmas.el (wl-message-define-keymap): Ditto.
3812
3813 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3814
3815         * wl-mime.el (wl-message-delete-current-part): New function.
3816         (wl-mime-node-id-to-string): Ditto.
3817
3818         * wl-mime.el (wl-message-delete-current-part): Use existing
3819         original buffer which corresponds current mime-view buffer.
3820         (fetched buffer might have different structure, possibly)
3821
3822         * wl-mime.el (wl-message-delete-current-part): Quit if the
3823         message content differs from the actual message.
3824
3825 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3826
3827         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3828         order.
3829         (wl-summary-search-by-subject): Search parent message from tail;
3830         Check the existence of the parent message on the current thread tree.
3831         (wl-summary-update-thread): Check whether the line is inserted.
3832
3833 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3834
3835         * wl-vars.el (wl-summary-line-format): Undo last change.
3836         * wl-summary.el (wl-summary-print-destination): Do not put
3837         invisible property when `wl-summary-width' is nil.
3838         (wl-summary-line-subject-minimum-length): Abolished.
3839         (wl-summary-line-subject): Ditto.
3840
3841 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3842
3843         * wl-vars.el (wl-summary-line-format): Change default value.
3844         (wl-summary-subject-length-limit): Abolished.
3845         * wl-summary.el (wl-summary-line-subject): Ditto.
3846
3847 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3848
3849         * wl-template.el (wl-template-select): Added optional argument.
3850         If optional argument is specified, reverse
3851         `wl-template-visible-select'.
3852
3853 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3854
3855         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3856         Take prefix argument to force asking the destination folder.
3857
3858 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3859
3860         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3861         count and update status.
3862
3863 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3864
3865         * wl-summary.el (wl-summary-redisplay-internal): If
3866         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3867         after fetching.
3868
3869 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3870
3871         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3872         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3873
3874         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3875
3876 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3877
3878         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3879         (All other related portions are changed).
3880         (wl-summary-mark-as-read-all): Rewrite.
3881
3882 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3883
3884         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3885         `wl-summary-mark-as-read'.
3886         (wl-summary-mark-as-unread): Rewrite.
3887         (wl-summary-mark-as-read): Added no-modeline argument.
3888         (wl-summary-resume-cache-status): Rewrite.
3889         (wl-summary-exec-subr): Remove unused local variable.
3890
3891 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3892
3893         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3894         logic to call `wl-summary-buffer-prev-folder-function'.
3895         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3896
3897 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3898
3899         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3900         is nil.
3901
3902 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3903
3904         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3905         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3906         (wl-mime-setup): Add its entry.
3907
3908 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3909
3910         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3911         (wl-summary-delete-cache): Likewise.
3912         (wl-summary-mark-as-read): Rewrite.
3913
3914 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3915
3916         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3917         `wl-summary-count-unread'.
3918
3919         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3920
3921         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3922
3923 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3924
3925         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3926         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3927         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3928         Renamed to the elmo-msgdb-*-mark.
3929         (wl-summary-score-marks): Follow the change above.
3930         (wl-summary-auto-refile-skip-marks): Ditto.
3931         (wl-summary-incorporate-marks): Ditto.
3932         (wl-summary-expire-reserve-marks): Ditto.
3933
3934         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3935         changes.
3936         (wl-thread-insert-top): Changed updating message.
3937
3938         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3939         variable.
3940         (wl-summary-count-unread): Count answered marks.
3941         (wl-summary-rescan): Call wl-summary-insert-message instead of
3942         wl-summary-append-message-func-internal.
3943         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3944         (wl-summary-prefetch-msg): Follow the variable name changes.
3945         (wl-summary-prefetch-region): Ditto.
3946         (wl-summary-mark-as-read-all): Follow the API changes;
3947         Don't call elmo-folder-replace-marks.
3948         (wl-summary-delete-cache): Follow the variable name changes.
3949         (wl-summary-resume-cache-status): Ditto.
3950         (wl-summary-update-status-marks): New function.
3951         (wl-summary-insert-message): New function.
3952         (wl-summary-sync-marks): Follow the variable name changes.
3953         (wl-summary-sync-update): Synchronize to the msgdb, too;
3954         Changed update messages.
3955         (wl-summary-make-number-list): Rewrite.
3956         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3957         (wl-summary-mark-as-unread): Follow the API changes.
3958         (wl-summary-exec-subr): Follow the variable name changes.
3959         (wl-summary-mark-as-read): Ditto.
3960         (wl-summary-move-spec-plugged-alist): Ditto.
3961         (wl-summary-move-spec-unplugged-alist): Ditto.
3962         (wl-summary-cursor-move-surface): Ditto.
3963
3964         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3965         variable name changes.
3966         (wl-highlight-summary-current-line): Ditto.
3967
3968         * wl-expire.el (wl-expire-refile): Follow the API change in
3969         elmo-folder-move-messages.
3970         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3971         (wl-summary-archive): Use elmo-folder-msgdb instead of
3972         elmo-msgdb-load.
3973
3974 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3975
3976         * wl-mime.el (wl-draft-preview-message): Restore the position
3977         before evaluating wl-draft-send-hook in preview buffer.
3978
3979 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3980
3981         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3982         when it creates new draft buffer.
3983
3984         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3985         without argument.
3986
3987         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3988         Evaluate content and if the value is string, insert it.
3989         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3990         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3991         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3992         wl-draft-config-sub-part-bottom): Use it.
3993
3994         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3995         with the folder name. The question was unintelligible when it is
3996         called from wl-save-status.
3997
3998 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3999
4000         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4001         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4002         cannot take second argument).
4003
4004 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4005
4006         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4007         as t. Since type and subtype are not case sensitive (RFC 2045).
4008
4009 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4010
4011         * wl-vars.el (wl-message-mode-line-format): New variable.
4012         (wl-message-mode-line-format-spec-alist): Ditto.
4013         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4014         (wl-message-redisplay): Use wl-message-mode-line-format.
4015
4016 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4017
4018         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4019
4020 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4021
4022         * wl-summary.el (wl-summary-default-from): Write description.
4023
4024 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4025
4026         * wl-vars.el (wl-ldap-objectclass): Abolish.
4027
4028         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4029         (wl-ldap-make-filter): Removed condition for objectclass.
4030         (wl-ldap-make-matched-value-list): Remove meaningless process.
4031         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4032         (wl-address-ldap-search): Don't add `*' to `pat' string;
4033         use ignore-errors; added `email';
4034         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4035         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4036         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4037
4038
4039 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4040
4041         * wl-draft.el (wl-draft-parent-folder): Write description.
4042         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4043
4044 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4045
4046         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4047         as "" (zero-length string) if no parent.
4048         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4049
4050 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4051
4052         * wl-address.el (wl-address-make-completion-list): Skip duplication
4053         checking.
4054         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4055         `append'.
4056
4057 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4058
4059         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4060         instead of `beginning-of-buffer'.
4061
4062 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4063
4064         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4065
4066 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4067
4068         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4069         Refer wl-message-buffer-name.
4070         (wl-message-wheel-down): Ditto.
4071
4072 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4073
4074         * wl-vars.el (wl-message-buffer-name): New user option.
4075
4076         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4077         directly instead of making alist dinamically.
4078
4079         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4080         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4081         wl-message-buffer-cache-name.
4082         (wl-message-buffer-cache-clean-up): Ditto.
4083
4084         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4085
4086         * Version number is increased to 2.9.15.
4087
4088 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4089
4090         * wl-vars.el (wl-summary-default-view-alist): New user option.
4091
4092         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4093
4094         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4095         while deleting address.
4096         (wl-draft-delete-myself-from-cc): Ditto.
4097
4098         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4099         If optional argument is specified, reverse sort order.
4100
4101         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4102
4103 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4104
4105         * wl-thread.el (wl-thread-insert-message): Return parent number if
4106         exists.
4107         (wl-thread-update-indent-string-region): Use
4108         wl-thread-update-line-on-buffer-sub instead of
4109         wl-thread-update-line-on-buffer.
4110
4111 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4112
4113         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4114         (wl-folder-close-all): Ditto.
4115
4116 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4117
4118         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4119         and mailing-list:.
4120         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4121         value.
4122         (wl-summary-line-list-info): Print mailing-list name even when 
4123         list-number is empty.
4124
4125 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4126
4127         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4128
4129         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4130         (wl-draft-open-file): Ditto.
4131         (wl-draft-random-alphabet): Ditto.
4132
4133         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4134         bindings.
4135
4136 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4137
4138         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4139         * wl-vars.el (wl-draft-config-alist): Ditto.
4140
4141 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4142
4143         * Version number is increased to 2.9.14.
4144
4145         * wl.el (wl): Don't set wl-init as nil when error occured while
4146         auto-checking folders.
4147
4148         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4149         `elmo-expand-newtext'.
4150
4151 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4152
4153         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4154         `this-command' so that `wl-folder-goto-folder' contained in
4155         `wl-summary-keep-cursor-command' work.
4156
4157 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4158
4159         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4160         message buffer displaying state.
4161
4162 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4163
4164         * wl-vars.el (wl-summary-default-view): New variable to specify
4165         default value for `wl-summary-buffer-view' instead of using
4166         set-default.
4167         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4168
4169 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4170
4171         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4172
4173         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4174
4175 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4176
4177         * wl-vars.el (wl-forward-subject-prefix): New variable.
4178         * wl-draft.el (wl-draft-forward): Use it.
4179
4180 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4181
4182         * wl-message.el (wl-message-prev-page): When it is called without
4183         lines argument, scroll down by wl-message-scroll-amount lines.
4184         (wl-message-next-page): Ditto.
4185         * wl-vars.el (wl-message-scroll-amount): Change default value
4186         to preserve current behavior.
4187
4188 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4189
4190         * wl-summary.el (wl-summary-prefetch-msg): Bind
4191         `wl-message-entity' to call `wl-summary-from-function'.
4192
4193 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4194
4195         * wl-message.el (wl-message-buffer-create): Run
4196         wl-message-buffer-created-hook.
4197
4198 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4199
4200         * wl-summary.el (wl-summary-sort-specs): New variable.
4201         (wl-summary-default-sort-spec): Ditto.
4202         (wl-summary-sort): Rewrite.
4203         (wl-summary-sort-by-list-info): New function.
4204
4205 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4206
4207         * wl-summary.el (wl-summary-get-list-info): New function.
4208         (wl-summary-sort): Rewrite.
4209         (wl-summary-line-list-info): Ditto.
4210         (wl-summary-line-list-count): Ditto.
4211         (wl-summary-refile-region): Fixed docstring.
4212
4213 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4214
4215         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4216         `wl-folder-entity-hashtb' as completion table.
4217
4218 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4219
4220         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4221         only when this command is called interactively; silence the byte-
4222         compiler.
4223
4224 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4225
4226         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4227         active in XEmacs.
4228
4229 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4230
4231         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4232         plural lines.
4233
4234 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4235
4236         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4237         of current line when the cursor is on the header name.
4238         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4239
4240 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4241
4242         * wl-util.el (wl-read-directory-name): Return displayed directory
4243         as the default value also on XEmacs.
4244
4245 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4246
4247         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4248         formatting.
4249
4250 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4251
4252         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4253         argument and when it is non-nil, check face property before
4254         highlighting for each line.
4255         (wl-highlight-summary-window): Set it.
4256
4257 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4258
4259         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4260         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4261
4262         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4263         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4264         (wl-draft-get-fcc-list): Likewise.
4265
4266 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4267
4268         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4269         (wl-thread-entity-cur): Ditto.
4270         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4271         wl-thread-indent-regexp setting.
4272         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4273
4274         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4275         wl-summary-lazy-highlight.
4276         (wl-summary-display-bottom): Ditto.
4277
4278         * wl-thread.el (wl-thread-open-close): Likewise.
4279
4280         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4281         from and subject;
4282         Bind wl-draft-use-frame;
4283         Enclose with save-window-excursion;
4284         Use wl-draft-create-buffer instead of with-temp-buffer;
4285         Use wl-draft-prepare-edit;
4286         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4287         Use wl-draft-send instead of wl-draft-raw-send.
4288
4289 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4290
4291         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4292         of using wl-from.
4293
4294 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4295
4296         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4297         insert-buffer instead of clone-buffer.
4298         (wl-draft-doing-mime-bcc): New variable.
4299         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4300         infinite loop.
4301         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4302
4303         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4304         (wl-draft-mime-bcc-body): Ditto.
4305
4306         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4307         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4308         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4309         wl-draft-do-mime-bcc.
4310         (wl-draft-mime-bcc-field): New function.
4311         (wl-draft-do-mime-bcc): Ditto.
4312
4313         * wl-address.el (wl-address-complete-header-list): New variable.
4314         (wl-address-complete-header-regexp): Changed default value.
4315
4316         * Version number is increased to 2.9.13.
4317
4318 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4319
4320         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4321         it is differed.
4322
4323 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4324
4325         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4326         (wl-summary-line-list-count): Ditto.
4327
4328 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4329
4330         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4331         (wl-nntp-posting-function): New variable.
4332         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4333         `wl-nntp-posting-config-alist'.
4334
4335 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4336
4337         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4338         FLIM.
4339
4340 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4341
4342         * wl-summary.el (wl-summary-target-mark-refile-sub):
4343         Remove a nuisance funcall.
4344
4345 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4346
4347         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4348         as t for `try-completion'.
4349
4350 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4351
4352         * wl-summary.el (wl-summary-default-from): Use
4353         wl-address-header-extract-address instead of
4354         std11-extract-address-components.
4355         (wl-summary-simple-from): Ditto.
4356         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4357         (wl-summary-insert-headers): Show message.
4358         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4359         for whole line.
4360         (wl-summary-default-from): Revert last change.
4361         (wl-summary-simple-from): Ditto.
4362         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4363         (wl-summary-mark-as-read-region): Follow the change above.
4364         (wl-summary-sync-marks): Ditto.
4365         (wl-summary-target-mark-mark-as-read): Ditto.
4366         (wl-summary-redisplay-internal): Ditto.
4367         (wl-summary-redisplay-no-mime-internal): Ditto.
4368         (wl-summary-redisplay-all-header): Ditto.
4369         (wl-summary-mark-as-read): Removed argument `cached';
4370         Use current cache status to set cache mark.
4371         (wl-summary-redisplay-internal): Follow the change above.
4372         (wl-summary-redisplay-no-mime-internal): Ditto.
4373         (wl-summary-redisplay-all-header): Ditto.
4374
4375         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4376
4377         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4378         Don't call itself recursively (Adviced by Yamaoka-san).
4379
4380 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4381
4382         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4383         bind wl-summary-highlight as nil to avoid error caused by missing
4384         local variables.
4385
4386 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4387
4388         * wl-vars.el (wl-invalid-character-message): New user option.
4389
4390         * wl-util.el (wl-set-string-width): If truncated string-width is
4391         larger than specified width, use `wl-invalid-character-message'.
4392
4393 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4394
4395         * wl-summary.el (wl-summary-prefetch-msg): 
4396         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4397
4398 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4399
4400         * wl-vars.el (wl-summary-check-line-format): New user option.
4401         (wl-summary-line-format-file): Ditto.
4402
4403         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4404         variable.
4405         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4406         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4407         and `wl-summary-view-old-p' to check whether do a rescan or not.
4408         (wl-summary-view-old-p): New function.
4409         (wl-summary-line-format-changed-p): Ditto.
4410         (wl-summary-line-format-save): Ditto.
4411         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4412
4413         * wl-util.el (wl-set-string-width): Avoid using negative number
4414         for make-string.
4415
4416 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4417
4418         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4419         return value.
4420
4421         * wl-util.el (wl-set-string-width): Added optional argument
4422         `padding' (All other related portions are changed).
4423         (wl-line-parse-format): If the first letter of column number is
4424         `0', zero-padding the result (ex: "%05l").
4425
4426         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4427
4428 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4429
4430         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4431         sequential summary view.
4432
4433 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4434
4435         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4436         if it doesn't have a -unix version.
4437
4438 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4439
4440         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4441
4442 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4443
4444         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4445         content.
4446         (wl-draft): Follow the change above.
4447
4448         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4449
4450         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4451         and wl-folder-summary-line-format-alist contain %T and %P.
4452
4453         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4454         (wl-summary-mode-line-format): New user option.
4455         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4456         (wl-summary-line-format): Changed default value.
4457         (wl-summary-lazy-highlight): Changed default value.
4458
4459         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4460         change in wl-summary-create-line.
4461         (wl-thread-insert-entity-sub): Ditto.
4462
4463         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4464         (wl-summary-buffer-unread-status): Ditto.
4465         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4466         (wl-summary-buffer-persistent-mark-column): Ditto.
4467         (wl-summary-buffer-mode-line-formatter): Ditto.
4468         (wl-summary-buffer-mode-line): Ditto.
4469         (wl-summary-message-regexp): Abolished.
4470         (All other related portions are changed.)
4471         (wl-summary-detect-mark-position): New function.
4472         (wl-summary-buffer-set-folder): Setup
4473         wl-summary-buffer-mode-line-formatter.
4474         (wl-summary-mode): Setup selective-display;
4475         Setup pre-idle-hook when xemacs.
4476         (wl-summary-update-modeline): Rewrite.
4477         (wl-summary-jump-to-msg): Define as function;
4478         Changed regexp for searching messages.
4479         (wl-summary-message-number): Rewrite.
4480         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4481         Do rescan when old type summary cache.
4482         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4483         (wl-summary-remove-destination): Use '\r' to detect EOL.
4484         (wl-summary-print-destination): Ditto.
4485         (wl-summary-temp-mark): New inline function.
4486         (wl-summary-persistent-mark): Ditto.
4487         (wl-summary-line-number): New function.
4488         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4489         (wl-summary-line-list-count): New function.
4490         (wl-summary-create-line): Added argument persistent-mark.
4491         (All other related portions are changed)
4492         (wl-summary-create-line): Insert '\r'.
4493         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4494         (wl-summary-cursor-move-surface): New inline function.
4495         (wl-summary-prev): Use it.
4496         (wl-summary-next): Ditto.
4497
4498         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4499         wl-summary-message-regexp.
4500         (wl-highlight-summary): Delete progress message.
4501         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4502
4503         * Version number is increased to 2.9.12.
4504
4505 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4506
4507         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4508         variable (nil: no minimum).
4509         (wl-summary-line-subject): Add some spaces after subject by
4510         wl-summary-line-subject-minimum-length.
4511
4512 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4513
4514         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4515         and removed `F'.
4516         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4517         change above).
4518
4519 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4520
4521         * wl-summary.el (wl-summary-line-list-count): Reverted.
4522         (example setting in samples/*/dot.wl is also updated)
4523
4524 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4525
4526         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4527
4528         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4529
4530         * wl-vars.el (wl-summary-line-format): Addes some description to the
4531         docstring.
4532
4533         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4534         (wl-summary-line-close-bracket): Ditto.
4535         (wl-summary-line-children-number): Ditto.
4536         (wl-summary-line-thread-indent): Ditto.
4537         (wl-summary-line-children-and-from): Ditto.
4538
4539         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4540         't', 'c', 'F' and added 'C'.
4541
4542         * wl-util.el (wl-set-string-width): Accept negative value.
4543         (wl-line-parse-format): Added "%number(" and "%)".
4544
4545 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4546
4547         * wl-summary.el (wl-summary-line-list-count): Change format of the
4548         return value.
4549
4550 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4551
4552         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4553         from the recent message.el.
4554         (wl-draft-point-in-header-p): Ditto.
4555         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4556         wl-draft-beginning-of-line.
4557         * wl-e21.el (wl-draft-mode-map): Ditto.
4558         * wl-xmas.el (wl-draft-mode-map): Ditto.
4559
4560         * wl-folder.el: Sort macrodefs by dependencies.
4561
4562 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4563
4564         * wl-summary.el (wl-summary-prev): Fixed regexp.
4565         (wl-summary-next): Ditto.
4566
4567 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4568
4569         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4570
4571 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4572
4573         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4574         for backward compatibility.
4575
4576 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4577
4578         * wl-summary.el (wl-summary-line-list-count): New function, merged
4579         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4580         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4581         list counts.
4582
4583 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4584
4585         * wl-summary.el (wl-summary-create-line): Ignore errors while
4586         timezone-fix-time.
4587
4588         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4589
4590         * wl-summary.el (wl-summary-sync-update): Ditto.
4591         (wl-summary-default-from): Use wl-message-entity
4592         instead of entity.
4593
4594         * wl-summary.el (wl-summary-create-line): Fix.
4595
4596         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4597         (wl-summary-line-format): New user option.
4598         (wl-folder-summary-line-format-alist): Ditto.
4599         (wl-summary-from-width): Abolished.
4600
4601         * wl-util.el (toplevel): Require 'bytecomp.
4602         (wl-line-parse-format): New function.
4603         (wl-line-formatter-setup): New macro.
4604
4605         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4606         (wl-summary-buffer-line-formatter): New buffer local variable.
4607         (wl-summary-switch-to-clone-buffer): Follow the change above.
4608         (wl-summary-message-regexp): Fix.
4609         (wl-summary-from-func-internal): Abolished.
4610         (wl-summary-subject-func-internal): Ditto.
4611         (wl-summary-subject-filter-func-internal): Ditto.
4612         (All other related portions are changed.)
4613         (wl-summary-buffer-set-folder):
4614         Set up wl-summary-buffer-number-column and 
4615         wl-summary-buffer-line-formatter
4616         (All other related portions are changed.)
4617         (wl-summary-buffer-number-column-detect): Abolished.
4618         (All other related portions are changed.)
4619         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4620         (wl-summary-delete-all-temp-marks-on-buffer): Use
4621         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4622         (wl-summary-target-mark-delete): Ditto.
4623         (wl-summary-target-mark-refile-subr): Ditto.
4624         (wl-summary-target-mark-mark-as-read): Ditto.
4625         (wl-summary-target-mark-mark-as-unread): Ditto.
4626         (wl-summary-target-mark-mark-as-important): Ditto.
4627         (wl-summary-target-mark-save): Ditto.
4628         (wl-summary-replace-status-marks): Renamed from
4629         wl-summary-set-status-marks-on-buffer;
4630         Use wl-summary-message-regexp instead of
4631         wl-summary-buffer-number-regexp.
4632         (wl-summary-sync-update): Follow the change above.
4633         (wl-summary-goto-previous-message-beginning): New function.
4634         (wl-summary-mark-as-unread): Use it.
4635         (wl-summary-mark-as-important): Ditto.
4636         (wl-summary-line-formatter): New variable.
4637         (wl-summary-line-year): New function.
4638         (wl-summary-line-day): Ditto.
4639         (wl-summary-line-day-of-week): Ditto.
4640         (wl-summary-line-hour): Ditto.
4641         (wl-summary-line-minute): Ditto.
4642         (wl-summary-line-open-bracket): Ditto.
4643         (wl-summary-line-close-bracket): Ditto.
4644         (wl-summary-line-children-number): Ditto.
4645         (wl-summary-line-thread-indent): Ditto.
4646         (wl-summary-line-size): Ditto.
4647         (wl-summary-line-subject): Ditto.
4648         (wl-summary-line-from): Ditto.
4649         (wl-summary-line-children-and-from): Ditto.
4650         (wl-summary-create-line): Rewritten.
4651         (wl-summary-format-date): Abolished.
4652
4653         * wl-highlight.el (wl-highlight-summary-current-line): Use
4654         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4655         Use thread structure to detect thread top message.
4656
4657         * wl-draft.el (wl-default-draft-cite): Don't use
4658         wl-summary-from-func-internal.
4659
4660         * wl-refile.el (wl-refile-subject-learn): Don't use
4661         wl-summary-subject-filter-func-internal.
4662         (wl-refile-guess-by-subject): Ditto.
4663
4664         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4665         parameters.
4666
4667         * wl-thread.el (wl-thread-update-indent-string-region):
4668         Use wl-thread-update-line-on-buffer instead of
4669         wl-thread-update-indent-string.
4670         (wl-thread-update-children-number): Redefine using
4671         wl-thread-update-line-on-buffer.
4672         (wl-thread-update-indent-string): Abolished.
4673
4674         * Version number is increased to 2.9.11.
4675
4676 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4677
4678         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4679         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4680         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4681
4682         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4683         as nil.
4684
4685         * wl-thread.el (wl-thread-open-all-unread): Use 
4686         elmo-folder-list-messages-mark-match.
4687         (wl-thread-insert-message): Removed argument `mark-alist'.
4688         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4689         elmo-msgdb-set-mark.
4690         (wl-thread-get-children-msgs-uncached): Likewise.
4691         (wl-thread-get-exist-children): Added argument include-self.
4692         (wl-thread-delete-message): Follow the change above.
4693
4694         * wl-summary.el (wl-summary-count-unread): Removed argument.
4695         (wl-summary-rescan): Follow the change above.
4696         (wl-summary-mark-as-read-region): Ditto
4697         (wl-summary-mark-as-unread-region): Ditto.
4698         (wl-summary-delete-messages-on-buffer): Ditto.
4699         (wl-summary-sync-update): Ditto.
4700         (wl-summary-switch-to-clone-buffer): Ditto.
4701         (wl-summary-goto-folder-subr): Ditto.
4702         (wl-summary-target-mark-mark-as-read): Ditto.
4703         (wl-summary-target-mark-mark-as-unread): Ditto.
4704         (wl-summary-target-mark-mark-as-important): Ditto.
4705         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4706         (wl-summary-update-thread): Removed argument `mark-alist'.
4707         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4708         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4709         (wl-summary-resume-cache-status): Likewise.
4710         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4711         elmo-msgdb-set-mark.
4712         (wl-summary-mark-as-read-all): Likewise.
4713         (wl-summary-delete-cache): Ditto.
4714         (wl-summary-auto-select-msg-p): Ditto.
4715         (wl-summary-mark-as-unread): Ditto.
4716         (wl-summary-no-auto-refile-message-p): Ditto.
4717         (wl-summary-mark-as-read): Ditto.
4718         (wl-summary-mark-as-important): Ditto.
4719         (wl-summary-auto-refile): Follow the change above.
4720         (wl-summary-delete-all-marks): Removed.
4721         (wl-summary-resume-marks-and-highlight): Ditto.
4722         (wl-summary-resume-marks): Ditto.
4723         (wl-summary-delete-important-msgs-from-list): Ditto.
4724         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4725
4726         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4727         wl-summary-count-unread.
4728
4729         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4730         (wl-summary-score-update-all-lines): Use
4731         elmo-msgdb-set-mark.
4732
4733 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4734
4735         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4736         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4737         (wl-summary-create-line): Renamed from
4738         wl-summary-overview-create-summary-line;
4739         Argument rearrangement.
4740         (wl-summary-update-thread): Follow the change above.
4741
4742         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4743         (wl-thread-insert-entity-sub): Likewise.
4744
4745         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4746         argument `overview', `mark-alist' and added `msgdb'.
4747
4748         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4749
4750         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4751         (wl-summary-rescan): Follow the change above.
4752         (wl-summary-sync-update): Ditto.
4753         (wl-summary-insert-thread-entity): Ditto;
4754         Don't use `let*' in every while loop;
4755         Detect infinite loop of threads.
4756         (wl-summary-update-thread): Removed argument `overview'.
4757
4758         * wl-thread.el (wl-thread-insert-message): Ditto.
4759
4760         * Version number is increased to 2.9.10.
4761
4762         * wl-message.el (wl-message-redisplay): Ignore errors while
4763         wl-message-redisplay-hook.
4764
4765 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4766
4767         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4768
4769 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4770
4771         * wl.el (wl): inhibit-quit while wl-folder.
4772
4773 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4774
4775         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4776         while msgdb access.
4777
4778 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4779
4780         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4781         even if no folder is not created.
4782
4783 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4784
4785         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4786
4787         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4788         implementation.
4789         (wl-summary-target-mark-thread): Ditto.
4790
4791         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4792
4793 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4794
4795         * wl-util.el (wl-display-bytes): Remove unused function.
4796
4797 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4798
4799         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4800         seems critical one (partially reverse the change in 2002/03/17).
4801
4802 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4803
4804         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4805         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4806
4807 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4808
4809         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4810         is not writable.
4811         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4812         plugged status instead of `'force' as 2nd argument.
4813
4814         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4815         is not creatable.
4816
4817         * Version number is increased to 2.9.9.
4818
4819 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4820
4821         * wl-summary.el (wl-summary-suspend): New function.
4822
4823 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4824
4825         * wl.el (wl): Do not check variables if check is nil.
4826         * wl-utils.el (wl-collect-draft): New function.
4827         * wl-folder.el (wl-folder-suspend): Put summary buffers
4828         and draft buffers at the end of buffer list.
4829         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4830
4831 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4832
4833         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4834         loop instead of recursive call.
4835
4836         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4837         2nd argument.
4838
4839 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4840
4841         * wl-draft.el (wl-draft-create-contents): Don't take neither
4842         (function . args) nor (string . something) any more.
4843
4844         * wl-version.el (wl-generate-user-agent-string): Return string
4845         without header symbol.
4846         * wl-draft.el (wl-draft-default-headers): Use it.
4847
4848         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4849         `wl-draft-insert-ccs' and return field value instead of inserting
4850         the header. Abolish cc argument.
4851         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4852
4853         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4854         rather than one with string car.
4855
4856         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4857         * wl-draft.el (wl-draft-create-contents): Add it after the default
4858         headers.
4859
4860         * wl-draft.el (wl-draft-create-contents): For the case of
4861         (symbol-or-string . function) insert header only when the function
4862         returns string value.
4863
4864 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4865
4866         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4867         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4868
4869 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4870
4871         * wl.el (wl-check-environment): Don't check Message-ID when
4872         `wl-insert-message-id' is nil.
4873         Revive checking if `wl-message-id-domain' contains "@".
4874
4875 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4876
4877         * wl.el (wl-check-environment): Merge examination for "@" at
4878         inappropriate position into the first string-match.
4879
4880         * wl-summary.el (wl-summary-target-mark-print): New function.
4881         (wl-summary-pipe-message-subr): Extracted from
4882         `wl-summary-pipe-message'.
4883         (wl-summary-target-mark-pipe): New function.
4884         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4885         `wl-summary-target-mark-pipe'.
4886
4887 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4888
4889         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4890
4891 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4892
4893         * wl.el (wl-check-environment): Use elmo-warning instead of
4894         error for non-critical ones.
4895         Remove trash folder check.
4896         (wl): Don't ignore error in wl-check-environment.
4897
4898         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4899         check, which is moved from `wl-check-environment'.
4900         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4901
4902 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4903
4904         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4905         guess anything, call wl-summary-write.
4906         (wl-summary-write): Create draft with blank To field.
4907         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4908
4909 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4910
4911         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4912         argument full as well for wl-folder-write-current-folder.
4913         If wl-*-write-current-folder cannot guess addressee, add blank
4914         To header.
4915         Rewrite condition for positioning cursor.
4916
4917 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4918
4919         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4920         summary buffer is present, use it.
4921         (wl-folder-jump-to-previous-summary): Ditto.
4922
4923 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4924
4925         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4926
4927         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4928         wl-summary-previous-buffer and wl-summary-next-buffer.
4929
4930         * wl-folder.el (wl-folder-mode-map): Bind
4931         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4932         (wl-folder-jump-to-next-summary): New function.
4933         (wl-folder-jump-to-previous-summary): Ditto.
4934
4935         * wl-draft.el (wl-draft): Rearranged.
4936
4937 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4938
4939         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4940         of header.
4941         (wl-draft): Collect arguments for the header as header-alist.
4942         (wl-draft-forward): Arrange arguments for wl-draft.
4943         (wl-draft-reply): Ditto.
4944         (wl-draft-edit-string): Ditto.
4945         * wl-summary.el (wl-summary-write): Ditto.
4946         (wl-summary-write-current-folder): Ditto.
4947
4948         * Version number is increased to 2.9.8.
4949
4950 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4951
4952         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4953
4954         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4955
4956         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4957         even if the guess failed.
4958
4959         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4960         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4961         wl-summary-write-current-folder.
4962         * wl-xmas.el: Ditto.
4963
4964 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4965
4966         * wl-summary.el (wl-summary-next-page): Force display message if
4967         message is not displayed yet.
4968         (wl-summary-prev-page): Ditto.
4969
4970 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4971
4972         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4973
4974 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4975
4976         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4977         add "Preview Message" and "Save Draft and Exit".
4978
4979 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4980
4981         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4982         if addrmgr is called from draft in splitted window.
4983
4984         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4985         * wl-mule.el: Ditto.
4986         * wl-xmas.el: Ditto.
4987
4988 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4989
4990         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4991
4992         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4993         * wl-xmas.el (wl-folder-toolbar): Ditto.
4994
4995 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4996
4997         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4998         and wl-draft-save-and-exit.
4999         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5000         * wl-xmas.el: Ditto.
5001         * wl-mule.el: Ditto.
5002
5003         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5004         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5005
5006 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5007
5008         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5009         lists for saving buffer.
5010
5011 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5012
5013         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5014         parent-folder argument instead of it.
5015         (wl-draft-create-buffer): Ditto.
5016         (wl-draft-forward): Ditto.
5017         (wl-draft-reply): Ditto.
5018         * wl-summary.el (wl-summary-write): Ditto.
5019         (wl-summary-write-current-folder): Ditto.
5020
5021         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5022         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5023         Folder buffer after composing.
5024
5025 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5028         header if the file `wl-x-face-file' already contains it.
5029
5030 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5031
5032         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5033         folder" entry.
5034         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5035         * wl-e21.el (wl-folder-toolbar): Ditto.
5036         * wl-xmas.el (wl-folder-toolbar): Ditto.
5037
5038 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5039
5040         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5041         wl-folder-goto-folder with sticky argument.
5042         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5043
5044 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5045
5046         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5047         and wl-summary-previous-buffer.
5048         (wl-summary-next-buffer): New function.
5049         (wl-summary-previous-buffer): Ditto.
5050
5051 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5052
5053         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5054         wl-folder-jump-to-current-entity-with-arg.
5055         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5056         `wl-folder-jump-to-current-entity'.
5057         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5058         `wl-summary-goto-folder-sticky'.
5059         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5060         `wl-summary-goto-folder'.
5061         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5062         Unless force-exit, do not clean temp. marks for sticky summary.
5063         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5064
5065 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5066
5067         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5068         not entire.
5069
5070 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5071
5072         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5073         to `C-x C-s'.
5074         (wl-summary-save-status): New command.
5075         (wl-summary-exit): Don't clean-up temp marks when sticky.
5076         (Applied patch from Nakayama-san [wl: 09548])
5077         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5078         Do nothing when no mark data.
5079         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5080         Call `wl-summary-delete-all-temp-marks' before saving.
5081
5082 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5083
5084         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5085
5086 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5087
5088         * wl.el (wl-check-environment): Also cause error when (system-name)
5089         returns "localhost.localdomain". (Although it doesn't affect because
5090         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5091
5092 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5093
5094         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5095         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5096
5097         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5098         value.
5099
5100 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5101
5102         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5103         Likewise r-cc-list and r-ng-list.
5104
5105 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5106
5107         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5108         only if it is bound as variable.
5109
5110         * wl-mime.el (wl-draft-preview-message): Ditto.
5111
5112 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5113
5114         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5115         needless `goto-char'.
5116
5117         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5118         `wl-summary-redisplay-no-mime-internal' instead of
5119         `wl-summary-redisplay-no-mime'.
5120         (wl-summary-redisplay-no-mime): Changed argument;
5121         Call `wl-summary-redisplay-no-mime-internal'.
5122
5123         * wl-mime.el (wl-draft-preview-message): Bind
5124         `mime-header-encode-method-alist' locally.
5125
5126         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5127         (wl-draft-std11-parse-addresses): Added the first address check.
5128         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5129
5130         * Version number is increased to 2.9.7.
5131
5132 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5133
5134         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5135
5136 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5137
5138         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5139         related to scrollbar support, if there is no such a feature
5140         compiled in.
5141
5142 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5143
5144         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5145         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5146         for prefetch.
5147
5148 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5149
5150         * wl-summary.el (wl-summary-pick): Fix for no match.
5151
5152 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5153
5154         * wl-draft.el (wl-draft-save):
5155         Override `mime-header-encode-method-alist'.
5156
5157 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5158
5159         * wl-folder.el (wl-folder-pick): New function.
5160         Define key as "?".
5161
5162 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5163
5164         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5165         Fix for unplugged.
5166
5167 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5168
5169         * wl-folder.el (wl-folder-virtual): New function.
5170         Define key as "V".
5171
5172 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5173
5174         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5175         multi folder if entity is group.
5176
5177 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5178
5179         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5180         is nil.
5181
5182 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5183
5184         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5185         (wl-summary-target-mark-msgs): Return the number of marked messages.
5186
5187 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5188
5189         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5190         "first:" is specified.
5191
5192 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5193
5194         * wl-vars.el (wl-from): Use return value of function
5195         user-full-name instead of the variable user-full-name since
5196         XEmacs-20.4 doesn't set this variable.
5197
5198 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5199
5200         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5201         call `wl' directly.
5202
5203 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5204
5205         * wl-draft.el (wl-draft-reedit): Removed duplicated
5206         switch-to-buffers.
5207
5208 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5209
5210         * wl.el (wl-other-frame): Removed garbages.
5211
5212 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5213
5214         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5215
5216         * wl-xmas.el (wl-draft-key-setup): Ditto.
5217
5218         * wl-mule.el (wl-draft-key-setup): Ditto.
5219
5220         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5221         (wl-draft-reedit): Ditto.
5222         (wl-draft-prepare-edit): Add `wl-draft-save' to
5223         `local-write-file-hooks'.
5224         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5225         (wl-draft-reedit): Set buffer-file-name.
5226         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5227
5228
5229         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5230         call it.
5231         (wl-delete-startup-frame-function): New variable.
5232         (wl-other-frame): New function
5233         (Original was written by Yamaoka san [wl: 09239]).
5234
5235         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5236         if `wl-folder-use-frame'.
5237
5238 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5239
5240         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5241
5242 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5243
5244         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5245         New variable.
5246         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5247         (wl-message-buffer-prefetch-get-next): Use them.
5248         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5249
5250 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5251
5252         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5253         with unwind-protect.
5254
5255         * wl-draft.el (wl-draft-reedit): Rewrite.
5256         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5257         (wl-draft-save): Insert header separator if it does not exist;
5258         Removed condition-case.
5259
5260         * wl-summary.el (wl-summary-reedit): Revert last change.
5261
5262         * wl-draft.el (wl-draft-save): Rewrite.
5263         (wl-draft-create-buffer): Set buffer-file-name as nil.
5264
5265         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5266
5267         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5268
5269         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5270         nil.
5271
5272 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5273
5274         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5275         If count is nil, do not prefetch.
5276         (wl-message-buffer-prefetch-next): Next.
5277
5278 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5279
5280         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5281
5282 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5283
5284         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5285         `delete-backward-char'
5286         (wl-draft-prepare-edit): Check major-mode.
5287         (wl-draft-decode-header): Rewrite.
5288         (wl-draft): Fix.
5289
5290 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5291
5292         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5293
5294 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5295
5296         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5297         (wl-message-buffer-prefetch-get-next): Remove size checking.
5298         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5299
5300 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5301
5302         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5303         (wl-draft-default-headers): Fix.
5304
5305 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5306
5307         * wl-draft.el (wl-draft-default-headers): Insert return value of
5308         `wl-generate-mailer-string-function'.
5309
5310 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5311
5312         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5313         (wl-draft-insert-mail-header-separator): Ditto.
5314
5315         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5316         again (Reverted the change on 2002-01-17 by OKADA san).
5317
5318 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5319
5320         * wl-draft.el (wl-draft): Rewrite.
5321         (wl-draft-create-buffer): New function.
5322         (wl-draft-create-contents): Ditto.
5323         (wl-draft-prepare-edit): Ditto.
5324         (wl-draft-decode-header): Ditto.
5325         (wl-draft-decode-body): Ditto.
5326         (wl-draft-check-new-line): Ditto.
5327         (wl-draft-default-headers): Ditto.
5328         (wl-draft-insert-mail-header-separator): Ditto.
5329
5330 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5331
5332         * Version number is increased to 2.9.6.
5333
5334 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5335
5336         * wl-draft.el (wl-draft-delete-field): Optional argument.
5337         (wl-draft-delete-fields): Ditto.
5338
5339 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5340
5341         * wl-message.el (toplevel): Eliminated byte-compile warning.
5342         for `itimer-function', `delete-timer' and `itimer-list'.
5343
5344 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5345
5346         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5347         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5348         `wl-message-buffer-prefetch-threshold'.
5349         * wl-summary.el (wl-summary-redisplay-internal): Remove
5350         the check of `wl-message-buffer-prefetch-depth'.
5351
5352 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5353
5354         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5355         size of article.
5356         (wl-message-buffer-prefetch-subr): Remove size check.
5357
5358 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5359
5360         * wl-vars.el (wl-plugged): Make customizable.
5361
5362 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5363
5364         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5365         (wl-message-buffer-prefetch-set-timer): New function.
5366         (wl-message-buffer-prefetch-get-next): New function.
5367         (wl-message-buffer-prefetch): New function.
5368         (wl-message-buffer-prefetch-next): Rewrite.
5369         (wl-message-buffer-prefetch-subr): Rewrite.
5370         * wl-vars.el (wl-auto-prefetch-first): New variable.
5371         * wl-summary.el (wl-summary-goto-folder-subr): Call
5372         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5373
5374 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5375
5376         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5377         `wl-summary-unread-message-hook'.
5378
5379 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5380
5381         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5382         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5383         if range is `cache-status'.
5384
5385 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5386
5387         * wl-message.el (wl-message-buffer-prefetch-subr):
5388         Improve debug message.
5389
5390 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5391
5392         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5393         `wl-mail-send-pre-hook'.
5394         (wl-draft-send-mail-with-qmail): Ditto.
5395         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5396
5397 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5398
5399         * wl-message.el (wl-message-buffer-prefetch-subr):
5400         Fix for cancel-function-timers bug.
5401         (wl-message-buffer-prefetch-debug): Default value is t.
5402
5403 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5404
5405         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5406         (wl-message-buffer-prefetch-subr): Rewrite.
5407         Rename from `wl-message-buffer-prefetch'.
5408
5409 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5410
5411         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5412         (wl-default-draft-cite-decorate-author): Ditto.
5413
5414         * wl-draft.el (wl-draft-cite-function): Removed.
5415         (wl-default-draft-cite-decorate-author): Ditto.
5416
5417 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5418
5419         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5420         (wl-default-draft-cite): Do not arrange author name if the value of
5421         `wl-default-draft-cite-decorate-author' is nil.
5422
5423 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5424
5425         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5426
5427         * wl-folder.el (wl-folder-check-one-entity): Don't care
5428         `elmo-folder-use-flag-p'.
5429
5430 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5431
5432         * wl-folder (wl-folder-check-one-entity): Fix
5433         problem if unread is nil.
5434
5435 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5436
5437         * wl-address.el (wl-address-make-completion-list): Check whether
5438         the address is a group list.
5439         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5440
5441 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5442
5443         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5444         The number of the messages of new and unread does not count
5445         correctly.
5446
5447         * wl-summary.el (wl-summary-count-unread): Changed to return
5448         `(new . unread)' instead of total.
5449         (wl-summary-sync-update): Follow the change above.
5450
5451         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5452
5453 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5454
5455         * wl-address.el (wl-address-make-completion-list): Do not enclose
5456         address by " <" and ">" if associated realname is "".
5457         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5458         This is against the promblem with group list in .addresses pointed
5459         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5460
5461 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5462
5463         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5464         message is a format control string.
5465         * wl-expire.el (wl-expire-append-log): Ditto.
5466         * wl-mime.el (wl-summary-burst-subr): Ditto.
5467         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5468         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5469
5470 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5471
5472         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5473         wl.el (wl-check-variables): Rename from `wl-check-type'.
5474         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5475         (wl-check-variables-2): New function.
5476         (wl): Call `wl-check-variables-2'.
5477
5478 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5479
5480         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5481         after renaming folder in access group.
5482
5483 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5484
5485         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5486         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5487         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5488         (wl-message-buffer-prefetch): Rewrite.
5489         (wl-message-buffer-prefetch-idle-time): Removed.
5490         * wl-summary.el (wl-summary-redisplay-internal):
5491         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5492         Error check for `wl-message-buffer-prefetch-depht'.
5493
5494 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5495
5496         * Version number is increased to 2.9.5.
5497         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5498
5499 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5500
5501         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5502         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5503         Based on the patch written by
5504         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5505
5506 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5507
5508         * wl-draft.el (wl-draft-raw-send): Fix for
5509         `wl-news-send-pre-hook'
5510
5511 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5512
5513         * wl-utils.el (wl-message-id-function): New variable.
5514         * wl-draft.el (wl-draft-insert-required-fields):
5515         Use `wl-message-id-function'.
5516
5517 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5518
5519         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5520         * wl-utils.el (wl-draft-make-message-id-string):
5521         Use `wl-from' for domain part of Message-ID
5522         if `wl-message-id-use-wl-from' if non-nil.
5523         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5524
5525 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5526
5527         * wl.el (wl): Call `wl-check-type'
5528         Do not 'condition-case'.
5529
5530 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5531
5532         * wl.el (wl-check-type): New function.
5533         (wl-check-type-variables): New variable.
5534
5535 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5536
5537         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5538
5539 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5540
5541         * wl-draft.el (wl-smtp-password-key): New function.
5542         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5543         (wl-draft-send-mail-with-smtp): Ditto.
5544         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5545
5546 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5547
5548         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5549         * wl-utils.el (wl-unique-id-suffix): Remove.
5550
5551 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5552
5553         * Version number is increased to 2.9.4.
5554
5555 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5556
5557         * wl-utils.el (wl-unique-id-suffix): New variable.
5558         (wl-unique-id): Use `wl-unique-id-suffix'
5559
5560 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5561
5562         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5563         instead of `elmo-msgdb-search'.
5564
5565         * Version number is increased to 2.9.3.
5566
5567 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5568
5569         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5570
5571 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5572
5573         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5574         (wl-draft-dispatch-message): Changed for send-later.
5575         (wl-draft-queue-flush): Ditto.
5576         (wl-draft): Clear `wl-sent-message-queued'.
5577         (wl-draft-reedit): Ditto.
5578         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5579         * wl-vars.el (wl-draft-force-queuing): New variable.
5580         (wl-draft-force-queuing-mail): New variable.
5581         (wl-draft-force-queuing-news): New variable.
5582
5583 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5584
5585         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5586         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5587
5588 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5589
5590         * Version number is increased to 2.9.2.
5591
5592 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5593
5594         * wl-draft.el (wl-draft-elide-region): New user command.
5595         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5596
5597         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5598         command `wl-draft-elide-region'.
5599         * wl-mule.el: Ditto.
5600         * wl-xmas.el: Ditto.
5601
5602 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5603
5604         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5605         (wl-biff-check-folder-async): Removed needless let.
5606
5607 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5608
5609         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5610         wl-folder-get-elmo-folder.
5611         (wl-biff-check-folder): Set `biff' argument of
5612         `wl-folder-check-one-entity'.
5613         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5614
5615         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5616         (wl-folder-check-one-entity): Added `biff' argument;
5617         Setup `biff' slot of folder.
5618
5619         * Version number is increased to 2.9.1.
5620
5621 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5622
5623         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5624         comment out and fixed.
5625         (wl-fldmgr-add-completion-subr): Ditto.
5626
5627         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5628         and msgdb.
5629
5630         * wl.el (wl-toggle-plugged): Save summary view.
5631
5632 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5633
5634         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5635
5636 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5637
5638         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5639
5640 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5643         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5644         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5645
5646         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5647         if it was failed.
5648         (wl-demo): Disable undo in the demo buffer.
5649
5650 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5651
5652         * wl-version.el (wl-version): Changed codename.
5653
5654         * Version number is increased to 2.9.0.
5655
5656 2001-12-14  Takuo KITAME <kitame@northeye.org>
5657
5658         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5659         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5660         (wl-folder-mark-as-read-all-current-entity): Ditto.
5661
5662 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5663
5664         * wl-vars.el (wl-from-width): Define as obsolete variable.
5665         (wl-subject-length-limit): Ditto.
5666
5667         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5668
5669         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5670         wl-summary-save-view.
5671
5672         * wl.el (wl-save-status): Ditto.
5673         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5674
5675         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5676         (wl-summary-exit): Follow the change above.
5677         (wl-summary-goto-folder-subr): Ditto.
5678
5679         * wl-folder.el (wl-folder-create-subr): Don't use
5680         `elmo-folder-creatable-p'.
5681
5682 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5683
5684         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5685
5686 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5689         rather than bitmap on Emacs 21.
5690         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5691         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5692         for xbm if the new redisplay engine is not available.
5693
5694 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5695
5696         * wl-folder.el (wl-folder-init-hook): New hook.
5697         (wl-folder-init): Run `wl-folder-init-hook'.
5698
5699 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5700
5701         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5702
5703 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5704
5705         * wl-acap.el (wl-acap-cache-filename): New variable.
5706         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5707         (wl-acap-init): Use cache if no ACAP server found.
5708
5709 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5710
5711         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5712         `wl-acap-original-msgdb-dir'.
5713
5714         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5715         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5716
5717         * wl-mime.el (wl-mime-save-directory): Renamed from
5718         `wl-mime-save-dir'.
5719
5720 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5723
5724         * wl-demo.el: Require `path-util'.
5725         (wl-demo-bitmap-mule-available-p): New internal variable.
5726         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5727         `module-installed-p' instead.
5728         (wl-demo-insert-image): Use *.img file for a bitmap image.
5729         (wl-demo): Don't call the ascii demo recursively.
5730
5731 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5732
5733         * Version number is increased to 2.7.7.
5734
5735 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5736
5737         * wl.el (wl-exit): Eliminated byte-compile warning.
5738
5739 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5740
5741         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5742         obsolete variable using `elmo-define-obsolete-variable'.
5743         (wl-fetch-confirm-threshold): Ditto.
5744         (wl-cache-prefetch-folder-type-list): Ditto.
5745         (wl-cache-prefetch-folder-list): Ditto.
5746
5747 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5750         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5751         (wl-demo-insert-image): New function.
5752         (wl-demo-insert-text): New function.
5753         (wl-demo-image-type-alist): Redefine as a function.
5754         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5755         (wl-demo-with-temp-file-buffer): Removed.
5756         (wl-logo-xpm): Removed.
5757         (wl-logo-xbm): Removed.
5758         (wl-logo-bitmap): Removed.
5759
5760 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5761
5762         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5763         (wl-expire-localdir-get-folder-function): New user option.
5764         (wl-expire-localdir-get-folder): New function.
5765         (wl-expire-localdir-date): Ditto.
5766
5767 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5768
5769         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5770         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5771         Fixed unread number mismatch when all-unread < unread.
5772
5773 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5774
5775         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5776         (wl-fetch-confirm-threshold): Ditto.
5777
5778         * wl-summary.el (wl-summary-confirm-appends): Removed.
5779         (wl-summary-sync-update): Don't refer
5780         `wl-summary-update-confirm-threshold' (It is now abolished).
5781
5782         * wl-message.el (wl-message-display-internal): Don't refer
5783         `wl-fetch-confirm-threshold' (It is now abolished).
5784
5785 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5786
5787         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5788
5789 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5790
5791         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5792         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5793         Change default value to nil.
5794         (wl-summary-indent-length-limit): The value can be nil, nil means
5795         unlimited.
5796
5797         * wl-summary.el: Don't set limit for indent length if the value of
5798         wl-summary-indent-length-limit is nil.
5799         If the value of wl-summary-width is nil, it means only that the width
5800         of summary is unlimited (nil doesn't mean that the indent length is
5801         unlimited).
5802
5803         * wl-thread.el: Ditto.
5804
5805 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5806
5807         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5808         be nil, nil means never confirm.
5809         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5810
5811 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5812
5813         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5814         means unlimited).
5815
5816 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5817
5818         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5819         Use `with-temp-buffer'.
5820
5821 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5822
5823         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5824         with new backquote style).
5825         (wl-folder-get-entity-from-buffer): Ditto.
5826
5827 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5828
5829         * wl-version.el (nemacs-version): Eliminated.
5830         (wl-extended-emacs-version2): Ignore nemacs.
5831         (wl-extended-emacs-version3): Ditto.
5832
5833 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5834
5835         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5836         (wl-draft-add-in-reply-to): New variable.
5837         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5838         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5839         (wl-draft-yank-from-mail-reply-buffer): Use
5840         `wl-draft-add-in-reply-to'.
5841         (wl-draft-insert-current-message): Ditto.
5842
5843 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5844
5845         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5846         typo (kill->hide).
5847         (wl-message-buffer-prefetch-folder-type-list): Added elements
5848         `mark' and `cache' instead of `internal'.
5849
5850 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5851
5852         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5853         resume msgdb directory.
5854
5855 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5856
5857         * wl.el (wl-exit): Call `wl-acap-exit'.
5858
5859         * wl-summary.el (wl-summary-message-string): New function.
5860         (wl-summary-reedit): Use it.
5861         (wl-summary-resend-bounced-mail): Remove needless let.
5862         (wl-summary-supersedes-message): Ditto.
5863         (wl-summary-save): Ditto.
5864
5865         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5866         (wl-acap-init): Set it.
5867         (wl-acap-exit): New function.
5868
5869 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5870
5871         * wl.el (wl-init): Revert (require 'mime-setup). move from
5872         toplevel.
5873
5874 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5875
5876         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5877         local variables.  Add error when guess function return invalid
5878         value.
5879
5880 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5881
5882         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5883         Change local variable name.
5884         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5885         (wl-folder-get-newsgroups): Return nil when non-news folder.
5886         * wl-summary.el (wl-summary-write-current-folder): State through
5887         when guess-list return nil.
5888         (wl-summary-write-current-folder-functions): Fixed docstring.
5889
5890         * wl.el (wl-exit): Changed confirm message.
5891
5892         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5893         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5894
5895         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5896
5897 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5898
5899         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5900         user option (Renamed from wl-cache-prefetch-folder-type-list).
5901         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5902         from wl-cache-prefetch-folder-list).
5903
5904         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5905         Move to wl-vars.el.
5906         (wl-message-buffer-prefetch-p): Changed to enable
5907         `wl-message-buffer-prefetch-folder-list'.
5908
5909         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5910         `ignore-cache'.
5911
5912 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5913
5914         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5915         `part-top' and `part-bottom'.
5916         (wl-draft-config-sub-part-top): New function.
5917         (wl-draft-config-sub-part-bottom): New function.
5918
5919 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5920
5921         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5922
5923 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5924
5925         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5926
5927 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5928
5929         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5930
5931         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5932         (wl-summary-write-current-folder): Ditto.
5933
5934 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5935
5936         * wl-folder.el (wl-folder-get-newsgroups): Use
5937         `elmo-folder-newsgroups'.
5938
5939 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5940
5941         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5942         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5943         `wl-draft-config-sub-header-bottom'.
5944
5945 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5946
5947         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5948         localnews folder.
5949
5950 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5951
5952         * wl-summary.el (wl-summary-mode): Undo last change.
5953
5954         * wl-folder.el (wl-folder-mode): Ditto.
5955
5956 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5957
5958         * wl-summary.el (wl-summary-mode): Locally set
5959         truncate-partial-window-width to nil.
5960         (for XEmacs)
5961
5962         * wl-folder.el (wl-folder-mode): Ditto.
5963
5964 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5965
5966         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5967
5968 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5969
5970         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5971         number.
5972
5973         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5974
5975         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5976
5977         * Version number is increased to 2.7.6.
5978
5979 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5980
5981         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5982
5983 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5984
5985         * wl-summary.el (wl-summary-sync-update): Enclose network
5986         related portion with `unwind-protect'.
5987
5988 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5989
5990         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5991
5992 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5993
5994         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5995         element.
5996         * wl-vars.el (wl-message-body-button-alist): Ditto.
5997
5998         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5999         max match length.
6000         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6001
6002         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6003         for the max match length;
6004         Use 4th element value for the button string regexp group.
6005
6006         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6007         candidate exists, prompt to select.
6008
6009 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6010
6011         * wl-summary.el (wl-summary-jump-to-msg): Search before
6012         calibration point by `beginning-of-line'.
6013
6014 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6015
6016         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6017         for access group.
6018
6019 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6020
6021         * wl-message.el (wl-message-display-internal): Bind
6022         `default-mime-charset'.
6023
6024         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6025
6026         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6027
6028         * Version number is increased to 2.7.5.
6029
6030 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6031
6032         * wl-expire.el (wl-summary-archive): Fixed;
6033         Use `elmo-folder-name-internal'.
6034
6035 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6036
6037         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6038         from `elmo-folder-move-messages' caller.
6039         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6040
6041         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6042         related portions are changed).
6043
6044 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6045
6046         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6047         counter.
6048
6049 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6050
6051         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6052         buffer local and set it to nil.
6053
6054         * wl-message.el (wl-message-redisplay): Ditto.
6055
6056 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6057
6058         * wl-summary.el (wl-summary-mark-as-important): If message is
6059         already cached, set messag as read, otherwise encache and mark as read.
6060
6061 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6062
6063         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6064         point-min.
6065
6066 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6067
6068         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6069         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6070         a keymap.
6071
6072 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6073
6074         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6075         parent.
6076
6077         * wl-mule.el (wl-message-define-keymap): Ditto.
6078
6079         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6080
6081         * wl-xmas.el (wl-message-display-internal-hook): Define.
6082         (wl-xmas-setup-message-toolbar): Define as function.
6083         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6084         (wl-message-overload-functions): Abolished.
6085         (wl-message-define-keymap): New function.
6086
6087         * wl-vars.el (wl-message-display-internal-hook): New variable.
6088         (wl-message-header-button-alist): New variable (Renamed from
6089         wl-highlight-message-header-button-alist).
6090         (wl-message-body-button-alist): Ditto.
6091
6092         * wl-mule.el (wl-message-define-keymap): New function.
6093         (wl-message-overload-functions): Abolished.
6094
6095         * wl-message.el (wl-message-add-buttons-to-body): New function.
6096         (wl-message-redisplay): Don't call wl-message-overload-functions;
6097         Call wl-message-add-buttons-to-header and
6098         wl-message-add-buttons-to-body.
6099         (wl-message-display-internal): Set keymap argument for
6100         elmo-mime-display-as-is, elmo-mime-message-display;
6101         Run wl-message-display-internal-hook.
6102         (wl-message-refer-article-or-url): Abolished.
6103
6104         * wl-highlight.el (wl-highlight-headers): Don't call
6105         wl-highlight-message-add-buttons-to-header.
6106         (wl-highlight-message-add-buttons-to-header): Abolished.
6107
6108
6109         * wl-e21.el (wl-message-display-internal-hook): Define.
6110         (wl-e21-setup-toolbar): Deleted duplicated binding.
6111         (wl-e21-setup-message-toolbar): Define as function.
6112         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6113         (wl-message-define-keymap): New function.
6114         (wl-message-overload-functions): Abolished.
6115
6116 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6117
6118         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6119         and elmo-folder-close.
6120
6121         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6122
6123 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6124
6125         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6126         boolean value.
6127         * wl-draft.el (wl-draft-do-fcc): Ditto.
6128
6129 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6130
6131         * wl-vars.el (wl-fcc-force-as-read): New variable.
6132         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6133         mark copied message as read.
6134
6135 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6136
6137         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6138
6139 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6140
6141         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6142         `wl-summary-target-above' instead of obsolete variable
6143         `wl-summary-temp-above'.
6144
6145         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6146         instead of `make-obsolete-variable'.
6147         * wl-refile.el (toplevel): Ditto.
6148
6149 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6150
6151         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6152         with third argument t.
6153         (wl-draft): Set first argument for wl-plugged-init as t.
6154
6155         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6156         definition.
6157
6158 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6159
6160         * wl-vars.el: Tabify.
6161         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6162
6163         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6164         message.
6165
6166 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6167
6168         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6169         and set default to beep.
6170
6171 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6172
6173         * wl-vars.el (wl-draft-truncate-lines): New variable.
6174
6175         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6176         instead of wl-message-truncate-lines for truncate-lines.
6177
6178 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6179
6180         * wl-message.el (wl-message-display-internal): Call
6181         `wl-highlight-message' after `elmo-mime-display-as-is'.
6182
6183         * wl-mime.el (wl-mime-display-text/plain): New function.
6184         (wl-mime-display-header): Ditto.
6185         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6186         body-presentation-method for text/plain;
6187         Register `wl-mime-display-header' as a header-presentation-method;
6188         Don't set up `elmo-message-text-content-inserted-hook' and
6189         `elmo-message-header-inserted-hook'.
6190
6191         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6192         variable.
6193         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6194         as t if flag is 'all-header;
6195         Don't bind `elmo-message-ignored-field-list',
6196         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6197
6198 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6199
6200         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6201         for xemacs with non-mule environment.
6202
6203 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6204
6205         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6206         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6207         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6208
6209 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6210
6211         * wl-vars.el (wl-interactive-send): Set default value as t.
6212
6213 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6214
6215         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6216         (wl-addrmgr-method-list): Abolished.
6217         (wl-addrmgr-change-method): Follow above change.
6218
6219         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6220
6221 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6222
6223         * wl-vars.el (wl-message-truncate-lines): Change default value
6224         to default-truncate-lines.
6225
6226         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6227
6228 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6229
6230         * wl-vars.el (wl-message-truncate-lines): New variable.
6231
6232         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6233         wl-message-truncate-lines.
6234
6235 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6236
6237         * wl-acap.el (wl-acap-init): Remove period from error message.
6238         (wl-acap-find-acap-service): Remove period from message.
6239
6240 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6241
6242         * wl.el (wl-check-environment): Undo last change.
6243
6244         * wl-vars.el (wl-from): Changed default value.
6245
6246         * wl-util.el (toplevel): Don't require tm-edit.
6247
6248         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6249         `wl-folder-init';
6250         Don't set mark on mail body.
6251         (wl-draft-reedit): Ditto.
6252
6253         * wl-address.el (wl-address-quote-specials): Define as an alias for
6254         elmo-address-quote-specials.
6255
6256 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6257
6258         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6259
6260         * wl-vars.el (wl-from): Set default value as nil.
6261         (wl-organization): Set default value as ORGANIZATION environment
6262         variable.
6263
6264         * wl-draft.el (wl-smtp-extension-bind): Check value of
6265         wl-smtp-connection-type.
6266
6267         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6268         error.
6269
6270 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6271
6272         * Version number is increased to 2.7.4.
6273
6274         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6275         arguments from `wl-highlight-x-face-function' caller.
6276         Use x-face-1.3.6.12 or later.
6277
6278 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6279
6280         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6281
6282 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6283
6284         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6285         (wl-fcc): Fix to accept function.
6286         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6287
6288 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6289
6290         * wl-acap.el (toplevel): Added `product-provide' declare.
6291         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6292
6293 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6294
6295         * wl.el (wl): Changed order of calling `elmo-init'
6296         and `elmo-folder-init'.
6297
6298 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6299
6300         * wl-mime.el (wl-summary-burst): Extract message when content-type
6301         of root entity is not only `multipart' but also `message/rfc822'.
6302         (wl-summary-burst-subr): Ditto.
6303
6304 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6305
6306         * wl-vars.el (toplevel): Require 'custom.
6307         (wl-trash-folder): Added to `wl-setting' group.
6308
6309         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6310         exists.
6311         (wl-addrmgr-draw): Insert empty line when no entry exists.
6312
6313         * wl-mule.el (wl-message-wheel-up): Fixed.
6314         (wl-message-wheel-down): Ditto.
6315
6316 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6317
6318         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6319         config is an anonymous lambda expression.
6320
6321 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6324         when Mule 2 is running.
6325
6326 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6327
6328         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6329
6330 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6331
6332         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6333         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6334
6335         * wl-address.el (wl-address-specials-regexp): Eliminated.
6336         (wl-address-quote-specials): Rewrite.
6337
6338 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6339
6340         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6341         shy-groups for regexp.
6342
6343         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6344         character classes and Perl style shy-groups for regexp.
6345         (wl-highlight-plugged-current-line): Use Posix style character
6346         classes for regexp.
6347         (wl-e21-highlight-folder-by-numbers): Ditto.
6348         (wl-e21-display-image-p): Use `display-images-p' instead of
6349         `display-graphic-p'.
6350         (display-images-p): Make an alias to `display-graphic-p' if it is
6351         not available.  It is for Emacs version prior to 21.0.105.
6352
6353         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6354         `display-graphic-p'.
6355         (wl-demo-image-type-alist): Ditto.
6356         (display-images-p): Make an alias to `display-graphic-p' if it is
6357         not available.  It is for Emacs version prior to 21.0.105.
6358
6359 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6360
6361         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6362         support.
6363         (wl-generate-user-agent-string): Ditto.
6364
6365         * wl-version.el (wl-version): Update docsting.
6366         (wl-version-status): Ditto.
6367
6368 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6369
6370         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6371         21.0.105.  For Emacs 21.0.104 or earlier.
6372
6373 2001-09-03  Takuo KITAME <kitame@northeye.org>
6374
6375         * wl-e21.el (wl-plugged-init-icons): Use
6376         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6377         (wl-biff-init-icons): Ditto.
6378
6379 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6380
6381         * wl-highlight.el (wl-highlight-summary-current-line):
6382         Fixed highlighting refile/copy destination.
6383
6384         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6385         (wl-acap-store): Encode string by wl-acap-coding-system.
6386
6387 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6388
6389         * wl-acap.el (toplevel): Check and require 'un-define before
6390         'xemacs-ucs;
6391          Added checking for UTF-2000.
6392
6393 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6394
6395         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6396         Don't enclose with `eval-and-compile'.
6397
6398         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6399         wl-init is non-nil.
6400
6401         * wl-draft.el (wl-draft): Ditto.
6402
6403         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6404
6405         * wl-acap.el (toplevel): Require 'wl.
6406         (wl-acap-store): Call `elmo-init'.
6407
6408         * wl.el (wl): Changed position of `wl-check-environment'.
6409         (toplevel): Added autoload setting for wl-acap.
6410
6411         * wl-vars.el (wl-setting): New custom group.
6412         (wl-from): Added wl-setting group.
6413         (wl-user-mail-address-list): Ditto.
6414         (wl-organization): Ditto.
6415         (wl-subscribed-mailing-list): Ditto.
6416         (wl-envelope-from): Ditto.
6417         (wl-smtp-posting-user): Ditto.
6418         (wl-smtp-posting-server): Ditto.
6419         (wl-smtp-posting-port): Ditto.
6420         (wl-smtp-authenticate-type): Ditto.
6421         (wl-pop-before-smtp-user): Ditto.
6422         (wl-pop-before-smtp-server): Ditto.
6423         (wl-pop-before-smtp-port): Ditto.
6424         (wl-pop-before-smtp-authenticate-type): Ditto.
6425         (wl-nntp-posting-server): Ditto.
6426         (wl-nntp-posting-user): Ditto.
6427         (wl-nntp-posting-port): Ditto.
6428         (wl-fetch-confirm-threshold): Ditto.
6429         (wl-prefetch-threshold): Ditto.
6430         (wl-thread-insert-opened): Ditto.
6431         (wl-ldap-server): Ditto.
6432         (wl-ldap-port): Ditto.
6433         (wl-ldap-base): Ditto.
6434         (wl-ldap-objectclass): Ditto.
6435         (wl-use-ldap): Ditto.
6436         (wl-draft-config-alist): Ditto.
6437         (wl-draft-config-matchone): Ditto.
6438         (wl-template-alist): Ditto.
6439         (wl-message-sort-field-list): Ditto.
6440         (wl-message-ignored-field-list): Ditto.
6441         (wl-message-visible-field-list): Ditto.
6442         (wl-interactive-send): Ditto.
6443         (wl-summary-move-order): Ditto.
6444         (wl-auto-select-first): Ditto.
6445         (wl-auto-select-next): Ditto.
6446         (wl-interactive-save-folders): Ditto.
6447
6448         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6449         Initialization codes are moved from wl-local-folder-init.
6450         (wl-local-folder-init): Follow the change above.
6451         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6452
6453         * wl-acap.el: New file.
6454
6455         * Version number is increased to 2.7.3.
6456
6457 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6458
6459         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6460
6461 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6462
6463         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6464         (wl-addrmgr-address-entry-list): Ditto.
6465
6466 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6467
6468         * wl-e21.el (wl-draft-mode-map): Removed binding for
6469         `wl-draft-insert-x-face-field'.
6470
6471         * wl-mule.el (wl-draft-mode-map): Ditto.
6472
6473         * wl-xmas.el (wl-draft-mode-map): Ditto.
6474
6475         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6476         (wl-cs-autoconv): Ditto.
6477         (wl-cs-local): Ditto.
6478         (wl-use-scoring): Ditto.
6479         (wl-mime-charset): Ditto.
6480         (wl-folder-check-async): Ditto.
6481
6482         * wl.el (toplevel): Ignore nemacs and tm.
6483         (wl-exit): Ditto.
6484
6485         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6486         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6487         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6488         instead of wl-address-petname-add-or-change.
6489         (wl-summary-edit-addresses-subr): Use wl-address-delete
6490         instead of wl-address-petname-delete.
6491
6492         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6493
6494         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6495         if error occured.
6496
6497         * wl-message.el (require): Remove tm support.
6498
6499         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6500
6501         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6502         (wl-folder-jump-to-current-entity): Ditto.
6503         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6504
6505         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6506         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6507         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6508
6509         * wl-mule.el (wl-draft-key-setup): Ditto.
6510
6511         * wl-xmas.el (wl-draft-key-setup): Ditto.
6512
6513         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6514         (wl-draft-std11-parse-addresses): New function.
6515         (wl-draft-parse-mailbox-list): Use it.
6516         (wl-draft): Ignore nemacs.
6517         (wl-draft-reedit): Ditto.
6518
6519         * wl-addrmgr.el: New file.
6520         (Original is wl-rcpt.el written by
6521         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6522         Thanks Kitamoto-san.)
6523
6524         * wl-address.el (wl-address-make-address-list): Modified parsing
6525         process.
6526         (wl-address-delete): Renamed from `wl-address-petname-delete';
6527         Modify wl-address-list too.
6528         (wl-address-add-or-change): Renamed from
6529         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6530
6531 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6532
6533         * wl-highlight.el (wl-highlight-summary-current-line):
6534           Work with transient-mark-mode
6535
6536 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6537
6538         * Version number is increased to 2.7.2.
6539
6540         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6541         instead of elmo-dop-queue-method.
6542
6543 2001-08-06  SAITO Atsunori <sai@yedo.com>
6544
6545         * wl-vars.el (wl-ldap-objectclass): New user option.
6546
6547         * wl-address.el (wl-ldap-make-filter): Use it.
6548
6549 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6550
6551         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6552
6553 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6554
6555         * wl-folder.el (wl-folder): redisplay after folder insertion.
6556
6557         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6558
6559         * wl-summary.el (wl-summary-sync-update):
6560         Change status mark only when new-msgdb exists.
6561         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6562
6563 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6564
6565         * wl-summary.el (wl-summary-open-folder): New function.
6566         (wl-summary-goto-folder-subr): Use it.
6567         (wl-summary-mark-as-important): Fix;
6568         Encache only when no cache exists.
6569
6570 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6571
6572         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6573         Use with-current-buffer.
6574
6575 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6576
6577         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6578         before call `get-buffer'. Fixed parenthesis.
6579         (wl-score-get-header-entry): Clear message and help window when
6580         keyboard quit.
6581         (wl-score-edit-insert-header): Ditto.
6582
6583 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6584
6585         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6586         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6587         (wl-default-draft-cite): Fix.
6588
6589         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6590         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6591
6592 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6593
6594         * wl-message.el (wl-message-prev-page): Do same bahavior
6595         as summary when it is called in the message buffer.
6596         (wl-message-next-page): Ditto.
6597
6598 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6599
6600         * wl-summary.el (wl-summary-forward): Use cache if it is not
6601         section cache.
6602
6603 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6604
6605         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6606         Removed redundant require of elmo-vars.
6607         (wl-biff-state-indicator-on): Changed default value for
6608         xemacs with non-mule environment.
6609
6610         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6611         wl-message-buffer is nil;
6612         Hide progress bar after moving messages.
6613
6614 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6615
6616         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6617         message at cursor point is deleted.
6618
6619 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6620
6621         * wl-vars.el: Changed file coding system to euc-japan.
6622         Added -*-coding:-*- magic to the first line.
6623
6624         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6625         Search parent from the first message.
6626
6627         * Version number is increased to 2.7.1.
6628
6629 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6630
6631         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6632
6633 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6634
6635         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6636         refile/delete execution.
6637
6638         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6639         Fixed docstring.
6640
6641 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6642
6643         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6644         do update process;
6645         Don't update marks when update process is interrupted.
6646
6647 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6648
6649         * wl-summary.el (wl-summary-reply): Fixed problem when
6650         wl-draft-use-frame is non-nil.
6651         (wl-summary-forward): Ditto.
6652
6653         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6654         as nil.
6655         (wl-folder-mark-as-read-all-entity): Ditto.
6656         (wl-folder-prefetch-entity): Ditto.
6657
6658         * wl.el (wl): Check environment before wl-init.
6659
6660         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6661         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6662         instead of wl-summary-collect-unread.
6663         (wl-summary-reply): Split message window.
6664
6665 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6666
6667         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6668         only if current language environment is japanese,
6669
6670         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6671         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6672         (wl-folder-goto-folder-subr): Ditto.
6673
6674         * wl-draft.el (wl-draft-dispatch-message): Call
6675         `elmo-file-cache-get-path'.
6676
6677 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6678
6679         * wl-summary.el (wl-summary-cursor-move): If return value of
6680         wl-summary-next-message is not number, don't jump.
6681
6682 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6683
6684         * wl-summary.el (wl-summary-buffer-next-message-function): New
6685         variable.
6686         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6687         if it is bound.
6688
6689         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6690         string.
6691
6692         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6693         (wl-plugged-drawing): Ditto.
6694
6695 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6696
6697         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6698         process.
6699         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6700         with unwind-protect.
6701
6702         * wl.el (wl-init): Require mime-setup.
6703         (wl-check-environment): Don't require mime-setup.
6704
6705         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6706         instead of elmo-folder-type.
6707
6708         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6709         value as nil.
6710
6711 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6712
6713         * Version number is increased to 2.7.0.
6714
6715         * wl-version.el (wl-version): Changed codename.
6716
6717         * wl-summary.el (wl-summary-delete-cache): Fixed.
6718
6719         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6720         Workaround for net folders.
6721         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6722
6723         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6724         value to nil (According to the patch from
6725         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6726
6727         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6728         of elmo-folder-close.
6729
6730 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6731
6732         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6733         for postfix.
6734
6735 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6736
6737         * wl-summary.el (wl-summary-resend-message): Fixed.
6738
6739         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6740         Call wl-draft with `from' argument if its address is included in
6741         `wl-user-mail-address-list'.
6742         (wl-draft): Added `from' argument.
6743
6744         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6745         non-nil.
6746         (wl): Don't show demo if wl-demo is nil.
6747
6748         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6749         wl-summary-use-frame.
6750
6751         * wl-vars.el (wl-summary-use-frame): New user option.
6752         (wl-folder-use-frame): Changed docstring.
6753
6754         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6755         non-nil.
6756         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6757         wl-summary-use-frame.
6758
6759         * wl-vars.el (wl-folder-use-frame): New user option.
6760
6761         * wl-summary.el (wl-summary-exit): Back to folder frame if
6762         wl-folder-use-frame is non-nil.
6763         (wl-summary-redisplay-internal): Ignore cache if current folder
6764         is draft folder,
6765         (wl-summary-redisplay-no-mime): Ditto.
6766         (wl-summary-redisplay-all-header): Ditto.
6767
6768         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6769         if wl-folder-use-frame is non-nil.
6770
6771 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6772
6773         * wl-summary.el (wl-summary-sync-update): Bind
6774         elmo-folder-update-threshold.
6775         (wl-summary-mark-as-important): Enclosed server mark processing
6776         with `save-match-data'.
6777
6778         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6779         only when it is already defined.
6780
6781 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6782
6783         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6784         name of folder exclude localdir is wrong.
6785         * wl-folder.el (wl-folder-sync-entity):
6786         Set `wl-summary-always-sticky-folder-list' as nil.
6787         (wl-folder-mark-as-read-all-entity): Ditto.
6788         (wl-folder-prefetch-entity): Ditto.
6789
6790 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6791
6792         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6793         instead of `wl-summary-write-current-newsgroup'.
6794
6795 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6796
6797         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6798         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6799         non-nil and selected message is important, do not display.
6800
6801 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6802
6803         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6804
6805 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6806
6807         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6808
6809         * wl-summary.el (wl-summary-mark-as-important): Set message number
6810         using wl-summary-message-number.
6811
6812 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6813
6814         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6815         destination folder is 'null.
6816
6817 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6818
6819         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6820         New function.
6821         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6822         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6823         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6824
6825 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6826
6827         * wl-mime.el (wl-mime-setup): Added setting for
6828         `mime-setup-signature-key-alist' to avoid overriding key bind for
6829         `wl-draft-send'.
6830
6831         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6832         for `wl-draft-send'.
6833         * wl-mule.el (wl-draft-overload-functions): Ditto.
6834         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6835         * wl-draft.el (wl-draft-send): Ditto.
6836
6837         * wl-message.el (wl-message-display-internal):
6838         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6839         (Patch is provided by <kita@coe.nttdata.co.jp>).
6840
6841 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6842
6843         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6844
6845 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6846
6847         * wl.el (wl): Fix for wl-demo.
6848
6849 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6850
6851         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6852
6853 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6854
6855         * wl-folder.el (wl-folder-prefetch-entity): Use
6856         `wl-folder-get-elmo-folder'.
6857         (wl-folder-count-incorporates): Do not use
6858         `wl-folder-get-elmo-folder'.
6859
6860 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6861
6862         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6863         instead of `elmo-folder-get-type'.
6864
6865 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6866
6867         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6868         position on Subject: field.
6869         (Advised by Mito <mit@nines.nec.co.jp>)
6870
6871 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6872
6873         * wl-folder.el (wl-folder-prefetch-entity): Use
6874         `wl-folder-get-elmo-folder'.
6875
6876 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6877
6878         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6879
6880         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6881         `process-duplicates' slot.
6882
6883         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6884         if detection failed.
6885
6886 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6887
6888         * wl-version.el (wl-version-status): Set to "alpha".
6889
6890 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6891
6892         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6893         Check wl-message-buffer lives before set-buffer.
6894
6895 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6896
6897         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6898         called in folder mode.
6899         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6900         * wl-summary.el (wl-summary-exit-pre-hook): Run
6901         `wl-summary-exit-pre-hook' before exit summary mode.
6902
6903 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6904
6905         * wl-version.el (wl-version-status): New variable.
6906         (wl-version-status-alist): Removed.
6907         (wl-version-status): Rule included.
6908
6909 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6910
6911         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6912         @sponichi.
6913
6914         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6915         when `mail-reply-buffer' is buffer-local variable.
6916         (Reported by <kita@coe.nttdata.co.jp>).
6917
6918 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6919
6920         * wl-vars.el (toplevel): Require 'elmo-util.
6921
6922 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6923
6924         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6925         (All other related portions are changed)
6926
6927         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6928
6929         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6930
6931 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6932
6933         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6934
6935 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6936
6937         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6938         Delete other windows to avoid an error.
6939         Use `point-marker' instead of `point' to remember the start point
6940         of body.
6941
6942         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6943
6944         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6945         number not to exceed all message number.
6946
6947 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6948
6949         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6950         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6951
6952 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6953
6954         * wl-summary.el (wl-summary-sync-force-update): Added argument
6955         no-check.
6956         (wl-summary-sync-update): Ditto.
6957         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6958         with `no-check'.
6959
6960         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6961         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6962         already running.
6963
6964 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6965
6966         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6967         `dst-folder-arg'.
6968         (wl-expire-archive-number1): Diito.
6969         (wl-expire-archive-number2): Diito.
6970         (wl-expire-archive-Date): Diito.
6971         (wl-archive-number1): Diito.
6972         (wl-archive-number2): Diito.
6973         (wl-archive-date): Diito.
6974         (wl-archive-folder-p): New function.
6975         (wl-summary-expire): Support of expand folder name at
6976         wl-expire-alist.
6977         * wl-util.el (wl-expand-newtext): Renamed from
6978         `wl-refile-expand-newtext'.
6979
6980 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6981
6982         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6983         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6984         `(elmo-msgdb-get-overview msgdb)'.
6985         (wl-summary-prefetch): Bind match data before call
6986         `wl-summay-prefetch-msg'.
6987         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6988         'off if `wl-summary-buffer-disp-msg' is non-nil.
6989         Fixed problem that couldn't show only one new or unread message when
6990         enter folder.
6991         (wl-summary-reply): Don't call `split-window-vertically' and other
6992         window.
6993
6994 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6995
6996         * wl-expire.el (wl-expire-refile): Fixed.
6997
6998 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6999
7000         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7001
7002         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7003         biff notification is removed.
7004
7005         * wl.el (wl): Changed position of `elmo-init'.
7006
7007         * wl-draft.el (wl-default-draft-cite): Use date field
7008         on the citation buffer.
7009
7010         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7011
7012         * wl-xmas.el (wl-folder-internal-icon-list): Added
7013         `wl-folder-shimbun-image'.
7014
7015         * wl-e21.el (wl-folder-internal-icon-list): Added
7016         `wl-folder-shimbun-image'.
7017
7018 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7019
7020         * wl.el (wl-init): Eliminated argument.
7021         (wl): Rewrite.
7022
7023         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7024         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7025         instead of `elmo-folder-msgdb-internal'.
7026         (wl-summary-sync-update): Ditto.
7027         (wl-summary-flush-pending-append-operations): Eliminated.
7028         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7029         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7030         `elmo-folder-open'.
7031
7032         * wl-mime.el (wl-summary-burst): Fixed.
7033
7034         * wl-folder.el (wl-folder-info-save): Check data type.
7035
7036         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7037         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7038         instead of `elmo-folder-msgdb-internal'.
7039         (wl-expire-hide): Ditto.
7040
7041
7042         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7043
7044 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7045
7046         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7047
7048 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7049
7050         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7051
7052 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7053
7054         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7055         Fixed `match-beginning' argument mismatch.
7056
7057 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7058
7059         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7060         the default value.
7061
7062 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7063
7064         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7065         instead of `elmo-nntp-default-port'.
7066
7067         * wl-vars.el: Fixed some doc strings.
7068
7069 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7070
7071         * wl-summary.el (wl-summary-prefetch-msg): Use
7072         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7073
7074         * wl-vars.el: Define *-func as obsolete variable using
7075         `elmo-define-obsolete-variable'.
7076
7077         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7078         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7079         instead of `wl-message-buffer-prefetch-threshold'.
7080
7081         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7082
7083         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7084
7085         * wl-draft.el (wl-caesar-region-func): Ditto.
7086
7087         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7088         Keep unread status in elmo-folder-move-messages.
7089         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7090
7091 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7092
7093         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7094         `wl-summary-buffer-exit-func'
7095         (wl-summary-buffer-message-redisplay-function): Renamed from
7096         `wl-summary-buffer-message-redisplay-func'
7097         (wl-summary-buffer-next-folder-function): Renamed from
7098         `wl-summary-buffer-next-folder-func'.
7099         (wl-summary-buffer-prev-folder-function): Renamed from
7100         `wl-summary-buffer-prev-folder-func'.
7101         (wl-summary-get-petname-function): Renamed from
7102         `wl-summary-get-petname-func'.
7103
7104         * wl-score.el (wl-score-edit-exit-function): Renamed from
7105         `wl-score-edit-exit-func'.
7106
7107         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7108         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7109
7110         * wl-util.el (wl-load-profile-function): Renamed from
7111         `wl-load-profile-func'.
7112
7113         * wl-folder.el (wl-folder-completion-function): Renamed from
7114         `wl-folder-completion-func'.
7115         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7116
7117         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7118         `wl-expire-archive-get-folder-func'.
7119         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7120         (wl-draft-send-mail-function): Renamed from
7121         `wl-draft-send-mail-func'.
7122         (wl-draft-send-news-function): Renamed from
7123         `wl-draft-send-news-func'.
7124         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7125         (wl-generate-mailer-string-function): Renamed from
7126         `wl-generate-mailer-string-func'.
7127         (wl-highlight-signature-search-function): Renamed from
7128         `wl-highlight-signature-search-func'.
7129         (wl-highlight-x-face-function): Renamed from
7130         `wl-highlight-x-face-func'
7131         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7132         (wl-ps-print-buffer-function): Renamed from
7133         `wl-ps-print-buffer-func'
7134         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7135         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7136         (wl-summary-subject-filter-function): Renamed from
7137         `wl-summary-subject-filter-func'.
7138
7139         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7140         `wl-draft-queue-flush-send-func'
7141         (wl-draft-cite-function): Renamed from
7142         `wl-draft-cite-func'
7143
7144         * wl-address.el (wl-address-init-function): Renamed from
7145         `wl-address-init-func'.
7146
7147 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7148
7149         * wl-draft.el (wl-draft-queue-flush): Don't call
7150         `elmo-dop-unlock-message'.
7151         * wl-draft.el (wl-draft-queue-append): Don't call
7152         `elmo-dop-lock-message'.
7153
7154         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7155         (wl-summary-buffer-folder-name): Ditto.
7156         (wl-summary-message-regexp): Added '-' (all other related portions
7157         are changed).
7158         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7159         wl-summary-buffer-folder-name.
7160
7161 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7162
7163         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7164         the number of mails in the folder buffer is not updated by wl-biff.
7165
7166 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7167
7168         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7169         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7170
7171 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7172
7173         * wl-summary.el (wl-summary-next-message):
7174         Return next message number when wl-summary-move-order is nil.
7175
7176 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7177
7178         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7179         `wl-summary-move-spec-alist'.
7180         (wl-summary-move-spec-unplugged-alist): New variable
7181         (Move spec for unplugged status).
7182         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7183         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7184
7185 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7186
7187         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7188         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7189
7190 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7191
7192         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7193         simple quotation to quote the anonymous function.
7194         * tm-wl.el (wl-draft-preview-message): Ditto.
7195
7196 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7197
7198         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7199         Eliminate redundant `save-excursion'.
7200         (wl-highlight-summary-current-line): Ditto.
7201
7202         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7203         accessing match data when `looking-at' failed.
7204
7205         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7206         `elmo-match-string' where users don't care about the speed.
7207         (wl-draft-save): Ditto.
7208
7209 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7210
7211         * wl-util.el (wl-regexp-opt): New function.
7212
7213         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7214         number from `wl-summary-buffer-number-list'.
7215         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7216         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7217         (wl-summary-move-spec-alist): Changed default setting.
7218
7219 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7220
7221         * wl-vars.el (wl-biff-notify-hook): New hook.
7222         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7223         the arrival of new mail.
7224         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7225         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7226
7227 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7228
7229         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7230
7231 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7232
7233         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7234
7235         * Version number is increased to 2.5.8.
7236
7237         * wl-thread.el (toplevel): require 'cl.
7238         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7239         (wl-thread-make-number-list): New function.
7240         (wl-thread-entity-make-number-list-from-children): Ditto.
7241         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7242         (wl-thread-entity-insert-as-children): Likewise.
7243         (wl-thread-delete-message): Likewise.
7244         (wl-meaning-of-mark): Eliminated.
7245         (wl-thread-next-failure-mark-p): Ditto.
7246         (wl-thread-entity-get-mark): Ditto.
7247         (wl-thread-meaning-alist-get-result): Ditto.
7248         (wl-thread-entity-check-prev-mark): Ditto.
7249         (wl-thread-entity-check-next-mark): Ditto.
7250         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7251         (wl-thread-entity-get-prev-marked-entity): Ditto.
7252         (wl-thread-get-prev-unread): Ditto.
7253         (wl-thread-jump-to-prev-unread): Ditto.
7254         (wl-thread-get-next-unread): Ditto.
7255         (wl-thread-jump-to-next-unread): Ditto.
7256         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7257         (wl-thread-entity-get-next-marked-entity): Ditto.
7258
7259         * wl-summary.el (wl-summary-buffer-number-list):
7260         New bufer-local variable.
7261         (wl-summary-switch-to-clone-buffer): Clone
7262         `wl-summary-buffer-number-list'.
7263         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7264         (wl-summary-cursor-move-regex): Eliminated.
7265         (wl-summary-cursor-up): Rewrite.
7266         (wl-summary-cursor-down): Ditto.
7267         (wl-summary-mode-spec-alist): New variable.
7268         (wl-summary-next-message): New inline function.
7269         (wl-summary-cursor-move): New function.
7270         (wl-summary-default-get-next-msg): Rewrite.
7271         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7272         (wl-summary-rescan): Ditto.
7273         (wl-summary-sync-all-init): Ditto.
7274         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7275         summary is not thread view.
7276         (wl-summary-sync-update): Ditto.
7277         (wl-summary-rescan): Ditto.
7278         (wl-summary-make-number-list): New function.
7279
7280         * wl-draft.el: "FCC" -> "Fcc".
7281
7282 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7283
7284         * wl-highlight.el (wl-highlight-summary-window):
7285         Call `set-buffer-modified-p'.
7286
7287         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7288         (wl): Call `elmo-init' and fix.
7289
7290         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7291         Use new variables.
7292
7293         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7294
7295 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7296
7297         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7298
7299 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7300
7301         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7302
7303 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7304
7305         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7306         `wl-use-toolbar' nor `display-graphic-p'.
7307         (wl-e21-setup-message-toolbar): Ditto.
7308         (wl-e21-setup-summary-toolbar): Ditto.
7309         (wl-e21-setup-folder-toolbar): Ditto.
7310
7311         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7312         (wl-plugged-init-icons): Ditto.
7313
7314         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7315         `display-graphic-p'.
7316         (wl-plugged-set-folder-icon): Ditto.
7317         (wl-highlight-plugged-current-line): Ditto.
7318         (wl-highlight-folder-current-line): Ditto.
7319         (wl-e21-highlight-folder-group-line): Ditto.
7320         (wl-e21-setup-toolbar): Ditto.
7321         (wl-e21-display-image-p): New macro.
7322
7323         * wl-demo.el (wl-demo): Simplified.
7324         (wl-demo-image-type-alist): Use `image-type-available-p' for
7325         checking whether the image type `xbm' is available.
7326
7327 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7328
7329         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7330         (wl-summary-input-range): Ditto.
7331
7332 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7333
7334         * wl-summary.el (wl-summary-edit-addresses): Use
7335         `wl-summary-get-original-buffer'
7336         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7337         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7338         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7339         (wl-summary-get-newsgroups): Eliminated.
7340         (wl-summary-set-crosspost): Ditto.
7341         (wl-summary-is-crosspost-folder): Ditto.
7342         (wl-crosspost-alist-load): Ditto.
7343         (wl-crosspost-alist-save): Ditto.
7344
7345         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7346         `elmo-setup-subscribed-newsgroups' instead of
7347         `elmo-nntp-make-groups-hashtb'.
7348         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7349         instead of `wl-crosspost-alist-save'.
7350
7351         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7352         of `elmo-folder-message-appendable-p'.
7353         (wl-mime-header-presentation-method): Eliminated.
7354
7355         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7356         (Error occurs in emacs21).
7357
7358         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7359         the current buffer).
7360
7361         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7362         instead of `wl-crosspost-alist-save'.
7363         (wl-init): `elmo-crosspost-message-alist-load'
7364         instead of `wl-crosspost-alist-load'
7365
7366         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7367         (wl-parse-newsgroups): Likewise.
7368         (wl-biff-notify): Run `wl-biff-notify-hook'.
7369
7370 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7371
7372         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7373
7374         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7375         when `wl-summary-lazy-highlight' is non-nil.
7376         (wl-summary-goto-folder-subr): Highlight only when
7377         `wl-summary-lazy-highlight' is non-nil.
7378
7379         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7380         Don't display progress and highlight temp-mark when
7381         `wl-summary-lazy-highlight' is non-nil.
7382         (wl-highlight-summary-window): New function.
7383         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7384
7385 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7386
7387         * wl-summary.el (wl-summary-sync): Change `all-visible'
7388         from `all-shown'
7389         (wl-summary-input-range): Ditto.
7390
7391 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7392
7393         * wl-e21.el (wl-highlight-folder-current-line): Call
7394         `wl-folder-init-icons' when folder icons have not been initialized.
7395
7396         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7397
7398         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7399         (wl-demo-image-type-alist): New macro.
7400
7401 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7402
7403         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7404         display does not support graphics.
7405         (wl-plugged-init-icons): Ditto.
7406         (wl-folder-init-icons): Ditto.
7407
7408         * wl-demo.el (wl-demo): Chech closely whether the display
7409         supports graphics.
7410
7411 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7412
7413         * wl-summary.el (wl-summary-get-original-buffer): New function.
7414         (wl-summary-set-crosspost): Use it.
7415         (wl-summary-target-mark-uudecode): Ditto.
7416         (wl-summary-reedit): Ditto.
7417         (wl-summary-resend-bounced-mail): Ditto.
7418         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7419         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7420
7421         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7422         (wl-message-display-internal): Ditto.
7423
7424 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7425
7426         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7427
7428 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7429
7430         * wl-summary.el (wl-summary-save-view): Renamed from
7431         `wl-summary-save-status'.
7432
7433 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7434
7435         * wl-summary.el (wl-summary-sync): Added `all-shown'
7436
7437 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7438
7439         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7440
7441 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7442
7443         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7444
7445 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7446
7447         * wl-highlight.el (wl-highlight-summary-line-string): Use
7448         `zerop' instead of `= 0'.
7449         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7450
7451         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7452         for comparing numbers.
7453         (wl-template-prev): Use `zerop' instead of `eq 0'.
7454
7455         * wl-draft.el (wl-draft-insert-current-message): Use
7456         `with-current-buffer' instead of `save-excursion'.
7457         Use `zerop' instead of `eq 0'.
7458
7459 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7460
7461         * wl-draft.el (wl-draft-insert-ccs): New function.
7462         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7463         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7464
7465 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7466
7467         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7468
7469 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7470
7471         * wl-expire.el (wl-expire-refile): Don't call
7472         elmo-msgdb-add-msgs-to-seen-list;
7473         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7474         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7475
7476 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7477
7478         * wl-message.el (wl-message-prev-page): Ignore errors while
7479         scroll-down.
7480
7481 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7482
7483         * wl-mime.el: Use elmo-original-message-mode instead of
7484         mmelmo-original-mode.
7485
7486         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7487         `elmo-folder-get-spec';
7488         (wl-fldmgr-add-completion-all-completions):
7489         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7490
7491         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7492         of `elmo-folder-get-type'.
7493
7494         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7495         `elmo-folder-get-spec';
7496         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7497         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7498         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7499         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7500         `elmo-read-msg-no-cache';
7501         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7502         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7503         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7504         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7505         `elmo-cache-save';
7506         (wl-draft-reedit): Use `elmo-message-file-name'.
7507
7508         * wl-expire.el: Use `elmo-folder-name-internal';
7509         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7510         Use macro `wl-summary-buffer-msgdb' instead of variable
7511         `wl-summary-buffer-msgdb';
7512         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7513         Use macro `wl-summary-buffer-folder-name' instead of variable
7514         `wl-summary-buffer-folder-name'.
7515         * wl-score.el: Likewise.
7516
7517         * wl-message.el: Rewrite for new message buffer cache mechanism.
7518         (wl-message-buffer-cache-buffer-get): New macro.
7519         (wl-message-buffer-cache-folder-get): Ditto.
7520         (wl-message-buffer-cache-message-get): Ditto.
7521         (wl-message-buffer-cache-entry-make): Ditto.
7522         (wl-message-buffer-cache-hit): Ditto.
7523         (wl-message-buffer-cache-sort): New function.
7524         (wl-message-buffer-cache-add): Ditto.
7525         (wl-message-buffer-cache-delete): Ditto.
7526         (wl-message-buffer-cache-clean-up): Ditto.
7527         (wl-message-buffer-window): Rewrite.
7528         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7529         (wl-message-buffer-display): New function.
7530         (wl-message-display-internal): New function.
7531
7532 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7533
7534         * wl-folder.el: Use `elmo-folder-name-internal';
7535         Use `wl-folder-get-elmo-folder';
7536         Use `elmo-folder-list-messages' instead of
7537         `elmo-list-folder';
7538         Use `elmo-folder-get-primitive-list' instead of
7539         `elmo-folder-get-primitive-spec-list';
7540         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7541         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7542         Use `elmo-folder-create' instead of `elmo-create-folder'.
7543         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7544         (wl-folder-get-elmo-folder): New macro.
7545         (wl-folder-elmo-folder-cache-get): Ditto.
7546         (wl-folder-elmo-folder-cache-put): Ditto.
7547         (wl-folder-suspend): Call `elmo-quit'.
7548
7549         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7550         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7551         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7552         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7553         (toplevel): require 'cl.
7554         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7555
7556         * wl-summary.el: Rewrite to use new elmo interface.
7557
7558 \f
7559 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7560
7561         * wl-mime.el (wl-draft-preview-message):
7562         Run `wl-draft-send-hook' before collecting recipients information;
7563         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7564
7565         * tm-wl.el (wl-draft-preview-message): Ditto.
7566
7567 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7568
7569         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7570         wrong recipients are displayed when forwarded message.
7571
7572 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7573
7574         * Version number is increased to 2.5.7.
7575
7576 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7577
7578         * wl-message.el (wl-message-next-page): Bind
7579         `window-pixel-scroll-increment' to nil while scrolling up.
7580
7581 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7582
7583         * wl-vars.el (wl-save-hook): New hook.
7584         * wl.el (wl-save): Call `wl-save-hook'.
7585
7586 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7587
7588         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7589         Argument WITH-ARG instead of NO-ARG (negative mean).
7590         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7591         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7592         * wl-message.el (wl-message-follow-current-entity): Likewise.
7593
7594 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7595
7596         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7597         FROM was optional argument.
7598         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7599
7600 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7601
7602         * Version number is increased to 2.5.6.
7603
7604 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7605
7606         * wl-version.el (wl-version-show): Removed.
7607         (wl-version): Add `interactive'.
7608
7609 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7610
7611         * wl-summary.el (wl-summary-get-petname-func): New variable.
7612         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7613         instead of `wl-address-get-petname-1'.
7614         (wl-summary-simple-from): Ditto.
7615
7616         * wl-address.el (wl-address-get-petname-1): Define as function.
7617
7618 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7619
7620         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7621         field in the original message.
7622         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7623
7624 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7625
7626         * wl-expire.el (wl-expire-hide):
7627         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7628
7629 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7630
7631         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7632         find decoder for To, Cc, and Subject.
7633
7634 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7635
7636         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7637         for checking `elmo-use-buffer-cache'.
7638         (wl-summary-mark-as-important): Fixed typo in comment.
7639
7640 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7641
7642         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7643         field in the original message.
7644         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7645
7646 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7647
7648         * wl-expire.el (wl-expire-hide):
7649         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7650
7651 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7652
7653         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7654         find decoder for To, Cc, and Subject.
7655
7656 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7657
7658         * Version number is increased to 2.5.5.
7659
7660         * wl-address.el (wl-address-specials-regexp): New constant.
7661         (wl-address-quote-specials): Use it.
7662
7663 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7664
7665         * wl-summary.el (wl-summary-rescan):
7666         Call `wl-summary-buffer-number-column-detect'.
7667         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7668
7669         * wl-message.el (wl-message-mode-map): Define.
7670         (wl-message-decode): Use it as local-map.
7671
7672 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7673
7674         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7675         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7676
7677 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7678
7679         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7680
7681         * wl-mule.el (wl-read-event-char): Ditto.
7682
7683         * wl-e21.el (wl-read-event-char): Ditto.
7684
7685         * wl-nemacs.el (wl-read-event-char): Ditto.
7686         (read-event): Removed.
7687
7688         * wl-util.el (toplevel): Removed dummy definition of
7689         `read-event'.
7690         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7691
7692 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7693
7694         * wl-nemacs.el (elmo-archive-call-process): Moved to
7695         elmo-archive.el.
7696
7697 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7698
7699         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7700         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7701
7702         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7703         instead of magic-number 6.  Use `not' instead of `null' for symbol
7704         `nil' check (not empty list).
7705         (wl-draft-insert-x-face-field): Fixed paren style.
7706
7707         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7708         one-branch conditional statement, instead of `and' and `if'.
7709         (wl-draft-forward): Likewise.
7710         (wl-draft-add-references): Likewise.
7711         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7712
7713         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7714         conditional steatment.  Use `cond' instead of `if'.
7715         (wl-draft-confirm): Likewise.
7716
7717 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7718
7719         * wl-version.el (wl-version-show): Use `product-string-1'
7720         instead of `wl-version'.
7721         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7722
7723         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7724
7725 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7726
7727         * wl-highlight.el (wl-highlight-headers): Revert
7728         `wl-highlight-x-face-func' argument (`beg' and `end').
7729
7730 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7731
7732         * wl.el (toplevel): Move `product-provide' declare.
7733         * wl-demo.el (toplevel): Ditto.
7734         * wl-dnd.el (toplevel): Ditto.
7735         * wl-highlight.el (toplevel): Ditto.
7736         * wl-message.el (toplevel): Ditto.
7737         * wl-refile.el (toplevel): Ditto.
7738         * wl-util.el (toplevel): Ditto.
7739
7740 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7741
7742         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7743         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7744         (wl-thread-close-all): keep cursor position.
7745
7746 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7747
7748         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7749         (eq x 0).
7750         (wl-generate-user-agent-string-1): Fix conditional statement.
7751
7752 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7753
7754         * wl.el (wl-check-environment): Additional check for
7755         'wl-local-domain' and `wl-message-id-domain'.
7756
7757 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7758
7759         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7760
7761 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7762
7763         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7764         instead of `smtp-sasl-user-realm'.
7765
7766 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7767
7768         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7769
7770 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7771
7772         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7773         to the default value as well as `eword-lexical-analyzer'.
7774
7775 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7776
7777         * wl-version.el (wl-extended-emacs-version,
7778         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7779         `elmo-match-string' instead of `wl-match-string'.
7780
7781 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7782
7783         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7784         docstring.
7785
7786 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7787
7788         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7789
7790 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7791
7792         * wl-highlight.el (wl-highlight-headers): Remove
7793         `wl-highlight-x-face-func' argument (`beg' and `end').
7794
7795 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7796
7797         * wl-summary.el (wl-summary-mark-as-important):
7798         Remove cache if folder is local.
7799
7800 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7801
7802         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7803         to get existing e-mail address string.
7804
7805 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7806
7807         * wl-version.el (wl-generate-user-agent-string): Commentary.
7808         (wl-generate-user-agent-string-1): Use `when' for
7809         one-branch conditional statement, instead of `and' and `if'.
7810         (wl-extended-emacs-version, wl-extended-emacs-version2,
7811         wl-extended-emacs-version3): Ditto.
7812
7813 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7814
7815         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7816         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7817         condition-case; Remove initialization.
7818         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7819         (wl-summary-sync-update3): Added argument `sync-all';
7820         Eliminated local variable `msgdb';
7821         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7822         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7823         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7824
7825 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7826
7827         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7828         connection before call `wl-draft-send-mail-with-smtp'.
7829
7830 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7831
7832         * Version number is increased to 2.5.4.
7833
7834 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7835
7836         * wl.el (wl-check-environment): Additional check for
7837         'wl-local-domain' and `wl-message-id-domain'.
7838
7839 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7840
7841         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7842         buffer as command specific.
7843         (wl-folder-mark-as-read-all-entity): Ditto.
7844         (wl-folder-prefetch-entity): Ditto.
7845         (wl-folder-drop-unsync-entity): Ditto.
7846
7847         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7848         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7849         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7850
7851         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7852         save-excursion.
7853
7854 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7855
7856         * Version number is increased to 2.5.3.
7857
7858         * wl-summary.el (wl-summary-save-view-cache):
7859         Delete duplicated `write-region';
7860         Use `write-region-as-binary' instead of `as-binary-output-file' and
7861         `write-region'.
7862
7863 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7864
7865         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7866
7867 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7868
7869         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7870         instead of `smtp-via-smtp'.
7871
7872 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7873
7874         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7875
7876 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7877
7878         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7879         instead of `smtp-sasl-user-realm'.
7880
7881 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7882
7883         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7884
7885 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7886
7887         * Version number is increased to 2.5.2.
7888
7889 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7890
7891         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7892         does not exist.
7893         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7894         (wl-biff-start): Call `timer-activate' if timer already exists.
7895
7896         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7897         only when it is bound as function.
7898
7899 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7900
7901         * Version number is increased to 2.5.1.
7902
7903 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7904
7905         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7906         Print refile/copy destination.
7907
7908 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7909
7910         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7911         queue-flush-only is non-nil.
7912
7913         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7914
7915         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7916         checking cache folder.
7917
7918 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7919
7920         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7921         `regexp-quote'.
7922
7923 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7924
7925         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7926         function.
7927         * wl-summary.el (wl-summary-write-current-folder-functions):
7928         Change default value.  Use it.
7929
7930 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7931
7932         * Version number is increased to 2.5.0.
7933
7934         * wl-version.el (wl-version): Changed codename.
7935
7936 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7937
7938         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7939         (wl-summary-supersedes-message): Ditto.
7940
7941 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7942
7943         * wl-refile.el (wl-refile-guess-functions): Renamed from
7944         `wl-refile-guess-func-list'.
7945
7946 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7947
7948         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7949         Fixed problem when no rule was matched.
7950
7951 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7952
7953         * wl-summary.el (wl-summary-get-mark): Fixed
7954         `wl-summary-buffer-target-mark' check logic.
7955
7956 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7957
7958         * wl-folder.el (wl-folder-write-current-folder): Added group
7959         folder check.
7960
7961         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7962         `wl-summary-write-current-newsgroup'.
7963         (wl-summary-write-current-folder-functions): New variable.
7964         * wl-folder.el (wl-folder-get-newsgroups): New function.
7965         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7966         (wl-folder-write-current-folder): Renamed from
7967         `wl-folder-write-current-newsgroup'.
7968
7969 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7970
7971         * Version number is increased to 2.3.93.
7972
7973 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7974
7975         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7976         (wl-ldap-make-matched-value-list): Ditto.
7977         (wl-ldap-alias-safe-string): Split e-mail address.
7978
7979         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7980         petname folder default was selected.
7981         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7982         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7983
7984 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7985
7986         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7987         to `wl-draft-config-exec'.
7988
7989         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7990         instead of calling `wl-draft-config-exec';
7991         Process group-list and show recipients in minibuffer.
7992
7993         * tm-wl.el (wl-draft-preview-message): Ditto.
7994
7995 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7996
7997         * wl.el (toplevel): Added (C) to copyright notice, and
7998         sync Author header.
7999         * tm-wl.el (toplevel): Ditto.
8000         * wl-address.el (toplevel): Ditto.
8001         * wl-demo.el (toplevel): Ditto.
8002         * wl-dnd.el (toplevel): Ditto.
8003         * wl-draft.el (toplevel): Ditto.
8004         * wl-e21.el (toplevel): Ditto.
8005         * wl-expire.el (toplevel): Ditto.
8006         * wl-folder.el (toplevel): Ditto.
8007         * wl-highlight.el (toplevel): Ditto.
8008         * wl-message.el (toplevel): Ditto.
8009         * wl-mime.el (toplevel): Ditto.
8010         * wl-mule.el (toplevel): Ditto.
8011         * wl-nemacs.el (toplevel): Ditto.
8012         * wl-refile.el (toplevel): Ditto.
8013         * wl-score.el (toplevel): Ditto.
8014         * wl-summary.el (toplevel): Ditto.
8015         * wl-template.el (toplevel): Ditto.
8016         * wl-thread.el (toplevel): Ditto.
8017         * wl-util.el (toplevel): Ditto.
8018         * wl-vars.el (toplevel): Ditto.
8019         * wl-xmas.el (toplevel): Ditto.
8020
8021 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8022
8023         * wl.el (wl-init): Added comment about `wl-init-hook'.
8024         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8025         * wl-vars.el (wl-init-hook): Added docs.
8026         (wl-make-plugged-hook): Removed useless docs.
8027         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8028         * wl-xmas.el (toplevel): Ditto.
8029
8030 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8031
8032         * wl-address.el (toplevel): Fixed multiple Author header format.
8033         * wl-demo.el (toplevel): Ditto.
8034         * wl-draft.el (toplevel): Ditto.
8035         * wl-folder.el (toplevel): Ditto.
8036         * wl-summary.el (toplevel): Ditto.
8037         * wl-thread.el (toplevel): Ditto.
8038         * wl-util.el (toplevel): Ditto.
8039         * wl-vars.el (toplevel): Ditto.
8040         * wl-version.el (toplevel): Ditto.
8041         * wl-xmas.el (toplevel): Ditto.
8042         * wl.el (toplevel): Ditto.
8043
8044         * wl-version.el (toplevel): Added require `elmo-version' for
8045         `product-version-as-string'.
8046
8047 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8048
8049         * wl-vars.el (wl-draft-send-hook): Changed default value to
8050         '(wl-draft-config-exec).
8051
8052         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8053         explicitly.
8054         (wl-draft): Set `wl-draft-config-exec-flag' before running
8055         `wl-mail-setup-hook'.
8056
8057         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8058         `wl-biff-init-icons' to `wl-init-hook' instead of
8059         `wl-make-plugged-hook'.
8060         (Because if `wl-draft' command is invoked at first,
8061         they are not initialized)
8062         Updated copyright notice.
8063
8064         * wl-e21.el (toplevel): Ditto;
8065
8066         * wl-demo.el (toplevel): Updated copyright notice.
8067         * wl-address.el (toplevel): Ditto.
8068         * wl-draft.el (toplevel): Ditto.
8069         * wl-version.el (toplevel): Ditto.
8070         * wl-folder.el (toplevel): Ditto.
8071         * wl-summary.el (toplevel): Ditto.
8072         * wl-thread.el (toplevel): Ditto.
8073         * wl-util.el (toplevel): Ditto.
8074         * wl-vars.el (toplevel): Ditto.
8075         * wl.el (toplevel): Ditto.
8076
8077 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8078
8079         * wl-highlight.el (wl-highlight-message): Fixed problem of
8080         highlighting failure which occured when the last field contains
8081         multiple lines in the draft buffer.
8082
8083         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8084         `wl-biff-start' if plugged.
8085
8086         * wl-util.el (wl-biff-check-folder): New function.
8087         (wl-biff-check-folders): Don't set session name prefix.
8088         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8089         (wl-biff-check-folder-async): Ditto.
8090
8091         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8092         in email address.
8093
8094 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8095
8096         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8097
8098         * wl-draft.el (wl-draft-strip-subject-re): New function.
8099
8100         * wl-draft.el (wl-draft-reply): Use it.
8101
8102 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8103
8104         * wl-message.el (wl-mmelmo-message-redisplay): Use
8105         `mime-display-message' instead of `wl-mime-display-message'.
8106
8107         * wl-mime.el (toplevel): Removed compatibility workaround
8108         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8109         (wl-mime-display-message): Abolished.
8110         (wl-mime-entity-read-field): Ditto.
8111         (wl-mime-combine-message/partial-pieces): Use
8112         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8113
8114 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8115
8116         * wl-template.el: Doc fixes.
8117
8118 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8119
8120         * wl-e21.el (wl-message-overload-functions): Do nothing if
8121         `current-local-map' is not available.
8122         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8123
8124 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8125
8126         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8127         representation.
8128
8129         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8130         number.
8131         (wl-fldmgr-save-folders): Don't use `format' when insert
8132         `wl-fldmgr-folders-header'.
8133
8134 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8135
8136         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8137
8138 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8139
8140         * wl-highlight.el (wl-highlight-message):
8141         Use `std11-field-end' to detect end point of the header field.
8142         Refer `wl-highlight-max-header-size'.
8143
8144         * wl-vars.el (wl-highlight-max-header-size): New variable.
8145
8146         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8147
8148         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8149         Set `for-draft' argument of wl-highlight-headers.
8150         (wl-draft): Ditto.
8151         (wl-draft-reedit): Ditto.
8152         (wl-user-agent-compose-internal): Ditto.
8153
8154 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8155
8156         * wl-message.el (wl-message-add-button): Use overlay.
8157
8158 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8159
8160         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8161
8162         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8163         problem when group-list content is nothing.
8164         (Reported by Mito <mit@nines.nec.co.jp>)
8165
8166 2000-10-18  SAITO Atsunori <sai@yedo.com>
8167
8168         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8169
8170 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8171
8172         * tm-wl.el (toplevel): Use product-provide.
8173
8174 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8175
8176         * Version number is increased to 2.3.92.
8177
8178 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8179
8180         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8181         title text, use `display' property for left margin under Emacs 21.
8182
8183         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8184         properties.
8185         (wl-plugged-init-icons): Ditto.
8186
8187 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8188
8189         * wl.el (wl-save-status, wl-init): Remove last period in
8190         "...done." message.
8191         * tm-wl.el (wl-summary-burst): Ditto.
8192         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8193         wl-summary-resume-cache-status,
8194         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8195         wl-summary-sync-update3, wl-summary-highlight-msgs,
8196         wl-summary-flush-pending-append-operations,
8197         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8198         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8199         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8200         wl-thread-open-all): Ditto.
8201         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8202         * wl-mime.el (wl-summary-burst): Ditto.
8203         * wl-highlight.el (wl-highlight-summary): Ditto.
8204         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8205         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8206         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8207         * wl-address.el (wl-local-address-init): Ditto.
8208
8209 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8210
8211         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8212         `add-text-properties'.
8213         (wl-plugged-init-icons): Ditto.
8214         (wl-folder-init-icons): Use `propertize' instead of
8215         `put-text-property'.
8216         (wl-plugged-set-folder-icon): Ditto.
8217         (wl-e21-highlight-folder-group-line): Ditto.
8218
8219 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8220
8221         * wl-version.el (wl-version-status-alist): New variable.
8222         (wl-version-status): New function.
8223
8224         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8225         "Cc" part of the case "Reply-To".
8226
8227         * wl-draft.el (wl-draft-reply): Use result of
8228         `eword-extract-address-components'.
8229
8230         * wl-demo.el (wl-demo-icon-name): New constant.
8231         (wl-logo-xpm): Use it.
8232         (wl-logo-xbm): Ditto.
8233         (wl-logo-bitmap): Ditto.
8234
8235         * Version number is increased to 2.3.91.
8236
8237 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8238
8239         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8240         (wl-extended-emacs-version, wl-extended-emacs-version2,
8241         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8242         docstring.
8243
8244         * wl-version.el (wl-generate-user-agent-string-1): New function.
8245         (wl-generate-user-agent-string): Use it.
8246
8247         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8248         `mime-edit-insert-user-agent-field'.
8249         (wl-generate-user-agent-string): Check
8250         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8251
8252         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8253         instead of `if', when verbose case.
8254
8255 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8256
8257         * wl-expire.el (wl-summary-expire): Fix.
8258
8259 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8260
8261         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8262         and `elmo-lost+found-folder' if 'wl-draft.
8263         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8264
8265 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8266
8267         * wl-expire.el (wl-summary-expire): Change messages.
8268         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8269         `deleing-info' instead of "Deleting..."
8270
8271 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8272
8273         * wl-summary.el (wl-summary-refile-subr): Fix.
8274
8275 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8276
8277         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8278         if pipe folder.
8279
8280 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8281
8282         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8283
8284 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8285
8286         * wl-expire.el (wl-expire-hide): New function.
8287         (wl-summary-expire): Add `hide'.
8288
8289 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8290
8291         * wl-vars.el (wl-draft-reply-without-argument-list):
8292         Changed default value to consider `Reply-To:'.
8293         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8294
8295         * Version number is increased to 2.3.90.
8296
8297         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8298         elmo-imap4-get-session with unwind-protect.
8299         Don't cause error.
8300         (wl-summary-sync-marks): Don't check plugged nor folder type.
8301         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8302         (Always keep current buffer).
8303
8304 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8305
8306         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8307         Enclose with `save-excursion'.
8308
8309 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8310
8311         * wl-version.el (wl-version): Remove interactive.
8312
8313 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8314
8315         * wl-version.el (wl-generate-user-agent-string): Use
8316         `product-string-verbose' instead of `product-string-1'.
8317
8318 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8319
8320         * wl-vars.el (wl-draft-use-cache): New variable.
8321         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8322         if wl-draft-use-cache is non-nil.
8323
8324 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8325
8326         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8327         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8328
8329 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8330
8331         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8332         (wl-thread-msg-mark-as-unread): Ditto.
8333
8334         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8335         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8336         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8337         Don't set mark in summary if return value of `elmo-mark-as-read'
8338         is nil.
8339         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8340         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8341         instead of `wl-thread-msg-mark-as-read'.
8342         (wl-summary-mark-as-unread-region): Ditto.
8343         (wl-summary-target-mark-mark-as-read): Ditto.
8344
8345         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8346
8347 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8348
8349         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8350
8351         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8352
8353 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8354
8355         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8356         face.
8357
8358 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8359
8360         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8361         `running-xemacs'.
8362
8363 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8364
8365         * wl-version.el (toplevel): Use `product-version-as-string' for
8366         set verstion-string, if defined.
8367
8368         * wl-version.el (wl-version-show): Insert string at point, when
8369         call with argument.
8370
8371         * wl-version.el (wl-generate-user-agent-string): Use
8372         `product-string-1' instead of `wl-appname', `wl-version' and
8373         `wl-codename'.
8374
8375 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8376
8377         * wl-address.el (toplevel): Use product-provide.
8378         * wl-demo.el (toplevel): Ditto.
8379         * wl-dnd.el (toplevel): Ditto.
8380         * wl-draft.el (toplevel): Ditto.
8381         * wl-e21.el (toplevel): Ditto.
8382         * wl-expire.el (toplevel): Ditto.
8383         * wl-fldmgr.el (toplevel): Ditto.
8384         * wl-folder.el (toplevel): Ditto.
8385         * wl-highlight.el (toplevel): Ditto.
8386         * wl-message.el (toplevel): Ditto.
8387         * wl-mime.el (toplevel): Ditto.
8388         * wl-mule.el (toplevel): Ditto.
8389         * wl-nemacs.el (toplevel): Ditto.
8390         * wl-refile.el (toplevel): Ditto.
8391         * wl-score.el (toplevel): Ditto.
8392         * wl-summary.el (toplevel): Ditto.
8393         * wl-template.el (toplevel): Ditto.
8394         * wl-thread.el (toplevel): Ditto.
8395         * wl-util.el (toplevel): Ditto.
8396         * wl-vars.el (toplevel): Ditto.
8397         * wl-xmas.el (toplevel): Ditto.
8398         * wl.el (toplevel): Ditto.
8399
8400 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8401
8402         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8403         instead of product.
8404
8405         * wl-version.el (wl-version): Compile time evalution elmo-version.
8406
8407 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8408
8409         * wl-summary.el (wl-summary-sync-force-update): Append queue
8410         `mark-as-read'if unplugged.
8411
8412 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8413
8414         * wl-version.el: New file.  Use product.el.
8415         * wl.el: add (require 'wl-version).
8416         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8417         for ~/.folders header.
8418         (wl-fldmgr-folders-header): Changed.
8419         * wl-demo.el (wl-demo): Use product.el.
8420
8421         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8422         wl-version.el.
8423         * wl-util.el (wl-version, wl-version-show): Ditto.
8424
8425         * wl-util.el (wl-generate-user-agent-string,
8426         wl-extended-emacs-version, wl-extended-emacs-version2,
8427         wl-extended-emacs-version3): Move to wl-version.el.
8428         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8429         xemacs-codename, mime-edit-insert-user-agent-field,
8430         mime-edit-user-agent-value, mime-editor/version,
8431         mime-editor/codename): Compile warning killer move to
8432         wl-version.el
8433
8434 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8435
8436         * wl-summary.el (wl-summary-refile-subr): Fix.
8437
8438 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8439
8440         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8441         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8442
8443 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8444
8445         * wl.el (wl-check-environment): Check too many `@'.
8446
8447 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8448
8449         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8450
8451 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8452
8453         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8454         wl-draft-reply-myself-without-argument-list): Add variables.
8455         * wl-draft.el (wl-draft-reply): Use it.
8456
8457 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8458
8459         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8460         the 5th argument of `elmo-network-get-spec'.
8461
8462         * wl-thread.el (wl-thread-reparent-children): New inline function.
8463         (wl-thread-delete-message): Use it.
8464
8465         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8466         (wl-summary-score-update-all-lines): Don't use `dolist'.
8467
8468 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8469
8470         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8471         (require 'elmo-msgdb) for inline function.
8472
8473 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8474
8475         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8476
8477 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8478
8479         * wl-score.el (wl-score-headers): Fix for the confusing macro
8480         `elmo-kill-buffer'.
8481
8482 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8483
8484         * wl-summary.el: Don't use the 3rd argument of `require' because
8485         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8486         * wl-util.el: Ditto.
8487         * wl-draft.el: Ditto.
8488
8489 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8490
8491         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8492         window system is not used.
8493
8494 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8495
8496         * wl-thread.el: Don't use `mapcar' only for iteration.
8497         (wl-thread-resume-entity): Ditto.
8498         (wl-thread-delete-message): Ditto.
8499
8500         * wl-summary.el: Bind `dragdrop-drop-functions',
8501         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8502         of `require' for `timezone', `easymenu' and `ps-print';
8503         don't use `mapcar' only for iteration.
8504
8505         * wl-util.el: Bind `mule-version', `nemacs-version',
8506         `emacs-beta-version', `xemacs-codename',
8507         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8508         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8509         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8510         only for iteration.
8511
8512         * wl-score.el: Don't use `mapcar' only for iteration.
8513         (wl-score-simplify-buffer-fuzzy): Ditto.
8514         (wl-score-simplify-subject): Ditto.
8515         (wl-score-headers): Ditto.
8516         (wl-summary-score-update-all-lines): Ditto.
8517
8518         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8519         `enable-multibyte-characters' and `mule-version'.
8520
8521         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8522         `mapcar' only for iteration.
8523
8524         * wl-demo.el: Don't use `mapcar' only for iteration.
8525
8526         * wl-folder.el: Don't use `mapcar' only for iteration.
8527         (wl-folder-open-all): Ditto.
8528         (wl-folder-count-incorporates): Ditto.
8529
8530         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8531         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8532
8533         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8534         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8535         `smtp-connection-type'; specify 3rd argument of `require' for
8536         `timezone'; don't use `mapcar' only for iteration.
8537         (wl-draft-clone-local-variables): Don't use `mapcar'.
8538         (wl-draft-generate-clone-buffer): Ditto.
8539         (wl-user-agent-compose-internal): Ditto.
8540
8541         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8542
8543         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8544         (wl-save-status): Ditto.
8545
8546         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8547         for iteration.
8548
8549 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8550
8551         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8552         removed `Date'.
8553         (wl-fldmgr-make-filter-default): New user option.
8554
8555         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8556         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8557         (wl-fldmgr-filter-completion-alist): Abolish.
8558
8559         * wl.el (wl): Don't check servers if arg is non-nil.
8560
8561         * wl-draft.el (wl-draft-reply): Set only message-id string to
8562         In-Reply-To field.
8563
8564 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8565
8566         * wl-summary.el (wl-summary-pick): Rewrite.
8567
8568         * wl-draft.el (wl-draft-forward): Get references field from
8569         original buffer.
8570         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8571
8572 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8573
8574         * wl-draft.el (wl-draft-forward): Add references field.
8575
8576 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8577
8578         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8579         (wl-draft-reply): Use it.
8580
8581 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8582
8583         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8584         when Emacs 21 is running.
8585
8586         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8587         bindings.
8588
8589 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8590
8591         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8592         XPM icons transparent.
8593
8594         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8595         Emacs 21.
8596
8597 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8598
8599         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8600         nil.
8601
8602         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8603         when it is persistent.
8604         (wl-summary-sync-marks): Changed argument for
8605         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8606         (wl-summary-virtual): Use `elmo-read-search-condition'.
8607         (wl-summary-redisplay-internal): If folder is local, mark as read
8608         even when folder is plugged.
8609
8610 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8611
8612         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8613         of `tool-bar-lines' in the frame parameters.
8614         (after-make-frame-functions, post-command-hook): Don't modify the
8615         value.
8616         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8617         wl-e21-tool-bar-lines): Removed.
8618
8619 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8620
8621         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8622         properties `evaporate' and `wl-momentary-overlay' as well.
8623         (wl-highlight-summary-displaying): Ditto.
8624         (wl-delete-all-overlays): Don't delete overlay which does not have
8625         a property `wl-momentary-overlay'.
8626
8627         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8628         `display-mouse-p' and `display-graphic-p'.
8629         (wl-folder-init-icons): Don't search for XBM or the other files.
8630         (wl-plugged-set-folder-icon): Make icons if and only if
8631         `display-graphic-p' returns non-nil.
8632         (wl-highlight-plugged-current-line): Use `before-string' overlay
8633         property to show icon images.
8634         (wl-highlight-folder-current-line): Ditto.
8635         (wl-e21-highlight-folder-group-line): Ditto.
8636         (wl-e21-highlight-folder-by-numbers): Ditto.
8637         (wl-e21-insert-image): Removed.
8638         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8639         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8640         said.
8641         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8642         `wl-e21-force-switch-toolbar'.
8643         (wl-e21-make-icon-image): Removed.
8644         (wl-e21-setup-toolbar): Don't search for XBM files.
8645         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8646         the default value.
8647
8648 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8649
8650         * wl-util.el (wl-biff-check-folder-async): Set
8651         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8652
8653 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8654
8655         * wl-e21.el (after-make-frame-functions): Add
8656         `wl-e21-force-switch-toolbar'.
8657         (wl-e21-force-switch-toolbar): New function force to switch the
8658         toolbar appearance automatically.
8659         (post-command-hook): Add `wl-e21-switch-toolbar'.
8660         (wl-e21-switch-toolbar): New function to switch the toolbar
8661         appearance automatically.
8662         (wl-e21-tool-bar-lines): New buffer local variable.
8663
8664 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8665
8666         * wl-util.el (wl-biff-check-folders-running): New variable.
8667         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8668         (wl-biff-check-folder-async-callback):
8669         Set `wl-biff-check-folders-running'.
8670         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8671         with unwind-protect.
8672
8673         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8674         Enclose `wl-folder-auto-check' with unwind-protect.
8675
8676         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8677         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8678
8679         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8680
8681         * wl-util.el (wl-biff-notify): New inline function.
8682         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8683         locally.
8684         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8685         folder-list' is 1.
8686         Use `wl-biff-notify'.
8687         (wl-biff-check-folder-async-callback): New function.
8688         (wl-biff-check-folder-async): Ditto.
8689
8690         * wl-folder.el (wl-folder): Don't check folders.
8691         (wl-folder-auto-check): New function.
8692
8693 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8694
8695         * wl-util.el (wl-biff-start) [Emacs19+]:
8696         Use `timer-next-integral-multiple-of-time'.
8697         (wl-biff-check-folders): Use `wl-default-folder'
8698         if `wl-biff-check-folder-list' is nil.
8699
8700 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8701
8702         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8703         instead of `elmo-delete-lists'.
8704
8705 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8706
8707         * wl.el (wl-plugged-toggle-all): Set the value of
8708         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8709         (wl-plugged-toggle): Ditto.
8710         (wl-toggle-plugged): Ditto.
8711         (wl-plugged-init): Ditto.
8712
8713         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8714         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8715         instead of `wl-biff-state-indicator-off' and
8716         `wl-biff-state-indicator-on'; don't modify the value and the type
8717         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8718         (wl-plugged-init-icons): Set icons data to
8719         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8720         instead of `wl-plug-state-indicator-off' and
8721         `wl-plug-state-indicator-on'; don't modify the value and the type
8722         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8723
8724         * wl-vars.el (wl-modeline-biff-state-off,
8725         wl-modeline-biff-state-on, wl-modeline-biff-status,
8726         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8727         wl-modeline-plug-status): New internal variables.
8728         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8729         wl-biff-check-interval, wl-biff-check-folder-list): Change
8730         customization group from `wl-folder' to `wl-highlight'.
8731         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8732         wl-show-plug-status-on-modeline): Defcustomized.
8733
8734         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8735         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8736         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8737         a flag to `mode-line-buffer-identification'.
8738
8739         * wl-e21.el (wl-biff-init-icons): Set icons data to
8740         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8741         instead of `wl-biff-state-indicator-off' and
8742         `wl-biff-state-indicator-on'.
8743         (wl-plugged-init-icons): Set icons data to
8744         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8745         instead of `wl-plug-state-indicator-off' and
8746         `wl-plug-state-indicator-on'.
8747
8748 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8749
8750         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8751         excessive titles.
8752
8753 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8754
8755         * wl.el (wl-plugged-mode): Use revised
8756         `wl-mode-line-buffer-identification'.
8757         (wl-plugged-init): Don't use `force-mode-line-update'.
8758
8759         * wl-xmas.el (wl-draft-overload-functions): Use revised
8760         `wl-mode-line-buffer-identification'.
8761         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8762         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8763         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8764         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8765         `wl-make-plugged-hook';
8766         add `wl-folder-init-icons' and `wl-setup-folder' to
8767         `wl-folder-mode-hook'.
8768
8769         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8770         19 as well.
8771         (wl-mode-line-display-priority-list): New user option.
8772         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8773         Defcustomized.
8774         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8775         Add docs.
8776
8777         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8778         start.
8779         (wl-mode-line-buffer-identification): Revised as a function.
8780
8781         * wl-summary.el (wl-summary-mode): Use revised
8782         `wl-mode-line-buffer-identification'; don't call
8783         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8784         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8785         `wl-xmas-setup-summary'.
8786
8787         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8788         `wl-mode-line-buffer-identification'.
8789
8790         * wl-mule.el (wl-draft-overload-functions): Use revised
8791         `wl-mode-line-buffer-identification'.
8792
8793         * wl-folder.el (wl-make-plugged-alist): Don't call
8794         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8795         (wl-folder): Don't call `wl-folder-init-icons' directly.
8796         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8797         `wl-xmas-setup-folder' directly;
8798         use revised `wl-mode-line-buffer-identification'.
8799         (TopLevel): Don't bind `wl-biff-init-icons',
8800         `wl-plugged-init-icons', `wl-folder-init-icons',
8801         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8802
8803         * wl-e21.el (wl-draft-overload-functions): Use revised
8804         `wl-mode-line-buffer-identification'.
8805         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8806         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8807         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8808         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8809         `wl-make-plugged-hook';
8810         add `wl-folder-init-icons' and `wl-setup-folder' to
8811         `wl-folder-mode-hook'.
8812
8813 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8814             Katsumi Yamaoka    <yamaoka@jpl.org>
8815
8816         * wl.el (wl): Call `wl-biff-start'.
8817         (wl-exit): Call `wl-biff-stop'.
8818         (wl-plugged-mode): Show biff in modeline.
8819         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8820
8821         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8822         (wl-biff-init-icons): New function.
8823         (wl-plugged-init-icons): Don't make too much keymaps.
8824         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8825
8826         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8827         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8828         variables.
8829         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8830         options.
8831
8832         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8833         wl-biff-start, wl-biff-stop): New functions.
8834         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8835         (wl-biff-timer-name): New variable.
8836
8837         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8838
8839         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8840         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8841
8842         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8843         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8844
8845         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8846         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8847         `wl-folder-init-icons' to `ignore' if they are not available.
8848         (wl-folder-mode): Show biff in modeline.
8849
8850         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8851         (wl-biff-init-icons): New function.
8852         (wl-plugged-init-icons): Don't make too much keymaps.
8853         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8854
8855 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8856
8857         * wl-vars.el (wl-strict-diff-folders): Customization Type
8858         and doc fix.  Define as a list of regular expressions for
8859         folders or nil.
8860         * wl-folder.el (wl-folder-check-one-entity): Use
8861         `wl-string-match-member' instead of `wl-string-member' for
8862         `wl-strict-diff-folders'.
8863
8864 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8865
8866         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8867         (wl-highlight-folder-current-line): Use it; new implementation.
8868         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8869         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8870         `defsubst' instead of `defun'.
8871
8872         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8873         `wl-highlight-group-folder-by-numbers'; made it can also be a
8874         number.  See info for more details.
8875
8876         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8877         running.
8878
8879         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8880         to bind them.
8881
8882         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8883         (wl-highlight-folder-current-line): New implementation.
8884
8885         * wl-highlight.el (wl-highlight-folder-group-line): New
8886         implementation.
8887         (wl-delete-all-overlays): Rewrite as a marco.
8888         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8889
8890         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8891         running.
8892         (wl-folder-*-glyph): No need to bind them.
8893
8894         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8895         `wl-e21-highlight-folder-group-icon'; rewrite.
8896         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8897         `defsubst' instead of `defun'.
8898         (wl-folder-mode-map): Bind it when compiling.
8899
8900 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8901
8902         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8903
8904         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8905
8906 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8907
8908         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8909
8910 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8911
8912         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8913         (wl-highlight-folder-current-line): Use it.
8914
8915         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8916         in `id-name'.
8917
8918 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8919
8920         * wl.el: Require `wl-e21' when Emacs 21 is running.
8921
8922         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8923         default when Emacs 21 is running.
8924         (wl-use-highlight-mouse-line): Ditto.
8925         (wl-on-emacs21): New constant.
8926         (wl-on-emacs20): Removed.
8927
8928         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8929         Emacs 21 is running.
8930
8931         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8932         Emacs 21 is running.
8933
8934         * wl-e21.el: New file.
8935
8936 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8937
8938         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8939         (wl-toggle-plugged): Ditto.
8940         (wl-plugged-toggle): Ditto.
8941         (wl-plugged-toggle-all): Ditto.
8942
8943         * wl-vars.el (wl-plug-state-indicator): Refer
8944         `wl-plug-state-indicator-on' indirectly.
8945
8946 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8947
8948         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8949         Call `wl-folder-confirm-existence'.
8950
8951         * wl-folder.el (wl-folder-confirm-existence): Added optional
8952         argument `force'.
8953
8954 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8955
8956         * wl-summary.el (wl-summary-refile-subr): Assume
8957         `copy-or-refile' as symbol.
8958         (wl-summary-refile): Follow up above change.
8959         (wl-summary-copy): Ditto.  Doc fix.
8960
8961 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8962
8963         * wl-summary.el (wl-summary-pick): Don't bind
8964         `elmo-search-mime-charset'.
8965
8966         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8967         default using old backquote style.
8968         (wl-search-mime-charset): Abolished.
8969
8970         * wl-highlight.el (wl-highlight-headers):
8971         Call `point' after `re-search-forward'(for Nemacs).
8972
8973         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8974         for elmo-imap4.el.
8975
8976 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8977
8978         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8979         `wl-message-ignored-field-list' instead of
8980         `mime-view-ignored-field-list'.
8981
8982         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8983         Add interactive spec.
8984         (wl-folder-goto-bottom-of-current-folder): Ditto.
8985         (wl-folder-mode-map): Bind them.
8986
8987         * wl-vars.el (wl-message-ignored-field-list): New variable.
8988         (wl-message-visible-field-list): New variable.
8989
8990         * wl-mime.el (wl-mime-header-presentation-method): New function.
8991         (wl-mime-setup): Set header-presentation-method.
8992
8993 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8994
8995         * wl-nemacs.el (wl-draft-overload-functions): Set
8996         `mode-line-buffer-identification' instead of using
8997         `wl-make-modeline'.
8998
8999         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9000         instead of using `wl-make-modeline'.
9001
9002         * wl-xmas.el (wl-plugged-init-icons): Set up
9003         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9004         (wl-make-modeline): Abolish.
9005         (wl-draft-overload-functions): Set
9006         `mode-line-buffer-identification' instead of using
9007         `wl-make-modeline'.
9008
9009         * wl-util.el (wl-make-modeline-subr): Abolish.
9010         (wl-mode-line-buffer-identification): New alias.
9011
9012         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9013         (wl-summary-make-modeline): Abolish.
9014         (wl-summary-buffer-set-folder): Set
9015         `wl-summary-buffer-folder-indicator'.
9016         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9017         of using `wl-make-modeline'.
9018         (wl-summary-switch-to-clone-buffer): Don't set
9019         `mode-line-buffer-identification'.
9020         (wl-summary-goto-folder-subr): Ditto.
9021
9022         * wl-mule.el (wl-draft-overload-functions): Set
9023         `mode-line-buffer-identification' instead of using
9024         `wl-make-modeline'.
9025
9026         * wl-folder.el (wl-folder-mode): Set
9027         `mode-line-buffer-identification' instead of using
9028         `wl-make-modeline'.
9029         (wl-folder): Don't set `mode-line-buffer-identification'.
9030
9031 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9032
9033         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9034         instead of `member' for `wl-refile-guess-func-list' look-ups.
9035         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9036
9037 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9038
9039         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9040         `wl-message-button-dispatcher'.
9041
9042         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9043
9044         * wl-message.el (wl-message-button-dispatcher): Use it.
9045
9046         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9047         "In-Reply-To".
9048
9049         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9050         Bind `case-fold-search' to t.
9051
9052 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9053
9054         * wl-xmas.el (wl-message-overload-functions): Initialize
9055         `wl-message-button-map'.
9056
9057         * wl-mule.el (wl-message-overload-functions): Initialize
9058         `wl-message-button-map'.
9059
9060         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9061
9062         * wl-message.el (wl-message-button-map): New keymap.
9063         (wl-message-add-button): New function.
9064         (wl-message-button-dispatcher): New function.
9065         (wl-message-button-refer-article): New function.
9066
9067         * wl-highlight.el
9068         (wl-highlight-message-add-buttons-to-header): New function.
9069         (wl-highlight-headers): Use it.
9070
9071 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9072
9073         * wl-summary.el (wl-summary-default-from): Use
9074         `wl-address-get-petname-1'.
9075         (wl-summary-simple-from): Ditto.
9076
9077         * wl-address.el (wl-address-get-petname-1): New inline function.
9078         (wl-address-get-petname): Use it.
9079
9080 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9081
9082         * wl-summary.el (wl-summary-default-from): Return full-name part
9083         from the address if no petname was found.
9084         (wl-summary-simple-from): Ditto.
9085
9086         * wl-address.el (wl-address-get-petname): Return nil if no petname
9087         associated with the address was found.
9088
9089 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9090
9091         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9092         display is finished.
9093
9094 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9095
9096         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9097         `elmo-folder-exists-p' argument.
9098
9099 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9100
9101         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9102         the folder.
9103
9104 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9105
9106         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9107
9108         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9109         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9110
9111 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9112
9113         * wl-folder.el (wl-folder-create-subr): New function.
9114         (wl-folder-confirm-existence): Use it.
9115         (wl-folder-check-one-entity): Use it.
9116         Check the error symbol is derived from 'elmo-open-error.
9117
9118         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9119         `ignore-error'.
9120
9121 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9122
9123         * wl-util.el (toplevel): Add (eval-when-compile (require
9124         'elmo-util)).  (Maybe `provide' is typo.)
9125
9126 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9127
9128         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9129         (I don't know why this was needed.)
9130
9131         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9132         Follow up changes for stream-type.
9133
9134         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9135         (wl-draft-elmo-nntp-send): Ditto.
9136
9137         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9138         (wl-nntp-posting-stream-type): Ditto.
9139         (wl-pop-before-smtp-ssl): Abolished.
9140         (wl-nntp-posting-ssl): Ditto.
9141
9142         * wl-address.el (wl-address-quote-specials): New function.
9143         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9144
9145         * wl-draft.el (wl-draft-reply): Ditto.
9146
9147 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9148
9149         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9150         use function `wl-string-match-assoc'.
9151
9152 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9153
9154         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9155
9156         * wl-draft.el (wl-draft-deduce-address-list): New function.
9157         (wl-draft-parse-mailbox-list): Ditto.
9158         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9159         instead of `smtp-deduce-address-list'.
9160         (wl-draft-on-field-p): Follow group list.
9161
9162         * wl-address.el (wl-address-concat-token): New function.
9163         (wl-address-string-without-group-list-contents): Ditto.
9164         (wl-complete-field-body): Fixed problem of completion
9165         by japanese petname.
9166         (wl-address-make-completion-list): Rewrite.
9167
9168 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9169
9170         * wl-address.el (wl-address-make-completion-list): Completion by
9171         petname.
9172         (wl-complete-field-body): Likewise.
9173
9174 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9175
9176         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9177         contains invalid address syntax.
9178
9179 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9180
9181         * wl-folder.el (wl-folder-check-entity-async): Use
9182         `elmo-nntp-spec-hostname'.
9183
9184 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9185
9186         * wl-summary.el (wl-summary-msgdb-load-async): Use
9187         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9188
9189 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9190
9191         * wl-draft.el (wl-draft-reply): Set argument
9192         `content-transfer-encoding' as nil.
9193
9194 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9195
9196         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9197         `wl-refile-alist'.
9198
9199 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9200
9201         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9202         (wl-draft-edit-string): Ditto.
9203         (wl-draft-forward): Ditto.
9204         * wl-summary.el (wl-summary-write): Ditto.
9205
9206 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9207
9208         * wl-summary.el (wl-summary-sync-update3): Call
9209         `wl-summary-buffer-number-column-detect'.
9210         (wl-summary-buffer-number-column-detect): Search from point-min.
9211
9212 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9213
9214         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9215         contains an address which is not included in original to or cc.
9216
9217 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9218
9219         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9220         begin-line does not exist.
9221         * wl-message.el (wl-message-uu-substring): Ditto.
9222
9223 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9224
9225         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9226         clear local variables.
9227         (wl-summary-exit): Call `elmo-commit'.
9228         (wl-summary-switch-to-clone-buffer): Call
9229         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9230         (wl-summary-goto-folder-subr): Ditto.
9231
9232         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9233         POP folder.
9234
9235 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9236
9237         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9238         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9239         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9240         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9241         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9242         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9243
9244         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9245
9246 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9247
9248         * wl-summary.el (wl-summary-search-by-subject):
9249         Search parent message from the latest one.
9250
9251 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9252
9253         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9254         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9255
9256         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9257         New user option.
9258
9259         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9260         if elmo-nntp-use-killed-list is nil.
9261         Use `elmo-msgdb-append-to-killed-list'.
9262         (Append numbers confirmed as disappeared to the killed list.)
9263         (wl-summary-confirm-appends): Don't display negative number.
9264
9265 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9266
9267         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9268
9269 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9270
9271         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9272         range is `all'.
9273         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9274         `elmo-list-bigger-diff'.
9275
9276 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9277
9278         * wl-summary.el (wl-summary-buffer-exit-func):
9279         New buffer local variable.
9280         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9281
9282 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9283
9284         * wl-demo.el (wl-demo): Fix the last change.
9285
9286 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9287
9288         * wl-demo.el (wl-demo): Don't use `eval'.
9289
9290 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9291
9292         * wl-summary.el (wl-summary-buffer-thread-modified):
9293         New buffer-local variable.
9294         (wl-summary-set-thread-modified): New function.
9295         (wl-summary-thread-modified-p): New function.
9296         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9297         (wl-summary-yank-saved-message): Use function
9298         `wl-summary-set-thread-modified'
9299         (wl-summary-switch-to-clone-buffer): Add
9300         `wl-summary-buffer-thread-modified'.
9301
9302         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9303         (wl-summary-buffer-mark-saved-hook): Ditto.
9304         * wl-summary.el (wl-summary-msgdb-save): New hook
9305         `wl-summary-buffer-message-saved-hook' and
9306         `wl-summary-buffer-mark-saved-hook'.
9307
9308 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9309
9310         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9311
9312 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9313
9314         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9315         don't hide scroll bars under FSF Emacsen because it may incur an
9316         undesirable redrawing.
9317
9318 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9319
9320         * wl-draft.el (wl-draft-edit-string): Call
9321         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9322
9323 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9324
9325         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9326
9327 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9328
9329         * wl-summary.el (wl-summary-msgdb-load-async): Call
9330         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9331
9332 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9333
9334         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9335         fringes in demo buffer; center bitmap logo correctly even if old
9336         Mule is used.
9337
9338 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9339
9340         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9341
9342         * wl-refile.el (wl-refile-subject-alist): New variable.
9343         (wl-refile-subject-alist-file-name): Ditto.
9344         (wl-refile-alist-setup): Rewrite.
9345         (wl-refile-alist-save): Use `elmo-object-save'.
9346         Eliminated arguments.
9347         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9348         (wl-refile-guess-by-subject): New function.
9349         (wl-refile-guess-func-list): Added it.
9350
9351 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9352
9353         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9354         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9355
9356 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9357
9358         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9359         New buffer-local variable.
9360         (wl-summary-buffer-next-folder-func): Ditto.
9361         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9362         if non-nil.
9363         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9364         if non-nil.
9365         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9366         if non-nil.
9367         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9368         if non-nil.
9369
9370 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9371
9372         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9373         permanently in the demo buffer.
9374
9375 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9376
9377         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9378         `mime-entity-fetch-field'.
9379
9380         * wl.el (wl-exit): Delete plugged buffer.
9381
9382         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9383         XEmacs has menubar feature.
9384
9385 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9386
9387         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9388         cannot arrive at the beginning of the buffer under old Emacsen.
9389
9390 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9391
9392         * wl-address.el (wl-address-ldap-search):
9393         Call `ldap-search-entries' with `withdn' argument t.
9394         (wl-complete-field-body): Bind completion-ignore-case as t.
9395         Clear ldap search hash when it was sole completion.
9396         Use elmo-string for pattern string.
9397         (wl-ldap-alias-safe-string): Eliminated needless let.
9398
9399 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9400
9401         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9402         (wl-ldap-alias-sep): New constant.
9403         (wl-ldap-search-attribute-type-list): Ditto.
9404         (wl-ldap-get-value): New function.
9405         (wl-ldap-make-filter): Ditto.
9406         (wl-ldap-make-matched-value-list): Ditto.
9407         (wl-ldap-alias-safe-string): Ditto.
9408         (wl-ldap-register-dn-string): Ditto.
9409         (wl-address-ldap-search): Rewrite.
9410
9411 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9412
9413         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9414         thread is deleted.
9415         (wl-thread-delete-line-from-buffer): Ditto.
9416         (wl-thread-get-exist-children): New function.
9417
9418 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9419
9420         * wl-demo.el (wl-demo): Made it to select various image types.
9421         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9422         from `wl-title-logo'.
9423         (wl-logo-ascii): New variable.
9424         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9425         (wl-demo-copyright-notice): New constant.
9426
9427         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9428
9429 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9430
9431         * wl-vars.el (wl-summary-target-above): Renamed from
9432         wl-summary-temp-above.
9433         * wl-score.el (wl-score-get-score-alist): Use it.
9434         (wl-summary-score-update-all-lines): Use it.
9435         * wl-summary.el: Ditto. (make-variable-buffer-local).
9436
9437 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9438
9439         * wl-vars.el (wl-ldap-port): New user option.
9440
9441         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9442         Rewite whole implementation.
9443         (wl-complete-field-body): Fixed.
9444
9445 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9446
9447         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9448         Choose implementation at compile time.
9449
9450 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9451
9452         * wl-address.el (wl-ldap-search-internal): New function.
9453         (wl-complete-field-to): Use it.
9454
9455 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9456
9457         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9458         Use `let' instead of `let*'.
9459         Require 'wl-vars.
9460
9461         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9462         Define as defcustom.
9463         (wl-ldap-base): Ditto.
9464         (wl-use-ldap): Ditto.
9465
9466 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9467
9468         * wl-address.el (wl-ldap-search): New function.
9469         (wl-complete-field-body): Use `wl-ldap-search'.
9470         (wl-ldap-server): New variable.
9471         (wl-ldap-base): Ditto.
9472         (wl-use-ldap): Ditto.
9473
9474 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9475
9476         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9477         (Pointed out by Mito <mit@nines.nec.co.jp>).
9478         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9479         buffer-local variables like `wl-summary-redisplay-internal'.
9480         (wl-summary-redisplay-all-header): Likewise.  Update
9481         Summary view too.
9482
9483 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9484
9485         * wl-summary.el (wl-summary-jump-to-parent-message):
9486         Consider prefix argument.
9487
9488         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9489         when closed thread is deleted.
9490
9491 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9492
9493         * wl-summary.el (wl-summary-jump-to-parent-message):
9494         Consider thread modification.
9495
9496 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9497
9498         * wl-message.el (wl-message-normal-get-original-buffer): Use
9499         `save-excursion'.
9500
9501         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9502         (wl-summary-showto-folder-regexp): Ditto.
9503
9504 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9505
9506         * wl-util.el (wl-delete-alist): Doc fix.
9507         (wl-delete-associations): New function.
9508         (wl-inverse-alist): New function.
9509         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9510         Split temporary variables. Use `wl-delete-associations'
9511         and `wl-inverse-alist'.
9512         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9513
9514 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9515
9516         * wl-folder.el (wl-folder-prefetch-entity):
9517         Execute prefetching if new count is unknown.
9518
9519 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9520
9521         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9522
9523         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9524         delete entity.
9525         (wl-thread-set-parent): If insert as top, set linked as nil.
9526
9527         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9528         `wl-thread-cleanup-symbols' when view mode is thread.
9529
9530 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9531
9532         * wl-folder.el (wl-folder-create-folder-entity): Use
9533         with-current-buffer.
9534         (wl-local-folder-init): Call set-buffer to make sure we are in
9535         the Folder buffer. Don't touch buffer-local variables here.
9536         (wl-folder-mode): Initialize buffer-local variables here.
9537
9538         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9539         (wl-folder-entity-assign-id): Ditto.
9540         (wl-folder-create-entity-hashtb): Ditto.
9541         (wl-local-folder-init): Ditto.
9542         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9543
9544 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9545
9546         * wl-summary.el (wl-summary-default-from): Fix probrem when
9547         std11-extract-address-components return (nil "foo@bar").
9548
9549 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9550
9551         * wl-draft.el (wl-draft-clone-local-variables):
9552         Remove redundant `setq'.
9553
9554 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9555
9556         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9557         Bind wl-highlight-x-face-func as nil while highlighting header.
9558
9559 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9560
9561         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9562
9563 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9564
9565         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9566         elmo-msgdb-overview-hashtb from copy-variables.
9567         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9568         instead of `elmo-msgdb-overview-get-entity-by-number'.
9569         (wl-summary-auto-refile): Ditto.
9570
9571         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9572         `elmo-msgdb-overview-get-entity' instead of
9573         `elmo-msgdb-search-overview-entity'.  Use
9574         `elmo-msgdb-overview-get-entity' instead of
9575         `elmo-msgdb-overview-get-entity-by-number'.
9576         (wl-thread-insert-entity-sub): Ditto.
9577         (wl-thread-insert-message): Ditto.
9578
9579         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9580         `elmo-msgdb-overview-get-entity'.
9581         (wl-normal-message-redisplay): Ditto.
9582
9583 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9584
9585         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9586         `wl-thread-entities'.
9587         (wl-thread-delete-message): Fix remove top message from
9588         `wl-thread-entity-list'.
9589
9590         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9591         wl-append(nconc), because update-list is broken on Meadow.
9592
9593         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9594         updating process.
9595         (wl-summary-rescan): Ditto.
9596         (wl-summary-sync-update3): Ditto.
9597         * wl-thread.el (wl-thread-set-parent): Renamed from
9598         `wl-summary-set-parent'.
9599         (wl-thread-insert-message): Updating buffer faster.
9600         (wl-thread-delete-message): Updating buffer faster.
9601
9602         * wl-score.el (wl-summary-score-update-all-lines): Changed
9603         interval for display progress gauge.
9604
9605 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9606
9607         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9608         folder always-sticky.
9609         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9610         defmacro.
9611
9612 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9613
9614         * wl-vars.el (wl-draft-add-references): New user option.
9615
9616         * wl-draft.el (wl-draft-add-references): New function.
9617         (wl-draft-yank-from-mail-reply-buffer): Use it.
9618         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9619         as nil.
9620
9621 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9622
9623         * wl-thread.el (wl-thread-update-line-msgs): Called
9624         `wl-thread-update-line-on-buffer-sub'.
9625         (wl-thread-update-line-on-buffer): Delete routine of inserting
9626         thread.
9627         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9628         moved from `wl-thread-update-line-on-buffer'.
9629         Add threshold for displaying progress gauge.
9630         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9631         argument of `wl-thread-update-line-msgs'.
9632         Add threshold for displaying progress gauge.
9633         * wl-folder.el:
9634         Add threshold for displaying progress gauge.
9635         * wl-score.el: Ditto.
9636
9637         * wl-expire.el (wl-summary-expire): Display deleting info.
9638
9639 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9640
9641         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9642         `no-msg'.
9643         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9644         argument of `wl-thread-update-line-msgs'.
9645         (wl-summary-set-parent): Added optional argument `parent-number'.
9646         (wl-summary-buffer-saved-message): New buffer local variable.
9647         (wl-summary-save-current-message): New command.
9648         (wl-summary-yank-saved-message): Ditto.
9649         (wl-summary-mode-map): Added key binding for
9650         `wl-summary-save-current-message' (\ew) and
9651         `wl-summary-yank-saved-message' (\C-y).
9652         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9653
9654 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9655
9656         * wl-summary.el (wl-summary-mode-map): Added key binding for
9657         `wl-summary-set-parent' (ts).
9658
9659 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9660
9661         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9662         subject faster. If thread number is reverse, delayed updating
9663         thread.
9664         (wl-summary-search-by-subject): Ditto.
9665         (wl-summary-put-alike): Ditto.
9666         (wl-summary-get-alike): Ditto.
9667         (wl-summary-insert-headers): Insert header of all overview in
9668         buffer.
9669         (wl-summary-rescan): Delayed updating thread. Kill search subject
9670         buffer for wl-summary-search-by-subject.
9671         (wl-summary-sync-update3): Ditto.
9672         (wl-summary-exit): Ditto.
9673         (wl-summary-goto-bottom-of-current-thread): Change for linked
9674         thread.
9675         (wl-summary-overview-create-summary-line): Change line for linked
9676         thread.
9677
9678         * wl-summary.el (wl-summary-update-thread): Use
9679         wl-thread-maybe-get-children-num.
9680         (wl-summary-set-parent): If change parent, move sub thread.
9681         (wl-summary-redisplay-internal): Add horizontal recenter.
9682         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9683
9684         * wl-thread.el (wl-thread-entity-get-linked): New function.
9685         (wl-thread-entity-set-linked): New function.
9686         (wl-thread-create-entity): Add linked element.
9687         (wl-thread-entity-insert-as-top): Use wl-append.
9688         (wl-thread-maybe-get-children-num): If closing thread, return
9689         children msgs.
9690         (wl-thread-update-line-msgs): Displaying progress message.
9691         (wl-thread-update-line-on-buffer-sub): Use
9692         wl-thread-maybe-get-children-num.
9693         (wl-thread-update-line-on-buffer): If update line is not exists,
9694         insert thread.
9695         (wl-thread-delete-message): If delete top msg of thread, search
9696         parent by subject.
9697         (wl-thread-insert-entity): Use
9698         wl-thread-maybe-get-children-num.
9699
9700         * wl-highlight.el (wl-highlight-summary-current-line): change
9701         sregexp for linked thread.
9702         * wl-util.el (wl-count-lines): Count lines.
9703         (wl-horizontal-recenter): horizontal recenter.
9704         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9705         (wl-score-get-alike): Ditto.
9706         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9707         (wl-subject-length-limit): New variable.
9708         (wl-highlight-thread-indent-string-regexp): Changed for linked
9709         thread.
9710
9711 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9712
9713         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9714         New variable (revival).
9715         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9716         by subject matching if there's no in-reply-to nor references field
9717         (revival).
9718
9719 \f
9720 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9721
9722         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9723         message.
9724
9725 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9726
9727         * wl-summary.el (wl-summary-reply): Return t if there was a
9728         message at cursor point.
9729         Added unwind-protect.
9730         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9731         returns t.
9732         (wl-summary-cancel-message): Do nothing when there's no message at
9733         cursor point.
9734         (wl-summary-forward): Ditto.
9735         (wl-summary-jump-to-parent-message): Ditto.
9736         (wl-summary-reedit): Ditto.
9737         (wl-summary-edit-addresses): Ditto.
9738         (wl-summary-pipe-message): Ditto.
9739         (wl-summary-print-message-with-ps-print): Ditto.
9740         (wl-summary-print-message): Ditto.
9741         (wl-summary-mark-as-important): Ditto.
9742         (wl-summary-mark-as-unread): Ditto.
9743
9744         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9745         message at cursor point.
9746         (wl-summary-reply-with-citation): Remove unwind-protect.
9747
9748         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9749         subject searching feature.
9750         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9751         Eliminated.
9752
9753 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9754
9755         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9756         New variable.
9757         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9758         by subject matching if there's no in-reply-to nor references field.
9759
9760         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9761
9762         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9763         when display is finished.
9764         (wl-folder-open-all): Ditto.
9765         (wl-folder-update-access-group): Ditto.
9766         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9767         * wl-thread.el (wl-thread-close-all): Ditto.
9768
9769         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9770         progress gauge only when it was displayed.
9771         * wl-folder.el (wl-folder-insert-entity): Ditto.
9772
9773 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9774
9775         * wl-summary.el (wl-summary-incorporate): Enclose
9776         `wl-summary-sync-force-update' with save-excursion.
9777
9778 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9779
9780         * wl-summary.el (wl-summary-prefetch-region):
9781         Pass current cursor point to `pos-visible-in-window-p' after
9782         moving cursor to the started point.
9783
9784 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9785
9786         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9787
9788         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9789         fields from the forwarding message.
9790         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9791         `ignored-fields'.
9792
9793 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9794
9795         * wl-mime.el (wl-message-request-partial):
9796         Eliminated argument `msgdb'.
9797         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9798         (wl-mime-combine-message/partial-pieces): Likewise.
9799         * tm-wl.el (wl-message-request-partial): Likewise.
9800         (wl-mime-combine-message/partial-pieces): Likewise.
9801
9802 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9803
9804         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9805         when display is finished.
9806
9807 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9808
9809         * wl-summary.el (wl-summary-goto-folder-subr):
9810         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9811
9812 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9813
9814         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9815         when cursor point is visible.
9816
9817 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9818
9819         * wl-expire.el (wl-expire-archive-get-max-number):
9820         Don't use `file-name-directory'.
9821
9822 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9823
9824         * wl-expire.el (wl-expire-archive-get-max-number):
9825         Use `file-name-directory'.
9826
9827 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9828
9829         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9830         only when there is progress.
9831
9832 2000-04-13  Mito <mit@nines.nec.co.jp>
9833
9834         * wl-summary.el (wl-summary-sync-marks): Display progress.
9835
9836 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9837
9838         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9839         (wl-summary-prev): Move cursor regardless of unread status.
9840         (wl-summary-next): Ditto.
9841
9842 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9843
9844         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9845         Added argument `target' and `number'.
9846         * tm-wl.el (wl-summary-burst-subr): New function.
9847         (wl-summary-burst): Use it.
9848
9849 2000-04-10  Mito <mit@nines.nec.co.jp>
9850
9851         * wl-mime.el (wl-burst): New function.
9852         (wl-summary-burst): Use it.
9853
9854 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9855
9856         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9857         as petname when there's no candidate.
9858
9859 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9860
9861         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9862         New variable.
9863         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9864
9865         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9866
9867         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9868
9869 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9870
9871         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9872         Use substring of `original' instead of buffer-substring.
9873         (wl-refile-evaluate-rule):
9874         Set `original' argument of wl-refile-expand-newtext.
9875
9876         * wl-summary.el
9877         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9878         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9879         (wl-summary-auto-refile): Check existence of destination folder just
9880         before marking.
9881
9882 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9883
9884         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9885         when wl-refile-get-field-value return nil.
9886
9887 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9888
9889         * wl-refile.el
9890         (wl-refile-expand-newtext): New function imported from Gnus.
9891         (wl-refile-evaluate-rule): Use it.
9892
9893 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9894
9895         * wl-summary.el (wl-summary-print-destination):
9896         Duplicate folder string to avoid putting text-property on
9897         original string.
9898
9899         * wl-refile.el (wl-refile-get-field-value): New function.
9900         (wl-refile-evaluate-rule): New function;
9901         Evaluate refile rule recursively.
9902         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9903         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9904         New function; Check existence of a target folder recursively.
9905         (wl-summary-auto-refile-check-refile-rule-alist):
9906         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9907
9908 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9909
9910         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9911
9912         * wl-folder.el (wl-create-folder-entity-from-buffer):
9913         Fixed problem when '}' character is contained in folder name.
9914
9915         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9916
9917 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9918
9919         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9920         (wl-fldmgr-add-completion-all-completions):
9921         Use wl-fldmgr-add-completion-hashtb.
9922
9923 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9924
9925         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9926         wl-fldmgr-add-completion-subr): New functions.
9927         * wl-folder.el (wl-folder-completion-func): New variable.
9928         * wl-summary.el (wl-summary-read-folder):
9929         Use wl-folder-completion-func.
9930
9931         * wl-refile.el: Eliminate throw & catch.
9932
9933         * wl.el (wl-plugged-sending-queue-status): Fixed.
9934
9935 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9936
9937         * wl-draft.el (wl-draft): Put category property on
9938         mail-header-separator.