* wl-mime.el (wl-draft-nntp-attribute): New function.
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-mime.el (wl-draft-nntp-attribute): New function.
4         (wl-draft-attribute-nntp-posting-server): Use it.
5         (wl-draft-attribute-nntp-posting-port): Ditto.
6
7         * wl-mime.el (wl-draft-preview-attributes-list): New function.
8         (wl-draft-show-attributes-buffer): Ditto.
9         (wl-draft-hide-attributes-buffer): Ditto.
10         (wl-draft-attribute-newsgroups): Ditto.
11         (wl-draft-attribute-nntp-posting-server): Ditto.
12         (wl-draft-attribute-nntp-posting-port): Ditto.
13         (wl-draft-preview-message): Use there functions.
14
15         * wl-vars.el (wl-draft-preview-attributes-list): Change default
16         value.
17
18 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
19
20         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
21         (wl-draft-reedit): Ditto.
22         (wl-draft-queue-flush): Ditto.
23
24         * wl-mime.el (wl-message-request-partial): Ditto.
25         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
26         instead of `elmo-message-fetch'.
27
28         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
29
30         * wl-summary.el (wl-summary-message-string): Ditto.
31
32 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
33
34         * wl-util.el (wl-current-message-buffer): Follow the API change.
35
36         * wl-summary.el (wl-summary-redisplay-internal): Call
37         `wl-summary-mark-as-read' with 2nd argument as nil and update
38         unread count instead of persistent mark.
39
40         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
41         variable.
42         (wl-message-redisplay): Follow the API change.
43         (wl-message-buffer-display): Managed mime-entity directly and
44         return preview buffer only.
45         (wl-message-display-internal): Rewrite.
46         (wl-message-buffer-prefetch-subr): Not save return value of
47         `wl-message-buffer-display'.
48
49         * Version number is increased to 2.13.1.
50
51 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
52
53         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
54         'elmo-multiple-fields-body-list' with boundary specified.
55
56 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
57
58         * wl-vars.el (wl-summary-resend-use-cache): New variable.
59         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
60         cache if `wl-summary-resend-use-cache' is non-nil.
61
62 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
63
64         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
65         (wl-nntp-posting-stream-type): Ditto.
66
67 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
68
69         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
70
71 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
72
73         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
74         message.
75
76 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
77
78         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
79         Abolish.
80         (wl-summary-buffer-persistent-mark-version): New internal
81         variable.
82         (wl-summary-update-mark-and-highlight-window): Check by
83         wl-summary-persistent-mark-invalid-p.
84         (wl-summary-update-status-marks): Ditto.
85         (elmo-event-handler-flag-changed): Rewrite.
86         (elmo-event-handler-cache-changed): Define.
87         (wl-summary-prefetch-msg): Does not update persistent mark here.
88         (wl-summary-delete-cache): Ditto.
89         (wl-summary-resume-cache-status): Ditto.
90         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
91         (wl-summary-persistent-mark-invalid-p): New function.
92         (wl-summary-validate-persistent-mark): Ditto.
93         (wl-summary-validate-persistent-mark-string): Ditto.
94         (wl-summary-invalidate-persistent-mark): Ditto.
95         (wl-summary-update-persistent-mark): Call
96         `wl-summary-validate-persistent-mark'.
97         (wl-summary-create-line): Call
98         `wl-summary-validate-persistent-mark-string'.
99
100         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
101         status as t if cache used.
102
103 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
104
105         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
106         only if the target is group.
107         * wl-folder.el (wl-folder-append-petname): Don't check group name.
108
109 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
110
111         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
112
113 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
114
115         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
116
117         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
118
119 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
120
121         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
122         (Thanks to Yoichi NAKAYAMA).
123
124 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
125
126         * wl-util.el (wl-save-drafts): Restore echo area.
127
128 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
129
130         * Version number is increased to 2.13.0.
131
132         * wl-util.el (wl-biff-check-folder-async): Use
133         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
134
135 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
136
137         * wl-message.el (wl-message-display-internal): Does not put
138         wl-message-display-type property on message buffer.
139         (wl-message-buffer-display-type): New function.
140
141         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
142
143         * wl-summary.el (wl-summary-mode): Use `dolist' to add
144         `wl-summary-buffer-detach'.
145         (wl-summary-message-display-type): Use
146         `wl-summary-buffer-display-type'.
147
148 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
149
150         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
151         buffer-local.
152
153         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
154         kill-buffer-hook instead of make-local-variable.
155         (wl-draft-preview-message): Set `local' argument of add-hook as t.
156
157 2004-12-12  Scott Renfro <scott@renfro.org>
158
159         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
160         regex for square-branket.
161
162 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
163
164         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
165         `wl-message-mime-analysis-p' with argument `header'.
166
167 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
168
169         * wl-mime.el (wl-draft-yank-current-message-entity): 
170         Switch to no-mime following method according to wl-message-display-type
171         property.
172         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
173
174         * wl-message.el (wl-message-display-internal): 
175         Put wl-message-display-type property on message buffer.
176
177         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
178         (wl-message-display-internal): Ditto;
179
180         * wl-summary.el (wl-summary-toggle-mime): Ditto.
181
182 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
183
184         * wl-message.el (wl-message-make-display-type): New function.
185         (wl-message-display-type-property): Ditto.
186         (wl-message-mime-analysys-p): Ditto.
187         (wl-message-display-all-header-p): Ditto.
188         (wl-message-redisplay): Removed argument `as-is', `all-header' and
189         added `display-type'.
190         (wl-message-buffer-display): Likewise.
191         (wl-message-display-internal): Likewise.
192         (wl-message-buffer-display-type): Abolish.
193         (wl-message-buffer-prefetch-subr): Follow the API changed.
194
195         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
196         from wl-summary-buffer-display-all-header and changed default value.
197         (wl-summary-message-display-type): New function.
198         (wl-summary-buffer-display-mime-mode): Ditto.
199         (wl-summary-buffer-display-header-mode): Ditto.
200         (wl-summary-toggle-mime): Rewrite with above functions.
201         (wl-summary-toggle-all-header): Ditto.
202         (wl-summary-redisplay): Force redisplay with default mode.
203         (wl-summary-redisplay-internal): Renamed argument from `mode',
204         `all-header' to `mime-mode', `header-mode'.
205         Use `wl-message-make-display-type'.
206
207         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
208         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
209
210 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
211
212         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
213
214 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
215
216         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
217         in original message buffer.
218         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
219         buffer.
220
221 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
222
223         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
224
225 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
226
227         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
228
229 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
230
231         * wl-action.el (wl-summary-exec-action-refile): Display a done message
232         when actions succeeded.
233         (wl-summary-exec-action-copy): Likewise.
234
235 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
236
237         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
238         there is switch-to-buffer at the end of wl-message-select-buffer.
239         (wl-summary-reply): Ditto.
240
241 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
242
243         * wl-summary.el (wl-summary-forward): Put subject in original
244         message buffer as argument of wl-draft-forward.
245         * wl-draft.el (wl-draft-forward): Decode subject as in
246         wl-draft-reply.
247
248 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
249
250         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
251         a folder under access group.
252
253 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
254
255         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
256         wl-message-buffer-display.
257
258         * wl-util.el (wl-set-save-drafts): Fix typo.
259
260 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
261
262         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
263         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
264         wl-highlight-logo-face to set the bg color of an xbm image; fixed
265         the way to measure the width of a bitmap image; don't put face on
266         ascii and bitmap images; put the mark which should not use the
267         variable-pitch face on ascii and bitmap images.
268         (wl-demo-setup-properties): Don't use the variable-pitch face on
269         ascii and bitmap images; made it work on Emacs 20 and earlier.
270         (wl-demo-insert-text): End with a newline at the bottom; don't put
271         face on text.
272
273         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
274
275 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
276
277         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
278
279         * wl-util.el (wl-save-drafts): Moved from sample setting.
280         (wl-set-save-drafts): New function to set idle timer.
281         * wl-draft.el (wl-draft): Call it.
282         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
283
284 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
285
286         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
287         a summary which has toggle display status off.
288
289 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
290
291         * wl-draft.el (wl-draft-do-fcc): No cache save.
292
293 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
294
295         * wl-summary.el (elmo-event-handler-flag-changed): Use
296         `set-buffer' instead of `with-current-buffer'.
297
298 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
299
300         * wl-summary.el (wl-summary-after-resize-function): New function.
301         (wl-summary-mode): Add `wl-summary-after-resize-function' to
302         window-size-change-functions.
303
304 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
305
306         * wl-draft.el (wl-draft-create-buffer): Bind
307         `change-major-mode-hook' after current buffer is changed.
308
309         * wl-summary.el (wl-summary-buffer-detach): New function.
310         (wl-summary-buffer-set-folder): Call it.
311         (wl-summary-mode): Add `wl-summary-buffer-detach' to
312         change-major-mode-hook and kill-buffer-hook.
313         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
314         (wl-summary-switch-to-clone-buffer): Ditto.
315         (wl-summary-goto-folder-subr): Ditto.
316
317 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
318
319         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
320         after boundp check.
321
322 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
323
324         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
325         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
326         for `kill-buffer'.
327
328         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
329         handler of current buffer from elmo-folder.
330
331 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
332
333         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
334
335 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
336
337         * wl-summary.el (wl-summary-buffer-event-handler): New internal
338         variable.
339         (wl-summary-event-handler): New class.
340         (elmo-event-handler-flag-changed): Define to update persistent
341         mark.
342         (wl-summary-buffer-set-folder): Register event handler to
343         elmo-folder.
344         (wl-summary-exit): Unregister event handler.
345         (wl-summary-goto-folder-subr): Ditto.
346         (wl-summary-mark-as-read-all): Does not call
347         `wl-summary-update-persistent-mark' directly.
348         (wl-summary-mark-as-read-internal): Ditto.
349         (wl-summary-set-persistent-mark-internal): Ditto.
350         (wl-summary-set-flags-internal): Ditto.
351
352         * Version number is increased to 2.11.33.
353
354 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
355
356         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
357         to nil.
358
359 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
360
361         * wl-spam.el (wl-spam-setup): Add hook
362         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
363         instead of `wl-summary-prepare-hook'.
364
365         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
366         if folder type is `'flag'.
367         (wl-summary-mark-as-important): Ditto.
368
369 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
370
371         * wl-address.el (wl-address-minibuffer-history): New variable.
372         (wl-address-minibuffer-local-map): New keymap.
373         (wl-address-read-from-minibuffer): New function.
374
375         * wl-action.el (wl-summary-get-resend-address): Use
376         `wl-address-read-from-minibuffer' instead of `completing-read'.
377
378 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
379
380         * Version number is increased to 2.11.32.
381
382 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
383
384         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
385         without mule to iso-8859-1.
386         (wl-draft-add-in-reply-to): Add note in description.
387         (wl-draft-add-references): Ditto.
388
389 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
390
391         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
392         definition for `m'.
393         (wl-summary-mode-line-format): Add '[%m]'.
394         (wl-message-mode-line-format-spec-alist): Ditto.
395         (wl-summary-display-mime-mode-list): New variable.
396
397         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
398         from wl-summary-buffer-display-as-is.
399         (wl-summary-buffer-display-all-header): New buffer local variable.
400         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
401         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
402         instead of wl-summary-buffer-display-as-is.
403         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
404         (wl-summary-set-persistent-mark): Ditto.
405         (wl-summary-set-message-buffer-or-redisplay): Just call
406         `wl-summary-redisplay-internal' without optional arguments.
407         (wl-summary-toggle-mime): Rewrite.
408         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
409         (wl-summary-toggle-all-header): New function.
410         (wl-summary-redisplay-internal): Treat mime mode.
411
412         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
413         to wl-mime-preview-follow-no-mime.
414         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
415         accodring to the display-mode.
416
417         * wl-message.el (wl-message-buffer-display-type): Rewrite.
418         (wl-message-buffer-display): Changed argument name from `as-is' to
419         `mode'.
420         (wl-message-display-internal): Ditto;
421         Bind elmo-mime-display-header-analysis according to the mode.
422         (wl-message-display-internal): Put wl-message-display-mime-mode
423         property on entire buffer.
424
425 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
426
427         * wl-draft.el (wl-draft-do-fcc): Undo last change.
428
429 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
430
431         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
432         Don't extract mail address.
433         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
434
435         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
436
437         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
438
439 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
440
441         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
442         wl-fldmgr-cut-entity-list on confirmation.
443
444 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
445
446         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
447         (wl-mime-quit-preview): Check existence of
448         mime-edit-temp-message-buffer here.
449
450 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
451
452         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
453         after deletion.
454
455         * wl-draft.el (wl-draft-send-confirm): Check major-mode
456         before calling wl-mime-quit-preview.
457
458 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
459
460         * wl-summary.el (wl-summary-pick): If call it with prefix
461         argument, set `delete-marks' as non-nil. Pick from only visible
462         messages.
463         (wl-summary-check-target-mark): New function.
464         (wl-summary-target-mark-mark-as-read): Use it.
465         (wl-summary-target-mark-mark-as-unread): Ditto.
466         (wl-summary-target-mark-operation): Ditto.
467         (wl-summary-target-mark-set-flags): Ditto.
468         (wl-summary-target-mark-save): Ditto.
469         (wl-summary-target-mark-pick): Ditto.
470         (wl-summary-target-mark-forward): Ditto.
471         (wl-summary-target-mark-reply-with-citation): Ditto.
472         (wl-summary-target-mark-print): Ditto.
473         (wl-summary-target-mark-uudecode): Ditto.
474
475         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
476         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
477         with `ask-coding' is non-nil.
478
479 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
480
481         * wl-thread.el (wl-thread-set-parent): If parent is a message
482         which is identified by references, set linked as nil.
483
484 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
485
486         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
487         (wl-message-mode-line-format-spec-alist): Ditto.
488         (wl-message-mode-line-format): Ditto.
489         (wl-summary-mode-line-format): Ditto for docstring.
490         (wl-summary-no-mime-folder-list): Fix typo.
491
492         * wl-util.el (wl-current-message-buffer): Call
493         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
494
495         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
496         variable.
497         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
498         of `wl-summary-redisplay-no-mime'.
499         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
500         (wl-summary-toggle-mime): New function.
501         (wl-summary-redisplay-all-header): Rewrite.
502         (wl-summary-redisplay-no-mime): Ditto.
503         (wl-summary-redisplay-internal): Added argument `as-is' and
504         `all-header'.
505
506         * wl-refile.el (wl-refile-default-from-folder-path-separator):
507         New variable.
508         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
509         bottom.
510         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
511         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
512         "/" unconditionally.
513
514         * wl-mime.el (wl-draft-yank-current-message-entity): Use
515         wl-mime-preview-follow-no-mime for as-is content.
516         (wl-mime-preview-follow-no-mime): New function.
517         (wl-mime-preview-follow-current-region): Fixed parenthesis.
518
519         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
520         and added `as-is', `all-header'.
521         (wl-message-buffer-display): Ditto.
522         (wl-message-buffer-display-type): New function.
523
524 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
525
526         * wl-vars.el (wl-message-header-button-alist): Change default
527         value.
528         (wl-message-body-button-alist): Ditto.
529
530 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
531
532         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
533
534 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
535
536         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
537
538 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
539
540         * wl-summary.el (wl-summary-sync-marks): Remove condition which
541         is always true.
542
543 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
544
545         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
546         on null entity.
547
548 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
549
550         * wl-vars.el (wl-draft-reply-default-position): Fix range.
551
552 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
553
554         * wl-vars.el (wl-summary-resend-hook): New hook.
555
556         * wl-action.el (wl-summary-exec-action-resend-subr): Run
557         `wl-summary-resend-hook'.
558
559 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
560
561         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
562         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
563         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
564         (wl-summary-new-cached-mark): Changed default value to 'n'.
565         (wl-summary-unread-cached-mark): Changed default value to 'u'.
566         (wl-summary-answered-cached-mark): Changed default value to 'a'.
567         (wl-folder-sync-range-alist): Remove spec for 'flag.
568         (wl-summary-force-prefetch-folder-list): New user option.
569
570         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
571         `wl-summary-toggle-persistent-mark'.
572         (wl-summary-update-mark-and-highlight-window): Don't highlight when
573         number is nil.
574         (wl-summary-mark-as-answered-region): Set interactive argument of
575         `wl-summary-set-persistent-mark-internal'.
576         (wl-summary-mark-as-important-region): Ditto.
577         (wl-summary-unset-persistent-mark): Ditto.
578         (wl-summary-set-persistent-mark): Ditto.
579         (wl-summary-mark-as-answered): Ditto.
580         (wl-summary-mark-as-important): Ditto.
581         (wl-summary-set-persistent-mark-internal): Do nothing
582         when `elmo-message-flag-available-p' is nil.
583         (wl-summary-toggle-persistent-mark): New function.
584         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
585         when the folder matches `wl-summary-force-prefetch-folder-list'.
586
587
588         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
589         when number is nil.
590         (wl-highlight-summary-forwarded-face): New face.
591
592 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
593
594         * Version number is increased to 2.11.31.
595
596 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
597
598         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
599         (wl-biff-check-folder-async): Ditto.
600         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
601
602 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
603
604         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
605         Add an argument `reverse'.  All callers are updated.
606         (wl-summary-sort): Add a prefix argument `reverse' to specify
607         reverse sorting.
608         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
609         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
610         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
611
612 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
613
614         * wl-message.el (wl-message-redisplay): Does not narrow header if
615         disply-type is all-header or as-is.
616
617         * wl-summary.el (wl-summary-enter-handler): Use
618         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
619
620 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
621
622         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
623         after adding wl-draft-parent-variables.
624         (wl-draft-forward): Ditto.
625
626 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
627
628         * wl-summary.el (wl-summary-sync-marks): Call
629         `wl-summary-set-persistent-mark' and
630         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
631         (wl-summary-set-persistent-mark-internal): Add 4th argument
632         `no-server'.
633         (wl-summary-unset-persistent-mark): Ditto.
634         (wl-summary-set-persistent-mark): Ditto.
635         (wl-summary-add-flags-internal): Abolish.
636         (wl-summary-remove-flags-internal): Ditto.
637         (wl-summary-mark-as-important-internal): Ditto.
638         (wl-summary-mark-as-important): Use
639         `wl-summary-set-persistent-mark' instead of
640         `wl-summary-add-flags-internal'.
641         (wl-summary-mark-as-important-region): Ditto.
642
643         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
644
645         * wl-summary.el (wl-summary-get-available-flags): New function.
646         (wl-summary-sync-marks): Use it and simplified.
647         (wl-summary-unset-persistent-mark): Use
648         `wl-summary-get-available-flags'.
649         (wl-summary-set-persistent-mark): Ditto.
650
651 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
652
653         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
654         id.
655
656 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
657
658         * wl-summary.el (wl-summary-enter-handler): If argument is not a
659         number, call `wl-summary-prev-line-content'. Show message when the
660         message is not found.
661
662 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
663
664         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
665         wl-summary-enter-handler.
666         (wl-summary-enter-handler): New command.
667
668         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
669         docstring and custom spec.
670
671         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
672         flags too; Don't treat Cached and New.
673         (wl-summary-set-persistent-mark): Ditto.
674
675         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
676         `wl-folder-set-flag'.
677
678         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
679         instead of `wl-folder-set-flag'.
680
681         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
682         for completion.
683         (wl-summary-set-persistent-mark): Ditto.
684
685         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
686         instead of `wl-draft-quit-preview'.
687
688         * wl-mime.el (toplevel): Avoid compile warning.
689         (wl-mime-quit-preview): New function
690         (formarly defined as `wl-draft-quit-preview').
691         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
692         quitting method.
693
694         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
695
696         * wl-folder.el (wl-folder-set-flag): Renamed from
697         `wl-draft-set-flag-on-parent'.
698
699         * wl-draft.el (wl-draft-quit-preview): New function.
700         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
701         (wl-draft-send): Call `wl-folder-set-flag' instead of
702         `wl-draft-set-flag-on-parent'.
703         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
704
705 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
706
707         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
708         (wl-draft-send): Ditto.
709
710 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
711
712         * wl-vars.el (wl-draft-reply-hook): Changed default value.
713         (wl-draft-kill-pre-hook): Set default value as nil.
714         (wl-summary-reply-hook): Ditto.
715         (wl-draft-kill-flags): Abolish.
716
717         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
718         (wl-draft-parent-variables): Renamed from
719         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
720         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
721         argument; Add wl-draft-parent-variables to
722         wl-draft-config-variables.
723         (wl-draft-reply): Likewise.
724         (wl-draft-kill-flags): Abolish.
725         (wl-draft-send): Call wl-draft-set-flag-on-parent.
726         (wl-draft-set-flag-on-parent): New function.
727         (wl-draft-setup-parent-flag): Ditto.
728
729 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
730
731         * wl-draft.el (wl-draft-kill-flags): Avoid error when
732         `wl-draft-parent-folder' is "".
733
734 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
735
736         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
737         (wl-summary-digit-jump): New function.
738         (Adviced by John Owens and Hiroya Murata)
739
740         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
741         (Adviced by John Owens)
742
743         * wl-xmas.el (wl-message-define-keymap): Ditto.
744
745         * wl-mule.el (wl-message-define-keymap): Ditto.
746
747 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
748
749         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
750         change of return value of elmo-folder-count-flags.
751
752         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
753         (wl-summary-mark-as-read-internal): Ditto.
754         (wl-summary-set-persistent-mark-internal): Ditto.
755         (wl-summary-folder-info-update): Ditto.
756         (wl-summary-sync-update): Fixed the last change.
757
758         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
759
760 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
761
762         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
763         (wl-draft-kill-flags): Fixed docstring.
764
765         * wl-draft.el (wl-draft-kill-flags): New function.
766         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
767
768 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
769
770         * wl-vars.el (wl-reply-hook): Abolish.
771         (wl-draft-reply-hook): New hook.
772         (wl-summary-reply-hook): Ditto.
773         (wl-draft-forward-hook): Ditto.
774         (wl-summary-forward-hook): Ditto.
775         (wl-draft-kill-flags): New variable.
776
777         * wl-summary.el (wl-summary-mark-as-answered-region): Use
778         wl-summary-set-persistent-mark-internal.
779         (wl-summary-sync-marks): Use elmo-preserved-flags.
780         (wl-summary-update-persistent-mark): Make it interactive.
781         (wl-summary-set-persistent-mark-internal): New inline function.
782         (wl-summary-mark-as-answered): Use it.
783         (wl-summary-mark-as-unanswered): Ditto.
784         (wl-summary-unset-persistent-mark): New function.
785         (wl-summary-set-persistent-mark): Ditto.
786         (wl-summary-reply): Don't set answered flag;
787         Run wl-summary-reply-hook instead.
788         (wl-summary-forward): Call wl-draft-forward with number.
789         Run wl-summary-forward-hook.
790
791         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
792         (wl-highlight-summary-line-face-spec): Use it as a default
793         persistent mark face.
794
795         * wl-draft.el (wl-draft-forward): Added optional argument number;
796         Set wl-draft-parent-number; Run wl-draft-forward-hook.
797         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
798         (wl-draft-kill): Use wl-draft-kill-flags.
799
800         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
801
802         * wl-folder.el (wl-folder-check-one-entity): Follow the change
803         of return value of elmo-folder-count-flags.
804
805         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
806
807         * wl-summary.el (wl-summary-count-unread): Ditto.
808         (wl-summary-sync-update): Follow the change above.
809         (wl-summary-force-prefetch): New function.
810
811 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
812
813         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
814         variable `buf' with `let' instead of `setq'.
815
816 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
817
818         * wl-mime.el (wl-message-delete-current-part): If filename exists,
819         add Content-Disposition heaeder on the deleted part.
820
821 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
822
823         * wl-draft.el (wl-draft-save): Encode address list under edit by
824         `eword-encode-unstructured-field-body'.
825
826         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
827
828 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
829
830         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
831         wl-current-summary-buffer.
832
833 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
834
835         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
836         `numbers' is ignored.
837
838 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
839
840         * wl-folder.el (wl-folder-open-folder): Avoid error.
841         Reported by John Owens, [wl-en:815]
842
843         * wl.el (wl): Set timer for biff process even if prefix argument
844         is given or auto-checking is quitted.
845
846         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
847         immediately.
848         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
849         (wl-toggle-plugged): Ditto.
850
851         * wl-vars.el (wl-biff-use-idle-timer): New variable.
852         * wl-util.el (wl-biff-start): Use idle timer if
853         `wl-biff-use-idle-timer' is non-nil.
854
855 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
856
857         * wl-highlight.el (wl-highlight-message): Fix description.
858
859 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
860
861         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
862         tty.
863
864 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
865
866         * wl-action.el (wl-summary-exec): Print failure count.
867
868 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
869
870         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
871         to `defun', remove interactive form.
872         Set elmo-message-fetch-confirm when force-reload is non-nil.
873
874 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
875
876         * wl-summary.el (toplevel): Removed unnecessary autoload.
877
878 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
879
880         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
881         the buffer is generated from another message buffer.
882
883 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
884
885         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
886         extracted from `wl-fldmgr-save-folders'.
887         (wl-fldmgr-delete): Call it after deletion.
888
889 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
890
891         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
892         multi-tty support.
893
894 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
895
896         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
897
898 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
899
900         * wl-summary.el (wl-summary-rescan): Remove unused variables.
901         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
902
903 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
904
905         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
906         unsubscribe list only if argument CLEAR is nil.
907
908 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
909
910         * wl-draft.el (wl-draft-reply): Decode subject before removing
911         Re: prefix.
912
913 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
914
915         * wl-summary.el (wl-summary-sort-by-size): New command.
916
917 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
918
919         * wl-summary.el (wl-summary-number-list-from-region): New
920         function.
921         (wl-summary-mark-as-read-region): Use it.
922         (wl-summary-mark-as-unread-region): Ditto.
923         (wl-summary-set-flags-region): Ditto and add optional argument
924         remove.
925         (wl-summary-mark-as-answered-region): Ditto.
926         (wl-summary-mark-as-important-region): Ditto.
927         (wl-summary-target-mark-mark-as-important): Added optional
928         argument remove.
929         (wl-summary-target-mark-mark-as-answered): Ditto.
930         (wl-summary-target-mark-set-flags): Ditto.
931
932 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
933
934         * wl-summary.el (wl-summary-set-flags-region): Call
935         `wl-summary-set-flags-internal' with number list instead of call
936         one by each message.
937         (wl-summary-target-mark-set-flags): Likewise.
938
939 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
940
941         * wl-summary.el (wl-summary-target-mark-operation): Add optional
942         argument `inverse' and use `wl-summary-delete-all-target-marks'.
943         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
944         (wl-summary-target-mark-mark-as-answered): Likewise.
945
946 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
947
948         * wl-summary.el (wl-summary-target-mark-forward): Use
949         `wl-summary-delete-all-target-marks' instead of
950         `wl-summary-delete-all-temp-marks'.
951         (wl-summary-target-mark-reply-with-citation): Ditto.
952         (wl-summary-target-mark-uudecode): Ditto.
953         (wl-summary-target-mark-set-flags): Ditto and remove needless
954         cursor move.
955
956 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
957
958         * wl-summary.el (wl-summary-target-mark-forward): Protect
959         wl-summary-buffer-target-mark-list from nreverse.
960         (wl-summary-target-mark-reply-with-citation): Ditto.
961
962 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
963
964         * wl-thread.el (wl-thread-update-indent-string-thread): Use
965         `elmo-display-progress-threshold'.
966
967 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
968
969         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
970         check `wl-summary-highlight'.
971         (wl-summary-window-scroll-functions): Respect value of
972         `wl-summary-highlight'.
973         (wl-summary-sync-update): Run hooks
974         `wl-summary-buffer-window-scroll-functions' at any time.
975
976 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
977
978         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
979         from `wl-summary-cleanup-temp-marks'.
980         (wl-summary-cleanup-temp-marks): Abolish argument.
981         * wl.el (wl-save-status): Revert previous change.
982         (wl-execute-temp-marks): New function, call
983         `wl-summary-exec-with-confirmation'.
984         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
985         (wl-folder-save-and-exec-marks): Abolished.
986
987 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
988
989         * wl-e21.el (wl-e21-display-image-p): Respect
990         `wl-highlight-folder-with-icon'.
991         (wl-e21-highlight-folder-group-line): Highlight mouse line
992         even if wl-e21-display-image-p is nil.
993
994         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
995         Respect value of `wl-summary-highlight'.
996
997         * wl.el (wl-save-status): Remove unused variable.
998
999         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1000         (wl-folder-mode-map): Bind it to "x".
1001
1002 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1003
1004         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1005
1006         * wl-thread.el (wl-thread-get-parent-list): Don't check
1007         disconnected ancestors, neglecting needless work in
1008         `wl-thread-update-indent-string-thread'.
1009
1010         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1011         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1012         argument, add argument default-keep to keep marks by default.
1013
1014         * Version number is increased to 2.11.30.
1015
1016         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1017         customization type and docstring.
1018         (wl-draft-reply-without-argument-list): Ditto.
1019
1020 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1021
1022         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1023
1024         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1025
1026 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1027
1028         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1029
1030 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1031
1032         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1033         save-excursion so as not to include run-hooks.
1034
1035 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1036
1037         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1038         Clarify that marks are going to be cleared.
1039
1040 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1041
1042         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1043         according to 3rd element of wl-summary-flag-mark.
1044
1045         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1046
1047 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1048
1049         * wl-action.el (wl-summary-target-mark-all): Don't set
1050         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1051
1052 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1053
1054         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1055         (wl-forward-subject-prefix): Ditto.
1056         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1057         (wl-draft-reply-make-subject): Ditto.
1058
1059         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1060         `wl-draft-forward'.
1061         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1062
1063 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1064
1065         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1066         target message does not exist.
1067
1068 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1069
1070         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1071         `wl-subject-prefix-regexp'.
1072         (wl-subject-forward-prefix-regexp): New variable.
1073         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1074         `wl-draft-strip-subject-re' and take regexp as argument.
1075         (wl-draft-forward): Use it.
1076         (wl-draft-reply): Ditto.
1077
1078 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1079
1080         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1081         emacs multi-tty support.
1082
1083 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1084
1085         * wl-e21.el (wl-e21-display-image-p): Don't call
1086         `display-images-p'.
1087         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1088         support.
1089         (wl-highlight-folder-current-line): Ditto.
1090         (wl-folder-init-icons): Ditto.
1091
1092 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1093
1094         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1095         the last line of summary in unplugged mode.
1096
1097 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1098
1099         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1100
1101 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1102
1103         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1104         * wl-address.el (wl-address-user-mail-address-p): Use it.
1105         (wl-address-delete-user-mail-addresses): Ditto.
1106         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1107
1108         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1109         (wl-address-delete-user-mail-addresses): Ditto.
1110
1111         * wl-address.el (wl-address-delete-user-mail-addresses): New
1112         function.
1113         * wl-refile.el (wl-refile-guess-by-history): Use it.
1114         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1115         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1116
1117         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1118         use wl-address-user-mail-address-p.
1119
1120 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1121
1122         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1123         after opening group.
1124
1125 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1126
1127         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1128         of elmo-set-buffer-multibyte.
1129
1130         * wl-message.el (wl-original-message-mode): Ditto.
1131
1132         * wl-score.el (wl-score-insert-header): Ditto.
1133
1134         * wl-summary.el
1135         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1136         (wl-summary-goto-folder-subr): Ditto.
1137         (wl-summary-insert-headers): Ditto.
1138
1139         * wl-util.el (wl-set-string-width): Ditto.
1140
1141         * Version number is increased to 2.11.29.
1142
1143 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1144
1145         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1146         (wl-highlight-summary-line-help-echo-alist): New variable.
1147         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1148         into `wl-highlight-summary-line-help-echo' and
1149         `wl-highlight-flag-folder-help-echo'.
1150         (wl-highlight-summary-line-string): Change accordingly.
1151         (wl-highlight-summary-current-line): Ditto.
1152
1153 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1154
1155         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1156         at the beginning of field body (Thanks to Markus Knittig).
1157
1158         * wl-draft.el (wl-draft-insert-current-message): Also check
1159         summary buffer, remove unnecessary tag.
1160
1161 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1162
1163         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1164         when wl-message-buffer is nil.
1165
1166         * wl-folder.el (wl-folder): Abolish unused argument.
1167         Call wl-folder-init when wl-folder-entity is nil.
1168         * wl.el (wl): Change accordingly.
1169
1170 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1171
1172         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1173         multibyte string before insert into draft buffer.
1174         (wl-draft-create-buffer): Always enable multibyte characters for
1175         draft buffer.
1176
1177         * Version number is increased to 2.11.28.
1178
1179 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1180
1181         * wl-folder.el (wl-folder-open-close): Handle blank line.
1182         (wl-folder-jump-to-current-entity): Ditto.
1183
1184 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1185
1186         * Version number is increased to 2.11.27.
1187
1188 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1189
1190         * wl-thread.el (wl-thread-insert-message): When the thread is
1191         devided by wl-summary-max-thread-depth, insert line at the end of
1192         buffer.
1193
1194 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1195
1196         * Version number is increased to 2.11.26.
1197
1198 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1199
1200         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1201
1202 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1203
1204         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1205         value of stream-type and session.
1206
1207 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1208
1209         * Version number is increased to 2.11.25.
1210
1211 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1212
1213         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1214         in a quit message.
1215
1216 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1217
1218         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1219         (wl-summary-redisplay-no-mime-internal): Ditto.
1220
1221 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1222
1223         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1224         * wl-vars.el (wl-smtp-connection-type): Ditto.
1225
1226 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1227
1228         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1229         for the separator line and quote mail-header-separator.
1230
1231 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1232
1233         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1234         result message.
1235
1236         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1237         `elmo-multiple-fields-body-list' with boundary as
1238         mail-header-separator.
1239
1240 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1241
1242         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1243
1244 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1245
1246         * wl-util.el (wl-list-diff): Remove unused function.
1247
1248         * wl-draft.el (wl-draft-send-confirm): Discard input before
1249         confirmation.
1250
1251 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1252
1253         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1254         order of flag and new.
1255
1256 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1257
1258         * wl-vars.el (wl-refile-policy-alist): Abolished.
1259
1260         * wl-action.el (wl-summary-set-action-refile): Follow the change
1261         above.
1262
1263 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * wl-highlight.el (wl-highlight-signature-search): Don't use
1266         re-search-backward for a long word since it is possible to crash
1267         XEmacs because of a bug.
1268
1269 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1270
1271         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1272
1273 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1274
1275         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1276         argument for wl-summary-sync-force-update.
1277
1278 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1279
1280         * wl-summary.el (wl-summary-mode-map): Revival of
1281         wl-summary-mark-as-important related bindings;
1282         Bind 'F','tF','mF','rF','m&'.
1283         (wl-summary-mark-as-important-region): Revival.
1284         (wl-summary-target-mark-mark-as-important): Ditto.
1285         (wl-summary-target-mark-operation): New function.
1286         (wl-summary-target-mark-mark-as-answered): Use it.
1287         (wl-summary-decide-flag): Don't set Important as default.
1288         (wl-summary-mark-as-important-internal): Revival.
1289         (wl-summary-mark-as-important): Ditto.
1290
1291         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1292
1293         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1294         instead of facep.
1295
1296 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1297
1298         * wl-dnd.el (wl-dnd-drop-func): Fix.
1299
1300         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1301         mouse-set-point instead of posn-point.
1302
1303         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1304
1305         * wl-mule.el (wl-completing-read-multiple): Ditto.
1306
1307 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1308
1309         * wl-demo.el (face-background-name): Defalias to avoid compile
1310         warning.
1311
1312 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1313
1314         * wl-summary.el (wl-summary-decide-flag): Use
1315         wl-completing-read-multiple instead of completing-read-multiple.
1316
1317         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1318         New alias.
1319
1320         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1321         Use face-background-name instead of face-background.
1322
1323         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1324
1325         * wl-summary.el (wl-summary-save): Use it.
1326         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1327
1328         * wl-mime.el (wl-mime-save-content): Fix last change.
1329
1330 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1331
1332         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1333         New function.
1334         (wl-summary-sort-specs): Added sort.
1335         * wl-mime.el (wl-mime-save-content): Expand file name.
1336
1337 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1338
1339         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1340
1341         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1342
1343 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1344
1345         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1346         for flag if it is not defined.
1347
1348 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1349
1350         * wl-e21.el (wl-highlight-folder-current-line): Use
1351         elmo-folder-type-internal when elmo-folder-type returns nil.
1352
1353         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1354
1355         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1356
1357         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1358
1359         * wl-e21.el (wl-summary-toolbar): Ditto.
1360
1361         * wl-vars.el (wl-demo-background-color): Abolished.
1362         (wl-summary-persistent-mark-priority-list): Renamed from
1363         wl-summary-flag-priority-list.
1364         (wl-summary-flag-alist): New user option.
1365         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1366         (wl-message-mode-line-format-spec-alist): Added 'F'.
1367         (wl-message-mode-line-format): Likewise.
1368         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1369         instead of wl-summary-important-mark.
1370         (wl-file-folder-icon): New variable.
1371
1372         * wl-thread.el (wl-thread-set-flags): Renamed from
1373         wl-thread-mark-as-important.
1374
1375         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1376         warning.
1377         (wl-summary-mode-menu-spec): Follow the change of 
1378         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1379         (wl-summary-mode-map): Follow the change of
1380         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1381         (wl-summary-detect-mark-position): Follow the variable name change.
1382         (wl-summary-set-flags-region): New function for the replacement of
1383         wl-summary-mark-as-important-region.
1384         (wl-summary-sync-marks): Sync all global-flags.
1385         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1386         instead of elmo-message-flagged-p.
1387         (wl-summary-persistent-mark-string): Follow the variable name change;
1388         Put wl-summary-flag-mark if the message has global-flag.
1389         (wl-summary-target-mark-set-flags): Renamed from 
1390         wl-summary-target-mark-mark-as-important.
1391         (wl-summary-decide-flag): New function.
1392         (wl-summary-set-flags-internal): Renamed from
1393         wl-summary-mark-as-important-internal.
1394         (wl-summary-add-flags-internal): New function.
1395         (wl-summary-remove-flags-internal): Ditto.
1396         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1397         (wl-summary-mark-as-unimportant): Abolish.
1398         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1399         (wl-summary-next-message): List flagged messages in the msgdb.
1400
1401         * wl-score.el (wl-summary-score-update-all-lines): Use
1402         wl-summary-add-flags-internal instead of 
1403
1404         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1405
1406         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1407         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1408         (wl-message-buffer-require-all-header): Renamed from
1409         wl-message-buffer-all-header-flag (Ditto).
1410         (wl-message-buffer-flag-indicator): New variable.
1411         (wl-message-redisplay): Changed local varibale name from `flag' to
1412         `display-type'; Set up wl-message-buffer-flag-indicator.
1413         (wl-message-buffer-display): Changed varibale name from `flag' to
1414         `display-type'.
1415         (wl-message-display-internal): Likewise.
1416
1417         * wl-highlight.el (wl-highlight-demo-face): Define default background
1418         color.
1419         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1420
1421         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1422
1423         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1424         (wl-demo-setup-properties): Renamed from
1425         `wl-demo-set-background-color'.
1426         (wl-demo): Follow the change above.
1427         
1428         * Version number is increased to 2.11.24.
1429
1430 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1431
1432         * wl-summary.el (wl-summary-toggle-thread): Call
1433         `wl-summary-rescan' with disable-thread as non-nil.
1434         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1435
1436 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1437
1438         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1439         foreground property of the face.
1440         (wl-demo-insert-text): Don't set up face property here.
1441         (wl-demo): Call wl-demo-set-background-color, anyway.
1442
1443 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1444
1445         * wl-vars.el (wl-demo-background-color): The value can be nil.
1446
1447 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1448
1449         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1450         to wl-summary-wheel-dispatcher.
1451
1452         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1453         wl-message-wheel-dispatcher.
1454         (wl-message-wheel-dispatcher): New function.
1455         (wl-summary-wheel-dispatcher): Ditto.
1456
1457 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1458
1459         * wl-action.el (wl-summary-target-mark-all): List messages which are
1460         not in the killed-list.
1461
1462         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1463         only when the folder is 'flag/important.
1464
1465         * wl-address.el (wl-complete-field-body): Complete if the last
1466         character is a space.
1467
1468 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1469
1470         * wl-folder.el (wl-folder-clear-entity-info): Use
1471         elmo-clear-hash-val.
1472
1473         * wl-fldmgr.el (wl-fldmgr-rename): Set
1474         wl-folder-info-alist-modified as t.
1475
1476 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1477
1478         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1479
1480 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1481
1482         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1483         (wl-folder-buffer-last-visited-entity-id): New buffer local
1484         variable.
1485         (wl-folder-revisit-last-visited-folder): New function.
1486         (wl-folder-mode-map): Bind it to "C-i".
1487         (wl-folder-set-current-entity-id): Set last visited folder.
1488         * wl-summary.el (wl-summary-exit): Ditto.
1489
1490 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1491
1492         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1493         before calling `recenter' in order to cope with an XEmacs bug.
1494
1495 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1496
1497         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1498         to the default value.
1499
1500 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1501
1502         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1503         change.
1504         (wl-summary-sync-marks): Ditto.
1505         (wl-summary-mark-as-read-internal): Ditto.
1506         (wl-summary-mark-as-answered-internal): Ditto.
1507         (wl-summary-mark-as-important-internal): Ditto.
1508         (wl-summary-reply): Ditto.
1509
1510         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1511         instead of `elmo-folder-unflag-answered'.
1512
1513         * Version number is increased to 2.11.23.
1514
1515         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1516         the last change.
1517
1518 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1519
1520         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1521         Specify "spam" or "good".
1522
1523 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1524
1525         * wl-spam.el (wl-summary-exec-action-spam): Call
1526         wl-folder-confirm-existence for spam folder.
1527         (wl-spam-setup): Bind "mk".
1528
1529 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1530
1531         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1532
1533 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1534
1535         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1536         destination folder is empty.
1537
1538 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1539
1540         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1541         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1542
1543         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1544         (wl-summary-refile-prev-destination-region): New function.
1545         (wl-thread-refile-prev-destination): Ditto.
1546         (wl-summary-target-mark-refile-prev-destination): Ditto.
1547
1548 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1549
1550         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1551         (wl-demo-background-color): Changed default value.
1552
1553         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1554         color.
1555
1556         * wl-demo.el (wl-demo-set-background-color): New function.
1557         (wl-demo): Call it.
1558
1559 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1560
1561         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1562         * wl-address.el (wl-address-add-or-change): Don't add empty
1563         address.
1564
1565 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1566
1567         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1568
1569 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1570
1571         * wl-vars.el (wl-demo-image-filter-alist): New variable
1572         (wl-demo-background-color): Ditto.
1573
1574         * wl-demo.el (wl-demo-xpm-set-background): New function.
1575         (wl-demo-image-filter): Ditto.
1576         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1577
1578         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1579
1580         * wl-demo.el (wl-demo-icon-name): Define as function.
1581         (wl-demo-insert-image): Use it.
1582
1583 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1584
1585         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1586
1587 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1588
1589         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1590
1591 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1592
1593         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1594
1595 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1596
1597         * wl-thread.el (wl-thread-mark-as-answered): New function.
1598
1599         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1600         answered" entry.
1601         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1602         "r&" and wl-thread-mark-as-answered to "t&".
1603         (wl-summary-mark-as-important-region): Refine to toggle mark.
1604         (wl-summary-mark-as-answered-region): New function.
1605         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1606         and 3rd argument.
1607         (wl-summary-mark-as-important-internal): Likewise.
1608
1609 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1610
1611         * wl-template.el (wl-template-preview): New internal variable.
1612         (wl-template-preview-p): New function.
1613         (wl-template-show): Bind `wl-template-preview' as t.
1614
1615 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1616
1617         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1618         `elmo-message-entity-field' with 3rd argument which is non-nil.
1619
1620 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1621
1622         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1623         Removed duplicate local bind `folder'.
1624
1625 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1626
1627         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1628
1629 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1630
1631         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1632         duplicate definition.
1633
1634 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1635
1636         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1637         non-nil, use it; Don't fetch message if there's no message in the
1638         current cursor position.
1639
1640 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1641
1642         * wl-util.el (wl-region-exists-p): Use region-active-p.
1643         (wl-deactivate-region): New function.
1644         * wl-message.el (wl-message-redisplay): Deactivate region.
1645
1646         * wl-summary.el (wl-summary-reply): Call
1647         `wl-summary-set-message-buffer-or-redisplay' instead of
1648         `wl-summary-redisplay-internal', don't move point.
1649
1650 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1651
1652         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1653         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1654         by regexp.
1655
1656 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1657
1658         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1659         if no need.
1660
1661 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1662
1663         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1664         default value to nil.
1665         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1666         `wl-summary-prepare-hook'; Replace refile action to
1667         `wl-summary-exec-action-refile-with-register'.
1668
1669         * Version number is increased to 2.11.22.
1670
1671 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1672
1673         * wl-summary.el (wl-summary-detect-mark-position): Set
1674         `wl-summary-buffer-weekday-name-lang'.
1675
1676 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1677
1678         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1679         (wl-summary-mark-as-read-all): Ditto.
1680         (wl-summary-delete-messages-on-buffer): Ditto.
1681         (wl-summary-sync-update): Ditto.
1682         (wl-summary-mark-as-read-internal): Ditto.
1683         (wl-summary-mark-as-answered-internal): Ditto.
1684         (wl-summary-update-folder-info): Abolished.
1685
1686 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1687
1688         * wl-summary.el (wl-summary-mark-as-read-all): Use
1689         `wl-summary-update-folder-info' instead of
1690         `wl-folder-update-unread'.
1691
1692 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1693
1694         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1695         `wl-summary-folder-info-update'.
1696         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1697         instead of `wl-summary-folder-info-update'.
1698         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1699         `wl-folder-set-folder-updated'.
1700         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1701         instead of `wl-folder-update-unread'.
1702         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1703         the value of `wl-summary-buffer-unread-count' for the second parameter of
1704         `wl-folder-update-unread'.
1705
1706         * Version number is increased to 2.11.21.
1707
1708 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1709
1710         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1711         a local variable.
1712
1713 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1714
1715         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1716         interactively.
1717
1718         * wl-summary.el (wl-summary-mark-as-important-internal): New
1719         internal function.
1720         (wl-summary-mark-as-important): Use it.
1721         (wl-summary-mark-as-unimportant): New function.
1722         (wl-summary-sync-marks): Follow the API change.
1723
1724         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1725
1726         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1727
1728 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1729
1730         * wl-folder.el (wl-folder-update-unread): Re-indent.
1731         Narrow the scope of a local variable.
1732
1733 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1734
1735         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1736         (wl-addrmgr-merge-entries): Ditto.
1737         (wl-addrmgr): Added to address entry which exists in draft buffer
1738         if no entry is in original.
1739
1740 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1741
1742         * wl-batch.el: New file.
1743
1744 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1745
1746         * wl-vars.el (wl-use-semi): Remove unused variable.
1747
1748 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1749
1750         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1751         "?".
1752
1753 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1754
1755         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1756         wl-summary-new-mark.
1757         (wl-summary-new-cached-mark): New user option.
1758         (wl-summary-score-marks): Follow the change above.
1759         (wl-summary-auto-refile-skip-marks): Ditto.
1760         (wl-summary-incorporate-marks): Ditto.
1761         (wl-summary-expire-reserve-marks): Ditto.
1762
1763         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1764
1765         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1766         (wl-summary-persistent-mark-string): Distinguished between cached
1767         and uncached mark when the message is new.
1768
1769 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1770
1771         * wl-spam.el (wl-spam-domain): Renamed from
1772         `wl-spam-folder-guess-domain'.
1773         (wl-summary-exec-action-spam): Register as spam if domain of the
1774         source folder is good.
1775         (wl-summary-exec-action-refile-with-register): Register message if
1776         domain of the source folder is not undecided.
1777
1778 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1779
1780         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1781         detect thread loop.
1782
1783 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1784
1785         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1786         and wl-summary-skip-mark-list.
1787
1788 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1789
1790         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1791
1792         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1793
1794         * wl-spam.el (toplevel): Require wl-highlight.
1795         (wl-spam-auto-check-policy-alist): Abolish.
1796         (wl-spam-auto-check-folder-regexp-list): New user option.
1797         (wl-spam-auto-check-marks): Ditto.
1798         (wl-spam-mark-action-list): Ditto.
1799         (wl-highlight-summary-spam-face): New face.
1800         (wl-spam-auto-check-message-p): New function.
1801         (wl-spam-map-spam-messages): Fixed message.
1802         (wl-spam-register-spam-messages): Ditto.
1803         (wl-spam-register-good-messages): Ditto.
1804         (wl-summary-spam-map): Add and remove keybind.
1805         (wl-summary-target-mark-spam): Abolish.
1806         (wl-summary-refile-spam): Ditto.
1807         (wl-summary-test-spam): New function.
1808         (wl-summary-mark-spam): Ditto.
1809         (wl-summary-auto-check-spam): Follow the above change.
1810         (wl-summary-exec-action-spam): New function.
1811         (wl-summary-exec-action-refile-with-register): Fixed message.
1812         (wl-message-check-spam): New function.
1813         (wl-spam-setup): Ditto.
1814         (toplevel): Call it if this file is loaded interactivity.
1815
1816         * Version number is increased to 2.11.20.
1817
1818 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1819
1820         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1821         when new optional argument `force' is non nil or modified.
1822
1823 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1824
1825         * wl.el (toplevel): Require wl-spam when compile.
1826         (wl-save-status): Call wl-spam-save-status.
1827
1828         * wl-spam.el (wl-spam-register-spam-messages): New function.
1829         (wl-spam-register-good-messages): Ditto.
1830         (wl-spam-save-status): Ditto.
1831         (wl-summary-mode-map): Bind
1832         wl-summary-target-mark-register-as-spam to "ms" and
1833         wl-summary-target-mark-register-as-good to "mn".
1834         (wl-summary-register-as-spam): Abolish optional argument; Use
1835         wl-spam-register-spam-messages.
1836         (wl-summary-register-as-spam-all): Use
1837         wl-spam-register-spam-messages.
1838         (wl-summary-register-as-good): Abolish optional argument; Use
1839         wl-spam-register-good-messages.
1840         (wl-summary-register-as-good-all): Use
1841         wl-spam-register-good-messages.
1842         (wl-summary-target-mark-register-as-spam): New funtion.
1843         (wl-summary-target-mark-register-as-good): Ditto.
1844
1845 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1846
1847         * wl-spam.el: New file.
1848
1849 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1850
1851         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1852
1853         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1854         (wl-summary-auto-refile): Call wl-refile-guess with
1855         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1856
1857 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1858
1859         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1860         with disable-thread argument non-nil.
1861
1862 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1863
1864         * wl-summary.el (wl-summary-rescan): Added optional argument
1865         disable-thread.
1866         (wl-summary-sync): Call wl-summary-rescan with argument
1867         disable-thread.
1868         (wl-summary-input-range): Added new range `rescan-thread'.
1869
1870 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1871
1872         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1873
1874 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1875
1876         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1877         internal variable.
1878         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1879         wl-summary-search-parent-by-subject-regexp and
1880         wl-summary-divide-thread-when-subject-changed as nil.
1881         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1882         (wl-summary-insert-thread): Search parent entity from
1883         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1884         thread loop.
1885
1886 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1887
1888         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1889
1890         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1891
1892         * wl-util.el (wl-require-update-all-folder-p): New function.
1893         (wl-get-assoc-list-value): Added `function' to match directive.
1894         (wl-collect-draft): Rewrite.
1895
1896         * wl-summary.el (wl-summary-sync-update): Clear faces
1897         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1898         are non-nil.
1899         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1900         argument as function.
1901         (wl-summary-input-range): Ditto.
1902
1903         * wl-folder.el (wl-draft-get-folder): New function.
1904         (wl-folder-get-elmo-folder): Consider draft folder.
1905
1906         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1907         (wl-draft-buffer-message-number): New buffer local variable.
1908         (wl-draft-folder-internal): New internal variable.
1909         (wl-draft-delete): Rewrite.
1910         (wl-draft-save): Ditto.
1911         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1912         wl-folder-get-elmo-folder.
1913         (wl-draft-config-info-operation): Ditto.
1914         (wl-jump-to-draft-folder): Ditto.
1915         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1916         (wl-draft-reedit): Rewrite.
1917
1918         * Version number is increased to 2.11.19.
1919         
1920 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1921
1922         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1923         variable.
1924
1925 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1926
1927         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1928         Use ignore-errors instead of unwind-protect.
1929
1930 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1931
1932         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1933         for updating `wl-thread-entity-list'.
1934
1935 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1936
1937         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1938         parameter from calling `wl-thread-entity-get-older-brothers' and
1939         `wl-thread-entity-get-younger-brothers'.
1940         Replace nested `append' with a single one.
1941
1942 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1943
1944         * wl-summary.el (wl-summary-mode): Don't use the return value of
1945         `make-local-hook'.
1946
1947 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1948
1949         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1950         instead of `let*'.
1951         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1952         of local variables.
1953
1954 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1955
1956         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1957         Renamed from wl-summary-window-scroll-functions.
1958         (wl-summary-window-scroll-functions): Don't set to variable.
1959         (wl-summary-display-top): Use run-hooks.
1960         (wl-summary-display-bottom): Ditto.
1961         (wl-summary-toggle-disp-msg): Ditto.
1962         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1963         Use it instead of wl-summary-window-scroll-functions.
1964         (wl-summary-goto-folder-subr): Don't call
1965         wl-summary-window-scroll-functions, use
1966         wl-summary-buffer-window-scroll-functions instead.
1967
1968 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1969
1970         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1971         make-local-variable.
1972
1973 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1974
1975         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1976         set-buffer-modified-p.
1977         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1978         (wl-summary-display-bottom): Ditto.
1979         (wl-summary-toggle-disp-msg): Ditto.
1980
1981 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1982
1983         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1984
1985         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1986         (wl-summary-forward): Use elmo-message-entity-field instead of
1987         elmo-message-field.
1988
1989         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1990
1991 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1992
1993         * wl-summary.el (wl-summary-window-scroll-functions): No use
1994         `append'.
1995
1996 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1997
1998         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1999         function.
2000         (wl-summary-window-scroll-functions): Call it when both
2001         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2002         (wl-summary-temp-mark): Added optional argument number.
2003         (wl-summary-message-mark): Added optional argument flag.
2004         (wl-summary-persistent-mark): Added optional argument number and flag.
2005         (wl-summary-update-persistent-mark): Ditto.
2006         (wl-summary-update-status-marks): Set "r" for interactive spec.
2007
2008         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2009         argument number and flag.
2010
2011         * wl-action.el (wl-summary-registered-temp-mark): 
2012         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2013
2014 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2015
2016         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2017         internal variable (buffer local).
2018         (wl-summary-window-scroll-functions): New function.
2019         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2020         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2021         as nil.
2022         (wl-summary-update-status-marks): Added arguments beg, end and
2023         check.
2024         (wl-summary-update-mark-window): Use function.
2025         (wl-summary-sync-update): Follow the change above.
2026         (wl-summary-switch-to-clone-buffer): Copy
2027         wl-summary-buffer-unsync-mark-number-list.
2028         (wl-summary-goto-folder-subr): Set
2029         wl-summary-buffer-unsync-mark-number-list and
2030         use wl-summary-window-scroll-functions instead of
2031         wl-summary-lazy-highlight.
2032
2033         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2034
2035 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2036
2037         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2038
2039         * wl-summary.el (wl-summary-update-persistent-mark): Call
2040         wl-summary-set-message-modified.
2041
2042         * wl-summary.el (wl-summary-sync-update): Don't call
2043         wl-summary-update-status-marks.
2044
2045         * Version number is increased to 2.11.18.
2046
2047 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2048
2049         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2050         (wl-message-next-page): Ditto.
2051
2052 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2053
2054         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2055         local variable.  Change the order of a collected list into the
2056         same as the specified range.  Remove nil from a collected list.
2057
2058 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2059
2060         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2061         argument for elmo-folder-list-messages.
2062
2063 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2064
2065         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2066         change (wl-summary-count-unreads return a list instead of a cons
2067         cell).
2068
2069 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2070
2071         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2072         `wl-summary-folder-info-update'.
2073
2074 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2075
2076         * wl-summary.el (wl-summary-set-message-modified): No use
2077         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2078         (wl-summary-set-mark-modified): Abolish.
2079         (wl-summary-mark-modified-p): Ditto.
2080         (wl-summary-save-view): Follow the change above.
2081
2082         * wl-expire.el (wl-summary-expire): Likewise.
2083
2084 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2085
2086         * wl-summary.el (wl-summary-detect-mark-position): Use
2087         modb-entity-handler.
2088         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2089
2090         * Version number is increased to 2.11.17.
2091
2092 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2093
2094         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2095         entity field value.
2096         (wl-summary-prefetch-msg): Ditto.
2097         (wl-summary-print-message-with-ps-print): Ditto.
2098
2099 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2100
2101         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2102         for dummy entity.
2103         (wl-summary-insert-thread): Use elmo-message-entity-field.
2104         (wl-summary-update-thread): Use elmo-message-entity-field and
2105         elmo-message-entity-number.
2106         (wl-summary-line-number):  Use elmo-message-entity-number.
2107         (wl-summary-line-size): Use elmo-message-entity-field.
2108         (wl-summary-line-subject): Ditto.
2109         (wl-summary-line-from): Ditto.
2110         (wl-summary-line-attached): Ditto.
2111         (wl-summary-create-line): Ditto.
2112         (wl-summary-create-line): Use elmo-message-entity-number.
2113         (wl-summary-print-message-with-ps-print): Use
2114         elmo-message-entity-field.
2115
2116 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2117
2118         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2119         change in elmo-msgdb-make-message-entity.
2120         (wl-summary-buffer-set-folder): Don't call
2121         wl-summary-detect-mark-position here.
2122         (wl-summary-rescan): Call elmo-message-entity-number.
2123         (wl-summary-sync-update): Ditto.
2124         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2125
2126         * wl-score.el (wl-score-header-index): Redefine 2th element.
2127         (wl-score-overview-entity-get-extra): Abolish.
2128         (wl-score-ov-entity-get): Rewrite.
2129         (wl-score-string-index<, wl-score-string-func<): Abolish.
2130         (wl-score-string<): New function.
2131         (wl-score-string-sort): Use it.
2132
2133         * wl-refile.el (wl-refile-guess-by-history): Use
2134         elmo-message-entity-field.
2135         (wl-refile-guess-by-from): Ditto.
2136         (wl-refile-guess-by-msgid): Ditto.
2137
2138         * Version number is increased to 2.11.16.
2139
2140 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2141
2142         * wl-folder.el (wl-folder-confirm-existence): Don't call
2143         file-exists-p if msgdb-path is nil.
2144         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2145         `wl-read-folder-hist' to `wl-read-folder-history'.
2146
2147 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2148
2149         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2150         `y-or-n-p'.
2151
2152 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2153
2154         * wl-score.el (wl-score-headers): Don't use
2155         elmo-folder-do-each-message-entity.
2156
2157         * Version number is increased to 2.11.15.
2158
2159 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2160
2161         * wl-summary.el (wl-summary-delete-all-msgs): Use
2162         elmo-folder-move-messages instead of elmo-folder-delete-messages
2163         and elmo-folder-detach-messages.
2164         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2165
2166         * wl-expire.el (wl-expire-delete): Ditto.
2167         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2168
2169 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2170
2171         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2172         (wl-message-header-narrowing-fields): Ditto.
2173         (wl-message-header-narrowing-lines): Ditto.
2174         (wl-message-header-narrowing-string): Ditto.
2175
2176         * wl-summary.el (wl-summary-mode-map): Bind
2177         wl-summary-toggle-header-narrowing to "C-cC-f".
2178         (wl-summary-toggle-header-narrowing): New function.
2179
2180         * wl-message.el (wl-message-buffer-create): Call
2181         wl-message-header-narrowing-setup.
2182         (wl-message-redisplay): Call wl-message-header-narrowing.
2183         (wl-message-header-narrowing): New function.
2184         (wl-message-header-narrowing-map): New keymap.
2185         (wl-message-header-narrowing-widen-map): New keymap.
2186         (wl-message-header-narrowing-again-at-mouse): New function.
2187         (wl-message-header-narrowing-1): Ditto.
2188         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2189         (wl-message-header-narrowing-setup): Ditto.
2190         (wl-message-header-narrowing-toggle): Ditto.
2191         
2192         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2193
2194         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2195         'flag as all.
2196         (wl-use-flag-folder-help-echo): New user option.
2197
2198         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2199         wl-summary-highlight as nil.
2200         (wl-summary-set-mark-modified): Follow the API change.
2201         (wl-summary-mark-modified-p): Ditto.
2202         (wl-summary-mark-as-read-all): Ditto.
2203         (wl-summary-sync-marks): Don't call
2204         elmo-folder-list-messages-with-global-mark.
2205         (wl-summary-mark-as-read-internal): Follow the API change.
2206         (wl-summary-mark-as-answered-internal): Ditto.
2207         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2208         Follow the API change.
2209         (wl-summary-create-line): Call with number argument.
2210         (wl-summary-reply): Follow the API change.
2211
2212         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2213         function.
2214         (wl-highlight-summary-line-string): Call it when
2215         wl-use-flag-folder-help-echo is non-nil.
2216         (wl-highlight-summary-current-line): Ditto.
2217         (elmo-flag-folder-referrer): Added autoload setting.
2218
2219         * wl-draft.el (wl-draft-kill): Follow the API change.
2220
2221         * Version number is increased to 2.11.14.
2222         
2223 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2224
2225         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2226
2227 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2228
2229         * Version number is increased to 2.11.13.
2230
2231 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2232
2233         * wl-draft.el (wl-draft-previous-history-element): Fixed
2234         unbalanced parenthesis and bind unbound local variables.
2235
2236 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2237
2238         * wl-draft.el (wl-draft-previous-history-element): New function.
2239         (wl-draft-next-history-element): Ditto.
2240         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2241         them to M-p and M-n.
2242
2243 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2244
2245         * Version number is increased to 2.11.12.
2246
2247 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2248
2249         * wl-draft.el (wl-draft-hide): Select buffer-window.
2250
2251 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2252
2253         * wl-summary.el (wl-summary-narrow-to-region): New function.
2254         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2255         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2256         (wl-summary-save-region): Use it.
2257         * wl-action.el (wl-summary-collect-numbers-region)
2258         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2259
2260 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2261
2262         * wl-folder.el (wl-folder-count-incorporates): Don't use
2263         `elmo-msgdb-mark-load'
2264
2265         * Version number is increased to 2.11.11.
2266
2267 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2268
2269         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2270         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2271
2272 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2273
2274         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2275
2276 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2277
2278         * Version number is increased to 2.11.10.
2279
2280 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2281
2282         * wl-mime.el (wl-draft-attribute-value): Fixed.
2283
2284 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2285
2286         * wl-util.el (wl-copy-local-variables): New function.
2287
2288         * wl-mime.el (wl-draft-attribute-recipients): New function.
2289         (wl-draft-attribute-envelope-from): Ditto.
2290         (wl-draft-attribute-smtp-posting-server): Ditto.
2291         (wl-draft-attribute-smtp-posting-port): Ditto.
2292         (wl-draft-attribute-value): Ditto.
2293         (wl-draft-preview-message): Use it to get value for
2294         attributes. Reflect result of `wl-draft-config'.
2295
2296         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2297         and call `wl-summary-mark-as-read' before to call
2298         `wl-summary-unset-mark'.
2299         (wl-summary-target-mark-mark-as-unread): Likewise.
2300         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2301
2302 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2303
2304         * wl-mime.el (wl-draft-preview-message): Use actual value for
2305         attributes; Fix for small window.
2306
2307 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2308
2309         * wl-refile.el (wl-refile-get-field-value): Call
2310         `elmo-message-entity-field' with 3rd argument is non-nil.
2311
2312 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2313
2314         * wl-vars.el (wl-draft-preview-attributes): New user option.
2315         (wl-draft-preview-attributes-list): Ditto.
2316         (wl-draft-preview-attributes-buffer-lines): Ditto.
2317         (wl-draft-preview-attributes-buffer-name): Ditto.
2318
2319         * wl-mime.el (wl-draft-preview-message): Display attributes.
2320
2321 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2322
2323         * wl-summary.el (wl-summary-detect-mark-position): Bind
2324         wl-summary-flag-priority-list to '(new).
2325
2326 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2327
2328         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2329         funtion.
2330         (wl-highlight-summary-line-string): Use it.
2331         (wl-highlight-summary-current-line): Ditto.
2332
2333 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2334
2335         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2336         line even when the mark string is not changed.
2337
2338         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2339         argument change in the wl-summary-create-line.
2340         (wl-thread-insert-entity-sub): Ditto.
2341
2342         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2343         argument change in the wl-summary-create-line.
2344         (wl-summary-insert-sequential): Ditto.
2345         (wl-summary-update-thread): Ditto.
2346         (wl-summary-persistent-mark-string): New inline function.
2347         (wl-summary-message-mark): Use it.
2348         (wl-summary-create-line): Abolish argument wl-persistent-mark
2349         and added wl-flags, wl-cached.
2350
2351         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2352         mark to flags.
2353         (wl-highlight-summary-current-line): Decide the face not by the 
2354         persistent mark but flags.
2355
2356 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2357
2358         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2359         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2360         wl-summary-read-uncached-mark): Revive.
2361         (wl-summary-answered-cached-mark,
2362         wl-summary-answered-uncached-mark): New user option.
2363         (wl-summary-score-marks): Follow the change above.
2364         (wl-summary-auto-refile-skip-marks): Ditto.
2365         (wl-summary-incorporate-marks): Ditto.
2366         (wl-summary-expire-reserve-marks): Ditto.
2367         (wl-summary-flag-priority-list): New user option.
2368
2369         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2370         changes.
2371         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2372         of elmo-message-mark.
2373         (wl-summary-mark-as-read-internal): Ditto.
2374         (wl-summary-mark-as-answered): Ditto.
2375         (wl-summary-mark-as-important): Ditto.
2376         (wl-summary-redisplay-internal): Ditto.
2377         (wl-summary-redisplay-no-mime-internal): Ditto.
2378         (wl-summary-message-mark): New function.
2379         (wl-summary-insert-sequential): Use wl-summary-message-mark
2380         instead of elmo-message-mark.
2381         (wl-summary-update-thread): Ditto.
2382         (wl-summary-persistent-mark): Ditto.
2383         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2384         instead of elmo-message-mark.
2385
2386         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2387         wl-summary-message-mark instead of elmo-message-mark.
2388         (wl-thread-insert-entity-sub): Ditto.
2389         (wl-thread-get-children-msgs-uncached): Ditto.
2390
2391         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2392         variable name changes.
2393         (wl-highlight-summary-current-line): Ditto.
2394
2395         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2396         wl-summary-message-mark instead of elmo-message-mark.
2397
2398         * wl-expire.el (wl-expire-message-p): Ditto.
2399
2400         * wl-score.el (wl-score-headers): Ditto.
2401
2402         * Version number is increased to 2.11.9.
2403
2404         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2405         (wl-summary-sync-update): Follow the change above.
2406         (wl-summary-switch-to-clone-buffer): Ditto.
2407         (wl-summary-open-folder): Ditto.
2408
2409 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2410
2411         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2412         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2413
2414         * Version number is increased to 2.11.8.
2415
2416         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2417
2418         * wl-expire.el (wl-expire-refile): Follow the API change on
2419         `elmo-folder-move-messages'.
2420         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2421
2422         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2423         (wl-summary-exec-action-refile): Ditto.
2424         (wl-summary-exec-action-copy): Ditto.
2425         (wl-summary-no-auto-refile-message-p): No use
2426         `wl-summary-buffer-msgdb'.
2427         (wl-summary-auto-refile): Ditto.
2428
2429 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2430
2431         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2432
2433 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2434
2435         * wl-summary.el (wl-summary-sync): Treat no-sync.
2436
2437         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2438         (wl-default-sync-range): Ditto.
2439
2440 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2441
2442         * wl-refile.el (wl-refile-subject-learn): Call
2443         `elmo-message-entity-field' with 3rd argument is non-nil.
2444         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2445         instead of `elmo-msgdb-overview-entity-get-subject'.
2446
2447 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2448
2449         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2450         scan-type is rescan.
2451         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2452         new optional argument force is non-nil.
2453         (wl-summary-save-view-cache): Call it with force argument non-nil.
2454
2455         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2456
2457 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2458
2459         * wl-action.el (wl-summary-print-argument): Fixed last change.
2460
2461 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2462
2463         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2464         simplified.
2465         (wl-summary-target-mark-mark-as-unread): Likewise.
2466         (wl-summary-target-mark-mark-as-important): Likewise.
2467
2468 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2469
2470         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2471         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2472         (wl-summary-mark-as-important-region): Change accordingly.
2473         (wl-summary-target-mark-mark-as-important): Ditto.
2474
2475 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2476
2477         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2478
2479         * wl-action.el (wl-summary-print-argument): Print argument to
2480         right side of window if `wl-summary-print-argument-within-window'
2481         is non-nil.
2482
2483 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2484
2485         * wl-action.el (wl-summary-set-mark): Use
2486         `wl-summary-message-visible-p' to check visibility of the message
2487         and jump to message only when the message line is visible and have
2488         different number; Call wl-summary-unset-mark with number argument.
2489         (wl-summary-unset-mark): 
2490         Use `wl-summary-message-visible-p'
2491         to check visibility of the message and jump to message only when
2492         the message line is visible and have different number;
2493
2494 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2495
2496         * Version number is increased to 2.11.7.
2497
2498         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2499         and wl-folder-summary-line-format.
2500
2501         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2502         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2503         (wl-summary-set-score-mark): Use it.
2504         (wl-summary-target-mark-mark-as-read): Ditto.
2505         (wl-summary-target-mark-mark-as-unread): Ditto.
2506         (wl-summary-target-mark-mark-as-important): Ditto.
2507         (wl-summary-target-mark-msgs): Simplified.
2508         (wl-summary-detect-mark-position): Fixed problem when
2509         summary-line-format no contain persisten/temp mark spec.
2510         (wl-summary-temp-mark): Ditto.
2511         (wl-summary-persistent-mark): Ditto.
2512         (wl-summary-update-persistent-mark): Ditto.
2513
2514         * wl-action.el (wl-summary-set-mark): Ditto.
2515         (wl-summary-unset-mark): Ditto.
2516         All other related portions are changed.
2517
2518 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2519
2520         * Version number is increased to 2.11.6.
2521
2522 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2523
2524         * wl-util.el (wl-current-message-buffer): Define as function;
2525         Don't use the value of wl-messge-buffer.
2526
2527         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2528         persistent mark.
2529
2530         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2531         no current message, cause an error.
2532
2533 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2534
2535         * wl-summary.el (wl-summary-set-message-modified): Use
2536         elmo-folder-set-message-modified instead of
2537         elmo-folder-set-message-modified-internal.
2538
2539 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2540
2541         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2542         interactively.
2543         (wl-summary-sync): nokill->entirely.
2544         (wl-summary-sync-marks): Fixed message.
2545         (wl-summary-input-range): Added mark, nokill->entirely.
2546
2547         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2548         messages as read.
2549
2550 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2551
2552         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2553         update-noscore.
2554         (wl-summary-sync): Follow the change above.
2555
2556 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2557
2558         * wl-action.el (wl-summary-target-mark-all): Use
2559         elmo-folder-list-messages.
2560
2561 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2562
2563         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2564         (wl-summary-rescan): Set wl-summary-scored as nil.
2565         (wl-summary-sync-force-update): Follow the change above.
2566         (wl-summary-sync): Ditto.
2567         (wl-summary-sync-update): Added argument disable-killed.
2568         (wl-summary-insert-headers): Set visible-only argument for
2569         elmo-folder-list-messages.
2570         (wl-summary-input-range): Added update-nokill, update-noscore,
2571         all-nokill, all-noscore and mark.
2572
2573         * Version number is increased to 2.11.5.
2574
2575         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2576
2577 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2578
2579         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2580         (wl-summary-prefetch-region-no-mark): Change accordingly.
2581         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2582
2583 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2584
2585         * wl-address.el (wl-complete-field-to): Abolished.
2586         (wl-complete-address): Completion function for completing-read.
2587         * wl-action.el (wl-summary-get-resend-address): Use it.
2588
2589         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2590         wl-summary-update-mark and abolish unused argument.
2591         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2592         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2593         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2594         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2595         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2596         * wl-draft.el (wl-draft-kill): Ditto.
2597
2598         * wl-summary.el: Remove unused binding of case-fold-search.
2599         (wl-summary-replace-status-marks): Abolished.
2600
2601 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2602
2603         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2604         is specified or folder length is zero.
2605
2606 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2607
2608         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2609         (wl-folder-archive-current-entity): Ditto.
2610
2611 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2612
2613         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2614         retrieving message mark.
2615         (wl-summary-redisplay-internal): Ditto.
2616
2617         * wl-message.el (wl-message-buffer-display): Ignore errors while
2618         retrieving message-id field.
2619
2620         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2621         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2622         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2623         order of the arguments for `wl-expire-message-p'.
2624         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2625
2626         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2627         Check return value of wl-summary-reply.
2628         (wl-summary-reply): Recover window configuration when an error occured.
2629
2630 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2631
2632         * wl-summary.el (wl-summary-resend-message): Abolished, the
2633         feature is inherited by wl-summary-resend (put resend mark).
2634
2635 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2636
2637         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2638         wl-message-buffer to nil when the message is hide.
2639
2640 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2641
2642         * .cvsignore: New file.
2643
2644 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2645
2646         * wl-action.el (wl-summary-action-docstring): Add more info.
2647         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2648         duplicate definition.
2649         (wl-summary-define-mark-action): Functions wl-summary-*-region
2650         keep current position.
2651         (wl-summary-unregister-target-mark): Store result to the variable.
2652
2653 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2654
2655         * Version number is increased to 2.11.4.
2656
2657 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2658
2659         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2660         wl-summary-delete-all-temp-marks.
2661         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2662
2663         * wl-action.el (wl-summary-set-mark): Changed terminology
2664         refile-destination -> action-argument.
2665         (wl-summary-unset-mark): Ditto.
2666         (wl-summary-remove-argument): Ditto.
2667         (wl-summary-print-argument): Ditto.
2668
2669         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2670         (wl-thread-remove-argument-region): Ditto.
2671         (wl-thread-print-argument-region): Ditto.
2672         (wl-thread-close): Ditto.
2673         (wl-thread-open): Ditto.
2674
2675         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2676         (wl-highlight-refile-destination-face is abolished)
2677         (wl-highlight-action-argument-string): Ditto.
2678         (wl-highlight-summary-current-line): Highlight action argument.
2679
2680         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2681         color for light backgrounds.
2682         (wl-highlight-summary-answered-face): Ditto.
2683
2684 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2685
2686         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2687
2688         * wl-score.el (wl-summary-score-update-all-lines): Use
2689         wl-summary-set-mark.
2690         (wl-summary-score-update-all-lines): Kill expunged messages.
2691
2692         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2693
2694 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2695
2696         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2697         directly.
2698         (wl-score-overview-entity-get-lines): Ditto.
2699         (wl-score-overview-entity-get-xref): Ditto.
2700         (wl-score-get-latest-msgs): Ditto.
2701         (wl-summary-rescore): Ditto.
2702
2703         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2704         to "&".
2705         (wl-summary-mark-as-answered-internal): New inline function.
2706         (wl-summary-mark-as-answered): New function.
2707         (wl-summary-mark-as-unanswered): Ditto.
2708         (wl-summary-sync-marks): Modified for answered-mark synching.
2709
2710 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2711
2712         * wl-action.el (wl-summary-set-mark): Fixed last change.
2713
2714 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2715
2716         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2717         behavior of wl-summary-unread-message-hook
2718         (Pointed out by akira yamada <akira@arika.org>).
2719
2720 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2721
2722         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2723         wl-summary-delete.
2724         * wl-xmas.el (wl-summary-toolbar): Ditto.
2725
2726         * wl-action.el (wl-summary-set-mark): Don't override current
2727         temp-mark.
2728
2729         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2730
2731 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2732
2733         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2734         (wl-refile-msgid-learn): Ditto.
2735         (wl-refile-get-field-value): Ditto.
2736
2737         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2738
2739         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2740         (wl-expire-delete-reserved-messages): Renamed from
2741         wl-expire-reserve-marked-msgs-from-list.
2742         (wl-expire-delete): Removed argument `msgdb'.
2743         (wl-expire-refile): Ditto.
2744         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2745         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2746         mark-alist as argument.
2747         (wl-expire-archive-number1): Removed argument `msgdb'.
2748         (wl-expire-archive-number2): Ditto.
2749         (wl-expire-archive-date): Ditto.
2750         (wl-expire-localdir-date): Ditto.
2751         (wl-expire-hide): Ditto.
2752         (wl-archive-number1): Ditto.
2753         (wl-archive-number2): Ditto.
2754         (wl-archive-date): Ditto.
2755         (wl-archive-folder): Ditto.
2756         All other related portions are changed.
2757
2758 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2759
2760         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2761         mean move up and down. (suggested by Takashi Kawachi)
2762
2763 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2764
2765         * wl-acap.el (toplevel): Don't require un-define.
2766
2767 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2768
2769         * wl-thread.el (wl-thread-delete-message): Always update
2770         wl-summary-buffer-number-list.
2771
2772         * wl-action.el (wl-summary-print-destination): 
2773         Do nothing when folder is nil.
2774
2775 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2776
2777         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2778         persistent mark when prefetch is succeeded.
2779
2780 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2781
2782         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2783         instead of elmo-msgdb-delete-msgs.
2784         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2785         (wl-expire-hide): Ditto.
2786
2787         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2788
2789         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2790         elmo-msgdb interface.
2791         (wl-thread-get-exist-children): Likewise.
2792         (wl-thread-insert-message): Likewise.
2793         (wl-thread-msg-mark-as-important): Likewise.
2794         (wl-thread-insert-entity-sub): Likewise.
2795         (wl-thread-get-children-msgs-uncached): Likewise.
2796
2797         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2798         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2799         (wl-summary-sync-update): Likewise.
2800         (wl-summary-auto-select-msg-p): Likewise.
2801         (wl-summary-update-thread): Likewise.
2802         (wl-summary-mark-as-important): Likewise.
2803         (wl-summary-jump-to-msg-internal): Likewise.
2804         (wl-summary-redisplay-internal): Likewise.
2805         (wl-summary-print-message-with-ps-print): Likewise.
2806         (wl-summary-folder-info-update): Likewise.
2807
2808         * wl-folder.el (wl-folder-check-one-entity):
2809         elmo-folder-count-flags instead of wl-summary-count-unread.
2810
2811         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2812
2813         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2814
2815         * wl-summary.el (wl-summary-set-message-modified): 
2816         Call wl-summary-set-mark-modified.
2817         (wl-summary-delete-messages-on-buffer): Call
2818         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2819         (wl-summary-sync-update): Call elmo-folder-length instead of
2820         elmo-folder-messages.
2821         (wl-summary-insert-headers): Don't call
2822         elmo-folder-list-message-entities.
2823
2824 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2825
2826         * wl-action.el (wl-summary-define-mark-action): Call
2827         `wl-summary-set-mark' with argument `data'.
2828         (wl-summary-auto-refile): Fixed order of arguments when call
2829         `wl-summary-refile'.
2830
2831 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2832
2833         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2834
2835         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2836
2837         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2838         (Renamed from wl-highlight-summary-deleted-face).
2839         (wl-highlight-summary-resend-face): New face.
2840
2841         (wl-highlight-summary-deleted-face): Renamed from
2842         wl-highlight-summary-erased-face.
2843
2844         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2845
2846         * wl-action.el (wl-summary-get-resend-address): New function.
2847         (wl-summary-exec-action-resend): Ditto.
2848         (wl-summary-exec-action-resend-subr): Ditto.
2849
2850         * w-thread.el (wl-thread-copy): Removed definition.
2851         (wl-thread-refile): Ditto.
2852         (wl-thread-delete): Ditto.
2853         (wl-thread-target-mark): Ditto.
2854
2855         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2856         (wl-summary-target-mark-set-action): Fixed.
2857         (wl-summary-define-mark-action): Fixed quotation.
2858         (wl-summary-move-mark-list-messages): Display message.
2859         (wl-summary-define-mark-action): Define thread functions.
2860         (wl-summary-exec-action-refile): Changed message.
2861         (wl-summary-exec): Ditto.
2862
2863 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2864         
2865         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2866         '%%'.
2867
2868 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2869
2870         * wl.el (toplevel): Require wl-action.
2871         (wl-init): Call wl-summary-define-mark-action.
2872
2873         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2874
2875         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2876         wl-summary-delete and wl-summary-erase.
2877         (wl-summary-mode-map): Ditto.
2878
2879         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2880         wl-delete-folder-alist.
2881
2882         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2883         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2884         (toplevel): Moved mark & action related functions to the wl-action.el.
2885
2886         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2887         in wl-summary-mark-action-list.
2888         (wl-highlight-summary-current-line): Ditto.
2889
2890         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2891         empty lines.
2892
2893         * wl-action.el: New file. 
2894
2895 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2896
2897         * wl-summary.el (wl-summary-target-mark-replace): New function.
2898         (wl-summary-target-mark-prefetch): Use it.
2899         (wl-summary-target-mark-delete): Ditto.
2900         (toplevel): Rearranged definition order.
2901         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2902         (wl-summary-target-mark-erase): Rewrite.
2903         (wl-summary-erase-region): New function.
2904         (wl-summary-exec-action-erase): Changed message.
2905         (wl-summary-move-mark-list-messages): New function.
2906         (wl-summary-exec-action-delete): Use it.
2907         (wl-summary-exec-action-erase): Ditto.
2908
2909         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2910         (wl-summary-skip-mark-list): Added "d".
2911
2912         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2913         while searching.
2914
2915         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2916         and define using defcustom;
2917         Define 4th element as a face.
2918         
2919         * wl-summary.el (wl-summary-incorporate): Use 
2920         `wl-summary-prefetch-region-no-mark' instead of
2921         `wl-summary-prefetch-region'.
2922         (wl-summary-prefetch-region-no-mark): Revival of old
2923         `wl-summary-prefetch-region'.
2924         (wl-summary-mark-action-list): Moved to wl-vars.el
2925
2926         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2927         face according to the `wl-summary-mark-action-list'.
2928         (wl-highlight-summary-current-line): Ditto;
2929         Removed destination highlighting.
2930
2931         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2932         (wl-highlight-summary-line-string): Highlight for "i" mark.
2933         (wl-highlight-summary-current-line): Ditto.
2934
2935         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2936         no destination.
2937
2938         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2939         exists, just go ahead.
2940         (wl-summary-prefetch-region): Rewrite.
2941         (wl-summary-prefetch): Ditto.
2942         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2943         (wl-summary-exec-action-prefetch): New function.
2944         (wl-summary-target-mark-prefetch): Rewrite.
2945
2946 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2947
2948         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2949         (wl-highlight-summary-line-string): Added "d" and "D".
2950         (wl-highlight-summary-current-line): Ditto.
2951
2952         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2953         in wl-summary.el.
2954         (wl-thread-insert-entity-sub): Ditto.
2955         (wl-thread-remove-destination-region): Ditto.
2956         (wl-thread-print-destination-region): Ditto.
2957
2958         * wl-summary.el (wl-summary-buffer-refile-list,
2959         wl-summary-buffer-delete-list,
2960         wl-summary-buffer-copy-list): Abolish.
2961         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2962         All other related portions are changed.
2963         (wl-summary-mark-action-list): New variable.
2964         (wl-summary-set-mark): New function.
2965         (wl-summary-register-target-mark): Ditto.
2966         (wl-summary-unregister-target-mark): Ditto.
2967         (wl-summary-have-target-mark-p): Ditto.
2968         (wl-summary-register-temp-mark): Ditto.
2969         (wl-summary-unregister-temp-mark): Ditto.
2970         (wl-summary-registered-temp-mark): Ditto.
2971         (wl-summary-collect-temp-mark): Ditto.
2972         (wl-summary-unset-mark): Ditto.
2973         (wl-summary-set-target-mark): Ditto.
2974         (wl-summary-unset-target-mark): Ditto.
2975         (wl-summary-set-action-generic): Ditto.
2976         (wl-summary-unset-action-generic): Ditto.
2977         (wl-summary-exec-action-delete): Ditto.
2978         (wl-summary-exec-action-erase): Ditto.
2979         (wl-summary-set-action-refile): Ditto.
2980         (wl-summary-set-action-refile-subr): Ditto.
2981         (wl-summary-unset-action-refile): Ditto.
2982         (wl-summary-make-destination-numbers-list): Ditto.
2983         (wl-summary-exec-action-refile): Ditto.
2984         (wl-summary-set-action-copy): Ditto.
2985         (wl-summary-unset-action-copy): Ditto.
2986         (wl-summary-exec-action-copy): Ditto.
2987         (wl-summary-collect-numbers-region): Ditto.
2988         (wl-summary-delete): Rewrite.
2989         (wl-summary-erase): Ditto.
2990         (wl-summary-remove-destination): Ditto.
2991         (wl-summary-exec): Ditto.
2992         (wl-summary-exec-region): Ditto.
2993         (wl-summary-target-mark-erase): Ditto.
2994         (wl-summary-refile): Ditto.
2995         (wl-summary-copy): Ditto.
2996         (wl-summary-unmark): Ditto.
2997         (wl-summary-delete-all-mark): Ditto.
2998         (wl-summary-mark-line): Don't highlight.
2999         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3000         (wl-summary-target-mark-refile-subr): Rewrite.
3001
3002         (wl-summary-copy-prev-destination): Abolish.
3003
3004 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3005
3006         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3007         default values along the value of wl-on-mule.
3008         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3009         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3010         It is not used anywhere.
3011
3012 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3013
3014         * wl-summary.el (wl-summary-print-destination): Keep position.
3015         (wl-summary-cursor-move-surface): Keep horizontal position.
3016
3017 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3018
3019         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3020         write sendlog.
3021
3022 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3023
3024         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3025         `wl-summary-highlight'.
3026
3027 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3028
3029         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3030         trivial condition for temp-mark.
3031
3032 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3033
3034         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3035         when it hits killed buffer.
3036
3037 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3038
3039         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3040         * wl-news.el.in: `message' and `error' take format string.
3041
3042 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3043
3044         * wl-folder (wl-folder-insert-entity): Display a message,
3045         `...done', when the work finish.
3046         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3047
3048 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3049
3050         * wl-message.el (wl-message-redisplay): Remove unused local
3051         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3052
3053 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3054
3055         * wl-summary.el (wl-summary-replace-status-marks): Disable
3056         interactive use.
3057         (wl-summary-reedit): Check message existence at first.
3058         (wl-summary-mark-line): Fix doc, return value is indefinite.
3059
3060         * wl-highlight.el (wl-highlight-message): Arranged.
3061
3062         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3063         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3064         check temp-mark by wl-summary-temp-mark always.
3065         (wl-highlight-summary): Change accordingly.
3066         * wl-summary.el (wl-summary-mark-as-read-all)
3067         (wl-summary-delete-cache, wl-summary-set-score-mark)
3068         (wl-summary-mark-as-unread, wl-summary-unmark)
3069         (wl-summary-mark-line, wl-summary-mark-as-read)
3070         (wl-summary-mark-as-important): Ditto.
3071
3072         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3073         end of the window if possible.
3074         * wl-summary.el (wl-summary-sync-update): Support lazy
3075         highlighting.
3076         (wl-summary-toggle-disp-msg): Ditto.
3077
3078 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3079
3080         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3081
3082 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3083
3084         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3085         change.
3086
3087 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3088
3089         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3090         API.
3091         (wl-summary-sync-update): Ditto.
3092
3093         * wl-score.el (wl-score-get-score-alist): Changed argument.
3094         (wl-summary-rescore-msgs): Likewise.
3095         (wl-summary-score-headers): Likewise.
3096         (wl-score-headers): Likewise;
3097         Use elmo-folder-do-each-message-entity, etc.
3098         (wl-summary-score-effect): Follow the changes above.
3099         (wl-summary-rescore): Ditto.
3100         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3101         (wl-score-get-overview): Abolish.
3102
3103         * wl-summary.el (wl-summary-default-from): Follow the API change in
3104         elmo-msgdb.
3105         (wl-summary-count-unread): Ditto.
3106         (wl-summary-detect-mark-position): Ditto.
3107         (wl-summary-overview-entity-compare-by-date): Ditto.
3108         (wl-summary-overview-entity-compare-by-number): Ditto.
3109         (wl-summary-overview-entity-compare-by-from): Ditto.
3110         (wl-summary-overview-entity-compare-by-subject): Ditto.
3111         (wl-summary-get-list-info): Ditto.
3112         (wl-summary-rescan): Ditto.
3113         (wl-summary-jump-to-msg-by-message-id): Ditto.
3114         (wl-summary-sync-update): Ditto; Removed comment.
3115         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3116         (wl-summary-insert-message): Use wl-summary-insert
3117         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3118         (wl-summary-insert-headers): Changed argument overview to folder.
3119         (wl-summary-search-by-subject): Likewise.
3120         (wl-summary-insert-thread): Renamed from 
3121         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3122
3123         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3124         too.
3125
3126         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3127         wl-string-member.
3128
3129 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3130
3131         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3132         elmo-folder-append-buffer.
3133         (wl-draft-queue-append): Likewise.
3134
3135         * wl-mime.el (wl-message-delete-current-part): Ditto.
3136         (wl-summary-burst-subr): Ditto.
3137
3138         * wl-news.el.in (wl-news-send-news): Ditto.
3139
3140 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3141
3142         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3143         function.
3144         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3145         (wl-summary-update-mark): Enclose with save-excursion.
3146         (wl-summary-mark-as-read-internal): Fixed last change.
3147         (wl-summary-mark-as-important): Use 3rd argument of
3148         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3149         Don't use elmo-msgdb-set-mark.
3150         (wl-summary-redisplay-internal): If msgdb flag is already read,
3151         just update the mark on buffer.
3152
3153 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3154
3155         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3156         cut visible folder when elmo-folder-delete returns non-nil value.
3157
3158 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3159
3160         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3161         by Kenichi OKADA <okada@opaopa.org>).
3162
3163 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3164
3165         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3166
3167 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3168
3169         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3170         Fixed the last change, search group entity by its real name.
3171         (Thanks to: KOBAYASHI Shinji)
3172
3173 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3174
3175         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3176         (wl-fldmgr-access-display-all): Don't refer visible name.
3177         * wl-expire.el (wl-folder-archive-current-entity)
3178         (wl-folder-expire-current-entity): Ditto.
3179         * wl-folder.el (wl-folder-jump-to-current-entity)
3180         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3181         (wl-folder-open-folder-sub,wl-folder-open-all)
3182         (wl-folder-write-current-folder): Ditto.
3183         (wl-folder-insert-entity): Don't use petname for normal group.
3184         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3185         is the real name.
3186         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3187         Abolished.
3188
3189 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3190
3191         * wl-draft.el (wl-draft-create-buffer): Add
3192         `wl-summary-reply-with-citation'
3193
3194 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3195
3196         * wl-draft.el (wl-draft-reply): Fixed.
3197
3198 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3199
3200         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3201         when `wl-draft-send-confirm-with-preview' is non-nil.
3202         You can scroll up/down by j/k.
3203         (wl-draft-send-confirm-with-preview): New variable (default=t).
3204
3205 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3206
3207         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3208         (wl-fldmgr-save-folders): Fix comment.
3209
3210 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3211
3212         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3213         along the last change in `wl-folder-buffer-group-p'.
3214
3215 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3216
3217         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3218         folder.
3219
3220         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3221         the default value.
3222
3223         * wl-mime.el (wl-summary-burst): Update summary only when target
3224         folder equals current folder.
3225
3226 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3227
3228         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3229
3230 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3231
3232         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3233         value.
3234
3235 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3236
3237         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3238         `map-extents' instead of `extent-at' repeatedly.
3239         (wl-highlight-folder-current-line): Ditto.
3240
3241         * wl-highlight.el: Remove useless dummy functions.
3242
3243 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3244
3245         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3246         (wl-folder-put-folder-property): New function to put text property.
3247         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3248         (wl-folder-insert-entity, wl-folder-update-diff-line)
3249         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3250         * wl-e21.el, wl-xmas.el, wl-mule.el
3251         (wl-highlight-folder-current-line): Ditto.
3252         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3253         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3254         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3255         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3256
3257 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3258
3259         * Version number is increased to 2.11.3.
3260
3261 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3262
3263         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3264         Resume current-buffer since it is assumed by remaining tasks.
3265
3266 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3267
3268         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3269         (wl-folder-completion-function): Abolished.
3270         (wl-folder-complete-folder): New function.
3271         (wl-folder-complete-filter-condition): Ditto.
3272         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3273         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3274
3275 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3276
3277         * wl-draft.el (wl-draft-send-confirm): New function.
3278         (wl-draft-send): Use it.
3279
3280         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3281         cursor-in-echo-area while confirming.
3282
3283         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3284
3285         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3286         searching via nntp if wl-summary-search-via-nntp is 'force.
3287         Otherwise, invoke searching in nntp folder only.
3288         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3289
3290         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3291         explicitly for mime-make-text-tag.
3292
3293 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3294
3295         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3296         `mime-make-text-tag' instead of `mime-create-tag'.
3297
3298 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3299
3300         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3301         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3302
3303 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3304
3305         * wl-score.el (wl-score-save): Bind print-length and print-level.
3306         (wl-score-pretty-print): Ditto.
3307         (wl-score-edit-insert-header-entry): Ditto.
3308
3309         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3310         "From" entry to be treated with wl-draft-eword-encode-address-list.
3311         * wl-mime.el (wl-draft-preview-message): Ditto.
3312
3313         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3314         (wl-summary-mark-as-unread): Ditto.
3315         (wl-summary-mark-as-read-region): Change accordingly.
3316         (wl-summary-mark-as-unread-region): Ditto.
3317         (wl-summary-target-mark-mark-as-read): Ditto.
3318         (wl-summary-target-mark-mark-as-unread): Ditto.
3319
3320 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3321
3322         * Version number is increased to 2.11.2.
3323
3324 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3325
3326         * wl-news.el.in (wl-news-previous-version-save): Bind
3327         print-length and print-level.
3328         * wl-thread.el (wl-thread-save-entities): Ditto.
3329         (wl-thread-save-top-list): Bind print-length.
3330
3331 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3332
3333         * wl-highlight.el (wl-highlight-summary-line-string): Use
3334         wl-summary-score-below-mark, wl-summary-score-over-mark.
3335         (wl-highlight-summary-current-line): Ditto.
3336
3337 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3338
3339         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3340         insert it.
3341
3342 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3343
3344         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3345
3346 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3347
3348         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3349         message without msgid.
3350         Rewrite with elmo-folder-move-messages.
3351         Set wl-message-buffer to nil.
3352
3353         * wl-summary.el (wl-summary-erase-subr): New function. Use
3354         elmo-folder-move-messages.
3355         (wl-summary-erase): Call it.
3356         (wl-summary-target-mark-erase): Ditto.
3357
3358 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3359
3360         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3361         it is not up-tp-date.
3362
3363 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3364
3365         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3366         buffer after calling `wl-summary-goto-folder-subr' without the
3367         argument `interactive'.
3368         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3369
3370 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3371
3372         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3373         `mime-create-tag'. Use `string=' instead of `looking-at'.
3374
3375 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3376
3377         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3378         to avoid compile warning.
3379
3380         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3381         entity-id when folder is given.
3382         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3383         save-excursion, use save-selected-window instead.
3384         Select folder buffer window if exists.
3385         (To correct behavior with wl-folder-move-cur-folder.)
3386
3387 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3388
3389         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3390
3391 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3392
3393         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3394         list-count instead of %d.
3395
3396 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3397
3398         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3399         (wl-news): Set it.
3400         (wl-news-append-to-folder): Use it.
3401
3402         * wl-news.el.in (wl-news-send-news): Append to specified folder
3403         instead of wl-default-folder.
3404         (wl-news-append-to-folder): Show error message with specified folder.
3405
3406         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3407                 In most major modes, Emacs assumes that any opening
3408                 delimiter found at the left margin is the start of a
3409                 top-level definition, or defun. Therefore, *never put an
3410                 opening delimiter at the left margin unless it should have
3411                 that significance.*
3412
3413         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3414
3415 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3416
3417         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3418
3419 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3420
3421         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3422
3423 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3424
3425         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3426         for sequential numbering case.
3427
3428 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3429
3430         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3431         value.
3432         (wl-draft-reply-without-argument-list): Ditto.
3433         (wl-draft-reply-myself-with-argument-list): Abolish.
3434         (wl-draft-reply-myself-without-argument-list): Ditto.
3435         * wl-draft.el (wl-draft-self-reply-p): New function.
3436         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3437
3438 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3439
3440         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3441         (avoid error for the case without byte-compiling)
3442
3443 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3444
3445         * wl-news.el.in (wl-news-append-to-folder): New function.
3446         (wl-news-exit): Rewrite.
3447         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3448
3449 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3450
3451         * wl-draft.el (wl-draft-reply-position): New function.
3452         (wl-draft-reply-position): Fix.
3453         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3454         (wl-summary-target-mark-reply-with-citation): Ditto.
3455         (wl-summary-reply-with-citation): Ditto.
3456         * wl-vars.el (wl-draft-reply-default-position): New variable.
3457
3458 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3459
3460         * wl-draft.el (wl-draft-send): Preview when interactive send.
3461
3462 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3463
3464         * wl-draft.el (wl-draft-reply): Set default position.
3465         * wl-summary.el (wl-summary-reply): Ditto.
3466         (wl-summary-reply-with-citation): Ditto.
3467         (wl-summary-target-mark-reply-with-citation): Ditto.
3468
3469 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3470
3471         * wl-news.el.in (wl-news-lang): Set default value according to
3472         current-language-environment.
3473         (wl-news-append-news): Do nothing when news-list is nil.
3474
3475 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3476
3477         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3478         (wl-news): Change message.
3479         (wl-news-exit): Check buffer.
3480         (wl-news-force-exit): New function.
3481         (wl-news-show-all): New function.
3482         (wl-news-discard-and-exit): Fix.
3483
3484 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3485
3486         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3487         according to current-language-environment.
3488
3489         * wl-news.el.in (wl-news): If arg, show all NEWS after
3490         wl-news-default-previous-version.
3491
3492 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3493
3494         * wl-news.el.in (wl-news-check): Rewritten.
3495         (wl-news-previous-version-load): Change data type.
3496         (wl-news-previous-version-save): Change data type.
3497         (wl-news-append-news): Add return value.
3498         (wl-news-check-news): New function.
3499         (wl-news-already-current-p): New function.
3500         (wl-news-send-news): Rewritten.
3501         (wl-news-mode-map): Add new keybind.
3502         (wl-news): Rewritten.
3503         (wl-news-exit): Rewritten.
3504         (wl-news-discard-and-mail): New function.
3505         (wl-news-send-to-address): Abolished.
3506         * wl.el (wl-init): Delete a message.
3507
3508 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3509
3510         * wl-news.el.in (wl-news-exit): Update previous version.
3511         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3512
3513 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3514
3515         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3516
3517 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3518
3519         * wl-news.el.in (wl-news): New function.
3520         (wl-news-mode): New function.
3521         (wl-news-next-line): New function.
3522         (wl-news-next-page): New function.
3523         (wl-news-exit): New function.
3524         (wl-news-buf-name): New variable.
3525         (wl-news-mode-map): New variable.
3526         (wl-news-winconf): New variable.
3527         (wl-news-append-news): Add an option.
3528
3529 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3530
3531         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3532
3533 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3534
3535         * wl-news.el.in (wl-news-send-to-address): New variable.
3536         (wl-news-send-news): Use it.
3537         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3538         Return updating status.
3539         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3540
3541 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3542
3543         * wl-news.el.in (wl-news-send-news): Delete
3544         Organization and X-Face.
3545
3546 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3547
3548         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3549         (wl-news-append-news): New function.
3550         (wl-news-send-news): New function.
3551
3552 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3553
3554         * Version number is increased to 2.11.1.
3555
3556 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3557
3558         * wl-news.el.in : New file.
3559
3560 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3561
3562         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3563         default value.
3564         (wl-draft-reply-without-argument-list): Ditto.
3565
3566 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3567
3568         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3569         (wl-message-buffer-prefetch-idle-time): Ditto.
3570         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3571
3572 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3573
3574         * wl-thread.el (wl-thread-insert-message): Use
3575         wl-summary-max-thread-depth.
3576
3577         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3578         loop detection.
3579
3580         * wl-message.el (wl-message-buffer-display): Back to the first page
3581         when cache is hit.
3582
3583 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3584
3585         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3586
3587         * wl-summary.el (wl-summary-insert-thread-entity):
3588         If the thread depth is reached to wl-summary-max-thread-depth,
3589         divide the thread.
3590
3591 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3592
3593         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3594         for elmo-remove-passwd.
3595
3596 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3597
3598         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3599         folder is sticky.
3600         (wl-folder-mark-as-read-all-entity): Ditto.
3601         (wl-folder-prefetch-entity): Ditto.
3602
3603 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3604
3605         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3606
3607 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3608
3609         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3610         Delete messages on buffer for unplugged operation.
3611         (wl-summary-erase): Ditto.
3612
3613 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3614
3615         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3616         take nil so as not to search parent by subject.
3617
3618 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3619
3620         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3621         (wl-folder-get-next-folder): Ditto.
3622         (wl-folder-get-path): Ditto.
3623
3624 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3625
3626         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3627         system and encode the region with it before verifying.
3628
3629 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3630
3631         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3632         system of the echo buffer before decoding.
3633
3634 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3635
3636         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3637         original contents.
3638
3639 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3640
3641         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3642         with argument 'any-exists.
3643
3644 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3645
3646         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3647         Use `wl-cs-autoconv'.
3648
3649 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3650
3651         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3652         by `mime-view-automatic-conversion'.
3653
3654         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3655         (wl-message-verify-pgp-nonmime): Ditto.
3656         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3657         Bind them to C-c:d and C-c:v respectively.
3658
3659         Merge following code by Teranishi-san from [wl-en:00167].
3660         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3661         (wl-mime-preview-application/pgp-encrypted): Ditto.
3662         (wl-mime-setup): Add entry.
3663
3664 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3665
3666         * wl-summary.el (wl-summary-target-mark-erase): New function.
3667         Bind it to "mD".
3668
3669 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3670
3671         * wl-vars.el (wl-draft-write-file-function): Fix.
3672         (wl-draft-reedit-hook): Changed default value.
3673
3674         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3675         wl-draft-reedit-hook.
3676         (wl-draft-remove-text-plain-tag): New function.
3677         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3678
3679         * wl-vars.el (wl-draft-write-file-function): New user option.
3680
3681         * wl-draft.el (wl-draft-prepare-edit): Use it for
3682         local-write-file-hooks.
3683         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3684
3685         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3686         (wl-draft-insert-mail-header-separator): Return the body beginning
3687         point.
3688         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3689         text/plain.
3690         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3691
3692 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3693
3694         * wl-summary.el (wl-summary-erase): New function to erase message
3695         without moving it to trash. Bind to "D".
3696
3697         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3698         as `keep' unless switch-function.
3699
3700 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3701
3702         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3703         message buffer by using `wl-summary-toggle-disp-msg'.
3704         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3705         buffer window.
3706         (wl-summary-supresedes-message): Ditto.
3707
3708         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3709         Do not delete other windows.
3710         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3711         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3712         (wl-draft-create-buffer): Set reply-or-forward also for target
3713         mark commands.
3714
3715 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3716
3717         * wl-draft.el (wl-user-agent-compose): Delete special case for
3718         switch-to-buffer-other-window.
3719
3720         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3721         (wl-summary-forward): Ditto.
3722
3723         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3724         function.
3725         (wl-draft-buffer-style): New use option.
3726
3727         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3728         (wl-draft): Follow the change above.
3729         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3730         wl-draft-buffer-style.
3731         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3732         switch-function.
3733
3734 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3735
3736         * wl-address.el (wl-address-make-completion-entry): Extracted from
3737         `wl-address-make-completion-list'.
3738         (wl-address-enable-strict-loading): New variable.
3739         (wl-address-make-completion-list): Revive petname duplication
3740         inquiry, and enable it if `wl-address-enable-strict-loading'.
3741         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3742
3743 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3744
3745         * wl-message.el (wl-message-get-original-buffer): Avoid
3746         'Selecting deleted buffer' error when original buffer is killed.
3747
3748 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3749
3750         * wl-summary.el (wl-summary-next-message): Use
3751         elmo-message-accessible-p instead of elmo-message-cached-p.
3752
3753 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3754
3755         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3756
3757         * wl-thread.el (wl-thread-open-all-unread): Use
3758         elmo-folder-list-flagged instead of
3759         elmo-folder-list-messages-mark-match.
3760
3761         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3762         instead of elmo-folder-list-messages-mark-match.
3763         (wl-summary-move-spec-alist): New variable.
3764         (wl-summary-move-spec-plugged-alist,
3765         wl-summary-move-spec-unplugged-alist): Abolish.
3766         (wl-summary-next-message): Follow the change above.
3767         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3768         with 'no-msg' argument.
3769
3770         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3771         variable.
3772         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3773         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3774         (wl-message-buffer-prefetch-get-next): Follow the change above.
3775
3776 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3777
3778         * wl-version.el (wl-version): Changed codename.
3779
3780         * Version number is increased to 2.11.0.
3781
3782 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3783
3784         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3785         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3786         `wl-draft-config-variables'.
3787         (wl-draft-kill): Fixed problem when the draft is reedit.
3788
3789 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3790
3791         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3792         buffer-modified status (Thanks to
3793         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3794
3795 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3796
3797         * wl-util.el (wl-region-exists-p): New function.
3798
3799         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3800         Remove defvars for byte-compile warnings.
3801
3802 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3803
3804         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3805         defvar-maybe. Removed unused bind.
3806
3807 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3808
3809         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3810         summary buffer window before creating new frame.
3811         (wl-draft-reply): Ditto.
3812
3813 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3814
3815         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3816
3817 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3818
3819         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3820
3821 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3822
3823         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3824         instead of `kill-region'.
3825
3826 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3827
3828         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3829         (wl-highlight-summary-line-string): Use it.
3830         (wl-highlight-summary-current-line): Ditto.
3831
3832         * wl-mime.el (wl-message-delete-current-part): Check the class of
3833         mime-entity.
3834
3835         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3836
3837         * wl-summary.el (wl-summary-make-number-list): Initialize.
3838         (wl-summary-update-mark): New function.
3839         (wl-summary-reply): Put `answered' mark on the message.
3840         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3841
3842         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3843         (wl-draft-reply): Added optional argument `number';
3844         Set wl-draft-parent-number.
3845         (wl-draft-kill): Delete answered mark if it is a reply.
3846
3847 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3848
3849         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3850         that originates in mime-preview-follow-current-entity.
3851         (wl-draft-yank-current-message-entity): Use it if region is active.
3852
3853         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3854         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3855         `wl-message-delete-current-part'.
3856         * wl-mule.el (wl-message-define-keymap): Ditto.
3857         * wl-xmas.el (wl-message-define-keymap): Ditto.
3858
3859 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3860
3861         * wl-mime.el (wl-message-delete-current-part): New function.
3862         (wl-mime-node-id-to-string): Ditto.
3863
3864         * wl-mime.el (wl-message-delete-current-part): Use existing
3865         original buffer which corresponds current mime-view buffer.
3866         (fetched buffer might have different structure, possibly)
3867
3868         * wl-mime.el (wl-message-delete-current-part): Quit if the
3869         message content differs from the actual message.
3870
3871 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3872
3873         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3874         order.
3875         (wl-summary-search-by-subject): Search parent message from tail;
3876         Check the existence of the parent message on the current thread tree.
3877         (wl-summary-update-thread): Check whether the line is inserted.
3878
3879 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3880
3881         * wl-vars.el (wl-summary-line-format): Undo last change.
3882         * wl-summary.el (wl-summary-print-destination): Do not put
3883         invisible property when `wl-summary-width' is nil.
3884         (wl-summary-line-subject-minimum-length): Abolished.
3885         (wl-summary-line-subject): Ditto.
3886
3887 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3888
3889         * wl-vars.el (wl-summary-line-format): Change default value.
3890         (wl-summary-subject-length-limit): Abolished.
3891         * wl-summary.el (wl-summary-line-subject): Ditto.
3892
3893 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3894
3895         * wl-template.el (wl-template-select): Added optional argument.
3896         If optional argument is specified, reverse
3897         `wl-template-visible-select'.
3898
3899 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3900
3901         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3902         Take prefix argument to force asking the destination folder.
3903
3904 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3905
3906         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3907         count and update status.
3908
3909 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3910
3911         * wl-summary.el (wl-summary-redisplay-internal): If
3912         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3913         after fetching.
3914
3915 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3916
3917         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3918         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3919
3920         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3921
3922 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3923
3924         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3925         (All other related portions are changed).
3926         (wl-summary-mark-as-read-all): Rewrite.
3927
3928 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3929
3930         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3931         `wl-summary-mark-as-read'.
3932         (wl-summary-mark-as-unread): Rewrite.
3933         (wl-summary-mark-as-read): Added no-modeline argument.
3934         (wl-summary-resume-cache-status): Rewrite.
3935         (wl-summary-exec-subr): Remove unused local variable.
3936
3937 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3938
3939         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3940         logic to call `wl-summary-buffer-prev-folder-function'.
3941         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3942
3943 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3944
3945         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3946         is nil.
3947
3948 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3949
3950         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3951         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3952         (wl-mime-setup): Add its entry.
3953
3954 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3955
3956         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3957         (wl-summary-delete-cache): Likewise.
3958         (wl-summary-mark-as-read): Rewrite.
3959
3960 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3961
3962         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3963         `wl-summary-count-unread'.
3964
3965         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3966
3967         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3968
3969 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3970
3971         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3972         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3973         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3974         Renamed to the elmo-msgdb-*-mark.
3975         (wl-summary-score-marks): Follow the change above.
3976         (wl-summary-auto-refile-skip-marks): Ditto.
3977         (wl-summary-incorporate-marks): Ditto.
3978         (wl-summary-expire-reserve-marks): Ditto.
3979
3980         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3981         changes.
3982         (wl-thread-insert-top): Changed updating message.
3983
3984         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3985         variable.
3986         (wl-summary-count-unread): Count answered marks.
3987         (wl-summary-rescan): Call wl-summary-insert-message instead of
3988         wl-summary-append-message-func-internal.
3989         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3990         (wl-summary-prefetch-msg): Follow the variable name changes.
3991         (wl-summary-prefetch-region): Ditto.
3992         (wl-summary-mark-as-read-all): Follow the API changes;
3993         Don't call elmo-folder-replace-marks.
3994         (wl-summary-delete-cache): Follow the variable name changes.
3995         (wl-summary-resume-cache-status): Ditto.
3996         (wl-summary-update-status-marks): New function.
3997         (wl-summary-insert-message): New function.
3998         (wl-summary-sync-marks): Follow the variable name changes.
3999         (wl-summary-sync-update): Synchronize to the msgdb, too;
4000         Changed update messages.
4001         (wl-summary-make-number-list): Rewrite.
4002         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4003         (wl-summary-mark-as-unread): Follow the API changes.
4004         (wl-summary-exec-subr): Follow the variable name changes.
4005         (wl-summary-mark-as-read): Ditto.
4006         (wl-summary-move-spec-plugged-alist): Ditto.
4007         (wl-summary-move-spec-unplugged-alist): Ditto.
4008         (wl-summary-cursor-move-surface): Ditto.
4009
4010         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4011         variable name changes.
4012         (wl-highlight-summary-current-line): Ditto.
4013
4014         * wl-expire.el (wl-expire-refile): Follow the API change in
4015         elmo-folder-move-messages.
4016         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4017         (wl-summary-archive): Use elmo-folder-msgdb instead of
4018         elmo-msgdb-load.
4019
4020 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4021
4022         * wl-mime.el (wl-draft-preview-message): Restore the position
4023         before evaluating wl-draft-send-hook in preview buffer.
4024
4025 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4026
4027         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4028         when it creates new draft buffer.
4029
4030         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4031         without argument.
4032
4033         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4034         Evaluate content and if the value is string, insert it.
4035         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4036         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4037         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4038         wl-draft-config-sub-part-bottom): Use it.
4039
4040         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4041         with the folder name. The question was unintelligible when it is
4042         called from wl-save-status.
4043
4044 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4045
4046         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4047         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4048         cannot take second argument).
4049
4050 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4051
4052         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4053         as t. Since type and subtype are not case sensitive (RFC 2045).
4054
4055 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4056
4057         * wl-vars.el (wl-message-mode-line-format): New variable.
4058         (wl-message-mode-line-format-spec-alist): Ditto.
4059         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4060         (wl-message-redisplay): Use wl-message-mode-line-format.
4061
4062 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4063
4064         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4065
4066 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4067
4068         * wl-summary.el (wl-summary-default-from): Write description.
4069
4070 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4071
4072         * wl-vars.el (wl-ldap-objectclass): Abolish.
4073
4074         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4075         (wl-ldap-make-filter): Removed condition for objectclass.
4076         (wl-ldap-make-matched-value-list): Remove meaningless process.
4077         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4078         (wl-address-ldap-search): Don't add `*' to `pat' string;
4079         use ignore-errors; added `email';
4080         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4081         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4082         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4083
4084
4085 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4086
4087         * wl-draft.el (wl-draft-parent-folder): Write description.
4088         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4089
4090 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4091
4092         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4093         as "" (zero-length string) if no parent.
4094         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4095
4096 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4097
4098         * wl-address.el (wl-address-make-completion-list): Skip duplication
4099         checking.
4100         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4101         `append'.
4102
4103 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4104
4105         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4106         instead of `beginning-of-buffer'.
4107
4108 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4109
4110         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4111
4112 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4113
4114         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4115         Refer wl-message-buffer-name.
4116         (wl-message-wheel-down): Ditto.
4117
4118 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4119
4120         * wl-vars.el (wl-message-buffer-name): New user option.
4121
4122         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4123         directly instead of making alist dinamically.
4124
4125         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4126         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4127         wl-message-buffer-cache-name.
4128         (wl-message-buffer-cache-clean-up): Ditto.
4129
4130         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4131
4132         * Version number is increased to 2.9.15.
4133
4134 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4135
4136         * wl-vars.el (wl-summary-default-view-alist): New user option.
4137
4138         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4139
4140         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4141         while deleting address.
4142         (wl-draft-delete-myself-from-cc): Ditto.
4143
4144         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4145         If optional argument is specified, reverse sort order.
4146
4147         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4148
4149 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4150
4151         * wl-thread.el (wl-thread-insert-message): Return parent number if
4152         exists.
4153         (wl-thread-update-indent-string-region): Use
4154         wl-thread-update-line-on-buffer-sub instead of
4155         wl-thread-update-line-on-buffer.
4156
4157 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4158
4159         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4160         (wl-folder-close-all): Ditto.
4161
4162 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4163
4164         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4165         and mailing-list:.
4166         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4167         value.
4168         (wl-summary-line-list-info): Print mailing-list name even when 
4169         list-number is empty.
4170
4171 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4172
4173         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4174
4175         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4176         (wl-draft-open-file): Ditto.
4177         (wl-draft-random-alphabet): Ditto.
4178
4179         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4180         bindings.
4181
4182 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4183
4184         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4185         * wl-vars.el (wl-draft-config-alist): Ditto.
4186
4187 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4188
4189         * Version number is increased to 2.9.14.
4190
4191         * wl.el (wl): Don't set wl-init as nil when error occured while
4192         auto-checking folders.
4193
4194         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4195         `elmo-expand-newtext'.
4196
4197 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4198
4199         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4200         `this-command' so that `wl-folder-goto-folder' contained in
4201         `wl-summary-keep-cursor-command' work.
4202
4203 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4204
4205         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4206         message buffer displaying state.
4207
4208 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4209
4210         * wl-vars.el (wl-summary-default-view): New variable to specify
4211         default value for `wl-summary-buffer-view' instead of using
4212         set-default.
4213         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4214
4215 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4216
4217         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4218
4219         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4220
4221 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4222
4223         * wl-vars.el (wl-forward-subject-prefix): New variable.
4224         * wl-draft.el (wl-draft-forward): Use it.
4225
4226 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4227
4228         * wl-message.el (wl-message-prev-page): When it is called without
4229         lines argument, scroll down by wl-message-scroll-amount lines.
4230         (wl-message-next-page): Ditto.
4231         * wl-vars.el (wl-message-scroll-amount): Change default value
4232         to preserve current behavior.
4233
4234 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4235
4236         * wl-summary.el (wl-summary-prefetch-msg): Bind
4237         `wl-message-entity' to call `wl-summary-from-function'.
4238
4239 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4240
4241         * wl-message.el (wl-message-buffer-create): Run
4242         wl-message-buffer-created-hook.
4243
4244 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4245
4246         * wl-summary.el (wl-summary-sort-specs): New variable.
4247         (wl-summary-default-sort-spec): Ditto.
4248         (wl-summary-sort): Rewrite.
4249         (wl-summary-sort-by-list-info): New function.
4250
4251 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4252
4253         * wl-summary.el (wl-summary-get-list-info): New function.
4254         (wl-summary-sort): Rewrite.
4255         (wl-summary-line-list-info): Ditto.
4256         (wl-summary-line-list-count): Ditto.
4257         (wl-summary-refile-region): Fixed docstring.
4258
4259 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4260
4261         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4262         `wl-folder-entity-hashtb' as completion table.
4263
4264 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4267         only when this command is called interactively; silence the byte-
4268         compiler.
4269
4270 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4271
4272         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4273         active in XEmacs.
4274
4275 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4276
4277         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4278         plural lines.
4279
4280 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4281
4282         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4283         of current line when the cursor is on the header name.
4284         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4285
4286 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4287
4288         * wl-util.el (wl-read-directory-name): Return displayed directory
4289         as the default value also on XEmacs.
4290
4291 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4292
4293         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4294         formatting.
4295
4296 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4297
4298         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4299         argument and when it is non-nil, check face property before
4300         highlighting for each line.
4301         (wl-highlight-summary-window): Set it.
4302
4303 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4304
4305         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4306         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4307
4308         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4309         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4310         (wl-draft-get-fcc-list): Likewise.
4311
4312 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4313
4314         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4315         (wl-thread-entity-cur): Ditto.
4316         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4317         wl-thread-indent-regexp setting.
4318         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4319
4320         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4321         wl-summary-lazy-highlight.
4322         (wl-summary-display-bottom): Ditto.
4323
4324         * wl-thread.el (wl-thread-open-close): Likewise.
4325
4326         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4327         from and subject;
4328         Bind wl-draft-use-frame;
4329         Enclose with save-window-excursion;
4330         Use wl-draft-create-buffer instead of with-temp-buffer;
4331         Use wl-draft-prepare-edit;
4332         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4333         Use wl-draft-send instead of wl-draft-raw-send.
4334
4335 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4336
4337         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4338         of using wl-from.
4339
4340 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4341
4342         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4343         insert-buffer instead of clone-buffer.
4344         (wl-draft-doing-mime-bcc): New variable.
4345         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4346         infinite loop.
4347         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4348
4349         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4350         (wl-draft-mime-bcc-body): Ditto.
4351
4352         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4353         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4354         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4355         wl-draft-do-mime-bcc.
4356         (wl-draft-mime-bcc-field): New function.
4357         (wl-draft-do-mime-bcc): Ditto.
4358
4359         * wl-address.el (wl-address-complete-header-list): New variable.
4360         (wl-address-complete-header-regexp): Changed default value.
4361
4362         * Version number is increased to 2.9.13.
4363
4364 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4365
4366         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4367         it is differed.
4368
4369 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4370
4371         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4372         (wl-summary-line-list-count): Ditto.
4373
4374 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4375
4376         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4377         (wl-nntp-posting-function): New variable.
4378         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4379         `wl-nntp-posting-config-alist'.
4380
4381 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4382
4383         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4384         FLIM.
4385
4386 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4387
4388         * wl-summary.el (wl-summary-target-mark-refile-sub):
4389         Remove a nuisance funcall.
4390
4391 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4392
4393         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4394         as t for `try-completion'.
4395
4396 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4397
4398         * wl-summary.el (wl-summary-default-from): Use
4399         wl-address-header-extract-address instead of
4400         std11-extract-address-components.
4401         (wl-summary-simple-from): Ditto.
4402         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4403         (wl-summary-insert-headers): Show message.
4404         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4405         for whole line.
4406         (wl-summary-default-from): Revert last change.
4407         (wl-summary-simple-from): Ditto.
4408         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4409         (wl-summary-mark-as-read-region): Follow the change above.
4410         (wl-summary-sync-marks): Ditto.
4411         (wl-summary-target-mark-mark-as-read): Ditto.
4412         (wl-summary-redisplay-internal): Ditto.
4413         (wl-summary-redisplay-no-mime-internal): Ditto.
4414         (wl-summary-redisplay-all-header): Ditto.
4415         (wl-summary-mark-as-read): Removed argument `cached';
4416         Use current cache status to set cache mark.
4417         (wl-summary-redisplay-internal): Follow the change above.
4418         (wl-summary-redisplay-no-mime-internal): Ditto.
4419         (wl-summary-redisplay-all-header): Ditto.
4420
4421         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4422
4423         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4424         Don't call itself recursively (Adviced by Yamaoka-san).
4425
4426 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4427
4428         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4429         bind wl-summary-highlight as nil to avoid error caused by missing
4430         local variables.
4431
4432 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4433
4434         * wl-vars.el (wl-invalid-character-message): New user option.
4435
4436         * wl-util.el (wl-set-string-width): If truncated string-width is
4437         larger than specified width, use `wl-invalid-character-message'.
4438
4439 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4440
4441         * wl-summary.el (wl-summary-prefetch-msg): 
4442         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4443
4444 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4445
4446         * wl-vars.el (wl-summary-check-line-format): New user option.
4447         (wl-summary-line-format-file): Ditto.
4448
4449         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4450         variable.
4451         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4452         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4453         and `wl-summary-view-old-p' to check whether do a rescan or not.
4454         (wl-summary-view-old-p): New function.
4455         (wl-summary-line-format-changed-p): Ditto.
4456         (wl-summary-line-format-save): Ditto.
4457         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4458
4459         * wl-util.el (wl-set-string-width): Avoid using negative number
4460         for make-string.
4461
4462 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4463
4464         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4465         return value.
4466
4467         * wl-util.el (wl-set-string-width): Added optional argument
4468         `padding' (All other related portions are changed).
4469         (wl-line-parse-format): If the first letter of column number is
4470         `0', zero-padding the result (ex: "%05l").
4471
4472         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4473
4474 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4475
4476         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4477         sequential summary view.
4478
4479 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4480
4481         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4482         if it doesn't have a -unix version.
4483
4484 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4485
4486         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4487
4488 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4489
4490         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4491         content.
4492         (wl-draft): Follow the change above.
4493
4494         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4495
4496         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4497         and wl-folder-summary-line-format-alist contain %T and %P.
4498
4499         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4500         (wl-summary-mode-line-format): New user option.
4501         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4502         (wl-summary-line-format): Changed default value.
4503         (wl-summary-lazy-highlight): Changed default value.
4504
4505         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4506         change in wl-summary-create-line.
4507         (wl-thread-insert-entity-sub): Ditto.
4508
4509         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4510         (wl-summary-buffer-unread-status): Ditto.
4511         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4512         (wl-summary-buffer-persistent-mark-column): Ditto.
4513         (wl-summary-buffer-mode-line-formatter): Ditto.
4514         (wl-summary-buffer-mode-line): Ditto.
4515         (wl-summary-message-regexp): Abolished.
4516         (All other related portions are changed.)
4517         (wl-summary-detect-mark-position): New function.
4518         (wl-summary-buffer-set-folder): Setup
4519         wl-summary-buffer-mode-line-formatter.
4520         (wl-summary-mode): Setup selective-display;
4521         Setup pre-idle-hook when xemacs.
4522         (wl-summary-update-modeline): Rewrite.
4523         (wl-summary-jump-to-msg): Define as function;
4524         Changed regexp for searching messages.
4525         (wl-summary-message-number): Rewrite.
4526         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4527         Do rescan when old type summary cache.
4528         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4529         (wl-summary-remove-destination): Use '\r' to detect EOL.
4530         (wl-summary-print-destination): Ditto.
4531         (wl-summary-temp-mark): New inline function.
4532         (wl-summary-persistent-mark): Ditto.
4533         (wl-summary-line-number): New function.
4534         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4535         (wl-summary-line-list-count): New function.
4536         (wl-summary-create-line): Added argument persistent-mark.
4537         (All other related portions are changed)
4538         (wl-summary-create-line): Insert '\r'.
4539         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4540         (wl-summary-cursor-move-surface): New inline function.
4541         (wl-summary-prev): Use it.
4542         (wl-summary-next): Ditto.
4543
4544         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4545         wl-summary-message-regexp.
4546         (wl-highlight-summary): Delete progress message.
4547         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4548
4549         * Version number is increased to 2.9.12.
4550
4551 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4552
4553         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4554         variable (nil: no minimum).
4555         (wl-summary-line-subject): Add some spaces after subject by
4556         wl-summary-line-subject-minimum-length.
4557
4558 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4559
4560         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4561         and removed `F'.
4562         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4563         change above).
4564
4565 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4566
4567         * wl-summary.el (wl-summary-line-list-count): Reverted.
4568         (example setting in samples/*/dot.wl is also updated)
4569
4570 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4571
4572         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4573
4574         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4575
4576         * wl-vars.el (wl-summary-line-format): Addes some description to the
4577         docstring.
4578
4579         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4580         (wl-summary-line-close-bracket): Ditto.
4581         (wl-summary-line-children-number): Ditto.
4582         (wl-summary-line-thread-indent): Ditto.
4583         (wl-summary-line-children-and-from): Ditto.
4584
4585         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4586         't', 'c', 'F' and added 'C'.
4587
4588         * wl-util.el (wl-set-string-width): Accept negative value.
4589         (wl-line-parse-format): Added "%number(" and "%)".
4590
4591 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4592
4593         * wl-summary.el (wl-summary-line-list-count): Change format of the
4594         return value.
4595
4596 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4597
4598         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4599         from the recent message.el.
4600         (wl-draft-point-in-header-p): Ditto.
4601         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4602         wl-draft-beginning-of-line.
4603         * wl-e21.el (wl-draft-mode-map): Ditto.
4604         * wl-xmas.el (wl-draft-mode-map): Ditto.
4605
4606         * wl-folder.el: Sort macrodefs by dependencies.
4607
4608 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4609
4610         * wl-summary.el (wl-summary-prev): Fixed regexp.
4611         (wl-summary-next): Ditto.
4612
4613 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4614
4615         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4616
4617 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4618
4619         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4620         for backward compatibility.
4621
4622 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4623
4624         * wl-summary.el (wl-summary-line-list-count): New function, merged
4625         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4626         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4627         list counts.
4628
4629 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4630
4631         * wl-summary.el (wl-summary-create-line): Ignore errors while
4632         timezone-fix-time.
4633
4634         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4635
4636         * wl-summary.el (wl-summary-sync-update): Ditto.
4637         (wl-summary-default-from): Use wl-message-entity
4638         instead of entity.
4639
4640         * wl-summary.el (wl-summary-create-line): Fix.
4641
4642         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4643         (wl-summary-line-format): New user option.
4644         (wl-folder-summary-line-format-alist): Ditto.
4645         (wl-summary-from-width): Abolished.
4646
4647         * wl-util.el (toplevel): Require 'bytecomp.
4648         (wl-line-parse-format): New function.
4649         (wl-line-formatter-setup): New macro.
4650
4651         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4652         (wl-summary-buffer-line-formatter): New buffer local variable.
4653         (wl-summary-switch-to-clone-buffer): Follow the change above.
4654         (wl-summary-message-regexp): Fix.
4655         (wl-summary-from-func-internal): Abolished.
4656         (wl-summary-subject-func-internal): Ditto.
4657         (wl-summary-subject-filter-func-internal): Ditto.
4658         (All other related portions are changed.)
4659         (wl-summary-buffer-set-folder):
4660         Set up wl-summary-buffer-number-column and 
4661         wl-summary-buffer-line-formatter
4662         (All other related portions are changed.)
4663         (wl-summary-buffer-number-column-detect): Abolished.
4664         (All other related portions are changed.)
4665         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4666         (wl-summary-delete-all-temp-marks-on-buffer): Use
4667         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4668         (wl-summary-target-mark-delete): Ditto.
4669         (wl-summary-target-mark-refile-subr): Ditto.
4670         (wl-summary-target-mark-mark-as-read): Ditto.
4671         (wl-summary-target-mark-mark-as-unread): Ditto.
4672         (wl-summary-target-mark-mark-as-important): Ditto.
4673         (wl-summary-target-mark-save): Ditto.
4674         (wl-summary-replace-status-marks): Renamed from
4675         wl-summary-set-status-marks-on-buffer;
4676         Use wl-summary-message-regexp instead of
4677         wl-summary-buffer-number-regexp.
4678         (wl-summary-sync-update): Follow the change above.
4679         (wl-summary-goto-previous-message-beginning): New function.
4680         (wl-summary-mark-as-unread): Use it.
4681         (wl-summary-mark-as-important): Ditto.
4682         (wl-summary-line-formatter): New variable.
4683         (wl-summary-line-year): New function.
4684         (wl-summary-line-day): Ditto.
4685         (wl-summary-line-day-of-week): Ditto.
4686         (wl-summary-line-hour): Ditto.
4687         (wl-summary-line-minute): Ditto.
4688         (wl-summary-line-open-bracket): Ditto.
4689         (wl-summary-line-close-bracket): Ditto.
4690         (wl-summary-line-children-number): Ditto.
4691         (wl-summary-line-thread-indent): Ditto.
4692         (wl-summary-line-size): Ditto.
4693         (wl-summary-line-subject): Ditto.
4694         (wl-summary-line-from): Ditto.
4695         (wl-summary-line-children-and-from): Ditto.
4696         (wl-summary-create-line): Rewritten.
4697         (wl-summary-format-date): Abolished.
4698
4699         * wl-highlight.el (wl-highlight-summary-current-line): Use
4700         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4701         Use thread structure to detect thread top message.
4702
4703         * wl-draft.el (wl-default-draft-cite): Don't use
4704         wl-summary-from-func-internal.
4705
4706         * wl-refile.el (wl-refile-subject-learn): Don't use
4707         wl-summary-subject-filter-func-internal.
4708         (wl-refile-guess-by-subject): Ditto.
4709
4710         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4711         parameters.
4712
4713         * wl-thread.el (wl-thread-update-indent-string-region):
4714         Use wl-thread-update-line-on-buffer instead of
4715         wl-thread-update-indent-string.
4716         (wl-thread-update-children-number): Redefine using
4717         wl-thread-update-line-on-buffer.
4718         (wl-thread-update-indent-string): Abolished.
4719
4720         * Version number is increased to 2.9.11.
4721
4722 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4723
4724         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4725         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4726         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4727
4728         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4729         as nil.
4730
4731         * wl-thread.el (wl-thread-open-all-unread): Use 
4732         elmo-folder-list-messages-mark-match.
4733         (wl-thread-insert-message): Removed argument `mark-alist'.
4734         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4735         elmo-msgdb-set-mark.
4736         (wl-thread-get-children-msgs-uncached): Likewise.
4737         (wl-thread-get-exist-children): Added argument include-self.
4738         (wl-thread-delete-message): Follow the change above.
4739
4740         * wl-summary.el (wl-summary-count-unread): Removed argument.
4741         (wl-summary-rescan): Follow the change above.
4742         (wl-summary-mark-as-read-region): Ditto
4743         (wl-summary-mark-as-unread-region): Ditto.
4744         (wl-summary-delete-messages-on-buffer): Ditto.
4745         (wl-summary-sync-update): Ditto.
4746         (wl-summary-switch-to-clone-buffer): Ditto.
4747         (wl-summary-goto-folder-subr): Ditto.
4748         (wl-summary-target-mark-mark-as-read): Ditto.
4749         (wl-summary-target-mark-mark-as-unread): Ditto.
4750         (wl-summary-target-mark-mark-as-important): Ditto.
4751         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4752         (wl-summary-update-thread): Removed argument `mark-alist'.
4753         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4754         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4755         (wl-summary-resume-cache-status): Likewise.
4756         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4757         elmo-msgdb-set-mark.
4758         (wl-summary-mark-as-read-all): Likewise.
4759         (wl-summary-delete-cache): Ditto.
4760         (wl-summary-auto-select-msg-p): Ditto.
4761         (wl-summary-mark-as-unread): Ditto.
4762         (wl-summary-no-auto-refile-message-p): Ditto.
4763         (wl-summary-mark-as-read): Ditto.
4764         (wl-summary-mark-as-important): Ditto.
4765         (wl-summary-auto-refile): Follow the change above.
4766         (wl-summary-delete-all-marks): Removed.
4767         (wl-summary-resume-marks-and-highlight): Ditto.
4768         (wl-summary-resume-marks): Ditto.
4769         (wl-summary-delete-important-msgs-from-list): Ditto.
4770         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4771
4772         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4773         wl-summary-count-unread.
4774
4775         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4776         (wl-summary-score-update-all-lines): Use
4777         elmo-msgdb-set-mark.
4778
4779 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4780
4781         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4782         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4783         (wl-summary-create-line): Renamed from
4784         wl-summary-overview-create-summary-line;
4785         Argument rearrangement.
4786         (wl-summary-update-thread): Follow the change above.
4787
4788         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4789         (wl-thread-insert-entity-sub): Likewise.
4790
4791         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4792         argument `overview', `mark-alist' and added `msgdb'.
4793
4794         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4795
4796         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4797         (wl-summary-rescan): Follow the change above.
4798         (wl-summary-sync-update): Ditto.
4799         (wl-summary-insert-thread-entity): Ditto;
4800         Don't use `let*' in every while loop;
4801         Detect infinite loop of threads.
4802         (wl-summary-update-thread): Removed argument `overview'.
4803
4804         * wl-thread.el (wl-thread-insert-message): Ditto.
4805
4806         * Version number is increased to 2.9.10.
4807
4808         * wl-message.el (wl-message-redisplay): Ignore errors while
4809         wl-message-redisplay-hook.
4810
4811 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4812
4813         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4814
4815 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4816
4817         * wl.el (wl): inhibit-quit while wl-folder.
4818
4819 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4820
4821         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4822         while msgdb access.
4823
4824 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4825
4826         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4827         even if no folder is not created.
4828
4829 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4830
4831         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4832
4833         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4834         implementation.
4835         (wl-summary-target-mark-thread): Ditto.
4836
4837         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4838
4839 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4840
4841         * wl-util.el (wl-display-bytes): Remove unused function.
4842
4843 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4844
4845         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4846         seems critical one (partially reverse the change in 2002/03/17).
4847
4848 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4849
4850         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4851         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4852
4853 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4854
4855         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4856         is not writable.
4857         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4858         plugged status instead of `'force' as 2nd argument.
4859
4860         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4861         is not creatable.
4862
4863         * Version number is increased to 2.9.9.
4864
4865 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4866
4867         * wl-summary.el (wl-summary-suspend): New function.
4868
4869 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4870
4871         * wl.el (wl): Do not check variables if check is nil.
4872         * wl-utils.el (wl-collect-draft): New function.
4873         * wl-folder.el (wl-folder-suspend): Put summary buffers
4874         and draft buffers at the end of buffer list.
4875         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4876
4877 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4878
4879         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4880         loop instead of recursive call.
4881
4882         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4883         2nd argument.
4884
4885 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4886
4887         * wl-draft.el (wl-draft-create-contents): Don't take neither
4888         (function . args) nor (string . something) any more.
4889
4890         * wl-version.el (wl-generate-user-agent-string): Return string
4891         without header symbol.
4892         * wl-draft.el (wl-draft-default-headers): Use it.
4893
4894         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4895         `wl-draft-insert-ccs' and return field value instead of inserting
4896         the header. Abolish cc argument.
4897         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4898
4899         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4900         rather than one with string car.
4901
4902         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4903         * wl-draft.el (wl-draft-create-contents): Add it after the default
4904         headers.
4905
4906         * wl-draft.el (wl-draft-create-contents): For the case of
4907         (symbol-or-string . function) insert header only when the function
4908         returns string value.
4909
4910 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4911
4912         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4913         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4914
4915 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4916
4917         * wl.el (wl-check-environment): Don't check Message-ID when
4918         `wl-insert-message-id' is nil.
4919         Revive checking if `wl-message-id-domain' contains "@".
4920
4921 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4922
4923         * wl.el (wl-check-environment): Merge examination for "@" at
4924         inappropriate position into the first string-match.
4925
4926         * wl-summary.el (wl-summary-target-mark-print): New function.
4927         (wl-summary-pipe-message-subr): Extracted from
4928         `wl-summary-pipe-message'.
4929         (wl-summary-target-mark-pipe): New function.
4930         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4931         `wl-summary-target-mark-pipe'.
4932
4933 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4934
4935         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4936
4937 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4938
4939         * wl.el (wl-check-environment): Use elmo-warning instead of
4940         error for non-critical ones.
4941         Remove trash folder check.
4942         (wl): Don't ignore error in wl-check-environment.
4943
4944         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4945         check, which is moved from `wl-check-environment'.
4946         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4947
4948 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4949
4950         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4951         guess anything, call wl-summary-write.
4952         (wl-summary-write): Create draft with blank To field.
4953         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4954
4955 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4956
4957         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4958         argument full as well for wl-folder-write-current-folder.
4959         If wl-*-write-current-folder cannot guess addressee, add blank
4960         To header.
4961         Rewrite condition for positioning cursor.
4962
4963 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4964
4965         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4966         summary buffer is present, use it.
4967         (wl-folder-jump-to-previous-summary): Ditto.
4968
4969 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4970
4971         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4972
4973         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4974         wl-summary-previous-buffer and wl-summary-next-buffer.
4975
4976         * wl-folder.el (wl-folder-mode-map): Bind
4977         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4978         (wl-folder-jump-to-next-summary): New function.
4979         (wl-folder-jump-to-previous-summary): Ditto.
4980
4981         * wl-draft.el (wl-draft): Rearranged.
4982
4983 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4984
4985         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4986         of header.
4987         (wl-draft): Collect arguments for the header as header-alist.
4988         (wl-draft-forward): Arrange arguments for wl-draft.
4989         (wl-draft-reply): Ditto.
4990         (wl-draft-edit-string): Ditto.
4991         * wl-summary.el (wl-summary-write): Ditto.
4992         (wl-summary-write-current-folder): Ditto.
4993
4994         * Version number is increased to 2.9.8.
4995
4996 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4997
4998         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4999
5000         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5001
5002         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5003         even if the guess failed.
5004
5005         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5006         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5007         wl-summary-write-current-folder.
5008         * wl-xmas.el: Ditto.
5009
5010 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5011
5012         * wl-summary.el (wl-summary-next-page): Force display message if
5013         message is not displayed yet.
5014         (wl-summary-prev-page): Ditto.
5015
5016 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5017
5018         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5019
5020 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5021
5022         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5023         add "Preview Message" and "Save Draft and Exit".
5024
5025 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5026
5027         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5028         if addrmgr is called from draft in splitted window.
5029
5030         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5031         * wl-mule.el: Ditto.
5032         * wl-xmas.el: Ditto.
5033
5034 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5035
5036         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5037
5038         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5039         * wl-xmas.el (wl-folder-toolbar): Ditto.
5040
5041 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5042
5043         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5044         and wl-draft-save-and-exit.
5045         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5046         * wl-xmas.el: Ditto.
5047         * wl-mule.el: Ditto.
5048
5049         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5050         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5051
5052 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5053
5054         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5055         lists for saving buffer.
5056
5057 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5058
5059         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5060         parent-folder argument instead of it.
5061         (wl-draft-create-buffer): Ditto.
5062         (wl-draft-forward): Ditto.
5063         (wl-draft-reply): Ditto.
5064         * wl-summary.el (wl-summary-write): Ditto.
5065         (wl-summary-write-current-folder): Ditto.
5066
5067         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5068         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5069         Folder buffer after composing.
5070
5071 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5072
5073         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5074         header if the file `wl-x-face-file' already contains it.
5075
5076 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5077
5078         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5079         folder" entry.
5080         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5081         * wl-e21.el (wl-folder-toolbar): Ditto.
5082         * wl-xmas.el (wl-folder-toolbar): Ditto.
5083
5084 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5085
5086         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5087         wl-folder-goto-folder with sticky argument.
5088         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5089
5090 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5091
5092         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5093         and wl-summary-previous-buffer.
5094         (wl-summary-next-buffer): New function.
5095         (wl-summary-previous-buffer): Ditto.
5096
5097 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5098
5099         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5100         wl-folder-jump-to-current-entity-with-arg.
5101         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5102         `wl-folder-jump-to-current-entity'.
5103         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5104         `wl-summary-goto-folder-sticky'.
5105         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5106         `wl-summary-goto-folder'.
5107         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5108         Unless force-exit, do not clean temp. marks for sticky summary.
5109         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5110
5111 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5112
5113         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5114         not entire.
5115
5116 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5117
5118         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5119         to `C-x C-s'.
5120         (wl-summary-save-status): New command.
5121         (wl-summary-exit): Don't clean-up temp marks when sticky.
5122         (Applied patch from Nakayama-san [wl: 09548])
5123         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5124         Do nothing when no mark data.
5125         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5126         Call `wl-summary-delete-all-temp-marks' before saving.
5127
5128 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5129
5130         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5131
5132 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5133
5134         * wl.el (wl-check-environment): Also cause error when (system-name)
5135         returns "localhost.localdomain". (Although it doesn't affect because
5136         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5137
5138 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5139
5140         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5141         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5142
5143         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5144         value.
5145
5146 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5147
5148         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5149         Likewise r-cc-list and r-ng-list.
5150
5151 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5152
5153         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5154         only if it is bound as variable.
5155
5156         * wl-mime.el (wl-draft-preview-message): Ditto.
5157
5158 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5159
5160         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5161         needless `goto-char'.
5162
5163         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5164         `wl-summary-redisplay-no-mime-internal' instead of
5165         `wl-summary-redisplay-no-mime'.
5166         (wl-summary-redisplay-no-mime): Changed argument;
5167         Call `wl-summary-redisplay-no-mime-internal'.
5168
5169         * wl-mime.el (wl-draft-preview-message): Bind
5170         `mime-header-encode-method-alist' locally.
5171
5172         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5173         (wl-draft-std11-parse-addresses): Added the first address check.
5174         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5175
5176         * Version number is increased to 2.9.7.
5177
5178 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5179
5180         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5181
5182 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5183
5184         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5185         related to scrollbar support, if there is no such a feature
5186         compiled in.
5187
5188 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5189
5190         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5191         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5192         for prefetch.
5193
5194 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5195
5196         * wl-summary.el (wl-summary-pick): Fix for no match.
5197
5198 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5199
5200         * wl-draft.el (wl-draft-save):
5201         Override `mime-header-encode-method-alist'.
5202
5203 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5204
5205         * wl-folder.el (wl-folder-pick): New function.
5206         Define key as "?".
5207
5208 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5209
5210         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5211         Fix for unplugged.
5212
5213 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5214
5215         * wl-folder.el (wl-folder-virtual): New function.
5216         Define key as "V".
5217
5218 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5219
5220         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5221         multi folder if entity is group.
5222
5223 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5224
5225         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5226         is nil.
5227
5228 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5229
5230         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5231         (wl-summary-target-mark-msgs): Return the number of marked messages.
5232
5233 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5234
5235         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5236         "first:" is specified.
5237
5238 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5239
5240         * wl-vars.el (wl-from): Use return value of function
5241         user-full-name instead of the variable user-full-name since
5242         XEmacs-20.4 doesn't set this variable.
5243
5244 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5245
5246         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5247         call `wl' directly.
5248
5249 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5250
5251         * wl-draft.el (wl-draft-reedit): Removed duplicated
5252         switch-to-buffers.
5253
5254 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5255
5256         * wl.el (wl-other-frame): Removed garbages.
5257
5258 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5259
5260         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5261
5262         * wl-xmas.el (wl-draft-key-setup): Ditto.
5263
5264         * wl-mule.el (wl-draft-key-setup): Ditto.
5265
5266         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5267         (wl-draft-reedit): Ditto.
5268         (wl-draft-prepare-edit): Add `wl-draft-save' to
5269         `local-write-file-hooks'.
5270         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5271         (wl-draft-reedit): Set buffer-file-name.
5272         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5273
5274
5275         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5276         call it.
5277         (wl-delete-startup-frame-function): New variable.
5278         (wl-other-frame): New function
5279         (Original was written by Yamaoka san [wl: 09239]).
5280
5281         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5282         if `wl-folder-use-frame'.
5283
5284 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5285
5286         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5287
5288 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5289
5290         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5291         New variable.
5292         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5293         (wl-message-buffer-prefetch-get-next): Use them.
5294         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5295
5296 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5297
5298         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5299         with unwind-protect.
5300
5301         * wl-draft.el (wl-draft-reedit): Rewrite.
5302         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5303         (wl-draft-save): Insert header separator if it does not exist;
5304         Removed condition-case.
5305
5306         * wl-summary.el (wl-summary-reedit): Revert last change.
5307
5308         * wl-draft.el (wl-draft-save): Rewrite.
5309         (wl-draft-create-buffer): Set buffer-file-name as nil.
5310
5311         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5312
5313         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5314
5315         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5316         nil.
5317
5318 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5319
5320         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5321         If count is nil, do not prefetch.
5322         (wl-message-buffer-prefetch-next): Next.
5323
5324 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5325
5326         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5327
5328 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5329
5330         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5331         `delete-backward-char'
5332         (wl-draft-prepare-edit): Check major-mode.
5333         (wl-draft-decode-header): Rewrite.
5334         (wl-draft): Fix.
5335
5336 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5337
5338         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5339
5340 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5341
5342         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5343         (wl-message-buffer-prefetch-get-next): Remove size checking.
5344         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5345
5346 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5347
5348         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5349         (wl-draft-default-headers): Fix.
5350
5351 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5352
5353         * wl-draft.el (wl-draft-default-headers): Insert return value of
5354         `wl-generate-mailer-string-function'.
5355
5356 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5357
5358         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5359         (wl-draft-insert-mail-header-separator): Ditto.
5360
5361         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5362         again (Reverted the change on 2002-01-17 by OKADA san).
5363
5364 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5365
5366         * wl-draft.el (wl-draft): Rewrite.
5367         (wl-draft-create-buffer): New function.
5368         (wl-draft-create-contents): Ditto.
5369         (wl-draft-prepare-edit): Ditto.
5370         (wl-draft-decode-header): Ditto.
5371         (wl-draft-decode-body): Ditto.
5372         (wl-draft-check-new-line): Ditto.
5373         (wl-draft-default-headers): Ditto.
5374         (wl-draft-insert-mail-header-separator): Ditto.
5375
5376 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5377
5378         * Version number is increased to 2.9.6.
5379
5380 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5381
5382         * wl-draft.el (wl-draft-delete-field): Optional argument.
5383         (wl-draft-delete-fields): Ditto.
5384
5385 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5386
5387         * wl-message.el (toplevel): Eliminated byte-compile warning.
5388         for `itimer-function', `delete-timer' and `itimer-list'.
5389
5390 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5391
5392         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5393         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5394         `wl-message-buffer-prefetch-threshold'.
5395         * wl-summary.el (wl-summary-redisplay-internal): Remove
5396         the check of `wl-message-buffer-prefetch-depth'.
5397
5398 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5399
5400         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5401         size of article.
5402         (wl-message-buffer-prefetch-subr): Remove size check.
5403
5404 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5405
5406         * wl-vars.el (wl-plugged): Make customizable.
5407
5408 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5409
5410         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5411         (wl-message-buffer-prefetch-set-timer): New function.
5412         (wl-message-buffer-prefetch-get-next): New function.
5413         (wl-message-buffer-prefetch): New function.
5414         (wl-message-buffer-prefetch-next): Rewrite.
5415         (wl-message-buffer-prefetch-subr): Rewrite.
5416         * wl-vars.el (wl-auto-prefetch-first): New variable.
5417         * wl-summary.el (wl-summary-goto-folder-subr): Call
5418         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5419
5420 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5421
5422         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5423         `wl-summary-unread-message-hook'.
5424
5425 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5426
5427         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5428         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5429         if range is `cache-status'.
5430
5431 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5432
5433         * wl-message.el (wl-message-buffer-prefetch-subr):
5434         Improve debug message.
5435
5436 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5437
5438         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5439         `wl-mail-send-pre-hook'.
5440         (wl-draft-send-mail-with-qmail): Ditto.
5441         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5442
5443 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5444
5445         * wl-message.el (wl-message-buffer-prefetch-subr):
5446         Fix for cancel-function-timers bug.
5447         (wl-message-buffer-prefetch-debug): Default value is t.
5448
5449 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5450
5451         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5452         (wl-message-buffer-prefetch-subr): Rewrite.
5453         Rename from `wl-message-buffer-prefetch'.
5454
5455 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5456
5457         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5458         (wl-default-draft-cite-decorate-author): Ditto.
5459
5460         * wl-draft.el (wl-draft-cite-function): Removed.
5461         (wl-default-draft-cite-decorate-author): Ditto.
5462
5463 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5464
5465         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5466         (wl-default-draft-cite): Do not arrange author name if the value of
5467         `wl-default-draft-cite-decorate-author' is nil.
5468
5469 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5470
5471         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5472
5473         * wl-folder.el (wl-folder-check-one-entity): Don't care
5474         `elmo-folder-use-flag-p'.
5475
5476 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5477
5478         * wl-folder (wl-folder-check-one-entity): Fix
5479         problem if unread is nil.
5480
5481 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5482
5483         * wl-address.el (wl-address-make-completion-list): Check whether
5484         the address is a group list.
5485         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5486
5487 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5488
5489         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5490         The number of the messages of new and unread does not count
5491         correctly.
5492
5493         * wl-summary.el (wl-summary-count-unread): Changed to return
5494         `(new . unread)' instead of total.
5495         (wl-summary-sync-update): Follow the change above.
5496
5497         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5498
5499 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5500
5501         * wl-address.el (wl-address-make-completion-list): Do not enclose
5502         address by " <" and ">" if associated realname is "".
5503         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5504         This is against the promblem with group list in .addresses pointed
5505         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5506
5507 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5508
5509         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5510         message is a format control string.
5511         * wl-expire.el (wl-expire-append-log): Ditto.
5512         * wl-mime.el (wl-summary-burst-subr): Ditto.
5513         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5514         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5515
5516 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5517
5518         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5519         wl.el (wl-check-variables): Rename from `wl-check-type'.
5520         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5521         (wl-check-variables-2): New function.
5522         (wl): Call `wl-check-variables-2'.
5523
5524 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5525
5526         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5527         after renaming folder in access group.
5528
5529 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5530
5531         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5532         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5533         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5534         (wl-message-buffer-prefetch): Rewrite.
5535         (wl-message-buffer-prefetch-idle-time): Removed.
5536         * wl-summary.el (wl-summary-redisplay-internal):
5537         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5538         Error check for `wl-message-buffer-prefetch-depht'.
5539
5540 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5541
5542         * Version number is increased to 2.9.5.
5543         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5544
5545 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5546
5547         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5548         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5549         Based on the patch written by
5550         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5551
5552 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5553
5554         * wl-draft.el (wl-draft-raw-send): Fix for
5555         `wl-news-send-pre-hook'
5556
5557 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5558
5559         * wl-utils.el (wl-message-id-function): New variable.
5560         * wl-draft.el (wl-draft-insert-required-fields):
5561         Use `wl-message-id-function'.
5562
5563 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5564
5565         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5566         * wl-utils.el (wl-draft-make-message-id-string):
5567         Use `wl-from' for domain part of Message-ID
5568         if `wl-message-id-use-wl-from' if non-nil.
5569         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5570
5571 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5572
5573         * wl.el (wl): Call `wl-check-type'
5574         Do not 'condition-case'.
5575
5576 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5577
5578         * wl.el (wl-check-type): New function.
5579         (wl-check-type-variables): New variable.
5580
5581 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5582
5583         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5584
5585 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5586
5587         * wl-draft.el (wl-smtp-password-key): New function.
5588         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5589         (wl-draft-send-mail-with-smtp): Ditto.
5590         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5591
5592 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5593
5594         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5595         * wl-utils.el (wl-unique-id-suffix): Remove.
5596
5597 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5598
5599         * Version number is increased to 2.9.4.
5600
5601 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5602
5603         * wl-utils.el (wl-unique-id-suffix): New variable.
5604         (wl-unique-id): Use `wl-unique-id-suffix'
5605
5606 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5607
5608         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5609         instead of `elmo-msgdb-search'.
5610
5611         * Version number is increased to 2.9.3.
5612
5613 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5614
5615         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5616
5617 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5618
5619         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5620         (wl-draft-dispatch-message): Changed for send-later.
5621         (wl-draft-queue-flush): Ditto.
5622         (wl-draft): Clear `wl-sent-message-queued'.
5623         (wl-draft-reedit): Ditto.
5624         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5625         * wl-vars.el (wl-draft-force-queuing): New variable.
5626         (wl-draft-force-queuing-mail): New variable.
5627         (wl-draft-force-queuing-news): New variable.
5628
5629 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5630
5631         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5632         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5633
5634 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5635
5636         * Version number is increased to 2.9.2.
5637
5638 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * wl-draft.el (wl-draft-elide-region): New user command.
5641         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5642
5643         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5644         command `wl-draft-elide-region'.
5645         * wl-mule.el: Ditto.
5646         * wl-xmas.el: Ditto.
5647
5648 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5649
5650         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5651         (wl-biff-check-folder-async): Removed needless let.
5652
5653 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5654
5655         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5656         wl-folder-get-elmo-folder.
5657         (wl-biff-check-folder): Set `biff' argument of
5658         `wl-folder-check-one-entity'.
5659         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5660
5661         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5662         (wl-folder-check-one-entity): Added `biff' argument;
5663         Setup `biff' slot of folder.
5664
5665         * Version number is increased to 2.9.1.
5666
5667 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5668
5669         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5670         comment out and fixed.
5671         (wl-fldmgr-add-completion-subr): Ditto.
5672
5673         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5674         and msgdb.
5675
5676         * wl.el (wl-toggle-plugged): Save summary view.
5677
5678 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5679
5680         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5681
5682 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5683
5684         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5685
5686 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5689         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5690         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5691
5692         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5693         if it was failed.
5694         (wl-demo): Disable undo in the demo buffer.
5695
5696 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5697
5698         * wl-version.el (wl-version): Changed codename.
5699
5700         * Version number is increased to 2.9.0.
5701
5702 2001-12-14  Takuo KITAME <kitame@northeye.org>
5703
5704         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5705         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5706         (wl-folder-mark-as-read-all-current-entity): Ditto.
5707
5708 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5709
5710         * wl-vars.el (wl-from-width): Define as obsolete variable.
5711         (wl-subject-length-limit): Ditto.
5712
5713         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5714
5715         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5716         wl-summary-save-view.
5717
5718         * wl.el (wl-save-status): Ditto.
5719         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5720
5721         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5722         (wl-summary-exit): Follow the change above.
5723         (wl-summary-goto-folder-subr): Ditto.
5724
5725         * wl-folder.el (wl-folder-create-subr): Don't use
5726         `elmo-folder-creatable-p'.
5727
5728 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5729
5730         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5731
5732 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5733
5734         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5735         rather than bitmap on Emacs 21.
5736         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5737         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5738         for xbm if the new redisplay engine is not available.
5739
5740 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5741
5742         * wl-folder.el (wl-folder-init-hook): New hook.
5743         (wl-folder-init): Run `wl-folder-init-hook'.
5744
5745 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5746
5747         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5748
5749 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5750
5751         * wl-acap.el (wl-acap-cache-filename): New variable.
5752         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5753         (wl-acap-init): Use cache if no ACAP server found.
5754
5755 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5756
5757         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5758         `wl-acap-original-msgdb-dir'.
5759
5760         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5761         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5762
5763         * wl-mime.el (wl-mime-save-directory): Renamed from
5764         `wl-mime-save-dir'.
5765
5766 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5767
5768         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5769
5770         * wl-demo.el: Require `path-util'.
5771         (wl-demo-bitmap-mule-available-p): New internal variable.
5772         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5773         `module-installed-p' instead.
5774         (wl-demo-insert-image): Use *.img file for a bitmap image.
5775         (wl-demo): Don't call the ascii demo recursively.
5776
5777 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5778
5779         * Version number is increased to 2.7.7.
5780
5781 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5782
5783         * wl.el (wl-exit): Eliminated byte-compile warning.
5784
5785 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5786
5787         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5788         obsolete variable using `elmo-define-obsolete-variable'.
5789         (wl-fetch-confirm-threshold): Ditto.
5790         (wl-cache-prefetch-folder-type-list): Ditto.
5791         (wl-cache-prefetch-folder-list): Ditto.
5792
5793 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5794
5795         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5796         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5797         (wl-demo-insert-image): New function.
5798         (wl-demo-insert-text): New function.
5799         (wl-demo-image-type-alist): Redefine as a function.
5800         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5801         (wl-demo-with-temp-file-buffer): Removed.
5802         (wl-logo-xpm): Removed.
5803         (wl-logo-xbm): Removed.
5804         (wl-logo-bitmap): Removed.
5805
5806 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5807
5808         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5809         (wl-expire-localdir-get-folder-function): New user option.
5810         (wl-expire-localdir-get-folder): New function.
5811         (wl-expire-localdir-date): Ditto.
5812
5813 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5814
5815         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5816         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5817         Fixed unread number mismatch when all-unread < unread.
5818
5819 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5820
5821         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5822         (wl-fetch-confirm-threshold): Ditto.
5823
5824         * wl-summary.el (wl-summary-confirm-appends): Removed.
5825         (wl-summary-sync-update): Don't refer
5826         `wl-summary-update-confirm-threshold' (It is now abolished).
5827
5828         * wl-message.el (wl-message-display-internal): Don't refer
5829         `wl-fetch-confirm-threshold' (It is now abolished).
5830
5831 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5832
5833         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5834
5835 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5836
5837         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5838         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5839         Change default value to nil.
5840         (wl-summary-indent-length-limit): The value can be nil, nil means
5841         unlimited.
5842
5843         * wl-summary.el: Don't set limit for indent length if the value of
5844         wl-summary-indent-length-limit is nil.
5845         If the value of wl-summary-width is nil, it means only that the width
5846         of summary is unlimited (nil doesn't mean that the indent length is
5847         unlimited).
5848
5849         * wl-thread.el: Ditto.
5850
5851 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5852
5853         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5854         be nil, nil means never confirm.
5855         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5856
5857 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5858
5859         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5860         means unlimited).
5861
5862 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5863
5864         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5865         Use `with-temp-buffer'.
5866
5867 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5868
5869         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5870         with new backquote style).
5871         (wl-folder-get-entity-from-buffer): Ditto.
5872
5873 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5874
5875         * wl-version.el (nemacs-version): Eliminated.
5876         (wl-extended-emacs-version2): Ignore nemacs.
5877         (wl-extended-emacs-version3): Ditto.
5878
5879 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5880
5881         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5882         (wl-draft-add-in-reply-to): New variable.
5883         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5884         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5885         (wl-draft-yank-from-mail-reply-buffer): Use
5886         `wl-draft-add-in-reply-to'.
5887         (wl-draft-insert-current-message): Ditto.
5888
5889 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5890
5891         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5892         typo (kill->hide).
5893         (wl-message-buffer-prefetch-folder-type-list): Added elements
5894         `mark' and `cache' instead of `internal'.
5895
5896 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5897
5898         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5899         resume msgdb directory.
5900
5901 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5902
5903         * wl.el (wl-exit): Call `wl-acap-exit'.
5904
5905         * wl-summary.el (wl-summary-message-string): New function.
5906         (wl-summary-reedit): Use it.
5907         (wl-summary-resend-bounced-mail): Remove needless let.
5908         (wl-summary-supersedes-message): Ditto.
5909         (wl-summary-save): Ditto.
5910
5911         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5912         (wl-acap-init): Set it.
5913         (wl-acap-exit): New function.
5914
5915 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5916
5917         * wl.el (wl-init): Revert (require 'mime-setup). move from
5918         toplevel.
5919
5920 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5921
5922         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5923         local variables.  Add error when guess function return invalid
5924         value.
5925
5926 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5927
5928         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5929         Change local variable name.
5930         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5931         (wl-folder-get-newsgroups): Return nil when non-news folder.
5932         * wl-summary.el (wl-summary-write-current-folder): State through
5933         when guess-list return nil.
5934         (wl-summary-write-current-folder-functions): Fixed docstring.
5935
5936         * wl.el (wl-exit): Changed confirm message.
5937
5938         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5939         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5940
5941         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5942
5943 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5944
5945         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5946         user option (Renamed from wl-cache-prefetch-folder-type-list).
5947         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5948         from wl-cache-prefetch-folder-list).
5949
5950         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5951         Move to wl-vars.el.
5952         (wl-message-buffer-prefetch-p): Changed to enable
5953         `wl-message-buffer-prefetch-folder-list'.
5954
5955         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5956         `ignore-cache'.
5957
5958 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5959
5960         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5961         `part-top' and `part-bottom'.
5962         (wl-draft-config-sub-part-top): New function.
5963         (wl-draft-config-sub-part-bottom): New function.
5964
5965 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5966
5967         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5968
5969 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5970
5971         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5972
5973 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5974
5975         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5976
5977         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5978         (wl-summary-write-current-folder): Ditto.
5979
5980 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5981
5982         * wl-folder.el (wl-folder-get-newsgroups): Use
5983         `elmo-folder-newsgroups'.
5984
5985 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5986
5987         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5988         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5989         `wl-draft-config-sub-header-bottom'.
5990
5991 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5992
5993         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5994         localnews folder.
5995
5996 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5997
5998         * wl-summary.el (wl-summary-mode): Undo last change.
5999
6000         * wl-folder.el (wl-folder-mode): Ditto.
6001
6002 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6003
6004         * wl-summary.el (wl-summary-mode): Locally set
6005         truncate-partial-window-width to nil.
6006         (for XEmacs)
6007
6008         * wl-folder.el (wl-folder-mode): Ditto.
6009
6010 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6011
6012         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6013
6014 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6015
6016         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6017         number.
6018
6019         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6020
6021         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6022
6023         * Version number is increased to 2.7.6.
6024
6025 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6026
6027         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6028
6029 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6030
6031         * wl-summary.el (wl-summary-sync-update): Enclose network
6032         related portion with `unwind-protect'.
6033
6034 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6035
6036         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6037
6038 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6039
6040         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6041         element.
6042         * wl-vars.el (wl-message-body-button-alist): Ditto.
6043
6044         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6045         max match length.
6046         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6047
6048         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6049         for the max match length;
6050         Use 4th element value for the button string regexp group.
6051
6052         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6053         candidate exists, prompt to select.
6054
6055 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6056
6057         * wl-summary.el (wl-summary-jump-to-msg): Search before
6058         calibration point by `beginning-of-line'.
6059
6060 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6061
6062         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6063         for access group.
6064
6065 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6066
6067         * wl-message.el (wl-message-display-internal): Bind
6068         `default-mime-charset'.
6069
6070         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6071
6072         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6073
6074         * Version number is increased to 2.7.5.
6075
6076 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6077
6078         * wl-expire.el (wl-summary-archive): Fixed;
6079         Use `elmo-folder-name-internal'.
6080
6081 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6082
6083         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6084         from `elmo-folder-move-messages' caller.
6085         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6086
6087         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6088         related portions are changed).
6089
6090 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6091
6092         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6093         counter.
6094
6095 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6096
6097         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6098         buffer local and set it to nil.
6099
6100         * wl-message.el (wl-message-redisplay): Ditto.
6101
6102 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6103
6104         * wl-summary.el (wl-summary-mark-as-important): If message is
6105         already cached, set messag as read, otherwise encache and mark as read.
6106
6107 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6108
6109         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6110         point-min.
6111
6112 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6113
6114         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6115         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6116         a keymap.
6117
6118 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6119
6120         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6121         parent.
6122
6123         * wl-mule.el (wl-message-define-keymap): Ditto.
6124
6125         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6126
6127         * wl-xmas.el (wl-message-display-internal-hook): Define.
6128         (wl-xmas-setup-message-toolbar): Define as function.
6129         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6130         (wl-message-overload-functions): Abolished.
6131         (wl-message-define-keymap): New function.
6132
6133         * wl-vars.el (wl-message-display-internal-hook): New variable.
6134         (wl-message-header-button-alist): New variable (Renamed from
6135         wl-highlight-message-header-button-alist).
6136         (wl-message-body-button-alist): Ditto.
6137
6138         * wl-mule.el (wl-message-define-keymap): New function.
6139         (wl-message-overload-functions): Abolished.
6140
6141         * wl-message.el (wl-message-add-buttons-to-body): New function.
6142         (wl-message-redisplay): Don't call wl-message-overload-functions;
6143         Call wl-message-add-buttons-to-header and
6144         wl-message-add-buttons-to-body.
6145         (wl-message-display-internal): Set keymap argument for
6146         elmo-mime-display-as-is, elmo-mime-message-display;
6147         Run wl-message-display-internal-hook.
6148         (wl-message-refer-article-or-url): Abolished.
6149
6150         * wl-highlight.el (wl-highlight-headers): Don't call
6151         wl-highlight-message-add-buttons-to-header.
6152         (wl-highlight-message-add-buttons-to-header): Abolished.
6153
6154
6155         * wl-e21.el (wl-message-display-internal-hook): Define.
6156         (wl-e21-setup-toolbar): Deleted duplicated binding.
6157         (wl-e21-setup-message-toolbar): Define as function.
6158         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6159         (wl-message-define-keymap): New function.
6160         (wl-message-overload-functions): Abolished.
6161
6162 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6163
6164         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6165         and elmo-folder-close.
6166
6167         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6168
6169 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6170
6171         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6172         boolean value.
6173         * wl-draft.el (wl-draft-do-fcc): Ditto.
6174
6175 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6176
6177         * wl-vars.el (wl-fcc-force-as-read): New variable.
6178         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6179         mark copied message as read.
6180
6181 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6182
6183         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6184
6185 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6186
6187         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6188         `wl-summary-target-above' instead of obsolete variable
6189         `wl-summary-temp-above'.
6190
6191         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6192         instead of `make-obsolete-variable'.
6193         * wl-refile.el (toplevel): Ditto.
6194
6195 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6196
6197         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6198         with third argument t.
6199         (wl-draft): Set first argument for wl-plugged-init as t.
6200
6201         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6202         definition.
6203
6204 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6205
6206         * wl-vars.el: Tabify.
6207         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6208
6209         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6210         message.
6211
6212 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6213
6214         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6215         and set default to beep.
6216
6217 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6218
6219         * wl-vars.el (wl-draft-truncate-lines): New variable.
6220
6221         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6222         instead of wl-message-truncate-lines for truncate-lines.
6223
6224 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6225
6226         * wl-message.el (wl-message-display-internal): Call
6227         `wl-highlight-message' after `elmo-mime-display-as-is'.
6228
6229         * wl-mime.el (wl-mime-display-text/plain): New function.
6230         (wl-mime-display-header): Ditto.
6231         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6232         body-presentation-method for text/plain;
6233         Register `wl-mime-display-header' as a header-presentation-method;
6234         Don't set up `elmo-message-text-content-inserted-hook' and
6235         `elmo-message-header-inserted-hook'.
6236
6237         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6238         variable.
6239         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6240         as t if flag is 'all-header;
6241         Don't bind `elmo-message-ignored-field-list',
6242         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6243
6244 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6245
6246         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6247         for xemacs with non-mule environment.
6248
6249 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6250
6251         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6252         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6253         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6254
6255 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6256
6257         * wl-vars.el (wl-interactive-send): Set default value as t.
6258
6259 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6260
6261         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6262         (wl-addrmgr-method-list): Abolished.
6263         (wl-addrmgr-change-method): Follow above change.
6264
6265         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6266
6267 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6268
6269         * wl-vars.el (wl-message-truncate-lines): Change default value
6270         to default-truncate-lines.
6271
6272         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6273
6274 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6275
6276         * wl-vars.el (wl-message-truncate-lines): New variable.
6277
6278         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6279         wl-message-truncate-lines.
6280
6281 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6282
6283         * wl-acap.el (wl-acap-init): Remove period from error message.
6284         (wl-acap-find-acap-service): Remove period from message.
6285
6286 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6287
6288         * wl.el (wl-check-environment): Undo last change.
6289
6290         * wl-vars.el (wl-from): Changed default value.
6291
6292         * wl-util.el (toplevel): Don't require tm-edit.
6293
6294         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6295         `wl-folder-init';
6296         Don't set mark on mail body.
6297         (wl-draft-reedit): Ditto.
6298
6299         * wl-address.el (wl-address-quote-specials): Define as an alias for
6300         elmo-address-quote-specials.
6301
6302 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6303
6304         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6305
6306         * wl-vars.el (wl-from): Set default value as nil.
6307         (wl-organization): Set default value as ORGANIZATION environment
6308         variable.
6309
6310         * wl-draft.el (wl-smtp-extension-bind): Check value of
6311         wl-smtp-connection-type.
6312
6313         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6314         error.
6315
6316 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6317
6318         * Version number is increased to 2.7.4.
6319
6320         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6321         arguments from `wl-highlight-x-face-function' caller.
6322         Use x-face-1.3.6.12 or later.
6323
6324 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6325
6326         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6327
6328 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6329
6330         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6331         (wl-fcc): Fix to accept function.
6332         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6333
6334 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6335
6336         * wl-acap.el (toplevel): Added `product-provide' declare.
6337         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6338
6339 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6340
6341         * wl.el (wl): Changed order of calling `elmo-init'
6342         and `elmo-folder-init'.
6343
6344 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6345
6346         * wl-mime.el (wl-summary-burst): Extract message when content-type
6347         of root entity is not only `multipart' but also `message/rfc822'.
6348         (wl-summary-burst-subr): Ditto.
6349
6350 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6351
6352         * wl-vars.el (toplevel): Require 'custom.
6353         (wl-trash-folder): Added to `wl-setting' group.
6354
6355         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6356         exists.
6357         (wl-addrmgr-draw): Insert empty line when no entry exists.
6358
6359         * wl-mule.el (wl-message-wheel-up): Fixed.
6360         (wl-message-wheel-down): Ditto.
6361
6362 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6363
6364         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6365         config is an anonymous lambda expression.
6366
6367 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6368
6369         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6370         when Mule 2 is running.
6371
6372 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6373
6374         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6375
6376 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6377
6378         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6379         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6380
6381         * wl-address.el (wl-address-specials-regexp): Eliminated.
6382         (wl-address-quote-specials): Rewrite.
6383
6384 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6387         shy-groups for regexp.
6388
6389         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6390         character classes and Perl style shy-groups for regexp.
6391         (wl-highlight-plugged-current-line): Use Posix style character
6392         classes for regexp.
6393         (wl-e21-highlight-folder-by-numbers): Ditto.
6394         (wl-e21-display-image-p): Use `display-images-p' instead of
6395         `display-graphic-p'.
6396         (display-images-p): Make an alias to `display-graphic-p' if it is
6397         not available.  It is for Emacs version prior to 21.0.105.
6398
6399         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6400         `display-graphic-p'.
6401         (wl-demo-image-type-alist): Ditto.
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 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6406
6407         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6408         support.
6409         (wl-generate-user-agent-string): Ditto.
6410
6411         * wl-version.el (wl-version): Update docsting.
6412         (wl-version-status): Ditto.
6413
6414 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6415
6416         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6417         21.0.105.  For Emacs 21.0.104 or earlier.
6418
6419 2001-09-03  Takuo KITAME <kitame@northeye.org>
6420
6421         * wl-e21.el (wl-plugged-init-icons): Use
6422         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6423         (wl-biff-init-icons): Ditto.
6424
6425 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6426
6427         * wl-highlight.el (wl-highlight-summary-current-line):
6428         Fixed highlighting refile/copy destination.
6429
6430         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6431         (wl-acap-store): Encode string by wl-acap-coding-system.
6432
6433 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6434
6435         * wl-acap.el (toplevel): Check and require 'un-define before
6436         'xemacs-ucs;
6437          Added checking for UTF-2000.
6438
6439 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6440
6441         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6442         Don't enclose with `eval-and-compile'.
6443
6444         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6445         wl-init is non-nil.
6446
6447         * wl-draft.el (wl-draft): Ditto.
6448
6449         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6450
6451         * wl-acap.el (toplevel): Require 'wl.
6452         (wl-acap-store): Call `elmo-init'.
6453
6454         * wl.el (wl): Changed position of `wl-check-environment'.
6455         (toplevel): Added autoload setting for wl-acap.
6456
6457         * wl-vars.el (wl-setting): New custom group.
6458         (wl-from): Added wl-setting group.
6459         (wl-user-mail-address-list): Ditto.
6460         (wl-organization): Ditto.
6461         (wl-subscribed-mailing-list): Ditto.
6462         (wl-envelope-from): Ditto.
6463         (wl-smtp-posting-user): Ditto.
6464         (wl-smtp-posting-server): Ditto.
6465         (wl-smtp-posting-port): Ditto.
6466         (wl-smtp-authenticate-type): Ditto.
6467         (wl-pop-before-smtp-user): Ditto.
6468         (wl-pop-before-smtp-server): Ditto.
6469         (wl-pop-before-smtp-port): Ditto.
6470         (wl-pop-before-smtp-authenticate-type): Ditto.
6471         (wl-nntp-posting-server): Ditto.
6472         (wl-nntp-posting-user): Ditto.
6473         (wl-nntp-posting-port): Ditto.
6474         (wl-fetch-confirm-threshold): Ditto.
6475         (wl-prefetch-threshold): Ditto.
6476         (wl-thread-insert-opened): Ditto.
6477         (wl-ldap-server): Ditto.
6478         (wl-ldap-port): Ditto.
6479         (wl-ldap-base): Ditto.
6480         (wl-ldap-objectclass): Ditto.
6481         (wl-use-ldap): Ditto.
6482         (wl-draft-config-alist): Ditto.
6483         (wl-draft-config-matchone): Ditto.
6484         (wl-template-alist): Ditto.
6485         (wl-message-sort-field-list): Ditto.
6486         (wl-message-ignored-field-list): Ditto.
6487         (wl-message-visible-field-list): Ditto.
6488         (wl-interactive-send): Ditto.
6489         (wl-summary-move-order): Ditto.
6490         (wl-auto-select-first): Ditto.
6491         (wl-auto-select-next): Ditto.
6492         (wl-interactive-save-folders): Ditto.
6493
6494         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6495         Initialization codes are moved from wl-local-folder-init.
6496         (wl-local-folder-init): Follow the change above.
6497         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6498
6499         * wl-acap.el: New file.
6500
6501         * Version number is increased to 2.7.3.
6502
6503 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6504
6505         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6506
6507 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6508
6509         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6510         (wl-addrmgr-address-entry-list): Ditto.
6511
6512 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6513
6514         * wl-e21.el (wl-draft-mode-map): Removed binding for
6515         `wl-draft-insert-x-face-field'.
6516
6517         * wl-mule.el (wl-draft-mode-map): Ditto.
6518
6519         * wl-xmas.el (wl-draft-mode-map): Ditto.
6520
6521         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6522         (wl-cs-autoconv): Ditto.
6523         (wl-cs-local): Ditto.
6524         (wl-use-scoring): Ditto.
6525         (wl-mime-charset): Ditto.
6526         (wl-folder-check-async): Ditto.
6527
6528         * wl.el (toplevel): Ignore nemacs and tm.
6529         (wl-exit): Ditto.
6530
6531         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6532         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6533         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6534         instead of wl-address-petname-add-or-change.
6535         (wl-summary-edit-addresses-subr): Use wl-address-delete
6536         instead of wl-address-petname-delete.
6537
6538         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6539
6540         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6541         if error occured.
6542
6543         * wl-message.el (require): Remove tm support.
6544
6545         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6546
6547         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6548         (wl-folder-jump-to-current-entity): Ditto.
6549         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6550
6551         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6552         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6553         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6554
6555         * wl-mule.el (wl-draft-key-setup): Ditto.
6556
6557         * wl-xmas.el (wl-draft-key-setup): Ditto.
6558
6559         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6560         (wl-draft-std11-parse-addresses): New function.
6561         (wl-draft-parse-mailbox-list): Use it.
6562         (wl-draft): Ignore nemacs.
6563         (wl-draft-reedit): Ditto.
6564
6565         * wl-addrmgr.el: New file.
6566         (Original is wl-rcpt.el written by
6567         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6568         Thanks Kitamoto-san.)
6569
6570         * wl-address.el (wl-address-make-address-list): Modified parsing
6571         process.
6572         (wl-address-delete): Renamed from `wl-address-petname-delete';
6573         Modify wl-address-list too.
6574         (wl-address-add-or-change): Renamed from
6575         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6576
6577 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6578
6579         * wl-highlight.el (wl-highlight-summary-current-line):
6580           Work with transient-mark-mode
6581
6582 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6583
6584         * Version number is increased to 2.7.2.
6585
6586         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6587         instead of elmo-dop-queue-method.
6588
6589 2001-08-06  SAITO Atsunori <sai@yedo.com>
6590
6591         * wl-vars.el (wl-ldap-objectclass): New user option.
6592
6593         * wl-address.el (wl-ldap-make-filter): Use it.
6594
6595 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6596
6597         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6598
6599 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6600
6601         * wl-folder.el (wl-folder): redisplay after folder insertion.
6602
6603         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6604
6605         * wl-summary.el (wl-summary-sync-update):
6606         Change status mark only when new-msgdb exists.
6607         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6608
6609 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6610
6611         * wl-summary.el (wl-summary-open-folder): New function.
6612         (wl-summary-goto-folder-subr): Use it.
6613         (wl-summary-mark-as-important): Fix;
6614         Encache only when no cache exists.
6615
6616 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6617
6618         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6619         Use with-current-buffer.
6620
6621 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6622
6623         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6624         before call `get-buffer'. Fixed parenthesis.
6625         (wl-score-get-header-entry): Clear message and help window when
6626         keyboard quit.
6627         (wl-score-edit-insert-header): Ditto.
6628
6629 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6630
6631         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6632         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6633         (wl-default-draft-cite): Fix.
6634
6635         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6636         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6637
6638 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6639
6640         * wl-message.el (wl-message-prev-page): Do same bahavior
6641         as summary when it is called in the message buffer.
6642         (wl-message-next-page): Ditto.
6643
6644 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6645
6646         * wl-summary.el (wl-summary-forward): Use cache if it is not
6647         section cache.
6648
6649 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6650
6651         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6652         Removed redundant require of elmo-vars.
6653         (wl-biff-state-indicator-on): Changed default value for
6654         xemacs with non-mule environment.
6655
6656         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6657         wl-message-buffer is nil;
6658         Hide progress bar after moving messages.
6659
6660 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6661
6662         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6663         message at cursor point is deleted.
6664
6665 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6666
6667         * wl-vars.el: Changed file coding system to euc-japan.
6668         Added -*-coding:-*- magic to the first line.
6669
6670         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6671         Search parent from the first message.
6672
6673         * Version number is increased to 2.7.1.
6674
6675 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6676
6677         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6678
6679 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6680
6681         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6682         refile/delete execution.
6683
6684         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6685         Fixed docstring.
6686
6687 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6688
6689         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6690         do update process;
6691         Don't update marks when update process is interrupted.
6692
6693 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6694
6695         * wl-summary.el (wl-summary-reply): Fixed problem when
6696         wl-draft-use-frame is non-nil.
6697         (wl-summary-forward): Ditto.
6698
6699         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6700         as nil.
6701         (wl-folder-mark-as-read-all-entity): Ditto.
6702         (wl-folder-prefetch-entity): Ditto.
6703
6704         * wl.el (wl): Check environment before wl-init.
6705
6706         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6707         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6708         instead of wl-summary-collect-unread.
6709         (wl-summary-reply): Split message window.
6710
6711 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6712
6713         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6714         only if current language environment is japanese,
6715
6716         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6717         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6718         (wl-folder-goto-folder-subr): Ditto.
6719
6720         * wl-draft.el (wl-draft-dispatch-message): Call
6721         `elmo-file-cache-get-path'.
6722
6723 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6724
6725         * wl-summary.el (wl-summary-cursor-move): If return value of
6726         wl-summary-next-message is not number, don't jump.
6727
6728 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6729
6730         * wl-summary.el (wl-summary-buffer-next-message-function): New
6731         variable.
6732         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6733         if it is bound.
6734
6735         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6736         string.
6737
6738         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6739         (wl-plugged-drawing): Ditto.
6740
6741 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6742
6743         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6744         process.
6745         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6746         with unwind-protect.
6747
6748         * wl.el (wl-init): Require mime-setup.
6749         (wl-check-environment): Don't require mime-setup.
6750
6751         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6752         instead of elmo-folder-type.
6753
6754         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6755         value as nil.
6756
6757 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6758
6759         * Version number is increased to 2.7.0.
6760
6761         * wl-version.el (wl-version): Changed codename.
6762
6763         * wl-summary.el (wl-summary-delete-cache): Fixed.
6764
6765         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6766         Workaround for net folders.
6767         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6768
6769         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6770         value to nil (According to the patch from
6771         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6772
6773         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6774         of elmo-folder-close.
6775
6776 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6777
6778         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6779         for postfix.
6780
6781 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6782
6783         * wl-summary.el (wl-summary-resend-message): Fixed.
6784
6785         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6786         Call wl-draft with `from' argument if its address is included in
6787         `wl-user-mail-address-list'.
6788         (wl-draft): Added `from' argument.
6789
6790         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6791         non-nil.
6792         (wl): Don't show demo if wl-demo is nil.
6793
6794         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6795         wl-summary-use-frame.
6796
6797         * wl-vars.el (wl-summary-use-frame): New user option.
6798         (wl-folder-use-frame): Changed docstring.
6799
6800         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6801         non-nil.
6802         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6803         wl-summary-use-frame.
6804
6805         * wl-vars.el (wl-folder-use-frame): New user option.
6806
6807         * wl-summary.el (wl-summary-exit): Back to folder frame if
6808         wl-folder-use-frame is non-nil.
6809         (wl-summary-redisplay-internal): Ignore cache if current folder
6810         is draft folder,
6811         (wl-summary-redisplay-no-mime): Ditto.
6812         (wl-summary-redisplay-all-header): Ditto.
6813
6814         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6815         if wl-folder-use-frame is non-nil.
6816
6817 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6818
6819         * wl-summary.el (wl-summary-sync-update): Bind
6820         elmo-folder-update-threshold.
6821         (wl-summary-mark-as-important): Enclosed server mark processing
6822         with `save-match-data'.
6823
6824         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6825         only when it is already defined.
6826
6827 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6828
6829         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6830         name of folder exclude localdir is wrong.
6831         * wl-folder.el (wl-folder-sync-entity):
6832         Set `wl-summary-always-sticky-folder-list' as nil.
6833         (wl-folder-mark-as-read-all-entity): Ditto.
6834         (wl-folder-prefetch-entity): Ditto.
6835
6836 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6837
6838         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6839         instead of `wl-summary-write-current-newsgroup'.
6840
6841 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6842
6843         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6844         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6845         non-nil and selected message is important, do not display.
6846
6847 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6848
6849         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6850
6851 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6852
6853         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6854
6855         * wl-summary.el (wl-summary-mark-as-important): Set message number
6856         using wl-summary-message-number.
6857
6858 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6859
6860         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6861         destination folder is 'null.
6862
6863 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6864
6865         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6866         New function.
6867         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6868         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6869         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6870
6871 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6872
6873         * wl-mime.el (wl-mime-setup): Added setting for
6874         `mime-setup-signature-key-alist' to avoid overriding key bind for
6875         `wl-draft-send'.
6876
6877         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6878         for `wl-draft-send'.
6879         * wl-mule.el (wl-draft-overload-functions): Ditto.
6880         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6881         * wl-draft.el (wl-draft-send): Ditto.
6882
6883         * wl-message.el (wl-message-display-internal):
6884         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6885         (Patch is provided by <kita@coe.nttdata.co.jp>).
6886
6887 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6888
6889         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6890
6891 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6892
6893         * wl.el (wl): Fix for wl-demo.
6894
6895 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6896
6897         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6898
6899 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6900
6901         * wl-folder.el (wl-folder-prefetch-entity): Use
6902         `wl-folder-get-elmo-folder'.
6903         (wl-folder-count-incorporates): Do not use
6904         `wl-folder-get-elmo-folder'.
6905
6906 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6907
6908         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6909         instead of `elmo-folder-get-type'.
6910
6911 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6912
6913         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6914         position on Subject: field.
6915         (Advised by Mito <mit@nines.nec.co.jp>)
6916
6917 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6918
6919         * wl-folder.el (wl-folder-prefetch-entity): Use
6920         `wl-folder-get-elmo-folder'.
6921
6922 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6923
6924         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6925
6926         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6927         `process-duplicates' slot.
6928
6929         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6930         if detection failed.
6931
6932 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6933
6934         * wl-version.el (wl-version-status): Set to "alpha".
6935
6936 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6937
6938         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6939         Check wl-message-buffer lives before set-buffer.
6940
6941 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6942
6943         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6944         called in folder mode.
6945         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6946         * wl-summary.el (wl-summary-exit-pre-hook): Run
6947         `wl-summary-exit-pre-hook' before exit summary mode.
6948
6949 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6950
6951         * wl-version.el (wl-version-status): New variable.
6952         (wl-version-status-alist): Removed.
6953         (wl-version-status): Rule included.
6954
6955 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6956
6957         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6958         @sponichi.
6959
6960         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6961         when `mail-reply-buffer' is buffer-local variable.
6962         (Reported by <kita@coe.nttdata.co.jp>).
6963
6964 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6965
6966         * wl-vars.el (toplevel): Require 'elmo-util.
6967
6968 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6969
6970         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6971         (All other related portions are changed)
6972
6973         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6974
6975         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6976
6977 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6978
6979         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6980
6981 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6982
6983         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6984         Delete other windows to avoid an error.
6985         Use `point-marker' instead of `point' to remember the start point
6986         of body.
6987
6988         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6989
6990         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6991         number not to exceed all message number.
6992
6993 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6994
6995         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6996         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6997
6998 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6999
7000         * wl-summary.el (wl-summary-sync-force-update): Added argument
7001         no-check.
7002         (wl-summary-sync-update): Ditto.
7003         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7004         with `no-check'.
7005
7006         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7007         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7008         already running.
7009
7010 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7011
7012         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7013         `dst-folder-arg'.
7014         (wl-expire-archive-number1): Diito.
7015         (wl-expire-archive-number2): Diito.
7016         (wl-expire-archive-Date): Diito.
7017         (wl-archive-number1): Diito.
7018         (wl-archive-number2): Diito.
7019         (wl-archive-date): Diito.
7020         (wl-archive-folder-p): New function.
7021         (wl-summary-expire): Support of expand folder name at
7022         wl-expire-alist.
7023         * wl-util.el (wl-expand-newtext): Renamed from
7024         `wl-refile-expand-newtext'.
7025
7026 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7027
7028         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7029         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7030         `(elmo-msgdb-get-overview msgdb)'.
7031         (wl-summary-prefetch): Bind match data before call
7032         `wl-summay-prefetch-msg'.
7033         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7034         'off if `wl-summary-buffer-disp-msg' is non-nil.
7035         Fixed problem that couldn't show only one new or unread message when
7036         enter folder.
7037         (wl-summary-reply): Don't call `split-window-vertically' and other
7038         window.
7039
7040 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7041
7042         * wl-expire.el (wl-expire-refile): Fixed.
7043
7044 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7045
7046         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7047
7048         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7049         biff notification is removed.
7050
7051         * wl.el (wl): Changed position of `elmo-init'.
7052
7053         * wl-draft.el (wl-default-draft-cite): Use date field
7054         on the citation buffer.
7055
7056         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7057
7058         * wl-xmas.el (wl-folder-internal-icon-list): Added
7059         `wl-folder-shimbun-image'.
7060
7061         * wl-e21.el (wl-folder-internal-icon-list): Added
7062         `wl-folder-shimbun-image'.
7063
7064 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7065
7066         * wl.el (wl-init): Eliminated argument.
7067         (wl): Rewrite.
7068
7069         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7070         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7071         instead of `elmo-folder-msgdb-internal'.
7072         (wl-summary-sync-update): Ditto.
7073         (wl-summary-flush-pending-append-operations): Eliminated.
7074         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7075         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7076         `elmo-folder-open'.
7077
7078         * wl-mime.el (wl-summary-burst): Fixed.
7079
7080         * wl-folder.el (wl-folder-info-save): Check data type.
7081
7082         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7083         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7084         instead of `elmo-folder-msgdb-internal'.
7085         (wl-expire-hide): Ditto.
7086
7087
7088         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7089
7090 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7091
7092         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7093
7094 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7095
7096         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7097
7098 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7099
7100         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7101         Fixed `match-beginning' argument mismatch.
7102
7103 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7104
7105         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7106         the default value.
7107
7108 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7109
7110         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7111         instead of `elmo-nntp-default-port'.
7112
7113         * wl-vars.el: Fixed some doc strings.
7114
7115 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7116
7117         * wl-summary.el (wl-summary-prefetch-msg): Use
7118         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7119
7120         * wl-vars.el: Define *-func as obsolete variable using
7121         `elmo-define-obsolete-variable'.
7122
7123         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7124         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7125         instead of `wl-message-buffer-prefetch-threshold'.
7126
7127         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7128
7129         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7130
7131         * wl-draft.el (wl-caesar-region-func): Ditto.
7132
7133         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7134         Keep unread status in elmo-folder-move-messages.
7135         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7136
7137 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7138
7139         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7140         `wl-summary-buffer-exit-func'
7141         (wl-summary-buffer-message-redisplay-function): Renamed from
7142         `wl-summary-buffer-message-redisplay-func'
7143         (wl-summary-buffer-next-folder-function): Renamed from
7144         `wl-summary-buffer-next-folder-func'.
7145         (wl-summary-buffer-prev-folder-function): Renamed from
7146         `wl-summary-buffer-prev-folder-func'.
7147         (wl-summary-get-petname-function): Renamed from
7148         `wl-summary-get-petname-func'.
7149
7150         * wl-score.el (wl-score-edit-exit-function): Renamed from
7151         `wl-score-edit-exit-func'.
7152
7153         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7154         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7155
7156         * wl-util.el (wl-load-profile-function): Renamed from
7157         `wl-load-profile-func'.
7158
7159         * wl-folder.el (wl-folder-completion-function): Renamed from
7160         `wl-folder-completion-func'.
7161         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7162
7163         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7164         `wl-expire-archive-get-folder-func'.
7165         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7166         (wl-draft-send-mail-function): Renamed from
7167         `wl-draft-send-mail-func'.
7168         (wl-draft-send-news-function): Renamed from
7169         `wl-draft-send-news-func'.
7170         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7171         (wl-generate-mailer-string-function): Renamed from
7172         `wl-generate-mailer-string-func'.
7173         (wl-highlight-signature-search-function): Renamed from
7174         `wl-highlight-signature-search-func'.
7175         (wl-highlight-x-face-function): Renamed from
7176         `wl-highlight-x-face-func'
7177         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7178         (wl-ps-print-buffer-function): Renamed from
7179         `wl-ps-print-buffer-func'
7180         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7181         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7182         (wl-summary-subject-filter-function): Renamed from
7183         `wl-summary-subject-filter-func'.
7184
7185         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7186         `wl-draft-queue-flush-send-func'
7187         (wl-draft-cite-function): Renamed from
7188         `wl-draft-cite-func'
7189
7190         * wl-address.el (wl-address-init-function): Renamed from
7191         `wl-address-init-func'.
7192
7193 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7194
7195         * wl-draft.el (wl-draft-queue-flush): Don't call
7196         `elmo-dop-unlock-message'.
7197         * wl-draft.el (wl-draft-queue-append): Don't call
7198         `elmo-dop-lock-message'.
7199
7200         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7201         (wl-summary-buffer-folder-name): Ditto.
7202         (wl-summary-message-regexp): Added '-' (all other related portions
7203         are changed).
7204         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7205         wl-summary-buffer-folder-name.
7206
7207 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7208
7209         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7210         the number of mails in the folder buffer is not updated by wl-biff.
7211
7212 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7213
7214         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7215         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7216
7217 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7218
7219         * wl-summary.el (wl-summary-next-message):
7220         Return next message number when wl-summary-move-order is nil.
7221
7222 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7223
7224         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7225         `wl-summary-move-spec-alist'.
7226         (wl-summary-move-spec-unplugged-alist): New variable
7227         (Move spec for unplugged status).
7228         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7229         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7230
7231 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7232
7233         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7234         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7235
7236 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7237
7238         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7239         simple quotation to quote the anonymous function.
7240         * tm-wl.el (wl-draft-preview-message): Ditto.
7241
7242 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7243
7244         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7245         Eliminate redundant `save-excursion'.
7246         (wl-highlight-summary-current-line): Ditto.
7247
7248         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7249         accessing match data when `looking-at' failed.
7250
7251         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7252         `elmo-match-string' where users don't care about the speed.
7253         (wl-draft-save): Ditto.
7254
7255 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7256
7257         * wl-util.el (wl-regexp-opt): New function.
7258
7259         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7260         number from `wl-summary-buffer-number-list'.
7261         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7262         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7263         (wl-summary-move-spec-alist): Changed default setting.
7264
7265 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7266
7267         * wl-vars.el (wl-biff-notify-hook): New hook.
7268         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7269         the arrival of new mail.
7270         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7271         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7272
7273 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7274
7275         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7276
7277 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7278
7279         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7280
7281         * Version number is increased to 2.5.8.
7282
7283         * wl-thread.el (toplevel): require 'cl.
7284         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7285         (wl-thread-make-number-list): New function.
7286         (wl-thread-entity-make-number-list-from-children): Ditto.
7287         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7288         (wl-thread-entity-insert-as-children): Likewise.
7289         (wl-thread-delete-message): Likewise.
7290         (wl-meaning-of-mark): Eliminated.
7291         (wl-thread-next-failure-mark-p): Ditto.
7292         (wl-thread-entity-get-mark): Ditto.
7293         (wl-thread-meaning-alist-get-result): Ditto.
7294         (wl-thread-entity-check-prev-mark): Ditto.
7295         (wl-thread-entity-check-next-mark): Ditto.
7296         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7297         (wl-thread-entity-get-prev-marked-entity): Ditto.
7298         (wl-thread-get-prev-unread): Ditto.
7299         (wl-thread-jump-to-prev-unread): Ditto.
7300         (wl-thread-get-next-unread): Ditto.
7301         (wl-thread-jump-to-next-unread): Ditto.
7302         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7303         (wl-thread-entity-get-next-marked-entity): Ditto.
7304
7305         * wl-summary.el (wl-summary-buffer-number-list):
7306         New bufer-local variable.
7307         (wl-summary-switch-to-clone-buffer): Clone
7308         `wl-summary-buffer-number-list'.
7309         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7310         (wl-summary-cursor-move-regex): Eliminated.
7311         (wl-summary-cursor-up): Rewrite.
7312         (wl-summary-cursor-down): Ditto.
7313         (wl-summary-mode-spec-alist): New variable.
7314         (wl-summary-next-message): New inline function.
7315         (wl-summary-cursor-move): New function.
7316         (wl-summary-default-get-next-msg): Rewrite.
7317         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7318         (wl-summary-rescan): Ditto.
7319         (wl-summary-sync-all-init): Ditto.
7320         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7321         summary is not thread view.
7322         (wl-summary-sync-update): Ditto.
7323         (wl-summary-rescan): Ditto.
7324         (wl-summary-make-number-list): New function.
7325
7326         * wl-draft.el: "FCC" -> "Fcc".
7327
7328 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7329
7330         * wl-highlight.el (wl-highlight-summary-window):
7331         Call `set-buffer-modified-p'.
7332
7333         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7334         (wl): Call `elmo-init' and fix.
7335
7336         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7337         Use new variables.
7338
7339         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7340
7341 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7342
7343         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7344
7345 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7346
7347         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7348
7349 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7350
7351         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7352         `wl-use-toolbar' nor `display-graphic-p'.
7353         (wl-e21-setup-message-toolbar): Ditto.
7354         (wl-e21-setup-summary-toolbar): Ditto.
7355         (wl-e21-setup-folder-toolbar): Ditto.
7356
7357         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7358         (wl-plugged-init-icons): Ditto.
7359
7360         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7361         `display-graphic-p'.
7362         (wl-plugged-set-folder-icon): Ditto.
7363         (wl-highlight-plugged-current-line): Ditto.
7364         (wl-highlight-folder-current-line): Ditto.
7365         (wl-e21-highlight-folder-group-line): Ditto.
7366         (wl-e21-setup-toolbar): Ditto.
7367         (wl-e21-display-image-p): New macro.
7368
7369         * wl-demo.el (wl-demo): Simplified.
7370         (wl-demo-image-type-alist): Use `image-type-available-p' for
7371         checking whether the image type `xbm' is available.
7372
7373 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7374
7375         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7376         (wl-summary-input-range): Ditto.
7377
7378 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7379
7380         * wl-summary.el (wl-summary-edit-addresses): Use
7381         `wl-summary-get-original-buffer'
7382         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7383         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7384         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7385         (wl-summary-get-newsgroups): Eliminated.
7386         (wl-summary-set-crosspost): Ditto.
7387         (wl-summary-is-crosspost-folder): Ditto.
7388         (wl-crosspost-alist-load): Ditto.
7389         (wl-crosspost-alist-save): Ditto.
7390
7391         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7392         `elmo-setup-subscribed-newsgroups' instead of
7393         `elmo-nntp-make-groups-hashtb'.
7394         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7395         instead of `wl-crosspost-alist-save'.
7396
7397         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7398         of `elmo-folder-message-appendable-p'.
7399         (wl-mime-header-presentation-method): Eliminated.
7400
7401         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7402         (Error occurs in emacs21).
7403
7404         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7405         the current buffer).
7406
7407         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7408         instead of `wl-crosspost-alist-save'.
7409         (wl-init): `elmo-crosspost-message-alist-load'
7410         instead of `wl-crosspost-alist-load'
7411
7412         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7413         (wl-parse-newsgroups): Likewise.
7414         (wl-biff-notify): Run `wl-biff-notify-hook'.
7415
7416 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7417
7418         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7419
7420         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7421         when `wl-summary-lazy-highlight' is non-nil.
7422         (wl-summary-goto-folder-subr): Highlight only when
7423         `wl-summary-lazy-highlight' is non-nil.
7424
7425         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7426         Don't display progress and highlight temp-mark when
7427         `wl-summary-lazy-highlight' is non-nil.
7428         (wl-highlight-summary-window): New function.
7429         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7430
7431 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7432
7433         * wl-summary.el (wl-summary-sync): Change `all-visible'
7434         from `all-shown'
7435         (wl-summary-input-range): Ditto.
7436
7437 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7438
7439         * wl-e21.el (wl-highlight-folder-current-line): Call
7440         `wl-folder-init-icons' when folder icons have not been initialized.
7441
7442         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7443
7444         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7445         (wl-demo-image-type-alist): New macro.
7446
7447 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7448
7449         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7450         display does not support graphics.
7451         (wl-plugged-init-icons): Ditto.
7452         (wl-folder-init-icons): Ditto.
7453
7454         * wl-demo.el (wl-demo): Chech closely whether the display
7455         supports graphics.
7456
7457 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7458
7459         * wl-summary.el (wl-summary-get-original-buffer): New function.
7460         (wl-summary-set-crosspost): Use it.
7461         (wl-summary-target-mark-uudecode): Ditto.
7462         (wl-summary-reedit): Ditto.
7463         (wl-summary-resend-bounced-mail): Ditto.
7464         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7465         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7466
7467         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7468         (wl-message-display-internal): Ditto.
7469
7470 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7471
7472         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7473
7474 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7475
7476         * wl-summary.el (wl-summary-save-view): Renamed from
7477         `wl-summary-save-status'.
7478
7479 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7480
7481         * wl-summary.el (wl-summary-sync): Added `all-shown'
7482
7483 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7484
7485         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7486
7487 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7488
7489         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7490
7491 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7492
7493         * wl-highlight.el (wl-highlight-summary-line-string): Use
7494         `zerop' instead of `= 0'.
7495         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7496
7497         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7498         for comparing numbers.
7499         (wl-template-prev): Use `zerop' instead of `eq 0'.
7500
7501         * wl-draft.el (wl-draft-insert-current-message): Use
7502         `with-current-buffer' instead of `save-excursion'.
7503         Use `zerop' instead of `eq 0'.
7504
7505 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7506
7507         * wl-draft.el (wl-draft-insert-ccs): New function.
7508         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7509         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7510
7511 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7512
7513         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7514
7515 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7516
7517         * wl-expire.el (wl-expire-refile): Don't call
7518         elmo-msgdb-add-msgs-to-seen-list;
7519         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7520         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7521
7522 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7523
7524         * wl-message.el (wl-message-prev-page): Ignore errors while
7525         scroll-down.
7526
7527 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7528
7529         * wl-mime.el: Use elmo-original-message-mode instead of
7530         mmelmo-original-mode.
7531
7532         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7533         `elmo-folder-get-spec';
7534         (wl-fldmgr-add-completion-all-completions):
7535         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7536
7537         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7538         of `elmo-folder-get-type'.
7539
7540         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7541         `elmo-folder-get-spec';
7542         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7543         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7544         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7545         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7546         `elmo-read-msg-no-cache';
7547         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7548         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7549         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7550         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7551         `elmo-cache-save';
7552         (wl-draft-reedit): Use `elmo-message-file-name'.
7553
7554         * wl-expire.el: Use `elmo-folder-name-internal';
7555         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7556         Use macro `wl-summary-buffer-msgdb' instead of variable
7557         `wl-summary-buffer-msgdb';
7558         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7559         Use macro `wl-summary-buffer-folder-name' instead of variable
7560         `wl-summary-buffer-folder-name'.
7561         * wl-score.el: Likewise.
7562
7563         * wl-message.el: Rewrite for new message buffer cache mechanism.
7564         (wl-message-buffer-cache-buffer-get): New macro.
7565         (wl-message-buffer-cache-folder-get): Ditto.
7566         (wl-message-buffer-cache-message-get): Ditto.
7567         (wl-message-buffer-cache-entry-make): Ditto.
7568         (wl-message-buffer-cache-hit): Ditto.
7569         (wl-message-buffer-cache-sort): New function.
7570         (wl-message-buffer-cache-add): Ditto.
7571         (wl-message-buffer-cache-delete): Ditto.
7572         (wl-message-buffer-cache-clean-up): Ditto.
7573         (wl-message-buffer-window): Rewrite.
7574         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7575         (wl-message-buffer-display): New function.
7576         (wl-message-display-internal): New function.
7577
7578 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7579
7580         * wl-folder.el: Use `elmo-folder-name-internal';
7581         Use `wl-folder-get-elmo-folder';
7582         Use `elmo-folder-list-messages' instead of
7583         `elmo-list-folder';
7584         Use `elmo-folder-get-primitive-list' instead of
7585         `elmo-folder-get-primitive-spec-list';
7586         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7587         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7588         Use `elmo-folder-create' instead of `elmo-create-folder'.
7589         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7590         (wl-folder-get-elmo-folder): New macro.
7591         (wl-folder-elmo-folder-cache-get): Ditto.
7592         (wl-folder-elmo-folder-cache-put): Ditto.
7593         (wl-folder-suspend): Call `elmo-quit'.
7594
7595         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7596         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7597         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7598         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7599         (toplevel): require 'cl.
7600         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7601
7602         * wl-summary.el: Rewrite to use new elmo interface.
7603
7604 \f
7605 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7606
7607         * wl-mime.el (wl-draft-preview-message):
7608         Run `wl-draft-send-hook' before collecting recipients information;
7609         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7610
7611         * tm-wl.el (wl-draft-preview-message): Ditto.
7612
7613 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7614
7615         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7616         wrong recipients are displayed when forwarded message.
7617
7618 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7619
7620         * Version number is increased to 2.5.7.
7621
7622 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7623
7624         * wl-message.el (wl-message-next-page): Bind
7625         `window-pixel-scroll-increment' to nil while scrolling up.
7626
7627 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7628
7629         * wl-vars.el (wl-save-hook): New hook.
7630         * wl.el (wl-save): Call `wl-save-hook'.
7631
7632 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7633
7634         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7635         Argument WITH-ARG instead of NO-ARG (negative mean).
7636         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7637         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7638         * wl-message.el (wl-message-follow-current-entity): Likewise.
7639
7640 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7641
7642         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7643         FROM was optional argument.
7644         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7645
7646 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7647
7648         * Version number is increased to 2.5.6.
7649
7650 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7651
7652         * wl-version.el (wl-version-show): Removed.
7653         (wl-version): Add `interactive'.
7654
7655 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7656
7657         * wl-summary.el (wl-summary-get-petname-func): New variable.
7658         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7659         instead of `wl-address-get-petname-1'.
7660         (wl-summary-simple-from): Ditto.
7661
7662         * wl-address.el (wl-address-get-petname-1): Define as function.
7663
7664 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7665
7666         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7667         field in the original message.
7668         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7669
7670 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7671
7672         * wl-expire.el (wl-expire-hide):
7673         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7674
7675 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7676
7677         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7678         find decoder for To, Cc, and Subject.
7679
7680 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7681
7682         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7683         for checking `elmo-use-buffer-cache'.
7684         (wl-summary-mark-as-important): Fixed typo in comment.
7685
7686 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7687
7688         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7689         field in the original message.
7690         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7691
7692 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7693
7694         * wl-expire.el (wl-expire-hide):
7695         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7696
7697 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7698
7699         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7700         find decoder for To, Cc, and Subject.
7701
7702 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7703
7704         * Version number is increased to 2.5.5.
7705
7706         * wl-address.el (wl-address-specials-regexp): New constant.
7707         (wl-address-quote-specials): Use it.
7708
7709 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7710
7711         * wl-summary.el (wl-summary-rescan):
7712         Call `wl-summary-buffer-number-column-detect'.
7713         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7714
7715         * wl-message.el (wl-message-mode-map): Define.
7716         (wl-message-decode): Use it as local-map.
7717
7718 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7719
7720         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7721         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7722
7723 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7724
7725         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7726
7727         * wl-mule.el (wl-read-event-char): Ditto.
7728
7729         * wl-e21.el (wl-read-event-char): Ditto.
7730
7731         * wl-nemacs.el (wl-read-event-char): Ditto.
7732         (read-event): Removed.
7733
7734         * wl-util.el (toplevel): Removed dummy definition of
7735         `read-event'.
7736         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7737
7738 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7739
7740         * wl-nemacs.el (elmo-archive-call-process): Moved to
7741         elmo-archive.el.
7742
7743 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7744
7745         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7746         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7747
7748         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7749         instead of magic-number 6.  Use `not' instead of `null' for symbol
7750         `nil' check (not empty list).
7751         (wl-draft-insert-x-face-field): Fixed paren style.
7752
7753         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7754         one-branch conditional statement, instead of `and' and `if'.
7755         (wl-draft-forward): Likewise.
7756         (wl-draft-add-references): Likewise.
7757         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7758
7759         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7760         conditional steatment.  Use `cond' instead of `if'.
7761         (wl-draft-confirm): Likewise.
7762
7763 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7764
7765         * wl-version.el (wl-version-show): Use `product-string-1'
7766         instead of `wl-version'.
7767         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7768
7769         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7770
7771 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7772
7773         * wl-highlight.el (wl-highlight-headers): Revert
7774         `wl-highlight-x-face-func' argument (`beg' and `end').
7775
7776 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7777
7778         * wl.el (toplevel): Move `product-provide' declare.
7779         * wl-demo.el (toplevel): Ditto.
7780         * wl-dnd.el (toplevel): Ditto.
7781         * wl-highlight.el (toplevel): Ditto.
7782         * wl-message.el (toplevel): Ditto.
7783         * wl-refile.el (toplevel): Ditto.
7784         * wl-util.el (toplevel): Ditto.
7785
7786 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7787
7788         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7789         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7790         (wl-thread-close-all): keep cursor position.
7791
7792 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7793
7794         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7795         (eq x 0).
7796         (wl-generate-user-agent-string-1): Fix conditional statement.
7797
7798 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7799
7800         * wl.el (wl-check-environment): Additional check for
7801         'wl-local-domain' and `wl-message-id-domain'.
7802
7803 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7804
7805         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7806
7807 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7808
7809         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7810         instead of `smtp-sasl-user-realm'.
7811
7812 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7813
7814         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7815
7816 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7817
7818         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7819         to the default value as well as `eword-lexical-analyzer'.
7820
7821 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7822
7823         * wl-version.el (wl-extended-emacs-version,
7824         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7825         `elmo-match-string' instead of `wl-match-string'.
7826
7827 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7828
7829         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7830         docstring.
7831
7832 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7833
7834         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7835
7836 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7837
7838         * wl-highlight.el (wl-highlight-headers): Remove
7839         `wl-highlight-x-face-func' argument (`beg' and `end').
7840
7841 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7842
7843         * wl-summary.el (wl-summary-mark-as-important):
7844         Remove cache if folder is local.
7845
7846 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7847
7848         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7849         to get existing e-mail address string.
7850
7851 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7852
7853         * wl-version.el (wl-generate-user-agent-string): Commentary.
7854         (wl-generate-user-agent-string-1): Use `when' for
7855         one-branch conditional statement, instead of `and' and `if'.
7856         (wl-extended-emacs-version, wl-extended-emacs-version2,
7857         wl-extended-emacs-version3): Ditto.
7858
7859 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7860
7861         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7862         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7863         condition-case; Remove initialization.
7864         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7865         (wl-summary-sync-update3): Added argument `sync-all';
7866         Eliminated local variable `msgdb';
7867         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7868         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7869         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7870
7871 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7872
7873         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7874         connection before call `wl-draft-send-mail-with-smtp'.
7875
7876 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7877
7878         * Version number is increased to 2.5.4.
7879
7880 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7881
7882         * wl.el (wl-check-environment): Additional check for
7883         'wl-local-domain' and `wl-message-id-domain'.
7884
7885 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7886
7887         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7888         buffer as command specific.
7889         (wl-folder-mark-as-read-all-entity): Ditto.
7890         (wl-folder-prefetch-entity): Ditto.
7891         (wl-folder-drop-unsync-entity): Ditto.
7892
7893         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7894         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7895         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7896
7897         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7898         save-excursion.
7899
7900 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7901
7902         * Version number is increased to 2.5.3.
7903
7904         * wl-summary.el (wl-summary-save-view-cache):
7905         Delete duplicated `write-region';
7906         Use `write-region-as-binary' instead of `as-binary-output-file' and
7907         `write-region'.
7908
7909 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7910
7911         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7912
7913 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7914
7915         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7916         instead of `smtp-via-smtp'.
7917
7918 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7919
7920         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7921
7922 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7923
7924         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7925         instead of `smtp-sasl-user-realm'.
7926
7927 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7928
7929         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7930
7931 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7932
7933         * Version number is increased to 2.5.2.
7934
7935 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7936
7937         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7938         does not exist.
7939         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7940         (wl-biff-start): Call `timer-activate' if timer already exists.
7941
7942         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7943         only when it is bound as function.
7944
7945 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7946
7947         * Version number is increased to 2.5.1.
7948
7949 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7950
7951         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7952         Print refile/copy destination.
7953
7954 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7955
7956         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7957         queue-flush-only is non-nil.
7958
7959         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7960
7961         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7962         checking cache folder.
7963
7964 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7965
7966         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7967         `regexp-quote'.
7968
7969 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7970
7971         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7972         function.
7973         * wl-summary.el (wl-summary-write-current-folder-functions):
7974         Change default value.  Use it.
7975
7976 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7977
7978         * Version number is increased to 2.5.0.
7979
7980         * wl-version.el (wl-version): Changed codename.
7981
7982 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7983
7984         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7985         (wl-summary-supersedes-message): Ditto.
7986
7987 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7988
7989         * wl-refile.el (wl-refile-guess-functions): Renamed from
7990         `wl-refile-guess-func-list'.
7991
7992 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7993
7994         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7995         Fixed problem when no rule was matched.
7996
7997 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7998
7999         * wl-summary.el (wl-summary-get-mark): Fixed
8000         `wl-summary-buffer-target-mark' check logic.
8001
8002 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8003
8004         * wl-folder.el (wl-folder-write-current-folder): Added group
8005         folder check.
8006
8007         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8008         `wl-summary-write-current-newsgroup'.
8009         (wl-summary-write-current-folder-functions): New variable.
8010         * wl-folder.el (wl-folder-get-newsgroups): New function.
8011         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8012         (wl-folder-write-current-folder): Renamed from
8013         `wl-folder-write-current-newsgroup'.
8014
8015 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8016
8017         * Version number is increased to 2.3.93.
8018
8019 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8020
8021         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8022         (wl-ldap-make-matched-value-list): Ditto.
8023         (wl-ldap-alias-safe-string): Split e-mail address.
8024
8025         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8026         petname folder default was selected.
8027         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8028         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8029
8030 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8031
8032         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8033         to `wl-draft-config-exec'.
8034
8035         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8036         instead of calling `wl-draft-config-exec';
8037         Process group-list and show recipients in minibuffer.
8038
8039         * tm-wl.el (wl-draft-preview-message): Ditto.
8040
8041 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8042
8043         * wl.el (toplevel): Added (C) to copyright notice, and
8044         sync Author header.
8045         * tm-wl.el (toplevel): Ditto.
8046         * wl-address.el (toplevel): Ditto.
8047         * wl-demo.el (toplevel): Ditto.
8048         * wl-dnd.el (toplevel): Ditto.
8049         * wl-draft.el (toplevel): Ditto.
8050         * wl-e21.el (toplevel): Ditto.
8051         * wl-expire.el (toplevel): Ditto.
8052         * wl-folder.el (toplevel): Ditto.
8053         * wl-highlight.el (toplevel): Ditto.
8054         * wl-message.el (toplevel): Ditto.
8055         * wl-mime.el (toplevel): Ditto.
8056         * wl-mule.el (toplevel): Ditto.
8057         * wl-nemacs.el (toplevel): Ditto.
8058         * wl-refile.el (toplevel): Ditto.
8059         * wl-score.el (toplevel): Ditto.
8060         * wl-summary.el (toplevel): Ditto.
8061         * wl-template.el (toplevel): Ditto.
8062         * wl-thread.el (toplevel): Ditto.
8063         * wl-util.el (toplevel): Ditto.
8064         * wl-vars.el (toplevel): Ditto.
8065         * wl-xmas.el (toplevel): Ditto.
8066
8067 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8068
8069         * wl.el (wl-init): Added comment about `wl-init-hook'.
8070         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8071         * wl-vars.el (wl-init-hook): Added docs.
8072         (wl-make-plugged-hook): Removed useless docs.
8073         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8074         * wl-xmas.el (toplevel): Ditto.
8075
8076 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8077
8078         * wl-address.el (toplevel): Fixed multiple Author header format.
8079         * wl-demo.el (toplevel): Ditto.
8080         * wl-draft.el (toplevel): Ditto.
8081         * wl-folder.el (toplevel): Ditto.
8082         * wl-summary.el (toplevel): Ditto.
8083         * wl-thread.el (toplevel): Ditto.
8084         * wl-util.el (toplevel): Ditto.
8085         * wl-vars.el (toplevel): Ditto.
8086         * wl-version.el (toplevel): Ditto.
8087         * wl-xmas.el (toplevel): Ditto.
8088         * wl.el (toplevel): Ditto.
8089
8090         * wl-version.el (toplevel): Added require `elmo-version' for
8091         `product-version-as-string'.
8092
8093 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8094
8095         * wl-vars.el (wl-draft-send-hook): Changed default value to
8096         '(wl-draft-config-exec).
8097
8098         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8099         explicitly.
8100         (wl-draft): Set `wl-draft-config-exec-flag' before running
8101         `wl-mail-setup-hook'.
8102
8103         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8104         `wl-biff-init-icons' to `wl-init-hook' instead of
8105         `wl-make-plugged-hook'.
8106         (Because if `wl-draft' command is invoked at first,
8107         they are not initialized)
8108         Updated copyright notice.
8109
8110         * wl-e21.el (toplevel): Ditto;
8111
8112         * wl-demo.el (toplevel): Updated copyright notice.
8113         * wl-address.el (toplevel): Ditto.
8114         * wl-draft.el (toplevel): Ditto.
8115         * wl-version.el (toplevel): Ditto.
8116         * wl-folder.el (toplevel): Ditto.
8117         * wl-summary.el (toplevel): Ditto.
8118         * wl-thread.el (toplevel): Ditto.
8119         * wl-util.el (toplevel): Ditto.
8120         * wl-vars.el (toplevel): Ditto.
8121         * wl.el (toplevel): Ditto.
8122
8123 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8124
8125         * wl-highlight.el (wl-highlight-message): Fixed problem of
8126         highlighting failure which occured when the last field contains
8127         multiple lines in the draft buffer.
8128
8129         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8130         `wl-biff-start' if plugged.
8131
8132         * wl-util.el (wl-biff-check-folder): New function.
8133         (wl-biff-check-folders): Don't set session name prefix.
8134         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8135         (wl-biff-check-folder-async): Ditto.
8136
8137         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8138         in email address.
8139
8140 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8141
8142         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8143
8144         * wl-draft.el (wl-draft-strip-subject-re): New function.
8145
8146         * wl-draft.el (wl-draft-reply): Use it.
8147
8148 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8149
8150         * wl-message.el (wl-mmelmo-message-redisplay): Use
8151         `mime-display-message' instead of `wl-mime-display-message'.
8152
8153         * wl-mime.el (toplevel): Removed compatibility workaround
8154         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8155         (wl-mime-display-message): Abolished.
8156         (wl-mime-entity-read-field): Ditto.
8157         (wl-mime-combine-message/partial-pieces): Use
8158         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8159
8160 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8161
8162         * wl-template.el: Doc fixes.
8163
8164 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8165
8166         * wl-e21.el (wl-message-overload-functions): Do nothing if
8167         `current-local-map' is not available.
8168         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8169
8170 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8171
8172         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8173         representation.
8174
8175         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8176         number.
8177         (wl-fldmgr-save-folders): Don't use `format' when insert
8178         `wl-fldmgr-folders-header'.
8179
8180 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8181
8182         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8183
8184 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8185
8186         * wl-highlight.el (wl-highlight-message):
8187         Use `std11-field-end' to detect end point of the header field.
8188         Refer `wl-highlight-max-header-size'.
8189
8190         * wl-vars.el (wl-highlight-max-header-size): New variable.
8191
8192         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8193
8194         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8195         Set `for-draft' argument of wl-highlight-headers.
8196         (wl-draft): Ditto.
8197         (wl-draft-reedit): Ditto.
8198         (wl-user-agent-compose-internal): Ditto.
8199
8200 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8201
8202         * wl-message.el (wl-message-add-button): Use overlay.
8203
8204 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8205
8206         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8207
8208         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8209         problem when group-list content is nothing.
8210         (Reported by Mito <mit@nines.nec.co.jp>)
8211
8212 2000-10-18  SAITO Atsunori <sai@yedo.com>
8213
8214         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8215
8216 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8217
8218         * tm-wl.el (toplevel): Use product-provide.
8219
8220 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8221
8222         * Version number is increased to 2.3.92.
8223
8224 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8225
8226         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8227         title text, use `display' property for left margin under Emacs 21.
8228
8229         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8230         properties.
8231         (wl-plugged-init-icons): Ditto.
8232
8233 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8234
8235         * wl.el (wl-save-status, wl-init): Remove last period in
8236         "...done." message.
8237         * tm-wl.el (wl-summary-burst): Ditto.
8238         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8239         wl-summary-resume-cache-status,
8240         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8241         wl-summary-sync-update3, wl-summary-highlight-msgs,
8242         wl-summary-flush-pending-append-operations,
8243         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8244         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8245         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8246         wl-thread-open-all): Ditto.
8247         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8248         * wl-mime.el (wl-summary-burst): Ditto.
8249         * wl-highlight.el (wl-highlight-summary): Ditto.
8250         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8251         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8252         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8253         * wl-address.el (wl-local-address-init): Ditto.
8254
8255 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8256
8257         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8258         `add-text-properties'.
8259         (wl-plugged-init-icons): Ditto.
8260         (wl-folder-init-icons): Use `propertize' instead of
8261         `put-text-property'.
8262         (wl-plugged-set-folder-icon): Ditto.
8263         (wl-e21-highlight-folder-group-line): Ditto.
8264
8265 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8266
8267         * wl-version.el (wl-version-status-alist): New variable.
8268         (wl-version-status): New function.
8269
8270         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8271         "Cc" part of the case "Reply-To".
8272
8273         * wl-draft.el (wl-draft-reply): Use result of
8274         `eword-extract-address-components'.
8275
8276         * wl-demo.el (wl-demo-icon-name): New constant.
8277         (wl-logo-xpm): Use it.
8278         (wl-logo-xbm): Ditto.
8279         (wl-logo-bitmap): Ditto.
8280
8281         * Version number is increased to 2.3.91.
8282
8283 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8284
8285         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8286         (wl-extended-emacs-version, wl-extended-emacs-version2,
8287         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8288         docstring.
8289
8290         * wl-version.el (wl-generate-user-agent-string-1): New function.
8291         (wl-generate-user-agent-string): Use it.
8292
8293         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8294         `mime-edit-insert-user-agent-field'.
8295         (wl-generate-user-agent-string): Check
8296         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8297
8298         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8299         instead of `if', when verbose case.
8300
8301 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8302
8303         * wl-expire.el (wl-summary-expire): Fix.
8304
8305 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8306
8307         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8308         and `elmo-lost+found-folder' if 'wl-draft.
8309         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8310
8311 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8312
8313         * wl-expire.el (wl-summary-expire): Change messages.
8314         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8315         `deleing-info' instead of "Deleting..."
8316
8317 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8318
8319         * wl-summary.el (wl-summary-refile-subr): Fix.
8320
8321 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8322
8323         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8324         if pipe folder.
8325
8326 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8327
8328         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8329
8330 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8331
8332         * wl-expire.el (wl-expire-hide): New function.
8333         (wl-summary-expire): Add `hide'.
8334
8335 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8336
8337         * wl-vars.el (wl-draft-reply-without-argument-list):
8338         Changed default value to consider `Reply-To:'.
8339         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8340
8341         * Version number is increased to 2.3.90.
8342
8343         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8344         elmo-imap4-get-session with unwind-protect.
8345         Don't cause error.
8346         (wl-summary-sync-marks): Don't check plugged nor folder type.
8347         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8348         (Always keep current buffer).
8349
8350 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8351
8352         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8353         Enclose with `save-excursion'.
8354
8355 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8356
8357         * wl-version.el (wl-version): Remove interactive.
8358
8359 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8360
8361         * wl-version.el (wl-generate-user-agent-string): Use
8362         `product-string-verbose' instead of `product-string-1'.
8363
8364 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8365
8366         * wl-vars.el (wl-draft-use-cache): New variable.
8367         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8368         if wl-draft-use-cache is non-nil.
8369
8370 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8371
8372         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8373         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8374
8375 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8376
8377         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8378         (wl-thread-msg-mark-as-unread): Ditto.
8379
8380         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8381         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8382         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8383         Don't set mark in summary if return value of `elmo-mark-as-read'
8384         is nil.
8385         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8386         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8387         instead of `wl-thread-msg-mark-as-read'.
8388         (wl-summary-mark-as-unread-region): Ditto.
8389         (wl-summary-target-mark-mark-as-read): Ditto.
8390
8391         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8392
8393 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8394
8395         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8396
8397         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8398
8399 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8400
8401         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8402         face.
8403
8404 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8405
8406         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8407         `running-xemacs'.
8408
8409 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8410
8411         * wl-version.el (toplevel): Use `product-version-as-string' for
8412         set verstion-string, if defined.
8413
8414         * wl-version.el (wl-version-show): Insert string at point, when
8415         call with argument.
8416
8417         * wl-version.el (wl-generate-user-agent-string): Use
8418         `product-string-1' instead of `wl-appname', `wl-version' and
8419         `wl-codename'.
8420
8421 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8422
8423         * wl-address.el (toplevel): Use product-provide.
8424         * wl-demo.el (toplevel): Ditto.
8425         * wl-dnd.el (toplevel): Ditto.
8426         * wl-draft.el (toplevel): Ditto.
8427         * wl-e21.el (toplevel): Ditto.
8428         * wl-expire.el (toplevel): Ditto.
8429         * wl-fldmgr.el (toplevel): Ditto.
8430         * wl-folder.el (toplevel): Ditto.
8431         * wl-highlight.el (toplevel): Ditto.
8432         * wl-message.el (toplevel): Ditto.
8433         * wl-mime.el (toplevel): Ditto.
8434         * wl-mule.el (toplevel): Ditto.
8435         * wl-nemacs.el (toplevel): Ditto.
8436         * wl-refile.el (toplevel): Ditto.
8437         * wl-score.el (toplevel): Ditto.
8438         * wl-summary.el (toplevel): Ditto.
8439         * wl-template.el (toplevel): Ditto.
8440         * wl-thread.el (toplevel): Ditto.
8441         * wl-util.el (toplevel): Ditto.
8442         * wl-vars.el (toplevel): Ditto.
8443         * wl-xmas.el (toplevel): Ditto.
8444         * wl.el (toplevel): Ditto.
8445
8446 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8447
8448         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8449         instead of product.
8450
8451         * wl-version.el (wl-version): Compile time evalution elmo-version.
8452
8453 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8454
8455         * wl-summary.el (wl-summary-sync-force-update): Append queue
8456         `mark-as-read'if unplugged.
8457
8458 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8459
8460         * wl-version.el: New file.  Use product.el.
8461         * wl.el: add (require 'wl-version).
8462         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8463         for ~/.folders header.
8464         (wl-fldmgr-folders-header): Changed.
8465         * wl-demo.el (wl-demo): Use product.el.
8466
8467         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8468         wl-version.el.
8469         * wl-util.el (wl-version, wl-version-show): Ditto.
8470
8471         * wl-util.el (wl-generate-user-agent-string,
8472         wl-extended-emacs-version, wl-extended-emacs-version2,
8473         wl-extended-emacs-version3): Move to wl-version.el.
8474         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8475         xemacs-codename, mime-edit-insert-user-agent-field,
8476         mime-edit-user-agent-value, mime-editor/version,
8477         mime-editor/codename): Compile warning killer move to
8478         wl-version.el
8479
8480 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8481
8482         * wl-summary.el (wl-summary-refile-subr): Fix.
8483
8484 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8485
8486         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8487         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8488
8489 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8490
8491         * wl.el (wl-check-environment): Check too many `@'.
8492
8493 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8494
8495         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8496
8497 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8498
8499         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8500         wl-draft-reply-myself-without-argument-list): Add variables.
8501         * wl-draft.el (wl-draft-reply): Use it.
8502
8503 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8504
8505         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8506         the 5th argument of `elmo-network-get-spec'.
8507
8508         * wl-thread.el (wl-thread-reparent-children): New inline function.
8509         (wl-thread-delete-message): Use it.
8510
8511         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8512         (wl-summary-score-update-all-lines): Don't use `dolist'.
8513
8514 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8515
8516         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8517         (require 'elmo-msgdb) for inline function.
8518
8519 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8520
8521         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8522
8523 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8524
8525         * wl-score.el (wl-score-headers): Fix for the confusing macro
8526         `elmo-kill-buffer'.
8527
8528 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8529
8530         * wl-summary.el: Don't use the 3rd argument of `require' because
8531         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8532         * wl-util.el: Ditto.
8533         * wl-draft.el: Ditto.
8534
8535 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8536
8537         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8538         window system is not used.
8539
8540 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8541
8542         * wl-thread.el: Don't use `mapcar' only for iteration.
8543         (wl-thread-resume-entity): Ditto.
8544         (wl-thread-delete-message): Ditto.
8545
8546         * wl-summary.el: Bind `dragdrop-drop-functions',
8547         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8548         of `require' for `timezone', `easymenu' and `ps-print';
8549         don't use `mapcar' only for iteration.
8550
8551         * wl-util.el: Bind `mule-version', `nemacs-version',
8552         `emacs-beta-version', `xemacs-codename',
8553         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8554         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8555         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8556         only for iteration.
8557
8558         * wl-score.el: Don't use `mapcar' only for iteration.
8559         (wl-score-simplify-buffer-fuzzy): Ditto.
8560         (wl-score-simplify-subject): Ditto.
8561         (wl-score-headers): Ditto.
8562         (wl-summary-score-update-all-lines): Ditto.
8563
8564         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8565         `enable-multibyte-characters' and `mule-version'.
8566
8567         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8568         `mapcar' only for iteration.
8569
8570         * wl-demo.el: Don't use `mapcar' only for iteration.
8571
8572         * wl-folder.el: Don't use `mapcar' only for iteration.
8573         (wl-folder-open-all): Ditto.
8574         (wl-folder-count-incorporates): Ditto.
8575
8576         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8577         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8578
8579         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8580         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8581         `smtp-connection-type'; specify 3rd argument of `require' for
8582         `timezone'; don't use `mapcar' only for iteration.
8583         (wl-draft-clone-local-variables): Don't use `mapcar'.
8584         (wl-draft-generate-clone-buffer): Ditto.
8585         (wl-user-agent-compose-internal): Ditto.
8586
8587         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8588
8589         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8590         (wl-save-status): Ditto.
8591
8592         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8593         for iteration.
8594
8595 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8596
8597         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8598         removed `Date'.
8599         (wl-fldmgr-make-filter-default): New user option.
8600
8601         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8602         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8603         (wl-fldmgr-filter-completion-alist): Abolish.
8604
8605         * wl.el (wl): Don't check servers if arg is non-nil.
8606
8607         * wl-draft.el (wl-draft-reply): Set only message-id string to
8608         In-Reply-To field.
8609
8610 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8611
8612         * wl-summary.el (wl-summary-pick): Rewrite.
8613
8614         * wl-draft.el (wl-draft-forward): Get references field from
8615         original buffer.
8616         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8617
8618 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8619
8620         * wl-draft.el (wl-draft-forward): Add references field.
8621
8622 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8623
8624         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8625         (wl-draft-reply): Use it.
8626
8627 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8628
8629         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8630         when Emacs 21 is running.
8631
8632         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8633         bindings.
8634
8635 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8636
8637         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8638         XPM icons transparent.
8639
8640         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8641         Emacs 21.
8642
8643 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8644
8645         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8646         nil.
8647
8648         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8649         when it is persistent.
8650         (wl-summary-sync-marks): Changed argument for
8651         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8652         (wl-summary-virtual): Use `elmo-read-search-condition'.
8653         (wl-summary-redisplay-internal): If folder is local, mark as read
8654         even when folder is plugged.
8655
8656 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8657
8658         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8659         of `tool-bar-lines' in the frame parameters.
8660         (after-make-frame-functions, post-command-hook): Don't modify the
8661         value.
8662         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8663         wl-e21-tool-bar-lines): Removed.
8664
8665 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8666
8667         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8668         properties `evaporate' and `wl-momentary-overlay' as well.
8669         (wl-highlight-summary-displaying): Ditto.
8670         (wl-delete-all-overlays): Don't delete overlay which does not have
8671         a property `wl-momentary-overlay'.
8672
8673         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8674         `display-mouse-p' and `display-graphic-p'.
8675         (wl-folder-init-icons): Don't search for XBM or the other files.
8676         (wl-plugged-set-folder-icon): Make icons if and only if
8677         `display-graphic-p' returns non-nil.
8678         (wl-highlight-plugged-current-line): Use `before-string' overlay
8679         property to show icon images.
8680         (wl-highlight-folder-current-line): Ditto.
8681         (wl-e21-highlight-folder-group-line): Ditto.
8682         (wl-e21-highlight-folder-by-numbers): Ditto.
8683         (wl-e21-insert-image): Removed.
8684         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8685         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8686         said.
8687         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8688         `wl-e21-force-switch-toolbar'.
8689         (wl-e21-make-icon-image): Removed.
8690         (wl-e21-setup-toolbar): Don't search for XBM files.
8691         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8692         the default value.
8693
8694 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8695
8696         * wl-util.el (wl-biff-check-folder-async): Set
8697         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8698
8699 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8700
8701         * wl-e21.el (after-make-frame-functions): Add
8702         `wl-e21-force-switch-toolbar'.
8703         (wl-e21-force-switch-toolbar): New function force to switch the
8704         toolbar appearance automatically.
8705         (post-command-hook): Add `wl-e21-switch-toolbar'.
8706         (wl-e21-switch-toolbar): New function to switch the toolbar
8707         appearance automatically.
8708         (wl-e21-tool-bar-lines): New buffer local variable.
8709
8710 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8711
8712         * wl-util.el (wl-biff-check-folders-running): New variable.
8713         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8714         (wl-biff-check-folder-async-callback):
8715         Set `wl-biff-check-folders-running'.
8716         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8717         with unwind-protect.
8718
8719         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8720         Enclose `wl-folder-auto-check' with unwind-protect.
8721
8722         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8723         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8724
8725         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8726
8727         * wl-util.el (wl-biff-notify): New inline function.
8728         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8729         locally.
8730         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8731         folder-list' is 1.
8732         Use `wl-biff-notify'.
8733         (wl-biff-check-folder-async-callback): New function.
8734         (wl-biff-check-folder-async): Ditto.
8735
8736         * wl-folder.el (wl-folder): Don't check folders.
8737         (wl-folder-auto-check): New function.
8738
8739 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8740
8741         * wl-util.el (wl-biff-start) [Emacs19+]:
8742         Use `timer-next-integral-multiple-of-time'.
8743         (wl-biff-check-folders): Use `wl-default-folder'
8744         if `wl-biff-check-folder-list' is nil.
8745
8746 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8747
8748         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8749         instead of `elmo-delete-lists'.
8750
8751 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8752
8753         * wl.el (wl-plugged-toggle-all): Set the value of
8754         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8755         (wl-plugged-toggle): Ditto.
8756         (wl-toggle-plugged): Ditto.
8757         (wl-plugged-init): Ditto.
8758
8759         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8760         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8761         instead of `wl-biff-state-indicator-off' and
8762         `wl-biff-state-indicator-on'; don't modify the value and the type
8763         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8764         (wl-plugged-init-icons): Set icons data to
8765         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8766         instead of `wl-plug-state-indicator-off' and
8767         `wl-plug-state-indicator-on'; don't modify the value and the type
8768         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8769
8770         * wl-vars.el (wl-modeline-biff-state-off,
8771         wl-modeline-biff-state-on, wl-modeline-biff-status,
8772         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8773         wl-modeline-plug-status): New internal variables.
8774         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8775         wl-biff-check-interval, wl-biff-check-folder-list): Change
8776         customization group from `wl-folder' to `wl-highlight'.
8777         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8778         wl-show-plug-status-on-modeline): Defcustomized.
8779
8780         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8781         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8782         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8783         a flag to `mode-line-buffer-identification'.
8784
8785         * wl-e21.el (wl-biff-init-icons): Set icons data to
8786         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8787         instead of `wl-biff-state-indicator-off' and
8788         `wl-biff-state-indicator-on'.
8789         (wl-plugged-init-icons): Set icons data to
8790         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8791         instead of `wl-plug-state-indicator-off' and
8792         `wl-plug-state-indicator-on'.
8793
8794 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8795
8796         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8797         excessive titles.
8798
8799 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8800
8801         * wl.el (wl-plugged-mode): Use revised
8802         `wl-mode-line-buffer-identification'.
8803         (wl-plugged-init): Don't use `force-mode-line-update'.
8804
8805         * wl-xmas.el (wl-draft-overload-functions): Use revised
8806         `wl-mode-line-buffer-identification'.
8807         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8808         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8809         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8810         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8811         `wl-make-plugged-hook';
8812         add `wl-folder-init-icons' and `wl-setup-folder' to
8813         `wl-folder-mode-hook'.
8814
8815         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8816         19 as well.
8817         (wl-mode-line-display-priority-list): New user option.
8818         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8819         Defcustomized.
8820         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8821         Add docs.
8822
8823         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8824         start.
8825         (wl-mode-line-buffer-identification): Revised as a function.
8826
8827         * wl-summary.el (wl-summary-mode): Use revised
8828         `wl-mode-line-buffer-identification'; don't call
8829         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8830         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8831         `wl-xmas-setup-summary'.
8832
8833         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8834         `wl-mode-line-buffer-identification'.
8835
8836         * wl-mule.el (wl-draft-overload-functions): Use revised
8837         `wl-mode-line-buffer-identification'.
8838
8839         * wl-folder.el (wl-make-plugged-alist): Don't call
8840         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8841         (wl-folder): Don't call `wl-folder-init-icons' directly.
8842         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8843         `wl-xmas-setup-folder' directly;
8844         use revised `wl-mode-line-buffer-identification'.
8845         (TopLevel): Don't bind `wl-biff-init-icons',
8846         `wl-plugged-init-icons', `wl-folder-init-icons',
8847         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8848
8849         * wl-e21.el (wl-draft-overload-functions): Use revised
8850         `wl-mode-line-buffer-identification'.
8851         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8852         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8853         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8854         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8855         `wl-make-plugged-hook';
8856         add `wl-folder-init-icons' and `wl-setup-folder' to
8857         `wl-folder-mode-hook'.
8858
8859 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8860             Katsumi Yamaoka    <yamaoka@jpl.org>
8861
8862         * wl.el (wl): Call `wl-biff-start'.
8863         (wl-exit): Call `wl-biff-stop'.
8864         (wl-plugged-mode): Show biff in modeline.
8865         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8866
8867         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8868         (wl-biff-init-icons): New function.
8869         (wl-plugged-init-icons): Don't make too much keymaps.
8870         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8871
8872         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8873         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8874         variables.
8875         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8876         options.
8877
8878         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8879         wl-biff-start, wl-biff-stop): New functions.
8880         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8881         (wl-biff-timer-name): New variable.
8882
8883         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8884
8885         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8886         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8887
8888         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8889         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8890
8891         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8892         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8893         `wl-folder-init-icons' to `ignore' if they are not available.
8894         (wl-folder-mode): Show biff in modeline.
8895
8896         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8897         (wl-biff-init-icons): New function.
8898         (wl-plugged-init-icons): Don't make too much keymaps.
8899         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8900
8901 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8902
8903         * wl-vars.el (wl-strict-diff-folders): Customization Type
8904         and doc fix.  Define as a list of regular expressions for
8905         folders or nil.
8906         * wl-folder.el (wl-folder-check-one-entity): Use
8907         `wl-string-match-member' instead of `wl-string-member' for
8908         `wl-strict-diff-folders'.
8909
8910 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8911
8912         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8913         (wl-highlight-folder-current-line): Use it; new implementation.
8914         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8915         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8916         `defsubst' instead of `defun'.
8917
8918         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8919         `wl-highlight-group-folder-by-numbers'; made it can also be a
8920         number.  See info for more details.
8921
8922         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8923         running.
8924
8925         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8926         to bind them.
8927
8928         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8929         (wl-highlight-folder-current-line): New implementation.
8930
8931         * wl-highlight.el (wl-highlight-folder-group-line): New
8932         implementation.
8933         (wl-delete-all-overlays): Rewrite as a marco.
8934         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8935
8936         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8937         running.
8938         (wl-folder-*-glyph): No need to bind them.
8939
8940         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8941         `wl-e21-highlight-folder-group-icon'; rewrite.
8942         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8943         `defsubst' instead of `defun'.
8944         (wl-folder-mode-map): Bind it when compiling.
8945
8946 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8947
8948         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8949
8950         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8951
8952 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8953
8954         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8955
8956 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8957
8958         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8959         (wl-highlight-folder-current-line): Use it.
8960
8961         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8962         in `id-name'.
8963
8964 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8965
8966         * wl.el: Require `wl-e21' when Emacs 21 is running.
8967
8968         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8969         default when Emacs 21 is running.
8970         (wl-use-highlight-mouse-line): Ditto.
8971         (wl-on-emacs21): New constant.
8972         (wl-on-emacs20): Removed.
8973
8974         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8975         Emacs 21 is running.
8976
8977         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8978         Emacs 21 is running.
8979
8980         * wl-e21.el: New file.
8981
8982 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8983
8984         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8985         (wl-toggle-plugged): Ditto.
8986         (wl-plugged-toggle): Ditto.
8987         (wl-plugged-toggle-all): Ditto.
8988
8989         * wl-vars.el (wl-plug-state-indicator): Refer
8990         `wl-plug-state-indicator-on' indirectly.
8991
8992 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8993
8994         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8995         Call `wl-folder-confirm-existence'.
8996
8997         * wl-folder.el (wl-folder-confirm-existence): Added optional
8998         argument `force'.
8999
9000 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9001
9002         * wl-summary.el (wl-summary-refile-subr): Assume
9003         `copy-or-refile' as symbol.
9004         (wl-summary-refile): Follow up above change.
9005         (wl-summary-copy): Ditto.  Doc fix.
9006
9007 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9008
9009         * wl-summary.el (wl-summary-pick): Don't bind
9010         `elmo-search-mime-charset'.
9011
9012         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9013         default using old backquote style.
9014         (wl-search-mime-charset): Abolished.
9015
9016         * wl-highlight.el (wl-highlight-headers):
9017         Call `point' after `re-search-forward'(for Nemacs).
9018
9019         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9020         for elmo-imap4.el.
9021
9022 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9023
9024         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9025         `wl-message-ignored-field-list' instead of
9026         `mime-view-ignored-field-list'.
9027
9028         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9029         Add interactive spec.
9030         (wl-folder-goto-bottom-of-current-folder): Ditto.
9031         (wl-folder-mode-map): Bind them.
9032
9033         * wl-vars.el (wl-message-ignored-field-list): New variable.
9034         (wl-message-visible-field-list): New variable.
9035
9036         * wl-mime.el (wl-mime-header-presentation-method): New function.
9037         (wl-mime-setup): Set header-presentation-method.
9038
9039 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9040
9041         * wl-nemacs.el (wl-draft-overload-functions): Set
9042         `mode-line-buffer-identification' instead of using
9043         `wl-make-modeline'.
9044
9045         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9046         instead of using `wl-make-modeline'.
9047
9048         * wl-xmas.el (wl-plugged-init-icons): Set up
9049         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9050         (wl-make-modeline): Abolish.
9051         (wl-draft-overload-functions): Set
9052         `mode-line-buffer-identification' instead of using
9053         `wl-make-modeline'.
9054
9055         * wl-util.el (wl-make-modeline-subr): Abolish.
9056         (wl-mode-line-buffer-identification): New alias.
9057
9058         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9059         (wl-summary-make-modeline): Abolish.
9060         (wl-summary-buffer-set-folder): Set
9061         `wl-summary-buffer-folder-indicator'.
9062         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9063         of using `wl-make-modeline'.
9064         (wl-summary-switch-to-clone-buffer): Don't set
9065         `mode-line-buffer-identification'.
9066         (wl-summary-goto-folder-subr): Ditto.
9067
9068         * wl-mule.el (wl-draft-overload-functions): Set
9069         `mode-line-buffer-identification' instead of using
9070         `wl-make-modeline'.
9071
9072         * wl-folder.el (wl-folder-mode): Set
9073         `mode-line-buffer-identification' instead of using
9074         `wl-make-modeline'.
9075         (wl-folder): Don't set `mode-line-buffer-identification'.
9076
9077 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9078
9079         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9080         instead of `member' for `wl-refile-guess-func-list' look-ups.
9081         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9082
9083 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9084
9085         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9086         `wl-message-button-dispatcher'.
9087
9088         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9089
9090         * wl-message.el (wl-message-button-dispatcher): Use it.
9091
9092         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9093         "In-Reply-To".
9094
9095         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9096         Bind `case-fold-search' to t.
9097
9098 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9099
9100         * wl-xmas.el (wl-message-overload-functions): Initialize
9101         `wl-message-button-map'.
9102
9103         * wl-mule.el (wl-message-overload-functions): Initialize
9104         `wl-message-button-map'.
9105
9106         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9107
9108         * wl-message.el (wl-message-button-map): New keymap.
9109         (wl-message-add-button): New function.
9110         (wl-message-button-dispatcher): New function.
9111         (wl-message-button-refer-article): New function.
9112
9113         * wl-highlight.el
9114         (wl-highlight-message-add-buttons-to-header): New function.
9115         (wl-highlight-headers): Use it.
9116
9117 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9118
9119         * wl-summary.el (wl-summary-default-from): Use
9120         `wl-address-get-petname-1'.
9121         (wl-summary-simple-from): Ditto.
9122
9123         * wl-address.el (wl-address-get-petname-1): New inline function.
9124         (wl-address-get-petname): Use it.
9125
9126 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9127
9128         * wl-summary.el (wl-summary-default-from): Return full-name part
9129         from the address if no petname was found.
9130         (wl-summary-simple-from): Ditto.
9131
9132         * wl-address.el (wl-address-get-petname): Return nil if no petname
9133         associated with the address was found.
9134
9135 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9136
9137         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9138         display is finished.
9139
9140 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9141
9142         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9143         `elmo-folder-exists-p' argument.
9144
9145 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9146
9147         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9148         the folder.
9149
9150 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9151
9152         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9153
9154         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9155         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9156
9157 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9158
9159         * wl-folder.el (wl-folder-create-subr): New function.
9160         (wl-folder-confirm-existence): Use it.
9161         (wl-folder-check-one-entity): Use it.
9162         Check the error symbol is derived from 'elmo-open-error.
9163
9164         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9165         `ignore-error'.
9166
9167 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9168
9169         * wl-util.el (toplevel): Add (eval-when-compile (require
9170         'elmo-util)).  (Maybe `provide' is typo.)
9171
9172 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9173
9174         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9175         (I don't know why this was needed.)
9176
9177         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9178         Follow up changes for stream-type.
9179
9180         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9181         (wl-draft-elmo-nntp-send): Ditto.
9182
9183         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9184         (wl-nntp-posting-stream-type): Ditto.
9185         (wl-pop-before-smtp-ssl): Abolished.
9186         (wl-nntp-posting-ssl): Ditto.
9187
9188         * wl-address.el (wl-address-quote-specials): New function.
9189         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9190
9191         * wl-draft.el (wl-draft-reply): Ditto.
9192
9193 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9194
9195         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9196         use function `wl-string-match-assoc'.
9197
9198 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9199
9200         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9201
9202         * wl-draft.el (wl-draft-deduce-address-list): New function.
9203         (wl-draft-parse-mailbox-list): Ditto.
9204         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9205         instead of `smtp-deduce-address-list'.
9206         (wl-draft-on-field-p): Follow group list.
9207
9208         * wl-address.el (wl-address-concat-token): New function.
9209         (wl-address-string-without-group-list-contents): Ditto.
9210         (wl-complete-field-body): Fixed problem of completion
9211         by japanese petname.
9212         (wl-address-make-completion-list): Rewrite.
9213
9214 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9215
9216         * wl-address.el (wl-address-make-completion-list): Completion by
9217         petname.
9218         (wl-complete-field-body): Likewise.
9219
9220 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9221
9222         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9223         contains invalid address syntax.
9224
9225 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9226
9227         * wl-folder.el (wl-folder-check-entity-async): Use
9228         `elmo-nntp-spec-hostname'.
9229
9230 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9231
9232         * wl-summary.el (wl-summary-msgdb-load-async): Use
9233         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9234
9235 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9236
9237         * wl-draft.el (wl-draft-reply): Set argument
9238         `content-transfer-encoding' as nil.
9239
9240 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9241
9242         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9243         `wl-refile-alist'.
9244
9245 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9246
9247         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9248         (wl-draft-edit-string): Ditto.
9249         (wl-draft-forward): Ditto.
9250         * wl-summary.el (wl-summary-write): Ditto.
9251
9252 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9253
9254         * wl-summary.el (wl-summary-sync-update3): Call
9255         `wl-summary-buffer-number-column-detect'.
9256         (wl-summary-buffer-number-column-detect): Search from point-min.
9257
9258 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9259
9260         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9261         contains an address which is not included in original to or cc.
9262
9263 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9264
9265         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9266         begin-line does not exist.
9267         * wl-message.el (wl-message-uu-substring): Ditto.
9268
9269 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9270
9271         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9272         clear local variables.
9273         (wl-summary-exit): Call `elmo-commit'.
9274         (wl-summary-switch-to-clone-buffer): Call
9275         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9276         (wl-summary-goto-folder-subr): Ditto.
9277
9278         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9279         POP folder.
9280
9281 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9282
9283         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9284         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9285         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9286         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9287         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9288         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9289
9290         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9291
9292 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9293
9294         * wl-summary.el (wl-summary-search-by-subject):
9295         Search parent message from the latest one.
9296
9297 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9298
9299         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9300         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9301
9302         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9303         New user option.
9304
9305         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9306         if elmo-nntp-use-killed-list is nil.
9307         Use `elmo-msgdb-append-to-killed-list'.
9308         (Append numbers confirmed as disappeared to the killed list.)
9309         (wl-summary-confirm-appends): Don't display negative number.
9310
9311 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9312
9313         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9314
9315 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9316
9317         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9318         range is `all'.
9319         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9320         `elmo-list-bigger-diff'.
9321
9322 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9323
9324         * wl-summary.el (wl-summary-buffer-exit-func):
9325         New buffer local variable.
9326         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9327
9328 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9329
9330         * wl-demo.el (wl-demo): Fix the last change.
9331
9332 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9333
9334         * wl-demo.el (wl-demo): Don't use `eval'.
9335
9336 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9337
9338         * wl-summary.el (wl-summary-buffer-thread-modified):
9339         New buffer-local variable.
9340         (wl-summary-set-thread-modified): New function.
9341         (wl-summary-thread-modified-p): New function.
9342         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9343         (wl-summary-yank-saved-message): Use function
9344         `wl-summary-set-thread-modified'
9345         (wl-summary-switch-to-clone-buffer): Add
9346         `wl-summary-buffer-thread-modified'.
9347
9348         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9349         (wl-summary-buffer-mark-saved-hook): Ditto.
9350         * wl-summary.el (wl-summary-msgdb-save): New hook
9351         `wl-summary-buffer-message-saved-hook' and
9352         `wl-summary-buffer-mark-saved-hook'.
9353
9354 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9355
9356         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9357
9358 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9359
9360         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9361         don't hide scroll bars under FSF Emacsen because it may incur an
9362         undesirable redrawing.
9363
9364 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9365
9366         * wl-draft.el (wl-draft-edit-string): Call
9367         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9368
9369 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9370
9371         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9372
9373 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9374
9375         * wl-summary.el (wl-summary-msgdb-load-async): Call
9376         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9377
9378 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9379
9380         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9381         fringes in demo buffer; center bitmap logo correctly even if old
9382         Mule is used.
9383
9384 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9385
9386         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9387
9388         * wl-refile.el (wl-refile-subject-alist): New variable.
9389         (wl-refile-subject-alist-file-name): Ditto.
9390         (wl-refile-alist-setup): Rewrite.
9391         (wl-refile-alist-save): Use `elmo-object-save'.
9392         Eliminated arguments.
9393         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9394         (wl-refile-guess-by-subject): New function.
9395         (wl-refile-guess-func-list): Added it.
9396
9397 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9398
9399         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9400         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9401
9402 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9403
9404         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9405         New buffer-local variable.
9406         (wl-summary-buffer-next-folder-func): Ditto.
9407         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9408         if non-nil.
9409         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9410         if non-nil.
9411         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9412         if non-nil.
9413         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9414         if non-nil.
9415
9416 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9417
9418         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9419         permanently in the demo buffer.
9420
9421 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9422
9423         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9424         `mime-entity-fetch-field'.
9425
9426         * wl.el (wl-exit): Delete plugged buffer.
9427
9428         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9429         XEmacs has menubar feature.
9430
9431 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9432
9433         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9434         cannot arrive at the beginning of the buffer under old Emacsen.
9435
9436 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9437
9438         * wl-address.el (wl-address-ldap-search):
9439         Call `ldap-search-entries' with `withdn' argument t.
9440         (wl-complete-field-body): Bind completion-ignore-case as t.
9441         Clear ldap search hash when it was sole completion.
9442         Use elmo-string for pattern string.
9443         (wl-ldap-alias-safe-string): Eliminated needless let.
9444
9445 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9446
9447         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9448         (wl-ldap-alias-sep): New constant.
9449         (wl-ldap-search-attribute-type-list): Ditto.
9450         (wl-ldap-get-value): New function.
9451         (wl-ldap-make-filter): Ditto.
9452         (wl-ldap-make-matched-value-list): Ditto.
9453         (wl-ldap-alias-safe-string): Ditto.
9454         (wl-ldap-register-dn-string): Ditto.
9455         (wl-address-ldap-search): Rewrite.
9456
9457 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9458
9459         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9460         thread is deleted.
9461         (wl-thread-delete-line-from-buffer): Ditto.
9462         (wl-thread-get-exist-children): New function.
9463
9464 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9465
9466         * wl-demo.el (wl-demo): Made it to select various image types.
9467         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9468         from `wl-title-logo'.
9469         (wl-logo-ascii): New variable.
9470         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9471         (wl-demo-copyright-notice): New constant.
9472
9473         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9474
9475 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9476
9477         * wl-vars.el (wl-summary-target-above): Renamed from
9478         wl-summary-temp-above.
9479         * wl-score.el (wl-score-get-score-alist): Use it.
9480         (wl-summary-score-update-all-lines): Use it.
9481         * wl-summary.el: Ditto. (make-variable-buffer-local).
9482
9483 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9484
9485         * wl-vars.el (wl-ldap-port): New user option.
9486
9487         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9488         Rewite whole implementation.
9489         (wl-complete-field-body): Fixed.
9490
9491 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9492
9493         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9494         Choose implementation at compile time.
9495
9496 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9497
9498         * wl-address.el (wl-ldap-search-internal): New function.
9499         (wl-complete-field-to): Use it.
9500
9501 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9502
9503         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9504         Use `let' instead of `let*'.
9505         Require 'wl-vars.
9506
9507         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9508         Define as defcustom.
9509         (wl-ldap-base): Ditto.
9510         (wl-use-ldap): Ditto.
9511
9512 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9513
9514         * wl-address.el (wl-ldap-search): New function.
9515         (wl-complete-field-body): Use `wl-ldap-search'.
9516         (wl-ldap-server): New variable.
9517         (wl-ldap-base): Ditto.
9518         (wl-use-ldap): Ditto.
9519
9520 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9521
9522         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9523         (Pointed out by Mito <mit@nines.nec.co.jp>).
9524         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9525         buffer-local variables like `wl-summary-redisplay-internal'.
9526         (wl-summary-redisplay-all-header): Likewise.  Update
9527         Summary view too.
9528
9529 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9530
9531         * wl-summary.el (wl-summary-jump-to-parent-message):
9532         Consider prefix argument.
9533
9534         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9535         when closed thread is deleted.
9536
9537 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9538
9539         * wl-summary.el (wl-summary-jump-to-parent-message):
9540         Consider thread modification.
9541
9542 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9543
9544         * wl-message.el (wl-message-normal-get-original-buffer): Use
9545         `save-excursion'.
9546
9547         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9548         (wl-summary-showto-folder-regexp): Ditto.
9549
9550 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9551
9552         * wl-util.el (wl-delete-alist): Doc fix.
9553         (wl-delete-associations): New function.
9554         (wl-inverse-alist): New function.
9555         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9556         Split temporary variables. Use `wl-delete-associations'
9557         and `wl-inverse-alist'.
9558         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9559
9560 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9561
9562         * wl-folder.el (wl-folder-prefetch-entity):
9563         Execute prefetching if new count is unknown.
9564
9565 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9566
9567         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9568
9569         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9570         delete entity.
9571         (wl-thread-set-parent): If insert as top, set linked as nil.
9572
9573         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9574         `wl-thread-cleanup-symbols' when view mode is thread.
9575
9576 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9577
9578         * wl-folder.el (wl-folder-create-folder-entity): Use
9579         with-current-buffer.
9580         (wl-local-folder-init): Call set-buffer to make sure we are in
9581         the Folder buffer. Don't touch buffer-local variables here.
9582         (wl-folder-mode): Initialize buffer-local variables here.
9583
9584         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9585         (wl-folder-entity-assign-id): Ditto.
9586         (wl-folder-create-entity-hashtb): Ditto.
9587         (wl-local-folder-init): Ditto.
9588         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9589
9590 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9591
9592         * wl-summary.el (wl-summary-default-from): Fix probrem when
9593         std11-extract-address-components return (nil "foo@bar").
9594
9595 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9596
9597         * wl-draft.el (wl-draft-clone-local-variables):
9598         Remove redundant `setq'.
9599
9600 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9601
9602         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9603         Bind wl-highlight-x-face-func as nil while highlighting header.
9604
9605 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9606
9607         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9608
9609 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9610
9611         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9612         elmo-msgdb-overview-hashtb from copy-variables.
9613         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9614         instead of `elmo-msgdb-overview-get-entity-by-number'.
9615         (wl-summary-auto-refile): Ditto.
9616
9617         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9618         `elmo-msgdb-overview-get-entity' instead of
9619         `elmo-msgdb-search-overview-entity'.  Use
9620         `elmo-msgdb-overview-get-entity' instead of
9621         `elmo-msgdb-overview-get-entity-by-number'.
9622         (wl-thread-insert-entity-sub): Ditto.
9623         (wl-thread-insert-message): Ditto.
9624
9625         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9626         `elmo-msgdb-overview-get-entity'.
9627         (wl-normal-message-redisplay): Ditto.
9628
9629 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9630
9631         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9632         `wl-thread-entities'.
9633         (wl-thread-delete-message): Fix remove top message from
9634         `wl-thread-entity-list'.
9635
9636         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9637         wl-append(nconc), because update-list is broken on Meadow.
9638
9639         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9640         updating process.
9641         (wl-summary-rescan): Ditto.
9642         (wl-summary-sync-update3): Ditto.
9643         * wl-thread.el (wl-thread-set-parent): Renamed from
9644         `wl-summary-set-parent'.
9645         (wl-thread-insert-message): Updating buffer faster.
9646         (wl-thread-delete-message): Updating buffer faster.
9647
9648         * wl-score.el (wl-summary-score-update-all-lines): Changed
9649         interval for display progress gauge.
9650
9651 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9652
9653         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9654         folder always-sticky.
9655         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9656         defmacro.
9657
9658 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9659
9660         * wl-vars.el (wl-draft-add-references): New user option.
9661
9662         * wl-draft.el (wl-draft-add-references): New function.
9663         (wl-draft-yank-from-mail-reply-buffer): Use it.
9664         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9665         as nil.
9666
9667 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9668
9669         * wl-thread.el (wl-thread-update-line-msgs): Called
9670         `wl-thread-update-line-on-buffer-sub'.
9671         (wl-thread-update-line-on-buffer): Delete routine of inserting
9672         thread.
9673         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9674         moved from `wl-thread-update-line-on-buffer'.
9675         Add threshold for displaying progress gauge.
9676         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9677         argument of `wl-thread-update-line-msgs'.
9678         Add threshold for displaying progress gauge.
9679         * wl-folder.el:
9680         Add threshold for displaying progress gauge.
9681         * wl-score.el: Ditto.
9682
9683         * wl-expire.el (wl-summary-expire): Display deleting info.
9684
9685 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9686
9687         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9688         `no-msg'.
9689         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9690         argument of `wl-thread-update-line-msgs'.
9691         (wl-summary-set-parent): Added optional argument `parent-number'.
9692         (wl-summary-buffer-saved-message): New buffer local variable.
9693         (wl-summary-save-current-message): New command.
9694         (wl-summary-yank-saved-message): Ditto.
9695         (wl-summary-mode-map): Added key binding for
9696         `wl-summary-save-current-message' (\ew) and
9697         `wl-summary-yank-saved-message' (\C-y).
9698         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9699
9700 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9701
9702         * wl-summary.el (wl-summary-mode-map): Added key binding for
9703         `wl-summary-set-parent' (ts).
9704
9705 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9706
9707         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9708         subject faster. If thread number is reverse, delayed updating
9709         thread.
9710         (wl-summary-search-by-subject): Ditto.
9711         (wl-summary-put-alike): Ditto.
9712         (wl-summary-get-alike): Ditto.
9713         (wl-summary-insert-headers): Insert header of all overview in
9714         buffer.
9715         (wl-summary-rescan): Delayed updating thread. Kill search subject
9716         buffer for wl-summary-search-by-subject.
9717         (wl-summary-sync-update3): Ditto.
9718         (wl-summary-exit): Ditto.
9719         (wl-summary-goto-bottom-of-current-thread): Change for linked
9720         thread.
9721         (wl-summary-overview-create-summary-line): Change line for linked
9722         thread.
9723
9724         * wl-summary.el (wl-summary-update-thread): Use
9725         wl-thread-maybe-get-children-num.
9726         (wl-summary-set-parent): If change parent, move sub thread.
9727         (wl-summary-redisplay-internal): Add horizontal recenter.
9728         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9729
9730         * wl-thread.el (wl-thread-entity-get-linked): New function.
9731         (wl-thread-entity-set-linked): New function.
9732         (wl-thread-create-entity): Add linked element.
9733         (wl-thread-entity-insert-as-top): Use wl-append.
9734         (wl-thread-maybe-get-children-num): If closing thread, return
9735         children msgs.
9736         (wl-thread-update-line-msgs): Displaying progress message.
9737         (wl-thread-update-line-on-buffer-sub): Use
9738         wl-thread-maybe-get-children-num.
9739         (wl-thread-update-line-on-buffer): If update line is not exists,
9740         insert thread.
9741         (wl-thread-delete-message): If delete top msg of thread, search
9742         parent by subject.
9743         (wl-thread-insert-entity): Use
9744         wl-thread-maybe-get-children-num.
9745
9746         * wl-highlight.el (wl-highlight-summary-current-line): change
9747         sregexp for linked thread.
9748         * wl-util.el (wl-count-lines): Count lines.
9749         (wl-horizontal-recenter): horizontal recenter.
9750         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9751         (wl-score-get-alike): Ditto.
9752         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9753         (wl-subject-length-limit): New variable.
9754         (wl-highlight-thread-indent-string-regexp): Changed for linked
9755         thread.
9756
9757 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9758
9759         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9760         New variable (revival).
9761         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9762         by subject matching if there's no in-reply-to nor references field
9763         (revival).
9764
9765 \f
9766 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9767
9768         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9769         message.
9770
9771 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9772
9773         * wl-summary.el (wl-summary-reply): Return t if there was a
9774         message at cursor point.
9775         Added unwind-protect.
9776         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9777         returns t.
9778         (wl-summary-cancel-message): Do nothing when there's no message at
9779         cursor point.
9780         (wl-summary-forward): Ditto.
9781         (wl-summary-jump-to-parent-message): Ditto.
9782         (wl-summary-reedit): Ditto.
9783         (wl-summary-edit-addresses): Ditto.
9784         (wl-summary-pipe-message): Ditto.
9785         (wl-summary-print-message-with-ps-print): Ditto.
9786         (wl-summary-print-message): Ditto.
9787         (wl-summary-mark-as-important): Ditto.
9788         (wl-summary-mark-as-unread): Ditto.
9789
9790         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9791         message at cursor point.
9792         (wl-summary-reply-with-citation): Remove unwind-protect.
9793
9794         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9795         subject searching feature.
9796         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9797         Eliminated.
9798
9799 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9800
9801         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9802         New variable.
9803         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9804         by subject matching if there's no in-reply-to nor references field.
9805
9806         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9807
9808         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9809         when display is finished.
9810         (wl-folder-open-all): Ditto.
9811         (wl-folder-update-access-group): Ditto.
9812         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9813         * wl-thread.el (wl-thread-close-all): Ditto.
9814
9815         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9816         progress gauge only when it was displayed.
9817         * wl-folder.el (wl-folder-insert-entity): Ditto.
9818
9819 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9820
9821         * wl-summary.el (wl-summary-incorporate): Enclose
9822         `wl-summary-sync-force-update' with save-excursion.
9823
9824 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9825
9826         * wl-summary.el (wl-summary-prefetch-region):
9827         Pass current cursor point to `pos-visible-in-window-p' after
9828         moving cursor to the started point.
9829
9830 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9831
9832         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9833
9834         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9835         fields from the forwarding message.
9836         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9837         `ignored-fields'.
9838
9839 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9840
9841         * wl-mime.el (wl-message-request-partial):
9842         Eliminated argument `msgdb'.
9843         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9844         (wl-mime-combine-message/partial-pieces): Likewise.
9845         * tm-wl.el (wl-message-request-partial): Likewise.
9846         (wl-mime-combine-message/partial-pieces): Likewise.
9847
9848 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9849
9850         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9851         when display is finished.
9852
9853 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9854
9855         * wl-summary.el (wl-summary-goto-folder-subr):
9856         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9857
9858 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9859
9860         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9861         when cursor point is visible.
9862
9863 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9864
9865         * wl-expire.el (wl-expire-archive-get-max-number):
9866         Don't use `file-name-directory'.
9867
9868 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9869
9870         * wl-expire.el (wl-expire-archive-get-max-number):
9871         Use `file-name-directory'.
9872
9873 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9874
9875         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9876         only when there is progress.
9877
9878 2000-04-13  Mito <mit@nines.nec.co.jp>
9879
9880         * wl-summary.el (wl-summary-sync-marks): Display progress.
9881
9882 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9883
9884         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9885         (wl-summary-prev): Move cursor regardless of unread status.
9886         (wl-summary-next): Ditto.
9887
9888 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9889
9890         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9891         Added argument `target' and `number'.
9892         * tm-wl.el (wl-summary-burst-subr): New function.
9893         (wl-summary-burst): Use it.
9894
9895 2000-04-10  Mito <mit@nines.nec.co.jp>
9896
9897         * wl-mime.el (wl-burst): New function.
9898         (wl-summary-burst): Use it.
9899
9900 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9901
9902         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9903         as petname when there's no candidate.
9904
9905 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9906
9907         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9908         New variable.
9909         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9910
9911         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9912
9913         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9914
9915 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9916
9917         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9918         Use substring of `original' instead of buffer-substring.
9919         (wl-refile-evaluate-rule):
9920         Set `original' argument of wl-refile-expand-newtext.
9921
9922         * wl-summary.el
9923         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9924         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9925         (wl-summary-auto-refile): Check existence of destination folder just
9926         before marking.
9927
9928 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9929
9930         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9931         when wl-refile-get-field-value return nil.
9932
9933 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9934
9935         * wl-refile.el
9936         (wl-refile-expand-newtext): New function imported from Gnus.
9937         (wl-refile-evaluate-rule): Use it.
9938
9939 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9940
9941         * wl-summary.el (wl-summary-print-destination):
9942         Duplicate folder string to avoid putting text-property on
9943         original string.
9944
9945         * wl-refile.el (wl-refile-get-field-value): New function.
9946         (wl-refile-evaluate-rule): New function;
9947         Evaluate refile rule recursively.
9948         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9949         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9950         New function; Check existence of a target folder recursively.
9951         (wl-summary-auto-refile-check-refile-rule-alist):
9952         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9953
9954 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9955
9956         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9957
9958         * wl-folder.el (wl-create-folder-entity-from-buffer):
9959         Fixed problem when '}' character is contained in folder name.
9960
9961         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9962
9963 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9964
9965         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9966         (wl-fldmgr-add-completion-all-completions):
9967         Use wl-fldmgr-add-completion-hashtb.
9968
9969 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9970
9971         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9972         wl-fldmgr-add-completion-subr): New functions.
9973         * wl-folder.el (wl-folder-completion-func): New variable.
9974         * wl-summary.el (wl-summary-read-folder):
9975         Use wl-folder-completion-func.
9976
9977         * wl-refile.el: Eliminate throw & catch.
9978
9979         * wl.el (wl-plugged-sending-queue-status): Fixed.
9980
9981 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9982
9983         * wl-draft.el (wl-draft): Put category property on
9984         mail-header-separator.