* wl-summary.el (wl-summary-goto-folder-subr): Protect current
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
4         message (the condition is borrowed from `wl-check-variables-2').
5         (wl-summary-redisplay-internal): Ditto.
6
7 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8
9         * wl-mime.el (wl-draft-nntp-attribute): New function.
10         (wl-draft-attribute-nntp-posting-server): Use it.
11         (wl-draft-attribute-nntp-posting-port): Ditto.
12
13         * wl-mime.el (wl-draft-preview-attributes-list): New function.
14         (wl-draft-show-attributes-buffer): Ditto.
15         (wl-draft-hide-attributes-buffer): Ditto.
16         (wl-draft-attribute-newsgroups): Ditto.
17         (wl-draft-attribute-nntp-posting-server): Ditto.
18         (wl-draft-attribute-nntp-posting-port): Ditto.
19         (wl-draft-preview-message): Use there functions.
20
21         * wl-vars.el (wl-draft-preview-attributes-list): Change default
22         value.
23
24 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
25
26         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
27         (wl-draft-reedit): Ditto.
28         (wl-draft-queue-flush): Ditto.
29
30         * wl-mime.el (wl-message-request-partial): Ditto.
31         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
32         instead of `elmo-message-fetch'.
33
34         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
35
36         * wl-summary.el (wl-summary-message-string): Ditto.
37
38 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
39
40         * wl-util.el (wl-current-message-buffer): Follow the API change.
41
42         * wl-summary.el (wl-summary-redisplay-internal): Call
43         `wl-summary-mark-as-read' with 2nd argument as nil and update
44         unread count instead of persistent mark.
45
46         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
47         variable.
48         (wl-message-redisplay): Follow the API change.
49         (wl-message-buffer-display): Managed mime-entity directly and
50         return preview buffer only.
51         (wl-message-display-internal): Rewrite.
52         (wl-message-buffer-prefetch-subr): Not save return value of
53         `wl-message-buffer-display'.
54
55         * Version number is increased to 2.13.1.
56
57 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
58
59         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
60         'elmo-multiple-fields-body-list' with boundary specified.
61
62 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
63
64         * wl-vars.el (wl-summary-resend-use-cache): New variable.
65         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
66         cache if `wl-summary-resend-use-cache' is non-nil.
67
68 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
69
70         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
71         (wl-nntp-posting-stream-type): Ditto.
72
73 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
74
75         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
76
77 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
78
79         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
80         message.
81
82 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
83
84         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
85         Abolish.
86         (wl-summary-buffer-persistent-mark-version): New internal
87         variable.
88         (wl-summary-update-mark-and-highlight-window): Check by
89         wl-summary-persistent-mark-invalid-p.
90         (wl-summary-update-status-marks): Ditto.
91         (elmo-event-handler-flag-changed): Rewrite.
92         (elmo-event-handler-cache-changed): Define.
93         (wl-summary-prefetch-msg): Does not update persistent mark here.
94         (wl-summary-delete-cache): Ditto.
95         (wl-summary-resume-cache-status): Ditto.
96         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
97         (wl-summary-persistent-mark-invalid-p): New function.
98         (wl-summary-validate-persistent-mark): Ditto.
99         (wl-summary-validate-persistent-mark-string): Ditto.
100         (wl-summary-invalidate-persistent-mark): Ditto.
101         (wl-summary-update-persistent-mark): Call
102         `wl-summary-validate-persistent-mark'.
103         (wl-summary-create-line): Call
104         `wl-summary-validate-persistent-mark-string'.
105
106         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
107         status as t if cache used.
108
109 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
110
111         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
112         only if the target is group.
113         * wl-folder.el (wl-folder-append-petname): Don't check group name.
114
115 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
116
117         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
118
119 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
120
121         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
122
123         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
124
125 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
126
127         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
128         (Thanks to Yoichi NAKAYAMA).
129
130 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
131
132         * wl-util.el (wl-save-drafts): Restore echo area.
133
134 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
135
136         * Version number is increased to 2.13.0.
137
138         * wl-util.el (wl-biff-check-folder-async): Use
139         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
140
141 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
142
143         * wl-message.el (wl-message-display-internal): Does not put
144         wl-message-display-type property on message buffer.
145         (wl-message-buffer-display-type): New function.
146
147         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
148
149         * wl-summary.el (wl-summary-mode): Use `dolist' to add
150         `wl-summary-buffer-detach'.
151         (wl-summary-message-display-type): Use
152         `wl-summary-buffer-display-type'.
153
154 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
155
156         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
157         buffer-local.
158
159         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
160         kill-buffer-hook instead of make-local-variable.
161         (wl-draft-preview-message): Set `local' argument of add-hook as t.
162
163 2004-12-12  Scott Renfro <scott@renfro.org>
164
165         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
166         regex for square-branket.
167
168 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
169
170         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
171         `wl-message-mime-analysis-p' with argument `header'.
172
173 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
174
175         * wl-mime.el (wl-draft-yank-current-message-entity): 
176         Switch to no-mime following method according to wl-message-display-type
177         property.
178         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
179
180         * wl-message.el (wl-message-display-internal): 
181         Put wl-message-display-type property on message buffer.
182
183         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
184         (wl-message-display-internal): Ditto;
185
186         * wl-summary.el (wl-summary-toggle-mime): Ditto.
187
188 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
189
190         * wl-message.el (wl-message-make-display-type): New function.
191         (wl-message-display-type-property): Ditto.
192         (wl-message-mime-analysys-p): Ditto.
193         (wl-message-display-all-header-p): Ditto.
194         (wl-message-redisplay): Removed argument `as-is', `all-header' and
195         added `display-type'.
196         (wl-message-buffer-display): Likewise.
197         (wl-message-display-internal): Likewise.
198         (wl-message-buffer-display-type): Abolish.
199         (wl-message-buffer-prefetch-subr): Follow the API changed.
200
201         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
202         from wl-summary-buffer-display-all-header and changed default value.
203         (wl-summary-message-display-type): New function.
204         (wl-summary-buffer-display-mime-mode): Ditto.
205         (wl-summary-buffer-display-header-mode): Ditto.
206         (wl-summary-toggle-mime): Rewrite with above functions.
207         (wl-summary-toggle-all-header): Ditto.
208         (wl-summary-redisplay): Force redisplay with default mode.
209         (wl-summary-redisplay-internal): Renamed argument from `mode',
210         `all-header' to `mime-mode', `header-mode'.
211         Use `wl-message-make-display-type'.
212
213         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
214         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
215
216 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
217
218         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
219
220 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
221
222         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
223         in original message buffer.
224         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
225         buffer.
226
227 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
228
229         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
230
231 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
232
233         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
234
235 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
236
237         * wl-action.el (wl-summary-exec-action-refile): Display a done message
238         when actions succeeded.
239         (wl-summary-exec-action-copy): Likewise.
240
241 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
242
243         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
244         there is switch-to-buffer at the end of wl-message-select-buffer.
245         (wl-summary-reply): Ditto.
246
247 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
248
249         * wl-summary.el (wl-summary-forward): Put subject in original
250         message buffer as argument of wl-draft-forward.
251         * wl-draft.el (wl-draft-forward): Decode subject as in
252         wl-draft-reply.
253
254 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
255
256         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
257         a folder under access group.
258
259 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
260
261         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
262         wl-message-buffer-display.
263
264         * wl-util.el (wl-set-save-drafts): Fix typo.
265
266 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
267
268         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
269         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
270         wl-highlight-logo-face to set the bg color of an xbm image; fixed
271         the way to measure the width of a bitmap image; don't put face on
272         ascii and bitmap images; put the mark which should not use the
273         variable-pitch face on ascii and bitmap images.
274         (wl-demo-setup-properties): Don't use the variable-pitch face on
275         ascii and bitmap images; made it work on Emacs 20 and earlier.
276         (wl-demo-insert-text): End with a newline at the bottom; don't put
277         face on text.
278
279         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
280
281 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
282
283         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
284
285         * wl-util.el (wl-save-drafts): Moved from sample setting.
286         (wl-set-save-drafts): New function to set idle timer.
287         * wl-draft.el (wl-draft): Call it.
288         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
289
290 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
291
292         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
293         a summary which has toggle display status off.
294
295 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
296
297         * wl-draft.el (wl-draft-do-fcc): No cache save.
298
299 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
300
301         * wl-summary.el (elmo-event-handler-flag-changed): Use
302         `set-buffer' instead of `with-current-buffer'.
303
304 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
305
306         * wl-summary.el (wl-summary-after-resize-function): New function.
307         (wl-summary-mode): Add `wl-summary-after-resize-function' to
308         window-size-change-functions.
309
310 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
311
312         * wl-draft.el (wl-draft-create-buffer): Bind
313         `change-major-mode-hook' after current buffer is changed.
314
315         * wl-summary.el (wl-summary-buffer-detach): New function.
316         (wl-summary-buffer-set-folder): Call it.
317         (wl-summary-mode): Add `wl-summary-buffer-detach' to
318         change-major-mode-hook and kill-buffer-hook.
319         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
320         (wl-summary-switch-to-clone-buffer): Ditto.
321         (wl-summary-goto-folder-subr): Ditto.
322
323 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
324
325         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
326         after boundp check.
327
328 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
329
330         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
331         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
332         for `kill-buffer'.
333
334         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
335         handler of current buffer from elmo-folder.
336
337 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
338
339         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
340
341 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
342
343         * wl-summary.el (wl-summary-buffer-event-handler): New internal
344         variable.
345         (wl-summary-event-handler): New class.
346         (elmo-event-handler-flag-changed): Define to update persistent
347         mark.
348         (wl-summary-buffer-set-folder): Register event handler to
349         elmo-folder.
350         (wl-summary-exit): Unregister event handler.
351         (wl-summary-goto-folder-subr): Ditto.
352         (wl-summary-mark-as-read-all): Does not call
353         `wl-summary-update-persistent-mark' directly.
354         (wl-summary-mark-as-read-internal): Ditto.
355         (wl-summary-set-persistent-mark-internal): Ditto.
356         (wl-summary-set-flags-internal): Ditto.
357
358         * Version number is increased to 2.11.33.
359
360 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
361
362         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
363         to nil.
364
365 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
366
367         * wl-spam.el (wl-spam-setup): Add hook
368         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
369         instead of `wl-summary-prepare-hook'.
370
371         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
372         if folder type is `'flag'.
373         (wl-summary-mark-as-important): Ditto.
374
375 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
376
377         * wl-address.el (wl-address-minibuffer-history): New variable.
378         (wl-address-minibuffer-local-map): New keymap.
379         (wl-address-read-from-minibuffer): New function.
380
381         * wl-action.el (wl-summary-get-resend-address): Use
382         `wl-address-read-from-minibuffer' instead of `completing-read'.
383
384 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
385
386         * Version number is increased to 2.11.32.
387
388 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
389
390         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
391         without mule to iso-8859-1.
392         (wl-draft-add-in-reply-to): Add note in description.
393         (wl-draft-add-references): Ditto.
394
395 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
396
397         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
398         definition for `m'.
399         (wl-summary-mode-line-format): Add '[%m]'.
400         (wl-message-mode-line-format-spec-alist): Ditto.
401         (wl-summary-display-mime-mode-list): New variable.
402
403         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
404         from wl-summary-buffer-display-as-is.
405         (wl-summary-buffer-display-all-header): New buffer local variable.
406         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
407         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
408         instead of wl-summary-buffer-display-as-is.
409         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
410         (wl-summary-set-persistent-mark): Ditto.
411         (wl-summary-set-message-buffer-or-redisplay): Just call
412         `wl-summary-redisplay-internal' without optional arguments.
413         (wl-summary-toggle-mime): Rewrite.
414         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
415         (wl-summary-toggle-all-header): New function.
416         (wl-summary-redisplay-internal): Treat mime mode.
417
418         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
419         to wl-mime-preview-follow-no-mime.
420         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
421         accodring to the display-mode.
422
423         * wl-message.el (wl-message-buffer-display-type): Rewrite.
424         (wl-message-buffer-display): Changed argument name from `as-is' to
425         `mode'.
426         (wl-message-display-internal): Ditto;
427         Bind elmo-mime-display-header-analysis according to the mode.
428         (wl-message-display-internal): Put wl-message-display-mime-mode
429         property on entire buffer.
430
431 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
432
433         * wl-draft.el (wl-draft-do-fcc): Undo last change.
434
435 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
436
437         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
438         Don't extract mail address.
439         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
440
441         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
442
443         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
444
445 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
446
447         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
448         wl-fldmgr-cut-entity-list on confirmation.
449
450 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
451
452         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
453         (wl-mime-quit-preview): Check existence of
454         mime-edit-temp-message-buffer here.
455
456 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
457
458         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
459         after deletion.
460
461         * wl-draft.el (wl-draft-send-confirm): Check major-mode
462         before calling wl-mime-quit-preview.
463
464 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
465
466         * wl-summary.el (wl-summary-pick): If call it with prefix
467         argument, set `delete-marks' as non-nil. Pick from only visible
468         messages.
469         (wl-summary-check-target-mark): New function.
470         (wl-summary-target-mark-mark-as-read): Use it.
471         (wl-summary-target-mark-mark-as-unread): Ditto.
472         (wl-summary-target-mark-operation): Ditto.
473         (wl-summary-target-mark-set-flags): Ditto.
474         (wl-summary-target-mark-save): Ditto.
475         (wl-summary-target-mark-pick): Ditto.
476         (wl-summary-target-mark-forward): Ditto.
477         (wl-summary-target-mark-reply-with-citation): Ditto.
478         (wl-summary-target-mark-print): Ditto.
479         (wl-summary-target-mark-uudecode): Ditto.
480
481         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
482         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
483         with `ask-coding' is non-nil.
484
485 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
486
487         * wl-thread.el (wl-thread-set-parent): If parent is a message
488         which is identified by references, set linked as nil.
489
490 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
491
492         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
493         (wl-message-mode-line-format-spec-alist): Ditto.
494         (wl-message-mode-line-format): Ditto.
495         (wl-summary-mode-line-format): Ditto for docstring.
496         (wl-summary-no-mime-folder-list): Fix typo.
497
498         * wl-util.el (wl-current-message-buffer): Call
499         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
500
501         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
502         variable.
503         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
504         of `wl-summary-redisplay-no-mime'.
505         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
506         (wl-summary-toggle-mime): New function.
507         (wl-summary-redisplay-all-header): Rewrite.
508         (wl-summary-redisplay-no-mime): Ditto.
509         (wl-summary-redisplay-internal): Added argument `as-is' and
510         `all-header'.
511
512         * wl-refile.el (wl-refile-default-from-folder-path-separator):
513         New variable.
514         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
515         bottom.
516         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
517         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
518         "/" unconditionally.
519
520         * wl-mime.el (wl-draft-yank-current-message-entity): Use
521         wl-mime-preview-follow-no-mime for as-is content.
522         (wl-mime-preview-follow-no-mime): New function.
523         (wl-mime-preview-follow-current-region): Fixed parenthesis.
524
525         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
526         and added `as-is', `all-header'.
527         (wl-message-buffer-display): Ditto.
528         (wl-message-buffer-display-type): New function.
529
530 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
531
532         * wl-vars.el (wl-message-header-button-alist): Change default
533         value.
534         (wl-message-body-button-alist): Ditto.
535
536 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
537
538         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
539
540 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
541
542         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
543
544 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
545
546         * wl-summary.el (wl-summary-sync-marks): Remove condition which
547         is always true.
548
549 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
550
551         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
552         on null entity.
553
554 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
555
556         * wl-vars.el (wl-draft-reply-default-position): Fix range.
557
558 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
559
560         * wl-vars.el (wl-summary-resend-hook): New hook.
561
562         * wl-action.el (wl-summary-exec-action-resend-subr): Run
563         `wl-summary-resend-hook'.
564
565 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
566
567         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
568         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
569         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
570         (wl-summary-new-cached-mark): Changed default value to 'n'.
571         (wl-summary-unread-cached-mark): Changed default value to 'u'.
572         (wl-summary-answered-cached-mark): Changed default value to 'a'.
573         (wl-folder-sync-range-alist): Remove spec for 'flag.
574         (wl-summary-force-prefetch-folder-list): New user option.
575
576         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
577         `wl-summary-toggle-persistent-mark'.
578         (wl-summary-update-mark-and-highlight-window): Don't highlight when
579         number is nil.
580         (wl-summary-mark-as-answered-region): Set interactive argument of
581         `wl-summary-set-persistent-mark-internal'.
582         (wl-summary-mark-as-important-region): Ditto.
583         (wl-summary-unset-persistent-mark): Ditto.
584         (wl-summary-set-persistent-mark): Ditto.
585         (wl-summary-mark-as-answered): Ditto.
586         (wl-summary-mark-as-important): Ditto.
587         (wl-summary-set-persistent-mark-internal): Do nothing
588         when `elmo-message-flag-available-p' is nil.
589         (wl-summary-toggle-persistent-mark): New function.
590         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
591         when the folder matches `wl-summary-force-prefetch-folder-list'.
592
593
594         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
595         when number is nil.
596         (wl-highlight-summary-forwarded-face): New face.
597
598 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
599
600         * Version number is increased to 2.11.31.
601
602 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
603
604         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
605         (wl-biff-check-folder-async): Ditto.
606         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
607
608 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
609
610         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
611         Add an argument `reverse'.  All callers are updated.
612         (wl-summary-sort): Add a prefix argument `reverse' to specify
613         reverse sorting.
614         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
615         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
616         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
617
618 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
619
620         * wl-message.el (wl-message-redisplay): Does not narrow header if
621         disply-type is all-header or as-is.
622
623         * wl-summary.el (wl-summary-enter-handler): Use
624         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
625
626 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
627
628         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
629         after adding wl-draft-parent-variables.
630         (wl-draft-forward): Ditto.
631
632 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
633
634         * wl-summary.el (wl-summary-sync-marks): Call
635         `wl-summary-set-persistent-mark' and
636         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
637         (wl-summary-set-persistent-mark-internal): Add 4th argument
638         `no-server'.
639         (wl-summary-unset-persistent-mark): Ditto.
640         (wl-summary-set-persistent-mark): Ditto.
641         (wl-summary-add-flags-internal): Abolish.
642         (wl-summary-remove-flags-internal): Ditto.
643         (wl-summary-mark-as-important-internal): Ditto.
644         (wl-summary-mark-as-important): Use
645         `wl-summary-set-persistent-mark' instead of
646         `wl-summary-add-flags-internal'.
647         (wl-summary-mark-as-important-region): Ditto.
648
649         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
650
651         * wl-summary.el (wl-summary-get-available-flags): New function.
652         (wl-summary-sync-marks): Use it and simplified.
653         (wl-summary-unset-persistent-mark): Use
654         `wl-summary-get-available-flags'.
655         (wl-summary-set-persistent-mark): Ditto.
656
657 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
658
659         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
660         id.
661
662 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
663
664         * wl-summary.el (wl-summary-enter-handler): If argument is not a
665         number, call `wl-summary-prev-line-content'. Show message when the
666         message is not found.
667
668 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
669
670         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
671         wl-summary-enter-handler.
672         (wl-summary-enter-handler): New command.
673
674         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
675         docstring and custom spec.
676
677         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
678         flags too; Don't treat Cached and New.
679         (wl-summary-set-persistent-mark): Ditto.
680
681         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
682         `wl-folder-set-flag'.
683
684         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
685         instead of `wl-folder-set-flag'.
686
687         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
688         for completion.
689         (wl-summary-set-persistent-mark): Ditto.
690
691         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
692         instead of `wl-draft-quit-preview'.
693
694         * wl-mime.el (toplevel): Avoid compile warning.
695         (wl-mime-quit-preview): New function
696         (formarly defined as `wl-draft-quit-preview').
697         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
698         quitting method.
699
700         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
701
702         * wl-folder.el (wl-folder-set-flag): Renamed from
703         `wl-draft-set-flag-on-parent'.
704
705         * wl-draft.el (wl-draft-quit-preview): New function.
706         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
707         (wl-draft-send): Call `wl-folder-set-flag' instead of
708         `wl-draft-set-flag-on-parent'.
709         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
710
711 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
712
713         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
714         (wl-draft-send): Ditto.
715
716 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
717
718         * wl-vars.el (wl-draft-reply-hook): Changed default value.
719         (wl-draft-kill-pre-hook): Set default value as nil.
720         (wl-summary-reply-hook): Ditto.
721         (wl-draft-kill-flags): Abolish.
722
723         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
724         (wl-draft-parent-variables): Renamed from
725         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
726         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
727         argument; Add wl-draft-parent-variables to
728         wl-draft-config-variables.
729         (wl-draft-reply): Likewise.
730         (wl-draft-kill-flags): Abolish.
731         (wl-draft-send): Call wl-draft-set-flag-on-parent.
732         (wl-draft-set-flag-on-parent): New function.
733         (wl-draft-setup-parent-flag): Ditto.
734
735 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
736
737         * wl-draft.el (wl-draft-kill-flags): Avoid error when
738         `wl-draft-parent-folder' is "".
739
740 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
741
742         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
743         (wl-summary-digit-jump): New function.
744         (Adviced by John Owens and Hiroya Murata)
745
746         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
747         (Adviced by John Owens)
748
749         * wl-xmas.el (wl-message-define-keymap): Ditto.
750
751         * wl-mule.el (wl-message-define-keymap): Ditto.
752
753 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
754
755         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
756         change of return value of elmo-folder-count-flags.
757
758         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
759         (wl-summary-mark-as-read-internal): Ditto.
760         (wl-summary-set-persistent-mark-internal): Ditto.
761         (wl-summary-folder-info-update): Ditto.
762         (wl-summary-sync-update): Fixed the last change.
763
764         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
765
766 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
767
768         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
769         (wl-draft-kill-flags): Fixed docstring.
770
771         * wl-draft.el (wl-draft-kill-flags): New function.
772         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
773
774 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
775
776         * wl-vars.el (wl-reply-hook): Abolish.
777         (wl-draft-reply-hook): New hook.
778         (wl-summary-reply-hook): Ditto.
779         (wl-draft-forward-hook): Ditto.
780         (wl-summary-forward-hook): Ditto.
781         (wl-draft-kill-flags): New variable.
782
783         * wl-summary.el (wl-summary-mark-as-answered-region): Use
784         wl-summary-set-persistent-mark-internal.
785         (wl-summary-sync-marks): Use elmo-preserved-flags.
786         (wl-summary-update-persistent-mark): Make it interactive.
787         (wl-summary-set-persistent-mark-internal): New inline function.
788         (wl-summary-mark-as-answered): Use it.
789         (wl-summary-mark-as-unanswered): Ditto.
790         (wl-summary-unset-persistent-mark): New function.
791         (wl-summary-set-persistent-mark): Ditto.
792         (wl-summary-reply): Don't set answered flag;
793         Run wl-summary-reply-hook instead.
794         (wl-summary-forward): Call wl-draft-forward with number.
795         Run wl-summary-forward-hook.
796
797         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
798         (wl-highlight-summary-line-face-spec): Use it as a default
799         persistent mark face.
800
801         * wl-draft.el (wl-draft-forward): Added optional argument number;
802         Set wl-draft-parent-number; Run wl-draft-forward-hook.
803         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
804         (wl-draft-kill): Use wl-draft-kill-flags.
805
806         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
807
808         * wl-folder.el (wl-folder-check-one-entity): Follow the change
809         of return value of elmo-folder-count-flags.
810
811         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
812
813         * wl-summary.el (wl-summary-count-unread): Ditto.
814         (wl-summary-sync-update): Follow the change above.
815         (wl-summary-force-prefetch): New function.
816
817 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
818
819         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
820         variable `buf' with `let' instead of `setq'.
821
822 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
823
824         * wl-mime.el (wl-message-delete-current-part): If filename exists,
825         add Content-Disposition heaeder on the deleted part.
826
827 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
828
829         * wl-draft.el (wl-draft-save): Encode address list under edit by
830         `eword-encode-unstructured-field-body'.
831
832         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
833
834 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
835
836         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
837         wl-current-summary-buffer.
838
839 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
840
841         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
842         `numbers' is ignored.
843
844 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
845
846         * wl-folder.el (wl-folder-open-folder): Avoid error.
847         Reported by John Owens, [wl-en:815]
848
849         * wl.el (wl): Set timer for biff process even if prefix argument
850         is given or auto-checking is quitted.
851
852         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
853         immediately.
854         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
855         (wl-toggle-plugged): Ditto.
856
857         * wl-vars.el (wl-biff-use-idle-timer): New variable.
858         * wl-util.el (wl-biff-start): Use idle timer if
859         `wl-biff-use-idle-timer' is non-nil.
860
861 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
862
863         * wl-highlight.el (wl-highlight-message): Fix description.
864
865 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
866
867         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
868         tty.
869
870 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
871
872         * wl-action.el (wl-summary-exec): Print failure count.
873
874 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
875
876         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
877         to `defun', remove interactive form.
878         Set elmo-message-fetch-confirm when force-reload is non-nil.
879
880 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
881
882         * wl-summary.el (toplevel): Removed unnecessary autoload.
883
884 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
885
886         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
887         the buffer is generated from another message buffer.
888
889 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
890
891         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
892         extracted from `wl-fldmgr-save-folders'.
893         (wl-fldmgr-delete): Call it after deletion.
894
895 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
896
897         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
898         multi-tty support.
899
900 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
901
902         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
903
904 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
905
906         * wl-summary.el (wl-summary-rescan): Remove unused variables.
907         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
908
909 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
910
911         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
912         unsubscribe list only if argument CLEAR is nil.
913
914 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
915
916         * wl-draft.el (wl-draft-reply): Decode subject before removing
917         Re: prefix.
918
919 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
920
921         * wl-summary.el (wl-summary-sort-by-size): New command.
922
923 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
924
925         * wl-summary.el (wl-summary-number-list-from-region): New
926         function.
927         (wl-summary-mark-as-read-region): Use it.
928         (wl-summary-mark-as-unread-region): Ditto.
929         (wl-summary-set-flags-region): Ditto and add optional argument
930         remove.
931         (wl-summary-mark-as-answered-region): Ditto.
932         (wl-summary-mark-as-important-region): Ditto.
933         (wl-summary-target-mark-mark-as-important): Added optional
934         argument remove.
935         (wl-summary-target-mark-mark-as-answered): Ditto.
936         (wl-summary-target-mark-set-flags): Ditto.
937
938 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
939
940         * wl-summary.el (wl-summary-set-flags-region): Call
941         `wl-summary-set-flags-internal' with number list instead of call
942         one by each message.
943         (wl-summary-target-mark-set-flags): Likewise.
944
945 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
946
947         * wl-summary.el (wl-summary-target-mark-operation): Add optional
948         argument `inverse' and use `wl-summary-delete-all-target-marks'.
949         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
950         (wl-summary-target-mark-mark-as-answered): Likewise.
951
952 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
953
954         * wl-summary.el (wl-summary-target-mark-forward): Use
955         `wl-summary-delete-all-target-marks' instead of
956         `wl-summary-delete-all-temp-marks'.
957         (wl-summary-target-mark-reply-with-citation): Ditto.
958         (wl-summary-target-mark-uudecode): Ditto.
959         (wl-summary-target-mark-set-flags): Ditto and remove needless
960         cursor move.
961
962 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
963
964         * wl-summary.el (wl-summary-target-mark-forward): Protect
965         wl-summary-buffer-target-mark-list from nreverse.
966         (wl-summary-target-mark-reply-with-citation): Ditto.
967
968 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
969
970         * wl-thread.el (wl-thread-update-indent-string-thread): Use
971         `elmo-display-progress-threshold'.
972
973 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
974
975         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
976         check `wl-summary-highlight'.
977         (wl-summary-window-scroll-functions): Respect value of
978         `wl-summary-highlight'.
979         (wl-summary-sync-update): Run hooks
980         `wl-summary-buffer-window-scroll-functions' at any time.
981
982 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
983
984         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
985         from `wl-summary-cleanup-temp-marks'.
986         (wl-summary-cleanup-temp-marks): Abolish argument.
987         * wl.el (wl-save-status): Revert previous change.
988         (wl-execute-temp-marks): New function, call
989         `wl-summary-exec-with-confirmation'.
990         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
991         (wl-folder-save-and-exec-marks): Abolished.
992
993 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
994
995         * wl-e21.el (wl-e21-display-image-p): Respect
996         `wl-highlight-folder-with-icon'.
997         (wl-e21-highlight-folder-group-line): Highlight mouse line
998         even if wl-e21-display-image-p is nil.
999
1000         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1001         Respect value of `wl-summary-highlight'.
1002
1003         * wl.el (wl-save-status): Remove unused variable.
1004
1005         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1006         (wl-folder-mode-map): Bind it to "x".
1007
1008 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1009
1010         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1011
1012         * wl-thread.el (wl-thread-get-parent-list): Don't check
1013         disconnected ancestors, neglecting needless work in
1014         `wl-thread-update-indent-string-thread'.
1015
1016         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1017         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1018         argument, add argument default-keep to keep marks by default.
1019
1020         * Version number is increased to 2.11.30.
1021
1022         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1023         customization type and docstring.
1024         (wl-draft-reply-without-argument-list): Ditto.
1025
1026 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1027
1028         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1029
1030         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1031
1032 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1033
1034         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1035
1036 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1037
1038         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1039         save-excursion so as not to include run-hooks.
1040
1041 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1042
1043         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1044         Clarify that marks are going to be cleared.
1045
1046 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1047
1048         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1049         according to 3rd element of wl-summary-flag-mark.
1050
1051         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1052
1053 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1054
1055         * wl-action.el (wl-summary-target-mark-all): Don't set
1056         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1057
1058 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1059
1060         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1061         (wl-forward-subject-prefix): Ditto.
1062         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1063         (wl-draft-reply-make-subject): Ditto.
1064
1065         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1066         `wl-draft-forward'.
1067         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1068
1069 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1070
1071         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1072         target message does not exist.
1073
1074 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1075
1076         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1077         `wl-subject-prefix-regexp'.
1078         (wl-subject-forward-prefix-regexp): New variable.
1079         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1080         `wl-draft-strip-subject-re' and take regexp as argument.
1081         (wl-draft-forward): Use it.
1082         (wl-draft-reply): Ditto.
1083
1084 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1085
1086         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1087         emacs multi-tty support.
1088
1089 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1090
1091         * wl-e21.el (wl-e21-display-image-p): Don't call
1092         `display-images-p'.
1093         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1094         support.
1095         (wl-highlight-folder-current-line): Ditto.
1096         (wl-folder-init-icons): Ditto.
1097
1098 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1099
1100         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1101         the last line of summary in unplugged mode.
1102
1103 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1104
1105         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1106
1107 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1108
1109         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1110         * wl-address.el (wl-address-user-mail-address-p): Use it.
1111         (wl-address-delete-user-mail-addresses): Ditto.
1112         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1113
1114         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1115         (wl-address-delete-user-mail-addresses): Ditto.
1116
1117         * wl-address.el (wl-address-delete-user-mail-addresses): New
1118         function.
1119         * wl-refile.el (wl-refile-guess-by-history): Use it.
1120         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1121         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1122
1123         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1124         use wl-address-user-mail-address-p.
1125
1126 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1127
1128         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1129         after opening group.
1130
1131 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1132
1133         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1134         of elmo-set-buffer-multibyte.
1135
1136         * wl-message.el (wl-original-message-mode): Ditto.
1137
1138         * wl-score.el (wl-score-insert-header): Ditto.
1139
1140         * wl-summary.el
1141         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1142         (wl-summary-goto-folder-subr): Ditto.
1143         (wl-summary-insert-headers): Ditto.
1144
1145         * wl-util.el (wl-set-string-width): Ditto.
1146
1147         * Version number is increased to 2.11.29.
1148
1149 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1150
1151         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1152         (wl-highlight-summary-line-help-echo-alist): New variable.
1153         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1154         into `wl-highlight-summary-line-help-echo' and
1155         `wl-highlight-flag-folder-help-echo'.
1156         (wl-highlight-summary-line-string): Change accordingly.
1157         (wl-highlight-summary-current-line): Ditto.
1158
1159 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1160
1161         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1162         at the beginning of field body (Thanks to Markus Knittig).
1163
1164         * wl-draft.el (wl-draft-insert-current-message): Also check
1165         summary buffer, remove unnecessary tag.
1166
1167 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1168
1169         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1170         when wl-message-buffer is nil.
1171
1172         * wl-folder.el (wl-folder): Abolish unused argument.
1173         Call wl-folder-init when wl-folder-entity is nil.
1174         * wl.el (wl): Change accordingly.
1175
1176 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1177
1178         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1179         multibyte string before insert into draft buffer.
1180         (wl-draft-create-buffer): Always enable multibyte characters for
1181         draft buffer.
1182
1183         * Version number is increased to 2.11.28.
1184
1185 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1186
1187         * wl-folder.el (wl-folder-open-close): Handle blank line.
1188         (wl-folder-jump-to-current-entity): Ditto.
1189
1190 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1191
1192         * Version number is increased to 2.11.27.
1193
1194 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1195
1196         * wl-thread.el (wl-thread-insert-message): When the thread is
1197         devided by wl-summary-max-thread-depth, insert line at the end of
1198         buffer.
1199
1200 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1201
1202         * Version number is increased to 2.11.26.
1203
1204 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1205
1206         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1207
1208 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1209
1210         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1211         value of stream-type and session.
1212
1213 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1214
1215         * Version number is increased to 2.11.25.
1216
1217 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1218
1219         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1220         in a quit message.
1221
1222 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1223
1224         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1225         (wl-summary-redisplay-no-mime-internal): Ditto.
1226
1227 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1228
1229         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1230         * wl-vars.el (wl-smtp-connection-type): Ditto.
1231
1232 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1233
1234         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1235         for the separator line and quote mail-header-separator.
1236
1237 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1238
1239         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1240         result message.
1241
1242         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1243         `elmo-multiple-fields-body-list' with boundary as
1244         mail-header-separator.
1245
1246 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1247
1248         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1249
1250 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1251
1252         * wl-util.el (wl-list-diff): Remove unused function.
1253
1254         * wl-draft.el (wl-draft-send-confirm): Discard input before
1255         confirmation.
1256
1257 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1258
1259         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1260         order of flag and new.
1261
1262 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1263
1264         * wl-vars.el (wl-refile-policy-alist): Abolished.
1265
1266         * wl-action.el (wl-summary-set-action-refile): Follow the change
1267         above.
1268
1269 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1270
1271         * wl-highlight.el (wl-highlight-signature-search): Don't use
1272         re-search-backward for a long word since it is possible to crash
1273         XEmacs because of a bug.
1274
1275 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1276
1277         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1278
1279 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1280
1281         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1282         argument for wl-summary-sync-force-update.
1283
1284 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1285
1286         * wl-summary.el (wl-summary-mode-map): Revival of
1287         wl-summary-mark-as-important related bindings;
1288         Bind 'F','tF','mF','rF','m&'.
1289         (wl-summary-mark-as-important-region): Revival.
1290         (wl-summary-target-mark-mark-as-important): Ditto.
1291         (wl-summary-target-mark-operation): New function.
1292         (wl-summary-target-mark-mark-as-answered): Use it.
1293         (wl-summary-decide-flag): Don't set Important as default.
1294         (wl-summary-mark-as-important-internal): Revival.
1295         (wl-summary-mark-as-important): Ditto.
1296
1297         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1298
1299         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1300         instead of facep.
1301
1302 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1303
1304         * wl-dnd.el (wl-dnd-drop-func): Fix.
1305
1306         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1307         mouse-set-point instead of posn-point.
1308
1309         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1310
1311         * wl-mule.el (wl-completing-read-multiple): Ditto.
1312
1313 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1314
1315         * wl-demo.el (face-background-name): Defalias to avoid compile
1316         warning.
1317
1318 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1319
1320         * wl-summary.el (wl-summary-decide-flag): Use
1321         wl-completing-read-multiple instead of completing-read-multiple.
1322
1323         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1324         New alias.
1325
1326         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1327         Use face-background-name instead of face-background.
1328
1329         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1330
1331         * wl-summary.el (wl-summary-save): Use it.
1332         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1333
1334         * wl-mime.el (wl-mime-save-content): Fix last change.
1335
1336 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1337
1338         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1339         New function.
1340         (wl-summary-sort-specs): Added sort.
1341         * wl-mime.el (wl-mime-save-content): Expand file name.
1342
1343 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1344
1345         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1346
1347         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1348
1349 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1350
1351         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1352         for flag if it is not defined.
1353
1354 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1355
1356         * wl-e21.el (wl-highlight-folder-current-line): Use
1357         elmo-folder-type-internal when elmo-folder-type returns nil.
1358
1359         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1360
1361         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1362
1363         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1364
1365         * wl-e21.el (wl-summary-toolbar): Ditto.
1366
1367         * wl-vars.el (wl-demo-background-color): Abolished.
1368         (wl-summary-persistent-mark-priority-list): Renamed from
1369         wl-summary-flag-priority-list.
1370         (wl-summary-flag-alist): New user option.
1371         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1372         (wl-message-mode-line-format-spec-alist): Added 'F'.
1373         (wl-message-mode-line-format): Likewise.
1374         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1375         instead of wl-summary-important-mark.
1376         (wl-file-folder-icon): New variable.
1377
1378         * wl-thread.el (wl-thread-set-flags): Renamed from
1379         wl-thread-mark-as-important.
1380
1381         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1382         warning.
1383         (wl-summary-mode-menu-spec): Follow the change of 
1384         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1385         (wl-summary-mode-map): Follow the change of
1386         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1387         (wl-summary-detect-mark-position): Follow the variable name change.
1388         (wl-summary-set-flags-region): New function for the replacement of
1389         wl-summary-mark-as-important-region.
1390         (wl-summary-sync-marks): Sync all global-flags.
1391         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1392         instead of elmo-message-flagged-p.
1393         (wl-summary-persistent-mark-string): Follow the variable name change;
1394         Put wl-summary-flag-mark if the message has global-flag.
1395         (wl-summary-target-mark-set-flags): Renamed from 
1396         wl-summary-target-mark-mark-as-important.
1397         (wl-summary-decide-flag): New function.
1398         (wl-summary-set-flags-internal): Renamed from
1399         wl-summary-mark-as-important-internal.
1400         (wl-summary-add-flags-internal): New function.
1401         (wl-summary-remove-flags-internal): Ditto.
1402         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1403         (wl-summary-mark-as-unimportant): Abolish.
1404         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1405         (wl-summary-next-message): List flagged messages in the msgdb.
1406
1407         * wl-score.el (wl-summary-score-update-all-lines): Use
1408         wl-summary-add-flags-internal instead of 
1409
1410         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1411
1412         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1413         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1414         (wl-message-buffer-require-all-header): Renamed from
1415         wl-message-buffer-all-header-flag (Ditto).
1416         (wl-message-buffer-flag-indicator): New variable.
1417         (wl-message-redisplay): Changed local varibale name from `flag' to
1418         `display-type'; Set up wl-message-buffer-flag-indicator.
1419         (wl-message-buffer-display): Changed varibale name from `flag' to
1420         `display-type'.
1421         (wl-message-display-internal): Likewise.
1422
1423         * wl-highlight.el (wl-highlight-demo-face): Define default background
1424         color.
1425         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1426
1427         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1428
1429         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1430         (wl-demo-setup-properties): Renamed from
1431         `wl-demo-set-background-color'.
1432         (wl-demo): Follow the change above.
1433         
1434         * Version number is increased to 2.11.24.
1435
1436 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1437
1438         * wl-summary.el (wl-summary-toggle-thread): Call
1439         `wl-summary-rescan' with disable-thread as non-nil.
1440         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1441
1442 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1443
1444         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1445         foreground property of the face.
1446         (wl-demo-insert-text): Don't set up face property here.
1447         (wl-demo): Call wl-demo-set-background-color, anyway.
1448
1449 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1450
1451         * wl-vars.el (wl-demo-background-color): The value can be nil.
1452
1453 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1454
1455         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1456         to wl-summary-wheel-dispatcher.
1457
1458         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1459         wl-message-wheel-dispatcher.
1460         (wl-message-wheel-dispatcher): New function.
1461         (wl-summary-wheel-dispatcher): Ditto.
1462
1463 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1464
1465         * wl-action.el (wl-summary-target-mark-all): List messages which are
1466         not in the killed-list.
1467
1468         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1469         only when the folder is 'flag/important.
1470
1471         * wl-address.el (wl-complete-field-body): Complete if the last
1472         character is a space.
1473
1474 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1475
1476         * wl-folder.el (wl-folder-clear-entity-info): Use
1477         elmo-clear-hash-val.
1478
1479         * wl-fldmgr.el (wl-fldmgr-rename): Set
1480         wl-folder-info-alist-modified as t.
1481
1482 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1483
1484         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1485
1486 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1487
1488         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1489         (wl-folder-buffer-last-visited-entity-id): New buffer local
1490         variable.
1491         (wl-folder-revisit-last-visited-folder): New function.
1492         (wl-folder-mode-map): Bind it to "C-i".
1493         (wl-folder-set-current-entity-id): Set last visited folder.
1494         * wl-summary.el (wl-summary-exit): Ditto.
1495
1496 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1497
1498         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1499         before calling `recenter' in order to cope with an XEmacs bug.
1500
1501 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1502
1503         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1504         to the default value.
1505
1506 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1507
1508         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1509         change.
1510         (wl-summary-sync-marks): Ditto.
1511         (wl-summary-mark-as-read-internal): Ditto.
1512         (wl-summary-mark-as-answered-internal): Ditto.
1513         (wl-summary-mark-as-important-internal): Ditto.
1514         (wl-summary-reply): Ditto.
1515
1516         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1517         instead of `elmo-folder-unflag-answered'.
1518
1519         * Version number is increased to 2.11.23.
1520
1521         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1522         the last change.
1523
1524 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1525
1526         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1527         Specify "spam" or "good".
1528
1529 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1530
1531         * wl-spam.el (wl-summary-exec-action-spam): Call
1532         wl-folder-confirm-existence for spam folder.
1533         (wl-spam-setup): Bind "mk".
1534
1535 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1536
1537         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1538
1539 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1540
1541         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1542         destination folder is empty.
1543
1544 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1545
1546         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1547         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1548
1549         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1550         (wl-summary-refile-prev-destination-region): New function.
1551         (wl-thread-refile-prev-destination): Ditto.
1552         (wl-summary-target-mark-refile-prev-destination): Ditto.
1553
1554 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1555
1556         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1557         (wl-demo-background-color): Changed default value.
1558
1559         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1560         color.
1561
1562         * wl-demo.el (wl-demo-set-background-color): New function.
1563         (wl-demo): Call it.
1564
1565 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1566
1567         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1568         * wl-address.el (wl-address-add-or-change): Don't add empty
1569         address.
1570
1571 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1572
1573         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1574
1575 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1576
1577         * wl-vars.el (wl-demo-image-filter-alist): New variable
1578         (wl-demo-background-color): Ditto.
1579
1580         * wl-demo.el (wl-demo-xpm-set-background): New function.
1581         (wl-demo-image-filter): Ditto.
1582         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1583
1584         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1585
1586         * wl-demo.el (wl-demo-icon-name): Define as function.
1587         (wl-demo-insert-image): Use it.
1588
1589 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1590
1591         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1592
1593 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1594
1595         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1596
1597 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1598
1599         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1600
1601 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1602
1603         * wl-thread.el (wl-thread-mark-as-answered): New function.
1604
1605         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1606         answered" entry.
1607         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1608         "r&" and wl-thread-mark-as-answered to "t&".
1609         (wl-summary-mark-as-important-region): Refine to toggle mark.
1610         (wl-summary-mark-as-answered-region): New function.
1611         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1612         and 3rd argument.
1613         (wl-summary-mark-as-important-internal): Likewise.
1614
1615 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1616
1617         * wl-template.el (wl-template-preview): New internal variable.
1618         (wl-template-preview-p): New function.
1619         (wl-template-show): Bind `wl-template-preview' as t.
1620
1621 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1622
1623         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1624         `elmo-message-entity-field' with 3rd argument which is non-nil.
1625
1626 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1627
1628         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1629         Removed duplicate local bind `folder'.
1630
1631 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1632
1633         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1634
1635 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1636
1637         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1638         duplicate definition.
1639
1640 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1641
1642         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1643         non-nil, use it; Don't fetch message if there's no message in the
1644         current cursor position.
1645
1646 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1647
1648         * wl-util.el (wl-region-exists-p): Use region-active-p.
1649         (wl-deactivate-region): New function.
1650         * wl-message.el (wl-message-redisplay): Deactivate region.
1651
1652         * wl-summary.el (wl-summary-reply): Call
1653         `wl-summary-set-message-buffer-or-redisplay' instead of
1654         `wl-summary-redisplay-internal', don't move point.
1655
1656 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1657
1658         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1659         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1660         by regexp.
1661
1662 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1663
1664         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1665         if no need.
1666
1667 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1668
1669         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1670         default value to nil.
1671         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1672         `wl-summary-prepare-hook'; Replace refile action to
1673         `wl-summary-exec-action-refile-with-register'.
1674
1675         * Version number is increased to 2.11.22.
1676
1677 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1678
1679         * wl-summary.el (wl-summary-detect-mark-position): Set
1680         `wl-summary-buffer-weekday-name-lang'.
1681
1682 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1683
1684         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1685         (wl-summary-mark-as-read-all): Ditto.
1686         (wl-summary-delete-messages-on-buffer): Ditto.
1687         (wl-summary-sync-update): Ditto.
1688         (wl-summary-mark-as-read-internal): Ditto.
1689         (wl-summary-mark-as-answered-internal): Ditto.
1690         (wl-summary-update-folder-info): Abolished.
1691
1692 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1693
1694         * wl-summary.el (wl-summary-mark-as-read-all): Use
1695         `wl-summary-update-folder-info' instead of
1696         `wl-folder-update-unread'.
1697
1698 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1699
1700         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1701         `wl-summary-folder-info-update'.
1702         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1703         instead of `wl-summary-folder-info-update'.
1704         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1705         `wl-folder-set-folder-updated'.
1706         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1707         instead of `wl-folder-update-unread'.
1708         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1709         the value of `wl-summary-buffer-unread-count' for the second parameter of
1710         `wl-folder-update-unread'.
1711
1712         * Version number is increased to 2.11.21.
1713
1714 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1715
1716         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1717         a local variable.
1718
1719 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1720
1721         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1722         interactively.
1723
1724         * wl-summary.el (wl-summary-mark-as-important-internal): New
1725         internal function.
1726         (wl-summary-mark-as-important): Use it.
1727         (wl-summary-mark-as-unimportant): New function.
1728         (wl-summary-sync-marks): Follow the API change.
1729
1730         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1731
1732         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1733
1734 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1735
1736         * wl-folder.el (wl-folder-update-unread): Re-indent.
1737         Narrow the scope of a local variable.
1738
1739 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1740
1741         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1742         (wl-addrmgr-merge-entries): Ditto.
1743         (wl-addrmgr): Added to address entry which exists in draft buffer
1744         if no entry is in original.
1745
1746 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1747
1748         * wl-batch.el: New file.
1749
1750 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1751
1752         * wl-vars.el (wl-use-semi): Remove unused variable.
1753
1754 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1755
1756         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1757         "?".
1758
1759 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1760
1761         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1762         wl-summary-new-mark.
1763         (wl-summary-new-cached-mark): New user option.
1764         (wl-summary-score-marks): Follow the change above.
1765         (wl-summary-auto-refile-skip-marks): Ditto.
1766         (wl-summary-incorporate-marks): Ditto.
1767         (wl-summary-expire-reserve-marks): Ditto.
1768
1769         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1770
1771         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1772         (wl-summary-persistent-mark-string): Distinguished between cached
1773         and uncached mark when the message is new.
1774
1775 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1776
1777         * wl-spam.el (wl-spam-domain): Renamed from
1778         `wl-spam-folder-guess-domain'.
1779         (wl-summary-exec-action-spam): Register as spam if domain of the
1780         source folder is good.
1781         (wl-summary-exec-action-refile-with-register): Register message if
1782         domain of the source folder is not undecided.
1783
1784 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1785
1786         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1787         detect thread loop.
1788
1789 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1790
1791         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1792         and wl-summary-skip-mark-list.
1793
1794 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1795
1796         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1797
1798         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1799
1800         * wl-spam.el (toplevel): Require wl-highlight.
1801         (wl-spam-auto-check-policy-alist): Abolish.
1802         (wl-spam-auto-check-folder-regexp-list): New user option.
1803         (wl-spam-auto-check-marks): Ditto.
1804         (wl-spam-mark-action-list): Ditto.
1805         (wl-highlight-summary-spam-face): New face.
1806         (wl-spam-auto-check-message-p): New function.
1807         (wl-spam-map-spam-messages): Fixed message.
1808         (wl-spam-register-spam-messages): Ditto.
1809         (wl-spam-register-good-messages): Ditto.
1810         (wl-summary-spam-map): Add and remove keybind.
1811         (wl-summary-target-mark-spam): Abolish.
1812         (wl-summary-refile-spam): Ditto.
1813         (wl-summary-test-spam): New function.
1814         (wl-summary-mark-spam): Ditto.
1815         (wl-summary-auto-check-spam): Follow the above change.
1816         (wl-summary-exec-action-spam): New function.
1817         (wl-summary-exec-action-refile-with-register): Fixed message.
1818         (wl-message-check-spam): New function.
1819         (wl-spam-setup): Ditto.
1820         (toplevel): Call it if this file is loaded interactivity.
1821
1822         * Version number is increased to 2.11.20.
1823
1824 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1825
1826         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1827         when new optional argument `force' is non nil or modified.
1828
1829 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1830
1831         * wl.el (toplevel): Require wl-spam when compile.
1832         (wl-save-status): Call wl-spam-save-status.
1833
1834         * wl-spam.el (wl-spam-register-spam-messages): New function.
1835         (wl-spam-register-good-messages): Ditto.
1836         (wl-spam-save-status): Ditto.
1837         (wl-summary-mode-map): Bind
1838         wl-summary-target-mark-register-as-spam to "ms" and
1839         wl-summary-target-mark-register-as-good to "mn".
1840         (wl-summary-register-as-spam): Abolish optional argument; Use
1841         wl-spam-register-spam-messages.
1842         (wl-summary-register-as-spam-all): Use
1843         wl-spam-register-spam-messages.
1844         (wl-summary-register-as-good): Abolish optional argument; Use
1845         wl-spam-register-good-messages.
1846         (wl-summary-register-as-good-all): Use
1847         wl-spam-register-good-messages.
1848         (wl-summary-target-mark-register-as-spam): New funtion.
1849         (wl-summary-target-mark-register-as-good): Ditto.
1850
1851 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1852
1853         * wl-spam.el: New file.
1854
1855 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1856
1857         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1858
1859         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1860         (wl-summary-auto-refile): Call wl-refile-guess with
1861         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1862
1863 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1864
1865         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1866         with disable-thread argument non-nil.
1867
1868 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1869
1870         * wl-summary.el (wl-summary-rescan): Added optional argument
1871         disable-thread.
1872         (wl-summary-sync): Call wl-summary-rescan with argument
1873         disable-thread.
1874         (wl-summary-input-range): Added new range `rescan-thread'.
1875
1876 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1877
1878         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1879
1880 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1881
1882         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1883         internal variable.
1884         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1885         wl-summary-search-parent-by-subject-regexp and
1886         wl-summary-divide-thread-when-subject-changed as nil.
1887         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1888         (wl-summary-insert-thread): Search parent entity from
1889         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1890         thread loop.
1891
1892 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1893
1894         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1895
1896         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1897
1898         * wl-util.el (wl-require-update-all-folder-p): New function.
1899         (wl-get-assoc-list-value): Added `function' to match directive.
1900         (wl-collect-draft): Rewrite.
1901
1902         * wl-summary.el (wl-summary-sync-update): Clear faces
1903         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1904         are non-nil.
1905         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1906         argument as function.
1907         (wl-summary-input-range): Ditto.
1908
1909         * wl-folder.el (wl-draft-get-folder): New function.
1910         (wl-folder-get-elmo-folder): Consider draft folder.
1911
1912         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1913         (wl-draft-buffer-message-number): New buffer local variable.
1914         (wl-draft-folder-internal): New internal variable.
1915         (wl-draft-delete): Rewrite.
1916         (wl-draft-save): Ditto.
1917         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1918         wl-folder-get-elmo-folder.
1919         (wl-draft-config-info-operation): Ditto.
1920         (wl-jump-to-draft-folder): Ditto.
1921         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1922         (wl-draft-reedit): Rewrite.
1923
1924         * Version number is increased to 2.11.19.
1925         
1926 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1927
1928         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1929         variable.
1930
1931 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1932
1933         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1934         Use ignore-errors instead of unwind-protect.
1935
1936 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1937
1938         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1939         for updating `wl-thread-entity-list'.
1940
1941 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1942
1943         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1944         parameter from calling `wl-thread-entity-get-older-brothers' and
1945         `wl-thread-entity-get-younger-brothers'.
1946         Replace nested `append' with a single one.
1947
1948 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1949
1950         * wl-summary.el (wl-summary-mode): Don't use the return value of
1951         `make-local-hook'.
1952
1953 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1954
1955         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1956         instead of `let*'.
1957         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1958         of local variables.
1959
1960 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1961
1962         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1963         Renamed from wl-summary-window-scroll-functions.
1964         (wl-summary-window-scroll-functions): Don't set to variable.
1965         (wl-summary-display-top): Use run-hooks.
1966         (wl-summary-display-bottom): Ditto.
1967         (wl-summary-toggle-disp-msg): Ditto.
1968         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1969         Use it instead of wl-summary-window-scroll-functions.
1970         (wl-summary-goto-folder-subr): Don't call
1971         wl-summary-window-scroll-functions, use
1972         wl-summary-buffer-window-scroll-functions instead.
1973
1974 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1975
1976         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1977         make-local-variable.
1978
1979 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1980
1981         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1982         set-buffer-modified-p.
1983         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1984         (wl-summary-display-bottom): Ditto.
1985         (wl-summary-toggle-disp-msg): Ditto.
1986
1987 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1988
1989         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1990
1991         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1992         (wl-summary-forward): Use elmo-message-entity-field instead of
1993         elmo-message-field.
1994
1995         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1996
1997 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1998
1999         * wl-summary.el (wl-summary-window-scroll-functions): No use
2000         `append'.
2001
2002 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2003
2004         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2005         function.
2006         (wl-summary-window-scroll-functions): Call it when both
2007         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2008         (wl-summary-temp-mark): Added optional argument number.
2009         (wl-summary-message-mark): Added optional argument flag.
2010         (wl-summary-persistent-mark): Added optional argument number and flag.
2011         (wl-summary-update-persistent-mark): Ditto.
2012         (wl-summary-update-status-marks): Set "r" for interactive spec.
2013
2014         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2015         argument number and flag.
2016
2017         * wl-action.el (wl-summary-registered-temp-mark): 
2018         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2019
2020 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2021
2022         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2023         internal variable (buffer local).
2024         (wl-summary-window-scroll-functions): New function.
2025         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2026         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2027         as nil.
2028         (wl-summary-update-status-marks): Added arguments beg, end and
2029         check.
2030         (wl-summary-update-mark-window): Use function.
2031         (wl-summary-sync-update): Follow the change above.
2032         (wl-summary-switch-to-clone-buffer): Copy
2033         wl-summary-buffer-unsync-mark-number-list.
2034         (wl-summary-goto-folder-subr): Set
2035         wl-summary-buffer-unsync-mark-number-list and
2036         use wl-summary-window-scroll-functions instead of
2037         wl-summary-lazy-highlight.
2038
2039         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2040
2041 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2042
2043         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2044
2045         * wl-summary.el (wl-summary-update-persistent-mark): Call
2046         wl-summary-set-message-modified.
2047
2048         * wl-summary.el (wl-summary-sync-update): Don't call
2049         wl-summary-update-status-marks.
2050
2051         * Version number is increased to 2.11.18.
2052
2053 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2054
2055         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2056         (wl-message-next-page): Ditto.
2057
2058 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2059
2060         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2061         local variable.  Change the order of a collected list into the
2062         same as the specified range.  Remove nil from a collected list.
2063
2064 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2065
2066         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2067         argument for elmo-folder-list-messages.
2068
2069 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2070
2071         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2072         change (wl-summary-count-unreads return a list instead of a cons
2073         cell).
2074
2075 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2076
2077         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2078         `wl-summary-folder-info-update'.
2079
2080 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2081
2082         * wl-summary.el (wl-summary-set-message-modified): No use
2083         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2084         (wl-summary-set-mark-modified): Abolish.
2085         (wl-summary-mark-modified-p): Ditto.
2086         (wl-summary-save-view): Follow the change above.
2087
2088         * wl-expire.el (wl-summary-expire): Likewise.
2089
2090 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2091
2092         * wl-summary.el (wl-summary-detect-mark-position): Use
2093         modb-entity-handler.
2094         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2095
2096         * Version number is increased to 2.11.17.
2097
2098 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2099
2100         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2101         entity field value.
2102         (wl-summary-prefetch-msg): Ditto.
2103         (wl-summary-print-message-with-ps-print): Ditto.
2104
2105 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2106
2107         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2108         for dummy entity.
2109         (wl-summary-insert-thread): Use elmo-message-entity-field.
2110         (wl-summary-update-thread): Use elmo-message-entity-field and
2111         elmo-message-entity-number.
2112         (wl-summary-line-number):  Use elmo-message-entity-number.
2113         (wl-summary-line-size): Use elmo-message-entity-field.
2114         (wl-summary-line-subject): Ditto.
2115         (wl-summary-line-from): Ditto.
2116         (wl-summary-line-attached): Ditto.
2117         (wl-summary-create-line): Ditto.
2118         (wl-summary-create-line): Use elmo-message-entity-number.
2119         (wl-summary-print-message-with-ps-print): Use
2120         elmo-message-entity-field.
2121
2122 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2123
2124         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2125         change in elmo-msgdb-make-message-entity.
2126         (wl-summary-buffer-set-folder): Don't call
2127         wl-summary-detect-mark-position here.
2128         (wl-summary-rescan): Call elmo-message-entity-number.
2129         (wl-summary-sync-update): Ditto.
2130         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2131
2132         * wl-score.el (wl-score-header-index): Redefine 2th element.
2133         (wl-score-overview-entity-get-extra): Abolish.
2134         (wl-score-ov-entity-get): Rewrite.
2135         (wl-score-string-index<, wl-score-string-func<): Abolish.
2136         (wl-score-string<): New function.
2137         (wl-score-string-sort): Use it.
2138
2139         * wl-refile.el (wl-refile-guess-by-history): Use
2140         elmo-message-entity-field.
2141         (wl-refile-guess-by-from): Ditto.
2142         (wl-refile-guess-by-msgid): Ditto.
2143
2144         * Version number is increased to 2.11.16.
2145
2146 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2147
2148         * wl-folder.el (wl-folder-confirm-existence): Don't call
2149         file-exists-p if msgdb-path is nil.
2150         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2151         `wl-read-folder-hist' to `wl-read-folder-history'.
2152
2153 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2154
2155         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2156         `y-or-n-p'.
2157
2158 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2159
2160         * wl-score.el (wl-score-headers): Don't use
2161         elmo-folder-do-each-message-entity.
2162
2163         * Version number is increased to 2.11.15.
2164
2165 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2166
2167         * wl-summary.el (wl-summary-delete-all-msgs): Use
2168         elmo-folder-move-messages instead of elmo-folder-delete-messages
2169         and elmo-folder-detach-messages.
2170         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2171
2172         * wl-expire.el (wl-expire-delete): Ditto.
2173         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2174
2175 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2176
2177         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2178         (wl-message-header-narrowing-fields): Ditto.
2179         (wl-message-header-narrowing-lines): Ditto.
2180         (wl-message-header-narrowing-string): Ditto.
2181
2182         * wl-summary.el (wl-summary-mode-map): Bind
2183         wl-summary-toggle-header-narrowing to "C-cC-f".
2184         (wl-summary-toggle-header-narrowing): New function.
2185
2186         * wl-message.el (wl-message-buffer-create): Call
2187         wl-message-header-narrowing-setup.
2188         (wl-message-redisplay): Call wl-message-header-narrowing.
2189         (wl-message-header-narrowing): New function.
2190         (wl-message-header-narrowing-map): New keymap.
2191         (wl-message-header-narrowing-widen-map): New keymap.
2192         (wl-message-header-narrowing-again-at-mouse): New function.
2193         (wl-message-header-narrowing-1): Ditto.
2194         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2195         (wl-message-header-narrowing-setup): Ditto.
2196         (wl-message-header-narrowing-toggle): Ditto.
2197         
2198         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2199
2200         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2201         'flag as all.
2202         (wl-use-flag-folder-help-echo): New user option.
2203
2204         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2205         wl-summary-highlight as nil.
2206         (wl-summary-set-mark-modified): Follow the API change.
2207         (wl-summary-mark-modified-p): Ditto.
2208         (wl-summary-mark-as-read-all): Ditto.
2209         (wl-summary-sync-marks): Don't call
2210         elmo-folder-list-messages-with-global-mark.
2211         (wl-summary-mark-as-read-internal): Follow the API change.
2212         (wl-summary-mark-as-answered-internal): Ditto.
2213         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2214         Follow the API change.
2215         (wl-summary-create-line): Call with number argument.
2216         (wl-summary-reply): Follow the API change.
2217
2218         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2219         function.
2220         (wl-highlight-summary-line-string): Call it when
2221         wl-use-flag-folder-help-echo is non-nil.
2222         (wl-highlight-summary-current-line): Ditto.
2223         (elmo-flag-folder-referrer): Added autoload setting.
2224
2225         * wl-draft.el (wl-draft-kill): Follow the API change.
2226
2227         * Version number is increased to 2.11.14.
2228         
2229 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2230
2231         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2232
2233 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2234
2235         * Version number is increased to 2.11.13.
2236
2237 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2238
2239         * wl-draft.el (wl-draft-previous-history-element): Fixed
2240         unbalanced parenthesis and bind unbound local variables.
2241
2242 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2243
2244         * wl-draft.el (wl-draft-previous-history-element): New function.
2245         (wl-draft-next-history-element): Ditto.
2246         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2247         them to M-p and M-n.
2248
2249 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2250
2251         * Version number is increased to 2.11.12.
2252
2253 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2254
2255         * wl-draft.el (wl-draft-hide): Select buffer-window.
2256
2257 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2258
2259         * wl-summary.el (wl-summary-narrow-to-region): New function.
2260         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2261         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2262         (wl-summary-save-region): Use it.
2263         * wl-action.el (wl-summary-collect-numbers-region)
2264         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2265
2266 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2267
2268         * wl-folder.el (wl-folder-count-incorporates): Don't use
2269         `elmo-msgdb-mark-load'
2270
2271         * Version number is increased to 2.11.11.
2272
2273 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2274
2275         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2276         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2277
2278 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2279
2280         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2281
2282 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2283
2284         * Version number is increased to 2.11.10.
2285
2286 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2287
2288         * wl-mime.el (wl-draft-attribute-value): Fixed.
2289
2290 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2291
2292         * wl-util.el (wl-copy-local-variables): New function.
2293
2294         * wl-mime.el (wl-draft-attribute-recipients): New function.
2295         (wl-draft-attribute-envelope-from): Ditto.
2296         (wl-draft-attribute-smtp-posting-server): Ditto.
2297         (wl-draft-attribute-smtp-posting-port): Ditto.
2298         (wl-draft-attribute-value): Ditto.
2299         (wl-draft-preview-message): Use it to get value for
2300         attributes. Reflect result of `wl-draft-config'.
2301
2302         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2303         and call `wl-summary-mark-as-read' before to call
2304         `wl-summary-unset-mark'.
2305         (wl-summary-target-mark-mark-as-unread): Likewise.
2306         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2307
2308 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2309
2310         * wl-mime.el (wl-draft-preview-message): Use actual value for
2311         attributes; Fix for small window.
2312
2313 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2314
2315         * wl-refile.el (wl-refile-get-field-value): Call
2316         `elmo-message-entity-field' with 3rd argument is non-nil.
2317
2318 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2319
2320         * wl-vars.el (wl-draft-preview-attributes): New user option.
2321         (wl-draft-preview-attributes-list): Ditto.
2322         (wl-draft-preview-attributes-buffer-lines): Ditto.
2323         (wl-draft-preview-attributes-buffer-name): Ditto.
2324
2325         * wl-mime.el (wl-draft-preview-message): Display attributes.
2326
2327 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2328
2329         * wl-summary.el (wl-summary-detect-mark-position): Bind
2330         wl-summary-flag-priority-list to '(new).
2331
2332 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2333
2334         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2335         funtion.
2336         (wl-highlight-summary-line-string): Use it.
2337         (wl-highlight-summary-current-line): Ditto.
2338
2339 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2340
2341         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2342         line even when the mark string is not changed.
2343
2344         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2345         argument change in the wl-summary-create-line.
2346         (wl-thread-insert-entity-sub): Ditto.
2347
2348         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2349         argument change in the wl-summary-create-line.
2350         (wl-summary-insert-sequential): Ditto.
2351         (wl-summary-update-thread): Ditto.
2352         (wl-summary-persistent-mark-string): New inline function.
2353         (wl-summary-message-mark): Use it.
2354         (wl-summary-create-line): Abolish argument wl-persistent-mark
2355         and added wl-flags, wl-cached.
2356
2357         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2358         mark to flags.
2359         (wl-highlight-summary-current-line): Decide the face not by the 
2360         persistent mark but flags.
2361
2362 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2363
2364         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2365         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2366         wl-summary-read-uncached-mark): Revive.
2367         (wl-summary-answered-cached-mark,
2368         wl-summary-answered-uncached-mark): New user option.
2369         (wl-summary-score-marks): Follow the change above.
2370         (wl-summary-auto-refile-skip-marks): Ditto.
2371         (wl-summary-incorporate-marks): Ditto.
2372         (wl-summary-expire-reserve-marks): Ditto.
2373         (wl-summary-flag-priority-list): New user option.
2374
2375         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2376         changes.
2377         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2378         of elmo-message-mark.
2379         (wl-summary-mark-as-read-internal): Ditto.
2380         (wl-summary-mark-as-answered): Ditto.
2381         (wl-summary-mark-as-important): Ditto.
2382         (wl-summary-redisplay-internal): Ditto.
2383         (wl-summary-redisplay-no-mime-internal): Ditto.
2384         (wl-summary-message-mark): New function.
2385         (wl-summary-insert-sequential): Use wl-summary-message-mark
2386         instead of elmo-message-mark.
2387         (wl-summary-update-thread): Ditto.
2388         (wl-summary-persistent-mark): Ditto.
2389         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2390         instead of elmo-message-mark.
2391
2392         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2393         wl-summary-message-mark instead of elmo-message-mark.
2394         (wl-thread-insert-entity-sub): Ditto.
2395         (wl-thread-get-children-msgs-uncached): Ditto.
2396
2397         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2398         variable name changes.
2399         (wl-highlight-summary-current-line): Ditto.
2400
2401         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2402         wl-summary-message-mark instead of elmo-message-mark.
2403
2404         * wl-expire.el (wl-expire-message-p): Ditto.
2405
2406         * wl-score.el (wl-score-headers): Ditto.
2407
2408         * Version number is increased to 2.11.9.
2409
2410         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2411         (wl-summary-sync-update): Follow the change above.
2412         (wl-summary-switch-to-clone-buffer): Ditto.
2413         (wl-summary-open-folder): Ditto.
2414
2415 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2416
2417         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2418         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2419
2420         * Version number is increased to 2.11.8.
2421
2422         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2423
2424         * wl-expire.el (wl-expire-refile): Follow the API change on
2425         `elmo-folder-move-messages'.
2426         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2427
2428         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2429         (wl-summary-exec-action-refile): Ditto.
2430         (wl-summary-exec-action-copy): Ditto.
2431         (wl-summary-no-auto-refile-message-p): No use
2432         `wl-summary-buffer-msgdb'.
2433         (wl-summary-auto-refile): Ditto.
2434
2435 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2436
2437         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2438
2439 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2440
2441         * wl-summary.el (wl-summary-sync): Treat no-sync.
2442
2443         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2444         (wl-default-sync-range): Ditto.
2445
2446 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2447
2448         * wl-refile.el (wl-refile-subject-learn): Call
2449         `elmo-message-entity-field' with 3rd argument is non-nil.
2450         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2451         instead of `elmo-msgdb-overview-entity-get-subject'.
2452
2453 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2454
2455         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2456         scan-type is rescan.
2457         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2458         new optional argument force is non-nil.
2459         (wl-summary-save-view-cache): Call it with force argument non-nil.
2460
2461         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2462
2463 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2464
2465         * wl-action.el (wl-summary-print-argument): Fixed last change.
2466
2467 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2468
2469         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2470         simplified.
2471         (wl-summary-target-mark-mark-as-unread): Likewise.
2472         (wl-summary-target-mark-mark-as-important): Likewise.
2473
2474 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2475
2476         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2477         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2478         (wl-summary-mark-as-important-region): Change accordingly.
2479         (wl-summary-target-mark-mark-as-important): Ditto.
2480
2481 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2482
2483         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2484
2485         * wl-action.el (wl-summary-print-argument): Print argument to
2486         right side of window if `wl-summary-print-argument-within-window'
2487         is non-nil.
2488
2489 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2490
2491         * wl-action.el (wl-summary-set-mark): Use
2492         `wl-summary-message-visible-p' to check visibility of the message
2493         and jump to message only when the message line is visible and have
2494         different number; Call wl-summary-unset-mark with number argument.
2495         (wl-summary-unset-mark): 
2496         Use `wl-summary-message-visible-p'
2497         to check visibility of the message and jump to message only when
2498         the message line is visible and have different number;
2499
2500 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2501
2502         * Version number is increased to 2.11.7.
2503
2504         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2505         and wl-folder-summary-line-format.
2506
2507         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2508         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2509         (wl-summary-set-score-mark): Use it.
2510         (wl-summary-target-mark-mark-as-read): Ditto.
2511         (wl-summary-target-mark-mark-as-unread): Ditto.
2512         (wl-summary-target-mark-mark-as-important): Ditto.
2513         (wl-summary-target-mark-msgs): Simplified.
2514         (wl-summary-detect-mark-position): Fixed problem when
2515         summary-line-format no contain persisten/temp mark spec.
2516         (wl-summary-temp-mark): Ditto.
2517         (wl-summary-persistent-mark): Ditto.
2518         (wl-summary-update-persistent-mark): Ditto.
2519
2520         * wl-action.el (wl-summary-set-mark): Ditto.
2521         (wl-summary-unset-mark): Ditto.
2522         All other related portions are changed.
2523
2524 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2525
2526         * Version number is increased to 2.11.6.
2527
2528 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2529
2530         * wl-util.el (wl-current-message-buffer): Define as function;
2531         Don't use the value of wl-messge-buffer.
2532
2533         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2534         persistent mark.
2535
2536         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2537         no current message, cause an error.
2538
2539 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2540
2541         * wl-summary.el (wl-summary-set-message-modified): Use
2542         elmo-folder-set-message-modified instead of
2543         elmo-folder-set-message-modified-internal.
2544
2545 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2546
2547         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2548         interactively.
2549         (wl-summary-sync): nokill->entirely.
2550         (wl-summary-sync-marks): Fixed message.
2551         (wl-summary-input-range): Added mark, nokill->entirely.
2552
2553         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2554         messages as read.
2555
2556 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2557
2558         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2559         update-noscore.
2560         (wl-summary-sync): Follow the change above.
2561
2562 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2563
2564         * wl-action.el (wl-summary-target-mark-all): Use
2565         elmo-folder-list-messages.
2566
2567 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2568
2569         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2570         (wl-summary-rescan): Set wl-summary-scored as nil.
2571         (wl-summary-sync-force-update): Follow the change above.
2572         (wl-summary-sync): Ditto.
2573         (wl-summary-sync-update): Added argument disable-killed.
2574         (wl-summary-insert-headers): Set visible-only argument for
2575         elmo-folder-list-messages.
2576         (wl-summary-input-range): Added update-nokill, update-noscore,
2577         all-nokill, all-noscore and mark.
2578
2579         * Version number is increased to 2.11.5.
2580
2581         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2582
2583 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2584
2585         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2586         (wl-summary-prefetch-region-no-mark): Change accordingly.
2587         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2588
2589 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2590
2591         * wl-address.el (wl-complete-field-to): Abolished.
2592         (wl-complete-address): Completion function for completing-read.
2593         * wl-action.el (wl-summary-get-resend-address): Use it.
2594
2595         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2596         wl-summary-update-mark and abolish unused argument.
2597         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2598         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2599         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2600         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2601         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2602         * wl-draft.el (wl-draft-kill): Ditto.
2603
2604         * wl-summary.el: Remove unused binding of case-fold-search.
2605         (wl-summary-replace-status-marks): Abolished.
2606
2607 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2608
2609         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2610         is specified or folder length is zero.
2611
2612 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2613
2614         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2615         (wl-folder-archive-current-entity): Ditto.
2616
2617 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2618
2619         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2620         retrieving message mark.
2621         (wl-summary-redisplay-internal): Ditto.
2622
2623         * wl-message.el (wl-message-buffer-display): Ignore errors while
2624         retrieving message-id field.
2625
2626         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2627         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2628         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2629         order of the arguments for `wl-expire-message-p'.
2630         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2631
2632         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2633         Check return value of wl-summary-reply.
2634         (wl-summary-reply): Recover window configuration when an error occured.
2635
2636 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2637
2638         * wl-summary.el (wl-summary-resend-message): Abolished, the
2639         feature is inherited by wl-summary-resend (put resend mark).
2640
2641 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2642
2643         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2644         wl-message-buffer to nil when the message is hide.
2645
2646 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2647
2648         * .cvsignore: New file.
2649
2650 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2651
2652         * wl-action.el (wl-summary-action-docstring): Add more info.
2653         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2654         duplicate definition.
2655         (wl-summary-define-mark-action): Functions wl-summary-*-region
2656         keep current position.
2657         (wl-summary-unregister-target-mark): Store result to the variable.
2658
2659 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2660
2661         * Version number is increased to 2.11.4.
2662
2663 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2664
2665         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2666         wl-summary-delete-all-temp-marks.
2667         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2668
2669         * wl-action.el (wl-summary-set-mark): Changed terminology
2670         refile-destination -> action-argument.
2671         (wl-summary-unset-mark): Ditto.
2672         (wl-summary-remove-argument): Ditto.
2673         (wl-summary-print-argument): Ditto.
2674
2675         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2676         (wl-thread-remove-argument-region): Ditto.
2677         (wl-thread-print-argument-region): Ditto.
2678         (wl-thread-close): Ditto.
2679         (wl-thread-open): Ditto.
2680
2681         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2682         (wl-highlight-refile-destination-face is abolished)
2683         (wl-highlight-action-argument-string): Ditto.
2684         (wl-highlight-summary-current-line): Highlight action argument.
2685
2686         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2687         color for light backgrounds.
2688         (wl-highlight-summary-answered-face): Ditto.
2689
2690 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2691
2692         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2693
2694         * wl-score.el (wl-summary-score-update-all-lines): Use
2695         wl-summary-set-mark.
2696         (wl-summary-score-update-all-lines): Kill expunged messages.
2697
2698         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2699
2700 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2701
2702         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2703         directly.
2704         (wl-score-overview-entity-get-lines): Ditto.
2705         (wl-score-overview-entity-get-xref): Ditto.
2706         (wl-score-get-latest-msgs): Ditto.
2707         (wl-summary-rescore): Ditto.
2708
2709         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2710         to "&".
2711         (wl-summary-mark-as-answered-internal): New inline function.
2712         (wl-summary-mark-as-answered): New function.
2713         (wl-summary-mark-as-unanswered): Ditto.
2714         (wl-summary-sync-marks): Modified for answered-mark synching.
2715
2716 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2717
2718         * wl-action.el (wl-summary-set-mark): Fixed last change.
2719
2720 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2721
2722         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2723         behavior of wl-summary-unread-message-hook
2724         (Pointed out by akira yamada <akira@arika.org>).
2725
2726 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2727
2728         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2729         wl-summary-delete.
2730         * wl-xmas.el (wl-summary-toolbar): Ditto.
2731
2732         * wl-action.el (wl-summary-set-mark): Don't override current
2733         temp-mark.
2734
2735         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2736
2737 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2738
2739         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2740         (wl-refile-msgid-learn): Ditto.
2741         (wl-refile-get-field-value): Ditto.
2742
2743         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2744
2745         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2746         (wl-expire-delete-reserved-messages): Renamed from
2747         wl-expire-reserve-marked-msgs-from-list.
2748         (wl-expire-delete): Removed argument `msgdb'.
2749         (wl-expire-refile): Ditto.
2750         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2751         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2752         mark-alist as argument.
2753         (wl-expire-archive-number1): Removed argument `msgdb'.
2754         (wl-expire-archive-number2): Ditto.
2755         (wl-expire-archive-date): Ditto.
2756         (wl-expire-localdir-date): Ditto.
2757         (wl-expire-hide): Ditto.
2758         (wl-archive-number1): Ditto.
2759         (wl-archive-number2): Ditto.
2760         (wl-archive-date): Ditto.
2761         (wl-archive-folder): Ditto.
2762         All other related portions are changed.
2763
2764 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2765
2766         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2767         mean move up and down. (suggested by Takashi Kawachi)
2768
2769 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2770
2771         * wl-acap.el (toplevel): Don't require un-define.
2772
2773 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2774
2775         * wl-thread.el (wl-thread-delete-message): Always update
2776         wl-summary-buffer-number-list.
2777
2778         * wl-action.el (wl-summary-print-destination): 
2779         Do nothing when folder is nil.
2780
2781 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2782
2783         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2784         persistent mark when prefetch is succeeded.
2785
2786 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2787
2788         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2789         instead of elmo-msgdb-delete-msgs.
2790         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2791         (wl-expire-hide): Ditto.
2792
2793         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2794
2795         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2796         elmo-msgdb interface.
2797         (wl-thread-get-exist-children): Likewise.
2798         (wl-thread-insert-message): Likewise.
2799         (wl-thread-msg-mark-as-important): Likewise.
2800         (wl-thread-insert-entity-sub): Likewise.
2801         (wl-thread-get-children-msgs-uncached): Likewise.
2802
2803         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2804         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2805         (wl-summary-sync-update): Likewise.
2806         (wl-summary-auto-select-msg-p): Likewise.
2807         (wl-summary-update-thread): Likewise.
2808         (wl-summary-mark-as-important): Likewise.
2809         (wl-summary-jump-to-msg-internal): Likewise.
2810         (wl-summary-redisplay-internal): Likewise.
2811         (wl-summary-print-message-with-ps-print): Likewise.
2812         (wl-summary-folder-info-update): Likewise.
2813
2814         * wl-folder.el (wl-folder-check-one-entity):
2815         elmo-folder-count-flags instead of wl-summary-count-unread.
2816
2817         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2818
2819         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2820
2821         * wl-summary.el (wl-summary-set-message-modified): 
2822         Call wl-summary-set-mark-modified.
2823         (wl-summary-delete-messages-on-buffer): Call
2824         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2825         (wl-summary-sync-update): Call elmo-folder-length instead of
2826         elmo-folder-messages.
2827         (wl-summary-insert-headers): Don't call
2828         elmo-folder-list-message-entities.
2829
2830 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2831
2832         * wl-action.el (wl-summary-define-mark-action): Call
2833         `wl-summary-set-mark' with argument `data'.
2834         (wl-summary-auto-refile): Fixed order of arguments when call
2835         `wl-summary-refile'.
2836
2837 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2838
2839         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2840
2841         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2842
2843         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2844         (Renamed from wl-highlight-summary-deleted-face).
2845         (wl-highlight-summary-resend-face): New face.
2846
2847         (wl-highlight-summary-deleted-face): Renamed from
2848         wl-highlight-summary-erased-face.
2849
2850         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2851
2852         * wl-action.el (wl-summary-get-resend-address): New function.
2853         (wl-summary-exec-action-resend): Ditto.
2854         (wl-summary-exec-action-resend-subr): Ditto.
2855
2856         * w-thread.el (wl-thread-copy): Removed definition.
2857         (wl-thread-refile): Ditto.
2858         (wl-thread-delete): Ditto.
2859         (wl-thread-target-mark): Ditto.
2860
2861         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2862         (wl-summary-target-mark-set-action): Fixed.
2863         (wl-summary-define-mark-action): Fixed quotation.
2864         (wl-summary-move-mark-list-messages): Display message.
2865         (wl-summary-define-mark-action): Define thread functions.
2866         (wl-summary-exec-action-refile): Changed message.
2867         (wl-summary-exec): Ditto.
2868
2869 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2870         
2871         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2872         '%%'.
2873
2874 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2875
2876         * wl.el (toplevel): Require wl-action.
2877         (wl-init): Call wl-summary-define-mark-action.
2878
2879         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2880
2881         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2882         wl-summary-delete and wl-summary-erase.
2883         (wl-summary-mode-map): Ditto.
2884
2885         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2886         wl-delete-folder-alist.
2887
2888         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2889         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2890         (toplevel): Moved mark & action related functions to the wl-action.el.
2891
2892         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2893         in wl-summary-mark-action-list.
2894         (wl-highlight-summary-current-line): Ditto.
2895
2896         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2897         empty lines.
2898
2899         * wl-action.el: New file. 
2900
2901 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2902
2903         * wl-summary.el (wl-summary-target-mark-replace): New function.
2904         (wl-summary-target-mark-prefetch): Use it.
2905         (wl-summary-target-mark-delete): Ditto.
2906         (toplevel): Rearranged definition order.
2907         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2908         (wl-summary-target-mark-erase): Rewrite.
2909         (wl-summary-erase-region): New function.
2910         (wl-summary-exec-action-erase): Changed message.
2911         (wl-summary-move-mark-list-messages): New function.
2912         (wl-summary-exec-action-delete): Use it.
2913         (wl-summary-exec-action-erase): Ditto.
2914
2915         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2916         (wl-summary-skip-mark-list): Added "d".
2917
2918         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2919         while searching.
2920
2921         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2922         and define using defcustom;
2923         Define 4th element as a face.
2924         
2925         * wl-summary.el (wl-summary-incorporate): Use 
2926         `wl-summary-prefetch-region-no-mark' instead of
2927         `wl-summary-prefetch-region'.
2928         (wl-summary-prefetch-region-no-mark): Revival of old
2929         `wl-summary-prefetch-region'.
2930         (wl-summary-mark-action-list): Moved to wl-vars.el
2931
2932         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2933         face according to the `wl-summary-mark-action-list'.
2934         (wl-highlight-summary-current-line): Ditto;
2935         Removed destination highlighting.
2936
2937         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2938         (wl-highlight-summary-line-string): Highlight for "i" mark.
2939         (wl-highlight-summary-current-line): Ditto.
2940
2941         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2942         no destination.
2943
2944         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2945         exists, just go ahead.
2946         (wl-summary-prefetch-region): Rewrite.
2947         (wl-summary-prefetch): Ditto.
2948         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2949         (wl-summary-exec-action-prefetch): New function.
2950         (wl-summary-target-mark-prefetch): Rewrite.
2951
2952 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2953
2954         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2955         (wl-highlight-summary-line-string): Added "d" and "D".
2956         (wl-highlight-summary-current-line): Ditto.
2957
2958         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2959         in wl-summary.el.
2960         (wl-thread-insert-entity-sub): Ditto.
2961         (wl-thread-remove-destination-region): Ditto.
2962         (wl-thread-print-destination-region): Ditto.
2963
2964         * wl-summary.el (wl-summary-buffer-refile-list,
2965         wl-summary-buffer-delete-list,
2966         wl-summary-buffer-copy-list): Abolish.
2967         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2968         All other related portions are changed.
2969         (wl-summary-mark-action-list): New variable.
2970         (wl-summary-set-mark): New function.
2971         (wl-summary-register-target-mark): Ditto.
2972         (wl-summary-unregister-target-mark): Ditto.
2973         (wl-summary-have-target-mark-p): Ditto.
2974         (wl-summary-register-temp-mark): Ditto.
2975         (wl-summary-unregister-temp-mark): Ditto.
2976         (wl-summary-registered-temp-mark): Ditto.
2977         (wl-summary-collect-temp-mark): Ditto.
2978         (wl-summary-unset-mark): Ditto.
2979         (wl-summary-set-target-mark): Ditto.
2980         (wl-summary-unset-target-mark): Ditto.
2981         (wl-summary-set-action-generic): Ditto.
2982         (wl-summary-unset-action-generic): Ditto.
2983         (wl-summary-exec-action-delete): Ditto.
2984         (wl-summary-exec-action-erase): Ditto.
2985         (wl-summary-set-action-refile): Ditto.
2986         (wl-summary-set-action-refile-subr): Ditto.
2987         (wl-summary-unset-action-refile): Ditto.
2988         (wl-summary-make-destination-numbers-list): Ditto.
2989         (wl-summary-exec-action-refile): Ditto.
2990         (wl-summary-set-action-copy): Ditto.
2991         (wl-summary-unset-action-copy): Ditto.
2992         (wl-summary-exec-action-copy): Ditto.
2993         (wl-summary-collect-numbers-region): Ditto.
2994         (wl-summary-delete): Rewrite.
2995         (wl-summary-erase): Ditto.
2996         (wl-summary-remove-destination): Ditto.
2997         (wl-summary-exec): Ditto.
2998         (wl-summary-exec-region): Ditto.
2999         (wl-summary-target-mark-erase): Ditto.
3000         (wl-summary-refile): Ditto.
3001         (wl-summary-copy): Ditto.
3002         (wl-summary-unmark): Ditto.
3003         (wl-summary-delete-all-mark): Ditto.
3004         (wl-summary-mark-line): Don't highlight.
3005         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3006         (wl-summary-target-mark-refile-subr): Rewrite.
3007
3008         (wl-summary-copy-prev-destination): Abolish.
3009
3010 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3011
3012         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3013         default values along the value of wl-on-mule.
3014         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3015         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3016         It is not used anywhere.
3017
3018 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3019
3020         * wl-summary.el (wl-summary-print-destination): Keep position.
3021         (wl-summary-cursor-move-surface): Keep horizontal position.
3022
3023 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3024
3025         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3026         write sendlog.
3027
3028 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3029
3030         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3031         `wl-summary-highlight'.
3032
3033 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3034
3035         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3036         trivial condition for temp-mark.
3037
3038 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3039
3040         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3041         when it hits killed buffer.
3042
3043 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3044
3045         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3046         * wl-news.el.in: `message' and `error' take format string.
3047
3048 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3049
3050         * wl-folder (wl-folder-insert-entity): Display a message,
3051         `...done', when the work finish.
3052         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3053
3054 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3055
3056         * wl-message.el (wl-message-redisplay): Remove unused local
3057         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3058
3059 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3060
3061         * wl-summary.el (wl-summary-replace-status-marks): Disable
3062         interactive use.
3063         (wl-summary-reedit): Check message existence at first.
3064         (wl-summary-mark-line): Fix doc, return value is indefinite.
3065
3066         * wl-highlight.el (wl-highlight-message): Arranged.
3067
3068         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3069         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3070         check temp-mark by wl-summary-temp-mark always.
3071         (wl-highlight-summary): Change accordingly.
3072         * wl-summary.el (wl-summary-mark-as-read-all)
3073         (wl-summary-delete-cache, wl-summary-set-score-mark)
3074         (wl-summary-mark-as-unread, wl-summary-unmark)
3075         (wl-summary-mark-line, wl-summary-mark-as-read)
3076         (wl-summary-mark-as-important): Ditto.
3077
3078         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3079         end of the window if possible.
3080         * wl-summary.el (wl-summary-sync-update): Support lazy
3081         highlighting.
3082         (wl-summary-toggle-disp-msg): Ditto.
3083
3084 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3085
3086         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3087
3088 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3089
3090         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3091         change.
3092
3093 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3094
3095         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3096         API.
3097         (wl-summary-sync-update): Ditto.
3098
3099         * wl-score.el (wl-score-get-score-alist): Changed argument.
3100         (wl-summary-rescore-msgs): Likewise.
3101         (wl-summary-score-headers): Likewise.
3102         (wl-score-headers): Likewise;
3103         Use elmo-folder-do-each-message-entity, etc.
3104         (wl-summary-score-effect): Follow the changes above.
3105         (wl-summary-rescore): Ditto.
3106         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3107         (wl-score-get-overview): Abolish.
3108
3109         * wl-summary.el (wl-summary-default-from): Follow the API change in
3110         elmo-msgdb.
3111         (wl-summary-count-unread): Ditto.
3112         (wl-summary-detect-mark-position): Ditto.
3113         (wl-summary-overview-entity-compare-by-date): Ditto.
3114         (wl-summary-overview-entity-compare-by-number): Ditto.
3115         (wl-summary-overview-entity-compare-by-from): Ditto.
3116         (wl-summary-overview-entity-compare-by-subject): Ditto.
3117         (wl-summary-get-list-info): Ditto.
3118         (wl-summary-rescan): Ditto.
3119         (wl-summary-jump-to-msg-by-message-id): Ditto.
3120         (wl-summary-sync-update): Ditto; Removed comment.
3121         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3122         (wl-summary-insert-message): Use wl-summary-insert
3123         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3124         (wl-summary-insert-headers): Changed argument overview to folder.
3125         (wl-summary-search-by-subject): Likewise.
3126         (wl-summary-insert-thread): Renamed from 
3127         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3128
3129         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3130         too.
3131
3132         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3133         wl-string-member.
3134
3135 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3136
3137         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3138         elmo-folder-append-buffer.
3139         (wl-draft-queue-append): Likewise.
3140
3141         * wl-mime.el (wl-message-delete-current-part): Ditto.
3142         (wl-summary-burst-subr): Ditto.
3143
3144         * wl-news.el.in (wl-news-send-news): Ditto.
3145
3146 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3147
3148         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3149         function.
3150         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3151         (wl-summary-update-mark): Enclose with save-excursion.
3152         (wl-summary-mark-as-read-internal): Fixed last change.
3153         (wl-summary-mark-as-important): Use 3rd argument of
3154         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3155         Don't use elmo-msgdb-set-mark.
3156         (wl-summary-redisplay-internal): If msgdb flag is already read,
3157         just update the mark on buffer.
3158
3159 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3160
3161         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3162         cut visible folder when elmo-folder-delete returns non-nil value.
3163
3164 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3165
3166         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3167         by Kenichi OKADA <okada@opaopa.org>).
3168
3169 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3170
3171         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3172
3173 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3174
3175         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3176         Fixed the last change, search group entity by its real name.
3177         (Thanks to: KOBAYASHI Shinji)
3178
3179 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3180
3181         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3182         (wl-fldmgr-access-display-all): Don't refer visible name.
3183         * wl-expire.el (wl-folder-archive-current-entity)
3184         (wl-folder-expire-current-entity): Ditto.
3185         * wl-folder.el (wl-folder-jump-to-current-entity)
3186         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3187         (wl-folder-open-folder-sub,wl-folder-open-all)
3188         (wl-folder-write-current-folder): Ditto.
3189         (wl-folder-insert-entity): Don't use petname for normal group.
3190         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3191         is the real name.
3192         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3193         Abolished.
3194
3195 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3196
3197         * wl-draft.el (wl-draft-create-buffer): Add
3198         `wl-summary-reply-with-citation'
3199
3200 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3201
3202         * wl-draft.el (wl-draft-reply): Fixed.
3203
3204 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3205
3206         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3207         when `wl-draft-send-confirm-with-preview' is non-nil.
3208         You can scroll up/down by j/k.
3209         (wl-draft-send-confirm-with-preview): New variable (default=t).
3210
3211 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3212
3213         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3214         (wl-fldmgr-save-folders): Fix comment.
3215
3216 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3217
3218         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3219         along the last change in `wl-folder-buffer-group-p'.
3220
3221 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3222
3223         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3224         folder.
3225
3226         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3227         the default value.
3228
3229         * wl-mime.el (wl-summary-burst): Update summary only when target
3230         folder equals current folder.
3231
3232 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3233
3234         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3235
3236 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3237
3238         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3239         value.
3240
3241 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3242
3243         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3244         `map-extents' instead of `extent-at' repeatedly.
3245         (wl-highlight-folder-current-line): Ditto.
3246
3247         * wl-highlight.el: Remove useless dummy functions.
3248
3249 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3250
3251         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3252         (wl-folder-put-folder-property): New function to put text property.
3253         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3254         (wl-folder-insert-entity, wl-folder-update-diff-line)
3255         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3256         * wl-e21.el, wl-xmas.el, wl-mule.el
3257         (wl-highlight-folder-current-line): Ditto.
3258         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3259         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3260         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3261         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3262
3263 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3264
3265         * Version number is increased to 2.11.3.
3266
3267 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3268
3269         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3270         Resume current-buffer since it is assumed by remaining tasks.
3271
3272 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3273
3274         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3275         (wl-folder-completion-function): Abolished.
3276         (wl-folder-complete-folder): New function.
3277         (wl-folder-complete-filter-condition): Ditto.
3278         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3279         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3280
3281 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3282
3283         * wl-draft.el (wl-draft-send-confirm): New function.
3284         (wl-draft-send): Use it.
3285
3286         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3287         cursor-in-echo-area while confirming.
3288
3289         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3290
3291         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3292         searching via nntp if wl-summary-search-via-nntp is 'force.
3293         Otherwise, invoke searching in nntp folder only.
3294         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3295
3296         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3297         explicitly for mime-make-text-tag.
3298
3299 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3300
3301         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3302         `mime-make-text-tag' instead of `mime-create-tag'.
3303
3304 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3305
3306         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3307         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3308
3309 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3310
3311         * wl-score.el (wl-score-save): Bind print-length and print-level.
3312         (wl-score-pretty-print): Ditto.
3313         (wl-score-edit-insert-header-entry): Ditto.
3314
3315         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3316         "From" entry to be treated with wl-draft-eword-encode-address-list.
3317         * wl-mime.el (wl-draft-preview-message): Ditto.
3318
3319         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3320         (wl-summary-mark-as-unread): Ditto.
3321         (wl-summary-mark-as-read-region): Change accordingly.
3322         (wl-summary-mark-as-unread-region): Ditto.
3323         (wl-summary-target-mark-mark-as-read): Ditto.
3324         (wl-summary-target-mark-mark-as-unread): Ditto.
3325
3326 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3327
3328         * Version number is increased to 2.11.2.
3329
3330 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3331
3332         * wl-news.el.in (wl-news-previous-version-save): Bind
3333         print-length and print-level.
3334         * wl-thread.el (wl-thread-save-entities): Ditto.
3335         (wl-thread-save-top-list): Bind print-length.
3336
3337 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3338
3339         * wl-highlight.el (wl-highlight-summary-line-string): Use
3340         wl-summary-score-below-mark, wl-summary-score-over-mark.
3341         (wl-highlight-summary-current-line): Ditto.
3342
3343 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3344
3345         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3346         insert it.
3347
3348 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3349
3350         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3351
3352 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3353
3354         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3355         message without msgid.
3356         Rewrite with elmo-folder-move-messages.
3357         Set wl-message-buffer to nil.
3358
3359         * wl-summary.el (wl-summary-erase-subr): New function. Use
3360         elmo-folder-move-messages.
3361         (wl-summary-erase): Call it.
3362         (wl-summary-target-mark-erase): Ditto.
3363
3364 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3365
3366         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3367         it is not up-tp-date.
3368
3369 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3370
3371         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3372         buffer after calling `wl-summary-goto-folder-subr' without the
3373         argument `interactive'.
3374         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3375
3376 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3377
3378         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3379         `mime-create-tag'. Use `string=' instead of `looking-at'.
3380
3381 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3382
3383         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3384         to avoid compile warning.
3385
3386         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3387         entity-id when folder is given.
3388         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3389         save-excursion, use save-selected-window instead.
3390         Select folder buffer window if exists.
3391         (To correct behavior with wl-folder-move-cur-folder.)
3392
3393 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3394
3395         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3396
3397 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3398
3399         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3400         list-count instead of %d.
3401
3402 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3403
3404         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3405         (wl-news): Set it.
3406         (wl-news-append-to-folder): Use it.
3407
3408         * wl-news.el.in (wl-news-send-news): Append to specified folder
3409         instead of wl-default-folder.
3410         (wl-news-append-to-folder): Show error message with specified folder.
3411
3412         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3413                 In most major modes, Emacs assumes that any opening
3414                 delimiter found at the left margin is the start of a
3415                 top-level definition, or defun. Therefore, *never put an
3416                 opening delimiter at the left margin unless it should have
3417                 that significance.*
3418
3419         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3420
3421 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3422
3423         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3424
3425 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3426
3427         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3428
3429 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3430
3431         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3432         for sequential numbering case.
3433
3434 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3435
3436         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3437         value.
3438         (wl-draft-reply-without-argument-list): Ditto.
3439         (wl-draft-reply-myself-with-argument-list): Abolish.
3440         (wl-draft-reply-myself-without-argument-list): Ditto.
3441         * wl-draft.el (wl-draft-self-reply-p): New function.
3442         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3443
3444 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3445
3446         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3447         (avoid error for the case without byte-compiling)
3448
3449 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3450
3451         * wl-news.el.in (wl-news-append-to-folder): New function.
3452         (wl-news-exit): Rewrite.
3453         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3454
3455 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3456
3457         * wl-draft.el (wl-draft-reply-position): New function.
3458         (wl-draft-reply-position): Fix.
3459         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3460         (wl-summary-target-mark-reply-with-citation): Ditto.
3461         (wl-summary-reply-with-citation): Ditto.
3462         * wl-vars.el (wl-draft-reply-default-position): New variable.
3463
3464 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3465
3466         * wl-draft.el (wl-draft-send): Preview when interactive send.
3467
3468 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3469
3470         * wl-draft.el (wl-draft-reply): Set default position.
3471         * wl-summary.el (wl-summary-reply): Ditto.
3472         (wl-summary-reply-with-citation): Ditto.
3473         (wl-summary-target-mark-reply-with-citation): Ditto.
3474
3475 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3476
3477         * wl-news.el.in (wl-news-lang): Set default value according to
3478         current-language-environment.
3479         (wl-news-append-news): Do nothing when news-list is nil.
3480
3481 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3482
3483         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3484         (wl-news): Change message.
3485         (wl-news-exit): Check buffer.
3486         (wl-news-force-exit): New function.
3487         (wl-news-show-all): New function.
3488         (wl-news-discard-and-exit): Fix.
3489
3490 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3491
3492         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3493         according to current-language-environment.
3494
3495         * wl-news.el.in (wl-news): If arg, show all NEWS after
3496         wl-news-default-previous-version.
3497
3498 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3499
3500         * wl-news.el.in (wl-news-check): Rewritten.
3501         (wl-news-previous-version-load): Change data type.
3502         (wl-news-previous-version-save): Change data type.
3503         (wl-news-append-news): Add return value.
3504         (wl-news-check-news): New function.
3505         (wl-news-already-current-p): New function.
3506         (wl-news-send-news): Rewritten.
3507         (wl-news-mode-map): Add new keybind.
3508         (wl-news): Rewritten.
3509         (wl-news-exit): Rewritten.
3510         (wl-news-discard-and-mail): New function.
3511         (wl-news-send-to-address): Abolished.
3512         * wl.el (wl-init): Delete a message.
3513
3514 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3515
3516         * wl-news.el.in (wl-news-exit): Update previous version.
3517         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3518
3519 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3520
3521         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3522
3523 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3524
3525         * wl-news.el.in (wl-news): New function.
3526         (wl-news-mode): New function.
3527         (wl-news-next-line): New function.
3528         (wl-news-next-page): New function.
3529         (wl-news-exit): New function.
3530         (wl-news-buf-name): New variable.
3531         (wl-news-mode-map): New variable.
3532         (wl-news-winconf): New variable.
3533         (wl-news-append-news): Add an option.
3534
3535 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3536
3537         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3538
3539 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3540
3541         * wl-news.el.in (wl-news-send-to-address): New variable.
3542         (wl-news-send-news): Use it.
3543         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3544         Return updating status.
3545         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3546
3547 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3548
3549         * wl-news.el.in (wl-news-send-news): Delete
3550         Organization and X-Face.
3551
3552 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3553
3554         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3555         (wl-news-append-news): New function.
3556         (wl-news-send-news): New function.
3557
3558 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3559
3560         * Version number is increased to 2.11.1.
3561
3562 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3563
3564         * wl-news.el.in : New file.
3565
3566 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3567
3568         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3569         default value.
3570         (wl-draft-reply-without-argument-list): Ditto.
3571
3572 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3573
3574         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3575         (wl-message-buffer-prefetch-idle-time): Ditto.
3576         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3577
3578 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3579
3580         * wl-thread.el (wl-thread-insert-message): Use
3581         wl-summary-max-thread-depth.
3582
3583         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3584         loop detection.
3585
3586         * wl-message.el (wl-message-buffer-display): Back to the first page
3587         when cache is hit.
3588
3589 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3590
3591         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3592
3593         * wl-summary.el (wl-summary-insert-thread-entity):
3594         If the thread depth is reached to wl-summary-max-thread-depth,
3595         divide the thread.
3596
3597 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3598
3599         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3600         for elmo-remove-passwd.
3601
3602 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3603
3604         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3605         folder is sticky.
3606         (wl-folder-mark-as-read-all-entity): Ditto.
3607         (wl-folder-prefetch-entity): Ditto.
3608
3609 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3610
3611         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3612
3613 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3614
3615         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3616         Delete messages on buffer for unplugged operation.
3617         (wl-summary-erase): Ditto.
3618
3619 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3620
3621         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3622         take nil so as not to search parent by subject.
3623
3624 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3625
3626         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3627         (wl-folder-get-next-folder): Ditto.
3628         (wl-folder-get-path): Ditto.
3629
3630 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3631
3632         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3633         system and encode the region with it before verifying.
3634
3635 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3636
3637         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3638         system of the echo buffer before decoding.
3639
3640 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3641
3642         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3643         original contents.
3644
3645 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3646
3647         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3648         with argument 'any-exists.
3649
3650 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3651
3652         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3653         Use `wl-cs-autoconv'.
3654
3655 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3656
3657         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3658         by `mime-view-automatic-conversion'.
3659
3660         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3661         (wl-message-verify-pgp-nonmime): Ditto.
3662         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3663         Bind them to C-c:d and C-c:v respectively.
3664
3665         Merge following code by Teranishi-san from [wl-en:00167].
3666         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3667         (wl-mime-preview-application/pgp-encrypted): Ditto.
3668         (wl-mime-setup): Add entry.
3669
3670 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3671
3672         * wl-summary.el (wl-summary-target-mark-erase): New function.
3673         Bind it to "mD".
3674
3675 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3676
3677         * wl-vars.el (wl-draft-write-file-function): Fix.
3678         (wl-draft-reedit-hook): Changed default value.
3679
3680         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3681         wl-draft-reedit-hook.
3682         (wl-draft-remove-text-plain-tag): New function.
3683         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3684
3685         * wl-vars.el (wl-draft-write-file-function): New user option.
3686
3687         * wl-draft.el (wl-draft-prepare-edit): Use it for
3688         local-write-file-hooks.
3689         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3690
3691         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3692         (wl-draft-insert-mail-header-separator): Return the body beginning
3693         point.
3694         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3695         text/plain.
3696         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3697
3698 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3699
3700         * wl-summary.el (wl-summary-erase): New function to erase message
3701         without moving it to trash. Bind to "D".
3702
3703         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3704         as `keep' unless switch-function.
3705
3706 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3707
3708         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3709         message buffer by using `wl-summary-toggle-disp-msg'.
3710         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3711         buffer window.
3712         (wl-summary-supresedes-message): Ditto.
3713
3714         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3715         Do not delete other windows.
3716         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3717         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3718         (wl-draft-create-buffer): Set reply-or-forward also for target
3719         mark commands.
3720
3721 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3722
3723         * wl-draft.el (wl-user-agent-compose): Delete special case for
3724         switch-to-buffer-other-window.
3725
3726         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3727         (wl-summary-forward): Ditto.
3728
3729         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3730         function.
3731         (wl-draft-buffer-style): New use option.
3732
3733         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3734         (wl-draft): Follow the change above.
3735         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3736         wl-draft-buffer-style.
3737         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3738         switch-function.
3739
3740 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3741
3742         * wl-address.el (wl-address-make-completion-entry): Extracted from
3743         `wl-address-make-completion-list'.
3744         (wl-address-enable-strict-loading): New variable.
3745         (wl-address-make-completion-list): Revive petname duplication
3746         inquiry, and enable it if `wl-address-enable-strict-loading'.
3747         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3748
3749 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3750
3751         * wl-message.el (wl-message-get-original-buffer): Avoid
3752         'Selecting deleted buffer' error when original buffer is killed.
3753
3754 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3755
3756         * wl-summary.el (wl-summary-next-message): Use
3757         elmo-message-accessible-p instead of elmo-message-cached-p.
3758
3759 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3760
3761         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3762
3763         * wl-thread.el (wl-thread-open-all-unread): Use
3764         elmo-folder-list-flagged instead of
3765         elmo-folder-list-messages-mark-match.
3766
3767         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3768         instead of elmo-folder-list-messages-mark-match.
3769         (wl-summary-move-spec-alist): New variable.
3770         (wl-summary-move-spec-plugged-alist,
3771         wl-summary-move-spec-unplugged-alist): Abolish.
3772         (wl-summary-next-message): Follow the change above.
3773         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3774         with 'no-msg' argument.
3775
3776         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3777         variable.
3778         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3779         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3780         (wl-message-buffer-prefetch-get-next): Follow the change above.
3781
3782 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3783
3784         * wl-version.el (wl-version): Changed codename.
3785
3786         * Version number is increased to 2.11.0.
3787
3788 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3789
3790         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3791         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3792         `wl-draft-config-variables'.
3793         (wl-draft-kill): Fixed problem when the draft is reedit.
3794
3795 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3796
3797         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3798         buffer-modified status (Thanks to
3799         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3800
3801 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3802
3803         * wl-util.el (wl-region-exists-p): New function.
3804
3805         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3806         Remove defvars for byte-compile warnings.
3807
3808 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3809
3810         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3811         defvar-maybe. Removed unused bind.
3812
3813 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3814
3815         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3816         summary buffer window before creating new frame.
3817         (wl-draft-reply): Ditto.
3818
3819 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3820
3821         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3822
3823 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3824
3825         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3826
3827 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3828
3829         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3830         instead of `kill-region'.
3831
3832 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3833
3834         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3835         (wl-highlight-summary-line-string): Use it.
3836         (wl-highlight-summary-current-line): Ditto.
3837
3838         * wl-mime.el (wl-message-delete-current-part): Check the class of
3839         mime-entity.
3840
3841         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3842
3843         * wl-summary.el (wl-summary-make-number-list): Initialize.
3844         (wl-summary-update-mark): New function.
3845         (wl-summary-reply): Put `answered' mark on the message.
3846         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3847
3848         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3849         (wl-draft-reply): Added optional argument `number';
3850         Set wl-draft-parent-number.
3851         (wl-draft-kill): Delete answered mark if it is a reply.
3852
3853 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3854
3855         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3856         that originates in mime-preview-follow-current-entity.
3857         (wl-draft-yank-current-message-entity): Use it if region is active.
3858
3859         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3860         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3861         `wl-message-delete-current-part'.
3862         * wl-mule.el (wl-message-define-keymap): Ditto.
3863         * wl-xmas.el (wl-message-define-keymap): Ditto.
3864
3865 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3866
3867         * wl-mime.el (wl-message-delete-current-part): New function.
3868         (wl-mime-node-id-to-string): Ditto.
3869
3870         * wl-mime.el (wl-message-delete-current-part): Use existing
3871         original buffer which corresponds current mime-view buffer.
3872         (fetched buffer might have different structure, possibly)
3873
3874         * wl-mime.el (wl-message-delete-current-part): Quit if the
3875         message content differs from the actual message.
3876
3877 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3878
3879         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3880         order.
3881         (wl-summary-search-by-subject): Search parent message from tail;
3882         Check the existence of the parent message on the current thread tree.
3883         (wl-summary-update-thread): Check whether the line is inserted.
3884
3885 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3886
3887         * wl-vars.el (wl-summary-line-format): Undo last change.
3888         * wl-summary.el (wl-summary-print-destination): Do not put
3889         invisible property when `wl-summary-width' is nil.
3890         (wl-summary-line-subject-minimum-length): Abolished.
3891         (wl-summary-line-subject): Ditto.
3892
3893 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3894
3895         * wl-vars.el (wl-summary-line-format): Change default value.
3896         (wl-summary-subject-length-limit): Abolished.
3897         * wl-summary.el (wl-summary-line-subject): Ditto.
3898
3899 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3900
3901         * wl-template.el (wl-template-select): Added optional argument.
3902         If optional argument is specified, reverse
3903         `wl-template-visible-select'.
3904
3905 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3906
3907         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3908         Take prefix argument to force asking the destination folder.
3909
3910 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3911
3912         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3913         count and update status.
3914
3915 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3916
3917         * wl-summary.el (wl-summary-redisplay-internal): If
3918         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3919         after fetching.
3920
3921 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3922
3923         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3924         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3925
3926         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3927
3928 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3929
3930         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3931         (All other related portions are changed).
3932         (wl-summary-mark-as-read-all): Rewrite.
3933
3934 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3935
3936         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3937         `wl-summary-mark-as-read'.
3938         (wl-summary-mark-as-unread): Rewrite.
3939         (wl-summary-mark-as-read): Added no-modeline argument.
3940         (wl-summary-resume-cache-status): Rewrite.
3941         (wl-summary-exec-subr): Remove unused local variable.
3942
3943 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3944
3945         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3946         logic to call `wl-summary-buffer-prev-folder-function'.
3947         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3948
3949 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3950
3951         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3952         is nil.
3953
3954 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3955
3956         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3957         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3958         (wl-mime-setup): Add its entry.
3959
3960 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3961
3962         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3963         (wl-summary-delete-cache): Likewise.
3964         (wl-summary-mark-as-read): Rewrite.
3965
3966 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3967
3968         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3969         `wl-summary-count-unread'.
3970
3971         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3972
3973         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3974
3975 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3976
3977         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3978         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3979         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3980         Renamed to the elmo-msgdb-*-mark.
3981         (wl-summary-score-marks): Follow the change above.
3982         (wl-summary-auto-refile-skip-marks): Ditto.
3983         (wl-summary-incorporate-marks): Ditto.
3984         (wl-summary-expire-reserve-marks): Ditto.
3985
3986         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3987         changes.
3988         (wl-thread-insert-top): Changed updating message.
3989
3990         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3991         variable.
3992         (wl-summary-count-unread): Count answered marks.
3993         (wl-summary-rescan): Call wl-summary-insert-message instead of
3994         wl-summary-append-message-func-internal.
3995         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3996         (wl-summary-prefetch-msg): Follow the variable name changes.
3997         (wl-summary-prefetch-region): Ditto.
3998         (wl-summary-mark-as-read-all): Follow the API changes;
3999         Don't call elmo-folder-replace-marks.
4000         (wl-summary-delete-cache): Follow the variable name changes.
4001         (wl-summary-resume-cache-status): Ditto.
4002         (wl-summary-update-status-marks): New function.
4003         (wl-summary-insert-message): New function.
4004         (wl-summary-sync-marks): Follow the variable name changes.
4005         (wl-summary-sync-update): Synchronize to the msgdb, too;
4006         Changed update messages.
4007         (wl-summary-make-number-list): Rewrite.
4008         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4009         (wl-summary-mark-as-unread): Follow the API changes.
4010         (wl-summary-exec-subr): Follow the variable name changes.
4011         (wl-summary-mark-as-read): Ditto.
4012         (wl-summary-move-spec-plugged-alist): Ditto.
4013         (wl-summary-move-spec-unplugged-alist): Ditto.
4014         (wl-summary-cursor-move-surface): Ditto.
4015
4016         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4017         variable name changes.
4018         (wl-highlight-summary-current-line): Ditto.
4019
4020         * wl-expire.el (wl-expire-refile): Follow the API change in
4021         elmo-folder-move-messages.
4022         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4023         (wl-summary-archive): Use elmo-folder-msgdb instead of
4024         elmo-msgdb-load.
4025
4026 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4027
4028         * wl-mime.el (wl-draft-preview-message): Restore the position
4029         before evaluating wl-draft-send-hook in preview buffer.
4030
4031 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4032
4033         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4034         when it creates new draft buffer.
4035
4036         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4037         without argument.
4038
4039         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4040         Evaluate content and if the value is string, insert it.
4041         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4042         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4043         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4044         wl-draft-config-sub-part-bottom): Use it.
4045
4046         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4047         with the folder name. The question was unintelligible when it is
4048         called from wl-save-status.
4049
4050 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4051
4052         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4053         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4054         cannot take second argument).
4055
4056 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4057
4058         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4059         as t. Since type and subtype are not case sensitive (RFC 2045).
4060
4061 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4062
4063         * wl-vars.el (wl-message-mode-line-format): New variable.
4064         (wl-message-mode-line-format-spec-alist): Ditto.
4065         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4066         (wl-message-redisplay): Use wl-message-mode-line-format.
4067
4068 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4069
4070         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4071
4072 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4073
4074         * wl-summary.el (wl-summary-default-from): Write description.
4075
4076 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4077
4078         * wl-vars.el (wl-ldap-objectclass): Abolish.
4079
4080         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4081         (wl-ldap-make-filter): Removed condition for objectclass.
4082         (wl-ldap-make-matched-value-list): Remove meaningless process.
4083         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4084         (wl-address-ldap-search): Don't add `*' to `pat' string;
4085         use ignore-errors; added `email';
4086         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4087         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4088         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4089
4090
4091 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4092
4093         * wl-draft.el (wl-draft-parent-folder): Write description.
4094         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4095
4096 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4097
4098         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4099         as "" (zero-length string) if no parent.
4100         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4101
4102 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4103
4104         * wl-address.el (wl-address-make-completion-list): Skip duplication
4105         checking.
4106         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4107         `append'.
4108
4109 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4110
4111         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4112         instead of `beginning-of-buffer'.
4113
4114 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4115
4116         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4117
4118 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4119
4120         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4121         Refer wl-message-buffer-name.
4122         (wl-message-wheel-down): Ditto.
4123
4124 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4125
4126         * wl-vars.el (wl-message-buffer-name): New user option.
4127
4128         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4129         directly instead of making alist dinamically.
4130
4131         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4132         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4133         wl-message-buffer-cache-name.
4134         (wl-message-buffer-cache-clean-up): Ditto.
4135
4136         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4137
4138         * Version number is increased to 2.9.15.
4139
4140 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4141
4142         * wl-vars.el (wl-summary-default-view-alist): New user option.
4143
4144         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4145
4146         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4147         while deleting address.
4148         (wl-draft-delete-myself-from-cc): Ditto.
4149
4150         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4151         If optional argument is specified, reverse sort order.
4152
4153         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4154
4155 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4156
4157         * wl-thread.el (wl-thread-insert-message): Return parent number if
4158         exists.
4159         (wl-thread-update-indent-string-region): Use
4160         wl-thread-update-line-on-buffer-sub instead of
4161         wl-thread-update-line-on-buffer.
4162
4163 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4164
4165         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4166         (wl-folder-close-all): Ditto.
4167
4168 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4169
4170         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4171         and mailing-list:.
4172         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4173         value.
4174         (wl-summary-line-list-info): Print mailing-list name even when 
4175         list-number is empty.
4176
4177 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4178
4179         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4180
4181         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4182         (wl-draft-open-file): Ditto.
4183         (wl-draft-random-alphabet): Ditto.
4184
4185         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4186         bindings.
4187
4188 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4189
4190         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4191         * wl-vars.el (wl-draft-config-alist): Ditto.
4192
4193 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4194
4195         * Version number is increased to 2.9.14.
4196
4197         * wl.el (wl): Don't set wl-init as nil when error occured while
4198         auto-checking folders.
4199
4200         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4201         `elmo-expand-newtext'.
4202
4203 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4204
4205         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4206         `this-command' so that `wl-folder-goto-folder' contained in
4207         `wl-summary-keep-cursor-command' work.
4208
4209 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4210
4211         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4212         message buffer displaying state.
4213
4214 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4215
4216         * wl-vars.el (wl-summary-default-view): New variable to specify
4217         default value for `wl-summary-buffer-view' instead of using
4218         set-default.
4219         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4220
4221 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4222
4223         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4224
4225         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4226
4227 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4228
4229         * wl-vars.el (wl-forward-subject-prefix): New variable.
4230         * wl-draft.el (wl-draft-forward): Use it.
4231
4232 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4233
4234         * wl-message.el (wl-message-prev-page): When it is called without
4235         lines argument, scroll down by wl-message-scroll-amount lines.
4236         (wl-message-next-page): Ditto.
4237         * wl-vars.el (wl-message-scroll-amount): Change default value
4238         to preserve current behavior.
4239
4240 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4241
4242         * wl-summary.el (wl-summary-prefetch-msg): Bind
4243         `wl-message-entity' to call `wl-summary-from-function'.
4244
4245 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4246
4247         * wl-message.el (wl-message-buffer-create): Run
4248         wl-message-buffer-created-hook.
4249
4250 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4251
4252         * wl-summary.el (wl-summary-sort-specs): New variable.
4253         (wl-summary-default-sort-spec): Ditto.
4254         (wl-summary-sort): Rewrite.
4255         (wl-summary-sort-by-list-info): New function.
4256
4257 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4258
4259         * wl-summary.el (wl-summary-get-list-info): New function.
4260         (wl-summary-sort): Rewrite.
4261         (wl-summary-line-list-info): Ditto.
4262         (wl-summary-line-list-count): Ditto.
4263         (wl-summary-refile-region): Fixed docstring.
4264
4265 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4266
4267         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4268         `wl-folder-entity-hashtb' as completion table.
4269
4270 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4271
4272         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4273         only when this command is called interactively; silence the byte-
4274         compiler.
4275
4276 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4277
4278         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4279         active in XEmacs.
4280
4281 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4282
4283         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4284         plural lines.
4285
4286 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4287
4288         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4289         of current line when the cursor is on the header name.
4290         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4291
4292 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4293
4294         * wl-util.el (wl-read-directory-name): Return displayed directory
4295         as the default value also on XEmacs.
4296
4297 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4298
4299         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4300         formatting.
4301
4302 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4303
4304         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4305         argument and when it is non-nil, check face property before
4306         highlighting for each line.
4307         (wl-highlight-summary-window): Set it.
4308
4309 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4310
4311         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4312         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4313
4314         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4315         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4316         (wl-draft-get-fcc-list): Likewise.
4317
4318 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4319
4320         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4321         (wl-thread-entity-cur): Ditto.
4322         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4323         wl-thread-indent-regexp setting.
4324         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4325
4326         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4327         wl-summary-lazy-highlight.
4328         (wl-summary-display-bottom): Ditto.
4329
4330         * wl-thread.el (wl-thread-open-close): Likewise.
4331
4332         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4333         from and subject;
4334         Bind wl-draft-use-frame;
4335         Enclose with save-window-excursion;
4336         Use wl-draft-create-buffer instead of with-temp-buffer;
4337         Use wl-draft-prepare-edit;
4338         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4339         Use wl-draft-send instead of wl-draft-raw-send.
4340
4341 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4342
4343         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4344         of using wl-from.
4345
4346 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4347
4348         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4349         insert-buffer instead of clone-buffer.
4350         (wl-draft-doing-mime-bcc): New variable.
4351         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4352         infinite loop.
4353         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4354
4355         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4356         (wl-draft-mime-bcc-body): Ditto.
4357
4358         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4359         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4360         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4361         wl-draft-do-mime-bcc.
4362         (wl-draft-mime-bcc-field): New function.
4363         (wl-draft-do-mime-bcc): Ditto.
4364
4365         * wl-address.el (wl-address-complete-header-list): New variable.
4366         (wl-address-complete-header-regexp): Changed default value.
4367
4368         * Version number is increased to 2.9.13.
4369
4370 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4371
4372         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4373         it is differed.
4374
4375 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4376
4377         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4378         (wl-summary-line-list-count): Ditto.
4379
4380 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4381
4382         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4383         (wl-nntp-posting-function): New variable.
4384         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4385         `wl-nntp-posting-config-alist'.
4386
4387 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4388
4389         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4390         FLIM.
4391
4392 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4393
4394         * wl-summary.el (wl-summary-target-mark-refile-sub):
4395         Remove a nuisance funcall.
4396
4397 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4398
4399         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4400         as t for `try-completion'.
4401
4402 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4403
4404         * wl-summary.el (wl-summary-default-from): Use
4405         wl-address-header-extract-address instead of
4406         std11-extract-address-components.
4407         (wl-summary-simple-from): Ditto.
4408         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4409         (wl-summary-insert-headers): Show message.
4410         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4411         for whole line.
4412         (wl-summary-default-from): Revert last change.
4413         (wl-summary-simple-from): Ditto.
4414         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4415         (wl-summary-mark-as-read-region): Follow the change above.
4416         (wl-summary-sync-marks): Ditto.
4417         (wl-summary-target-mark-mark-as-read): Ditto.
4418         (wl-summary-redisplay-internal): Ditto.
4419         (wl-summary-redisplay-no-mime-internal): Ditto.
4420         (wl-summary-redisplay-all-header): Ditto.
4421         (wl-summary-mark-as-read): Removed argument `cached';
4422         Use current cache status to set cache mark.
4423         (wl-summary-redisplay-internal): Follow the change above.
4424         (wl-summary-redisplay-no-mime-internal): Ditto.
4425         (wl-summary-redisplay-all-header): Ditto.
4426
4427         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4428
4429         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4430         Don't call itself recursively (Adviced by Yamaoka-san).
4431
4432 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4433
4434         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4435         bind wl-summary-highlight as nil to avoid error caused by missing
4436         local variables.
4437
4438 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4439
4440         * wl-vars.el (wl-invalid-character-message): New user option.
4441
4442         * wl-util.el (wl-set-string-width): If truncated string-width is
4443         larger than specified width, use `wl-invalid-character-message'.
4444
4445 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4446
4447         * wl-summary.el (wl-summary-prefetch-msg): 
4448         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4449
4450 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4451
4452         * wl-vars.el (wl-summary-check-line-format): New user option.
4453         (wl-summary-line-format-file): Ditto.
4454
4455         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4456         variable.
4457         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4458         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4459         and `wl-summary-view-old-p' to check whether do a rescan or not.
4460         (wl-summary-view-old-p): New function.
4461         (wl-summary-line-format-changed-p): Ditto.
4462         (wl-summary-line-format-save): Ditto.
4463         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4464
4465         * wl-util.el (wl-set-string-width): Avoid using negative number
4466         for make-string.
4467
4468 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4469
4470         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4471         return value.
4472
4473         * wl-util.el (wl-set-string-width): Added optional argument
4474         `padding' (All other related portions are changed).
4475         (wl-line-parse-format): If the first letter of column number is
4476         `0', zero-padding the result (ex: "%05l").
4477
4478         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4479
4480 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4481
4482         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4483         sequential summary view.
4484
4485 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4488         if it doesn't have a -unix version.
4489
4490 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4491
4492         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4493
4494 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4495
4496         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4497         content.
4498         (wl-draft): Follow the change above.
4499
4500         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4501
4502         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4503         and wl-folder-summary-line-format-alist contain %T and %P.
4504
4505         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4506         (wl-summary-mode-line-format): New user option.
4507         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4508         (wl-summary-line-format): Changed default value.
4509         (wl-summary-lazy-highlight): Changed default value.
4510
4511         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4512         change in wl-summary-create-line.
4513         (wl-thread-insert-entity-sub): Ditto.
4514
4515         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4516         (wl-summary-buffer-unread-status): Ditto.
4517         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4518         (wl-summary-buffer-persistent-mark-column): Ditto.
4519         (wl-summary-buffer-mode-line-formatter): Ditto.
4520         (wl-summary-buffer-mode-line): Ditto.
4521         (wl-summary-message-regexp): Abolished.
4522         (All other related portions are changed.)
4523         (wl-summary-detect-mark-position): New function.
4524         (wl-summary-buffer-set-folder): Setup
4525         wl-summary-buffer-mode-line-formatter.
4526         (wl-summary-mode): Setup selective-display;
4527         Setup pre-idle-hook when xemacs.
4528         (wl-summary-update-modeline): Rewrite.
4529         (wl-summary-jump-to-msg): Define as function;
4530         Changed regexp for searching messages.
4531         (wl-summary-message-number): Rewrite.
4532         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4533         Do rescan when old type summary cache.
4534         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4535         (wl-summary-remove-destination): Use '\r' to detect EOL.
4536         (wl-summary-print-destination): Ditto.
4537         (wl-summary-temp-mark): New inline function.
4538         (wl-summary-persistent-mark): Ditto.
4539         (wl-summary-line-number): New function.
4540         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4541         (wl-summary-line-list-count): New function.
4542         (wl-summary-create-line): Added argument persistent-mark.
4543         (All other related portions are changed)
4544         (wl-summary-create-line): Insert '\r'.
4545         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4546         (wl-summary-cursor-move-surface): New inline function.
4547         (wl-summary-prev): Use it.
4548         (wl-summary-next): Ditto.
4549
4550         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4551         wl-summary-message-regexp.
4552         (wl-highlight-summary): Delete progress message.
4553         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4554
4555         * Version number is increased to 2.9.12.
4556
4557 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4558
4559         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4560         variable (nil: no minimum).
4561         (wl-summary-line-subject): Add some spaces after subject by
4562         wl-summary-line-subject-minimum-length.
4563
4564 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4565
4566         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4567         and removed `F'.
4568         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4569         change above).
4570
4571 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4572
4573         * wl-summary.el (wl-summary-line-list-count): Reverted.
4574         (example setting in samples/*/dot.wl is also updated)
4575
4576 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4577
4578         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4579
4580         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4581
4582         * wl-vars.el (wl-summary-line-format): Addes some description to the
4583         docstring.
4584
4585         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4586         (wl-summary-line-close-bracket): Ditto.
4587         (wl-summary-line-children-number): Ditto.
4588         (wl-summary-line-thread-indent): Ditto.
4589         (wl-summary-line-children-and-from): Ditto.
4590
4591         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4592         't', 'c', 'F' and added 'C'.
4593
4594         * wl-util.el (wl-set-string-width): Accept negative value.
4595         (wl-line-parse-format): Added "%number(" and "%)".
4596
4597 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4598
4599         * wl-summary.el (wl-summary-line-list-count): Change format of the
4600         return value.
4601
4602 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4603
4604         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4605         from the recent message.el.
4606         (wl-draft-point-in-header-p): Ditto.
4607         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4608         wl-draft-beginning-of-line.
4609         * wl-e21.el (wl-draft-mode-map): Ditto.
4610         * wl-xmas.el (wl-draft-mode-map): Ditto.
4611
4612         * wl-folder.el: Sort macrodefs by dependencies.
4613
4614 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4615
4616         * wl-summary.el (wl-summary-prev): Fixed regexp.
4617         (wl-summary-next): Ditto.
4618
4619 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4620
4621         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4622
4623 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4624
4625         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4626         for backward compatibility.
4627
4628 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4629
4630         * wl-summary.el (wl-summary-line-list-count): New function, merged
4631         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4632         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4633         list counts.
4634
4635 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4636
4637         * wl-summary.el (wl-summary-create-line): Ignore errors while
4638         timezone-fix-time.
4639
4640         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4641
4642         * wl-summary.el (wl-summary-sync-update): Ditto.
4643         (wl-summary-default-from): Use wl-message-entity
4644         instead of entity.
4645
4646         * wl-summary.el (wl-summary-create-line): Fix.
4647
4648         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4649         (wl-summary-line-format): New user option.
4650         (wl-folder-summary-line-format-alist): Ditto.
4651         (wl-summary-from-width): Abolished.
4652
4653         * wl-util.el (toplevel): Require 'bytecomp.
4654         (wl-line-parse-format): New function.
4655         (wl-line-formatter-setup): New macro.
4656
4657         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4658         (wl-summary-buffer-line-formatter): New buffer local variable.
4659         (wl-summary-switch-to-clone-buffer): Follow the change above.
4660         (wl-summary-message-regexp): Fix.
4661         (wl-summary-from-func-internal): Abolished.
4662         (wl-summary-subject-func-internal): Ditto.
4663         (wl-summary-subject-filter-func-internal): Ditto.
4664         (All other related portions are changed.)
4665         (wl-summary-buffer-set-folder):
4666         Set up wl-summary-buffer-number-column and 
4667         wl-summary-buffer-line-formatter
4668         (All other related portions are changed.)
4669         (wl-summary-buffer-number-column-detect): Abolished.
4670         (All other related portions are changed.)
4671         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4672         (wl-summary-delete-all-temp-marks-on-buffer): Use
4673         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4674         (wl-summary-target-mark-delete): Ditto.
4675         (wl-summary-target-mark-refile-subr): Ditto.
4676         (wl-summary-target-mark-mark-as-read): Ditto.
4677         (wl-summary-target-mark-mark-as-unread): Ditto.
4678         (wl-summary-target-mark-mark-as-important): Ditto.
4679         (wl-summary-target-mark-save): Ditto.
4680         (wl-summary-replace-status-marks): Renamed from
4681         wl-summary-set-status-marks-on-buffer;
4682         Use wl-summary-message-regexp instead of
4683         wl-summary-buffer-number-regexp.
4684         (wl-summary-sync-update): Follow the change above.
4685         (wl-summary-goto-previous-message-beginning): New function.
4686         (wl-summary-mark-as-unread): Use it.
4687         (wl-summary-mark-as-important): Ditto.
4688         (wl-summary-line-formatter): New variable.
4689         (wl-summary-line-year): New function.
4690         (wl-summary-line-day): Ditto.
4691         (wl-summary-line-day-of-week): Ditto.
4692         (wl-summary-line-hour): Ditto.
4693         (wl-summary-line-minute): Ditto.
4694         (wl-summary-line-open-bracket): Ditto.
4695         (wl-summary-line-close-bracket): Ditto.
4696         (wl-summary-line-children-number): Ditto.
4697         (wl-summary-line-thread-indent): Ditto.
4698         (wl-summary-line-size): Ditto.
4699         (wl-summary-line-subject): Ditto.
4700         (wl-summary-line-from): Ditto.
4701         (wl-summary-line-children-and-from): Ditto.
4702         (wl-summary-create-line): Rewritten.
4703         (wl-summary-format-date): Abolished.
4704
4705         * wl-highlight.el (wl-highlight-summary-current-line): Use
4706         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4707         Use thread structure to detect thread top message.
4708
4709         * wl-draft.el (wl-default-draft-cite): Don't use
4710         wl-summary-from-func-internal.
4711
4712         * wl-refile.el (wl-refile-subject-learn): Don't use
4713         wl-summary-subject-filter-func-internal.
4714         (wl-refile-guess-by-subject): Ditto.
4715
4716         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4717         parameters.
4718
4719         * wl-thread.el (wl-thread-update-indent-string-region):
4720         Use wl-thread-update-line-on-buffer instead of
4721         wl-thread-update-indent-string.
4722         (wl-thread-update-children-number): Redefine using
4723         wl-thread-update-line-on-buffer.
4724         (wl-thread-update-indent-string): Abolished.
4725
4726         * Version number is increased to 2.9.11.
4727
4728 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4729
4730         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4731         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4732         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4733
4734         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4735         as nil.
4736
4737         * wl-thread.el (wl-thread-open-all-unread): Use 
4738         elmo-folder-list-messages-mark-match.
4739         (wl-thread-insert-message): Removed argument `mark-alist'.
4740         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4741         elmo-msgdb-set-mark.
4742         (wl-thread-get-children-msgs-uncached): Likewise.
4743         (wl-thread-get-exist-children): Added argument include-self.
4744         (wl-thread-delete-message): Follow the change above.
4745
4746         * wl-summary.el (wl-summary-count-unread): Removed argument.
4747         (wl-summary-rescan): Follow the change above.
4748         (wl-summary-mark-as-read-region): Ditto
4749         (wl-summary-mark-as-unread-region): Ditto.
4750         (wl-summary-delete-messages-on-buffer): Ditto.
4751         (wl-summary-sync-update): Ditto.
4752         (wl-summary-switch-to-clone-buffer): Ditto.
4753         (wl-summary-goto-folder-subr): Ditto.
4754         (wl-summary-target-mark-mark-as-read): Ditto.
4755         (wl-summary-target-mark-mark-as-unread): Ditto.
4756         (wl-summary-target-mark-mark-as-important): Ditto.
4757         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4758         (wl-summary-update-thread): Removed argument `mark-alist'.
4759         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4760         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4761         (wl-summary-resume-cache-status): Likewise.
4762         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4763         elmo-msgdb-set-mark.
4764         (wl-summary-mark-as-read-all): Likewise.
4765         (wl-summary-delete-cache): Ditto.
4766         (wl-summary-auto-select-msg-p): Ditto.
4767         (wl-summary-mark-as-unread): Ditto.
4768         (wl-summary-no-auto-refile-message-p): Ditto.
4769         (wl-summary-mark-as-read): Ditto.
4770         (wl-summary-mark-as-important): Ditto.
4771         (wl-summary-auto-refile): Follow the change above.
4772         (wl-summary-delete-all-marks): Removed.
4773         (wl-summary-resume-marks-and-highlight): Ditto.
4774         (wl-summary-resume-marks): Ditto.
4775         (wl-summary-delete-important-msgs-from-list): Ditto.
4776         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4777
4778         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4779         wl-summary-count-unread.
4780
4781         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4782         (wl-summary-score-update-all-lines): Use
4783         elmo-msgdb-set-mark.
4784
4785 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4786
4787         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4788         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4789         (wl-summary-create-line): Renamed from
4790         wl-summary-overview-create-summary-line;
4791         Argument rearrangement.
4792         (wl-summary-update-thread): Follow the change above.
4793
4794         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4795         (wl-thread-insert-entity-sub): Likewise.
4796
4797         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4798         argument `overview', `mark-alist' and added `msgdb'.
4799
4800         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4801
4802         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4803         (wl-summary-rescan): Follow the change above.
4804         (wl-summary-sync-update): Ditto.
4805         (wl-summary-insert-thread-entity): Ditto;
4806         Don't use `let*' in every while loop;
4807         Detect infinite loop of threads.
4808         (wl-summary-update-thread): Removed argument `overview'.
4809
4810         * wl-thread.el (wl-thread-insert-message): Ditto.
4811
4812         * Version number is increased to 2.9.10.
4813
4814         * wl-message.el (wl-message-redisplay): Ignore errors while
4815         wl-message-redisplay-hook.
4816
4817 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4818
4819         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4820
4821 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4822
4823         * wl.el (wl): inhibit-quit while wl-folder.
4824
4825 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4826
4827         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4828         while msgdb access.
4829
4830 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4831
4832         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4833         even if no folder is not created.
4834
4835 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4836
4837         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4838
4839         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4840         implementation.
4841         (wl-summary-target-mark-thread): Ditto.
4842
4843         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4844
4845 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4846
4847         * wl-util.el (wl-display-bytes): Remove unused function.
4848
4849 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4850
4851         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4852         seems critical one (partially reverse the change in 2002/03/17).
4853
4854 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4855
4856         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4857         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4858
4859 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4860
4861         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4862         is not writable.
4863         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4864         plugged status instead of `'force' as 2nd argument.
4865
4866         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4867         is not creatable.
4868
4869         * Version number is increased to 2.9.9.
4870
4871 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4872
4873         * wl-summary.el (wl-summary-suspend): New function.
4874
4875 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4876
4877         * wl.el (wl): Do not check variables if check is nil.
4878         * wl-utils.el (wl-collect-draft): New function.
4879         * wl-folder.el (wl-folder-suspend): Put summary buffers
4880         and draft buffers at the end of buffer list.
4881         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4882
4883 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4884
4885         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4886         loop instead of recursive call.
4887
4888         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4889         2nd argument.
4890
4891 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4892
4893         * wl-draft.el (wl-draft-create-contents): Don't take neither
4894         (function . args) nor (string . something) any more.
4895
4896         * wl-version.el (wl-generate-user-agent-string): Return string
4897         without header symbol.
4898         * wl-draft.el (wl-draft-default-headers): Use it.
4899
4900         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4901         `wl-draft-insert-ccs' and return field value instead of inserting
4902         the header. Abolish cc argument.
4903         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4904
4905         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4906         rather than one with string car.
4907
4908         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4909         * wl-draft.el (wl-draft-create-contents): Add it after the default
4910         headers.
4911
4912         * wl-draft.el (wl-draft-create-contents): For the case of
4913         (symbol-or-string . function) insert header only when the function
4914         returns string value.
4915
4916 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4917
4918         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4919         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4920
4921 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4922
4923         * wl.el (wl-check-environment): Don't check Message-ID when
4924         `wl-insert-message-id' is nil.
4925         Revive checking if `wl-message-id-domain' contains "@".
4926
4927 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4928
4929         * wl.el (wl-check-environment): Merge examination for "@" at
4930         inappropriate position into the first string-match.
4931
4932         * wl-summary.el (wl-summary-target-mark-print): New function.
4933         (wl-summary-pipe-message-subr): Extracted from
4934         `wl-summary-pipe-message'.
4935         (wl-summary-target-mark-pipe): New function.
4936         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4937         `wl-summary-target-mark-pipe'.
4938
4939 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4940
4941         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4942
4943 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4944
4945         * wl.el (wl-check-environment): Use elmo-warning instead of
4946         error for non-critical ones.
4947         Remove trash folder check.
4948         (wl): Don't ignore error in wl-check-environment.
4949
4950         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4951         check, which is moved from `wl-check-environment'.
4952         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4953
4954 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4955
4956         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4957         guess anything, call wl-summary-write.
4958         (wl-summary-write): Create draft with blank To field.
4959         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4960
4961 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4962
4963         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4964         argument full as well for wl-folder-write-current-folder.
4965         If wl-*-write-current-folder cannot guess addressee, add blank
4966         To header.
4967         Rewrite condition for positioning cursor.
4968
4969 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4970
4971         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4972         summary buffer is present, use it.
4973         (wl-folder-jump-to-previous-summary): Ditto.
4974
4975 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4976
4977         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4978
4979         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4980         wl-summary-previous-buffer and wl-summary-next-buffer.
4981
4982         * wl-folder.el (wl-folder-mode-map): Bind
4983         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4984         (wl-folder-jump-to-next-summary): New function.
4985         (wl-folder-jump-to-previous-summary): Ditto.
4986
4987         * wl-draft.el (wl-draft): Rearranged.
4988
4989 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4990
4991         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4992         of header.
4993         (wl-draft): Collect arguments for the header as header-alist.
4994         (wl-draft-forward): Arrange arguments for wl-draft.
4995         (wl-draft-reply): Ditto.
4996         (wl-draft-edit-string): Ditto.
4997         * wl-summary.el (wl-summary-write): Ditto.
4998         (wl-summary-write-current-folder): Ditto.
4999
5000         * Version number is increased to 2.9.8.
5001
5002 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5003
5004         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5005
5006         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5007
5008         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5009         even if the guess failed.
5010
5011         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5012         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5013         wl-summary-write-current-folder.
5014         * wl-xmas.el: Ditto.
5015
5016 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5017
5018         * wl-summary.el (wl-summary-next-page): Force display message if
5019         message is not displayed yet.
5020         (wl-summary-prev-page): Ditto.
5021
5022 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5023
5024         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5025
5026 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5027
5028         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5029         add "Preview Message" and "Save Draft and Exit".
5030
5031 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5032
5033         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5034         if addrmgr is called from draft in splitted window.
5035
5036         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5037         * wl-mule.el: Ditto.
5038         * wl-xmas.el: Ditto.
5039
5040 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5041
5042         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5043
5044         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5045         * wl-xmas.el (wl-folder-toolbar): Ditto.
5046
5047 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5048
5049         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5050         and wl-draft-save-and-exit.
5051         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5052         * wl-xmas.el: Ditto.
5053         * wl-mule.el: Ditto.
5054
5055         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5056         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5057
5058 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5059
5060         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5061         lists for saving buffer.
5062
5063 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5064
5065         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5066         parent-folder argument instead of it.
5067         (wl-draft-create-buffer): Ditto.
5068         (wl-draft-forward): Ditto.
5069         (wl-draft-reply): Ditto.
5070         * wl-summary.el (wl-summary-write): Ditto.
5071         (wl-summary-write-current-folder): Ditto.
5072
5073         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5074         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5075         Folder buffer after composing.
5076
5077 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5080         header if the file `wl-x-face-file' already contains it.
5081
5082 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5083
5084         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5085         folder" entry.
5086         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5087         * wl-e21.el (wl-folder-toolbar): Ditto.
5088         * wl-xmas.el (wl-folder-toolbar): Ditto.
5089
5090 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5091
5092         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5093         wl-folder-goto-folder with sticky argument.
5094         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5095
5096 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5097
5098         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5099         and wl-summary-previous-buffer.
5100         (wl-summary-next-buffer): New function.
5101         (wl-summary-previous-buffer): Ditto.
5102
5103 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5104
5105         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5106         wl-folder-jump-to-current-entity-with-arg.
5107         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5108         `wl-folder-jump-to-current-entity'.
5109         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5110         `wl-summary-goto-folder-sticky'.
5111         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5112         `wl-summary-goto-folder'.
5113         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5114         Unless force-exit, do not clean temp. marks for sticky summary.
5115         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5116
5117 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5118
5119         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5120         not entire.
5121
5122 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5123
5124         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5125         to `C-x C-s'.
5126         (wl-summary-save-status): New command.
5127         (wl-summary-exit): Don't clean-up temp marks when sticky.
5128         (Applied patch from Nakayama-san [wl: 09548])
5129         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5130         Do nothing when no mark data.
5131         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5132         Call `wl-summary-delete-all-temp-marks' before saving.
5133
5134 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5135
5136         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5137
5138 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5139
5140         * wl.el (wl-check-environment): Also cause error when (system-name)
5141         returns "localhost.localdomain". (Although it doesn't affect because
5142         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5143
5144 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5145
5146         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5147         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5148
5149         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5150         value.
5151
5152 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5153
5154         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5155         Likewise r-cc-list and r-ng-list.
5156
5157 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5158
5159         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5160         only if it is bound as variable.
5161
5162         * wl-mime.el (wl-draft-preview-message): Ditto.
5163
5164 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5165
5166         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5167         needless `goto-char'.
5168
5169         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5170         `wl-summary-redisplay-no-mime-internal' instead of
5171         `wl-summary-redisplay-no-mime'.
5172         (wl-summary-redisplay-no-mime): Changed argument;
5173         Call `wl-summary-redisplay-no-mime-internal'.
5174
5175         * wl-mime.el (wl-draft-preview-message): Bind
5176         `mime-header-encode-method-alist' locally.
5177
5178         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5179         (wl-draft-std11-parse-addresses): Added the first address check.
5180         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5181
5182         * Version number is increased to 2.9.7.
5183
5184 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5185
5186         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5187
5188 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5189
5190         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5191         related to scrollbar support, if there is no such a feature
5192         compiled in.
5193
5194 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5195
5196         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5197         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5198         for prefetch.
5199
5200 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5201
5202         * wl-summary.el (wl-summary-pick): Fix for no match.
5203
5204 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5205
5206         * wl-draft.el (wl-draft-save):
5207         Override `mime-header-encode-method-alist'.
5208
5209 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5210
5211         * wl-folder.el (wl-folder-pick): New function.
5212         Define key as "?".
5213
5214 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5215
5216         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5217         Fix for unplugged.
5218
5219 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5220
5221         * wl-folder.el (wl-folder-virtual): New function.
5222         Define key as "V".
5223
5224 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5225
5226         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5227         multi folder if entity is group.
5228
5229 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5230
5231         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5232         is nil.
5233
5234 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5235
5236         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5237         (wl-summary-target-mark-msgs): Return the number of marked messages.
5238
5239 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5240
5241         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5242         "first:" is specified.
5243
5244 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5245
5246         * wl-vars.el (wl-from): Use return value of function
5247         user-full-name instead of the variable user-full-name since
5248         XEmacs-20.4 doesn't set this variable.
5249
5250 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5251
5252         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5253         call `wl' directly.
5254
5255 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5256
5257         * wl-draft.el (wl-draft-reedit): Removed duplicated
5258         switch-to-buffers.
5259
5260 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * wl.el (wl-other-frame): Removed garbages.
5263
5264 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5265
5266         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5267
5268         * wl-xmas.el (wl-draft-key-setup): Ditto.
5269
5270         * wl-mule.el (wl-draft-key-setup): Ditto.
5271
5272         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5273         (wl-draft-reedit): Ditto.
5274         (wl-draft-prepare-edit): Add `wl-draft-save' to
5275         `local-write-file-hooks'.
5276         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5277         (wl-draft-reedit): Set buffer-file-name.
5278         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5279
5280
5281         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5282         call it.
5283         (wl-delete-startup-frame-function): New variable.
5284         (wl-other-frame): New function
5285         (Original was written by Yamaoka san [wl: 09239]).
5286
5287         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5288         if `wl-folder-use-frame'.
5289
5290 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5291
5292         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5293
5294 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5295
5296         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5297         New variable.
5298         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5299         (wl-message-buffer-prefetch-get-next): Use them.
5300         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5301
5302 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5303
5304         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5305         with unwind-protect.
5306
5307         * wl-draft.el (wl-draft-reedit): Rewrite.
5308         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5309         (wl-draft-save): Insert header separator if it does not exist;
5310         Removed condition-case.
5311
5312         * wl-summary.el (wl-summary-reedit): Revert last change.
5313
5314         * wl-draft.el (wl-draft-save): Rewrite.
5315         (wl-draft-create-buffer): Set buffer-file-name as nil.
5316
5317         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5318
5319         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5320
5321         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5322         nil.
5323
5324 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5325
5326         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5327         If count is nil, do not prefetch.
5328         (wl-message-buffer-prefetch-next): Next.
5329
5330 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5331
5332         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5333
5334 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5335
5336         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5337         `delete-backward-char'
5338         (wl-draft-prepare-edit): Check major-mode.
5339         (wl-draft-decode-header): Rewrite.
5340         (wl-draft): Fix.
5341
5342 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5343
5344         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5345
5346 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5347
5348         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5349         (wl-message-buffer-prefetch-get-next): Remove size checking.
5350         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5351
5352 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5353
5354         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5355         (wl-draft-default-headers): Fix.
5356
5357 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5358
5359         * wl-draft.el (wl-draft-default-headers): Insert return value of
5360         `wl-generate-mailer-string-function'.
5361
5362 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5363
5364         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5365         (wl-draft-insert-mail-header-separator): Ditto.
5366
5367         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5368         again (Reverted the change on 2002-01-17 by OKADA san).
5369
5370 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5371
5372         * wl-draft.el (wl-draft): Rewrite.
5373         (wl-draft-create-buffer): New function.
5374         (wl-draft-create-contents): Ditto.
5375         (wl-draft-prepare-edit): Ditto.
5376         (wl-draft-decode-header): Ditto.
5377         (wl-draft-decode-body): Ditto.
5378         (wl-draft-check-new-line): Ditto.
5379         (wl-draft-default-headers): Ditto.
5380         (wl-draft-insert-mail-header-separator): Ditto.
5381
5382 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5383
5384         * Version number is increased to 2.9.6.
5385
5386 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5387
5388         * wl-draft.el (wl-draft-delete-field): Optional argument.
5389         (wl-draft-delete-fields): Ditto.
5390
5391 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5392
5393         * wl-message.el (toplevel): Eliminated byte-compile warning.
5394         for `itimer-function', `delete-timer' and `itimer-list'.
5395
5396 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5397
5398         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5399         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5400         `wl-message-buffer-prefetch-threshold'.
5401         * wl-summary.el (wl-summary-redisplay-internal): Remove
5402         the check of `wl-message-buffer-prefetch-depth'.
5403
5404 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5405
5406         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5407         size of article.
5408         (wl-message-buffer-prefetch-subr): Remove size check.
5409
5410 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5411
5412         * wl-vars.el (wl-plugged): Make customizable.
5413
5414 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5415
5416         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5417         (wl-message-buffer-prefetch-set-timer): New function.
5418         (wl-message-buffer-prefetch-get-next): New function.
5419         (wl-message-buffer-prefetch): New function.
5420         (wl-message-buffer-prefetch-next): Rewrite.
5421         (wl-message-buffer-prefetch-subr): Rewrite.
5422         * wl-vars.el (wl-auto-prefetch-first): New variable.
5423         * wl-summary.el (wl-summary-goto-folder-subr): Call
5424         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5425
5426 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5427
5428         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5429         `wl-summary-unread-message-hook'.
5430
5431 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5432
5433         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5434         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5435         if range is `cache-status'.
5436
5437 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5438
5439         * wl-message.el (wl-message-buffer-prefetch-subr):
5440         Improve debug message.
5441
5442 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5443
5444         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5445         `wl-mail-send-pre-hook'.
5446         (wl-draft-send-mail-with-qmail): Ditto.
5447         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5448
5449 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5450
5451         * wl-message.el (wl-message-buffer-prefetch-subr):
5452         Fix for cancel-function-timers bug.
5453         (wl-message-buffer-prefetch-debug): Default value is t.
5454
5455 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5456
5457         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5458         (wl-message-buffer-prefetch-subr): Rewrite.
5459         Rename from `wl-message-buffer-prefetch'.
5460
5461 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5462
5463         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5464         (wl-default-draft-cite-decorate-author): Ditto.
5465
5466         * wl-draft.el (wl-draft-cite-function): Removed.
5467         (wl-default-draft-cite-decorate-author): Ditto.
5468
5469 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5470
5471         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5472         (wl-default-draft-cite): Do not arrange author name if the value of
5473         `wl-default-draft-cite-decorate-author' is nil.
5474
5475 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5476
5477         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5478
5479         * wl-folder.el (wl-folder-check-one-entity): Don't care
5480         `elmo-folder-use-flag-p'.
5481
5482 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5483
5484         * wl-folder (wl-folder-check-one-entity): Fix
5485         problem if unread is nil.
5486
5487 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5488
5489         * wl-address.el (wl-address-make-completion-list): Check whether
5490         the address is a group list.
5491         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5492
5493 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5494
5495         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5496         The number of the messages of new and unread does not count
5497         correctly.
5498
5499         * wl-summary.el (wl-summary-count-unread): Changed to return
5500         `(new . unread)' instead of total.
5501         (wl-summary-sync-update): Follow the change above.
5502
5503         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5504
5505 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5506
5507         * wl-address.el (wl-address-make-completion-list): Do not enclose
5508         address by " <" and ">" if associated realname is "".
5509         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5510         This is against the promblem with group list in .addresses pointed
5511         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5512
5513 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5514
5515         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5516         message is a format control string.
5517         * wl-expire.el (wl-expire-append-log): Ditto.
5518         * wl-mime.el (wl-summary-burst-subr): Ditto.
5519         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5520         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5521
5522 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5523
5524         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5525         wl.el (wl-check-variables): Rename from `wl-check-type'.
5526         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5527         (wl-check-variables-2): New function.
5528         (wl): Call `wl-check-variables-2'.
5529
5530 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5531
5532         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5533         after renaming folder in access group.
5534
5535 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5536
5537         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5538         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5539         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5540         (wl-message-buffer-prefetch): Rewrite.
5541         (wl-message-buffer-prefetch-idle-time): Removed.
5542         * wl-summary.el (wl-summary-redisplay-internal):
5543         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5544         Error check for `wl-message-buffer-prefetch-depht'.
5545
5546 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5547
5548         * Version number is increased to 2.9.5.
5549         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5550
5551 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5552
5553         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5554         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5555         Based on the patch written by
5556         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5557
5558 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5559
5560         * wl-draft.el (wl-draft-raw-send): Fix for
5561         `wl-news-send-pre-hook'
5562
5563 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5564
5565         * wl-utils.el (wl-message-id-function): New variable.
5566         * wl-draft.el (wl-draft-insert-required-fields):
5567         Use `wl-message-id-function'.
5568
5569 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5570
5571         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5572         * wl-utils.el (wl-draft-make-message-id-string):
5573         Use `wl-from' for domain part of Message-ID
5574         if `wl-message-id-use-wl-from' if non-nil.
5575         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5576
5577 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5578
5579         * wl.el (wl): Call `wl-check-type'
5580         Do not 'condition-case'.
5581
5582 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5583
5584         * wl.el (wl-check-type): New function.
5585         (wl-check-type-variables): New variable.
5586
5587 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5588
5589         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5590
5591 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5592
5593         * wl-draft.el (wl-smtp-password-key): New function.
5594         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5595         (wl-draft-send-mail-with-smtp): Ditto.
5596         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5597
5598 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5599
5600         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5601         * wl-utils.el (wl-unique-id-suffix): Remove.
5602
5603 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5604
5605         * Version number is increased to 2.9.4.
5606
5607 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5608
5609         * wl-utils.el (wl-unique-id-suffix): New variable.
5610         (wl-unique-id): Use `wl-unique-id-suffix'
5611
5612 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5613
5614         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5615         instead of `elmo-msgdb-search'.
5616
5617         * Version number is increased to 2.9.3.
5618
5619 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5620
5621         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5622
5623 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5624
5625         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5626         (wl-draft-dispatch-message): Changed for send-later.
5627         (wl-draft-queue-flush): Ditto.
5628         (wl-draft): Clear `wl-sent-message-queued'.
5629         (wl-draft-reedit): Ditto.
5630         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5631         * wl-vars.el (wl-draft-force-queuing): New variable.
5632         (wl-draft-force-queuing-mail): New variable.
5633         (wl-draft-force-queuing-news): New variable.
5634
5635 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5636
5637         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5638         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5639
5640 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5641
5642         * Version number is increased to 2.9.2.
5643
5644 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5645
5646         * wl-draft.el (wl-draft-elide-region): New user command.
5647         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5648
5649         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5650         command `wl-draft-elide-region'.
5651         * wl-mule.el: Ditto.
5652         * wl-xmas.el: Ditto.
5653
5654 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5655
5656         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5657         (wl-biff-check-folder-async): Removed needless let.
5658
5659 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5660
5661         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5662         wl-folder-get-elmo-folder.
5663         (wl-biff-check-folder): Set `biff' argument of
5664         `wl-folder-check-one-entity'.
5665         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5666
5667         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5668         (wl-folder-check-one-entity): Added `biff' argument;
5669         Setup `biff' slot of folder.
5670
5671         * Version number is increased to 2.9.1.
5672
5673 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5674
5675         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5676         comment out and fixed.
5677         (wl-fldmgr-add-completion-subr): Ditto.
5678
5679         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5680         and msgdb.
5681
5682         * wl.el (wl-toggle-plugged): Save summary view.
5683
5684 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5685
5686         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5687
5688 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5689
5690         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5691
5692 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5695         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5696         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5697
5698         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5699         if it was failed.
5700         (wl-demo): Disable undo in the demo buffer.
5701
5702 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5703
5704         * wl-version.el (wl-version): Changed codename.
5705
5706         * Version number is increased to 2.9.0.
5707
5708 2001-12-14  Takuo KITAME <kitame@northeye.org>
5709
5710         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5711         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5712         (wl-folder-mark-as-read-all-current-entity): Ditto.
5713
5714 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5715
5716         * wl-vars.el (wl-from-width): Define as obsolete variable.
5717         (wl-subject-length-limit): Ditto.
5718
5719         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5720
5721         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5722         wl-summary-save-view.
5723
5724         * wl.el (wl-save-status): Ditto.
5725         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5726
5727         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5728         (wl-summary-exit): Follow the change above.
5729         (wl-summary-goto-folder-subr): Ditto.
5730
5731         * wl-folder.el (wl-folder-create-subr): Don't use
5732         `elmo-folder-creatable-p'.
5733
5734 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5735
5736         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5737
5738 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5741         rather than bitmap on Emacs 21.
5742         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5743         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5744         for xbm if the new redisplay engine is not available.
5745
5746 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5747
5748         * wl-folder.el (wl-folder-init-hook): New hook.
5749         (wl-folder-init): Run `wl-folder-init-hook'.
5750
5751 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5752
5753         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5754
5755 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5756
5757         * wl-acap.el (wl-acap-cache-filename): New variable.
5758         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5759         (wl-acap-init): Use cache if no ACAP server found.
5760
5761 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5762
5763         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5764         `wl-acap-original-msgdb-dir'.
5765
5766         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5767         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5768
5769         * wl-mime.el (wl-mime-save-directory): Renamed from
5770         `wl-mime-save-dir'.
5771
5772 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5773
5774         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5775
5776         * wl-demo.el: Require `path-util'.
5777         (wl-demo-bitmap-mule-available-p): New internal variable.
5778         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5779         `module-installed-p' instead.
5780         (wl-demo-insert-image): Use *.img file for a bitmap image.
5781         (wl-demo): Don't call the ascii demo recursively.
5782
5783 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5784
5785         * Version number is increased to 2.7.7.
5786
5787 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5788
5789         * wl.el (wl-exit): Eliminated byte-compile warning.
5790
5791 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5792
5793         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5794         obsolete variable using `elmo-define-obsolete-variable'.
5795         (wl-fetch-confirm-threshold): Ditto.
5796         (wl-cache-prefetch-folder-type-list): Ditto.
5797         (wl-cache-prefetch-folder-list): Ditto.
5798
5799 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5802         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5803         (wl-demo-insert-image): New function.
5804         (wl-demo-insert-text): New function.
5805         (wl-demo-image-type-alist): Redefine as a function.
5806         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5807         (wl-demo-with-temp-file-buffer): Removed.
5808         (wl-logo-xpm): Removed.
5809         (wl-logo-xbm): Removed.
5810         (wl-logo-bitmap): Removed.
5811
5812 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5813
5814         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5815         (wl-expire-localdir-get-folder-function): New user option.
5816         (wl-expire-localdir-get-folder): New function.
5817         (wl-expire-localdir-date): Ditto.
5818
5819 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5820
5821         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5822         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5823         Fixed unread number mismatch when all-unread < unread.
5824
5825 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5826
5827         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5828         (wl-fetch-confirm-threshold): Ditto.
5829
5830         * wl-summary.el (wl-summary-confirm-appends): Removed.
5831         (wl-summary-sync-update): Don't refer
5832         `wl-summary-update-confirm-threshold' (It is now abolished).
5833
5834         * wl-message.el (wl-message-display-internal): Don't refer
5835         `wl-fetch-confirm-threshold' (It is now abolished).
5836
5837 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5838
5839         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5840
5841 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5842
5843         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5844         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5845         Change default value to nil.
5846         (wl-summary-indent-length-limit): The value can be nil, nil means
5847         unlimited.
5848
5849         * wl-summary.el: Don't set limit for indent length if the value of
5850         wl-summary-indent-length-limit is nil.
5851         If the value of wl-summary-width is nil, it means only that the width
5852         of summary is unlimited (nil doesn't mean that the indent length is
5853         unlimited).
5854
5855         * wl-thread.el: Ditto.
5856
5857 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5858
5859         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5860         be nil, nil means never confirm.
5861         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5862
5863 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5864
5865         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5866         means unlimited).
5867
5868 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5869
5870         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5871         Use `with-temp-buffer'.
5872
5873 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5874
5875         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5876         with new backquote style).
5877         (wl-folder-get-entity-from-buffer): Ditto.
5878
5879 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5880
5881         * wl-version.el (nemacs-version): Eliminated.
5882         (wl-extended-emacs-version2): Ignore nemacs.
5883         (wl-extended-emacs-version3): Ditto.
5884
5885 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5886
5887         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5888         (wl-draft-add-in-reply-to): New variable.
5889         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5890         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5891         (wl-draft-yank-from-mail-reply-buffer): Use
5892         `wl-draft-add-in-reply-to'.
5893         (wl-draft-insert-current-message): Ditto.
5894
5895 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5896
5897         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5898         typo (kill->hide).
5899         (wl-message-buffer-prefetch-folder-type-list): Added elements
5900         `mark' and `cache' instead of `internal'.
5901
5902 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5903
5904         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5905         resume msgdb directory.
5906
5907 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5908
5909         * wl.el (wl-exit): Call `wl-acap-exit'.
5910
5911         * wl-summary.el (wl-summary-message-string): New function.
5912         (wl-summary-reedit): Use it.
5913         (wl-summary-resend-bounced-mail): Remove needless let.
5914         (wl-summary-supersedes-message): Ditto.
5915         (wl-summary-save): Ditto.
5916
5917         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5918         (wl-acap-init): Set it.
5919         (wl-acap-exit): New function.
5920
5921 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5922
5923         * wl.el (wl-init): Revert (require 'mime-setup). move from
5924         toplevel.
5925
5926 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5927
5928         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5929         local variables.  Add error when guess function return invalid
5930         value.
5931
5932 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5933
5934         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5935         Change local variable name.
5936         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5937         (wl-folder-get-newsgroups): Return nil when non-news folder.
5938         * wl-summary.el (wl-summary-write-current-folder): State through
5939         when guess-list return nil.
5940         (wl-summary-write-current-folder-functions): Fixed docstring.
5941
5942         * wl.el (wl-exit): Changed confirm message.
5943
5944         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5945         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5946
5947         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5948
5949 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5950
5951         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5952         user option (Renamed from wl-cache-prefetch-folder-type-list).
5953         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5954         from wl-cache-prefetch-folder-list).
5955
5956         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5957         Move to wl-vars.el.
5958         (wl-message-buffer-prefetch-p): Changed to enable
5959         `wl-message-buffer-prefetch-folder-list'.
5960
5961         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5962         `ignore-cache'.
5963
5964 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5965
5966         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5967         `part-top' and `part-bottom'.
5968         (wl-draft-config-sub-part-top): New function.
5969         (wl-draft-config-sub-part-bottom): New function.
5970
5971 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5972
5973         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5974
5975 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5976
5977         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5978
5979 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5980
5981         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5982
5983         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5984         (wl-summary-write-current-folder): Ditto.
5985
5986 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5987
5988         * wl-folder.el (wl-folder-get-newsgroups): Use
5989         `elmo-folder-newsgroups'.
5990
5991 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5992
5993         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5994         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5995         `wl-draft-config-sub-header-bottom'.
5996
5997 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5998
5999         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6000         localnews folder.
6001
6002 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6003
6004         * wl-summary.el (wl-summary-mode): Undo last change.
6005
6006         * wl-folder.el (wl-folder-mode): Ditto.
6007
6008 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6009
6010         * wl-summary.el (wl-summary-mode): Locally set
6011         truncate-partial-window-width to nil.
6012         (for XEmacs)
6013
6014         * wl-folder.el (wl-folder-mode): Ditto.
6015
6016 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6017
6018         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6019
6020 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6021
6022         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6023         number.
6024
6025         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6026
6027         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6028
6029         * Version number is increased to 2.7.6.
6030
6031 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6032
6033         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6034
6035 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6036
6037         * wl-summary.el (wl-summary-sync-update): Enclose network
6038         related portion with `unwind-protect'.
6039
6040 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6041
6042         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6043
6044 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6045
6046         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6047         element.
6048         * wl-vars.el (wl-message-body-button-alist): Ditto.
6049
6050         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6051         max match length.
6052         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6053
6054         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6055         for the max match length;
6056         Use 4th element value for the button string regexp group.
6057
6058         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6059         candidate exists, prompt to select.
6060
6061 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6062
6063         * wl-summary.el (wl-summary-jump-to-msg): Search before
6064         calibration point by `beginning-of-line'.
6065
6066 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6067
6068         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6069         for access group.
6070
6071 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6072
6073         * wl-message.el (wl-message-display-internal): Bind
6074         `default-mime-charset'.
6075
6076         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6077
6078         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6079
6080         * Version number is increased to 2.7.5.
6081
6082 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6083
6084         * wl-expire.el (wl-summary-archive): Fixed;
6085         Use `elmo-folder-name-internal'.
6086
6087 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6088
6089         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6090         from `elmo-folder-move-messages' caller.
6091         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6092
6093         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6094         related portions are changed).
6095
6096 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6097
6098         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6099         counter.
6100
6101 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6102
6103         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6104         buffer local and set it to nil.
6105
6106         * wl-message.el (wl-message-redisplay): Ditto.
6107
6108 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6109
6110         * wl-summary.el (wl-summary-mark-as-important): If message is
6111         already cached, set messag as read, otherwise encache and mark as read.
6112
6113 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6114
6115         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6116         point-min.
6117
6118 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6121         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6122         a keymap.
6123
6124 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6125
6126         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6127         parent.
6128
6129         * wl-mule.el (wl-message-define-keymap): Ditto.
6130
6131         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6132
6133         * wl-xmas.el (wl-message-display-internal-hook): Define.
6134         (wl-xmas-setup-message-toolbar): Define as function.
6135         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6136         (wl-message-overload-functions): Abolished.
6137         (wl-message-define-keymap): New function.
6138
6139         * wl-vars.el (wl-message-display-internal-hook): New variable.
6140         (wl-message-header-button-alist): New variable (Renamed from
6141         wl-highlight-message-header-button-alist).
6142         (wl-message-body-button-alist): Ditto.
6143
6144         * wl-mule.el (wl-message-define-keymap): New function.
6145         (wl-message-overload-functions): Abolished.
6146
6147         * wl-message.el (wl-message-add-buttons-to-body): New function.
6148         (wl-message-redisplay): Don't call wl-message-overload-functions;
6149         Call wl-message-add-buttons-to-header and
6150         wl-message-add-buttons-to-body.
6151         (wl-message-display-internal): Set keymap argument for
6152         elmo-mime-display-as-is, elmo-mime-message-display;
6153         Run wl-message-display-internal-hook.
6154         (wl-message-refer-article-or-url): Abolished.
6155
6156         * wl-highlight.el (wl-highlight-headers): Don't call
6157         wl-highlight-message-add-buttons-to-header.
6158         (wl-highlight-message-add-buttons-to-header): Abolished.
6159
6160
6161         * wl-e21.el (wl-message-display-internal-hook): Define.
6162         (wl-e21-setup-toolbar): Deleted duplicated binding.
6163         (wl-e21-setup-message-toolbar): Define as function.
6164         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6165         (wl-message-define-keymap): New function.
6166         (wl-message-overload-functions): Abolished.
6167
6168 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6169
6170         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6171         and elmo-folder-close.
6172
6173         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6174
6175 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6176
6177         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6178         boolean value.
6179         * wl-draft.el (wl-draft-do-fcc): Ditto.
6180
6181 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6182
6183         * wl-vars.el (wl-fcc-force-as-read): New variable.
6184         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6185         mark copied message as read.
6186
6187 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6188
6189         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6190
6191 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6192
6193         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6194         `wl-summary-target-above' instead of obsolete variable
6195         `wl-summary-temp-above'.
6196
6197         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6198         instead of `make-obsolete-variable'.
6199         * wl-refile.el (toplevel): Ditto.
6200
6201 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6202
6203         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6204         with third argument t.
6205         (wl-draft): Set first argument for wl-plugged-init as t.
6206
6207         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6208         definition.
6209
6210 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6211
6212         * wl-vars.el: Tabify.
6213         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6214
6215         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6216         message.
6217
6218 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6219
6220         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6221         and set default to beep.
6222
6223 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6224
6225         * wl-vars.el (wl-draft-truncate-lines): New variable.
6226
6227         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6228         instead of wl-message-truncate-lines for truncate-lines.
6229
6230 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6231
6232         * wl-message.el (wl-message-display-internal): Call
6233         `wl-highlight-message' after `elmo-mime-display-as-is'.
6234
6235         * wl-mime.el (wl-mime-display-text/plain): New function.
6236         (wl-mime-display-header): Ditto.
6237         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6238         body-presentation-method for text/plain;
6239         Register `wl-mime-display-header' as a header-presentation-method;
6240         Don't set up `elmo-message-text-content-inserted-hook' and
6241         `elmo-message-header-inserted-hook'.
6242
6243         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6244         variable.
6245         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6246         as t if flag is 'all-header;
6247         Don't bind `elmo-message-ignored-field-list',
6248         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6249
6250 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6253         for xemacs with non-mule environment.
6254
6255 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6256
6257         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6258         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6259         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6260
6261 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6262
6263         * wl-vars.el (wl-interactive-send): Set default value as t.
6264
6265 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6266
6267         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6268         (wl-addrmgr-method-list): Abolished.
6269         (wl-addrmgr-change-method): Follow above change.
6270
6271         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6272
6273 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6274
6275         * wl-vars.el (wl-message-truncate-lines): Change default value
6276         to default-truncate-lines.
6277
6278         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6279
6280 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6281
6282         * wl-vars.el (wl-message-truncate-lines): New variable.
6283
6284         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6285         wl-message-truncate-lines.
6286
6287 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6288
6289         * wl-acap.el (wl-acap-init): Remove period from error message.
6290         (wl-acap-find-acap-service): Remove period from message.
6291
6292 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6293
6294         * wl.el (wl-check-environment): Undo last change.
6295
6296         * wl-vars.el (wl-from): Changed default value.
6297
6298         * wl-util.el (toplevel): Don't require tm-edit.
6299
6300         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6301         `wl-folder-init';
6302         Don't set mark on mail body.
6303         (wl-draft-reedit): Ditto.
6304
6305         * wl-address.el (wl-address-quote-specials): Define as an alias for
6306         elmo-address-quote-specials.
6307
6308 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6309
6310         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6311
6312         * wl-vars.el (wl-from): Set default value as nil.
6313         (wl-organization): Set default value as ORGANIZATION environment
6314         variable.
6315
6316         * wl-draft.el (wl-smtp-extension-bind): Check value of
6317         wl-smtp-connection-type.
6318
6319         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6320         error.
6321
6322 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6323
6324         * Version number is increased to 2.7.4.
6325
6326         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6327         arguments from `wl-highlight-x-face-function' caller.
6328         Use x-face-1.3.6.12 or later.
6329
6330 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6331
6332         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6333
6334 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6335
6336         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6337         (wl-fcc): Fix to accept function.
6338         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6339
6340 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6341
6342         * wl-acap.el (toplevel): Added `product-provide' declare.
6343         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6344
6345 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6346
6347         * wl.el (wl): Changed order of calling `elmo-init'
6348         and `elmo-folder-init'.
6349
6350 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6351
6352         * wl-mime.el (wl-summary-burst): Extract message when content-type
6353         of root entity is not only `multipart' but also `message/rfc822'.
6354         (wl-summary-burst-subr): Ditto.
6355
6356 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6357
6358         * wl-vars.el (toplevel): Require 'custom.
6359         (wl-trash-folder): Added to `wl-setting' group.
6360
6361         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6362         exists.
6363         (wl-addrmgr-draw): Insert empty line when no entry exists.
6364
6365         * wl-mule.el (wl-message-wheel-up): Fixed.
6366         (wl-message-wheel-down): Ditto.
6367
6368 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6369
6370         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6371         config is an anonymous lambda expression.
6372
6373 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6376         when Mule 2 is running.
6377
6378 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6379
6380         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6381
6382 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6383
6384         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6385         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6386
6387         * wl-address.el (wl-address-specials-regexp): Eliminated.
6388         (wl-address-quote-specials): Rewrite.
6389
6390 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6391
6392         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6393         shy-groups for regexp.
6394
6395         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6396         character classes and Perl style shy-groups for regexp.
6397         (wl-highlight-plugged-current-line): Use Posix style character
6398         classes for regexp.
6399         (wl-e21-highlight-folder-by-numbers): Ditto.
6400         (wl-e21-display-image-p): Use `display-images-p' instead of
6401         `display-graphic-p'.
6402         (display-images-p): Make an alias to `display-graphic-p' if it is
6403         not available.  It is for Emacs version prior to 21.0.105.
6404
6405         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6406         `display-graphic-p'.
6407         (wl-demo-image-type-alist): Ditto.
6408         (display-images-p): Make an alias to `display-graphic-p' if it is
6409         not available.  It is for Emacs version prior to 21.0.105.
6410
6411 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6412
6413         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6414         support.
6415         (wl-generate-user-agent-string): Ditto.
6416
6417         * wl-version.el (wl-version): Update docsting.
6418         (wl-version-status): Ditto.
6419
6420 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6421
6422         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6423         21.0.105.  For Emacs 21.0.104 or earlier.
6424
6425 2001-09-03  Takuo KITAME <kitame@northeye.org>
6426
6427         * wl-e21.el (wl-plugged-init-icons): Use
6428         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6429         (wl-biff-init-icons): Ditto.
6430
6431 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6432
6433         * wl-highlight.el (wl-highlight-summary-current-line):
6434         Fixed highlighting refile/copy destination.
6435
6436         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6437         (wl-acap-store): Encode string by wl-acap-coding-system.
6438
6439 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6440
6441         * wl-acap.el (toplevel): Check and require 'un-define before
6442         'xemacs-ucs;
6443          Added checking for UTF-2000.
6444
6445 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6446
6447         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6448         Don't enclose with `eval-and-compile'.
6449
6450         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6451         wl-init is non-nil.
6452
6453         * wl-draft.el (wl-draft): Ditto.
6454
6455         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6456
6457         * wl-acap.el (toplevel): Require 'wl.
6458         (wl-acap-store): Call `elmo-init'.
6459
6460         * wl.el (wl): Changed position of `wl-check-environment'.
6461         (toplevel): Added autoload setting for wl-acap.
6462
6463         * wl-vars.el (wl-setting): New custom group.
6464         (wl-from): Added wl-setting group.
6465         (wl-user-mail-address-list): Ditto.
6466         (wl-organization): Ditto.
6467         (wl-subscribed-mailing-list): Ditto.
6468         (wl-envelope-from): Ditto.
6469         (wl-smtp-posting-user): Ditto.
6470         (wl-smtp-posting-server): Ditto.
6471         (wl-smtp-posting-port): Ditto.
6472         (wl-smtp-authenticate-type): Ditto.
6473         (wl-pop-before-smtp-user): Ditto.
6474         (wl-pop-before-smtp-server): Ditto.
6475         (wl-pop-before-smtp-port): Ditto.
6476         (wl-pop-before-smtp-authenticate-type): Ditto.
6477         (wl-nntp-posting-server): Ditto.
6478         (wl-nntp-posting-user): Ditto.
6479         (wl-nntp-posting-port): Ditto.
6480         (wl-fetch-confirm-threshold): Ditto.
6481         (wl-prefetch-threshold): Ditto.
6482         (wl-thread-insert-opened): Ditto.
6483         (wl-ldap-server): Ditto.
6484         (wl-ldap-port): Ditto.
6485         (wl-ldap-base): Ditto.
6486         (wl-ldap-objectclass): Ditto.
6487         (wl-use-ldap): Ditto.
6488         (wl-draft-config-alist): Ditto.
6489         (wl-draft-config-matchone): Ditto.
6490         (wl-template-alist): Ditto.
6491         (wl-message-sort-field-list): Ditto.
6492         (wl-message-ignored-field-list): Ditto.
6493         (wl-message-visible-field-list): Ditto.
6494         (wl-interactive-send): Ditto.
6495         (wl-summary-move-order): Ditto.
6496         (wl-auto-select-first): Ditto.
6497         (wl-auto-select-next): Ditto.
6498         (wl-interactive-save-folders): Ditto.
6499
6500         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6501         Initialization codes are moved from wl-local-folder-init.
6502         (wl-local-folder-init): Follow the change above.
6503         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6504
6505         * wl-acap.el: New file.
6506
6507         * Version number is increased to 2.7.3.
6508
6509 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6510
6511         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6512
6513 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6514
6515         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6516         (wl-addrmgr-address-entry-list): Ditto.
6517
6518 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6519
6520         * wl-e21.el (wl-draft-mode-map): Removed binding for
6521         `wl-draft-insert-x-face-field'.
6522
6523         * wl-mule.el (wl-draft-mode-map): Ditto.
6524
6525         * wl-xmas.el (wl-draft-mode-map): Ditto.
6526
6527         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6528         (wl-cs-autoconv): Ditto.
6529         (wl-cs-local): Ditto.
6530         (wl-use-scoring): Ditto.
6531         (wl-mime-charset): Ditto.
6532         (wl-folder-check-async): Ditto.
6533
6534         * wl.el (toplevel): Ignore nemacs and tm.
6535         (wl-exit): Ditto.
6536
6537         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6538         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6539         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6540         instead of wl-address-petname-add-or-change.
6541         (wl-summary-edit-addresses-subr): Use wl-address-delete
6542         instead of wl-address-petname-delete.
6543
6544         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6545
6546         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6547         if error occured.
6548
6549         * wl-message.el (require): Remove tm support.
6550
6551         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6552
6553         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6554         (wl-folder-jump-to-current-entity): Ditto.
6555         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6556
6557         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6558         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6559         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6560
6561         * wl-mule.el (wl-draft-key-setup): Ditto.
6562
6563         * wl-xmas.el (wl-draft-key-setup): Ditto.
6564
6565         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6566         (wl-draft-std11-parse-addresses): New function.
6567         (wl-draft-parse-mailbox-list): Use it.
6568         (wl-draft): Ignore nemacs.
6569         (wl-draft-reedit): Ditto.
6570
6571         * wl-addrmgr.el: New file.
6572         (Original is wl-rcpt.el written by
6573         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6574         Thanks Kitamoto-san.)
6575
6576         * wl-address.el (wl-address-make-address-list): Modified parsing
6577         process.
6578         (wl-address-delete): Renamed from `wl-address-petname-delete';
6579         Modify wl-address-list too.
6580         (wl-address-add-or-change): Renamed from
6581         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6582
6583 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6584
6585         * wl-highlight.el (wl-highlight-summary-current-line):
6586           Work with transient-mark-mode
6587
6588 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6589
6590         * Version number is increased to 2.7.2.
6591
6592         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6593         instead of elmo-dop-queue-method.
6594
6595 2001-08-06  SAITO Atsunori <sai@yedo.com>
6596
6597         * wl-vars.el (wl-ldap-objectclass): New user option.
6598
6599         * wl-address.el (wl-ldap-make-filter): Use it.
6600
6601 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6602
6603         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6604
6605 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6606
6607         * wl-folder.el (wl-folder): redisplay after folder insertion.
6608
6609         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6610
6611         * wl-summary.el (wl-summary-sync-update):
6612         Change status mark only when new-msgdb exists.
6613         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6614
6615 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6616
6617         * wl-summary.el (wl-summary-open-folder): New function.
6618         (wl-summary-goto-folder-subr): Use it.
6619         (wl-summary-mark-as-important): Fix;
6620         Encache only when no cache exists.
6621
6622 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6623
6624         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6625         Use with-current-buffer.
6626
6627 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6628
6629         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6630         before call `get-buffer'. Fixed parenthesis.
6631         (wl-score-get-header-entry): Clear message and help window when
6632         keyboard quit.
6633         (wl-score-edit-insert-header): Ditto.
6634
6635 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6636
6637         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6638         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6639         (wl-default-draft-cite): Fix.
6640
6641         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6642         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6643
6644 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6645
6646         * wl-message.el (wl-message-prev-page): Do same bahavior
6647         as summary when it is called in the message buffer.
6648         (wl-message-next-page): Ditto.
6649
6650 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6651
6652         * wl-summary.el (wl-summary-forward): Use cache if it is not
6653         section cache.
6654
6655 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6656
6657         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6658         Removed redundant require of elmo-vars.
6659         (wl-biff-state-indicator-on): Changed default value for
6660         xemacs with non-mule environment.
6661
6662         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6663         wl-message-buffer is nil;
6664         Hide progress bar after moving messages.
6665
6666 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6667
6668         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6669         message at cursor point is deleted.
6670
6671 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6672
6673         * wl-vars.el: Changed file coding system to euc-japan.
6674         Added -*-coding:-*- magic to the first line.
6675
6676         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6677         Search parent from the first message.
6678
6679         * Version number is increased to 2.7.1.
6680
6681 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6682
6683         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6684
6685 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6686
6687         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6688         refile/delete execution.
6689
6690         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6691         Fixed docstring.
6692
6693 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6694
6695         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6696         do update process;
6697         Don't update marks when update process is interrupted.
6698
6699 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6700
6701         * wl-summary.el (wl-summary-reply): Fixed problem when
6702         wl-draft-use-frame is non-nil.
6703         (wl-summary-forward): Ditto.
6704
6705         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6706         as nil.
6707         (wl-folder-mark-as-read-all-entity): Ditto.
6708         (wl-folder-prefetch-entity): Ditto.
6709
6710         * wl.el (wl): Check environment before wl-init.
6711
6712         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6713         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6714         instead of wl-summary-collect-unread.
6715         (wl-summary-reply): Split message window.
6716
6717 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6718
6719         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6720         only if current language environment is japanese,
6721
6722         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6723         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6724         (wl-folder-goto-folder-subr): Ditto.
6725
6726         * wl-draft.el (wl-draft-dispatch-message): Call
6727         `elmo-file-cache-get-path'.
6728
6729 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6730
6731         * wl-summary.el (wl-summary-cursor-move): If return value of
6732         wl-summary-next-message is not number, don't jump.
6733
6734 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6735
6736         * wl-summary.el (wl-summary-buffer-next-message-function): New
6737         variable.
6738         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6739         if it is bound.
6740
6741         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6742         string.
6743
6744         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6745         (wl-plugged-drawing): Ditto.
6746
6747 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6748
6749         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6750         process.
6751         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6752         with unwind-protect.
6753
6754         * wl.el (wl-init): Require mime-setup.
6755         (wl-check-environment): Don't require mime-setup.
6756
6757         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6758         instead of elmo-folder-type.
6759
6760         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6761         value as nil.
6762
6763 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6764
6765         * Version number is increased to 2.7.0.
6766
6767         * wl-version.el (wl-version): Changed codename.
6768
6769         * wl-summary.el (wl-summary-delete-cache): Fixed.
6770
6771         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6772         Workaround for net folders.
6773         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6774
6775         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6776         value to nil (According to the patch from
6777         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6778
6779         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6780         of elmo-folder-close.
6781
6782 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6783
6784         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6785         for postfix.
6786
6787 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6788
6789         * wl-summary.el (wl-summary-resend-message): Fixed.
6790
6791         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6792         Call wl-draft with `from' argument if its address is included in
6793         `wl-user-mail-address-list'.
6794         (wl-draft): Added `from' argument.
6795
6796         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6797         non-nil.
6798         (wl): Don't show demo if wl-demo is nil.
6799
6800         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6801         wl-summary-use-frame.
6802
6803         * wl-vars.el (wl-summary-use-frame): New user option.
6804         (wl-folder-use-frame): Changed docstring.
6805
6806         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6807         non-nil.
6808         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6809         wl-summary-use-frame.
6810
6811         * wl-vars.el (wl-folder-use-frame): New user option.
6812
6813         * wl-summary.el (wl-summary-exit): Back to folder frame if
6814         wl-folder-use-frame is non-nil.
6815         (wl-summary-redisplay-internal): Ignore cache if current folder
6816         is draft folder,
6817         (wl-summary-redisplay-no-mime): Ditto.
6818         (wl-summary-redisplay-all-header): Ditto.
6819
6820         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6821         if wl-folder-use-frame is non-nil.
6822
6823 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6824
6825         * wl-summary.el (wl-summary-sync-update): Bind
6826         elmo-folder-update-threshold.
6827         (wl-summary-mark-as-important): Enclosed server mark processing
6828         with `save-match-data'.
6829
6830         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6831         only when it is already defined.
6832
6833 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6834
6835         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6836         name of folder exclude localdir is wrong.
6837         * wl-folder.el (wl-folder-sync-entity):
6838         Set `wl-summary-always-sticky-folder-list' as nil.
6839         (wl-folder-mark-as-read-all-entity): Ditto.
6840         (wl-folder-prefetch-entity): Ditto.
6841
6842 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6843
6844         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6845         instead of `wl-summary-write-current-newsgroup'.
6846
6847 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6848
6849         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6850         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6851         non-nil and selected message is important, do not display.
6852
6853 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6854
6855         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6856
6857 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6858
6859         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6860
6861         * wl-summary.el (wl-summary-mark-as-important): Set message number
6862         using wl-summary-message-number.
6863
6864 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6865
6866         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6867         destination folder is 'null.
6868
6869 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6870
6871         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6872         New function.
6873         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6874         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6875         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6876
6877 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6878
6879         * wl-mime.el (wl-mime-setup): Added setting for
6880         `mime-setup-signature-key-alist' to avoid overriding key bind for
6881         `wl-draft-send'.
6882
6883         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6884         for `wl-draft-send'.
6885         * wl-mule.el (wl-draft-overload-functions): Ditto.
6886         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6887         * wl-draft.el (wl-draft-send): Ditto.
6888
6889         * wl-message.el (wl-message-display-internal):
6890         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6891         (Patch is provided by <kita@coe.nttdata.co.jp>).
6892
6893 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6894
6895         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6896
6897 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6898
6899         * wl.el (wl): Fix for wl-demo.
6900
6901 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6902
6903         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6904
6905 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6906
6907         * wl-folder.el (wl-folder-prefetch-entity): Use
6908         `wl-folder-get-elmo-folder'.
6909         (wl-folder-count-incorporates): Do not use
6910         `wl-folder-get-elmo-folder'.
6911
6912 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6913
6914         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6915         instead of `elmo-folder-get-type'.
6916
6917 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6918
6919         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6920         position on Subject: field.
6921         (Advised by Mito <mit@nines.nec.co.jp>)
6922
6923 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6924
6925         * wl-folder.el (wl-folder-prefetch-entity): Use
6926         `wl-folder-get-elmo-folder'.
6927
6928 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6929
6930         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6931
6932         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6933         `process-duplicates' slot.
6934
6935         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6936         if detection failed.
6937
6938 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6939
6940         * wl-version.el (wl-version-status): Set to "alpha".
6941
6942 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6943
6944         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6945         Check wl-message-buffer lives before set-buffer.
6946
6947 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6948
6949         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6950         called in folder mode.
6951         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6952         * wl-summary.el (wl-summary-exit-pre-hook): Run
6953         `wl-summary-exit-pre-hook' before exit summary mode.
6954
6955 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6956
6957         * wl-version.el (wl-version-status): New variable.
6958         (wl-version-status-alist): Removed.
6959         (wl-version-status): Rule included.
6960
6961 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6962
6963         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6964         @sponichi.
6965
6966         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6967         when `mail-reply-buffer' is buffer-local variable.
6968         (Reported by <kita@coe.nttdata.co.jp>).
6969
6970 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6971
6972         * wl-vars.el (toplevel): Require 'elmo-util.
6973
6974 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6975
6976         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6977         (All other related portions are changed)
6978
6979         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6980
6981         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6982
6983 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6984
6985         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6986
6987 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6988
6989         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6990         Delete other windows to avoid an error.
6991         Use `point-marker' instead of `point' to remember the start point
6992         of body.
6993
6994         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6995
6996         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6997         number not to exceed all message number.
6998
6999 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7000
7001         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7002         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7003
7004 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7005
7006         * wl-summary.el (wl-summary-sync-force-update): Added argument
7007         no-check.
7008         (wl-summary-sync-update): Ditto.
7009         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7010         with `no-check'.
7011
7012         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7013         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7014         already running.
7015
7016 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7017
7018         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7019         `dst-folder-arg'.
7020         (wl-expire-archive-number1): Diito.
7021         (wl-expire-archive-number2): Diito.
7022         (wl-expire-archive-Date): Diito.
7023         (wl-archive-number1): Diito.
7024         (wl-archive-number2): Diito.
7025         (wl-archive-date): Diito.
7026         (wl-archive-folder-p): New function.
7027         (wl-summary-expire): Support of expand folder name at
7028         wl-expire-alist.
7029         * wl-util.el (wl-expand-newtext): Renamed from
7030         `wl-refile-expand-newtext'.
7031
7032 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7033
7034         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7035         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7036         `(elmo-msgdb-get-overview msgdb)'.
7037         (wl-summary-prefetch): Bind match data before call
7038         `wl-summay-prefetch-msg'.
7039         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7040         'off if `wl-summary-buffer-disp-msg' is non-nil.
7041         Fixed problem that couldn't show only one new or unread message when
7042         enter folder.
7043         (wl-summary-reply): Don't call `split-window-vertically' and other
7044         window.
7045
7046 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7047
7048         * wl-expire.el (wl-expire-refile): Fixed.
7049
7050 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7051
7052         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7053
7054         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7055         biff notification is removed.
7056
7057         * wl.el (wl): Changed position of `elmo-init'.
7058
7059         * wl-draft.el (wl-default-draft-cite): Use date field
7060         on the citation buffer.
7061
7062         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7063
7064         * wl-xmas.el (wl-folder-internal-icon-list): Added
7065         `wl-folder-shimbun-image'.
7066
7067         * wl-e21.el (wl-folder-internal-icon-list): Added
7068         `wl-folder-shimbun-image'.
7069
7070 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7071
7072         * wl.el (wl-init): Eliminated argument.
7073         (wl): Rewrite.
7074
7075         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7076         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7077         instead of `elmo-folder-msgdb-internal'.
7078         (wl-summary-sync-update): Ditto.
7079         (wl-summary-flush-pending-append-operations): Eliminated.
7080         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7081         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7082         `elmo-folder-open'.
7083
7084         * wl-mime.el (wl-summary-burst): Fixed.
7085
7086         * wl-folder.el (wl-folder-info-save): Check data type.
7087
7088         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7089         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7090         instead of `elmo-folder-msgdb-internal'.
7091         (wl-expire-hide): Ditto.
7092
7093
7094         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7095
7096 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7097
7098         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7099
7100 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7101
7102         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7103
7104 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7105
7106         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7107         Fixed `match-beginning' argument mismatch.
7108
7109 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7110
7111         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7112         the default value.
7113
7114 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7115
7116         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7117         instead of `elmo-nntp-default-port'.
7118
7119         * wl-vars.el: Fixed some doc strings.
7120
7121 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7122
7123         * wl-summary.el (wl-summary-prefetch-msg): Use
7124         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7125
7126         * wl-vars.el: Define *-func as obsolete variable using
7127         `elmo-define-obsolete-variable'.
7128
7129         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7130         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7131         instead of `wl-message-buffer-prefetch-threshold'.
7132
7133         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7134
7135         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7136
7137         * wl-draft.el (wl-caesar-region-func): Ditto.
7138
7139         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7140         Keep unread status in elmo-folder-move-messages.
7141         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7142
7143 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7144
7145         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7146         `wl-summary-buffer-exit-func'
7147         (wl-summary-buffer-message-redisplay-function): Renamed from
7148         `wl-summary-buffer-message-redisplay-func'
7149         (wl-summary-buffer-next-folder-function): Renamed from
7150         `wl-summary-buffer-next-folder-func'.
7151         (wl-summary-buffer-prev-folder-function): Renamed from
7152         `wl-summary-buffer-prev-folder-func'.
7153         (wl-summary-get-petname-function): Renamed from
7154         `wl-summary-get-petname-func'.
7155
7156         * wl-score.el (wl-score-edit-exit-function): Renamed from
7157         `wl-score-edit-exit-func'.
7158
7159         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7160         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7161
7162         * wl-util.el (wl-load-profile-function): Renamed from
7163         `wl-load-profile-func'.
7164
7165         * wl-folder.el (wl-folder-completion-function): Renamed from
7166         `wl-folder-completion-func'.
7167         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7168
7169         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7170         `wl-expire-archive-get-folder-func'.
7171         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7172         (wl-draft-send-mail-function): Renamed from
7173         `wl-draft-send-mail-func'.
7174         (wl-draft-send-news-function): Renamed from
7175         `wl-draft-send-news-func'.
7176         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7177         (wl-generate-mailer-string-function): Renamed from
7178         `wl-generate-mailer-string-func'.
7179         (wl-highlight-signature-search-function): Renamed from
7180         `wl-highlight-signature-search-func'.
7181         (wl-highlight-x-face-function): Renamed from
7182         `wl-highlight-x-face-func'
7183         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7184         (wl-ps-print-buffer-function): Renamed from
7185         `wl-ps-print-buffer-func'
7186         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7187         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7188         (wl-summary-subject-filter-function): Renamed from
7189         `wl-summary-subject-filter-func'.
7190
7191         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7192         `wl-draft-queue-flush-send-func'
7193         (wl-draft-cite-function): Renamed from
7194         `wl-draft-cite-func'
7195
7196         * wl-address.el (wl-address-init-function): Renamed from
7197         `wl-address-init-func'.
7198
7199 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7200
7201         * wl-draft.el (wl-draft-queue-flush): Don't call
7202         `elmo-dop-unlock-message'.
7203         * wl-draft.el (wl-draft-queue-append): Don't call
7204         `elmo-dop-lock-message'.
7205
7206         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7207         (wl-summary-buffer-folder-name): Ditto.
7208         (wl-summary-message-regexp): Added '-' (all other related portions
7209         are changed).
7210         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7211         wl-summary-buffer-folder-name.
7212
7213 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7214
7215         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7216         the number of mails in the folder buffer is not updated by wl-biff.
7217
7218 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7219
7220         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7221         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7222
7223 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7224
7225         * wl-summary.el (wl-summary-next-message):
7226         Return next message number when wl-summary-move-order is nil.
7227
7228 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7229
7230         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7231         `wl-summary-move-spec-alist'.
7232         (wl-summary-move-spec-unplugged-alist): New variable
7233         (Move spec for unplugged status).
7234         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7235         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7236
7237 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7238
7239         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7240         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7241
7242 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7243
7244         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7245         simple quotation to quote the anonymous function.
7246         * tm-wl.el (wl-draft-preview-message): Ditto.
7247
7248 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7249
7250         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7251         Eliminate redundant `save-excursion'.
7252         (wl-highlight-summary-current-line): Ditto.
7253
7254         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7255         accessing match data when `looking-at' failed.
7256
7257         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7258         `elmo-match-string' where users don't care about the speed.
7259         (wl-draft-save): Ditto.
7260
7261 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7262
7263         * wl-util.el (wl-regexp-opt): New function.
7264
7265         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7266         number from `wl-summary-buffer-number-list'.
7267         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7268         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7269         (wl-summary-move-spec-alist): Changed default setting.
7270
7271 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7272
7273         * wl-vars.el (wl-biff-notify-hook): New hook.
7274         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7275         the arrival of new mail.
7276         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7277         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7278
7279 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7280
7281         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7282
7283 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7284
7285         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7286
7287         * Version number is increased to 2.5.8.
7288
7289         * wl-thread.el (toplevel): require 'cl.
7290         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7291         (wl-thread-make-number-list): New function.
7292         (wl-thread-entity-make-number-list-from-children): Ditto.
7293         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7294         (wl-thread-entity-insert-as-children): Likewise.
7295         (wl-thread-delete-message): Likewise.
7296         (wl-meaning-of-mark): Eliminated.
7297         (wl-thread-next-failure-mark-p): Ditto.
7298         (wl-thread-entity-get-mark): Ditto.
7299         (wl-thread-meaning-alist-get-result): Ditto.
7300         (wl-thread-entity-check-prev-mark): Ditto.
7301         (wl-thread-entity-check-next-mark): Ditto.
7302         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7303         (wl-thread-entity-get-prev-marked-entity): Ditto.
7304         (wl-thread-get-prev-unread): Ditto.
7305         (wl-thread-jump-to-prev-unread): Ditto.
7306         (wl-thread-get-next-unread): Ditto.
7307         (wl-thread-jump-to-next-unread): Ditto.
7308         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7309         (wl-thread-entity-get-next-marked-entity): Ditto.
7310
7311         * wl-summary.el (wl-summary-buffer-number-list):
7312         New bufer-local variable.
7313         (wl-summary-switch-to-clone-buffer): Clone
7314         `wl-summary-buffer-number-list'.
7315         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7316         (wl-summary-cursor-move-regex): Eliminated.
7317         (wl-summary-cursor-up): Rewrite.
7318         (wl-summary-cursor-down): Ditto.
7319         (wl-summary-mode-spec-alist): New variable.
7320         (wl-summary-next-message): New inline function.
7321         (wl-summary-cursor-move): New function.
7322         (wl-summary-default-get-next-msg): Rewrite.
7323         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7324         (wl-summary-rescan): Ditto.
7325         (wl-summary-sync-all-init): Ditto.
7326         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7327         summary is not thread view.
7328         (wl-summary-sync-update): Ditto.
7329         (wl-summary-rescan): Ditto.
7330         (wl-summary-make-number-list): New function.
7331
7332         * wl-draft.el: "FCC" -> "Fcc".
7333
7334 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7335
7336         * wl-highlight.el (wl-highlight-summary-window):
7337         Call `set-buffer-modified-p'.
7338
7339         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7340         (wl): Call `elmo-init' and fix.
7341
7342         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7343         Use new variables.
7344
7345         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7346
7347 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7348
7349         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7350
7351 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7352
7353         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7354
7355 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7356
7357         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7358         `wl-use-toolbar' nor `display-graphic-p'.
7359         (wl-e21-setup-message-toolbar): Ditto.
7360         (wl-e21-setup-summary-toolbar): Ditto.
7361         (wl-e21-setup-folder-toolbar): Ditto.
7362
7363         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7364         (wl-plugged-init-icons): Ditto.
7365
7366         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7367         `display-graphic-p'.
7368         (wl-plugged-set-folder-icon): Ditto.
7369         (wl-highlight-plugged-current-line): Ditto.
7370         (wl-highlight-folder-current-line): Ditto.
7371         (wl-e21-highlight-folder-group-line): Ditto.
7372         (wl-e21-setup-toolbar): Ditto.
7373         (wl-e21-display-image-p): New macro.
7374
7375         * wl-demo.el (wl-demo): Simplified.
7376         (wl-demo-image-type-alist): Use `image-type-available-p' for
7377         checking whether the image type `xbm' is available.
7378
7379 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7380
7381         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7382         (wl-summary-input-range): Ditto.
7383
7384 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7385
7386         * wl-summary.el (wl-summary-edit-addresses): Use
7387         `wl-summary-get-original-buffer'
7388         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7389         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7390         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7391         (wl-summary-get-newsgroups): Eliminated.
7392         (wl-summary-set-crosspost): Ditto.
7393         (wl-summary-is-crosspost-folder): Ditto.
7394         (wl-crosspost-alist-load): Ditto.
7395         (wl-crosspost-alist-save): Ditto.
7396
7397         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7398         `elmo-setup-subscribed-newsgroups' instead of
7399         `elmo-nntp-make-groups-hashtb'.
7400         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7401         instead of `wl-crosspost-alist-save'.
7402
7403         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7404         of `elmo-folder-message-appendable-p'.
7405         (wl-mime-header-presentation-method): Eliminated.
7406
7407         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7408         (Error occurs in emacs21).
7409
7410         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7411         the current buffer).
7412
7413         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7414         instead of `wl-crosspost-alist-save'.
7415         (wl-init): `elmo-crosspost-message-alist-load'
7416         instead of `wl-crosspost-alist-load'
7417
7418         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7419         (wl-parse-newsgroups): Likewise.
7420         (wl-biff-notify): Run `wl-biff-notify-hook'.
7421
7422 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7423
7424         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7425
7426         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7427         when `wl-summary-lazy-highlight' is non-nil.
7428         (wl-summary-goto-folder-subr): Highlight only when
7429         `wl-summary-lazy-highlight' is non-nil.
7430
7431         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7432         Don't display progress and highlight temp-mark when
7433         `wl-summary-lazy-highlight' is non-nil.
7434         (wl-highlight-summary-window): New function.
7435         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7436
7437 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7438
7439         * wl-summary.el (wl-summary-sync): Change `all-visible'
7440         from `all-shown'
7441         (wl-summary-input-range): Ditto.
7442
7443 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7444
7445         * wl-e21.el (wl-highlight-folder-current-line): Call
7446         `wl-folder-init-icons' when folder icons have not been initialized.
7447
7448         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7449
7450         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7451         (wl-demo-image-type-alist): New macro.
7452
7453 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7454
7455         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7456         display does not support graphics.
7457         (wl-plugged-init-icons): Ditto.
7458         (wl-folder-init-icons): Ditto.
7459
7460         * wl-demo.el (wl-demo): Chech closely whether the display
7461         supports graphics.
7462
7463 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7464
7465         * wl-summary.el (wl-summary-get-original-buffer): New function.
7466         (wl-summary-set-crosspost): Use it.
7467         (wl-summary-target-mark-uudecode): Ditto.
7468         (wl-summary-reedit): Ditto.
7469         (wl-summary-resend-bounced-mail): Ditto.
7470         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7471         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7472
7473         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7474         (wl-message-display-internal): Ditto.
7475
7476 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7477
7478         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7479
7480 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7481
7482         * wl-summary.el (wl-summary-save-view): Renamed from
7483         `wl-summary-save-status'.
7484
7485 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7486
7487         * wl-summary.el (wl-summary-sync): Added `all-shown'
7488
7489 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7490
7491         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7492
7493 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7494
7495         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7496
7497 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7498
7499         * wl-highlight.el (wl-highlight-summary-line-string): Use
7500         `zerop' instead of `= 0'.
7501         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7502
7503         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7504         for comparing numbers.
7505         (wl-template-prev): Use `zerop' instead of `eq 0'.
7506
7507         * wl-draft.el (wl-draft-insert-current-message): Use
7508         `with-current-buffer' instead of `save-excursion'.
7509         Use `zerop' instead of `eq 0'.
7510
7511 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7512
7513         * wl-draft.el (wl-draft-insert-ccs): New function.
7514         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7515         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7516
7517 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7518
7519         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7520
7521 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7522
7523         * wl-expire.el (wl-expire-refile): Don't call
7524         elmo-msgdb-add-msgs-to-seen-list;
7525         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7526         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7527
7528 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7529
7530         * wl-message.el (wl-message-prev-page): Ignore errors while
7531         scroll-down.
7532
7533 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7534
7535         * wl-mime.el: Use elmo-original-message-mode instead of
7536         mmelmo-original-mode.
7537
7538         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7539         `elmo-folder-get-spec';
7540         (wl-fldmgr-add-completion-all-completions):
7541         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7542
7543         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7544         of `elmo-folder-get-type'.
7545
7546         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7547         `elmo-folder-get-spec';
7548         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7549         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7550         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7551         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7552         `elmo-read-msg-no-cache';
7553         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7554         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7555         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7556         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7557         `elmo-cache-save';
7558         (wl-draft-reedit): Use `elmo-message-file-name'.
7559
7560         * wl-expire.el: Use `elmo-folder-name-internal';
7561         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7562         Use macro `wl-summary-buffer-msgdb' instead of variable
7563         `wl-summary-buffer-msgdb';
7564         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7565         Use macro `wl-summary-buffer-folder-name' instead of variable
7566         `wl-summary-buffer-folder-name'.
7567         * wl-score.el: Likewise.
7568
7569         * wl-message.el: Rewrite for new message buffer cache mechanism.
7570         (wl-message-buffer-cache-buffer-get): New macro.
7571         (wl-message-buffer-cache-folder-get): Ditto.
7572         (wl-message-buffer-cache-message-get): Ditto.
7573         (wl-message-buffer-cache-entry-make): Ditto.
7574         (wl-message-buffer-cache-hit): Ditto.
7575         (wl-message-buffer-cache-sort): New function.
7576         (wl-message-buffer-cache-add): Ditto.
7577         (wl-message-buffer-cache-delete): Ditto.
7578         (wl-message-buffer-cache-clean-up): Ditto.
7579         (wl-message-buffer-window): Rewrite.
7580         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7581         (wl-message-buffer-display): New function.
7582         (wl-message-display-internal): New function.
7583
7584 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7585
7586         * wl-folder.el: Use `elmo-folder-name-internal';
7587         Use `wl-folder-get-elmo-folder';
7588         Use `elmo-folder-list-messages' instead of
7589         `elmo-list-folder';
7590         Use `elmo-folder-get-primitive-list' instead of
7591         `elmo-folder-get-primitive-spec-list';
7592         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7593         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7594         Use `elmo-folder-create' instead of `elmo-create-folder'.
7595         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7596         (wl-folder-get-elmo-folder): New macro.
7597         (wl-folder-elmo-folder-cache-get): Ditto.
7598         (wl-folder-elmo-folder-cache-put): Ditto.
7599         (wl-folder-suspend): Call `elmo-quit'.
7600
7601         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7602         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7603         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7604         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7605         (toplevel): require 'cl.
7606         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7607
7608         * wl-summary.el: Rewrite to use new elmo interface.
7609
7610 \f
7611 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7612
7613         * wl-mime.el (wl-draft-preview-message):
7614         Run `wl-draft-send-hook' before collecting recipients information;
7615         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7616
7617         * tm-wl.el (wl-draft-preview-message): Ditto.
7618
7619 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7620
7621         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7622         wrong recipients are displayed when forwarded message.
7623
7624 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7625
7626         * Version number is increased to 2.5.7.
7627
7628 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7629
7630         * wl-message.el (wl-message-next-page): Bind
7631         `window-pixel-scroll-increment' to nil while scrolling up.
7632
7633 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7634
7635         * wl-vars.el (wl-save-hook): New hook.
7636         * wl.el (wl-save): Call `wl-save-hook'.
7637
7638 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7639
7640         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7641         Argument WITH-ARG instead of NO-ARG (negative mean).
7642         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7643         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7644         * wl-message.el (wl-message-follow-current-entity): Likewise.
7645
7646 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7647
7648         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7649         FROM was optional argument.
7650         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7651
7652 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7653
7654         * Version number is increased to 2.5.6.
7655
7656 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7657
7658         * wl-version.el (wl-version-show): Removed.
7659         (wl-version): Add `interactive'.
7660
7661 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7662
7663         * wl-summary.el (wl-summary-get-petname-func): New variable.
7664         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7665         instead of `wl-address-get-petname-1'.
7666         (wl-summary-simple-from): Ditto.
7667
7668         * wl-address.el (wl-address-get-petname-1): Define as function.
7669
7670 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7671
7672         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7673         field in the original message.
7674         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7675
7676 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7677
7678         * wl-expire.el (wl-expire-hide):
7679         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7680
7681 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7682
7683         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7684         find decoder for To, Cc, and Subject.
7685
7686 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7687
7688         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7689         for checking `elmo-use-buffer-cache'.
7690         (wl-summary-mark-as-important): Fixed typo in comment.
7691
7692 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7693
7694         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7695         field in the original message.
7696         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7697
7698 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7699
7700         * wl-expire.el (wl-expire-hide):
7701         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7702
7703 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7704
7705         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7706         find decoder for To, Cc, and Subject.
7707
7708 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7709
7710         * Version number is increased to 2.5.5.
7711
7712         * wl-address.el (wl-address-specials-regexp): New constant.
7713         (wl-address-quote-specials): Use it.
7714
7715 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7716
7717         * wl-summary.el (wl-summary-rescan):
7718         Call `wl-summary-buffer-number-column-detect'.
7719         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7720
7721         * wl-message.el (wl-message-mode-map): Define.
7722         (wl-message-decode): Use it as local-map.
7723
7724 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7725
7726         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7727         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7728
7729 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7730
7731         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7732
7733         * wl-mule.el (wl-read-event-char): Ditto.
7734
7735         * wl-e21.el (wl-read-event-char): Ditto.
7736
7737         * wl-nemacs.el (wl-read-event-char): Ditto.
7738         (read-event): Removed.
7739
7740         * wl-util.el (toplevel): Removed dummy definition of
7741         `read-event'.
7742         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7743
7744 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7745
7746         * wl-nemacs.el (elmo-archive-call-process): Moved to
7747         elmo-archive.el.
7748
7749 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7750
7751         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7752         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7753
7754         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7755         instead of magic-number 6.  Use `not' instead of `null' for symbol
7756         `nil' check (not empty list).
7757         (wl-draft-insert-x-face-field): Fixed paren style.
7758
7759         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7760         one-branch conditional statement, instead of `and' and `if'.
7761         (wl-draft-forward): Likewise.
7762         (wl-draft-add-references): Likewise.
7763         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7764
7765         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7766         conditional steatment.  Use `cond' instead of `if'.
7767         (wl-draft-confirm): Likewise.
7768
7769 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7770
7771         * wl-version.el (wl-version-show): Use `product-string-1'
7772         instead of `wl-version'.
7773         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7774
7775         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7776
7777 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7778
7779         * wl-highlight.el (wl-highlight-headers): Revert
7780         `wl-highlight-x-face-func' argument (`beg' and `end').
7781
7782 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7783
7784         * wl.el (toplevel): Move `product-provide' declare.
7785         * wl-demo.el (toplevel): Ditto.
7786         * wl-dnd.el (toplevel): Ditto.
7787         * wl-highlight.el (toplevel): Ditto.
7788         * wl-message.el (toplevel): Ditto.
7789         * wl-refile.el (toplevel): Ditto.
7790         * wl-util.el (toplevel): Ditto.
7791
7792 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7793
7794         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7795         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7796         (wl-thread-close-all): keep cursor position.
7797
7798 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7799
7800         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7801         (eq x 0).
7802         (wl-generate-user-agent-string-1): Fix conditional statement.
7803
7804 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7805
7806         * wl.el (wl-check-environment): Additional check for
7807         'wl-local-domain' and `wl-message-id-domain'.
7808
7809 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7810
7811         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7812
7813 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7814
7815         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7816         instead of `smtp-sasl-user-realm'.
7817
7818 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7819
7820         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7821
7822 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7823
7824         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7825         to the default value as well as `eword-lexical-analyzer'.
7826
7827 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7828
7829         * wl-version.el (wl-extended-emacs-version,
7830         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7831         `elmo-match-string' instead of `wl-match-string'.
7832
7833 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7834
7835         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7836         docstring.
7837
7838 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7839
7840         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7841
7842 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7843
7844         * wl-highlight.el (wl-highlight-headers): Remove
7845         `wl-highlight-x-face-func' argument (`beg' and `end').
7846
7847 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7848
7849         * wl-summary.el (wl-summary-mark-as-important):
7850         Remove cache if folder is local.
7851
7852 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7853
7854         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7855         to get existing e-mail address string.
7856
7857 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7858
7859         * wl-version.el (wl-generate-user-agent-string): Commentary.
7860         (wl-generate-user-agent-string-1): Use `when' for
7861         one-branch conditional statement, instead of `and' and `if'.
7862         (wl-extended-emacs-version, wl-extended-emacs-version2,
7863         wl-extended-emacs-version3): Ditto.
7864
7865 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7866
7867         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7868         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7869         condition-case; Remove initialization.
7870         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7871         (wl-summary-sync-update3): Added argument `sync-all';
7872         Eliminated local variable `msgdb';
7873         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7874         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7875         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7876
7877 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7878
7879         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7880         connection before call `wl-draft-send-mail-with-smtp'.
7881
7882 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7883
7884         * Version number is increased to 2.5.4.
7885
7886 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7887
7888         * wl.el (wl-check-environment): Additional check for
7889         'wl-local-domain' and `wl-message-id-domain'.
7890
7891 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7892
7893         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7894         buffer as command specific.
7895         (wl-folder-mark-as-read-all-entity): Ditto.
7896         (wl-folder-prefetch-entity): Ditto.
7897         (wl-folder-drop-unsync-entity): Ditto.
7898
7899         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7900         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7901         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7902
7903         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7904         save-excursion.
7905
7906 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7907
7908         * Version number is increased to 2.5.3.
7909
7910         * wl-summary.el (wl-summary-save-view-cache):
7911         Delete duplicated `write-region';
7912         Use `write-region-as-binary' instead of `as-binary-output-file' and
7913         `write-region'.
7914
7915 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7916
7917         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7918
7919 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7920
7921         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7922         instead of `smtp-via-smtp'.
7923
7924 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7925
7926         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7927
7928 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7929
7930         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7931         instead of `smtp-sasl-user-realm'.
7932
7933 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7934
7935         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7936
7937 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7938
7939         * Version number is increased to 2.5.2.
7940
7941 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7942
7943         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7944         does not exist.
7945         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7946         (wl-biff-start): Call `timer-activate' if timer already exists.
7947
7948         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7949         only when it is bound as function.
7950
7951 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7952
7953         * Version number is increased to 2.5.1.
7954
7955 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7956
7957         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7958         Print refile/copy destination.
7959
7960 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7961
7962         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7963         queue-flush-only is non-nil.
7964
7965         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7966
7967         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7968         checking cache folder.
7969
7970 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7971
7972         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7973         `regexp-quote'.
7974
7975 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7976
7977         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7978         function.
7979         * wl-summary.el (wl-summary-write-current-folder-functions):
7980         Change default value.  Use it.
7981
7982 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7983
7984         * Version number is increased to 2.5.0.
7985
7986         * wl-version.el (wl-version): Changed codename.
7987
7988 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7989
7990         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7991         (wl-summary-supersedes-message): Ditto.
7992
7993 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7994
7995         * wl-refile.el (wl-refile-guess-functions): Renamed from
7996         `wl-refile-guess-func-list'.
7997
7998 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7999
8000         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8001         Fixed problem when no rule was matched.
8002
8003 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8004
8005         * wl-summary.el (wl-summary-get-mark): Fixed
8006         `wl-summary-buffer-target-mark' check logic.
8007
8008 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8009
8010         * wl-folder.el (wl-folder-write-current-folder): Added group
8011         folder check.
8012
8013         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8014         `wl-summary-write-current-newsgroup'.
8015         (wl-summary-write-current-folder-functions): New variable.
8016         * wl-folder.el (wl-folder-get-newsgroups): New function.
8017         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8018         (wl-folder-write-current-folder): Renamed from
8019         `wl-folder-write-current-newsgroup'.
8020
8021 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8022
8023         * Version number is increased to 2.3.93.
8024
8025 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8026
8027         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8028         (wl-ldap-make-matched-value-list): Ditto.
8029         (wl-ldap-alias-safe-string): Split e-mail address.
8030
8031         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8032         petname folder default was selected.
8033         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8034         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8035
8036 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8037
8038         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8039         to `wl-draft-config-exec'.
8040
8041         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8042         instead of calling `wl-draft-config-exec';
8043         Process group-list and show recipients in minibuffer.
8044
8045         * tm-wl.el (wl-draft-preview-message): Ditto.
8046
8047 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8048
8049         * wl.el (toplevel): Added (C) to copyright notice, and
8050         sync Author header.
8051         * tm-wl.el (toplevel): Ditto.
8052         * wl-address.el (toplevel): Ditto.
8053         * wl-demo.el (toplevel): Ditto.
8054         * wl-dnd.el (toplevel): Ditto.
8055         * wl-draft.el (toplevel): Ditto.
8056         * wl-e21.el (toplevel): Ditto.
8057         * wl-expire.el (toplevel): Ditto.
8058         * wl-folder.el (toplevel): Ditto.
8059         * wl-highlight.el (toplevel): Ditto.
8060         * wl-message.el (toplevel): Ditto.
8061         * wl-mime.el (toplevel): Ditto.
8062         * wl-mule.el (toplevel): Ditto.
8063         * wl-nemacs.el (toplevel): Ditto.
8064         * wl-refile.el (toplevel): Ditto.
8065         * wl-score.el (toplevel): Ditto.
8066         * wl-summary.el (toplevel): Ditto.
8067         * wl-template.el (toplevel): Ditto.
8068         * wl-thread.el (toplevel): Ditto.
8069         * wl-util.el (toplevel): Ditto.
8070         * wl-vars.el (toplevel): Ditto.
8071         * wl-xmas.el (toplevel): Ditto.
8072
8073 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8074
8075         * wl.el (wl-init): Added comment about `wl-init-hook'.
8076         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8077         * wl-vars.el (wl-init-hook): Added docs.
8078         (wl-make-plugged-hook): Removed useless docs.
8079         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8080         * wl-xmas.el (toplevel): Ditto.
8081
8082 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8083
8084         * wl-address.el (toplevel): Fixed multiple Author header format.
8085         * wl-demo.el (toplevel): Ditto.
8086         * wl-draft.el (toplevel): Ditto.
8087         * wl-folder.el (toplevel): Ditto.
8088         * wl-summary.el (toplevel): Ditto.
8089         * wl-thread.el (toplevel): Ditto.
8090         * wl-util.el (toplevel): Ditto.
8091         * wl-vars.el (toplevel): Ditto.
8092         * wl-version.el (toplevel): Ditto.
8093         * wl-xmas.el (toplevel): Ditto.
8094         * wl.el (toplevel): Ditto.
8095
8096         * wl-version.el (toplevel): Added require `elmo-version' for
8097         `product-version-as-string'.
8098
8099 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8100
8101         * wl-vars.el (wl-draft-send-hook): Changed default value to
8102         '(wl-draft-config-exec).
8103
8104         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8105         explicitly.
8106         (wl-draft): Set `wl-draft-config-exec-flag' before running
8107         `wl-mail-setup-hook'.
8108
8109         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8110         `wl-biff-init-icons' to `wl-init-hook' instead of
8111         `wl-make-plugged-hook'.
8112         (Because if `wl-draft' command is invoked at first,
8113         they are not initialized)
8114         Updated copyright notice.
8115
8116         * wl-e21.el (toplevel): Ditto;
8117
8118         * wl-demo.el (toplevel): Updated copyright notice.
8119         * wl-address.el (toplevel): Ditto.
8120         * wl-draft.el (toplevel): Ditto.
8121         * wl-version.el (toplevel): Ditto.
8122         * wl-folder.el (toplevel): Ditto.
8123         * wl-summary.el (toplevel): Ditto.
8124         * wl-thread.el (toplevel): Ditto.
8125         * wl-util.el (toplevel): Ditto.
8126         * wl-vars.el (toplevel): Ditto.
8127         * wl.el (toplevel): Ditto.
8128
8129 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8130
8131         * wl-highlight.el (wl-highlight-message): Fixed problem of
8132         highlighting failure which occured when the last field contains
8133         multiple lines in the draft buffer.
8134
8135         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8136         `wl-biff-start' if plugged.
8137
8138         * wl-util.el (wl-biff-check-folder): New function.
8139         (wl-biff-check-folders): Don't set session name prefix.
8140         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8141         (wl-biff-check-folder-async): Ditto.
8142
8143         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8144         in email address.
8145
8146 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8147
8148         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8149
8150         * wl-draft.el (wl-draft-strip-subject-re): New function.
8151
8152         * wl-draft.el (wl-draft-reply): Use it.
8153
8154 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8155
8156         * wl-message.el (wl-mmelmo-message-redisplay): Use
8157         `mime-display-message' instead of `wl-mime-display-message'.
8158
8159         * wl-mime.el (toplevel): Removed compatibility workaround
8160         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8161         (wl-mime-display-message): Abolished.
8162         (wl-mime-entity-read-field): Ditto.
8163         (wl-mime-combine-message/partial-pieces): Use
8164         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8165
8166 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8167
8168         * wl-template.el: Doc fixes.
8169
8170 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8171
8172         * wl-e21.el (wl-message-overload-functions): Do nothing if
8173         `current-local-map' is not available.
8174         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8175
8176 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8177
8178         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8179         representation.
8180
8181         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8182         number.
8183         (wl-fldmgr-save-folders): Don't use `format' when insert
8184         `wl-fldmgr-folders-header'.
8185
8186 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8187
8188         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8189
8190 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8191
8192         * wl-highlight.el (wl-highlight-message):
8193         Use `std11-field-end' to detect end point of the header field.
8194         Refer `wl-highlight-max-header-size'.
8195
8196         * wl-vars.el (wl-highlight-max-header-size): New variable.
8197
8198         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8199
8200         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8201         Set `for-draft' argument of wl-highlight-headers.
8202         (wl-draft): Ditto.
8203         (wl-draft-reedit): Ditto.
8204         (wl-user-agent-compose-internal): Ditto.
8205
8206 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8207
8208         * wl-message.el (wl-message-add-button): Use overlay.
8209
8210 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8211
8212         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8213
8214         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8215         problem when group-list content is nothing.
8216         (Reported by Mito <mit@nines.nec.co.jp>)
8217
8218 2000-10-18  SAITO Atsunori <sai@yedo.com>
8219
8220         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8221
8222 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8223
8224         * tm-wl.el (toplevel): Use product-provide.
8225
8226 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8227
8228         * Version number is increased to 2.3.92.
8229
8230 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8231
8232         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8233         title text, use `display' property for left margin under Emacs 21.
8234
8235         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8236         properties.
8237         (wl-plugged-init-icons): Ditto.
8238
8239 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8240
8241         * wl.el (wl-save-status, wl-init): Remove last period in
8242         "...done." message.
8243         * tm-wl.el (wl-summary-burst): Ditto.
8244         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8245         wl-summary-resume-cache-status,
8246         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8247         wl-summary-sync-update3, wl-summary-highlight-msgs,
8248         wl-summary-flush-pending-append-operations,
8249         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8250         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8251         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8252         wl-thread-open-all): Ditto.
8253         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8254         * wl-mime.el (wl-summary-burst): Ditto.
8255         * wl-highlight.el (wl-highlight-summary): Ditto.
8256         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8257         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8258         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8259         * wl-address.el (wl-local-address-init): Ditto.
8260
8261 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8262
8263         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8264         `add-text-properties'.
8265         (wl-plugged-init-icons): Ditto.
8266         (wl-folder-init-icons): Use `propertize' instead of
8267         `put-text-property'.
8268         (wl-plugged-set-folder-icon): Ditto.
8269         (wl-e21-highlight-folder-group-line): Ditto.
8270
8271 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8272
8273         * wl-version.el (wl-version-status-alist): New variable.
8274         (wl-version-status): New function.
8275
8276         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8277         "Cc" part of the case "Reply-To".
8278
8279         * wl-draft.el (wl-draft-reply): Use result of
8280         `eword-extract-address-components'.
8281
8282         * wl-demo.el (wl-demo-icon-name): New constant.
8283         (wl-logo-xpm): Use it.
8284         (wl-logo-xbm): Ditto.
8285         (wl-logo-bitmap): Ditto.
8286
8287         * Version number is increased to 2.3.91.
8288
8289 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8290
8291         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8292         (wl-extended-emacs-version, wl-extended-emacs-version2,
8293         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8294         docstring.
8295
8296         * wl-version.el (wl-generate-user-agent-string-1): New function.
8297         (wl-generate-user-agent-string): Use it.
8298
8299         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8300         `mime-edit-insert-user-agent-field'.
8301         (wl-generate-user-agent-string): Check
8302         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8303
8304         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8305         instead of `if', when verbose case.
8306
8307 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8308
8309         * wl-expire.el (wl-summary-expire): Fix.
8310
8311 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8312
8313         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8314         and `elmo-lost+found-folder' if 'wl-draft.
8315         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8316
8317 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8318
8319         * wl-expire.el (wl-summary-expire): Change messages.
8320         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8321         `deleing-info' instead of "Deleting..."
8322
8323 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8324
8325         * wl-summary.el (wl-summary-refile-subr): Fix.
8326
8327 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8328
8329         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8330         if pipe folder.
8331
8332 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8333
8334         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8335
8336 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8337
8338         * wl-expire.el (wl-expire-hide): New function.
8339         (wl-summary-expire): Add `hide'.
8340
8341 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8342
8343         * wl-vars.el (wl-draft-reply-without-argument-list):
8344         Changed default value to consider `Reply-To:'.
8345         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8346
8347         * Version number is increased to 2.3.90.
8348
8349         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8350         elmo-imap4-get-session with unwind-protect.
8351         Don't cause error.
8352         (wl-summary-sync-marks): Don't check plugged nor folder type.
8353         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8354         (Always keep current buffer).
8355
8356 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8357
8358         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8359         Enclose with `save-excursion'.
8360
8361 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8362
8363         * wl-version.el (wl-version): Remove interactive.
8364
8365 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8366
8367         * wl-version.el (wl-generate-user-agent-string): Use
8368         `product-string-verbose' instead of `product-string-1'.
8369
8370 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8371
8372         * wl-vars.el (wl-draft-use-cache): New variable.
8373         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8374         if wl-draft-use-cache is non-nil.
8375
8376 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8377
8378         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8379         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8380
8381 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8382
8383         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8384         (wl-thread-msg-mark-as-unread): Ditto.
8385
8386         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8387         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8388         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8389         Don't set mark in summary if return value of `elmo-mark-as-read'
8390         is nil.
8391         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8392         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8393         instead of `wl-thread-msg-mark-as-read'.
8394         (wl-summary-mark-as-unread-region): Ditto.
8395         (wl-summary-target-mark-mark-as-read): Ditto.
8396
8397         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8398
8399 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8400
8401         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8402
8403         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8404
8405 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8406
8407         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8408         face.
8409
8410 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8411
8412         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8413         `running-xemacs'.
8414
8415 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8416
8417         * wl-version.el (toplevel): Use `product-version-as-string' for
8418         set verstion-string, if defined.
8419
8420         * wl-version.el (wl-version-show): Insert string at point, when
8421         call with argument.
8422
8423         * wl-version.el (wl-generate-user-agent-string): Use
8424         `product-string-1' instead of `wl-appname', `wl-version' and
8425         `wl-codename'.
8426
8427 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8428
8429         * wl-address.el (toplevel): Use product-provide.
8430         * wl-demo.el (toplevel): Ditto.
8431         * wl-dnd.el (toplevel): Ditto.
8432         * wl-draft.el (toplevel): Ditto.
8433         * wl-e21.el (toplevel): Ditto.
8434         * wl-expire.el (toplevel): Ditto.
8435         * wl-fldmgr.el (toplevel): Ditto.
8436         * wl-folder.el (toplevel): Ditto.
8437         * wl-highlight.el (toplevel): Ditto.
8438         * wl-message.el (toplevel): Ditto.
8439         * wl-mime.el (toplevel): Ditto.
8440         * wl-mule.el (toplevel): Ditto.
8441         * wl-nemacs.el (toplevel): Ditto.
8442         * wl-refile.el (toplevel): Ditto.
8443         * wl-score.el (toplevel): Ditto.
8444         * wl-summary.el (toplevel): Ditto.
8445         * wl-template.el (toplevel): Ditto.
8446         * wl-thread.el (toplevel): Ditto.
8447         * wl-util.el (toplevel): Ditto.
8448         * wl-vars.el (toplevel): Ditto.
8449         * wl-xmas.el (toplevel): Ditto.
8450         * wl.el (toplevel): Ditto.
8451
8452 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8453
8454         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8455         instead of product.
8456
8457         * wl-version.el (wl-version): Compile time evalution elmo-version.
8458
8459 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8460
8461         * wl-summary.el (wl-summary-sync-force-update): Append queue
8462         `mark-as-read'if unplugged.
8463
8464 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8465
8466         * wl-version.el: New file.  Use product.el.
8467         * wl.el: add (require 'wl-version).
8468         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8469         for ~/.folders header.
8470         (wl-fldmgr-folders-header): Changed.
8471         * wl-demo.el (wl-demo): Use product.el.
8472
8473         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8474         wl-version.el.
8475         * wl-util.el (wl-version, wl-version-show): Ditto.
8476
8477         * wl-util.el (wl-generate-user-agent-string,
8478         wl-extended-emacs-version, wl-extended-emacs-version2,
8479         wl-extended-emacs-version3): Move to wl-version.el.
8480         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8481         xemacs-codename, mime-edit-insert-user-agent-field,
8482         mime-edit-user-agent-value, mime-editor/version,
8483         mime-editor/codename): Compile warning killer move to
8484         wl-version.el
8485
8486 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8487
8488         * wl-summary.el (wl-summary-refile-subr): Fix.
8489
8490 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8491
8492         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8493         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8494
8495 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8496
8497         * wl.el (wl-check-environment): Check too many `@'.
8498
8499 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8500
8501         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8502
8503 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8504
8505         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8506         wl-draft-reply-myself-without-argument-list): Add variables.
8507         * wl-draft.el (wl-draft-reply): Use it.
8508
8509 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8510
8511         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8512         the 5th argument of `elmo-network-get-spec'.
8513
8514         * wl-thread.el (wl-thread-reparent-children): New inline function.
8515         (wl-thread-delete-message): Use it.
8516
8517         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8518         (wl-summary-score-update-all-lines): Don't use `dolist'.
8519
8520 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8521
8522         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8523         (require 'elmo-msgdb) for inline function.
8524
8525 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8526
8527         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8528
8529 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8530
8531         * wl-score.el (wl-score-headers): Fix for the confusing macro
8532         `elmo-kill-buffer'.
8533
8534 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8535
8536         * wl-summary.el: Don't use the 3rd argument of `require' because
8537         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8538         * wl-util.el: Ditto.
8539         * wl-draft.el: Ditto.
8540
8541 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8542
8543         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8544         window system is not used.
8545
8546 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8547
8548         * wl-thread.el: Don't use `mapcar' only for iteration.
8549         (wl-thread-resume-entity): Ditto.
8550         (wl-thread-delete-message): Ditto.
8551
8552         * wl-summary.el: Bind `dragdrop-drop-functions',
8553         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8554         of `require' for `timezone', `easymenu' and `ps-print';
8555         don't use `mapcar' only for iteration.
8556
8557         * wl-util.el: Bind `mule-version', `nemacs-version',
8558         `emacs-beta-version', `xemacs-codename',
8559         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8560         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8561         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8562         only for iteration.
8563
8564         * wl-score.el: Don't use `mapcar' only for iteration.
8565         (wl-score-simplify-buffer-fuzzy): Ditto.
8566         (wl-score-simplify-subject): Ditto.
8567         (wl-score-headers): Ditto.
8568         (wl-summary-score-update-all-lines): Ditto.
8569
8570         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8571         `enable-multibyte-characters' and `mule-version'.
8572
8573         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8574         `mapcar' only for iteration.
8575
8576         * wl-demo.el: Don't use `mapcar' only for iteration.
8577
8578         * wl-folder.el: Don't use `mapcar' only for iteration.
8579         (wl-folder-open-all): Ditto.
8580         (wl-folder-count-incorporates): Ditto.
8581
8582         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8583         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8584
8585         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8586         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8587         `smtp-connection-type'; specify 3rd argument of `require' for
8588         `timezone'; don't use `mapcar' only for iteration.
8589         (wl-draft-clone-local-variables): Don't use `mapcar'.
8590         (wl-draft-generate-clone-buffer): Ditto.
8591         (wl-user-agent-compose-internal): Ditto.
8592
8593         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8594
8595         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8596         (wl-save-status): Ditto.
8597
8598         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8599         for iteration.
8600
8601 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8602
8603         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8604         removed `Date'.
8605         (wl-fldmgr-make-filter-default): New user option.
8606
8607         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8608         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8609         (wl-fldmgr-filter-completion-alist): Abolish.
8610
8611         * wl.el (wl): Don't check servers if arg is non-nil.
8612
8613         * wl-draft.el (wl-draft-reply): Set only message-id string to
8614         In-Reply-To field.
8615
8616 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8617
8618         * wl-summary.el (wl-summary-pick): Rewrite.
8619
8620         * wl-draft.el (wl-draft-forward): Get references field from
8621         original buffer.
8622         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8623
8624 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8625
8626         * wl-draft.el (wl-draft-forward): Add references field.
8627
8628 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8629
8630         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8631         (wl-draft-reply): Use it.
8632
8633 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8634
8635         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8636         when Emacs 21 is running.
8637
8638         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8639         bindings.
8640
8641 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8642
8643         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8644         XPM icons transparent.
8645
8646         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8647         Emacs 21.
8648
8649 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8650
8651         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8652         nil.
8653
8654         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8655         when it is persistent.
8656         (wl-summary-sync-marks): Changed argument for
8657         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8658         (wl-summary-virtual): Use `elmo-read-search-condition'.
8659         (wl-summary-redisplay-internal): If folder is local, mark as read
8660         even when folder is plugged.
8661
8662 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8663
8664         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8665         of `tool-bar-lines' in the frame parameters.
8666         (after-make-frame-functions, post-command-hook): Don't modify the
8667         value.
8668         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8669         wl-e21-tool-bar-lines): Removed.
8670
8671 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8672
8673         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8674         properties `evaporate' and `wl-momentary-overlay' as well.
8675         (wl-highlight-summary-displaying): Ditto.
8676         (wl-delete-all-overlays): Don't delete overlay which does not have
8677         a property `wl-momentary-overlay'.
8678
8679         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8680         `display-mouse-p' and `display-graphic-p'.
8681         (wl-folder-init-icons): Don't search for XBM or the other files.
8682         (wl-plugged-set-folder-icon): Make icons if and only if
8683         `display-graphic-p' returns non-nil.
8684         (wl-highlight-plugged-current-line): Use `before-string' overlay
8685         property to show icon images.
8686         (wl-highlight-folder-current-line): Ditto.
8687         (wl-e21-highlight-folder-group-line): Ditto.
8688         (wl-e21-highlight-folder-by-numbers): Ditto.
8689         (wl-e21-insert-image): Removed.
8690         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8691         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8692         said.
8693         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8694         `wl-e21-force-switch-toolbar'.
8695         (wl-e21-make-icon-image): Removed.
8696         (wl-e21-setup-toolbar): Don't search for XBM files.
8697         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8698         the default value.
8699
8700 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8701
8702         * wl-util.el (wl-biff-check-folder-async): Set
8703         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8704
8705 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8706
8707         * wl-e21.el (after-make-frame-functions): Add
8708         `wl-e21-force-switch-toolbar'.
8709         (wl-e21-force-switch-toolbar): New function force to switch the
8710         toolbar appearance automatically.
8711         (post-command-hook): Add `wl-e21-switch-toolbar'.
8712         (wl-e21-switch-toolbar): New function to switch the toolbar
8713         appearance automatically.
8714         (wl-e21-tool-bar-lines): New buffer local variable.
8715
8716 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8717
8718         * wl-util.el (wl-biff-check-folders-running): New variable.
8719         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8720         (wl-biff-check-folder-async-callback):
8721         Set `wl-biff-check-folders-running'.
8722         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8723         with unwind-protect.
8724
8725         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8726         Enclose `wl-folder-auto-check' with unwind-protect.
8727
8728         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8729         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8730
8731         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8732
8733         * wl-util.el (wl-biff-notify): New inline function.
8734         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8735         locally.
8736         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8737         folder-list' is 1.
8738         Use `wl-biff-notify'.
8739         (wl-biff-check-folder-async-callback): New function.
8740         (wl-biff-check-folder-async): Ditto.
8741
8742         * wl-folder.el (wl-folder): Don't check folders.
8743         (wl-folder-auto-check): New function.
8744
8745 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8746
8747         * wl-util.el (wl-biff-start) [Emacs19+]:
8748         Use `timer-next-integral-multiple-of-time'.
8749         (wl-biff-check-folders): Use `wl-default-folder'
8750         if `wl-biff-check-folder-list' is nil.
8751
8752 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8753
8754         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8755         instead of `elmo-delete-lists'.
8756
8757 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8758
8759         * wl.el (wl-plugged-toggle-all): Set the value of
8760         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8761         (wl-plugged-toggle): Ditto.
8762         (wl-toggle-plugged): Ditto.
8763         (wl-plugged-init): Ditto.
8764
8765         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8766         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8767         instead of `wl-biff-state-indicator-off' and
8768         `wl-biff-state-indicator-on'; don't modify the value and the type
8769         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8770         (wl-plugged-init-icons): Set icons data to
8771         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8772         instead of `wl-plug-state-indicator-off' and
8773         `wl-plug-state-indicator-on'; don't modify the value and the type
8774         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8775
8776         * wl-vars.el (wl-modeline-biff-state-off,
8777         wl-modeline-biff-state-on, wl-modeline-biff-status,
8778         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8779         wl-modeline-plug-status): New internal variables.
8780         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8781         wl-biff-check-interval, wl-biff-check-folder-list): Change
8782         customization group from `wl-folder' to `wl-highlight'.
8783         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8784         wl-show-plug-status-on-modeline): Defcustomized.
8785
8786         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8787         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8788         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8789         a flag to `mode-line-buffer-identification'.
8790
8791         * wl-e21.el (wl-biff-init-icons): Set icons data to
8792         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8793         instead of `wl-biff-state-indicator-off' and
8794         `wl-biff-state-indicator-on'.
8795         (wl-plugged-init-icons): Set icons data to
8796         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8797         instead of `wl-plug-state-indicator-off' and
8798         `wl-plug-state-indicator-on'.
8799
8800 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8801
8802         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8803         excessive titles.
8804
8805 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8806
8807         * wl.el (wl-plugged-mode): Use revised
8808         `wl-mode-line-buffer-identification'.
8809         (wl-plugged-init): Don't use `force-mode-line-update'.
8810
8811         * wl-xmas.el (wl-draft-overload-functions): Use revised
8812         `wl-mode-line-buffer-identification'.
8813         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8814         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8815         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8816         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8817         `wl-make-plugged-hook';
8818         add `wl-folder-init-icons' and `wl-setup-folder' to
8819         `wl-folder-mode-hook'.
8820
8821         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8822         19 as well.
8823         (wl-mode-line-display-priority-list): New user option.
8824         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8825         Defcustomized.
8826         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8827         Add docs.
8828
8829         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8830         start.
8831         (wl-mode-line-buffer-identification): Revised as a function.
8832
8833         * wl-summary.el (wl-summary-mode): Use revised
8834         `wl-mode-line-buffer-identification'; don't call
8835         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8836         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8837         `wl-xmas-setup-summary'.
8838
8839         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8840         `wl-mode-line-buffer-identification'.
8841
8842         * wl-mule.el (wl-draft-overload-functions): Use revised
8843         `wl-mode-line-buffer-identification'.
8844
8845         * wl-folder.el (wl-make-plugged-alist): Don't call
8846         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8847         (wl-folder): Don't call `wl-folder-init-icons' directly.
8848         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8849         `wl-xmas-setup-folder' directly;
8850         use revised `wl-mode-line-buffer-identification'.
8851         (TopLevel): Don't bind `wl-biff-init-icons',
8852         `wl-plugged-init-icons', `wl-folder-init-icons',
8853         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8854
8855         * wl-e21.el (wl-draft-overload-functions): Use revised
8856         `wl-mode-line-buffer-identification'.
8857         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8858         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8859         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8860         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8861         `wl-make-plugged-hook';
8862         add `wl-folder-init-icons' and `wl-setup-folder' to
8863         `wl-folder-mode-hook'.
8864
8865 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8866             Katsumi Yamaoka    <yamaoka@jpl.org>
8867
8868         * wl.el (wl): Call `wl-biff-start'.
8869         (wl-exit): Call `wl-biff-stop'.
8870         (wl-plugged-mode): Show biff in modeline.
8871         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8872
8873         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8874         (wl-biff-init-icons): New function.
8875         (wl-plugged-init-icons): Don't make too much keymaps.
8876         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8877
8878         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8879         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8880         variables.
8881         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8882         options.
8883
8884         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8885         wl-biff-start, wl-biff-stop): New functions.
8886         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8887         (wl-biff-timer-name): New variable.
8888
8889         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8890
8891         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8892         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8893
8894         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8895         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8896
8897         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8898         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8899         `wl-folder-init-icons' to `ignore' if they are not available.
8900         (wl-folder-mode): Show biff in modeline.
8901
8902         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8903         (wl-biff-init-icons): New function.
8904         (wl-plugged-init-icons): Don't make too much keymaps.
8905         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8906
8907 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8908
8909         * wl-vars.el (wl-strict-diff-folders): Customization Type
8910         and doc fix.  Define as a list of regular expressions for
8911         folders or nil.
8912         * wl-folder.el (wl-folder-check-one-entity): Use
8913         `wl-string-match-member' instead of `wl-string-member' for
8914         `wl-strict-diff-folders'.
8915
8916 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8917
8918         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8919         (wl-highlight-folder-current-line): Use it; new implementation.
8920         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8921         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8922         `defsubst' instead of `defun'.
8923
8924         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8925         `wl-highlight-group-folder-by-numbers'; made it can also be a
8926         number.  See info for more details.
8927
8928         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8929         running.
8930
8931         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8932         to bind them.
8933
8934         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8935         (wl-highlight-folder-current-line): New implementation.
8936
8937         * wl-highlight.el (wl-highlight-folder-group-line): New
8938         implementation.
8939         (wl-delete-all-overlays): Rewrite as a marco.
8940         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8941
8942         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8943         running.
8944         (wl-folder-*-glyph): No need to bind them.
8945
8946         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8947         `wl-e21-highlight-folder-group-icon'; rewrite.
8948         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8949         `defsubst' instead of `defun'.
8950         (wl-folder-mode-map): Bind it when compiling.
8951
8952 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8953
8954         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8955
8956         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8957
8958 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8959
8960         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8961
8962 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8963
8964         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8965         (wl-highlight-folder-current-line): Use it.
8966
8967         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8968         in `id-name'.
8969
8970 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8971
8972         * wl.el: Require `wl-e21' when Emacs 21 is running.
8973
8974         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8975         default when Emacs 21 is running.
8976         (wl-use-highlight-mouse-line): Ditto.
8977         (wl-on-emacs21): New constant.
8978         (wl-on-emacs20): Removed.
8979
8980         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8981         Emacs 21 is running.
8982
8983         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8984         Emacs 21 is running.
8985
8986         * wl-e21.el: New file.
8987
8988 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8989
8990         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8991         (wl-toggle-plugged): Ditto.
8992         (wl-plugged-toggle): Ditto.
8993         (wl-plugged-toggle-all): Ditto.
8994
8995         * wl-vars.el (wl-plug-state-indicator): Refer
8996         `wl-plug-state-indicator-on' indirectly.
8997
8998 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8999
9000         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9001         Call `wl-folder-confirm-existence'.
9002
9003         * wl-folder.el (wl-folder-confirm-existence): Added optional
9004         argument `force'.
9005
9006 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9007
9008         * wl-summary.el (wl-summary-refile-subr): Assume
9009         `copy-or-refile' as symbol.
9010         (wl-summary-refile): Follow up above change.
9011         (wl-summary-copy): Ditto.  Doc fix.
9012
9013 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9014
9015         * wl-summary.el (wl-summary-pick): Don't bind
9016         `elmo-search-mime-charset'.
9017
9018         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9019         default using old backquote style.
9020         (wl-search-mime-charset): Abolished.
9021
9022         * wl-highlight.el (wl-highlight-headers):
9023         Call `point' after `re-search-forward'(for Nemacs).
9024
9025         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9026         for elmo-imap4.el.
9027
9028 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9029
9030         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9031         `wl-message-ignored-field-list' instead of
9032         `mime-view-ignored-field-list'.
9033
9034         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9035         Add interactive spec.
9036         (wl-folder-goto-bottom-of-current-folder): Ditto.
9037         (wl-folder-mode-map): Bind them.
9038
9039         * wl-vars.el (wl-message-ignored-field-list): New variable.
9040         (wl-message-visible-field-list): New variable.
9041
9042         * wl-mime.el (wl-mime-header-presentation-method): New function.
9043         (wl-mime-setup): Set header-presentation-method.
9044
9045 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9046
9047         * wl-nemacs.el (wl-draft-overload-functions): Set
9048         `mode-line-buffer-identification' instead of using
9049         `wl-make-modeline'.
9050
9051         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9052         instead of using `wl-make-modeline'.
9053
9054         * wl-xmas.el (wl-plugged-init-icons): Set up
9055         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9056         (wl-make-modeline): Abolish.
9057         (wl-draft-overload-functions): Set
9058         `mode-line-buffer-identification' instead of using
9059         `wl-make-modeline'.
9060
9061         * wl-util.el (wl-make-modeline-subr): Abolish.
9062         (wl-mode-line-buffer-identification): New alias.
9063
9064         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9065         (wl-summary-make-modeline): Abolish.
9066         (wl-summary-buffer-set-folder): Set
9067         `wl-summary-buffer-folder-indicator'.
9068         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9069         of using `wl-make-modeline'.
9070         (wl-summary-switch-to-clone-buffer): Don't set
9071         `mode-line-buffer-identification'.
9072         (wl-summary-goto-folder-subr): Ditto.
9073
9074         * wl-mule.el (wl-draft-overload-functions): Set
9075         `mode-line-buffer-identification' instead of using
9076         `wl-make-modeline'.
9077
9078         * wl-folder.el (wl-folder-mode): Set
9079         `mode-line-buffer-identification' instead of using
9080         `wl-make-modeline'.
9081         (wl-folder): Don't set `mode-line-buffer-identification'.
9082
9083 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9084
9085         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9086         instead of `member' for `wl-refile-guess-func-list' look-ups.
9087         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9088
9089 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9090
9091         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9092         `wl-message-button-dispatcher'.
9093
9094         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9095
9096         * wl-message.el (wl-message-button-dispatcher): Use it.
9097
9098         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9099         "In-Reply-To".
9100
9101         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9102         Bind `case-fold-search' to t.
9103
9104 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9105
9106         * wl-xmas.el (wl-message-overload-functions): Initialize
9107         `wl-message-button-map'.
9108
9109         * wl-mule.el (wl-message-overload-functions): Initialize
9110         `wl-message-button-map'.
9111
9112         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9113
9114         * wl-message.el (wl-message-button-map): New keymap.
9115         (wl-message-add-button): New function.
9116         (wl-message-button-dispatcher): New function.
9117         (wl-message-button-refer-article): New function.
9118
9119         * wl-highlight.el
9120         (wl-highlight-message-add-buttons-to-header): New function.
9121         (wl-highlight-headers): Use it.
9122
9123 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9124
9125         * wl-summary.el (wl-summary-default-from): Use
9126         `wl-address-get-petname-1'.
9127         (wl-summary-simple-from): Ditto.
9128
9129         * wl-address.el (wl-address-get-petname-1): New inline function.
9130         (wl-address-get-petname): Use it.
9131
9132 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9133
9134         * wl-summary.el (wl-summary-default-from): Return full-name part
9135         from the address if no petname was found.
9136         (wl-summary-simple-from): Ditto.
9137
9138         * wl-address.el (wl-address-get-petname): Return nil if no petname
9139         associated with the address was found.
9140
9141 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9142
9143         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9144         display is finished.
9145
9146 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9147
9148         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9149         `elmo-folder-exists-p' argument.
9150
9151 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9152
9153         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9154         the folder.
9155
9156 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9157
9158         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9159
9160         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9161         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9162
9163 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9164
9165         * wl-folder.el (wl-folder-create-subr): New function.
9166         (wl-folder-confirm-existence): Use it.
9167         (wl-folder-check-one-entity): Use it.
9168         Check the error symbol is derived from 'elmo-open-error.
9169
9170         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9171         `ignore-error'.
9172
9173 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9174
9175         * wl-util.el (toplevel): Add (eval-when-compile (require
9176         'elmo-util)).  (Maybe `provide' is typo.)
9177
9178 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9179
9180         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9181         (I don't know why this was needed.)
9182
9183         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9184         Follow up changes for stream-type.
9185
9186         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9187         (wl-draft-elmo-nntp-send): Ditto.
9188
9189         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9190         (wl-nntp-posting-stream-type): Ditto.
9191         (wl-pop-before-smtp-ssl): Abolished.
9192         (wl-nntp-posting-ssl): Ditto.
9193
9194         * wl-address.el (wl-address-quote-specials): New function.
9195         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9196
9197         * wl-draft.el (wl-draft-reply): Ditto.
9198
9199 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9200
9201         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9202         use function `wl-string-match-assoc'.
9203
9204 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9205
9206         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9207
9208         * wl-draft.el (wl-draft-deduce-address-list): New function.
9209         (wl-draft-parse-mailbox-list): Ditto.
9210         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9211         instead of `smtp-deduce-address-list'.
9212         (wl-draft-on-field-p): Follow group list.
9213
9214         * wl-address.el (wl-address-concat-token): New function.
9215         (wl-address-string-without-group-list-contents): Ditto.
9216         (wl-complete-field-body): Fixed problem of completion
9217         by japanese petname.
9218         (wl-address-make-completion-list): Rewrite.
9219
9220 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9221
9222         * wl-address.el (wl-address-make-completion-list): Completion by
9223         petname.
9224         (wl-complete-field-body): Likewise.
9225
9226 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9227
9228         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9229         contains invalid address syntax.
9230
9231 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9232
9233         * wl-folder.el (wl-folder-check-entity-async): Use
9234         `elmo-nntp-spec-hostname'.
9235
9236 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9237
9238         * wl-summary.el (wl-summary-msgdb-load-async): Use
9239         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9240
9241 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9242
9243         * wl-draft.el (wl-draft-reply): Set argument
9244         `content-transfer-encoding' as nil.
9245
9246 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9247
9248         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9249         `wl-refile-alist'.
9250
9251 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9252
9253         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9254         (wl-draft-edit-string): Ditto.
9255         (wl-draft-forward): Ditto.
9256         * wl-summary.el (wl-summary-write): Ditto.
9257
9258 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9259
9260         * wl-summary.el (wl-summary-sync-update3): Call
9261         `wl-summary-buffer-number-column-detect'.
9262         (wl-summary-buffer-number-column-detect): Search from point-min.
9263
9264 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9265
9266         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9267         contains an address which is not included in original to or cc.
9268
9269 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9270
9271         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9272         begin-line does not exist.
9273         * wl-message.el (wl-message-uu-substring): Ditto.
9274
9275 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9276
9277         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9278         clear local variables.
9279         (wl-summary-exit): Call `elmo-commit'.
9280         (wl-summary-switch-to-clone-buffer): Call
9281         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9282         (wl-summary-goto-folder-subr): Ditto.
9283
9284         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9285         POP folder.
9286
9287 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9288
9289         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9290         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9291         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9292         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9293         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9294         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9295
9296         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9297
9298 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9299
9300         * wl-summary.el (wl-summary-search-by-subject):
9301         Search parent message from the latest one.
9302
9303 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9304
9305         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9306         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9307
9308         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9309         New user option.
9310
9311         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9312         if elmo-nntp-use-killed-list is nil.
9313         Use `elmo-msgdb-append-to-killed-list'.
9314         (Append numbers confirmed as disappeared to the killed list.)
9315         (wl-summary-confirm-appends): Don't display negative number.
9316
9317 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9318
9319         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9320
9321 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9322
9323         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9324         range is `all'.
9325         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9326         `elmo-list-bigger-diff'.
9327
9328 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9329
9330         * wl-summary.el (wl-summary-buffer-exit-func):
9331         New buffer local variable.
9332         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9333
9334 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9335
9336         * wl-demo.el (wl-demo): Fix the last change.
9337
9338 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9339
9340         * wl-demo.el (wl-demo): Don't use `eval'.
9341
9342 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9343
9344         * wl-summary.el (wl-summary-buffer-thread-modified):
9345         New buffer-local variable.
9346         (wl-summary-set-thread-modified): New function.
9347         (wl-summary-thread-modified-p): New function.
9348         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9349         (wl-summary-yank-saved-message): Use function
9350         `wl-summary-set-thread-modified'
9351         (wl-summary-switch-to-clone-buffer): Add
9352         `wl-summary-buffer-thread-modified'.
9353
9354         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9355         (wl-summary-buffer-mark-saved-hook): Ditto.
9356         * wl-summary.el (wl-summary-msgdb-save): New hook
9357         `wl-summary-buffer-message-saved-hook' and
9358         `wl-summary-buffer-mark-saved-hook'.
9359
9360 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9361
9362         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9363
9364 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9365
9366         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9367         don't hide scroll bars under FSF Emacsen because it may incur an
9368         undesirable redrawing.
9369
9370 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9371
9372         * wl-draft.el (wl-draft-edit-string): Call
9373         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9374
9375 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9376
9377         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9378
9379 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9380
9381         * wl-summary.el (wl-summary-msgdb-load-async): Call
9382         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9383
9384 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9385
9386         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9387         fringes in demo buffer; center bitmap logo correctly even if old
9388         Mule is used.
9389
9390 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9391
9392         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9393
9394         * wl-refile.el (wl-refile-subject-alist): New variable.
9395         (wl-refile-subject-alist-file-name): Ditto.
9396         (wl-refile-alist-setup): Rewrite.
9397         (wl-refile-alist-save): Use `elmo-object-save'.
9398         Eliminated arguments.
9399         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9400         (wl-refile-guess-by-subject): New function.
9401         (wl-refile-guess-func-list): Added it.
9402
9403 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9404
9405         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9406         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9407
9408 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9409
9410         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9411         New buffer-local variable.
9412         (wl-summary-buffer-next-folder-func): Ditto.
9413         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9414         if non-nil.
9415         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9416         if non-nil.
9417         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9418         if non-nil.
9419         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9420         if non-nil.
9421
9422 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9423
9424         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9425         permanently in the demo buffer.
9426
9427 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9428
9429         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9430         `mime-entity-fetch-field'.
9431
9432         * wl.el (wl-exit): Delete plugged buffer.
9433
9434         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9435         XEmacs has menubar feature.
9436
9437 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9438
9439         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9440         cannot arrive at the beginning of the buffer under old Emacsen.
9441
9442 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9443
9444         * wl-address.el (wl-address-ldap-search):
9445         Call `ldap-search-entries' with `withdn' argument t.
9446         (wl-complete-field-body): Bind completion-ignore-case as t.
9447         Clear ldap search hash when it was sole completion.
9448         Use elmo-string for pattern string.
9449         (wl-ldap-alias-safe-string): Eliminated needless let.
9450
9451 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9452
9453         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9454         (wl-ldap-alias-sep): New constant.
9455         (wl-ldap-search-attribute-type-list): Ditto.
9456         (wl-ldap-get-value): New function.
9457         (wl-ldap-make-filter): Ditto.
9458         (wl-ldap-make-matched-value-list): Ditto.
9459         (wl-ldap-alias-safe-string): Ditto.
9460         (wl-ldap-register-dn-string): Ditto.
9461         (wl-address-ldap-search): Rewrite.
9462
9463 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9464
9465         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9466         thread is deleted.
9467         (wl-thread-delete-line-from-buffer): Ditto.
9468         (wl-thread-get-exist-children): New function.
9469
9470 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9471
9472         * wl-demo.el (wl-demo): Made it to select various image types.
9473         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9474         from `wl-title-logo'.
9475         (wl-logo-ascii): New variable.
9476         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9477         (wl-demo-copyright-notice): New constant.
9478
9479         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9480
9481 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9482
9483         * wl-vars.el (wl-summary-target-above): Renamed from
9484         wl-summary-temp-above.
9485         * wl-score.el (wl-score-get-score-alist): Use it.
9486         (wl-summary-score-update-all-lines): Use it.
9487         * wl-summary.el: Ditto. (make-variable-buffer-local).
9488
9489 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9490
9491         * wl-vars.el (wl-ldap-port): New user option.
9492
9493         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9494         Rewite whole implementation.
9495         (wl-complete-field-body): Fixed.
9496
9497 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9498
9499         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9500         Choose implementation at compile time.
9501
9502 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9503
9504         * wl-address.el (wl-ldap-search-internal): New function.
9505         (wl-complete-field-to): Use it.
9506
9507 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9508
9509         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9510         Use `let' instead of `let*'.
9511         Require 'wl-vars.
9512
9513         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9514         Define as defcustom.
9515         (wl-ldap-base): Ditto.
9516         (wl-use-ldap): Ditto.
9517
9518 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9519
9520         * wl-address.el (wl-ldap-search): New function.
9521         (wl-complete-field-body): Use `wl-ldap-search'.
9522         (wl-ldap-server): New variable.
9523         (wl-ldap-base): Ditto.
9524         (wl-use-ldap): Ditto.
9525
9526 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9527
9528         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9529         (Pointed out by Mito <mit@nines.nec.co.jp>).
9530         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9531         buffer-local variables like `wl-summary-redisplay-internal'.
9532         (wl-summary-redisplay-all-header): Likewise.  Update
9533         Summary view too.
9534
9535 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9536
9537         * wl-summary.el (wl-summary-jump-to-parent-message):
9538         Consider prefix argument.
9539
9540         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9541         when closed thread is deleted.
9542
9543 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9544
9545         * wl-summary.el (wl-summary-jump-to-parent-message):
9546         Consider thread modification.
9547
9548 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9549
9550         * wl-message.el (wl-message-normal-get-original-buffer): Use
9551         `save-excursion'.
9552
9553         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9554         (wl-summary-showto-folder-regexp): Ditto.
9555
9556 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9557
9558         * wl-util.el (wl-delete-alist): Doc fix.
9559         (wl-delete-associations): New function.
9560         (wl-inverse-alist): New function.
9561         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9562         Split temporary variables. Use `wl-delete-associations'
9563         and `wl-inverse-alist'.
9564         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9565
9566 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9567
9568         * wl-folder.el (wl-folder-prefetch-entity):
9569         Execute prefetching if new count is unknown.
9570
9571 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9572
9573         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9574
9575         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9576         delete entity.
9577         (wl-thread-set-parent): If insert as top, set linked as nil.
9578
9579         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9580         `wl-thread-cleanup-symbols' when view mode is thread.
9581
9582 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9583
9584         * wl-folder.el (wl-folder-create-folder-entity): Use
9585         with-current-buffer.
9586         (wl-local-folder-init): Call set-buffer to make sure we are in
9587         the Folder buffer. Don't touch buffer-local variables here.
9588         (wl-folder-mode): Initialize buffer-local variables here.
9589
9590         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9591         (wl-folder-entity-assign-id): Ditto.
9592         (wl-folder-create-entity-hashtb): Ditto.
9593         (wl-local-folder-init): Ditto.
9594         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9595
9596 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9597
9598         * wl-summary.el (wl-summary-default-from): Fix probrem when
9599         std11-extract-address-components return (nil "foo@bar").
9600
9601 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9602
9603         * wl-draft.el (wl-draft-clone-local-variables):
9604         Remove redundant `setq'.
9605
9606 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9607
9608         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9609         Bind wl-highlight-x-face-func as nil while highlighting header.
9610
9611 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9612
9613         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9614
9615 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9616
9617         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9618         elmo-msgdb-overview-hashtb from copy-variables.
9619         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9620         instead of `elmo-msgdb-overview-get-entity-by-number'.
9621         (wl-summary-auto-refile): Ditto.
9622
9623         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9624         `elmo-msgdb-overview-get-entity' instead of
9625         `elmo-msgdb-search-overview-entity'.  Use
9626         `elmo-msgdb-overview-get-entity' instead of
9627         `elmo-msgdb-overview-get-entity-by-number'.
9628         (wl-thread-insert-entity-sub): Ditto.
9629         (wl-thread-insert-message): Ditto.
9630
9631         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9632         `elmo-msgdb-overview-get-entity'.
9633         (wl-normal-message-redisplay): Ditto.
9634
9635 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9636
9637         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9638         `wl-thread-entities'.
9639         (wl-thread-delete-message): Fix remove top message from
9640         `wl-thread-entity-list'.
9641
9642         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9643         wl-append(nconc), because update-list is broken on Meadow.
9644
9645         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9646         updating process.
9647         (wl-summary-rescan): Ditto.
9648         (wl-summary-sync-update3): Ditto.
9649         * wl-thread.el (wl-thread-set-parent): Renamed from
9650         `wl-summary-set-parent'.
9651         (wl-thread-insert-message): Updating buffer faster.
9652         (wl-thread-delete-message): Updating buffer faster.
9653
9654         * wl-score.el (wl-summary-score-update-all-lines): Changed
9655         interval for display progress gauge.
9656
9657 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9658
9659         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9660         folder always-sticky.
9661         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9662         defmacro.
9663
9664 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9665
9666         * wl-vars.el (wl-draft-add-references): New user option.
9667
9668         * wl-draft.el (wl-draft-add-references): New function.
9669         (wl-draft-yank-from-mail-reply-buffer): Use it.
9670         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9671         as nil.
9672
9673 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9674
9675         * wl-thread.el (wl-thread-update-line-msgs): Called
9676         `wl-thread-update-line-on-buffer-sub'.
9677         (wl-thread-update-line-on-buffer): Delete routine of inserting
9678         thread.
9679         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9680         moved from `wl-thread-update-line-on-buffer'.
9681         Add threshold for displaying progress gauge.
9682         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9683         argument of `wl-thread-update-line-msgs'.
9684         Add threshold for displaying progress gauge.
9685         * wl-folder.el:
9686         Add threshold for displaying progress gauge.
9687         * wl-score.el: Ditto.
9688
9689         * wl-expire.el (wl-summary-expire): Display deleting info.
9690
9691 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9692
9693         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9694         `no-msg'.
9695         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9696         argument of `wl-thread-update-line-msgs'.
9697         (wl-summary-set-parent): Added optional argument `parent-number'.
9698         (wl-summary-buffer-saved-message): New buffer local variable.
9699         (wl-summary-save-current-message): New command.
9700         (wl-summary-yank-saved-message): Ditto.
9701         (wl-summary-mode-map): Added key binding for
9702         `wl-summary-save-current-message' (\ew) and
9703         `wl-summary-yank-saved-message' (\C-y).
9704         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9705
9706 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9707
9708         * wl-summary.el (wl-summary-mode-map): Added key binding for
9709         `wl-summary-set-parent' (ts).
9710
9711 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9712
9713         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9714         subject faster. If thread number is reverse, delayed updating
9715         thread.
9716         (wl-summary-search-by-subject): Ditto.
9717         (wl-summary-put-alike): Ditto.
9718         (wl-summary-get-alike): Ditto.
9719         (wl-summary-insert-headers): Insert header of all overview in
9720         buffer.
9721         (wl-summary-rescan): Delayed updating thread. Kill search subject
9722         buffer for wl-summary-search-by-subject.
9723         (wl-summary-sync-update3): Ditto.
9724         (wl-summary-exit): Ditto.
9725         (wl-summary-goto-bottom-of-current-thread): Change for linked
9726         thread.
9727         (wl-summary-overview-create-summary-line): Change line for linked
9728         thread.
9729
9730         * wl-summary.el (wl-summary-update-thread): Use
9731         wl-thread-maybe-get-children-num.
9732         (wl-summary-set-parent): If change parent, move sub thread.
9733         (wl-summary-redisplay-internal): Add horizontal recenter.
9734         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9735
9736         * wl-thread.el (wl-thread-entity-get-linked): New function.
9737         (wl-thread-entity-set-linked): New function.
9738         (wl-thread-create-entity): Add linked element.
9739         (wl-thread-entity-insert-as-top): Use wl-append.
9740         (wl-thread-maybe-get-children-num): If closing thread, return
9741         children msgs.
9742         (wl-thread-update-line-msgs): Displaying progress message.
9743         (wl-thread-update-line-on-buffer-sub): Use
9744         wl-thread-maybe-get-children-num.
9745         (wl-thread-update-line-on-buffer): If update line is not exists,
9746         insert thread.
9747         (wl-thread-delete-message): If delete top msg of thread, search
9748         parent by subject.
9749         (wl-thread-insert-entity): Use
9750         wl-thread-maybe-get-children-num.
9751
9752         * wl-highlight.el (wl-highlight-summary-current-line): change
9753         sregexp for linked thread.
9754         * wl-util.el (wl-count-lines): Count lines.
9755         (wl-horizontal-recenter): horizontal recenter.
9756         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9757         (wl-score-get-alike): Ditto.
9758         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9759         (wl-subject-length-limit): New variable.
9760         (wl-highlight-thread-indent-string-regexp): Changed for linked
9761         thread.
9762
9763 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9764
9765         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9766         New variable (revival).
9767         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9768         by subject matching if there's no in-reply-to nor references field
9769         (revival).
9770
9771 \f
9772 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9773
9774         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9775         message.
9776
9777 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9778
9779         * wl-summary.el (wl-summary-reply): Return t if there was a
9780         message at cursor point.
9781         Added unwind-protect.
9782         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9783         returns t.
9784         (wl-summary-cancel-message): Do nothing when there's no message at
9785         cursor point.
9786         (wl-summary-forward): Ditto.
9787         (wl-summary-jump-to-parent-message): Ditto.
9788         (wl-summary-reedit): Ditto.
9789         (wl-summary-edit-addresses): Ditto.
9790         (wl-summary-pipe-message): Ditto.
9791         (wl-summary-print-message-with-ps-print): Ditto.
9792         (wl-summary-print-message): Ditto.
9793         (wl-summary-mark-as-important): Ditto.
9794         (wl-summary-mark-as-unread): Ditto.
9795
9796         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9797         message at cursor point.
9798         (wl-summary-reply-with-citation): Remove unwind-protect.
9799
9800         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9801         subject searching feature.
9802         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9803         Eliminated.
9804
9805 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9806
9807         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9808         New variable.
9809         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9810         by subject matching if there's no in-reply-to nor references field.
9811
9812         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9813
9814         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9815         when display is finished.
9816         (wl-folder-open-all): Ditto.
9817         (wl-folder-update-access-group): Ditto.
9818         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9819         * wl-thread.el (wl-thread-close-all): Ditto.
9820
9821         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9822         progress gauge only when it was displayed.
9823         * wl-folder.el (wl-folder-insert-entity): Ditto.
9824
9825 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9826
9827         * wl-summary.el (wl-summary-incorporate): Enclose
9828         `wl-summary-sync-force-update' with save-excursion.
9829
9830 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9831
9832         * wl-summary.el (wl-summary-prefetch-region):
9833         Pass current cursor point to `pos-visible-in-window-p' after
9834         moving cursor to the started point.
9835
9836 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9837
9838         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9839
9840         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9841         fields from the forwarding message.
9842         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9843         `ignored-fields'.
9844
9845 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9846
9847         * wl-mime.el (wl-message-request-partial):
9848         Eliminated argument `msgdb'.
9849         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9850         (wl-mime-combine-message/partial-pieces): Likewise.
9851         * tm-wl.el (wl-message-request-partial): Likewise.
9852         (wl-mime-combine-message/partial-pieces): Likewise.
9853
9854 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9855
9856         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9857         when display is finished.
9858
9859 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9860
9861         * wl-summary.el (wl-summary-goto-folder-subr):
9862         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9863
9864 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9865
9866         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9867         when cursor point is visible.
9868
9869 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9870
9871         * wl-expire.el (wl-expire-archive-get-max-number):
9872         Don't use `file-name-directory'.
9873
9874 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9875
9876         * wl-expire.el (wl-expire-archive-get-max-number):
9877         Use `file-name-directory'.
9878
9879 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9880
9881         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9882         only when there is progress.
9883
9884 2000-04-13  Mito <mit@nines.nec.co.jp>
9885
9886         * wl-summary.el (wl-summary-sync-marks): Display progress.
9887
9888 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9889
9890         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9891         (wl-summary-prev): Move cursor regardless of unread status.
9892         (wl-summary-next): Ditto.
9893
9894 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9895
9896         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9897         Added argument `target' and `number'.
9898         * tm-wl.el (wl-summary-burst-subr): New function.
9899         (wl-summary-burst): Use it.
9900
9901 2000-04-10  Mito <mit@nines.nec.co.jp>
9902
9903         * wl-mime.el (wl-burst): New function.
9904         (wl-summary-burst): Use it.
9905
9906 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9907
9908         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9909         as petname when there's no candidate.
9910
9911 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9912
9913         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9914         New variable.
9915         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9916
9917         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9918
9919         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9920
9921 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9922
9923         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9924         Use substring of `original' instead of buffer-substring.
9925         (wl-refile-evaluate-rule):
9926         Set `original' argument of wl-refile-expand-newtext.
9927
9928         * wl-summary.el
9929         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9930         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9931         (wl-summary-auto-refile): Check existence of destination folder just
9932         before marking.
9933
9934 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9935
9936         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9937         when wl-refile-get-field-value return nil.
9938
9939 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9940
9941         * wl-refile.el
9942         (wl-refile-expand-newtext): New function imported from Gnus.
9943         (wl-refile-evaluate-rule): Use it.
9944
9945 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9946
9947         * wl-summary.el (wl-summary-print-destination):
9948         Duplicate folder string to avoid putting text-property on
9949         original string.
9950
9951         * wl-refile.el (wl-refile-get-field-value): New function.
9952         (wl-refile-evaluate-rule): New function;
9953         Evaluate refile rule recursively.
9954         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9955         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9956         New function; Check existence of a target folder recursively.
9957         (wl-summary-auto-refile-check-refile-rule-alist):
9958         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9959
9960 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9961
9962         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9963
9964         * wl-folder.el (wl-create-folder-entity-from-buffer):
9965         Fixed problem when '}' character is contained in folder name.
9966
9967         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9968
9969 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9970
9971         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9972         (wl-fldmgr-add-completion-all-completions):
9973         Use wl-fldmgr-add-completion-hashtb.
9974
9975 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9976
9977         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9978         wl-fldmgr-add-completion-subr): New functions.
9979         * wl-folder.el (wl-folder-completion-func): New variable.
9980         * wl-summary.el (wl-summary-read-folder):
9981         Use wl-folder-completion-func.
9982
9983         * wl-refile.el: Eliminate throw & catch.
9984
9985         * wl.el (wl-plugged-sending-queue-status): Fixed.
9986
9987 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9988
9989         * wl-draft.el (wl-draft): Put category property on
9990         mail-header-separator.