(wl-template-select): Cause error if
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-template.el (wl-template-select): Cause error if
4         `wl-template-alist' is nil.
5
6 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7
8         * wl-news.el.in: Set file variable `no-byte-compile'.
9
10 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
11
12         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
13         whether a target message is within displaying area.
14         (elmo-event-handler-cache-changed): Ditto.
15
16 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
17
18         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
19         to `defun'.  Use `nconc' instead of `append' to collect descendant
20         message numbers.
21
22 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
23
24         * wl-thread.el (wl-thread-save-top-list)
25         (wl-thread-save-entities): Use `with-temp-buffer'.
26         * wl-news.el.in (wl-news-previous-version-load):
27         (wl-news-previous-version-save): Ditto.
28         * wl-summary.el (wl-summary-load-file-object)
29         (wl-summary-save-view-cache): Ditto.
30
31 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
32
33         * wl-util.el (toplevel): Require 'elmo-flag'.
34         (wl-read-search-condition): New function (Renamed from
35         `elmo-read-search-condition').
36         (wl-read-search-condition-internal): Likewise.
37
38         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
39         invalid.
40         (wl-summary-pick): Use `wl-read-search-condition' instead of
41         `elmo-read-search-condition'.
42         (wl-summary-virtual): Ditto.
43
44         * wl-folder.el (wl-folder-virtual): Ditto.
45         (wl-folder-pick): Ditto.
46
47         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
48
49 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
50
51         * wl-summary.el (wl-summary-reedit): Call
52         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
53
54 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
55
56         * wl-mime.el (toplevel): Require wl-vars.
57
58         * wl-message.el (toplevel): Require cl at compile.
59
60         * wl-draft.el (toplevel): Require elmo.
61
62 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
63
64         * wl-message.el (wl-message-buffer-prefetch): Count is a number
65         and do nothing when it is not positive.
66         (wl-message-buffer-prefetch-next): Ditto.
67
68 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
69
70         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
71         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
72         (wl-summary-redisplay-internal): Ditto.
73
74         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
75         message (the condition is borrowed from `wl-check-variables-2').
76         (wl-summary-redisplay-internal): Ditto.
77
78 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
79
80         * wl-mime.el (wl-draft-nntp-attribute): New function.
81         (wl-draft-attribute-nntp-posting-server): Use it.
82         (wl-draft-attribute-nntp-posting-port): Ditto.
83
84         * wl-mime.el (wl-draft-preview-attributes-list): New function.
85         (wl-draft-show-attributes-buffer): Ditto.
86         (wl-draft-hide-attributes-buffer): Ditto.
87         (wl-draft-attribute-newsgroups): Ditto.
88         (wl-draft-attribute-nntp-posting-server): Ditto.
89         (wl-draft-attribute-nntp-posting-port): Ditto.
90         (wl-draft-preview-message): Use there functions.
91
92         * wl-vars.el (wl-draft-preview-attributes-list): Change default
93         value.
94
95 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
96
97         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
98         (wl-draft-reedit): Ditto.
99         (wl-draft-queue-flush): Ditto.
100
101         * wl-mime.el (wl-message-request-partial): Ditto.
102         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
103         instead of `elmo-message-fetch'.
104
105         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
106
107         * wl-summary.el (wl-summary-message-string): Ditto.
108
109 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
110
111         * wl-util.el (wl-current-message-buffer): Follow the API change.
112
113         * wl-summary.el (wl-summary-redisplay-internal): Call
114         `wl-summary-mark-as-read' with 2nd argument as nil and update
115         unread count instead of persistent mark.
116
117         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
118         variable.
119         (wl-message-redisplay): Follow the API change.
120         (wl-message-buffer-display): Managed mime-entity directly and
121         return preview buffer only.
122         (wl-message-display-internal): Rewrite.
123         (wl-message-buffer-prefetch-subr): Not save return value of
124         `wl-message-buffer-display'.
125
126         * Version number is increased to 2.13.1.
127
128 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
129
130         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
131         'elmo-multiple-fields-body-list' with boundary specified.
132
133 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
134
135         * wl-vars.el (wl-summary-resend-use-cache): New variable.
136         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
137         cache if `wl-summary-resend-use-cache' is non-nil.
138
139 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
140
141         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
142         (wl-nntp-posting-stream-type): Ditto.
143
144 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
145
146         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
147
148 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
149
150         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
151         message.
152
153 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
154
155         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
156         Abolish.
157         (wl-summary-buffer-persistent-mark-version): New internal
158         variable.
159         (wl-summary-update-mark-and-highlight-window): Check by
160         wl-summary-persistent-mark-invalid-p.
161         (wl-summary-update-status-marks): Ditto.
162         (elmo-event-handler-flag-changed): Rewrite.
163         (elmo-event-handler-cache-changed): Define.
164         (wl-summary-prefetch-msg): Does not update persistent mark here.
165         (wl-summary-delete-cache): Ditto.
166         (wl-summary-resume-cache-status): Ditto.
167         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
168         (wl-summary-persistent-mark-invalid-p): New function.
169         (wl-summary-validate-persistent-mark): Ditto.
170         (wl-summary-validate-persistent-mark-string): Ditto.
171         (wl-summary-invalidate-persistent-mark): Ditto.
172         (wl-summary-update-persistent-mark): Call
173         `wl-summary-validate-persistent-mark'.
174         (wl-summary-create-line): Call
175         `wl-summary-validate-persistent-mark-string'.
176
177         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
178         status as t if cache used.
179
180 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
181
182         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
183         only if the target is group.
184         * wl-folder.el (wl-folder-append-petname): Don't check group name.
185
186 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
187
188         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
189
190 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
191
192         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
193
194         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
195
196 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
197
198         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
199         (Thanks to Yoichi NAKAYAMA).
200
201 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
202
203         * wl-util.el (wl-save-drafts): Restore echo area.
204
205 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
206
207         * Version number is increased to 2.13.0.
208
209         * wl-util.el (wl-biff-check-folder-async): Use
210         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
211
212 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
213
214         * wl-message.el (wl-message-display-internal): Does not put
215         wl-message-display-type property on message buffer.
216         (wl-message-buffer-display-type): New function.
217
218         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
219
220         * wl-summary.el (wl-summary-mode): Use `dolist' to add
221         `wl-summary-buffer-detach'.
222         (wl-summary-message-display-type): Use
223         `wl-summary-buffer-display-type'.
224
225 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
226
227         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
228         buffer-local.
229
230         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
231         kill-buffer-hook instead of make-local-variable.
232         (wl-draft-preview-message): Set `local' argument of add-hook as t.
233
234 2004-12-12  Scott Renfro <scott@renfro.org>
235
236         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
237         regex for square-branket.
238
239 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
240
241         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
242         `wl-message-mime-analysis-p' with argument `header'.
243
244 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
245
246         * wl-mime.el (wl-draft-yank-current-message-entity): 
247         Switch to no-mime following method according to wl-message-display-type
248         property.
249         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
250
251         * wl-message.el (wl-message-display-internal): 
252         Put wl-message-display-type property on message buffer.
253
254         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
255         (wl-message-display-internal): Ditto;
256
257         * wl-summary.el (wl-summary-toggle-mime): Ditto.
258
259 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
260
261         * wl-message.el (wl-message-make-display-type): New function.
262         (wl-message-display-type-property): Ditto.
263         (wl-message-mime-analysys-p): Ditto.
264         (wl-message-display-all-header-p): Ditto.
265         (wl-message-redisplay): Removed argument `as-is', `all-header' and
266         added `display-type'.
267         (wl-message-buffer-display): Likewise.
268         (wl-message-display-internal): Likewise.
269         (wl-message-buffer-display-type): Abolish.
270         (wl-message-buffer-prefetch-subr): Follow the API changed.
271
272         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
273         from wl-summary-buffer-display-all-header and changed default value.
274         (wl-summary-message-display-type): New function.
275         (wl-summary-buffer-display-mime-mode): Ditto.
276         (wl-summary-buffer-display-header-mode): Ditto.
277         (wl-summary-toggle-mime): Rewrite with above functions.
278         (wl-summary-toggle-all-header): Ditto.
279         (wl-summary-redisplay): Force redisplay with default mode.
280         (wl-summary-redisplay-internal): Renamed argument from `mode',
281         `all-header' to `mime-mode', `header-mode'.
282         Use `wl-message-make-display-type'.
283
284         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
285         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
286
287 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
288
289         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
290
291 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
292
293         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
294         in original message buffer.
295         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
296         buffer.
297
298 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
299
300         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
301
302 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
303
304         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
305
306 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
307
308         * wl-action.el (wl-summary-exec-action-refile): Display a done message
309         when actions succeeded.
310         (wl-summary-exec-action-copy): Likewise.
311
312 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
313
314         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
315         there is switch-to-buffer at the end of wl-message-select-buffer.
316         (wl-summary-reply): Ditto.
317
318 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
319
320         * wl-summary.el (wl-summary-forward): Put subject in original
321         message buffer as argument of wl-draft-forward.
322         * wl-draft.el (wl-draft-forward): Decode subject as in
323         wl-draft-reply.
324
325 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
326
327         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
328         a folder under access group.
329
330 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
331
332         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
333         wl-message-buffer-display.
334
335         * wl-util.el (wl-set-save-drafts): Fix typo.
336
337 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
338
339         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
340         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
341         wl-highlight-logo-face to set the bg color of an xbm image; fixed
342         the way to measure the width of a bitmap image; don't put face on
343         ascii and bitmap images; put the mark which should not use the
344         variable-pitch face on ascii and bitmap images.
345         (wl-demo-setup-properties): Don't use the variable-pitch face on
346         ascii and bitmap images; made it work on Emacs 20 and earlier.
347         (wl-demo-insert-text): End with a newline at the bottom; don't put
348         face on text.
349
350         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
351
352 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
353
354         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
355
356         * wl-util.el (wl-save-drafts): Moved from sample setting.
357         (wl-set-save-drafts): New function to set idle timer.
358         * wl-draft.el (wl-draft): Call it.
359         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
360
361 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
362
363         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
364         a summary which has toggle display status off.
365
366 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
367
368         * wl-draft.el (wl-draft-do-fcc): No cache save.
369
370 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
371
372         * wl-summary.el (elmo-event-handler-flag-changed): Use
373         `set-buffer' instead of `with-current-buffer'.
374
375 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
376
377         * wl-summary.el (wl-summary-after-resize-function): New function.
378         (wl-summary-mode): Add `wl-summary-after-resize-function' to
379         window-size-change-functions.
380
381 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
382
383         * wl-draft.el (wl-draft-create-buffer): Bind
384         `change-major-mode-hook' after current buffer is changed.
385
386         * wl-summary.el (wl-summary-buffer-detach): New function.
387         (wl-summary-buffer-set-folder): Call it.
388         (wl-summary-mode): Add `wl-summary-buffer-detach' to
389         change-major-mode-hook and kill-buffer-hook.
390         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
391         (wl-summary-switch-to-clone-buffer): Ditto.
392         (wl-summary-goto-folder-subr): Ditto.
393
394 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
395
396         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
397         after boundp check.
398
399 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
400
401         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
402         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
403         for `kill-buffer'.
404
405         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
406         handler of current buffer from elmo-folder.
407
408 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
409
410         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
411
412 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
413
414         * wl-summary.el (wl-summary-buffer-event-handler): New internal
415         variable.
416         (wl-summary-event-handler): New class.
417         (elmo-event-handler-flag-changed): Define to update persistent
418         mark.
419         (wl-summary-buffer-set-folder): Register event handler to
420         elmo-folder.
421         (wl-summary-exit): Unregister event handler.
422         (wl-summary-goto-folder-subr): Ditto.
423         (wl-summary-mark-as-read-all): Does not call
424         `wl-summary-update-persistent-mark' directly.
425         (wl-summary-mark-as-read-internal): Ditto.
426         (wl-summary-set-persistent-mark-internal): Ditto.
427         (wl-summary-set-flags-internal): Ditto.
428
429         * Version number is increased to 2.11.33.
430
431 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
432
433         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
434         to nil.
435
436 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
437
438         * wl-spam.el (wl-spam-setup): Add hook
439         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
440         instead of `wl-summary-prepare-hook'.
441
442         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
443         if folder type is `'flag'.
444         (wl-summary-mark-as-important): Ditto.
445
446 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
447
448         * wl-address.el (wl-address-minibuffer-history): New variable.
449         (wl-address-minibuffer-local-map): New keymap.
450         (wl-address-read-from-minibuffer): New function.
451
452         * wl-action.el (wl-summary-get-resend-address): Use
453         `wl-address-read-from-minibuffer' instead of `completing-read'.
454
455 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
456
457         * Version number is increased to 2.11.32.
458
459 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
460
461         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
462         without mule to iso-8859-1.
463         (wl-draft-add-in-reply-to): Add note in description.
464         (wl-draft-add-references): Ditto.
465
466 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
467
468         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
469         definition for `m'.
470         (wl-summary-mode-line-format): Add '[%m]'.
471         (wl-message-mode-line-format-spec-alist): Ditto.
472         (wl-summary-display-mime-mode-list): New variable.
473
474         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
475         from wl-summary-buffer-display-as-is.
476         (wl-summary-buffer-display-all-header): New buffer local variable.
477         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
478         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
479         instead of wl-summary-buffer-display-as-is.
480         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
481         (wl-summary-set-persistent-mark): Ditto.
482         (wl-summary-set-message-buffer-or-redisplay): Just call
483         `wl-summary-redisplay-internal' without optional arguments.
484         (wl-summary-toggle-mime): Rewrite.
485         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
486         (wl-summary-toggle-all-header): New function.
487         (wl-summary-redisplay-internal): Treat mime mode.
488
489         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
490         to wl-mime-preview-follow-no-mime.
491         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
492         accodring to the display-mode.
493
494         * wl-message.el (wl-message-buffer-display-type): Rewrite.
495         (wl-message-buffer-display): Changed argument name from `as-is' to
496         `mode'.
497         (wl-message-display-internal): Ditto;
498         Bind elmo-mime-display-header-analysis according to the mode.
499         (wl-message-display-internal): Put wl-message-display-mime-mode
500         property on entire buffer.
501
502 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
503
504         * wl-draft.el (wl-draft-do-fcc): Undo last change.
505
506 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
507
508         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
509         Don't extract mail address.
510         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
511
512         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
513
514         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
515
516 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
517
518         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
519         wl-fldmgr-cut-entity-list on confirmation.
520
521 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
522
523         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
524         (wl-mime-quit-preview): Check existence of
525         mime-edit-temp-message-buffer here.
526
527 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
528
529         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
530         after deletion.
531
532         * wl-draft.el (wl-draft-send-confirm): Check major-mode
533         before calling wl-mime-quit-preview.
534
535 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
536
537         * wl-summary.el (wl-summary-pick): If call it with prefix
538         argument, set `delete-marks' as non-nil. Pick from only visible
539         messages.
540         (wl-summary-check-target-mark): New function.
541         (wl-summary-target-mark-mark-as-read): Use it.
542         (wl-summary-target-mark-mark-as-unread): Ditto.
543         (wl-summary-target-mark-operation): Ditto.
544         (wl-summary-target-mark-set-flags): Ditto.
545         (wl-summary-target-mark-save): Ditto.
546         (wl-summary-target-mark-pick): Ditto.
547         (wl-summary-target-mark-forward): Ditto.
548         (wl-summary-target-mark-reply-with-citation): Ditto.
549         (wl-summary-target-mark-print): Ditto.
550         (wl-summary-target-mark-uudecode): Ditto.
551
552         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
553         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
554         with `ask-coding' is non-nil.
555
556 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
557
558         * wl-thread.el (wl-thread-set-parent): If parent is a message
559         which is identified by references, set linked as nil.
560
561 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
562
563         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
564         (wl-message-mode-line-format-spec-alist): Ditto.
565         (wl-message-mode-line-format): Ditto.
566         (wl-summary-mode-line-format): Ditto for docstring.
567         (wl-summary-no-mime-folder-list): Fix typo.
568
569         * wl-util.el (wl-current-message-buffer): Call
570         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
571
572         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
573         variable.
574         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
575         of `wl-summary-redisplay-no-mime'.
576         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
577         (wl-summary-toggle-mime): New function.
578         (wl-summary-redisplay-all-header): Rewrite.
579         (wl-summary-redisplay-no-mime): Ditto.
580         (wl-summary-redisplay-internal): Added argument `as-is' and
581         `all-header'.
582
583         * wl-refile.el (wl-refile-default-from-folder-path-separator):
584         New variable.
585         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
586         bottom.
587         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
588         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
589         "/" unconditionally.
590
591         * wl-mime.el (wl-draft-yank-current-message-entity): Use
592         wl-mime-preview-follow-no-mime for as-is content.
593         (wl-mime-preview-follow-no-mime): New function.
594         (wl-mime-preview-follow-current-region): Fixed parenthesis.
595
596         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
597         and added `as-is', `all-header'.
598         (wl-message-buffer-display): Ditto.
599         (wl-message-buffer-display-type): New function.
600
601 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
602
603         * wl-vars.el (wl-message-header-button-alist): Change default
604         value.
605         (wl-message-body-button-alist): Ditto.
606
607 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
608
609         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
610
611 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
612
613         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
614
615 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
616
617         * wl-summary.el (wl-summary-sync-marks): Remove condition which
618         is always true.
619
620 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
621
622         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
623         on null entity.
624
625 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
626
627         * wl-vars.el (wl-draft-reply-default-position): Fix range.
628
629 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
630
631         * wl-vars.el (wl-summary-resend-hook): New hook.
632
633         * wl-action.el (wl-summary-exec-action-resend-subr): Run
634         `wl-summary-resend-hook'.
635
636 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
637
638         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
639         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
640         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
641         (wl-summary-new-cached-mark): Changed default value to 'n'.
642         (wl-summary-unread-cached-mark): Changed default value to 'u'.
643         (wl-summary-answered-cached-mark): Changed default value to 'a'.
644         (wl-folder-sync-range-alist): Remove spec for 'flag.
645         (wl-summary-force-prefetch-folder-list): New user option.
646
647         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
648         `wl-summary-toggle-persistent-mark'.
649         (wl-summary-update-mark-and-highlight-window): Don't highlight when
650         number is nil.
651         (wl-summary-mark-as-answered-region): Set interactive argument of
652         `wl-summary-set-persistent-mark-internal'.
653         (wl-summary-mark-as-important-region): Ditto.
654         (wl-summary-unset-persistent-mark): Ditto.
655         (wl-summary-set-persistent-mark): Ditto.
656         (wl-summary-mark-as-answered): Ditto.
657         (wl-summary-mark-as-important): Ditto.
658         (wl-summary-set-persistent-mark-internal): Do nothing
659         when `elmo-message-flag-available-p' is nil.
660         (wl-summary-toggle-persistent-mark): New function.
661         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
662         when the folder matches `wl-summary-force-prefetch-folder-list'.
663
664
665         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
666         when number is nil.
667         (wl-highlight-summary-forwarded-face): New face.
668
669 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
670
671         * Version number is increased to 2.11.31.
672
673 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
674
675         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
676         (wl-biff-check-folder-async): Ditto.
677         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
678
679 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
680
681         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
682         Add an argument `reverse'.  All callers are updated.
683         (wl-summary-sort): Add a prefix argument `reverse' to specify
684         reverse sorting.
685         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
686         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
687         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
688
689 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
690
691         * wl-message.el (wl-message-redisplay): Does not narrow header if
692         disply-type is all-header or as-is.
693
694         * wl-summary.el (wl-summary-enter-handler): Use
695         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
696
697 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
698
699         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
700         after adding wl-draft-parent-variables.
701         (wl-draft-forward): Ditto.
702
703 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
704
705         * wl-summary.el (wl-summary-sync-marks): Call
706         `wl-summary-set-persistent-mark' and
707         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
708         (wl-summary-set-persistent-mark-internal): Add 4th argument
709         `no-server'.
710         (wl-summary-unset-persistent-mark): Ditto.
711         (wl-summary-set-persistent-mark): Ditto.
712         (wl-summary-add-flags-internal): Abolish.
713         (wl-summary-remove-flags-internal): Ditto.
714         (wl-summary-mark-as-important-internal): Ditto.
715         (wl-summary-mark-as-important): Use
716         `wl-summary-set-persistent-mark' instead of
717         `wl-summary-add-flags-internal'.
718         (wl-summary-mark-as-important-region): Ditto.
719
720         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
721
722         * wl-summary.el (wl-summary-get-available-flags): New function.
723         (wl-summary-sync-marks): Use it and simplified.
724         (wl-summary-unset-persistent-mark): Use
725         `wl-summary-get-available-flags'.
726         (wl-summary-set-persistent-mark): Ditto.
727
728 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
729
730         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
731         id.
732
733 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
734
735         * wl-summary.el (wl-summary-enter-handler): If argument is not a
736         number, call `wl-summary-prev-line-content'. Show message when the
737         message is not found.
738
739 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
740
741         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
742         wl-summary-enter-handler.
743         (wl-summary-enter-handler): New command.
744
745         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
746         docstring and custom spec.
747
748         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
749         flags too; Don't treat Cached and New.
750         (wl-summary-set-persistent-mark): Ditto.
751
752         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
753         `wl-folder-set-flag'.
754
755         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
756         instead of `wl-folder-set-flag'.
757
758         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
759         for completion.
760         (wl-summary-set-persistent-mark): Ditto.
761
762         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
763         instead of `wl-draft-quit-preview'.
764
765         * wl-mime.el (toplevel): Avoid compile warning.
766         (wl-mime-quit-preview): New function
767         (formarly defined as `wl-draft-quit-preview').
768         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
769         quitting method.
770
771         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
772
773         * wl-folder.el (wl-folder-set-flag): Renamed from
774         `wl-draft-set-flag-on-parent'.
775
776         * wl-draft.el (wl-draft-quit-preview): New function.
777         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
778         (wl-draft-send): Call `wl-folder-set-flag' instead of
779         `wl-draft-set-flag-on-parent'.
780         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
781
782 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
783
784         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
785         (wl-draft-send): Ditto.
786
787 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
788
789         * wl-vars.el (wl-draft-reply-hook): Changed default value.
790         (wl-draft-kill-pre-hook): Set default value as nil.
791         (wl-summary-reply-hook): Ditto.
792         (wl-draft-kill-flags): Abolish.
793
794         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
795         (wl-draft-parent-variables): Renamed from
796         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
797         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
798         argument; Add wl-draft-parent-variables to
799         wl-draft-config-variables.
800         (wl-draft-reply): Likewise.
801         (wl-draft-kill-flags): Abolish.
802         (wl-draft-send): Call wl-draft-set-flag-on-parent.
803         (wl-draft-set-flag-on-parent): New function.
804         (wl-draft-setup-parent-flag): Ditto.
805
806 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
807
808         * wl-draft.el (wl-draft-kill-flags): Avoid error when
809         `wl-draft-parent-folder' is "".
810
811 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
812
813         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
814         (wl-summary-digit-jump): New function.
815         (Adviced by John Owens and Hiroya Murata)
816
817         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
818         (Adviced by John Owens)
819
820         * wl-xmas.el (wl-message-define-keymap): Ditto.
821
822         * wl-mule.el (wl-message-define-keymap): Ditto.
823
824 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
825
826         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
827         change of return value of elmo-folder-count-flags.
828
829         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
830         (wl-summary-mark-as-read-internal): Ditto.
831         (wl-summary-set-persistent-mark-internal): Ditto.
832         (wl-summary-folder-info-update): Ditto.
833         (wl-summary-sync-update): Fixed the last change.
834
835         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
836
837 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
838
839         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
840         (wl-draft-kill-flags): Fixed docstring.
841
842         * wl-draft.el (wl-draft-kill-flags): New function.
843         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
844
845 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
846
847         * wl-vars.el (wl-reply-hook): Abolish.
848         (wl-draft-reply-hook): New hook.
849         (wl-summary-reply-hook): Ditto.
850         (wl-draft-forward-hook): Ditto.
851         (wl-summary-forward-hook): Ditto.
852         (wl-draft-kill-flags): New variable.
853
854         * wl-summary.el (wl-summary-mark-as-answered-region): Use
855         wl-summary-set-persistent-mark-internal.
856         (wl-summary-sync-marks): Use elmo-preserved-flags.
857         (wl-summary-update-persistent-mark): Make it interactive.
858         (wl-summary-set-persistent-mark-internal): New inline function.
859         (wl-summary-mark-as-answered): Use it.
860         (wl-summary-mark-as-unanswered): Ditto.
861         (wl-summary-unset-persistent-mark): New function.
862         (wl-summary-set-persistent-mark): Ditto.
863         (wl-summary-reply): Don't set answered flag;
864         Run wl-summary-reply-hook instead.
865         (wl-summary-forward): Call wl-draft-forward with number.
866         Run wl-summary-forward-hook.
867
868         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
869         (wl-highlight-summary-line-face-spec): Use it as a default
870         persistent mark face.
871
872         * wl-draft.el (wl-draft-forward): Added optional argument number;
873         Set wl-draft-parent-number; Run wl-draft-forward-hook.
874         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
875         (wl-draft-kill): Use wl-draft-kill-flags.
876
877         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
878
879         * wl-folder.el (wl-folder-check-one-entity): Follow the change
880         of return value of elmo-folder-count-flags.
881
882         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
883
884         * wl-summary.el (wl-summary-count-unread): Ditto.
885         (wl-summary-sync-update): Follow the change above.
886         (wl-summary-force-prefetch): New function.
887
888 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
889
890         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
891         variable `buf' with `let' instead of `setq'.
892
893 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
894
895         * wl-mime.el (wl-message-delete-current-part): If filename exists,
896         add Content-Disposition heaeder on the deleted part.
897
898 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
899
900         * wl-draft.el (wl-draft-save): Encode address list under edit by
901         `eword-encode-unstructured-field-body'.
902
903         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
904
905 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
906
907         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
908         wl-current-summary-buffer.
909
910 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
911
912         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
913         `numbers' is ignored.
914
915 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
916
917         * wl-folder.el (wl-folder-open-folder): Avoid error.
918         Reported by John Owens, [wl-en:815]
919
920         * wl.el (wl): Set timer for biff process even if prefix argument
921         is given or auto-checking is quitted.
922
923         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
924         immediately.
925         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
926         (wl-toggle-plugged): Ditto.
927
928         * wl-vars.el (wl-biff-use-idle-timer): New variable.
929         * wl-util.el (wl-biff-start): Use idle timer if
930         `wl-biff-use-idle-timer' is non-nil.
931
932 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
933
934         * wl-highlight.el (wl-highlight-message): Fix description.
935
936 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
937
938         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
939         tty.
940
941 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
942
943         * wl-action.el (wl-summary-exec): Print failure count.
944
945 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
946
947         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
948         to `defun', remove interactive form.
949         Set elmo-message-fetch-confirm when force-reload is non-nil.
950
951 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
952
953         * wl-summary.el (toplevel): Removed unnecessary autoload.
954
955 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
956
957         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
958         the buffer is generated from another message buffer.
959
960 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
961
962         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
963         extracted from `wl-fldmgr-save-folders'.
964         (wl-fldmgr-delete): Call it after deletion.
965
966 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
967
968         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
969         multi-tty support.
970
971 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
972
973         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
974
975 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
976
977         * wl-summary.el (wl-summary-rescan): Remove unused variables.
978         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
979
980 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
981
982         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
983         unsubscribe list only if argument CLEAR is nil.
984
985 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
986
987         * wl-draft.el (wl-draft-reply): Decode subject before removing
988         Re: prefix.
989
990 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
991
992         * wl-summary.el (wl-summary-sort-by-size): New command.
993
994 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
995
996         * wl-summary.el (wl-summary-number-list-from-region): New
997         function.
998         (wl-summary-mark-as-read-region): Use it.
999         (wl-summary-mark-as-unread-region): Ditto.
1000         (wl-summary-set-flags-region): Ditto and add optional argument
1001         remove.
1002         (wl-summary-mark-as-answered-region): Ditto.
1003         (wl-summary-mark-as-important-region): Ditto.
1004         (wl-summary-target-mark-mark-as-important): Added optional
1005         argument remove.
1006         (wl-summary-target-mark-mark-as-answered): Ditto.
1007         (wl-summary-target-mark-set-flags): Ditto.
1008
1009 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1010
1011         * wl-summary.el (wl-summary-set-flags-region): Call
1012         `wl-summary-set-flags-internal' with number list instead of call
1013         one by each message.
1014         (wl-summary-target-mark-set-flags): Likewise.
1015
1016 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1017
1018         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1019         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1020         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1021         (wl-summary-target-mark-mark-as-answered): Likewise.
1022
1023 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1024
1025         * wl-summary.el (wl-summary-target-mark-forward): Use
1026         `wl-summary-delete-all-target-marks' instead of
1027         `wl-summary-delete-all-temp-marks'.
1028         (wl-summary-target-mark-reply-with-citation): Ditto.
1029         (wl-summary-target-mark-uudecode): Ditto.
1030         (wl-summary-target-mark-set-flags): Ditto and remove needless
1031         cursor move.
1032
1033 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1034
1035         * wl-summary.el (wl-summary-target-mark-forward): Protect
1036         wl-summary-buffer-target-mark-list from nreverse.
1037         (wl-summary-target-mark-reply-with-citation): Ditto.
1038
1039 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1040
1041         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1042         `elmo-display-progress-threshold'.
1043
1044 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1045
1046         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1047         check `wl-summary-highlight'.
1048         (wl-summary-window-scroll-functions): Respect value of
1049         `wl-summary-highlight'.
1050         (wl-summary-sync-update): Run hooks
1051         `wl-summary-buffer-window-scroll-functions' at any time.
1052
1053 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1054
1055         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1056         from `wl-summary-cleanup-temp-marks'.
1057         (wl-summary-cleanup-temp-marks): Abolish argument.
1058         * wl.el (wl-save-status): Revert previous change.
1059         (wl-execute-temp-marks): New function, call
1060         `wl-summary-exec-with-confirmation'.
1061         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1062         (wl-folder-save-and-exec-marks): Abolished.
1063
1064 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1065
1066         * wl-e21.el (wl-e21-display-image-p): Respect
1067         `wl-highlight-folder-with-icon'.
1068         (wl-e21-highlight-folder-group-line): Highlight mouse line
1069         even if wl-e21-display-image-p is nil.
1070
1071         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1072         Respect value of `wl-summary-highlight'.
1073
1074         * wl.el (wl-save-status): Remove unused variable.
1075
1076         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1077         (wl-folder-mode-map): Bind it to "x".
1078
1079 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1080
1081         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1082
1083         * wl-thread.el (wl-thread-get-parent-list): Don't check
1084         disconnected ancestors, neglecting needless work in
1085         `wl-thread-update-indent-string-thread'.
1086
1087         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1088         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1089         argument, add argument default-keep to keep marks by default.
1090
1091         * Version number is increased to 2.11.30.
1092
1093         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1094         customization type and docstring.
1095         (wl-draft-reply-without-argument-list): Ditto.
1096
1097 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1098
1099         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1100
1101         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1102
1103 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1104
1105         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1106
1107 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1108
1109         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1110         save-excursion so as not to include run-hooks.
1111
1112 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1113
1114         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1115         Clarify that marks are going to be cleared.
1116
1117 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1118
1119         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1120         according to 3rd element of wl-summary-flag-mark.
1121
1122         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1123
1124 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1125
1126         * wl-action.el (wl-summary-target-mark-all): Don't set
1127         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1128
1129 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1130
1131         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1132         (wl-forward-subject-prefix): Ditto.
1133         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1134         (wl-draft-reply-make-subject): Ditto.
1135
1136         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1137         `wl-draft-forward'.
1138         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1139
1140 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1141
1142         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1143         target message does not exist.
1144
1145 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1146
1147         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1148         `wl-subject-prefix-regexp'.
1149         (wl-subject-forward-prefix-regexp): New variable.
1150         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1151         `wl-draft-strip-subject-re' and take regexp as argument.
1152         (wl-draft-forward): Use it.
1153         (wl-draft-reply): Ditto.
1154
1155 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1156
1157         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1158         emacs multi-tty support.
1159
1160 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1161
1162         * wl-e21.el (wl-e21-display-image-p): Don't call
1163         `display-images-p'.
1164         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1165         support.
1166         (wl-highlight-folder-current-line): Ditto.
1167         (wl-folder-init-icons): Ditto.
1168
1169 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1170
1171         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1172         the last line of summary in unplugged mode.
1173
1174 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1175
1176         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1177
1178 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1179
1180         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1181         * wl-address.el (wl-address-user-mail-address-p): Use it.
1182         (wl-address-delete-user-mail-addresses): Ditto.
1183         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1184
1185         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1186         (wl-address-delete-user-mail-addresses): Ditto.
1187
1188         * wl-address.el (wl-address-delete-user-mail-addresses): New
1189         function.
1190         * wl-refile.el (wl-refile-guess-by-history): Use it.
1191         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1192         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1193
1194         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1195         use wl-address-user-mail-address-p.
1196
1197 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1198
1199         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1200         after opening group.
1201
1202 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1203
1204         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1205         of elmo-set-buffer-multibyte.
1206
1207         * wl-message.el (wl-original-message-mode): Ditto.
1208
1209         * wl-score.el (wl-score-insert-header): Ditto.
1210
1211         * wl-summary.el
1212         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1213         (wl-summary-goto-folder-subr): Ditto.
1214         (wl-summary-insert-headers): Ditto.
1215
1216         * wl-util.el (wl-set-string-width): Ditto.
1217
1218         * Version number is increased to 2.11.29.
1219
1220 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1221
1222         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1223         (wl-highlight-summary-line-help-echo-alist): New variable.
1224         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1225         into `wl-highlight-summary-line-help-echo' and
1226         `wl-highlight-flag-folder-help-echo'.
1227         (wl-highlight-summary-line-string): Change accordingly.
1228         (wl-highlight-summary-current-line): Ditto.
1229
1230 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1231
1232         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1233         at the beginning of field body (Thanks to Markus Knittig).
1234
1235         * wl-draft.el (wl-draft-insert-current-message): Also check
1236         summary buffer, remove unnecessary tag.
1237
1238 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1239
1240         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1241         when wl-message-buffer is nil.
1242
1243         * wl-folder.el (wl-folder): Abolish unused argument.
1244         Call wl-folder-init when wl-folder-entity is nil.
1245         * wl.el (wl): Change accordingly.
1246
1247 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1248
1249         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1250         multibyte string before insert into draft buffer.
1251         (wl-draft-create-buffer): Always enable multibyte characters for
1252         draft buffer.
1253
1254         * Version number is increased to 2.11.28.
1255
1256 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1257
1258         * wl-folder.el (wl-folder-open-close): Handle blank line.
1259         (wl-folder-jump-to-current-entity): Ditto.
1260
1261 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1262
1263         * Version number is increased to 2.11.27.
1264
1265 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1266
1267         * wl-thread.el (wl-thread-insert-message): When the thread is
1268         devided by wl-summary-max-thread-depth, insert line at the end of
1269         buffer.
1270
1271 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1272
1273         * Version number is increased to 2.11.26.
1274
1275 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1276
1277         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1278
1279 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1280
1281         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1282         value of stream-type and session.
1283
1284 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1285
1286         * Version number is increased to 2.11.25.
1287
1288 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1289
1290         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1291         in a quit message.
1292
1293 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1294
1295         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1296         (wl-summary-redisplay-no-mime-internal): Ditto.
1297
1298 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1299
1300         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1301         * wl-vars.el (wl-smtp-connection-type): Ditto.
1302
1303 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1304
1305         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1306         for the separator line and quote mail-header-separator.
1307
1308 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1309
1310         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1311         result message.
1312
1313         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1314         `elmo-multiple-fields-body-list' with boundary as
1315         mail-header-separator.
1316
1317 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1318
1319         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1320
1321 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1322
1323         * wl-util.el (wl-list-diff): Remove unused function.
1324
1325         * wl-draft.el (wl-draft-send-confirm): Discard input before
1326         confirmation.
1327
1328 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1329
1330         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1331         order of flag and new.
1332
1333 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1334
1335         * wl-vars.el (wl-refile-policy-alist): Abolished.
1336
1337         * wl-action.el (wl-summary-set-action-refile): Follow the change
1338         above.
1339
1340 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1341
1342         * wl-highlight.el (wl-highlight-signature-search): Don't use
1343         re-search-backward for a long word since it is possible to crash
1344         XEmacs because of a bug.
1345
1346 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1347
1348         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1349
1350 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1351
1352         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1353         argument for wl-summary-sync-force-update.
1354
1355 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1356
1357         * wl-summary.el (wl-summary-mode-map): Revival of
1358         wl-summary-mark-as-important related bindings;
1359         Bind 'F','tF','mF','rF','m&'.
1360         (wl-summary-mark-as-important-region): Revival.
1361         (wl-summary-target-mark-mark-as-important): Ditto.
1362         (wl-summary-target-mark-operation): New function.
1363         (wl-summary-target-mark-mark-as-answered): Use it.
1364         (wl-summary-decide-flag): Don't set Important as default.
1365         (wl-summary-mark-as-important-internal): Revival.
1366         (wl-summary-mark-as-important): Ditto.
1367
1368         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1369
1370         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1371         instead of facep.
1372
1373 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1374
1375         * wl-dnd.el (wl-dnd-drop-func): Fix.
1376
1377         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1378         mouse-set-point instead of posn-point.
1379
1380         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1381
1382         * wl-mule.el (wl-completing-read-multiple): Ditto.
1383
1384 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1385
1386         * wl-demo.el (face-background-name): Defalias to avoid compile
1387         warning.
1388
1389 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1390
1391         * wl-summary.el (wl-summary-decide-flag): Use
1392         wl-completing-read-multiple instead of completing-read-multiple.
1393
1394         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1395         New alias.
1396
1397         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1398         Use face-background-name instead of face-background.
1399
1400         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1401
1402         * wl-summary.el (wl-summary-save): Use it.
1403         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1404
1405         * wl-mime.el (wl-mime-save-content): Fix last change.
1406
1407 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1408
1409         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1410         New function.
1411         (wl-summary-sort-specs): Added sort.
1412         * wl-mime.el (wl-mime-save-content): Expand file name.
1413
1414 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1415
1416         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1417
1418         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1419
1420 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1421
1422         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1423         for flag if it is not defined.
1424
1425 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1426
1427         * wl-e21.el (wl-highlight-folder-current-line): Use
1428         elmo-folder-type-internal when elmo-folder-type returns nil.
1429
1430         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1431
1432         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1433
1434         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1435
1436         * wl-e21.el (wl-summary-toolbar): Ditto.
1437
1438         * wl-vars.el (wl-demo-background-color): Abolished.
1439         (wl-summary-persistent-mark-priority-list): Renamed from
1440         wl-summary-flag-priority-list.
1441         (wl-summary-flag-alist): New user option.
1442         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1443         (wl-message-mode-line-format-spec-alist): Added 'F'.
1444         (wl-message-mode-line-format): Likewise.
1445         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1446         instead of wl-summary-important-mark.
1447         (wl-file-folder-icon): New variable.
1448
1449         * wl-thread.el (wl-thread-set-flags): Renamed from
1450         wl-thread-mark-as-important.
1451
1452         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1453         warning.
1454         (wl-summary-mode-menu-spec): Follow the change of 
1455         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1456         (wl-summary-mode-map): Follow the change of
1457         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1458         (wl-summary-detect-mark-position): Follow the variable name change.
1459         (wl-summary-set-flags-region): New function for the replacement of
1460         wl-summary-mark-as-important-region.
1461         (wl-summary-sync-marks): Sync all global-flags.
1462         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1463         instead of elmo-message-flagged-p.
1464         (wl-summary-persistent-mark-string): Follow the variable name change;
1465         Put wl-summary-flag-mark if the message has global-flag.
1466         (wl-summary-target-mark-set-flags): Renamed from 
1467         wl-summary-target-mark-mark-as-important.
1468         (wl-summary-decide-flag): New function.
1469         (wl-summary-set-flags-internal): Renamed from
1470         wl-summary-mark-as-important-internal.
1471         (wl-summary-add-flags-internal): New function.
1472         (wl-summary-remove-flags-internal): Ditto.
1473         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1474         (wl-summary-mark-as-unimportant): Abolish.
1475         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1476         (wl-summary-next-message): List flagged messages in the msgdb.
1477
1478         * wl-score.el (wl-summary-score-update-all-lines): Use
1479         wl-summary-add-flags-internal instead of 
1480
1481         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1482
1483         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1484         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1485         (wl-message-buffer-require-all-header): Renamed from
1486         wl-message-buffer-all-header-flag (Ditto).
1487         (wl-message-buffer-flag-indicator): New variable.
1488         (wl-message-redisplay): Changed local varibale name from `flag' to
1489         `display-type'; Set up wl-message-buffer-flag-indicator.
1490         (wl-message-buffer-display): Changed varibale name from `flag' to
1491         `display-type'.
1492         (wl-message-display-internal): Likewise.
1493
1494         * wl-highlight.el (wl-highlight-demo-face): Define default background
1495         color.
1496         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1497
1498         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1499
1500         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1501         (wl-demo-setup-properties): Renamed from
1502         `wl-demo-set-background-color'.
1503         (wl-demo): Follow the change above.
1504         
1505         * Version number is increased to 2.11.24.
1506
1507 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1508
1509         * wl-summary.el (wl-summary-toggle-thread): Call
1510         `wl-summary-rescan' with disable-thread as non-nil.
1511         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1512
1513 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1514
1515         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1516         foreground property of the face.
1517         (wl-demo-insert-text): Don't set up face property here.
1518         (wl-demo): Call wl-demo-set-background-color, anyway.
1519
1520 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1521
1522         * wl-vars.el (wl-demo-background-color): The value can be nil.
1523
1524 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1525
1526         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1527         to wl-summary-wheel-dispatcher.
1528
1529         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1530         wl-message-wheel-dispatcher.
1531         (wl-message-wheel-dispatcher): New function.
1532         (wl-summary-wheel-dispatcher): Ditto.
1533
1534 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1535
1536         * wl-action.el (wl-summary-target-mark-all): List messages which are
1537         not in the killed-list.
1538
1539         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1540         only when the folder is 'flag/important.
1541
1542         * wl-address.el (wl-complete-field-body): Complete if the last
1543         character is a space.
1544
1545 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1546
1547         * wl-folder.el (wl-folder-clear-entity-info): Use
1548         elmo-clear-hash-val.
1549
1550         * wl-fldmgr.el (wl-fldmgr-rename): Set
1551         wl-folder-info-alist-modified as t.
1552
1553 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1554
1555         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1556
1557 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1558
1559         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1560         (wl-folder-buffer-last-visited-entity-id): New buffer local
1561         variable.
1562         (wl-folder-revisit-last-visited-folder): New function.
1563         (wl-folder-mode-map): Bind it to "C-i".
1564         (wl-folder-set-current-entity-id): Set last visited folder.
1565         * wl-summary.el (wl-summary-exit): Ditto.
1566
1567 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1568
1569         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1570         before calling `recenter' in order to cope with an XEmacs bug.
1571
1572 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1573
1574         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1575         to the default value.
1576
1577 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1578
1579         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1580         change.
1581         (wl-summary-sync-marks): Ditto.
1582         (wl-summary-mark-as-read-internal): Ditto.
1583         (wl-summary-mark-as-answered-internal): Ditto.
1584         (wl-summary-mark-as-important-internal): Ditto.
1585         (wl-summary-reply): Ditto.
1586
1587         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1588         instead of `elmo-folder-unflag-answered'.
1589
1590         * Version number is increased to 2.11.23.
1591
1592         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1593         the last change.
1594
1595 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1596
1597         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1598         Specify "spam" or "good".
1599
1600 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1601
1602         * wl-spam.el (wl-summary-exec-action-spam): Call
1603         wl-folder-confirm-existence for spam folder.
1604         (wl-spam-setup): Bind "mk".
1605
1606 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1607
1608         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1609
1610 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1611
1612         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1613         destination folder is empty.
1614
1615 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1616
1617         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1618         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1619
1620         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1621         (wl-summary-refile-prev-destination-region): New function.
1622         (wl-thread-refile-prev-destination): Ditto.
1623         (wl-summary-target-mark-refile-prev-destination): Ditto.
1624
1625 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1626
1627         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1628         (wl-demo-background-color): Changed default value.
1629
1630         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1631         color.
1632
1633         * wl-demo.el (wl-demo-set-background-color): New function.
1634         (wl-demo): Call it.
1635
1636 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1637
1638         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1639         * wl-address.el (wl-address-add-or-change): Don't add empty
1640         address.
1641
1642 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1643
1644         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1645
1646 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1647
1648         * wl-vars.el (wl-demo-image-filter-alist): New variable
1649         (wl-demo-background-color): Ditto.
1650
1651         * wl-demo.el (wl-demo-xpm-set-background): New function.
1652         (wl-demo-image-filter): Ditto.
1653         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1654
1655         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1656
1657         * wl-demo.el (wl-demo-icon-name): Define as function.
1658         (wl-demo-insert-image): Use it.
1659
1660 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1661
1662         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1663
1664 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1665
1666         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1667
1668 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1669
1670         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1671
1672 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1673
1674         * wl-thread.el (wl-thread-mark-as-answered): New function.
1675
1676         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1677         answered" entry.
1678         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1679         "r&" and wl-thread-mark-as-answered to "t&".
1680         (wl-summary-mark-as-important-region): Refine to toggle mark.
1681         (wl-summary-mark-as-answered-region): New function.
1682         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1683         and 3rd argument.
1684         (wl-summary-mark-as-important-internal): Likewise.
1685
1686 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1687
1688         * wl-template.el (wl-template-preview): New internal variable.
1689         (wl-template-preview-p): New function.
1690         (wl-template-show): Bind `wl-template-preview' as t.
1691
1692 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1693
1694         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1695         `elmo-message-entity-field' with 3rd argument which is non-nil.
1696
1697 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1698
1699         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1700         Removed duplicate local bind `folder'.
1701
1702 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1703
1704         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1705
1706 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1707
1708         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1709         duplicate definition.
1710
1711 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1712
1713         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1714         non-nil, use it; Don't fetch message if there's no message in the
1715         current cursor position.
1716
1717 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1718
1719         * wl-util.el (wl-region-exists-p): Use region-active-p.
1720         (wl-deactivate-region): New function.
1721         * wl-message.el (wl-message-redisplay): Deactivate region.
1722
1723         * wl-summary.el (wl-summary-reply): Call
1724         `wl-summary-set-message-buffer-or-redisplay' instead of
1725         `wl-summary-redisplay-internal', don't move point.
1726
1727 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1728
1729         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1730         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1731         by regexp.
1732
1733 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1734
1735         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1736         if no need.
1737
1738 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1739
1740         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1741         default value to nil.
1742         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1743         `wl-summary-prepare-hook'; Replace refile action to
1744         `wl-summary-exec-action-refile-with-register'.
1745
1746         * Version number is increased to 2.11.22.
1747
1748 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1749
1750         * wl-summary.el (wl-summary-detect-mark-position): Set
1751         `wl-summary-buffer-weekday-name-lang'.
1752
1753 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1754
1755         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1756         (wl-summary-mark-as-read-all): Ditto.
1757         (wl-summary-delete-messages-on-buffer): Ditto.
1758         (wl-summary-sync-update): Ditto.
1759         (wl-summary-mark-as-read-internal): Ditto.
1760         (wl-summary-mark-as-answered-internal): Ditto.
1761         (wl-summary-update-folder-info): Abolished.
1762
1763 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1764
1765         * wl-summary.el (wl-summary-mark-as-read-all): Use
1766         `wl-summary-update-folder-info' instead of
1767         `wl-folder-update-unread'.
1768
1769 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1770
1771         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1772         `wl-summary-folder-info-update'.
1773         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1774         instead of `wl-summary-folder-info-update'.
1775         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1776         `wl-folder-set-folder-updated'.
1777         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1778         instead of `wl-folder-update-unread'.
1779         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1780         the value of `wl-summary-buffer-unread-count' for the second parameter of
1781         `wl-folder-update-unread'.
1782
1783         * Version number is increased to 2.11.21.
1784
1785 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1786
1787         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1788         a local variable.
1789
1790 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1791
1792         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1793         interactively.
1794
1795         * wl-summary.el (wl-summary-mark-as-important-internal): New
1796         internal function.
1797         (wl-summary-mark-as-important): Use it.
1798         (wl-summary-mark-as-unimportant): New function.
1799         (wl-summary-sync-marks): Follow the API change.
1800
1801         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1802
1803         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1804
1805 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1806
1807         * wl-folder.el (wl-folder-update-unread): Re-indent.
1808         Narrow the scope of a local variable.
1809
1810 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1811
1812         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1813         (wl-addrmgr-merge-entries): Ditto.
1814         (wl-addrmgr): Added to address entry which exists in draft buffer
1815         if no entry is in original.
1816
1817 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1818
1819         * wl-batch.el: New file.
1820
1821 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1822
1823         * wl-vars.el (wl-use-semi): Remove unused variable.
1824
1825 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1826
1827         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1828         "?".
1829
1830 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1831
1832         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1833         wl-summary-new-mark.
1834         (wl-summary-new-cached-mark): New user option.
1835         (wl-summary-score-marks): Follow the change above.
1836         (wl-summary-auto-refile-skip-marks): Ditto.
1837         (wl-summary-incorporate-marks): Ditto.
1838         (wl-summary-expire-reserve-marks): Ditto.
1839
1840         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1841
1842         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1843         (wl-summary-persistent-mark-string): Distinguished between cached
1844         and uncached mark when the message is new.
1845
1846 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1847
1848         * wl-spam.el (wl-spam-domain): Renamed from
1849         `wl-spam-folder-guess-domain'.
1850         (wl-summary-exec-action-spam): Register as spam if domain of the
1851         source folder is good.
1852         (wl-summary-exec-action-refile-with-register): Register message if
1853         domain of the source folder is not undecided.
1854
1855 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1856
1857         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1858         detect thread loop.
1859
1860 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1861
1862         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1863         and wl-summary-skip-mark-list.
1864
1865 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1866
1867         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1868
1869         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1870
1871         * wl-spam.el (toplevel): Require wl-highlight.
1872         (wl-spam-auto-check-policy-alist): Abolish.
1873         (wl-spam-auto-check-folder-regexp-list): New user option.
1874         (wl-spam-auto-check-marks): Ditto.
1875         (wl-spam-mark-action-list): Ditto.
1876         (wl-highlight-summary-spam-face): New face.
1877         (wl-spam-auto-check-message-p): New function.
1878         (wl-spam-map-spam-messages): Fixed message.
1879         (wl-spam-register-spam-messages): Ditto.
1880         (wl-spam-register-good-messages): Ditto.
1881         (wl-summary-spam-map): Add and remove keybind.
1882         (wl-summary-target-mark-spam): Abolish.
1883         (wl-summary-refile-spam): Ditto.
1884         (wl-summary-test-spam): New function.
1885         (wl-summary-mark-spam): Ditto.
1886         (wl-summary-auto-check-spam): Follow the above change.
1887         (wl-summary-exec-action-spam): New function.
1888         (wl-summary-exec-action-refile-with-register): Fixed message.
1889         (wl-message-check-spam): New function.
1890         (wl-spam-setup): Ditto.
1891         (toplevel): Call it if this file is loaded interactivity.
1892
1893         * Version number is increased to 2.11.20.
1894
1895 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1896
1897         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1898         when new optional argument `force' is non nil or modified.
1899
1900 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1901
1902         * wl.el (toplevel): Require wl-spam when compile.
1903         (wl-save-status): Call wl-spam-save-status.
1904
1905         * wl-spam.el (wl-spam-register-spam-messages): New function.
1906         (wl-spam-register-good-messages): Ditto.
1907         (wl-spam-save-status): Ditto.
1908         (wl-summary-mode-map): Bind
1909         wl-summary-target-mark-register-as-spam to "ms" and
1910         wl-summary-target-mark-register-as-good to "mn".
1911         (wl-summary-register-as-spam): Abolish optional argument; Use
1912         wl-spam-register-spam-messages.
1913         (wl-summary-register-as-spam-all): Use
1914         wl-spam-register-spam-messages.
1915         (wl-summary-register-as-good): Abolish optional argument; Use
1916         wl-spam-register-good-messages.
1917         (wl-summary-register-as-good-all): Use
1918         wl-spam-register-good-messages.
1919         (wl-summary-target-mark-register-as-spam): New funtion.
1920         (wl-summary-target-mark-register-as-good): Ditto.
1921
1922 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1923
1924         * wl-spam.el: New file.
1925
1926 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1927
1928         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1929
1930         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1931         (wl-summary-auto-refile): Call wl-refile-guess with
1932         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1933
1934 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1935
1936         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1937         with disable-thread argument non-nil.
1938
1939 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1940
1941         * wl-summary.el (wl-summary-rescan): Added optional argument
1942         disable-thread.
1943         (wl-summary-sync): Call wl-summary-rescan with argument
1944         disable-thread.
1945         (wl-summary-input-range): Added new range `rescan-thread'.
1946
1947 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1948
1949         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1950
1951 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1952
1953         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1954         internal variable.
1955         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1956         wl-summary-search-parent-by-subject-regexp and
1957         wl-summary-divide-thread-when-subject-changed as nil.
1958         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1959         (wl-summary-insert-thread): Search parent entity from
1960         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1961         thread loop.
1962
1963 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1964
1965         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1966
1967         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1968
1969         * wl-util.el (wl-require-update-all-folder-p): New function.
1970         (wl-get-assoc-list-value): Added `function' to match directive.
1971         (wl-collect-draft): Rewrite.
1972
1973         * wl-summary.el (wl-summary-sync-update): Clear faces
1974         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1975         are non-nil.
1976         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1977         argument as function.
1978         (wl-summary-input-range): Ditto.
1979
1980         * wl-folder.el (wl-draft-get-folder): New function.
1981         (wl-folder-get-elmo-folder): Consider draft folder.
1982
1983         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1984         (wl-draft-buffer-message-number): New buffer local variable.
1985         (wl-draft-folder-internal): New internal variable.
1986         (wl-draft-delete): Rewrite.
1987         (wl-draft-save): Ditto.
1988         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1989         wl-folder-get-elmo-folder.
1990         (wl-draft-config-info-operation): Ditto.
1991         (wl-jump-to-draft-folder): Ditto.
1992         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1993         (wl-draft-reedit): Rewrite.
1994
1995         * Version number is increased to 2.11.19.
1996         
1997 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1998
1999         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2000         variable.
2001
2002 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2003
2004         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2005         Use ignore-errors instead of unwind-protect.
2006
2007 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2008
2009         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2010         for updating `wl-thread-entity-list'.
2011
2012 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2013
2014         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2015         parameter from calling `wl-thread-entity-get-older-brothers' and
2016         `wl-thread-entity-get-younger-brothers'.
2017         Replace nested `append' with a single one.
2018
2019 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2020
2021         * wl-summary.el (wl-summary-mode): Don't use the return value of
2022         `make-local-hook'.
2023
2024 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2025
2026         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2027         instead of `let*'.
2028         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2029         of local variables.
2030
2031 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2032
2033         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2034         Renamed from wl-summary-window-scroll-functions.
2035         (wl-summary-window-scroll-functions): Don't set to variable.
2036         (wl-summary-display-top): Use run-hooks.
2037         (wl-summary-display-bottom): Ditto.
2038         (wl-summary-toggle-disp-msg): Ditto.
2039         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2040         Use it instead of wl-summary-window-scroll-functions.
2041         (wl-summary-goto-folder-subr): Don't call
2042         wl-summary-window-scroll-functions, use
2043         wl-summary-buffer-window-scroll-functions instead.
2044
2045 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2046
2047         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2048         make-local-variable.
2049
2050 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2051
2052         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2053         set-buffer-modified-p.
2054         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2055         (wl-summary-display-bottom): Ditto.
2056         (wl-summary-toggle-disp-msg): Ditto.
2057
2058 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2059
2060         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2061
2062         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2063         (wl-summary-forward): Use elmo-message-entity-field instead of
2064         elmo-message-field.
2065
2066         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2067
2068 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2069
2070         * wl-summary.el (wl-summary-window-scroll-functions): No use
2071         `append'.
2072
2073 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2074
2075         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2076         function.
2077         (wl-summary-window-scroll-functions): Call it when both
2078         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2079         (wl-summary-temp-mark): Added optional argument number.
2080         (wl-summary-message-mark): Added optional argument flag.
2081         (wl-summary-persistent-mark): Added optional argument number and flag.
2082         (wl-summary-update-persistent-mark): Ditto.
2083         (wl-summary-update-status-marks): Set "r" for interactive spec.
2084
2085         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2086         argument number and flag.
2087
2088         * wl-action.el (wl-summary-registered-temp-mark): 
2089         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2090
2091 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2092
2093         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2094         internal variable (buffer local).
2095         (wl-summary-window-scroll-functions): New function.
2096         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2097         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2098         as nil.
2099         (wl-summary-update-status-marks): Added arguments beg, end and
2100         check.
2101         (wl-summary-update-mark-window): Use function.
2102         (wl-summary-sync-update): Follow the change above.
2103         (wl-summary-switch-to-clone-buffer): Copy
2104         wl-summary-buffer-unsync-mark-number-list.
2105         (wl-summary-goto-folder-subr): Set
2106         wl-summary-buffer-unsync-mark-number-list and
2107         use wl-summary-window-scroll-functions instead of
2108         wl-summary-lazy-highlight.
2109
2110         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2111
2112 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2113
2114         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2115
2116         * wl-summary.el (wl-summary-update-persistent-mark): Call
2117         wl-summary-set-message-modified.
2118
2119         * wl-summary.el (wl-summary-sync-update): Don't call
2120         wl-summary-update-status-marks.
2121
2122         * Version number is increased to 2.11.18.
2123
2124 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2125
2126         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2127         (wl-message-next-page): Ditto.
2128
2129 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2130
2131         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2132         local variable.  Change the order of a collected list into the
2133         same as the specified range.  Remove nil from a collected list.
2134
2135 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2136
2137         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2138         argument for elmo-folder-list-messages.
2139
2140 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2141
2142         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2143         change (wl-summary-count-unreads return a list instead of a cons
2144         cell).
2145
2146 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2147
2148         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2149         `wl-summary-folder-info-update'.
2150
2151 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2152
2153         * wl-summary.el (wl-summary-set-message-modified): No use
2154         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2155         (wl-summary-set-mark-modified): Abolish.
2156         (wl-summary-mark-modified-p): Ditto.
2157         (wl-summary-save-view): Follow the change above.
2158
2159         * wl-expire.el (wl-summary-expire): Likewise.
2160
2161 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2162
2163         * wl-summary.el (wl-summary-detect-mark-position): Use
2164         modb-entity-handler.
2165         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2166
2167         * Version number is increased to 2.11.17.
2168
2169 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2170
2171         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2172         entity field value.
2173         (wl-summary-prefetch-msg): Ditto.
2174         (wl-summary-print-message-with-ps-print): Ditto.
2175
2176 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2177
2178         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2179         for dummy entity.
2180         (wl-summary-insert-thread): Use elmo-message-entity-field.
2181         (wl-summary-update-thread): Use elmo-message-entity-field and
2182         elmo-message-entity-number.
2183         (wl-summary-line-number):  Use elmo-message-entity-number.
2184         (wl-summary-line-size): Use elmo-message-entity-field.
2185         (wl-summary-line-subject): Ditto.
2186         (wl-summary-line-from): Ditto.
2187         (wl-summary-line-attached): Ditto.
2188         (wl-summary-create-line): Ditto.
2189         (wl-summary-create-line): Use elmo-message-entity-number.
2190         (wl-summary-print-message-with-ps-print): Use
2191         elmo-message-entity-field.
2192
2193 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2194
2195         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2196         change in elmo-msgdb-make-message-entity.
2197         (wl-summary-buffer-set-folder): Don't call
2198         wl-summary-detect-mark-position here.
2199         (wl-summary-rescan): Call elmo-message-entity-number.
2200         (wl-summary-sync-update): Ditto.
2201         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2202
2203         * wl-score.el (wl-score-header-index): Redefine 2th element.
2204         (wl-score-overview-entity-get-extra): Abolish.
2205         (wl-score-ov-entity-get): Rewrite.
2206         (wl-score-string-index<, wl-score-string-func<): Abolish.
2207         (wl-score-string<): New function.
2208         (wl-score-string-sort): Use it.
2209
2210         * wl-refile.el (wl-refile-guess-by-history): Use
2211         elmo-message-entity-field.
2212         (wl-refile-guess-by-from): Ditto.
2213         (wl-refile-guess-by-msgid): Ditto.
2214
2215         * Version number is increased to 2.11.16.
2216
2217 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2218
2219         * wl-folder.el (wl-folder-confirm-existence): Don't call
2220         file-exists-p if msgdb-path is nil.
2221         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2222         `wl-read-folder-hist' to `wl-read-folder-history'.
2223
2224 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2225
2226         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2227         `y-or-n-p'.
2228
2229 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2230
2231         * wl-score.el (wl-score-headers): Don't use
2232         elmo-folder-do-each-message-entity.
2233
2234         * Version number is increased to 2.11.15.
2235
2236 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2237
2238         * wl-summary.el (wl-summary-delete-all-msgs): Use
2239         elmo-folder-move-messages instead of elmo-folder-delete-messages
2240         and elmo-folder-detach-messages.
2241         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2242
2243         * wl-expire.el (wl-expire-delete): Ditto.
2244         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2245
2246 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2247
2248         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2249         (wl-message-header-narrowing-fields): Ditto.
2250         (wl-message-header-narrowing-lines): Ditto.
2251         (wl-message-header-narrowing-string): Ditto.
2252
2253         * wl-summary.el (wl-summary-mode-map): Bind
2254         wl-summary-toggle-header-narrowing to "C-cC-f".
2255         (wl-summary-toggle-header-narrowing): New function.
2256
2257         * wl-message.el (wl-message-buffer-create): Call
2258         wl-message-header-narrowing-setup.
2259         (wl-message-redisplay): Call wl-message-header-narrowing.
2260         (wl-message-header-narrowing): New function.
2261         (wl-message-header-narrowing-map): New keymap.
2262         (wl-message-header-narrowing-widen-map): New keymap.
2263         (wl-message-header-narrowing-again-at-mouse): New function.
2264         (wl-message-header-narrowing-1): Ditto.
2265         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2266         (wl-message-header-narrowing-setup): Ditto.
2267         (wl-message-header-narrowing-toggle): Ditto.
2268         
2269         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2270
2271         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2272         'flag as all.
2273         (wl-use-flag-folder-help-echo): New user option.
2274
2275         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2276         wl-summary-highlight as nil.
2277         (wl-summary-set-mark-modified): Follow the API change.
2278         (wl-summary-mark-modified-p): Ditto.
2279         (wl-summary-mark-as-read-all): Ditto.
2280         (wl-summary-sync-marks): Don't call
2281         elmo-folder-list-messages-with-global-mark.
2282         (wl-summary-mark-as-read-internal): Follow the API change.
2283         (wl-summary-mark-as-answered-internal): Ditto.
2284         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2285         Follow the API change.
2286         (wl-summary-create-line): Call with number argument.
2287         (wl-summary-reply): Follow the API change.
2288
2289         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2290         function.
2291         (wl-highlight-summary-line-string): Call it when
2292         wl-use-flag-folder-help-echo is non-nil.
2293         (wl-highlight-summary-current-line): Ditto.
2294         (elmo-flag-folder-referrer): Added autoload setting.
2295
2296         * wl-draft.el (wl-draft-kill): Follow the API change.
2297
2298         * Version number is increased to 2.11.14.
2299         
2300 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2301
2302         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2303
2304 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2305
2306         * Version number is increased to 2.11.13.
2307
2308 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2309
2310         * wl-draft.el (wl-draft-previous-history-element): Fixed
2311         unbalanced parenthesis and bind unbound local variables.
2312
2313 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2314
2315         * wl-draft.el (wl-draft-previous-history-element): New function.
2316         (wl-draft-next-history-element): Ditto.
2317         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2318         them to M-p and M-n.
2319
2320 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2321
2322         * Version number is increased to 2.11.12.
2323
2324 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2325
2326         * wl-draft.el (wl-draft-hide): Select buffer-window.
2327
2328 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2329
2330         * wl-summary.el (wl-summary-narrow-to-region): New function.
2331         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2332         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2333         (wl-summary-save-region): Use it.
2334         * wl-action.el (wl-summary-collect-numbers-region)
2335         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2336
2337 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2338
2339         * wl-folder.el (wl-folder-count-incorporates): Don't use
2340         `elmo-msgdb-mark-load'
2341
2342         * Version number is increased to 2.11.11.
2343
2344 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2345
2346         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2347         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2348
2349 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2350
2351         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2352
2353 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2354
2355         * Version number is increased to 2.11.10.
2356
2357 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2358
2359         * wl-mime.el (wl-draft-attribute-value): Fixed.
2360
2361 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2362
2363         * wl-util.el (wl-copy-local-variables): New function.
2364
2365         * wl-mime.el (wl-draft-attribute-recipients): New function.
2366         (wl-draft-attribute-envelope-from): Ditto.
2367         (wl-draft-attribute-smtp-posting-server): Ditto.
2368         (wl-draft-attribute-smtp-posting-port): Ditto.
2369         (wl-draft-attribute-value): Ditto.
2370         (wl-draft-preview-message): Use it to get value for
2371         attributes. Reflect result of `wl-draft-config'.
2372
2373         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2374         and call `wl-summary-mark-as-read' before to call
2375         `wl-summary-unset-mark'.
2376         (wl-summary-target-mark-mark-as-unread): Likewise.
2377         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2378
2379 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2380
2381         * wl-mime.el (wl-draft-preview-message): Use actual value for
2382         attributes; Fix for small window.
2383
2384 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2385
2386         * wl-refile.el (wl-refile-get-field-value): Call
2387         `elmo-message-entity-field' with 3rd argument is non-nil.
2388
2389 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2390
2391         * wl-vars.el (wl-draft-preview-attributes): New user option.
2392         (wl-draft-preview-attributes-list): Ditto.
2393         (wl-draft-preview-attributes-buffer-lines): Ditto.
2394         (wl-draft-preview-attributes-buffer-name): Ditto.
2395
2396         * wl-mime.el (wl-draft-preview-message): Display attributes.
2397
2398 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2399
2400         * wl-summary.el (wl-summary-detect-mark-position): Bind
2401         wl-summary-flag-priority-list to '(new).
2402
2403 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2404
2405         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2406         funtion.
2407         (wl-highlight-summary-line-string): Use it.
2408         (wl-highlight-summary-current-line): Ditto.
2409
2410 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2411
2412         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2413         line even when the mark string is not changed.
2414
2415         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2416         argument change in the wl-summary-create-line.
2417         (wl-thread-insert-entity-sub): Ditto.
2418
2419         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2420         argument change in the wl-summary-create-line.
2421         (wl-summary-insert-sequential): Ditto.
2422         (wl-summary-update-thread): Ditto.
2423         (wl-summary-persistent-mark-string): New inline function.
2424         (wl-summary-message-mark): Use it.
2425         (wl-summary-create-line): Abolish argument wl-persistent-mark
2426         and added wl-flags, wl-cached.
2427
2428         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2429         mark to flags.
2430         (wl-highlight-summary-current-line): Decide the face not by the 
2431         persistent mark but flags.
2432
2433 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2434
2435         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2436         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2437         wl-summary-read-uncached-mark): Revive.
2438         (wl-summary-answered-cached-mark,
2439         wl-summary-answered-uncached-mark): New user option.
2440         (wl-summary-score-marks): Follow the change above.
2441         (wl-summary-auto-refile-skip-marks): Ditto.
2442         (wl-summary-incorporate-marks): Ditto.
2443         (wl-summary-expire-reserve-marks): Ditto.
2444         (wl-summary-flag-priority-list): New user option.
2445
2446         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2447         changes.
2448         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2449         of elmo-message-mark.
2450         (wl-summary-mark-as-read-internal): Ditto.
2451         (wl-summary-mark-as-answered): Ditto.
2452         (wl-summary-mark-as-important): Ditto.
2453         (wl-summary-redisplay-internal): Ditto.
2454         (wl-summary-redisplay-no-mime-internal): Ditto.
2455         (wl-summary-message-mark): New function.
2456         (wl-summary-insert-sequential): Use wl-summary-message-mark
2457         instead of elmo-message-mark.
2458         (wl-summary-update-thread): Ditto.
2459         (wl-summary-persistent-mark): Ditto.
2460         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2461         instead of elmo-message-mark.
2462
2463         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2464         wl-summary-message-mark instead of elmo-message-mark.
2465         (wl-thread-insert-entity-sub): Ditto.
2466         (wl-thread-get-children-msgs-uncached): Ditto.
2467
2468         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2469         variable name changes.
2470         (wl-highlight-summary-current-line): Ditto.
2471
2472         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2473         wl-summary-message-mark instead of elmo-message-mark.
2474
2475         * wl-expire.el (wl-expire-message-p): Ditto.
2476
2477         * wl-score.el (wl-score-headers): Ditto.
2478
2479         * Version number is increased to 2.11.9.
2480
2481         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2482         (wl-summary-sync-update): Follow the change above.
2483         (wl-summary-switch-to-clone-buffer): Ditto.
2484         (wl-summary-open-folder): Ditto.
2485
2486 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2487
2488         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2489         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2490
2491         * Version number is increased to 2.11.8.
2492
2493         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2494
2495         * wl-expire.el (wl-expire-refile): Follow the API change on
2496         `elmo-folder-move-messages'.
2497         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2498
2499         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2500         (wl-summary-exec-action-refile): Ditto.
2501         (wl-summary-exec-action-copy): Ditto.
2502         (wl-summary-no-auto-refile-message-p): No use
2503         `wl-summary-buffer-msgdb'.
2504         (wl-summary-auto-refile): Ditto.
2505
2506 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2507
2508         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2509
2510 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2511
2512         * wl-summary.el (wl-summary-sync): Treat no-sync.
2513
2514         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2515         (wl-default-sync-range): Ditto.
2516
2517 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2518
2519         * wl-refile.el (wl-refile-subject-learn): Call
2520         `elmo-message-entity-field' with 3rd argument is non-nil.
2521         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2522         instead of `elmo-msgdb-overview-entity-get-subject'.
2523
2524 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2525
2526         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2527         scan-type is rescan.
2528         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2529         new optional argument force is non-nil.
2530         (wl-summary-save-view-cache): Call it with force argument non-nil.
2531
2532         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2533
2534 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2535
2536         * wl-action.el (wl-summary-print-argument): Fixed last change.
2537
2538 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2539
2540         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2541         simplified.
2542         (wl-summary-target-mark-mark-as-unread): Likewise.
2543         (wl-summary-target-mark-mark-as-important): Likewise.
2544
2545 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2546
2547         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2548         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2549         (wl-summary-mark-as-important-region): Change accordingly.
2550         (wl-summary-target-mark-mark-as-important): Ditto.
2551
2552 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2553
2554         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2555
2556         * wl-action.el (wl-summary-print-argument): Print argument to
2557         right side of window if `wl-summary-print-argument-within-window'
2558         is non-nil.
2559
2560 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2561
2562         * wl-action.el (wl-summary-set-mark): Use
2563         `wl-summary-message-visible-p' to check visibility of the message
2564         and jump to message only when the message line is visible and have
2565         different number; Call wl-summary-unset-mark with number argument.
2566         (wl-summary-unset-mark): 
2567         Use `wl-summary-message-visible-p'
2568         to check visibility of the message and jump to message only when
2569         the message line is visible and have different number;
2570
2571 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2572
2573         * Version number is increased to 2.11.7.
2574
2575         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2576         and wl-folder-summary-line-format.
2577
2578         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2579         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2580         (wl-summary-set-score-mark): Use it.
2581         (wl-summary-target-mark-mark-as-read): Ditto.
2582         (wl-summary-target-mark-mark-as-unread): Ditto.
2583         (wl-summary-target-mark-mark-as-important): Ditto.
2584         (wl-summary-target-mark-msgs): Simplified.
2585         (wl-summary-detect-mark-position): Fixed problem when
2586         summary-line-format no contain persisten/temp mark spec.
2587         (wl-summary-temp-mark): Ditto.
2588         (wl-summary-persistent-mark): Ditto.
2589         (wl-summary-update-persistent-mark): Ditto.
2590
2591         * wl-action.el (wl-summary-set-mark): Ditto.
2592         (wl-summary-unset-mark): Ditto.
2593         All other related portions are changed.
2594
2595 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2596
2597         * Version number is increased to 2.11.6.
2598
2599 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2600
2601         * wl-util.el (wl-current-message-buffer): Define as function;
2602         Don't use the value of wl-messge-buffer.
2603
2604         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2605         persistent mark.
2606
2607         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2608         no current message, cause an error.
2609
2610 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2611
2612         * wl-summary.el (wl-summary-set-message-modified): Use
2613         elmo-folder-set-message-modified instead of
2614         elmo-folder-set-message-modified-internal.
2615
2616 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2617
2618         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2619         interactively.
2620         (wl-summary-sync): nokill->entirely.
2621         (wl-summary-sync-marks): Fixed message.
2622         (wl-summary-input-range): Added mark, nokill->entirely.
2623
2624         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2625         messages as read.
2626
2627 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2628
2629         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2630         update-noscore.
2631         (wl-summary-sync): Follow the change above.
2632
2633 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2634
2635         * wl-action.el (wl-summary-target-mark-all): Use
2636         elmo-folder-list-messages.
2637
2638 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2639
2640         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2641         (wl-summary-rescan): Set wl-summary-scored as nil.
2642         (wl-summary-sync-force-update): Follow the change above.
2643         (wl-summary-sync): Ditto.
2644         (wl-summary-sync-update): Added argument disable-killed.
2645         (wl-summary-insert-headers): Set visible-only argument for
2646         elmo-folder-list-messages.
2647         (wl-summary-input-range): Added update-nokill, update-noscore,
2648         all-nokill, all-noscore and mark.
2649
2650         * Version number is increased to 2.11.5.
2651
2652         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2653
2654 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2655
2656         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2657         (wl-summary-prefetch-region-no-mark): Change accordingly.
2658         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2659
2660 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2661
2662         * wl-address.el (wl-complete-field-to): Abolished.
2663         (wl-complete-address): Completion function for completing-read.
2664         * wl-action.el (wl-summary-get-resend-address): Use it.
2665
2666         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2667         wl-summary-update-mark and abolish unused argument.
2668         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2669         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2670         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2671         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2672         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2673         * wl-draft.el (wl-draft-kill): Ditto.
2674
2675         * wl-summary.el: Remove unused binding of case-fold-search.
2676         (wl-summary-replace-status-marks): Abolished.
2677
2678 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2679
2680         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2681         is specified or folder length is zero.
2682
2683 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2684
2685         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2686         (wl-folder-archive-current-entity): Ditto.
2687
2688 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2689
2690         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2691         retrieving message mark.
2692         (wl-summary-redisplay-internal): Ditto.
2693
2694         * wl-message.el (wl-message-buffer-display): Ignore errors while
2695         retrieving message-id field.
2696
2697         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2698         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2699         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2700         order of the arguments for `wl-expire-message-p'.
2701         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2702
2703         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2704         Check return value of wl-summary-reply.
2705         (wl-summary-reply): Recover window configuration when an error occured.
2706
2707 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2708
2709         * wl-summary.el (wl-summary-resend-message): Abolished, the
2710         feature is inherited by wl-summary-resend (put resend mark).
2711
2712 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2713
2714         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2715         wl-message-buffer to nil when the message is hide.
2716
2717 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2718
2719         * .cvsignore: New file.
2720
2721 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2722
2723         * wl-action.el (wl-summary-action-docstring): Add more info.
2724         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2725         duplicate definition.
2726         (wl-summary-define-mark-action): Functions wl-summary-*-region
2727         keep current position.
2728         (wl-summary-unregister-target-mark): Store result to the variable.
2729
2730 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2731
2732         * Version number is increased to 2.11.4.
2733
2734 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2735
2736         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2737         wl-summary-delete-all-temp-marks.
2738         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2739
2740         * wl-action.el (wl-summary-set-mark): Changed terminology
2741         refile-destination -> action-argument.
2742         (wl-summary-unset-mark): Ditto.
2743         (wl-summary-remove-argument): Ditto.
2744         (wl-summary-print-argument): Ditto.
2745
2746         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2747         (wl-thread-remove-argument-region): Ditto.
2748         (wl-thread-print-argument-region): Ditto.
2749         (wl-thread-close): Ditto.
2750         (wl-thread-open): Ditto.
2751
2752         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2753         (wl-highlight-refile-destination-face is abolished)
2754         (wl-highlight-action-argument-string): Ditto.
2755         (wl-highlight-summary-current-line): Highlight action argument.
2756
2757         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2758         color for light backgrounds.
2759         (wl-highlight-summary-answered-face): Ditto.
2760
2761 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2762
2763         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2764
2765         * wl-score.el (wl-summary-score-update-all-lines): Use
2766         wl-summary-set-mark.
2767         (wl-summary-score-update-all-lines): Kill expunged messages.
2768
2769         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2770
2771 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2772
2773         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2774         directly.
2775         (wl-score-overview-entity-get-lines): Ditto.
2776         (wl-score-overview-entity-get-xref): Ditto.
2777         (wl-score-get-latest-msgs): Ditto.
2778         (wl-summary-rescore): Ditto.
2779
2780         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2781         to "&".
2782         (wl-summary-mark-as-answered-internal): New inline function.
2783         (wl-summary-mark-as-answered): New function.
2784         (wl-summary-mark-as-unanswered): Ditto.
2785         (wl-summary-sync-marks): Modified for answered-mark synching.
2786
2787 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2788
2789         * wl-action.el (wl-summary-set-mark): Fixed last change.
2790
2791 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2792
2793         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2794         behavior of wl-summary-unread-message-hook
2795         (Pointed out by akira yamada <akira@arika.org>).
2796
2797 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2798
2799         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2800         wl-summary-delete.
2801         * wl-xmas.el (wl-summary-toolbar): Ditto.
2802
2803         * wl-action.el (wl-summary-set-mark): Don't override current
2804         temp-mark.
2805
2806         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2807
2808 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2809
2810         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2811         (wl-refile-msgid-learn): Ditto.
2812         (wl-refile-get-field-value): Ditto.
2813
2814         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2815
2816         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2817         (wl-expire-delete-reserved-messages): Renamed from
2818         wl-expire-reserve-marked-msgs-from-list.
2819         (wl-expire-delete): Removed argument `msgdb'.
2820         (wl-expire-refile): Ditto.
2821         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2822         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2823         mark-alist as argument.
2824         (wl-expire-archive-number1): Removed argument `msgdb'.
2825         (wl-expire-archive-number2): Ditto.
2826         (wl-expire-archive-date): Ditto.
2827         (wl-expire-localdir-date): Ditto.
2828         (wl-expire-hide): Ditto.
2829         (wl-archive-number1): Ditto.
2830         (wl-archive-number2): Ditto.
2831         (wl-archive-date): Ditto.
2832         (wl-archive-folder): Ditto.
2833         All other related portions are changed.
2834
2835 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2836
2837         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2838         mean move up and down. (suggested by Takashi Kawachi)
2839
2840 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2841
2842         * wl-acap.el (toplevel): Don't require un-define.
2843
2844 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2845
2846         * wl-thread.el (wl-thread-delete-message): Always update
2847         wl-summary-buffer-number-list.
2848
2849         * wl-action.el (wl-summary-print-destination): 
2850         Do nothing when folder is nil.
2851
2852 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2853
2854         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2855         persistent mark when prefetch is succeeded.
2856
2857 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2858
2859         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2860         instead of elmo-msgdb-delete-msgs.
2861         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2862         (wl-expire-hide): Ditto.
2863
2864         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2865
2866         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2867         elmo-msgdb interface.
2868         (wl-thread-get-exist-children): Likewise.
2869         (wl-thread-insert-message): Likewise.
2870         (wl-thread-msg-mark-as-important): Likewise.
2871         (wl-thread-insert-entity-sub): Likewise.
2872         (wl-thread-get-children-msgs-uncached): Likewise.
2873
2874         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2875         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2876         (wl-summary-sync-update): Likewise.
2877         (wl-summary-auto-select-msg-p): Likewise.
2878         (wl-summary-update-thread): Likewise.
2879         (wl-summary-mark-as-important): Likewise.
2880         (wl-summary-jump-to-msg-internal): Likewise.
2881         (wl-summary-redisplay-internal): Likewise.
2882         (wl-summary-print-message-with-ps-print): Likewise.
2883         (wl-summary-folder-info-update): Likewise.
2884
2885         * wl-folder.el (wl-folder-check-one-entity):
2886         elmo-folder-count-flags instead of wl-summary-count-unread.
2887
2888         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2889
2890         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2891
2892         * wl-summary.el (wl-summary-set-message-modified): 
2893         Call wl-summary-set-mark-modified.
2894         (wl-summary-delete-messages-on-buffer): Call
2895         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2896         (wl-summary-sync-update): Call elmo-folder-length instead of
2897         elmo-folder-messages.
2898         (wl-summary-insert-headers): Don't call
2899         elmo-folder-list-message-entities.
2900
2901 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2902
2903         * wl-action.el (wl-summary-define-mark-action): Call
2904         `wl-summary-set-mark' with argument `data'.
2905         (wl-summary-auto-refile): Fixed order of arguments when call
2906         `wl-summary-refile'.
2907
2908 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2909
2910         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2911
2912         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2913
2914         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2915         (Renamed from wl-highlight-summary-deleted-face).
2916         (wl-highlight-summary-resend-face): New face.
2917
2918         (wl-highlight-summary-deleted-face): Renamed from
2919         wl-highlight-summary-erased-face.
2920
2921         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2922
2923         * wl-action.el (wl-summary-get-resend-address): New function.
2924         (wl-summary-exec-action-resend): Ditto.
2925         (wl-summary-exec-action-resend-subr): Ditto.
2926
2927         * w-thread.el (wl-thread-copy): Removed definition.
2928         (wl-thread-refile): Ditto.
2929         (wl-thread-delete): Ditto.
2930         (wl-thread-target-mark): Ditto.
2931
2932         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2933         (wl-summary-target-mark-set-action): Fixed.
2934         (wl-summary-define-mark-action): Fixed quotation.
2935         (wl-summary-move-mark-list-messages): Display message.
2936         (wl-summary-define-mark-action): Define thread functions.
2937         (wl-summary-exec-action-refile): Changed message.
2938         (wl-summary-exec): Ditto.
2939
2940 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2941         
2942         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2943         '%%'.
2944
2945 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2946
2947         * wl.el (toplevel): Require wl-action.
2948         (wl-init): Call wl-summary-define-mark-action.
2949
2950         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2951
2952         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2953         wl-summary-delete and wl-summary-erase.
2954         (wl-summary-mode-map): Ditto.
2955
2956         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2957         wl-delete-folder-alist.
2958
2959         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2960         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2961         (toplevel): Moved mark & action related functions to the wl-action.el.
2962
2963         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2964         in wl-summary-mark-action-list.
2965         (wl-highlight-summary-current-line): Ditto.
2966
2967         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2968         empty lines.
2969
2970         * wl-action.el: New file. 
2971
2972 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2973
2974         * wl-summary.el (wl-summary-target-mark-replace): New function.
2975         (wl-summary-target-mark-prefetch): Use it.
2976         (wl-summary-target-mark-delete): Ditto.
2977         (toplevel): Rearranged definition order.
2978         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2979         (wl-summary-target-mark-erase): Rewrite.
2980         (wl-summary-erase-region): New function.
2981         (wl-summary-exec-action-erase): Changed message.
2982         (wl-summary-move-mark-list-messages): New function.
2983         (wl-summary-exec-action-delete): Use it.
2984         (wl-summary-exec-action-erase): Ditto.
2985
2986         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2987         (wl-summary-skip-mark-list): Added "d".
2988
2989         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2990         while searching.
2991
2992         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2993         and define using defcustom;
2994         Define 4th element as a face.
2995         
2996         * wl-summary.el (wl-summary-incorporate): Use 
2997         `wl-summary-prefetch-region-no-mark' instead of
2998         `wl-summary-prefetch-region'.
2999         (wl-summary-prefetch-region-no-mark): Revival of old
3000         `wl-summary-prefetch-region'.
3001         (wl-summary-mark-action-list): Moved to wl-vars.el
3002
3003         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3004         face according to the `wl-summary-mark-action-list'.
3005         (wl-highlight-summary-current-line): Ditto;
3006         Removed destination highlighting.
3007
3008         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3009         (wl-highlight-summary-line-string): Highlight for "i" mark.
3010         (wl-highlight-summary-current-line): Ditto.
3011
3012         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3013         no destination.
3014
3015         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3016         exists, just go ahead.
3017         (wl-summary-prefetch-region): Rewrite.
3018         (wl-summary-prefetch): Ditto.
3019         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3020         (wl-summary-exec-action-prefetch): New function.
3021         (wl-summary-target-mark-prefetch): Rewrite.
3022
3023 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3024
3025         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3026         (wl-highlight-summary-line-string): Added "d" and "D".
3027         (wl-highlight-summary-current-line): Ditto.
3028
3029         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3030         in wl-summary.el.
3031         (wl-thread-insert-entity-sub): Ditto.
3032         (wl-thread-remove-destination-region): Ditto.
3033         (wl-thread-print-destination-region): Ditto.
3034
3035         * wl-summary.el (wl-summary-buffer-refile-list,
3036         wl-summary-buffer-delete-list,
3037         wl-summary-buffer-copy-list): Abolish.
3038         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3039         All other related portions are changed.
3040         (wl-summary-mark-action-list): New variable.
3041         (wl-summary-set-mark): New function.
3042         (wl-summary-register-target-mark): Ditto.
3043         (wl-summary-unregister-target-mark): Ditto.
3044         (wl-summary-have-target-mark-p): Ditto.
3045         (wl-summary-register-temp-mark): Ditto.
3046         (wl-summary-unregister-temp-mark): Ditto.
3047         (wl-summary-registered-temp-mark): Ditto.
3048         (wl-summary-collect-temp-mark): Ditto.
3049         (wl-summary-unset-mark): Ditto.
3050         (wl-summary-set-target-mark): Ditto.
3051         (wl-summary-unset-target-mark): Ditto.
3052         (wl-summary-set-action-generic): Ditto.
3053         (wl-summary-unset-action-generic): Ditto.
3054         (wl-summary-exec-action-delete): Ditto.
3055         (wl-summary-exec-action-erase): Ditto.
3056         (wl-summary-set-action-refile): Ditto.
3057         (wl-summary-set-action-refile-subr): Ditto.
3058         (wl-summary-unset-action-refile): Ditto.
3059         (wl-summary-make-destination-numbers-list): Ditto.
3060         (wl-summary-exec-action-refile): Ditto.
3061         (wl-summary-set-action-copy): Ditto.
3062         (wl-summary-unset-action-copy): Ditto.
3063         (wl-summary-exec-action-copy): Ditto.
3064         (wl-summary-collect-numbers-region): Ditto.
3065         (wl-summary-delete): Rewrite.
3066         (wl-summary-erase): Ditto.
3067         (wl-summary-remove-destination): Ditto.
3068         (wl-summary-exec): Ditto.
3069         (wl-summary-exec-region): Ditto.
3070         (wl-summary-target-mark-erase): Ditto.
3071         (wl-summary-refile): Ditto.
3072         (wl-summary-copy): Ditto.
3073         (wl-summary-unmark): Ditto.
3074         (wl-summary-delete-all-mark): Ditto.
3075         (wl-summary-mark-line): Don't highlight.
3076         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3077         (wl-summary-target-mark-refile-subr): Rewrite.
3078
3079         (wl-summary-copy-prev-destination): Abolish.
3080
3081 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3082
3083         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3084         default values along the value of wl-on-mule.
3085         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3086         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3087         It is not used anywhere.
3088
3089 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3090
3091         * wl-summary.el (wl-summary-print-destination): Keep position.
3092         (wl-summary-cursor-move-surface): Keep horizontal position.
3093
3094 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3095
3096         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3097         write sendlog.
3098
3099 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3100
3101         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3102         `wl-summary-highlight'.
3103
3104 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3105
3106         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3107         trivial condition for temp-mark.
3108
3109 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3110
3111         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3112         when it hits killed buffer.
3113
3114 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3115
3116         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3117         * wl-news.el.in: `message' and `error' take format string.
3118
3119 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3120
3121         * wl-folder (wl-folder-insert-entity): Display a message,
3122         `...done', when the work finish.
3123         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3124
3125 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3126
3127         * wl-message.el (wl-message-redisplay): Remove unused local
3128         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3129
3130 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3131
3132         * wl-summary.el (wl-summary-replace-status-marks): Disable
3133         interactive use.
3134         (wl-summary-reedit): Check message existence at first.
3135         (wl-summary-mark-line): Fix doc, return value is indefinite.
3136
3137         * wl-highlight.el (wl-highlight-message): Arranged.
3138
3139         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3140         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3141         check temp-mark by wl-summary-temp-mark always.
3142         (wl-highlight-summary): Change accordingly.
3143         * wl-summary.el (wl-summary-mark-as-read-all)
3144         (wl-summary-delete-cache, wl-summary-set-score-mark)
3145         (wl-summary-mark-as-unread, wl-summary-unmark)
3146         (wl-summary-mark-line, wl-summary-mark-as-read)
3147         (wl-summary-mark-as-important): Ditto.
3148
3149         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3150         end of the window if possible.
3151         * wl-summary.el (wl-summary-sync-update): Support lazy
3152         highlighting.
3153         (wl-summary-toggle-disp-msg): Ditto.
3154
3155 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3156
3157         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3158
3159 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3160
3161         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3162         change.
3163
3164 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3165
3166         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3167         API.
3168         (wl-summary-sync-update): Ditto.
3169
3170         * wl-score.el (wl-score-get-score-alist): Changed argument.
3171         (wl-summary-rescore-msgs): Likewise.
3172         (wl-summary-score-headers): Likewise.
3173         (wl-score-headers): Likewise;
3174         Use elmo-folder-do-each-message-entity, etc.
3175         (wl-summary-score-effect): Follow the changes above.
3176         (wl-summary-rescore): Ditto.
3177         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3178         (wl-score-get-overview): Abolish.
3179
3180         * wl-summary.el (wl-summary-default-from): Follow the API change in
3181         elmo-msgdb.
3182         (wl-summary-count-unread): Ditto.
3183         (wl-summary-detect-mark-position): Ditto.
3184         (wl-summary-overview-entity-compare-by-date): Ditto.
3185         (wl-summary-overview-entity-compare-by-number): Ditto.
3186         (wl-summary-overview-entity-compare-by-from): Ditto.
3187         (wl-summary-overview-entity-compare-by-subject): Ditto.
3188         (wl-summary-get-list-info): Ditto.
3189         (wl-summary-rescan): Ditto.
3190         (wl-summary-jump-to-msg-by-message-id): Ditto.
3191         (wl-summary-sync-update): Ditto; Removed comment.
3192         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3193         (wl-summary-insert-message): Use wl-summary-insert
3194         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3195         (wl-summary-insert-headers): Changed argument overview to folder.
3196         (wl-summary-search-by-subject): Likewise.
3197         (wl-summary-insert-thread): Renamed from 
3198         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3199
3200         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3201         too.
3202
3203         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3204         wl-string-member.
3205
3206 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3207
3208         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3209         elmo-folder-append-buffer.
3210         (wl-draft-queue-append): Likewise.
3211
3212         * wl-mime.el (wl-message-delete-current-part): Ditto.
3213         (wl-summary-burst-subr): Ditto.
3214
3215         * wl-news.el.in (wl-news-send-news): Ditto.
3216
3217 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3218
3219         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3220         function.
3221         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3222         (wl-summary-update-mark): Enclose with save-excursion.
3223         (wl-summary-mark-as-read-internal): Fixed last change.
3224         (wl-summary-mark-as-important): Use 3rd argument of
3225         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3226         Don't use elmo-msgdb-set-mark.
3227         (wl-summary-redisplay-internal): If msgdb flag is already read,
3228         just update the mark on buffer.
3229
3230 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3231
3232         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3233         cut visible folder when elmo-folder-delete returns non-nil value.
3234
3235 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3236
3237         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3238         by Kenichi OKADA <okada@opaopa.org>).
3239
3240 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3241
3242         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3243
3244 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3245
3246         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3247         Fixed the last change, search group entity by its real name.
3248         (Thanks to: KOBAYASHI Shinji)
3249
3250 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3251
3252         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3253         (wl-fldmgr-access-display-all): Don't refer visible name.
3254         * wl-expire.el (wl-folder-archive-current-entity)
3255         (wl-folder-expire-current-entity): Ditto.
3256         * wl-folder.el (wl-folder-jump-to-current-entity)
3257         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3258         (wl-folder-open-folder-sub,wl-folder-open-all)
3259         (wl-folder-write-current-folder): Ditto.
3260         (wl-folder-insert-entity): Don't use petname for normal group.
3261         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3262         is the real name.
3263         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3264         Abolished.
3265
3266 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3267
3268         * wl-draft.el (wl-draft-create-buffer): Add
3269         `wl-summary-reply-with-citation'
3270
3271 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3272
3273         * wl-draft.el (wl-draft-reply): Fixed.
3274
3275 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3276
3277         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3278         when `wl-draft-send-confirm-with-preview' is non-nil.
3279         You can scroll up/down by j/k.
3280         (wl-draft-send-confirm-with-preview): New variable (default=t).
3281
3282 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3283
3284         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3285         (wl-fldmgr-save-folders): Fix comment.
3286
3287 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3288
3289         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3290         along the last change in `wl-folder-buffer-group-p'.
3291
3292 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3293
3294         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3295         folder.
3296
3297         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3298         the default value.
3299
3300         * wl-mime.el (wl-summary-burst): Update summary only when target
3301         folder equals current folder.
3302
3303 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3304
3305         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3306
3307 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3308
3309         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3310         value.
3311
3312 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3313
3314         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3315         `map-extents' instead of `extent-at' repeatedly.
3316         (wl-highlight-folder-current-line): Ditto.
3317
3318         * wl-highlight.el: Remove useless dummy functions.
3319
3320 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3321
3322         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3323         (wl-folder-put-folder-property): New function to put text property.
3324         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3325         (wl-folder-insert-entity, wl-folder-update-diff-line)
3326         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3327         * wl-e21.el, wl-xmas.el, wl-mule.el
3328         (wl-highlight-folder-current-line): Ditto.
3329         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3330         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3331         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3332         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3333
3334 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3335
3336         * Version number is increased to 2.11.3.
3337
3338 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3339
3340         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3341         Resume current-buffer since it is assumed by remaining tasks.
3342
3343 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3344
3345         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3346         (wl-folder-completion-function): Abolished.
3347         (wl-folder-complete-folder): New function.
3348         (wl-folder-complete-filter-condition): Ditto.
3349         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3350         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3351
3352 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3353
3354         * wl-draft.el (wl-draft-send-confirm): New function.
3355         (wl-draft-send): Use it.
3356
3357         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3358         cursor-in-echo-area while confirming.
3359
3360         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3361
3362         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3363         searching via nntp if wl-summary-search-via-nntp is 'force.
3364         Otherwise, invoke searching in nntp folder only.
3365         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3366
3367         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3368         explicitly for mime-make-text-tag.
3369
3370 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3371
3372         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3373         `mime-make-text-tag' instead of `mime-create-tag'.
3374
3375 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3376
3377         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3378         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3379
3380 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3381
3382         * wl-score.el (wl-score-save): Bind print-length and print-level.
3383         (wl-score-pretty-print): Ditto.
3384         (wl-score-edit-insert-header-entry): Ditto.
3385
3386         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3387         "From" entry to be treated with wl-draft-eword-encode-address-list.
3388         * wl-mime.el (wl-draft-preview-message): Ditto.
3389
3390         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3391         (wl-summary-mark-as-unread): Ditto.
3392         (wl-summary-mark-as-read-region): Change accordingly.
3393         (wl-summary-mark-as-unread-region): Ditto.
3394         (wl-summary-target-mark-mark-as-read): Ditto.
3395         (wl-summary-target-mark-mark-as-unread): Ditto.
3396
3397 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3398
3399         * Version number is increased to 2.11.2.
3400
3401 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3402
3403         * wl-news.el.in (wl-news-previous-version-save): Bind
3404         print-length and print-level.
3405         * wl-thread.el (wl-thread-save-entities): Ditto.
3406         (wl-thread-save-top-list): Bind print-length.
3407
3408 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3409
3410         * wl-highlight.el (wl-highlight-summary-line-string): Use
3411         wl-summary-score-below-mark, wl-summary-score-over-mark.
3412         (wl-highlight-summary-current-line): Ditto.
3413
3414 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3415
3416         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3417         insert it.
3418
3419 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3420
3421         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3422
3423 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3424
3425         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3426         message without msgid.
3427         Rewrite with elmo-folder-move-messages.
3428         Set wl-message-buffer to nil.
3429
3430         * wl-summary.el (wl-summary-erase-subr): New function. Use
3431         elmo-folder-move-messages.
3432         (wl-summary-erase): Call it.
3433         (wl-summary-target-mark-erase): Ditto.
3434
3435 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3436
3437         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3438         it is not up-tp-date.
3439
3440 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3441
3442         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3443         buffer after calling `wl-summary-goto-folder-subr' without the
3444         argument `interactive'.
3445         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3446
3447 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3448
3449         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3450         `mime-create-tag'. Use `string=' instead of `looking-at'.
3451
3452 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3453
3454         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3455         to avoid compile warning.
3456
3457         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3458         entity-id when folder is given.
3459         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3460         save-excursion, use save-selected-window instead.
3461         Select folder buffer window if exists.
3462         (To correct behavior with wl-folder-move-cur-folder.)
3463
3464 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3465
3466         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3467
3468 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3469
3470         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3471         list-count instead of %d.
3472
3473 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3474
3475         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3476         (wl-news): Set it.
3477         (wl-news-append-to-folder): Use it.
3478
3479         * wl-news.el.in (wl-news-send-news): Append to specified folder
3480         instead of wl-default-folder.
3481         (wl-news-append-to-folder): Show error message with specified folder.
3482
3483         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3484                 In most major modes, Emacs assumes that any opening
3485                 delimiter found at the left margin is the start of a
3486                 top-level definition, or defun. Therefore, *never put an
3487                 opening delimiter at the left margin unless it should have
3488                 that significance.*
3489
3490         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3491
3492 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3493
3494         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3495
3496 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3497
3498         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3499
3500 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3501
3502         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3503         for sequential numbering case.
3504
3505 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3506
3507         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3508         value.
3509         (wl-draft-reply-without-argument-list): Ditto.
3510         (wl-draft-reply-myself-with-argument-list): Abolish.
3511         (wl-draft-reply-myself-without-argument-list): Ditto.
3512         * wl-draft.el (wl-draft-self-reply-p): New function.
3513         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3514
3515 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3516
3517         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3518         (avoid error for the case without byte-compiling)
3519
3520 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3521
3522         * wl-news.el.in (wl-news-append-to-folder): New function.
3523         (wl-news-exit): Rewrite.
3524         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3525
3526 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3527
3528         * wl-draft.el (wl-draft-reply-position): New function.
3529         (wl-draft-reply-position): Fix.
3530         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3531         (wl-summary-target-mark-reply-with-citation): Ditto.
3532         (wl-summary-reply-with-citation): Ditto.
3533         * wl-vars.el (wl-draft-reply-default-position): New variable.
3534
3535 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3536
3537         * wl-draft.el (wl-draft-send): Preview when interactive send.
3538
3539 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3540
3541         * wl-draft.el (wl-draft-reply): Set default position.
3542         * wl-summary.el (wl-summary-reply): Ditto.
3543         (wl-summary-reply-with-citation): Ditto.
3544         (wl-summary-target-mark-reply-with-citation): Ditto.
3545
3546 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3547
3548         * wl-news.el.in (wl-news-lang): Set default value according to
3549         current-language-environment.
3550         (wl-news-append-news): Do nothing when news-list is nil.
3551
3552 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3553
3554         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3555         (wl-news): Change message.
3556         (wl-news-exit): Check buffer.
3557         (wl-news-force-exit): New function.
3558         (wl-news-show-all): New function.
3559         (wl-news-discard-and-exit): Fix.
3560
3561 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3562
3563         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3564         according to current-language-environment.
3565
3566         * wl-news.el.in (wl-news): If arg, show all NEWS after
3567         wl-news-default-previous-version.
3568
3569 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3570
3571         * wl-news.el.in (wl-news-check): Rewritten.
3572         (wl-news-previous-version-load): Change data type.
3573         (wl-news-previous-version-save): Change data type.
3574         (wl-news-append-news): Add return value.
3575         (wl-news-check-news): New function.
3576         (wl-news-already-current-p): New function.
3577         (wl-news-send-news): Rewritten.
3578         (wl-news-mode-map): Add new keybind.
3579         (wl-news): Rewritten.
3580         (wl-news-exit): Rewritten.
3581         (wl-news-discard-and-mail): New function.
3582         (wl-news-send-to-address): Abolished.
3583         * wl.el (wl-init): Delete a message.
3584
3585 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3586
3587         * wl-news.el.in (wl-news-exit): Update previous version.
3588         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3589
3590 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3591
3592         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3593
3594 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3595
3596         * wl-news.el.in (wl-news): New function.
3597         (wl-news-mode): New function.
3598         (wl-news-next-line): New function.
3599         (wl-news-next-page): New function.
3600         (wl-news-exit): New function.
3601         (wl-news-buf-name): New variable.
3602         (wl-news-mode-map): New variable.
3603         (wl-news-winconf): New variable.
3604         (wl-news-append-news): Add an option.
3605
3606 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3607
3608         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3609
3610 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3611
3612         * wl-news.el.in (wl-news-send-to-address): New variable.
3613         (wl-news-send-news): Use it.
3614         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3615         Return updating status.
3616         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3617
3618 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3619
3620         * wl-news.el.in (wl-news-send-news): Delete
3621         Organization and X-Face.
3622
3623 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3624
3625         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3626         (wl-news-append-news): New function.
3627         (wl-news-send-news): New function.
3628
3629 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3630
3631         * Version number is increased to 2.11.1.
3632
3633 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3634
3635         * wl-news.el.in : New file.
3636
3637 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3638
3639         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3640         default value.
3641         (wl-draft-reply-without-argument-list): Ditto.
3642
3643 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3644
3645         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3646         (wl-message-buffer-prefetch-idle-time): Ditto.
3647         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3648
3649 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3650
3651         * wl-thread.el (wl-thread-insert-message): Use
3652         wl-summary-max-thread-depth.
3653
3654         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3655         loop detection.
3656
3657         * wl-message.el (wl-message-buffer-display): Back to the first page
3658         when cache is hit.
3659
3660 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3661
3662         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3663
3664         * wl-summary.el (wl-summary-insert-thread-entity):
3665         If the thread depth is reached to wl-summary-max-thread-depth,
3666         divide the thread.
3667
3668 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3669
3670         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3671         for elmo-remove-passwd.
3672
3673 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3674
3675         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3676         folder is sticky.
3677         (wl-folder-mark-as-read-all-entity): Ditto.
3678         (wl-folder-prefetch-entity): Ditto.
3679
3680 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3681
3682         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3683
3684 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3685
3686         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3687         Delete messages on buffer for unplugged operation.
3688         (wl-summary-erase): Ditto.
3689
3690 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3691
3692         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3693         take nil so as not to search parent by subject.
3694
3695 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3696
3697         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3698         (wl-folder-get-next-folder): Ditto.
3699         (wl-folder-get-path): Ditto.
3700
3701 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3702
3703         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3704         system and encode the region with it before verifying.
3705
3706 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3707
3708         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3709         system of the echo buffer before decoding.
3710
3711 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3712
3713         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3714         original contents.
3715
3716 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3717
3718         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3719         with argument 'any-exists.
3720
3721 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3722
3723         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3724         Use `wl-cs-autoconv'.
3725
3726 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3727
3728         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3729         by `mime-view-automatic-conversion'.
3730
3731         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3732         (wl-message-verify-pgp-nonmime): Ditto.
3733         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3734         Bind them to C-c:d and C-c:v respectively.
3735
3736         Merge following code by Teranishi-san from [wl-en:00167].
3737         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3738         (wl-mime-preview-application/pgp-encrypted): Ditto.
3739         (wl-mime-setup): Add entry.
3740
3741 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3742
3743         * wl-summary.el (wl-summary-target-mark-erase): New function.
3744         Bind it to "mD".
3745
3746 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3747
3748         * wl-vars.el (wl-draft-write-file-function): Fix.
3749         (wl-draft-reedit-hook): Changed default value.
3750
3751         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3752         wl-draft-reedit-hook.
3753         (wl-draft-remove-text-plain-tag): New function.
3754         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3755
3756         * wl-vars.el (wl-draft-write-file-function): New user option.
3757
3758         * wl-draft.el (wl-draft-prepare-edit): Use it for
3759         local-write-file-hooks.
3760         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3761
3762         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3763         (wl-draft-insert-mail-header-separator): Return the body beginning
3764         point.
3765         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3766         text/plain.
3767         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3768
3769 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3770
3771         * wl-summary.el (wl-summary-erase): New function to erase message
3772         without moving it to trash. Bind to "D".
3773
3774         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3775         as `keep' unless switch-function.
3776
3777 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3778
3779         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3780         message buffer by using `wl-summary-toggle-disp-msg'.
3781         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3782         buffer window.
3783         (wl-summary-supresedes-message): Ditto.
3784
3785         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3786         Do not delete other windows.
3787         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3788         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3789         (wl-draft-create-buffer): Set reply-or-forward also for target
3790         mark commands.
3791
3792 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3793
3794         * wl-draft.el (wl-user-agent-compose): Delete special case for
3795         switch-to-buffer-other-window.
3796
3797         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3798         (wl-summary-forward): Ditto.
3799
3800         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3801         function.
3802         (wl-draft-buffer-style): New use option.
3803
3804         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3805         (wl-draft): Follow the change above.
3806         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3807         wl-draft-buffer-style.
3808         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3809         switch-function.
3810
3811 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3812
3813         * wl-address.el (wl-address-make-completion-entry): Extracted from
3814         `wl-address-make-completion-list'.
3815         (wl-address-enable-strict-loading): New variable.
3816         (wl-address-make-completion-list): Revive petname duplication
3817         inquiry, and enable it if `wl-address-enable-strict-loading'.
3818         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3819
3820 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3821
3822         * wl-message.el (wl-message-get-original-buffer): Avoid
3823         'Selecting deleted buffer' error when original buffer is killed.
3824
3825 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3826
3827         * wl-summary.el (wl-summary-next-message): Use
3828         elmo-message-accessible-p instead of elmo-message-cached-p.
3829
3830 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3831
3832         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3833
3834         * wl-thread.el (wl-thread-open-all-unread): Use
3835         elmo-folder-list-flagged instead of
3836         elmo-folder-list-messages-mark-match.
3837
3838         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3839         instead of elmo-folder-list-messages-mark-match.
3840         (wl-summary-move-spec-alist): New variable.
3841         (wl-summary-move-spec-plugged-alist,
3842         wl-summary-move-spec-unplugged-alist): Abolish.
3843         (wl-summary-next-message): Follow the change above.
3844         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3845         with 'no-msg' argument.
3846
3847         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3848         variable.
3849         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3850         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3851         (wl-message-buffer-prefetch-get-next): Follow the change above.
3852
3853 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3854
3855         * wl-version.el (wl-version): Changed codename.
3856
3857         * Version number is increased to 2.11.0.
3858
3859 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3860
3861         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3862         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3863         `wl-draft-config-variables'.
3864         (wl-draft-kill): Fixed problem when the draft is reedit.
3865
3866 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3867
3868         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3869         buffer-modified status (Thanks to
3870         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3871
3872 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3873
3874         * wl-util.el (wl-region-exists-p): New function.
3875
3876         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3877         Remove defvars for byte-compile warnings.
3878
3879 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3880
3881         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3882         defvar-maybe. Removed unused bind.
3883
3884 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3885
3886         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3887         summary buffer window before creating new frame.
3888         (wl-draft-reply): Ditto.
3889
3890 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3891
3892         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3893
3894 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3895
3896         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3897
3898 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3899
3900         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3901         instead of `kill-region'.
3902
3903 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3904
3905         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3906         (wl-highlight-summary-line-string): Use it.
3907         (wl-highlight-summary-current-line): Ditto.
3908
3909         * wl-mime.el (wl-message-delete-current-part): Check the class of
3910         mime-entity.
3911
3912         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3913
3914         * wl-summary.el (wl-summary-make-number-list): Initialize.
3915         (wl-summary-update-mark): New function.
3916         (wl-summary-reply): Put `answered' mark on the message.
3917         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3918
3919         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3920         (wl-draft-reply): Added optional argument `number';
3921         Set wl-draft-parent-number.
3922         (wl-draft-kill): Delete answered mark if it is a reply.
3923
3924 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3925
3926         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3927         that originates in mime-preview-follow-current-entity.
3928         (wl-draft-yank-current-message-entity): Use it if region is active.
3929
3930         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3931         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3932         `wl-message-delete-current-part'.
3933         * wl-mule.el (wl-message-define-keymap): Ditto.
3934         * wl-xmas.el (wl-message-define-keymap): Ditto.
3935
3936 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3937
3938         * wl-mime.el (wl-message-delete-current-part): New function.
3939         (wl-mime-node-id-to-string): Ditto.
3940
3941         * wl-mime.el (wl-message-delete-current-part): Use existing
3942         original buffer which corresponds current mime-view buffer.
3943         (fetched buffer might have different structure, possibly)
3944
3945         * wl-mime.el (wl-message-delete-current-part): Quit if the
3946         message content differs from the actual message.
3947
3948 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3949
3950         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3951         order.
3952         (wl-summary-search-by-subject): Search parent message from tail;
3953         Check the existence of the parent message on the current thread tree.
3954         (wl-summary-update-thread): Check whether the line is inserted.
3955
3956 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3957
3958         * wl-vars.el (wl-summary-line-format): Undo last change.
3959         * wl-summary.el (wl-summary-print-destination): Do not put
3960         invisible property when `wl-summary-width' is nil.
3961         (wl-summary-line-subject-minimum-length): Abolished.
3962         (wl-summary-line-subject): Ditto.
3963
3964 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3965
3966         * wl-vars.el (wl-summary-line-format): Change default value.
3967         (wl-summary-subject-length-limit): Abolished.
3968         * wl-summary.el (wl-summary-line-subject): Ditto.
3969
3970 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3971
3972         * wl-template.el (wl-template-select): Added optional argument.
3973         If optional argument is specified, reverse
3974         `wl-template-visible-select'.
3975
3976 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3977
3978         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3979         Take prefix argument to force asking the destination folder.
3980
3981 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3982
3983         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3984         count and update status.
3985
3986 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3987
3988         * wl-summary.el (wl-summary-redisplay-internal): If
3989         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3990         after fetching.
3991
3992 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3993
3994         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3995         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3996
3997         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3998
3999 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4000
4001         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4002         (All other related portions are changed).
4003         (wl-summary-mark-as-read-all): Rewrite.
4004
4005 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4006
4007         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4008         `wl-summary-mark-as-read'.
4009         (wl-summary-mark-as-unread): Rewrite.
4010         (wl-summary-mark-as-read): Added no-modeline argument.
4011         (wl-summary-resume-cache-status): Rewrite.
4012         (wl-summary-exec-subr): Remove unused local variable.
4013
4014 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4015
4016         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4017         logic to call `wl-summary-buffer-prev-folder-function'.
4018         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4019
4020 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4021
4022         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4023         is nil.
4024
4025 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4026
4027         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4028         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4029         (wl-mime-setup): Add its entry.
4030
4031 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4032
4033         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4034         (wl-summary-delete-cache): Likewise.
4035         (wl-summary-mark-as-read): Rewrite.
4036
4037 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4038
4039         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4040         `wl-summary-count-unread'.
4041
4042         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4043
4044         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4045
4046 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4047
4048         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4049         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4050         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4051         Renamed to the elmo-msgdb-*-mark.
4052         (wl-summary-score-marks): Follow the change above.
4053         (wl-summary-auto-refile-skip-marks): Ditto.
4054         (wl-summary-incorporate-marks): Ditto.
4055         (wl-summary-expire-reserve-marks): Ditto.
4056
4057         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4058         changes.
4059         (wl-thread-insert-top): Changed updating message.
4060
4061         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4062         variable.
4063         (wl-summary-count-unread): Count answered marks.
4064         (wl-summary-rescan): Call wl-summary-insert-message instead of
4065         wl-summary-append-message-func-internal.
4066         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4067         (wl-summary-prefetch-msg): Follow the variable name changes.
4068         (wl-summary-prefetch-region): Ditto.
4069         (wl-summary-mark-as-read-all): Follow the API changes;
4070         Don't call elmo-folder-replace-marks.
4071         (wl-summary-delete-cache): Follow the variable name changes.
4072         (wl-summary-resume-cache-status): Ditto.
4073         (wl-summary-update-status-marks): New function.
4074         (wl-summary-insert-message): New function.
4075         (wl-summary-sync-marks): Follow the variable name changes.
4076         (wl-summary-sync-update): Synchronize to the msgdb, too;
4077         Changed update messages.
4078         (wl-summary-make-number-list): Rewrite.
4079         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4080         (wl-summary-mark-as-unread): Follow the API changes.
4081         (wl-summary-exec-subr): Follow the variable name changes.
4082         (wl-summary-mark-as-read): Ditto.
4083         (wl-summary-move-spec-plugged-alist): Ditto.
4084         (wl-summary-move-spec-unplugged-alist): Ditto.
4085         (wl-summary-cursor-move-surface): Ditto.
4086
4087         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4088         variable name changes.
4089         (wl-highlight-summary-current-line): Ditto.
4090
4091         * wl-expire.el (wl-expire-refile): Follow the API change in
4092         elmo-folder-move-messages.
4093         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4094         (wl-summary-archive): Use elmo-folder-msgdb instead of
4095         elmo-msgdb-load.
4096
4097 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4098
4099         * wl-mime.el (wl-draft-preview-message): Restore the position
4100         before evaluating wl-draft-send-hook in preview buffer.
4101
4102 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4103
4104         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4105         when it creates new draft buffer.
4106
4107         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4108         without argument.
4109
4110         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4111         Evaluate content and if the value is string, insert it.
4112         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4113         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4114         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4115         wl-draft-config-sub-part-bottom): Use it.
4116
4117         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4118         with the folder name. The question was unintelligible when it is
4119         called from wl-save-status.
4120
4121 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4122
4123         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4124         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4125         cannot take second argument).
4126
4127 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4128
4129         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4130         as t. Since type and subtype are not case sensitive (RFC 2045).
4131
4132 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4133
4134         * wl-vars.el (wl-message-mode-line-format): New variable.
4135         (wl-message-mode-line-format-spec-alist): Ditto.
4136         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4137         (wl-message-redisplay): Use wl-message-mode-line-format.
4138
4139 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4140
4141         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4142
4143 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4144
4145         * wl-summary.el (wl-summary-default-from): Write description.
4146
4147 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4148
4149         * wl-vars.el (wl-ldap-objectclass): Abolish.
4150
4151         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4152         (wl-ldap-make-filter): Removed condition for objectclass.
4153         (wl-ldap-make-matched-value-list): Remove meaningless process.
4154         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4155         (wl-address-ldap-search): Don't add `*' to `pat' string;
4156         use ignore-errors; added `email';
4157         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4158         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4159         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4160
4161
4162 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4163
4164         * wl-draft.el (wl-draft-parent-folder): Write description.
4165         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4166
4167 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4168
4169         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4170         as "" (zero-length string) if no parent.
4171         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4172
4173 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4174
4175         * wl-address.el (wl-address-make-completion-list): Skip duplication
4176         checking.
4177         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4178         `append'.
4179
4180 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4181
4182         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4183         instead of `beginning-of-buffer'.
4184
4185 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4188
4189 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4190
4191         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4192         Refer wl-message-buffer-name.
4193         (wl-message-wheel-down): Ditto.
4194
4195 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4196
4197         * wl-vars.el (wl-message-buffer-name): New user option.
4198
4199         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4200         directly instead of making alist dinamically.
4201
4202         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4203         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4204         wl-message-buffer-cache-name.
4205         (wl-message-buffer-cache-clean-up): Ditto.
4206
4207         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4208
4209         * Version number is increased to 2.9.15.
4210
4211 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4212
4213         * wl-vars.el (wl-summary-default-view-alist): New user option.
4214
4215         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4216
4217         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4218         while deleting address.
4219         (wl-draft-delete-myself-from-cc): Ditto.
4220
4221         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4222         If optional argument is specified, reverse sort order.
4223
4224         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4225
4226 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4227
4228         * wl-thread.el (wl-thread-insert-message): Return parent number if
4229         exists.
4230         (wl-thread-update-indent-string-region): Use
4231         wl-thread-update-line-on-buffer-sub instead of
4232         wl-thread-update-line-on-buffer.
4233
4234 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4235
4236         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4237         (wl-folder-close-all): Ditto.
4238
4239 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4240
4241         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4242         and mailing-list:.
4243         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4244         value.
4245         (wl-summary-line-list-info): Print mailing-list name even when 
4246         list-number is empty.
4247
4248 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4249
4250         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4251
4252         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4253         (wl-draft-open-file): Ditto.
4254         (wl-draft-random-alphabet): Ditto.
4255
4256         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4257         bindings.
4258
4259 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4260
4261         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4262         * wl-vars.el (wl-draft-config-alist): Ditto.
4263
4264 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4265
4266         * Version number is increased to 2.9.14.
4267
4268         * wl.el (wl): Don't set wl-init as nil when error occured while
4269         auto-checking folders.
4270
4271         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4272         `elmo-expand-newtext'.
4273
4274 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4275
4276         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4277         `this-command' so that `wl-folder-goto-folder' contained in
4278         `wl-summary-keep-cursor-command' work.
4279
4280 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4281
4282         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4283         message buffer displaying state.
4284
4285 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4286
4287         * wl-vars.el (wl-summary-default-view): New variable to specify
4288         default value for `wl-summary-buffer-view' instead of using
4289         set-default.
4290         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4291
4292 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4293
4294         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4295
4296         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4297
4298 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4299
4300         * wl-vars.el (wl-forward-subject-prefix): New variable.
4301         * wl-draft.el (wl-draft-forward): Use it.
4302
4303 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4304
4305         * wl-message.el (wl-message-prev-page): When it is called without
4306         lines argument, scroll down by wl-message-scroll-amount lines.
4307         (wl-message-next-page): Ditto.
4308         * wl-vars.el (wl-message-scroll-amount): Change default value
4309         to preserve current behavior.
4310
4311 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4312
4313         * wl-summary.el (wl-summary-prefetch-msg): Bind
4314         `wl-message-entity' to call `wl-summary-from-function'.
4315
4316 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4317
4318         * wl-message.el (wl-message-buffer-create): Run
4319         wl-message-buffer-created-hook.
4320
4321 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4322
4323         * wl-summary.el (wl-summary-sort-specs): New variable.
4324         (wl-summary-default-sort-spec): Ditto.
4325         (wl-summary-sort): Rewrite.
4326         (wl-summary-sort-by-list-info): New function.
4327
4328 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4329
4330         * wl-summary.el (wl-summary-get-list-info): New function.
4331         (wl-summary-sort): Rewrite.
4332         (wl-summary-line-list-info): Ditto.
4333         (wl-summary-line-list-count): Ditto.
4334         (wl-summary-refile-region): Fixed docstring.
4335
4336 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4337
4338         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4339         `wl-folder-entity-hashtb' as completion table.
4340
4341 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4344         only when this command is called interactively; silence the byte-
4345         compiler.
4346
4347 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4348
4349         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4350         active in XEmacs.
4351
4352 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4353
4354         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4355         plural lines.
4356
4357 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4358
4359         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4360         of current line when the cursor is on the header name.
4361         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4362
4363 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4364
4365         * wl-util.el (wl-read-directory-name): Return displayed directory
4366         as the default value also on XEmacs.
4367
4368 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4369
4370         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4371         formatting.
4372
4373 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4374
4375         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4376         argument and when it is non-nil, check face property before
4377         highlighting for each line.
4378         (wl-highlight-summary-window): Set it.
4379
4380 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4381
4382         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4383         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4384
4385         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4386         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4387         (wl-draft-get-fcc-list): Likewise.
4388
4389 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4390
4391         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4392         (wl-thread-entity-cur): Ditto.
4393         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4394         wl-thread-indent-regexp setting.
4395         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4396
4397         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4398         wl-summary-lazy-highlight.
4399         (wl-summary-display-bottom): Ditto.
4400
4401         * wl-thread.el (wl-thread-open-close): Likewise.
4402
4403         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4404         from and subject;
4405         Bind wl-draft-use-frame;
4406         Enclose with save-window-excursion;
4407         Use wl-draft-create-buffer instead of with-temp-buffer;
4408         Use wl-draft-prepare-edit;
4409         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4410         Use wl-draft-send instead of wl-draft-raw-send.
4411
4412 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4413
4414         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4415         of using wl-from.
4416
4417 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4418
4419         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4420         insert-buffer instead of clone-buffer.
4421         (wl-draft-doing-mime-bcc): New variable.
4422         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4423         infinite loop.
4424         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4425
4426         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4427         (wl-draft-mime-bcc-body): Ditto.
4428
4429         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4430         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4431         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4432         wl-draft-do-mime-bcc.
4433         (wl-draft-mime-bcc-field): New function.
4434         (wl-draft-do-mime-bcc): Ditto.
4435
4436         * wl-address.el (wl-address-complete-header-list): New variable.
4437         (wl-address-complete-header-regexp): Changed default value.
4438
4439         * Version number is increased to 2.9.13.
4440
4441 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4442
4443         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4444         it is differed.
4445
4446 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4447
4448         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4449         (wl-summary-line-list-count): Ditto.
4450
4451 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4452
4453         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4454         (wl-nntp-posting-function): New variable.
4455         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4456         `wl-nntp-posting-config-alist'.
4457
4458 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4459
4460         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4461         FLIM.
4462
4463 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4464
4465         * wl-summary.el (wl-summary-target-mark-refile-sub):
4466         Remove a nuisance funcall.
4467
4468 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4469
4470         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4471         as t for `try-completion'.
4472
4473 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4474
4475         * wl-summary.el (wl-summary-default-from): Use
4476         wl-address-header-extract-address instead of
4477         std11-extract-address-components.
4478         (wl-summary-simple-from): Ditto.
4479         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4480         (wl-summary-insert-headers): Show message.
4481         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4482         for whole line.
4483         (wl-summary-default-from): Revert last change.
4484         (wl-summary-simple-from): Ditto.
4485         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4486         (wl-summary-mark-as-read-region): Follow the change above.
4487         (wl-summary-sync-marks): Ditto.
4488         (wl-summary-target-mark-mark-as-read): Ditto.
4489         (wl-summary-redisplay-internal): Ditto.
4490         (wl-summary-redisplay-no-mime-internal): Ditto.
4491         (wl-summary-redisplay-all-header): Ditto.
4492         (wl-summary-mark-as-read): Removed argument `cached';
4493         Use current cache status to set cache mark.
4494         (wl-summary-redisplay-internal): Follow the change above.
4495         (wl-summary-redisplay-no-mime-internal): Ditto.
4496         (wl-summary-redisplay-all-header): Ditto.
4497
4498         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4499
4500         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4501         Don't call itself recursively (Adviced by Yamaoka-san).
4502
4503 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4504
4505         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4506         bind wl-summary-highlight as nil to avoid error caused by missing
4507         local variables.
4508
4509 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4510
4511         * wl-vars.el (wl-invalid-character-message): New user option.
4512
4513         * wl-util.el (wl-set-string-width): If truncated string-width is
4514         larger than specified width, use `wl-invalid-character-message'.
4515
4516 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4517
4518         * wl-summary.el (wl-summary-prefetch-msg): 
4519         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4520
4521 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4522
4523         * wl-vars.el (wl-summary-check-line-format): New user option.
4524         (wl-summary-line-format-file): Ditto.
4525
4526         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4527         variable.
4528         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4529         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4530         and `wl-summary-view-old-p' to check whether do a rescan or not.
4531         (wl-summary-view-old-p): New function.
4532         (wl-summary-line-format-changed-p): Ditto.
4533         (wl-summary-line-format-save): Ditto.
4534         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4535
4536         * wl-util.el (wl-set-string-width): Avoid using negative number
4537         for make-string.
4538
4539 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4540
4541         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4542         return value.
4543
4544         * wl-util.el (wl-set-string-width): Added optional argument
4545         `padding' (All other related portions are changed).
4546         (wl-line-parse-format): If the first letter of column number is
4547         `0', zero-padding the result (ex: "%05l").
4548
4549         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4550
4551 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4552
4553         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4554         sequential summary view.
4555
4556 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4557
4558         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4559         if it doesn't have a -unix version.
4560
4561 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4562
4563         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4564
4565 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4566
4567         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4568         content.
4569         (wl-draft): Follow the change above.
4570
4571         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4572
4573         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4574         and wl-folder-summary-line-format-alist contain %T and %P.
4575
4576         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4577         (wl-summary-mode-line-format): New user option.
4578         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4579         (wl-summary-line-format): Changed default value.
4580         (wl-summary-lazy-highlight): Changed default value.
4581
4582         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4583         change in wl-summary-create-line.
4584         (wl-thread-insert-entity-sub): Ditto.
4585
4586         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4587         (wl-summary-buffer-unread-status): Ditto.
4588         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4589         (wl-summary-buffer-persistent-mark-column): Ditto.
4590         (wl-summary-buffer-mode-line-formatter): Ditto.
4591         (wl-summary-buffer-mode-line): Ditto.
4592         (wl-summary-message-regexp): Abolished.
4593         (All other related portions are changed.)
4594         (wl-summary-detect-mark-position): New function.
4595         (wl-summary-buffer-set-folder): Setup
4596         wl-summary-buffer-mode-line-formatter.
4597         (wl-summary-mode): Setup selective-display;
4598         Setup pre-idle-hook when xemacs.
4599         (wl-summary-update-modeline): Rewrite.
4600         (wl-summary-jump-to-msg): Define as function;
4601         Changed regexp for searching messages.
4602         (wl-summary-message-number): Rewrite.
4603         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4604         Do rescan when old type summary cache.
4605         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4606         (wl-summary-remove-destination): Use '\r' to detect EOL.
4607         (wl-summary-print-destination): Ditto.
4608         (wl-summary-temp-mark): New inline function.
4609         (wl-summary-persistent-mark): Ditto.
4610         (wl-summary-line-number): New function.
4611         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4612         (wl-summary-line-list-count): New function.
4613         (wl-summary-create-line): Added argument persistent-mark.
4614         (All other related portions are changed)
4615         (wl-summary-create-line): Insert '\r'.
4616         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4617         (wl-summary-cursor-move-surface): New inline function.
4618         (wl-summary-prev): Use it.
4619         (wl-summary-next): Ditto.
4620
4621         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4622         wl-summary-message-regexp.
4623         (wl-highlight-summary): Delete progress message.
4624         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4625
4626         * Version number is increased to 2.9.12.
4627
4628 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4629
4630         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4631         variable (nil: no minimum).
4632         (wl-summary-line-subject): Add some spaces after subject by
4633         wl-summary-line-subject-minimum-length.
4634
4635 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4636
4637         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4638         and removed `F'.
4639         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4640         change above).
4641
4642 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4643
4644         * wl-summary.el (wl-summary-line-list-count): Reverted.
4645         (example setting in samples/*/dot.wl is also updated)
4646
4647 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4648
4649         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4650
4651         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4652
4653         * wl-vars.el (wl-summary-line-format): Addes some description to the
4654         docstring.
4655
4656         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4657         (wl-summary-line-close-bracket): Ditto.
4658         (wl-summary-line-children-number): Ditto.
4659         (wl-summary-line-thread-indent): Ditto.
4660         (wl-summary-line-children-and-from): Ditto.
4661
4662         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4663         't', 'c', 'F' and added 'C'.
4664
4665         * wl-util.el (wl-set-string-width): Accept negative value.
4666         (wl-line-parse-format): Added "%number(" and "%)".
4667
4668 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4669
4670         * wl-summary.el (wl-summary-line-list-count): Change format of the
4671         return value.
4672
4673 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4674
4675         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4676         from the recent message.el.
4677         (wl-draft-point-in-header-p): Ditto.
4678         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4679         wl-draft-beginning-of-line.
4680         * wl-e21.el (wl-draft-mode-map): Ditto.
4681         * wl-xmas.el (wl-draft-mode-map): Ditto.
4682
4683         * wl-folder.el: Sort macrodefs by dependencies.
4684
4685 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4686
4687         * wl-summary.el (wl-summary-prev): Fixed regexp.
4688         (wl-summary-next): Ditto.
4689
4690 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4691
4692         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4693
4694 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4695
4696         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4697         for backward compatibility.
4698
4699 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4700
4701         * wl-summary.el (wl-summary-line-list-count): New function, merged
4702         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4703         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4704         list counts.
4705
4706 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4707
4708         * wl-summary.el (wl-summary-create-line): Ignore errors while
4709         timezone-fix-time.
4710
4711         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4712
4713         * wl-summary.el (wl-summary-sync-update): Ditto.
4714         (wl-summary-default-from): Use wl-message-entity
4715         instead of entity.
4716
4717         * wl-summary.el (wl-summary-create-line): Fix.
4718
4719         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4720         (wl-summary-line-format): New user option.
4721         (wl-folder-summary-line-format-alist): Ditto.
4722         (wl-summary-from-width): Abolished.
4723
4724         * wl-util.el (toplevel): Require 'bytecomp.
4725         (wl-line-parse-format): New function.
4726         (wl-line-formatter-setup): New macro.
4727
4728         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4729         (wl-summary-buffer-line-formatter): New buffer local variable.
4730         (wl-summary-switch-to-clone-buffer): Follow the change above.
4731         (wl-summary-message-regexp): Fix.
4732         (wl-summary-from-func-internal): Abolished.
4733         (wl-summary-subject-func-internal): Ditto.
4734         (wl-summary-subject-filter-func-internal): Ditto.
4735         (All other related portions are changed.)
4736         (wl-summary-buffer-set-folder):
4737         Set up wl-summary-buffer-number-column and 
4738         wl-summary-buffer-line-formatter
4739         (All other related portions are changed.)
4740         (wl-summary-buffer-number-column-detect): Abolished.
4741         (All other related portions are changed.)
4742         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4743         (wl-summary-delete-all-temp-marks-on-buffer): Use
4744         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4745         (wl-summary-target-mark-delete): Ditto.
4746         (wl-summary-target-mark-refile-subr): Ditto.
4747         (wl-summary-target-mark-mark-as-read): Ditto.
4748         (wl-summary-target-mark-mark-as-unread): Ditto.
4749         (wl-summary-target-mark-mark-as-important): Ditto.
4750         (wl-summary-target-mark-save): Ditto.
4751         (wl-summary-replace-status-marks): Renamed from
4752         wl-summary-set-status-marks-on-buffer;
4753         Use wl-summary-message-regexp instead of
4754         wl-summary-buffer-number-regexp.
4755         (wl-summary-sync-update): Follow the change above.
4756         (wl-summary-goto-previous-message-beginning): New function.
4757         (wl-summary-mark-as-unread): Use it.
4758         (wl-summary-mark-as-important): Ditto.
4759         (wl-summary-line-formatter): New variable.
4760         (wl-summary-line-year): New function.
4761         (wl-summary-line-day): Ditto.
4762         (wl-summary-line-day-of-week): Ditto.
4763         (wl-summary-line-hour): Ditto.
4764         (wl-summary-line-minute): Ditto.
4765         (wl-summary-line-open-bracket): Ditto.
4766         (wl-summary-line-close-bracket): Ditto.
4767         (wl-summary-line-children-number): Ditto.
4768         (wl-summary-line-thread-indent): Ditto.
4769         (wl-summary-line-size): Ditto.
4770         (wl-summary-line-subject): Ditto.
4771         (wl-summary-line-from): Ditto.
4772         (wl-summary-line-children-and-from): Ditto.
4773         (wl-summary-create-line): Rewritten.
4774         (wl-summary-format-date): Abolished.
4775
4776         * wl-highlight.el (wl-highlight-summary-current-line): Use
4777         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4778         Use thread structure to detect thread top message.
4779
4780         * wl-draft.el (wl-default-draft-cite): Don't use
4781         wl-summary-from-func-internal.
4782
4783         * wl-refile.el (wl-refile-subject-learn): Don't use
4784         wl-summary-subject-filter-func-internal.
4785         (wl-refile-guess-by-subject): Ditto.
4786
4787         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4788         parameters.
4789
4790         * wl-thread.el (wl-thread-update-indent-string-region):
4791         Use wl-thread-update-line-on-buffer instead of
4792         wl-thread-update-indent-string.
4793         (wl-thread-update-children-number): Redefine using
4794         wl-thread-update-line-on-buffer.
4795         (wl-thread-update-indent-string): Abolished.
4796
4797         * Version number is increased to 2.9.11.
4798
4799 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4800
4801         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4802         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4803         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4804
4805         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4806         as nil.
4807
4808         * wl-thread.el (wl-thread-open-all-unread): Use 
4809         elmo-folder-list-messages-mark-match.
4810         (wl-thread-insert-message): Removed argument `mark-alist'.
4811         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4812         elmo-msgdb-set-mark.
4813         (wl-thread-get-children-msgs-uncached): Likewise.
4814         (wl-thread-get-exist-children): Added argument include-self.
4815         (wl-thread-delete-message): Follow the change above.
4816
4817         * wl-summary.el (wl-summary-count-unread): Removed argument.
4818         (wl-summary-rescan): Follow the change above.
4819         (wl-summary-mark-as-read-region): Ditto
4820         (wl-summary-mark-as-unread-region): Ditto.
4821         (wl-summary-delete-messages-on-buffer): Ditto.
4822         (wl-summary-sync-update): Ditto.
4823         (wl-summary-switch-to-clone-buffer): Ditto.
4824         (wl-summary-goto-folder-subr): Ditto.
4825         (wl-summary-target-mark-mark-as-read): Ditto.
4826         (wl-summary-target-mark-mark-as-unread): Ditto.
4827         (wl-summary-target-mark-mark-as-important): Ditto.
4828         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4829         (wl-summary-update-thread): Removed argument `mark-alist'.
4830         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4831         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4832         (wl-summary-resume-cache-status): Likewise.
4833         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4834         elmo-msgdb-set-mark.
4835         (wl-summary-mark-as-read-all): Likewise.
4836         (wl-summary-delete-cache): Ditto.
4837         (wl-summary-auto-select-msg-p): Ditto.
4838         (wl-summary-mark-as-unread): Ditto.
4839         (wl-summary-no-auto-refile-message-p): Ditto.
4840         (wl-summary-mark-as-read): Ditto.
4841         (wl-summary-mark-as-important): Ditto.
4842         (wl-summary-auto-refile): Follow the change above.
4843         (wl-summary-delete-all-marks): Removed.
4844         (wl-summary-resume-marks-and-highlight): Ditto.
4845         (wl-summary-resume-marks): Ditto.
4846         (wl-summary-delete-important-msgs-from-list): Ditto.
4847         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4848
4849         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4850         wl-summary-count-unread.
4851
4852         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4853         (wl-summary-score-update-all-lines): Use
4854         elmo-msgdb-set-mark.
4855
4856 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4857
4858         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4859         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4860         (wl-summary-create-line): Renamed from
4861         wl-summary-overview-create-summary-line;
4862         Argument rearrangement.
4863         (wl-summary-update-thread): Follow the change above.
4864
4865         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4866         (wl-thread-insert-entity-sub): Likewise.
4867
4868         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4869         argument `overview', `mark-alist' and added `msgdb'.
4870
4871         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4872
4873         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4874         (wl-summary-rescan): Follow the change above.
4875         (wl-summary-sync-update): Ditto.
4876         (wl-summary-insert-thread-entity): Ditto;
4877         Don't use `let*' in every while loop;
4878         Detect infinite loop of threads.
4879         (wl-summary-update-thread): Removed argument `overview'.
4880
4881         * wl-thread.el (wl-thread-insert-message): Ditto.
4882
4883         * Version number is increased to 2.9.10.
4884
4885         * wl-message.el (wl-message-redisplay): Ignore errors while
4886         wl-message-redisplay-hook.
4887
4888 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4889
4890         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4891
4892 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4893
4894         * wl.el (wl): inhibit-quit while wl-folder.
4895
4896 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4897
4898         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4899         while msgdb access.
4900
4901 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4902
4903         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4904         even if no folder is not created.
4905
4906 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4907
4908         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4909
4910         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4911         implementation.
4912         (wl-summary-target-mark-thread): Ditto.
4913
4914         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4915
4916 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4917
4918         * wl-util.el (wl-display-bytes): Remove unused function.
4919
4920 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4921
4922         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4923         seems critical one (partially reverse the change in 2002/03/17).
4924
4925 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4926
4927         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4928         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4929
4930 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4931
4932         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4933         is not writable.
4934         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4935         plugged status instead of `'force' as 2nd argument.
4936
4937         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4938         is not creatable.
4939
4940         * Version number is increased to 2.9.9.
4941
4942 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4943
4944         * wl-summary.el (wl-summary-suspend): New function.
4945
4946 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4947
4948         * wl.el (wl): Do not check variables if check is nil.
4949         * wl-utils.el (wl-collect-draft): New function.
4950         * wl-folder.el (wl-folder-suspend): Put summary buffers
4951         and draft buffers at the end of buffer list.
4952         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4953
4954 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4955
4956         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4957         loop instead of recursive call.
4958
4959         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4960         2nd argument.
4961
4962 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4963
4964         * wl-draft.el (wl-draft-create-contents): Don't take neither
4965         (function . args) nor (string . something) any more.
4966
4967         * wl-version.el (wl-generate-user-agent-string): Return string
4968         without header symbol.
4969         * wl-draft.el (wl-draft-default-headers): Use it.
4970
4971         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4972         `wl-draft-insert-ccs' and return field value instead of inserting
4973         the header. Abolish cc argument.
4974         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4975
4976         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4977         rather than one with string car.
4978
4979         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4980         * wl-draft.el (wl-draft-create-contents): Add it after the default
4981         headers.
4982
4983         * wl-draft.el (wl-draft-create-contents): For the case of
4984         (symbol-or-string . function) insert header only when the function
4985         returns string value.
4986
4987 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4988
4989         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4990         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4991
4992 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4993
4994         * wl.el (wl-check-environment): Don't check Message-ID when
4995         `wl-insert-message-id' is nil.
4996         Revive checking if `wl-message-id-domain' contains "@".
4997
4998 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4999
5000         * wl.el (wl-check-environment): Merge examination for "@" at
5001         inappropriate position into the first string-match.
5002
5003         * wl-summary.el (wl-summary-target-mark-print): New function.
5004         (wl-summary-pipe-message-subr): Extracted from
5005         `wl-summary-pipe-message'.
5006         (wl-summary-target-mark-pipe): New function.
5007         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5008         `wl-summary-target-mark-pipe'.
5009
5010 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5011
5012         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5013
5014 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5015
5016         * wl.el (wl-check-environment): Use elmo-warning instead of
5017         error for non-critical ones.
5018         Remove trash folder check.
5019         (wl): Don't ignore error in wl-check-environment.
5020
5021         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5022         check, which is moved from `wl-check-environment'.
5023         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5024
5025 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5026
5027         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5028         guess anything, call wl-summary-write.
5029         (wl-summary-write): Create draft with blank To field.
5030         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5031
5032 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5033
5034         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5035         argument full as well for wl-folder-write-current-folder.
5036         If wl-*-write-current-folder cannot guess addressee, add blank
5037         To header.
5038         Rewrite condition for positioning cursor.
5039
5040 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5041
5042         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5043         summary buffer is present, use it.
5044         (wl-folder-jump-to-previous-summary): Ditto.
5045
5046 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5047
5048         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5049
5050         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5051         wl-summary-previous-buffer and wl-summary-next-buffer.
5052
5053         * wl-folder.el (wl-folder-mode-map): Bind
5054         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5055         (wl-folder-jump-to-next-summary): New function.
5056         (wl-folder-jump-to-previous-summary): Ditto.
5057
5058         * wl-draft.el (wl-draft): Rearranged.
5059
5060 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5061
5062         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5063         of header.
5064         (wl-draft): Collect arguments for the header as header-alist.
5065         (wl-draft-forward): Arrange arguments for wl-draft.
5066         (wl-draft-reply): Ditto.
5067         (wl-draft-edit-string): Ditto.
5068         * wl-summary.el (wl-summary-write): Ditto.
5069         (wl-summary-write-current-folder): Ditto.
5070
5071         * Version number is increased to 2.9.8.
5072
5073 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5074
5075         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5076
5077         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5078
5079         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5080         even if the guess failed.
5081
5082         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5083         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5084         wl-summary-write-current-folder.
5085         * wl-xmas.el: Ditto.
5086
5087 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5088
5089         * wl-summary.el (wl-summary-next-page): Force display message if
5090         message is not displayed yet.
5091         (wl-summary-prev-page): Ditto.
5092
5093 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5094
5095         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5096
5097 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5098
5099         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5100         add "Preview Message" and "Save Draft and Exit".
5101
5102 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5103
5104         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5105         if addrmgr is called from draft in splitted window.
5106
5107         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5108         * wl-mule.el: Ditto.
5109         * wl-xmas.el: Ditto.
5110
5111 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5112
5113         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5114
5115         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5116         * wl-xmas.el (wl-folder-toolbar): Ditto.
5117
5118 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5119
5120         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5121         and wl-draft-save-and-exit.
5122         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5123         * wl-xmas.el: Ditto.
5124         * wl-mule.el: Ditto.
5125
5126         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5127         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5128
5129 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5130
5131         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5132         lists for saving buffer.
5133
5134 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5135
5136         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5137         parent-folder argument instead of it.
5138         (wl-draft-create-buffer): Ditto.
5139         (wl-draft-forward): Ditto.
5140         (wl-draft-reply): Ditto.
5141         * wl-summary.el (wl-summary-write): Ditto.
5142         (wl-summary-write-current-folder): Ditto.
5143
5144         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5145         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5146         Folder buffer after composing.
5147
5148 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5149
5150         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5151         header if the file `wl-x-face-file' already contains it.
5152
5153 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5154
5155         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5156         folder" entry.
5157         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5158         * wl-e21.el (wl-folder-toolbar): Ditto.
5159         * wl-xmas.el (wl-folder-toolbar): Ditto.
5160
5161 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5162
5163         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5164         wl-folder-goto-folder with sticky argument.
5165         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5166
5167 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5168
5169         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5170         and wl-summary-previous-buffer.
5171         (wl-summary-next-buffer): New function.
5172         (wl-summary-previous-buffer): Ditto.
5173
5174 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5175
5176         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5177         wl-folder-jump-to-current-entity-with-arg.
5178         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5179         `wl-folder-jump-to-current-entity'.
5180         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5181         `wl-summary-goto-folder-sticky'.
5182         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5183         `wl-summary-goto-folder'.
5184         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5185         Unless force-exit, do not clean temp. marks for sticky summary.
5186         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5187
5188 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5189
5190         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5191         not entire.
5192
5193 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5194
5195         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5196         to `C-x C-s'.
5197         (wl-summary-save-status): New command.
5198         (wl-summary-exit): Don't clean-up temp marks when sticky.
5199         (Applied patch from Nakayama-san [wl: 09548])
5200         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5201         Do nothing when no mark data.
5202         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5203         Call `wl-summary-delete-all-temp-marks' before saving.
5204
5205 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5206
5207         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5208
5209 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5210
5211         * wl.el (wl-check-environment): Also cause error when (system-name)
5212         returns "localhost.localdomain". (Although it doesn't affect because
5213         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5214
5215 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5216
5217         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5218         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5219
5220         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5221         value.
5222
5223 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5224
5225         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5226         Likewise r-cc-list and r-ng-list.
5227
5228 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5229
5230         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5231         only if it is bound as variable.
5232
5233         * wl-mime.el (wl-draft-preview-message): Ditto.
5234
5235 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5236
5237         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5238         needless `goto-char'.
5239
5240         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5241         `wl-summary-redisplay-no-mime-internal' instead of
5242         `wl-summary-redisplay-no-mime'.
5243         (wl-summary-redisplay-no-mime): Changed argument;
5244         Call `wl-summary-redisplay-no-mime-internal'.
5245
5246         * wl-mime.el (wl-draft-preview-message): Bind
5247         `mime-header-encode-method-alist' locally.
5248
5249         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5250         (wl-draft-std11-parse-addresses): Added the first address check.
5251         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5252
5253         * Version number is increased to 2.9.7.
5254
5255 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5256
5257         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5258
5259 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5260
5261         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5262         related to scrollbar support, if there is no such a feature
5263         compiled in.
5264
5265 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5266
5267         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5268         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5269         for prefetch.
5270
5271 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5272
5273         * wl-summary.el (wl-summary-pick): Fix for no match.
5274
5275 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5276
5277         * wl-draft.el (wl-draft-save):
5278         Override `mime-header-encode-method-alist'.
5279
5280 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5281
5282         * wl-folder.el (wl-folder-pick): New function.
5283         Define key as "?".
5284
5285 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5286
5287         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5288         Fix for unplugged.
5289
5290 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5291
5292         * wl-folder.el (wl-folder-virtual): New function.
5293         Define key as "V".
5294
5295 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5296
5297         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5298         multi folder if entity is group.
5299
5300 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5301
5302         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5303         is nil.
5304
5305 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5306
5307         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5308         (wl-summary-target-mark-msgs): Return the number of marked messages.
5309
5310 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5311
5312         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5313         "first:" is specified.
5314
5315 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5316
5317         * wl-vars.el (wl-from): Use return value of function
5318         user-full-name instead of the variable user-full-name since
5319         XEmacs-20.4 doesn't set this variable.
5320
5321 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5322
5323         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5324         call `wl' directly.
5325
5326 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5327
5328         * wl-draft.el (wl-draft-reedit): Removed duplicated
5329         switch-to-buffers.
5330
5331 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5332
5333         * wl.el (wl-other-frame): Removed garbages.
5334
5335 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5336
5337         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5338
5339         * wl-xmas.el (wl-draft-key-setup): Ditto.
5340
5341         * wl-mule.el (wl-draft-key-setup): Ditto.
5342
5343         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5344         (wl-draft-reedit): Ditto.
5345         (wl-draft-prepare-edit): Add `wl-draft-save' to
5346         `local-write-file-hooks'.
5347         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5348         (wl-draft-reedit): Set buffer-file-name.
5349         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5350
5351
5352         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5353         call it.
5354         (wl-delete-startup-frame-function): New variable.
5355         (wl-other-frame): New function
5356         (Original was written by Yamaoka san [wl: 09239]).
5357
5358         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5359         if `wl-folder-use-frame'.
5360
5361 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5362
5363         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5364
5365 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5366
5367         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5368         New variable.
5369         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5370         (wl-message-buffer-prefetch-get-next): Use them.
5371         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5372
5373 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5374
5375         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5376         with unwind-protect.
5377
5378         * wl-draft.el (wl-draft-reedit): Rewrite.
5379         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5380         (wl-draft-save): Insert header separator if it does not exist;
5381         Removed condition-case.
5382
5383         * wl-summary.el (wl-summary-reedit): Revert last change.
5384
5385         * wl-draft.el (wl-draft-save): Rewrite.
5386         (wl-draft-create-buffer): Set buffer-file-name as nil.
5387
5388         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5389
5390         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5391
5392         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5393         nil.
5394
5395 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5396
5397         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5398         If count is nil, do not prefetch.
5399         (wl-message-buffer-prefetch-next): Next.
5400
5401 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5402
5403         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5404
5405 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5406
5407         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5408         `delete-backward-char'
5409         (wl-draft-prepare-edit): Check major-mode.
5410         (wl-draft-decode-header): Rewrite.
5411         (wl-draft): Fix.
5412
5413 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5414
5415         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5416
5417 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5418
5419         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5420         (wl-message-buffer-prefetch-get-next): Remove size checking.
5421         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5422
5423 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5424
5425         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5426         (wl-draft-default-headers): Fix.
5427
5428 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5429
5430         * wl-draft.el (wl-draft-default-headers): Insert return value of
5431         `wl-generate-mailer-string-function'.
5432
5433 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5434
5435         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5436         (wl-draft-insert-mail-header-separator): Ditto.
5437
5438         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5439         again (Reverted the change on 2002-01-17 by OKADA san).
5440
5441 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5442
5443         * wl-draft.el (wl-draft): Rewrite.
5444         (wl-draft-create-buffer): New function.
5445         (wl-draft-create-contents): Ditto.
5446         (wl-draft-prepare-edit): Ditto.
5447         (wl-draft-decode-header): Ditto.
5448         (wl-draft-decode-body): Ditto.
5449         (wl-draft-check-new-line): Ditto.
5450         (wl-draft-default-headers): Ditto.
5451         (wl-draft-insert-mail-header-separator): Ditto.
5452
5453 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5454
5455         * Version number is increased to 2.9.6.
5456
5457 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5458
5459         * wl-draft.el (wl-draft-delete-field): Optional argument.
5460         (wl-draft-delete-fields): Ditto.
5461
5462 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5463
5464         * wl-message.el (toplevel): Eliminated byte-compile warning.
5465         for `itimer-function', `delete-timer' and `itimer-list'.
5466
5467 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5468
5469         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5470         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5471         `wl-message-buffer-prefetch-threshold'.
5472         * wl-summary.el (wl-summary-redisplay-internal): Remove
5473         the check of `wl-message-buffer-prefetch-depth'.
5474
5475 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5476
5477         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5478         size of article.
5479         (wl-message-buffer-prefetch-subr): Remove size check.
5480
5481 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5482
5483         * wl-vars.el (wl-plugged): Make customizable.
5484
5485 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5486
5487         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5488         (wl-message-buffer-prefetch-set-timer): New function.
5489         (wl-message-buffer-prefetch-get-next): New function.
5490         (wl-message-buffer-prefetch): New function.
5491         (wl-message-buffer-prefetch-next): Rewrite.
5492         (wl-message-buffer-prefetch-subr): Rewrite.
5493         * wl-vars.el (wl-auto-prefetch-first): New variable.
5494         * wl-summary.el (wl-summary-goto-folder-subr): Call
5495         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5496
5497 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5498
5499         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5500         `wl-summary-unread-message-hook'.
5501
5502 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5503
5504         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5505         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5506         if range is `cache-status'.
5507
5508 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5509
5510         * wl-message.el (wl-message-buffer-prefetch-subr):
5511         Improve debug message.
5512
5513 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5514
5515         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5516         `wl-mail-send-pre-hook'.
5517         (wl-draft-send-mail-with-qmail): Ditto.
5518         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5519
5520 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5521
5522         * wl-message.el (wl-message-buffer-prefetch-subr):
5523         Fix for cancel-function-timers bug.
5524         (wl-message-buffer-prefetch-debug): Default value is t.
5525
5526 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5527
5528         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5529         (wl-message-buffer-prefetch-subr): Rewrite.
5530         Rename from `wl-message-buffer-prefetch'.
5531
5532 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5533
5534         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5535         (wl-default-draft-cite-decorate-author): Ditto.
5536
5537         * wl-draft.el (wl-draft-cite-function): Removed.
5538         (wl-default-draft-cite-decorate-author): Ditto.
5539
5540 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5541
5542         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5543         (wl-default-draft-cite): Do not arrange author name if the value of
5544         `wl-default-draft-cite-decorate-author' is nil.
5545
5546 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5547
5548         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5549
5550         * wl-folder.el (wl-folder-check-one-entity): Don't care
5551         `elmo-folder-use-flag-p'.
5552
5553 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5554
5555         * wl-folder (wl-folder-check-one-entity): Fix
5556         problem if unread is nil.
5557
5558 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5559
5560         * wl-address.el (wl-address-make-completion-list): Check whether
5561         the address is a group list.
5562         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5563
5564 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5565
5566         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5567         The number of the messages of new and unread does not count
5568         correctly.
5569
5570         * wl-summary.el (wl-summary-count-unread): Changed to return
5571         `(new . unread)' instead of total.
5572         (wl-summary-sync-update): Follow the change above.
5573
5574         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5575
5576 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5577
5578         * wl-address.el (wl-address-make-completion-list): Do not enclose
5579         address by " <" and ">" if associated realname is "".
5580         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5581         This is against the promblem with group list in .addresses pointed
5582         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5583
5584 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5585
5586         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5587         message is a format control string.
5588         * wl-expire.el (wl-expire-append-log): Ditto.
5589         * wl-mime.el (wl-summary-burst-subr): Ditto.
5590         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5591         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5592
5593 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5594
5595         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5596         wl.el (wl-check-variables): Rename from `wl-check-type'.
5597         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5598         (wl-check-variables-2): New function.
5599         (wl): Call `wl-check-variables-2'.
5600
5601 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5602
5603         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5604         after renaming folder in access group.
5605
5606 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5607
5608         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5609         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5610         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5611         (wl-message-buffer-prefetch): Rewrite.
5612         (wl-message-buffer-prefetch-idle-time): Removed.
5613         * wl-summary.el (wl-summary-redisplay-internal):
5614         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5615         Error check for `wl-message-buffer-prefetch-depht'.
5616
5617 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5618
5619         * Version number is increased to 2.9.5.
5620         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5621
5622 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5623
5624         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5625         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5626         Based on the patch written by
5627         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5628
5629 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5630
5631         * wl-draft.el (wl-draft-raw-send): Fix for
5632         `wl-news-send-pre-hook'
5633
5634 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5635
5636         * wl-utils.el (wl-message-id-function): New variable.
5637         * wl-draft.el (wl-draft-insert-required-fields):
5638         Use `wl-message-id-function'.
5639
5640 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5641
5642         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5643         * wl-utils.el (wl-draft-make-message-id-string):
5644         Use `wl-from' for domain part of Message-ID
5645         if `wl-message-id-use-wl-from' if non-nil.
5646         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5647
5648 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5649
5650         * wl.el (wl): Call `wl-check-type'
5651         Do not 'condition-case'.
5652
5653 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5654
5655         * wl.el (wl-check-type): New function.
5656         (wl-check-type-variables): New variable.
5657
5658 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5659
5660         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5661
5662 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5663
5664         * wl-draft.el (wl-smtp-password-key): New function.
5665         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5666         (wl-draft-send-mail-with-smtp): Ditto.
5667         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5668
5669 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5670
5671         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5672         * wl-utils.el (wl-unique-id-suffix): Remove.
5673
5674 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5675
5676         * Version number is increased to 2.9.4.
5677
5678 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5679
5680         * wl-utils.el (wl-unique-id-suffix): New variable.
5681         (wl-unique-id): Use `wl-unique-id-suffix'
5682
5683 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5684
5685         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5686         instead of `elmo-msgdb-search'.
5687
5688         * Version number is increased to 2.9.3.
5689
5690 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5691
5692         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5693
5694 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5695
5696         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5697         (wl-draft-dispatch-message): Changed for send-later.
5698         (wl-draft-queue-flush): Ditto.
5699         (wl-draft): Clear `wl-sent-message-queued'.
5700         (wl-draft-reedit): Ditto.
5701         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5702         * wl-vars.el (wl-draft-force-queuing): New variable.
5703         (wl-draft-force-queuing-mail): New variable.
5704         (wl-draft-force-queuing-news): New variable.
5705
5706 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5707
5708         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5709         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5710
5711 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5712
5713         * Version number is increased to 2.9.2.
5714
5715 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5716
5717         * wl-draft.el (wl-draft-elide-region): New user command.
5718         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5719
5720         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5721         command `wl-draft-elide-region'.
5722         * wl-mule.el: Ditto.
5723         * wl-xmas.el: Ditto.
5724
5725 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5726
5727         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5728         (wl-biff-check-folder-async): Removed needless let.
5729
5730 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5731
5732         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5733         wl-folder-get-elmo-folder.
5734         (wl-biff-check-folder): Set `biff' argument of
5735         `wl-folder-check-one-entity'.
5736         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5737
5738         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5739         (wl-folder-check-one-entity): Added `biff' argument;
5740         Setup `biff' slot of folder.
5741
5742         * Version number is increased to 2.9.1.
5743
5744 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5745
5746         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5747         comment out and fixed.
5748         (wl-fldmgr-add-completion-subr): Ditto.
5749
5750         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5751         and msgdb.
5752
5753         * wl.el (wl-toggle-plugged): Save summary view.
5754
5755 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5756
5757         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5758
5759 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5760
5761         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5762
5763 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5764
5765         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5766         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5767         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5768
5769         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5770         if it was failed.
5771         (wl-demo): Disable undo in the demo buffer.
5772
5773 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5774
5775         * wl-version.el (wl-version): Changed codename.
5776
5777         * Version number is increased to 2.9.0.
5778
5779 2001-12-14  Takuo KITAME <kitame@northeye.org>
5780
5781         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5782         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5783         (wl-folder-mark-as-read-all-current-entity): Ditto.
5784
5785 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5786
5787         * wl-vars.el (wl-from-width): Define as obsolete variable.
5788         (wl-subject-length-limit): Ditto.
5789
5790         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5791
5792         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5793         wl-summary-save-view.
5794
5795         * wl.el (wl-save-status): Ditto.
5796         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5797
5798         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5799         (wl-summary-exit): Follow the change above.
5800         (wl-summary-goto-folder-subr): Ditto.
5801
5802         * wl-folder.el (wl-folder-create-subr): Don't use
5803         `elmo-folder-creatable-p'.
5804
5805 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5806
5807         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5808
5809 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5810
5811         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5812         rather than bitmap on Emacs 21.
5813         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5814         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5815         for xbm if the new redisplay engine is not available.
5816
5817 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5818
5819         * wl-folder.el (wl-folder-init-hook): New hook.
5820         (wl-folder-init): Run `wl-folder-init-hook'.
5821
5822 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5825
5826 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5827
5828         * wl-acap.el (wl-acap-cache-filename): New variable.
5829         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5830         (wl-acap-init): Use cache if no ACAP server found.
5831
5832 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5833
5834         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5835         `wl-acap-original-msgdb-dir'.
5836
5837         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5838         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5839
5840         * wl-mime.el (wl-mime-save-directory): Renamed from
5841         `wl-mime-save-dir'.
5842
5843 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5844
5845         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5846
5847         * wl-demo.el: Require `path-util'.
5848         (wl-demo-bitmap-mule-available-p): New internal variable.
5849         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5850         `module-installed-p' instead.
5851         (wl-demo-insert-image): Use *.img file for a bitmap image.
5852         (wl-demo): Don't call the ascii demo recursively.
5853
5854 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5855
5856         * Version number is increased to 2.7.7.
5857
5858 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5859
5860         * wl.el (wl-exit): Eliminated byte-compile warning.
5861
5862 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5863
5864         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5865         obsolete variable using `elmo-define-obsolete-variable'.
5866         (wl-fetch-confirm-threshold): Ditto.
5867         (wl-cache-prefetch-folder-type-list): Ditto.
5868         (wl-cache-prefetch-folder-list): Ditto.
5869
5870 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5871
5872         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5873         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5874         (wl-demo-insert-image): New function.
5875         (wl-demo-insert-text): New function.
5876         (wl-demo-image-type-alist): Redefine as a function.
5877         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5878         (wl-demo-with-temp-file-buffer): Removed.
5879         (wl-logo-xpm): Removed.
5880         (wl-logo-xbm): Removed.
5881         (wl-logo-bitmap): Removed.
5882
5883 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5884
5885         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5886         (wl-expire-localdir-get-folder-function): New user option.
5887         (wl-expire-localdir-get-folder): New function.
5888         (wl-expire-localdir-date): Ditto.
5889
5890 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5891
5892         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5893         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5894         Fixed unread number mismatch when all-unread < unread.
5895
5896 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5897
5898         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5899         (wl-fetch-confirm-threshold): Ditto.
5900
5901         * wl-summary.el (wl-summary-confirm-appends): Removed.
5902         (wl-summary-sync-update): Don't refer
5903         `wl-summary-update-confirm-threshold' (It is now abolished).
5904
5905         * wl-message.el (wl-message-display-internal): Don't refer
5906         `wl-fetch-confirm-threshold' (It is now abolished).
5907
5908 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5909
5910         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5911
5912 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5913
5914         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5915         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5916         Change default value to nil.
5917         (wl-summary-indent-length-limit): The value can be nil, nil means
5918         unlimited.
5919
5920         * wl-summary.el: Don't set limit for indent length if the value of
5921         wl-summary-indent-length-limit is nil.
5922         If the value of wl-summary-width is nil, it means only that the width
5923         of summary is unlimited (nil doesn't mean that the indent length is
5924         unlimited).
5925
5926         * wl-thread.el: Ditto.
5927
5928 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5929
5930         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5931         be nil, nil means never confirm.
5932         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5933
5934 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5935
5936         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5937         means unlimited).
5938
5939 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5940
5941         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5942         Use `with-temp-buffer'.
5943
5944 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5945
5946         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5947         with new backquote style).
5948         (wl-folder-get-entity-from-buffer): Ditto.
5949
5950 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5951
5952         * wl-version.el (nemacs-version): Eliminated.
5953         (wl-extended-emacs-version2): Ignore nemacs.
5954         (wl-extended-emacs-version3): Ditto.
5955
5956 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5957
5958         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5959         (wl-draft-add-in-reply-to): New variable.
5960         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5961         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5962         (wl-draft-yank-from-mail-reply-buffer): Use
5963         `wl-draft-add-in-reply-to'.
5964         (wl-draft-insert-current-message): Ditto.
5965
5966 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5967
5968         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5969         typo (kill->hide).
5970         (wl-message-buffer-prefetch-folder-type-list): Added elements
5971         `mark' and `cache' instead of `internal'.
5972
5973 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5974
5975         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5976         resume msgdb directory.
5977
5978 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5979
5980         * wl.el (wl-exit): Call `wl-acap-exit'.
5981
5982         * wl-summary.el (wl-summary-message-string): New function.
5983         (wl-summary-reedit): Use it.
5984         (wl-summary-resend-bounced-mail): Remove needless let.
5985         (wl-summary-supersedes-message): Ditto.
5986         (wl-summary-save): Ditto.
5987
5988         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5989         (wl-acap-init): Set it.
5990         (wl-acap-exit): New function.
5991
5992 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5993
5994         * wl.el (wl-init): Revert (require 'mime-setup). move from
5995         toplevel.
5996
5997 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5998
5999         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6000         local variables.  Add error when guess function return invalid
6001         value.
6002
6003 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6004
6005         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6006         Change local variable name.
6007         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6008         (wl-folder-get-newsgroups): Return nil when non-news folder.
6009         * wl-summary.el (wl-summary-write-current-folder): State through
6010         when guess-list return nil.
6011         (wl-summary-write-current-folder-functions): Fixed docstring.
6012
6013         * wl.el (wl-exit): Changed confirm message.
6014
6015         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6016         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6017
6018         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6019
6020 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6021
6022         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6023         user option (Renamed from wl-cache-prefetch-folder-type-list).
6024         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6025         from wl-cache-prefetch-folder-list).
6026
6027         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6028         Move to wl-vars.el.
6029         (wl-message-buffer-prefetch-p): Changed to enable
6030         `wl-message-buffer-prefetch-folder-list'.
6031
6032         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6033         `ignore-cache'.
6034
6035 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6036
6037         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6038         `part-top' and `part-bottom'.
6039         (wl-draft-config-sub-part-top): New function.
6040         (wl-draft-config-sub-part-bottom): New function.
6041
6042 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6043
6044         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6045
6046 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6047
6048         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6049
6050 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6051
6052         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6053
6054         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6055         (wl-summary-write-current-folder): Ditto.
6056
6057 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6058
6059         * wl-folder.el (wl-folder-get-newsgroups): Use
6060         `elmo-folder-newsgroups'.
6061
6062 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6063
6064         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6065         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6066         `wl-draft-config-sub-header-bottom'.
6067
6068 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6069
6070         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6071         localnews folder.
6072
6073 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6074
6075         * wl-summary.el (wl-summary-mode): Undo last change.
6076
6077         * wl-folder.el (wl-folder-mode): Ditto.
6078
6079 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6080
6081         * wl-summary.el (wl-summary-mode): Locally set
6082         truncate-partial-window-width to nil.
6083         (for XEmacs)
6084
6085         * wl-folder.el (wl-folder-mode): Ditto.
6086
6087 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6088
6089         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6090
6091 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6092
6093         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6094         number.
6095
6096         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6097
6098         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6099
6100         * Version number is increased to 2.7.6.
6101
6102 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6103
6104         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6105
6106 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6107
6108         * wl-summary.el (wl-summary-sync-update): Enclose network
6109         related portion with `unwind-protect'.
6110
6111 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6112
6113         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6114
6115 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6116
6117         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6118         element.
6119         * wl-vars.el (wl-message-body-button-alist): Ditto.
6120
6121         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6122         max match length.
6123         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6124
6125         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6126         for the max match length;
6127         Use 4th element value for the button string regexp group.
6128
6129         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6130         candidate exists, prompt to select.
6131
6132 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6133
6134         * wl-summary.el (wl-summary-jump-to-msg): Search before
6135         calibration point by `beginning-of-line'.
6136
6137 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6138
6139         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6140         for access group.
6141
6142 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6143
6144         * wl-message.el (wl-message-display-internal): Bind
6145         `default-mime-charset'.
6146
6147         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6148
6149         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6150
6151         * Version number is increased to 2.7.5.
6152
6153 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6154
6155         * wl-expire.el (wl-summary-archive): Fixed;
6156         Use `elmo-folder-name-internal'.
6157
6158 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6159
6160         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6161         from `elmo-folder-move-messages' caller.
6162         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6163
6164         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6165         related portions are changed).
6166
6167 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6168
6169         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6170         counter.
6171
6172 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6173
6174         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6175         buffer local and set it to nil.
6176
6177         * wl-message.el (wl-message-redisplay): Ditto.
6178
6179 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6180
6181         * wl-summary.el (wl-summary-mark-as-important): If message is
6182         already cached, set messag as read, otherwise encache and mark as read.
6183
6184 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6185
6186         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6187         point-min.
6188
6189 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6190
6191         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6192         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6193         a keymap.
6194
6195 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6196
6197         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6198         parent.
6199
6200         * wl-mule.el (wl-message-define-keymap): Ditto.
6201
6202         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6203
6204         * wl-xmas.el (wl-message-display-internal-hook): Define.
6205         (wl-xmas-setup-message-toolbar): Define as function.
6206         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6207         (wl-message-overload-functions): Abolished.
6208         (wl-message-define-keymap): New function.
6209
6210         * wl-vars.el (wl-message-display-internal-hook): New variable.
6211         (wl-message-header-button-alist): New variable (Renamed from
6212         wl-highlight-message-header-button-alist).
6213         (wl-message-body-button-alist): Ditto.
6214
6215         * wl-mule.el (wl-message-define-keymap): New function.
6216         (wl-message-overload-functions): Abolished.
6217
6218         * wl-message.el (wl-message-add-buttons-to-body): New function.
6219         (wl-message-redisplay): Don't call wl-message-overload-functions;
6220         Call wl-message-add-buttons-to-header and
6221         wl-message-add-buttons-to-body.
6222         (wl-message-display-internal): Set keymap argument for
6223         elmo-mime-display-as-is, elmo-mime-message-display;
6224         Run wl-message-display-internal-hook.
6225         (wl-message-refer-article-or-url): Abolished.
6226
6227         * wl-highlight.el (wl-highlight-headers): Don't call
6228         wl-highlight-message-add-buttons-to-header.
6229         (wl-highlight-message-add-buttons-to-header): Abolished.
6230
6231
6232         * wl-e21.el (wl-message-display-internal-hook): Define.
6233         (wl-e21-setup-toolbar): Deleted duplicated binding.
6234         (wl-e21-setup-message-toolbar): Define as function.
6235         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6236         (wl-message-define-keymap): New function.
6237         (wl-message-overload-functions): Abolished.
6238
6239 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6240
6241         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6242         and elmo-folder-close.
6243
6244         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6245
6246 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6247
6248         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6249         boolean value.
6250         * wl-draft.el (wl-draft-do-fcc): Ditto.
6251
6252 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6253
6254         * wl-vars.el (wl-fcc-force-as-read): New variable.
6255         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6256         mark copied message as read.
6257
6258 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6259
6260         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6261
6262 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6263
6264         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6265         `wl-summary-target-above' instead of obsolete variable
6266         `wl-summary-temp-above'.
6267
6268         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6269         instead of `make-obsolete-variable'.
6270         * wl-refile.el (toplevel): Ditto.
6271
6272 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6273
6274         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6275         with third argument t.
6276         (wl-draft): Set first argument for wl-plugged-init as t.
6277
6278         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6279         definition.
6280
6281 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6282
6283         * wl-vars.el: Tabify.
6284         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6285
6286         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6287         message.
6288
6289 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6290
6291         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6292         and set default to beep.
6293
6294 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6295
6296         * wl-vars.el (wl-draft-truncate-lines): New variable.
6297
6298         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6299         instead of wl-message-truncate-lines for truncate-lines.
6300
6301 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6302
6303         * wl-message.el (wl-message-display-internal): Call
6304         `wl-highlight-message' after `elmo-mime-display-as-is'.
6305
6306         * wl-mime.el (wl-mime-display-text/plain): New function.
6307         (wl-mime-display-header): Ditto.
6308         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6309         body-presentation-method for text/plain;
6310         Register `wl-mime-display-header' as a header-presentation-method;
6311         Don't set up `elmo-message-text-content-inserted-hook' and
6312         `elmo-message-header-inserted-hook'.
6313
6314         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6315         variable.
6316         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6317         as t if flag is 'all-header;
6318         Don't bind `elmo-message-ignored-field-list',
6319         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6320
6321 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6324         for xemacs with non-mule environment.
6325
6326 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6327
6328         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6329         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6330         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6331
6332 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6333
6334         * wl-vars.el (wl-interactive-send): Set default value as t.
6335
6336 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6337
6338         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6339         (wl-addrmgr-method-list): Abolished.
6340         (wl-addrmgr-change-method): Follow above change.
6341
6342         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6343
6344 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6345
6346         * wl-vars.el (wl-message-truncate-lines): Change default value
6347         to default-truncate-lines.
6348
6349         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6350
6351 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6352
6353         * wl-vars.el (wl-message-truncate-lines): New variable.
6354
6355         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6356         wl-message-truncate-lines.
6357
6358 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6359
6360         * wl-acap.el (wl-acap-init): Remove period from error message.
6361         (wl-acap-find-acap-service): Remove period from message.
6362
6363 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6364
6365         * wl.el (wl-check-environment): Undo last change.
6366
6367         * wl-vars.el (wl-from): Changed default value.
6368
6369         * wl-util.el (toplevel): Don't require tm-edit.
6370
6371         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6372         `wl-folder-init';
6373         Don't set mark on mail body.
6374         (wl-draft-reedit): Ditto.
6375
6376         * wl-address.el (wl-address-quote-specials): Define as an alias for
6377         elmo-address-quote-specials.
6378
6379 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6380
6381         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6382
6383         * wl-vars.el (wl-from): Set default value as nil.
6384         (wl-organization): Set default value as ORGANIZATION environment
6385         variable.
6386
6387         * wl-draft.el (wl-smtp-extension-bind): Check value of
6388         wl-smtp-connection-type.
6389
6390         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6391         error.
6392
6393 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6394
6395         * Version number is increased to 2.7.4.
6396
6397         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6398         arguments from `wl-highlight-x-face-function' caller.
6399         Use x-face-1.3.6.12 or later.
6400
6401 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6402
6403         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6404
6405 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6406
6407         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6408         (wl-fcc): Fix to accept function.
6409         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6410
6411 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6412
6413         * wl-acap.el (toplevel): Added `product-provide' declare.
6414         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6415
6416 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6417
6418         * wl.el (wl): Changed order of calling `elmo-init'
6419         and `elmo-folder-init'.
6420
6421 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6422
6423         * wl-mime.el (wl-summary-burst): Extract message when content-type
6424         of root entity is not only `multipart' but also `message/rfc822'.
6425         (wl-summary-burst-subr): Ditto.
6426
6427 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6428
6429         * wl-vars.el (toplevel): Require 'custom.
6430         (wl-trash-folder): Added to `wl-setting' group.
6431
6432         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6433         exists.
6434         (wl-addrmgr-draw): Insert empty line when no entry exists.
6435
6436         * wl-mule.el (wl-message-wheel-up): Fixed.
6437         (wl-message-wheel-down): Ditto.
6438
6439 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6440
6441         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6442         config is an anonymous lambda expression.
6443
6444 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6445
6446         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6447         when Mule 2 is running.
6448
6449 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6450
6451         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6452
6453 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6454
6455         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6456         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6457
6458         * wl-address.el (wl-address-specials-regexp): Eliminated.
6459         (wl-address-quote-specials): Rewrite.
6460
6461 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6462
6463         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6464         shy-groups for regexp.
6465
6466         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6467         character classes and Perl style shy-groups for regexp.
6468         (wl-highlight-plugged-current-line): Use Posix style character
6469         classes for regexp.
6470         (wl-e21-highlight-folder-by-numbers): Ditto.
6471         (wl-e21-display-image-p): Use `display-images-p' instead of
6472         `display-graphic-p'.
6473         (display-images-p): Make an alias to `display-graphic-p' if it is
6474         not available.  It is for Emacs version prior to 21.0.105.
6475
6476         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6477         `display-graphic-p'.
6478         (wl-demo-image-type-alist): Ditto.
6479         (display-images-p): Make an alias to `display-graphic-p' if it is
6480         not available.  It is for Emacs version prior to 21.0.105.
6481
6482 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6483
6484         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6485         support.
6486         (wl-generate-user-agent-string): Ditto.
6487
6488         * wl-version.el (wl-version): Update docsting.
6489         (wl-version-status): Ditto.
6490
6491 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6492
6493         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6494         21.0.105.  For Emacs 21.0.104 or earlier.
6495
6496 2001-09-03  Takuo KITAME <kitame@northeye.org>
6497
6498         * wl-e21.el (wl-plugged-init-icons): Use
6499         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6500         (wl-biff-init-icons): Ditto.
6501
6502 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6503
6504         * wl-highlight.el (wl-highlight-summary-current-line):
6505         Fixed highlighting refile/copy destination.
6506
6507         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6508         (wl-acap-store): Encode string by wl-acap-coding-system.
6509
6510 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6511
6512         * wl-acap.el (toplevel): Check and require 'un-define before
6513         'xemacs-ucs;
6514          Added checking for UTF-2000.
6515
6516 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6517
6518         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6519         Don't enclose with `eval-and-compile'.
6520
6521         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6522         wl-init is non-nil.
6523
6524         * wl-draft.el (wl-draft): Ditto.
6525
6526         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6527
6528         * wl-acap.el (toplevel): Require 'wl.
6529         (wl-acap-store): Call `elmo-init'.
6530
6531         * wl.el (wl): Changed position of `wl-check-environment'.
6532         (toplevel): Added autoload setting for wl-acap.
6533
6534         * wl-vars.el (wl-setting): New custom group.
6535         (wl-from): Added wl-setting group.
6536         (wl-user-mail-address-list): Ditto.
6537         (wl-organization): Ditto.
6538         (wl-subscribed-mailing-list): Ditto.
6539         (wl-envelope-from): Ditto.
6540         (wl-smtp-posting-user): Ditto.
6541         (wl-smtp-posting-server): Ditto.
6542         (wl-smtp-posting-port): Ditto.
6543         (wl-smtp-authenticate-type): Ditto.
6544         (wl-pop-before-smtp-user): Ditto.
6545         (wl-pop-before-smtp-server): Ditto.
6546         (wl-pop-before-smtp-port): Ditto.
6547         (wl-pop-before-smtp-authenticate-type): Ditto.
6548         (wl-nntp-posting-server): Ditto.
6549         (wl-nntp-posting-user): Ditto.
6550         (wl-nntp-posting-port): Ditto.
6551         (wl-fetch-confirm-threshold): Ditto.
6552         (wl-prefetch-threshold): Ditto.
6553         (wl-thread-insert-opened): Ditto.
6554         (wl-ldap-server): Ditto.
6555         (wl-ldap-port): Ditto.
6556         (wl-ldap-base): Ditto.
6557         (wl-ldap-objectclass): Ditto.
6558         (wl-use-ldap): Ditto.
6559         (wl-draft-config-alist): Ditto.
6560         (wl-draft-config-matchone): Ditto.
6561         (wl-template-alist): Ditto.
6562         (wl-message-sort-field-list): Ditto.
6563         (wl-message-ignored-field-list): Ditto.
6564         (wl-message-visible-field-list): Ditto.
6565         (wl-interactive-send): Ditto.
6566         (wl-summary-move-order): Ditto.
6567         (wl-auto-select-first): Ditto.
6568         (wl-auto-select-next): Ditto.
6569         (wl-interactive-save-folders): Ditto.
6570
6571         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6572         Initialization codes are moved from wl-local-folder-init.
6573         (wl-local-folder-init): Follow the change above.
6574         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6575
6576         * wl-acap.el: New file.
6577
6578         * Version number is increased to 2.7.3.
6579
6580 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6581
6582         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6583
6584 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6585
6586         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6587         (wl-addrmgr-address-entry-list): Ditto.
6588
6589 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6590
6591         * wl-e21.el (wl-draft-mode-map): Removed binding for
6592         `wl-draft-insert-x-face-field'.
6593
6594         * wl-mule.el (wl-draft-mode-map): Ditto.
6595
6596         * wl-xmas.el (wl-draft-mode-map): Ditto.
6597
6598         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6599         (wl-cs-autoconv): Ditto.
6600         (wl-cs-local): Ditto.
6601         (wl-use-scoring): Ditto.
6602         (wl-mime-charset): Ditto.
6603         (wl-folder-check-async): Ditto.
6604
6605         * wl.el (toplevel): Ignore nemacs and tm.
6606         (wl-exit): Ditto.
6607
6608         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6609         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6610         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6611         instead of wl-address-petname-add-or-change.
6612         (wl-summary-edit-addresses-subr): Use wl-address-delete
6613         instead of wl-address-petname-delete.
6614
6615         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6616
6617         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6618         if error occured.
6619
6620         * wl-message.el (require): Remove tm support.
6621
6622         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6623
6624         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6625         (wl-folder-jump-to-current-entity): Ditto.
6626         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6627
6628         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6629         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6630         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6631
6632         * wl-mule.el (wl-draft-key-setup): Ditto.
6633
6634         * wl-xmas.el (wl-draft-key-setup): Ditto.
6635
6636         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6637         (wl-draft-std11-parse-addresses): New function.
6638         (wl-draft-parse-mailbox-list): Use it.
6639         (wl-draft): Ignore nemacs.
6640         (wl-draft-reedit): Ditto.
6641
6642         * wl-addrmgr.el: New file.
6643         (Original is wl-rcpt.el written by
6644         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6645         Thanks Kitamoto-san.)
6646
6647         * wl-address.el (wl-address-make-address-list): Modified parsing
6648         process.
6649         (wl-address-delete): Renamed from `wl-address-petname-delete';
6650         Modify wl-address-list too.
6651         (wl-address-add-or-change): Renamed from
6652         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6653
6654 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6655
6656         * wl-highlight.el (wl-highlight-summary-current-line):
6657           Work with transient-mark-mode
6658
6659 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6660
6661         * Version number is increased to 2.7.2.
6662
6663         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6664         instead of elmo-dop-queue-method.
6665
6666 2001-08-06  SAITO Atsunori <sai@yedo.com>
6667
6668         * wl-vars.el (wl-ldap-objectclass): New user option.
6669
6670         * wl-address.el (wl-ldap-make-filter): Use it.
6671
6672 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6673
6674         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6675
6676 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6677
6678         * wl-folder.el (wl-folder): redisplay after folder insertion.
6679
6680         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6681
6682         * wl-summary.el (wl-summary-sync-update):
6683         Change status mark only when new-msgdb exists.
6684         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6685
6686 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6687
6688         * wl-summary.el (wl-summary-open-folder): New function.
6689         (wl-summary-goto-folder-subr): Use it.
6690         (wl-summary-mark-as-important): Fix;
6691         Encache only when no cache exists.
6692
6693 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6694
6695         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6696         Use with-current-buffer.
6697
6698 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6699
6700         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6701         before call `get-buffer'. Fixed parenthesis.
6702         (wl-score-get-header-entry): Clear message and help window when
6703         keyboard quit.
6704         (wl-score-edit-insert-header): Ditto.
6705
6706 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6707
6708         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6709         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6710         (wl-default-draft-cite): Fix.
6711
6712         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6713         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6714
6715 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6716
6717         * wl-message.el (wl-message-prev-page): Do same bahavior
6718         as summary when it is called in the message buffer.
6719         (wl-message-next-page): Ditto.
6720
6721 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6722
6723         * wl-summary.el (wl-summary-forward): Use cache if it is not
6724         section cache.
6725
6726 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6727
6728         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6729         Removed redundant require of elmo-vars.
6730         (wl-biff-state-indicator-on): Changed default value for
6731         xemacs with non-mule environment.
6732
6733         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6734         wl-message-buffer is nil;
6735         Hide progress bar after moving messages.
6736
6737 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6738
6739         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6740         message at cursor point is deleted.
6741
6742 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6743
6744         * wl-vars.el: Changed file coding system to euc-japan.
6745         Added -*-coding:-*- magic to the first line.
6746
6747         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6748         Search parent from the first message.
6749
6750         * Version number is increased to 2.7.1.
6751
6752 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6753
6754         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6755
6756 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6757
6758         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6759         refile/delete execution.
6760
6761         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6762         Fixed docstring.
6763
6764 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6765
6766         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6767         do update process;
6768         Don't update marks when update process is interrupted.
6769
6770 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6771
6772         * wl-summary.el (wl-summary-reply): Fixed problem when
6773         wl-draft-use-frame is non-nil.
6774         (wl-summary-forward): Ditto.
6775
6776         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6777         as nil.
6778         (wl-folder-mark-as-read-all-entity): Ditto.
6779         (wl-folder-prefetch-entity): Ditto.
6780
6781         * wl.el (wl): Check environment before wl-init.
6782
6783         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6784         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6785         instead of wl-summary-collect-unread.
6786         (wl-summary-reply): Split message window.
6787
6788 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6789
6790         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6791         only if current language environment is japanese,
6792
6793         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6794         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6795         (wl-folder-goto-folder-subr): Ditto.
6796
6797         * wl-draft.el (wl-draft-dispatch-message): Call
6798         `elmo-file-cache-get-path'.
6799
6800 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6801
6802         * wl-summary.el (wl-summary-cursor-move): If return value of
6803         wl-summary-next-message is not number, don't jump.
6804
6805 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6806
6807         * wl-summary.el (wl-summary-buffer-next-message-function): New
6808         variable.
6809         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6810         if it is bound.
6811
6812         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6813         string.
6814
6815         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6816         (wl-plugged-drawing): Ditto.
6817
6818 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6819
6820         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6821         process.
6822         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6823         with unwind-protect.
6824
6825         * wl.el (wl-init): Require mime-setup.
6826         (wl-check-environment): Don't require mime-setup.
6827
6828         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6829         instead of elmo-folder-type.
6830
6831         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6832         value as nil.
6833
6834 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6835
6836         * Version number is increased to 2.7.0.
6837
6838         * wl-version.el (wl-version): Changed codename.
6839
6840         * wl-summary.el (wl-summary-delete-cache): Fixed.
6841
6842         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6843         Workaround for net folders.
6844         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6845
6846         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6847         value to nil (According to the patch from
6848         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6849
6850         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6851         of elmo-folder-close.
6852
6853 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6854
6855         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6856         for postfix.
6857
6858 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6859
6860         * wl-summary.el (wl-summary-resend-message): Fixed.
6861
6862         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6863         Call wl-draft with `from' argument if its address is included in
6864         `wl-user-mail-address-list'.
6865         (wl-draft): Added `from' argument.
6866
6867         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6868         non-nil.
6869         (wl): Don't show demo if wl-demo is nil.
6870
6871         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6872         wl-summary-use-frame.
6873
6874         * wl-vars.el (wl-summary-use-frame): New user option.
6875         (wl-folder-use-frame): Changed docstring.
6876
6877         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6878         non-nil.
6879         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6880         wl-summary-use-frame.
6881
6882         * wl-vars.el (wl-folder-use-frame): New user option.
6883
6884         * wl-summary.el (wl-summary-exit): Back to folder frame if
6885         wl-folder-use-frame is non-nil.
6886         (wl-summary-redisplay-internal): Ignore cache if current folder
6887         is draft folder,
6888         (wl-summary-redisplay-no-mime): Ditto.
6889         (wl-summary-redisplay-all-header): Ditto.
6890
6891         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6892         if wl-folder-use-frame is non-nil.
6893
6894 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6895
6896         * wl-summary.el (wl-summary-sync-update): Bind
6897         elmo-folder-update-threshold.
6898         (wl-summary-mark-as-important): Enclosed server mark processing
6899         with `save-match-data'.
6900
6901         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6902         only when it is already defined.
6903
6904 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6905
6906         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6907         name of folder exclude localdir is wrong.
6908         * wl-folder.el (wl-folder-sync-entity):
6909         Set `wl-summary-always-sticky-folder-list' as nil.
6910         (wl-folder-mark-as-read-all-entity): Ditto.
6911         (wl-folder-prefetch-entity): Ditto.
6912
6913 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6914
6915         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6916         instead of `wl-summary-write-current-newsgroup'.
6917
6918 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6919
6920         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6921         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6922         non-nil and selected message is important, do not display.
6923
6924 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6925
6926         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6927
6928 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6929
6930         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6931
6932         * wl-summary.el (wl-summary-mark-as-important): Set message number
6933         using wl-summary-message-number.
6934
6935 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6936
6937         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6938         destination folder is 'null.
6939
6940 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6941
6942         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6943         New function.
6944         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6945         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6946         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6947
6948 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6949
6950         * wl-mime.el (wl-mime-setup): Added setting for
6951         `mime-setup-signature-key-alist' to avoid overriding key bind for
6952         `wl-draft-send'.
6953
6954         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6955         for `wl-draft-send'.
6956         * wl-mule.el (wl-draft-overload-functions): Ditto.
6957         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6958         * wl-draft.el (wl-draft-send): Ditto.
6959
6960         * wl-message.el (wl-message-display-internal):
6961         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6962         (Patch is provided by <kita@coe.nttdata.co.jp>).
6963
6964 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6965
6966         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6967
6968 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6969
6970         * wl.el (wl): Fix for wl-demo.
6971
6972 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6973
6974         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6975
6976 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6977
6978         * wl-folder.el (wl-folder-prefetch-entity): Use
6979         `wl-folder-get-elmo-folder'.
6980         (wl-folder-count-incorporates): Do not use
6981         `wl-folder-get-elmo-folder'.
6982
6983 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6984
6985         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6986         instead of `elmo-folder-get-type'.
6987
6988 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6989
6990         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6991         position on Subject: field.
6992         (Advised by Mito <mit@nines.nec.co.jp>)
6993
6994 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6995
6996         * wl-folder.el (wl-folder-prefetch-entity): Use
6997         `wl-folder-get-elmo-folder'.
6998
6999 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7000
7001         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7002
7003         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7004         `process-duplicates' slot.
7005
7006         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7007         if detection failed.
7008
7009 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7010
7011         * wl-version.el (wl-version-status): Set to "alpha".
7012
7013 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7014
7015         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7016         Check wl-message-buffer lives before set-buffer.
7017
7018 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7019
7020         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7021         called in folder mode.
7022         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7023         * wl-summary.el (wl-summary-exit-pre-hook): Run
7024         `wl-summary-exit-pre-hook' before exit summary mode.
7025
7026 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7027
7028         * wl-version.el (wl-version-status): New variable.
7029         (wl-version-status-alist): Removed.
7030         (wl-version-status): Rule included.
7031
7032 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7033
7034         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7035         @sponichi.
7036
7037         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7038         when `mail-reply-buffer' is buffer-local variable.
7039         (Reported by <kita@coe.nttdata.co.jp>).
7040
7041 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7042
7043         * wl-vars.el (toplevel): Require 'elmo-util.
7044
7045 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7046
7047         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7048         (All other related portions are changed)
7049
7050         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7051
7052         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7053
7054 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7055
7056         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7057
7058 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7059
7060         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7061         Delete other windows to avoid an error.
7062         Use `point-marker' instead of `point' to remember the start point
7063         of body.
7064
7065         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7066
7067         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7068         number not to exceed all message number.
7069
7070 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7071
7072         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7073         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7074
7075 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7076
7077         * wl-summary.el (wl-summary-sync-force-update): Added argument
7078         no-check.
7079         (wl-summary-sync-update): Ditto.
7080         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7081         with `no-check'.
7082
7083         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7084         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7085         already running.
7086
7087 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7088
7089         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7090         `dst-folder-arg'.
7091         (wl-expire-archive-number1): Diito.
7092         (wl-expire-archive-number2): Diito.
7093         (wl-expire-archive-Date): Diito.
7094         (wl-archive-number1): Diito.
7095         (wl-archive-number2): Diito.
7096         (wl-archive-date): Diito.
7097         (wl-archive-folder-p): New function.
7098         (wl-summary-expire): Support of expand folder name at
7099         wl-expire-alist.
7100         * wl-util.el (wl-expand-newtext): Renamed from
7101         `wl-refile-expand-newtext'.
7102
7103 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7104
7105         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7106         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7107         `(elmo-msgdb-get-overview msgdb)'.
7108         (wl-summary-prefetch): Bind match data before call
7109         `wl-summay-prefetch-msg'.
7110         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7111         'off if `wl-summary-buffer-disp-msg' is non-nil.
7112         Fixed problem that couldn't show only one new or unread message when
7113         enter folder.
7114         (wl-summary-reply): Don't call `split-window-vertically' and other
7115         window.
7116
7117 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7118
7119         * wl-expire.el (wl-expire-refile): Fixed.
7120
7121 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7122
7123         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7124
7125         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7126         biff notification is removed.
7127
7128         * wl.el (wl): Changed position of `elmo-init'.
7129
7130         * wl-draft.el (wl-default-draft-cite): Use date field
7131         on the citation buffer.
7132
7133         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7134
7135         * wl-xmas.el (wl-folder-internal-icon-list): Added
7136         `wl-folder-shimbun-image'.
7137
7138         * wl-e21.el (wl-folder-internal-icon-list): Added
7139         `wl-folder-shimbun-image'.
7140
7141 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7142
7143         * wl.el (wl-init): Eliminated argument.
7144         (wl): Rewrite.
7145
7146         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7147         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7148         instead of `elmo-folder-msgdb-internal'.
7149         (wl-summary-sync-update): Ditto.
7150         (wl-summary-flush-pending-append-operations): Eliminated.
7151         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7152         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7153         `elmo-folder-open'.
7154
7155         * wl-mime.el (wl-summary-burst): Fixed.
7156
7157         * wl-folder.el (wl-folder-info-save): Check data type.
7158
7159         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7160         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7161         instead of `elmo-folder-msgdb-internal'.
7162         (wl-expire-hide): Ditto.
7163
7164
7165         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7166
7167 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7168
7169         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7170
7171 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7172
7173         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7174
7175 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7176
7177         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7178         Fixed `match-beginning' argument mismatch.
7179
7180 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7181
7182         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7183         the default value.
7184
7185 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7186
7187         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7188         instead of `elmo-nntp-default-port'.
7189
7190         * wl-vars.el: Fixed some doc strings.
7191
7192 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7193
7194         * wl-summary.el (wl-summary-prefetch-msg): Use
7195         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7196
7197         * wl-vars.el: Define *-func as obsolete variable using
7198         `elmo-define-obsolete-variable'.
7199
7200         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7201         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7202         instead of `wl-message-buffer-prefetch-threshold'.
7203
7204         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7205
7206         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7207
7208         * wl-draft.el (wl-caesar-region-func): Ditto.
7209
7210         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7211         Keep unread status in elmo-folder-move-messages.
7212         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7213
7214 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7215
7216         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7217         `wl-summary-buffer-exit-func'
7218         (wl-summary-buffer-message-redisplay-function): Renamed from
7219         `wl-summary-buffer-message-redisplay-func'
7220         (wl-summary-buffer-next-folder-function): Renamed from
7221         `wl-summary-buffer-next-folder-func'.
7222         (wl-summary-buffer-prev-folder-function): Renamed from
7223         `wl-summary-buffer-prev-folder-func'.
7224         (wl-summary-get-petname-function): Renamed from
7225         `wl-summary-get-petname-func'.
7226
7227         * wl-score.el (wl-score-edit-exit-function): Renamed from
7228         `wl-score-edit-exit-func'.
7229
7230         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7231         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7232
7233         * wl-util.el (wl-load-profile-function): Renamed from
7234         `wl-load-profile-func'.
7235
7236         * wl-folder.el (wl-folder-completion-function): Renamed from
7237         `wl-folder-completion-func'.
7238         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7239
7240         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7241         `wl-expire-archive-get-folder-func'.
7242         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7243         (wl-draft-send-mail-function): Renamed from
7244         `wl-draft-send-mail-func'.
7245         (wl-draft-send-news-function): Renamed from
7246         `wl-draft-send-news-func'.
7247         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7248         (wl-generate-mailer-string-function): Renamed from
7249         `wl-generate-mailer-string-func'.
7250         (wl-highlight-signature-search-function): Renamed from
7251         `wl-highlight-signature-search-func'.
7252         (wl-highlight-x-face-function): Renamed from
7253         `wl-highlight-x-face-func'
7254         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7255         (wl-ps-print-buffer-function): Renamed from
7256         `wl-ps-print-buffer-func'
7257         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7258         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7259         (wl-summary-subject-filter-function): Renamed from
7260         `wl-summary-subject-filter-func'.
7261
7262         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7263         `wl-draft-queue-flush-send-func'
7264         (wl-draft-cite-function): Renamed from
7265         `wl-draft-cite-func'
7266
7267         * wl-address.el (wl-address-init-function): Renamed from
7268         `wl-address-init-func'.
7269
7270 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7271
7272         * wl-draft.el (wl-draft-queue-flush): Don't call
7273         `elmo-dop-unlock-message'.
7274         * wl-draft.el (wl-draft-queue-append): Don't call
7275         `elmo-dop-lock-message'.
7276
7277         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7278         (wl-summary-buffer-folder-name): Ditto.
7279         (wl-summary-message-regexp): Added '-' (all other related portions
7280         are changed).
7281         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7282         wl-summary-buffer-folder-name.
7283
7284 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7285
7286         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7287         the number of mails in the folder buffer is not updated by wl-biff.
7288
7289 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7290
7291         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7292         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7293
7294 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7295
7296         * wl-summary.el (wl-summary-next-message):
7297         Return next message number when wl-summary-move-order is nil.
7298
7299 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7300
7301         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7302         `wl-summary-move-spec-alist'.
7303         (wl-summary-move-spec-unplugged-alist): New variable
7304         (Move spec for unplugged status).
7305         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7306         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7307
7308 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7309
7310         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7311         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7312
7313 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7314
7315         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7316         simple quotation to quote the anonymous function.
7317         * tm-wl.el (wl-draft-preview-message): Ditto.
7318
7319 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7320
7321         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7322         Eliminate redundant `save-excursion'.
7323         (wl-highlight-summary-current-line): Ditto.
7324
7325         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7326         accessing match data when `looking-at' failed.
7327
7328         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7329         `elmo-match-string' where users don't care about the speed.
7330         (wl-draft-save): Ditto.
7331
7332 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7333
7334         * wl-util.el (wl-regexp-opt): New function.
7335
7336         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7337         number from `wl-summary-buffer-number-list'.
7338         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7339         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7340         (wl-summary-move-spec-alist): Changed default setting.
7341
7342 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7343
7344         * wl-vars.el (wl-biff-notify-hook): New hook.
7345         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7346         the arrival of new mail.
7347         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7348         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7349
7350 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7351
7352         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7353
7354 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7355
7356         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7357
7358         * Version number is increased to 2.5.8.
7359
7360         * wl-thread.el (toplevel): require 'cl.
7361         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7362         (wl-thread-make-number-list): New function.
7363         (wl-thread-entity-make-number-list-from-children): Ditto.
7364         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7365         (wl-thread-entity-insert-as-children): Likewise.
7366         (wl-thread-delete-message): Likewise.
7367         (wl-meaning-of-mark): Eliminated.
7368         (wl-thread-next-failure-mark-p): Ditto.
7369         (wl-thread-entity-get-mark): Ditto.
7370         (wl-thread-meaning-alist-get-result): Ditto.
7371         (wl-thread-entity-check-prev-mark): Ditto.
7372         (wl-thread-entity-check-next-mark): Ditto.
7373         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7374         (wl-thread-entity-get-prev-marked-entity): Ditto.
7375         (wl-thread-get-prev-unread): Ditto.
7376         (wl-thread-jump-to-prev-unread): Ditto.
7377         (wl-thread-get-next-unread): Ditto.
7378         (wl-thread-jump-to-next-unread): Ditto.
7379         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7380         (wl-thread-entity-get-next-marked-entity): Ditto.
7381
7382         * wl-summary.el (wl-summary-buffer-number-list):
7383         New bufer-local variable.
7384         (wl-summary-switch-to-clone-buffer): Clone
7385         `wl-summary-buffer-number-list'.
7386         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7387         (wl-summary-cursor-move-regex): Eliminated.
7388         (wl-summary-cursor-up): Rewrite.
7389         (wl-summary-cursor-down): Ditto.
7390         (wl-summary-mode-spec-alist): New variable.
7391         (wl-summary-next-message): New inline function.
7392         (wl-summary-cursor-move): New function.
7393         (wl-summary-default-get-next-msg): Rewrite.
7394         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7395         (wl-summary-rescan): Ditto.
7396         (wl-summary-sync-all-init): Ditto.
7397         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7398         summary is not thread view.
7399         (wl-summary-sync-update): Ditto.
7400         (wl-summary-rescan): Ditto.
7401         (wl-summary-make-number-list): New function.
7402
7403         * wl-draft.el: "FCC" -> "Fcc".
7404
7405 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7406
7407         * wl-highlight.el (wl-highlight-summary-window):
7408         Call `set-buffer-modified-p'.
7409
7410         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7411         (wl): Call `elmo-init' and fix.
7412
7413         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7414         Use new variables.
7415
7416         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7417
7418 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7419
7420         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7421
7422 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7423
7424         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7425
7426 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7427
7428         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7429         `wl-use-toolbar' nor `display-graphic-p'.
7430         (wl-e21-setup-message-toolbar): Ditto.
7431         (wl-e21-setup-summary-toolbar): Ditto.
7432         (wl-e21-setup-folder-toolbar): Ditto.
7433
7434         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7435         (wl-plugged-init-icons): Ditto.
7436
7437         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7438         `display-graphic-p'.
7439         (wl-plugged-set-folder-icon): Ditto.
7440         (wl-highlight-plugged-current-line): Ditto.
7441         (wl-highlight-folder-current-line): Ditto.
7442         (wl-e21-highlight-folder-group-line): Ditto.
7443         (wl-e21-setup-toolbar): Ditto.
7444         (wl-e21-display-image-p): New macro.
7445
7446         * wl-demo.el (wl-demo): Simplified.
7447         (wl-demo-image-type-alist): Use `image-type-available-p' for
7448         checking whether the image type `xbm' is available.
7449
7450 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7451
7452         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7453         (wl-summary-input-range): Ditto.
7454
7455 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7456
7457         * wl-summary.el (wl-summary-edit-addresses): Use
7458         `wl-summary-get-original-buffer'
7459         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7460         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7461         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7462         (wl-summary-get-newsgroups): Eliminated.
7463         (wl-summary-set-crosspost): Ditto.
7464         (wl-summary-is-crosspost-folder): Ditto.
7465         (wl-crosspost-alist-load): Ditto.
7466         (wl-crosspost-alist-save): Ditto.
7467
7468         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7469         `elmo-setup-subscribed-newsgroups' instead of
7470         `elmo-nntp-make-groups-hashtb'.
7471         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7472         instead of `wl-crosspost-alist-save'.
7473
7474         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7475         of `elmo-folder-message-appendable-p'.
7476         (wl-mime-header-presentation-method): Eliminated.
7477
7478         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7479         (Error occurs in emacs21).
7480
7481         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7482         the current buffer).
7483
7484         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7485         instead of `wl-crosspost-alist-save'.
7486         (wl-init): `elmo-crosspost-message-alist-load'
7487         instead of `wl-crosspost-alist-load'
7488
7489         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7490         (wl-parse-newsgroups): Likewise.
7491         (wl-biff-notify): Run `wl-biff-notify-hook'.
7492
7493 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7494
7495         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7496
7497         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7498         when `wl-summary-lazy-highlight' is non-nil.
7499         (wl-summary-goto-folder-subr): Highlight only when
7500         `wl-summary-lazy-highlight' is non-nil.
7501
7502         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7503         Don't display progress and highlight temp-mark when
7504         `wl-summary-lazy-highlight' is non-nil.
7505         (wl-highlight-summary-window): New function.
7506         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7507
7508 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7509
7510         * wl-summary.el (wl-summary-sync): Change `all-visible'
7511         from `all-shown'
7512         (wl-summary-input-range): Ditto.
7513
7514 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7515
7516         * wl-e21.el (wl-highlight-folder-current-line): Call
7517         `wl-folder-init-icons' when folder icons have not been initialized.
7518
7519         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7520
7521         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7522         (wl-demo-image-type-alist): New macro.
7523
7524 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7525
7526         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7527         display does not support graphics.
7528         (wl-plugged-init-icons): Ditto.
7529         (wl-folder-init-icons): Ditto.
7530
7531         * wl-demo.el (wl-demo): Chech closely whether the display
7532         supports graphics.
7533
7534 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7535
7536         * wl-summary.el (wl-summary-get-original-buffer): New function.
7537         (wl-summary-set-crosspost): Use it.
7538         (wl-summary-target-mark-uudecode): Ditto.
7539         (wl-summary-reedit): Ditto.
7540         (wl-summary-resend-bounced-mail): Ditto.
7541         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7542         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7543
7544         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7545         (wl-message-display-internal): Ditto.
7546
7547 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7548
7549         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7550
7551 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7552
7553         * wl-summary.el (wl-summary-save-view): Renamed from
7554         `wl-summary-save-status'.
7555
7556 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7557
7558         * wl-summary.el (wl-summary-sync): Added `all-shown'
7559
7560 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7561
7562         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7563
7564 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7565
7566         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7567
7568 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7569
7570         * wl-highlight.el (wl-highlight-summary-line-string): Use
7571         `zerop' instead of `= 0'.
7572         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7573
7574         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7575         for comparing numbers.
7576         (wl-template-prev): Use `zerop' instead of `eq 0'.
7577
7578         * wl-draft.el (wl-draft-insert-current-message): Use
7579         `with-current-buffer' instead of `save-excursion'.
7580         Use `zerop' instead of `eq 0'.
7581
7582 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7583
7584         * wl-draft.el (wl-draft-insert-ccs): New function.
7585         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7586         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7587
7588 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7589
7590         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7591
7592 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7593
7594         * wl-expire.el (wl-expire-refile): Don't call
7595         elmo-msgdb-add-msgs-to-seen-list;
7596         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7597         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7598
7599 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7600
7601         * wl-message.el (wl-message-prev-page): Ignore errors while
7602         scroll-down.
7603
7604 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7605
7606         * wl-mime.el: Use elmo-original-message-mode instead of
7607         mmelmo-original-mode.
7608
7609         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7610         `elmo-folder-get-spec';
7611         (wl-fldmgr-add-completion-all-completions):
7612         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7613
7614         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7615         of `elmo-folder-get-type'.
7616
7617         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7618         `elmo-folder-get-spec';
7619         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7620         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7621         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7622         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7623         `elmo-read-msg-no-cache';
7624         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7625         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7626         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7627         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7628         `elmo-cache-save';
7629         (wl-draft-reedit): Use `elmo-message-file-name'.
7630
7631         * wl-expire.el: Use `elmo-folder-name-internal';
7632         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7633         Use macro `wl-summary-buffer-msgdb' instead of variable
7634         `wl-summary-buffer-msgdb';
7635         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7636         Use macro `wl-summary-buffer-folder-name' instead of variable
7637         `wl-summary-buffer-folder-name'.
7638         * wl-score.el: Likewise.
7639
7640         * wl-message.el: Rewrite for new message buffer cache mechanism.
7641         (wl-message-buffer-cache-buffer-get): New macro.
7642         (wl-message-buffer-cache-folder-get): Ditto.
7643         (wl-message-buffer-cache-message-get): Ditto.
7644         (wl-message-buffer-cache-entry-make): Ditto.
7645         (wl-message-buffer-cache-hit): Ditto.
7646         (wl-message-buffer-cache-sort): New function.
7647         (wl-message-buffer-cache-add): Ditto.
7648         (wl-message-buffer-cache-delete): Ditto.
7649         (wl-message-buffer-cache-clean-up): Ditto.
7650         (wl-message-buffer-window): Rewrite.
7651         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7652         (wl-message-buffer-display): New function.
7653         (wl-message-display-internal): New function.
7654
7655 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7656
7657         * wl-folder.el: Use `elmo-folder-name-internal';
7658         Use `wl-folder-get-elmo-folder';
7659         Use `elmo-folder-list-messages' instead of
7660         `elmo-list-folder';
7661         Use `elmo-folder-get-primitive-list' instead of
7662         `elmo-folder-get-primitive-spec-list';
7663         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7664         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7665         Use `elmo-folder-create' instead of `elmo-create-folder'.
7666         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7667         (wl-folder-get-elmo-folder): New macro.
7668         (wl-folder-elmo-folder-cache-get): Ditto.
7669         (wl-folder-elmo-folder-cache-put): Ditto.
7670         (wl-folder-suspend): Call `elmo-quit'.
7671
7672         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7673         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7674         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7675         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7676         (toplevel): require 'cl.
7677         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7678
7679         * wl-summary.el: Rewrite to use new elmo interface.
7680
7681 \f
7682 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7683
7684         * wl-mime.el (wl-draft-preview-message):
7685         Run `wl-draft-send-hook' before collecting recipients information;
7686         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7687
7688         * tm-wl.el (wl-draft-preview-message): Ditto.
7689
7690 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7691
7692         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7693         wrong recipients are displayed when forwarded message.
7694
7695 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7696
7697         * Version number is increased to 2.5.7.
7698
7699 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7700
7701         * wl-message.el (wl-message-next-page): Bind
7702         `window-pixel-scroll-increment' to nil while scrolling up.
7703
7704 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7705
7706         * wl-vars.el (wl-save-hook): New hook.
7707         * wl.el (wl-save): Call `wl-save-hook'.
7708
7709 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7710
7711         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7712         Argument WITH-ARG instead of NO-ARG (negative mean).
7713         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7714         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7715         * wl-message.el (wl-message-follow-current-entity): Likewise.
7716
7717 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7718
7719         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7720         FROM was optional argument.
7721         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7722
7723 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7724
7725         * Version number is increased to 2.5.6.
7726
7727 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7728
7729         * wl-version.el (wl-version-show): Removed.
7730         (wl-version): Add `interactive'.
7731
7732 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7733
7734         * wl-summary.el (wl-summary-get-petname-func): New variable.
7735         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7736         instead of `wl-address-get-petname-1'.
7737         (wl-summary-simple-from): Ditto.
7738
7739         * wl-address.el (wl-address-get-petname-1): Define as function.
7740
7741 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7742
7743         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7744         field in the original message.
7745         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7746
7747 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7748
7749         * wl-expire.el (wl-expire-hide):
7750         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7751
7752 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7753
7754         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7755         find decoder for To, Cc, and Subject.
7756
7757 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7758
7759         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7760         for checking `elmo-use-buffer-cache'.
7761         (wl-summary-mark-as-important): Fixed typo in comment.
7762
7763 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7764
7765         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7766         field in the original message.
7767         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7768
7769 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7770
7771         * wl-expire.el (wl-expire-hide):
7772         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7773
7774 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7775
7776         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7777         find decoder for To, Cc, and Subject.
7778
7779 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7780
7781         * Version number is increased to 2.5.5.
7782
7783         * wl-address.el (wl-address-specials-regexp): New constant.
7784         (wl-address-quote-specials): Use it.
7785
7786 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7787
7788         * wl-summary.el (wl-summary-rescan):
7789         Call `wl-summary-buffer-number-column-detect'.
7790         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7791
7792         * wl-message.el (wl-message-mode-map): Define.
7793         (wl-message-decode): Use it as local-map.
7794
7795 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7796
7797         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7798         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7799
7800 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7801
7802         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7803
7804         * wl-mule.el (wl-read-event-char): Ditto.
7805
7806         * wl-e21.el (wl-read-event-char): Ditto.
7807
7808         * wl-nemacs.el (wl-read-event-char): Ditto.
7809         (read-event): Removed.
7810
7811         * wl-util.el (toplevel): Removed dummy definition of
7812         `read-event'.
7813         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7814
7815 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7816
7817         * wl-nemacs.el (elmo-archive-call-process): Moved to
7818         elmo-archive.el.
7819
7820 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7821
7822         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7823         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7824
7825         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7826         instead of magic-number 6.  Use `not' instead of `null' for symbol
7827         `nil' check (not empty list).
7828         (wl-draft-insert-x-face-field): Fixed paren style.
7829
7830         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7831         one-branch conditional statement, instead of `and' and `if'.
7832         (wl-draft-forward): Likewise.
7833         (wl-draft-add-references): Likewise.
7834         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7835
7836         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7837         conditional steatment.  Use `cond' instead of `if'.
7838         (wl-draft-confirm): Likewise.
7839
7840 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7841
7842         * wl-version.el (wl-version-show): Use `product-string-1'
7843         instead of `wl-version'.
7844         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7845
7846         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7847
7848 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7849
7850         * wl-highlight.el (wl-highlight-headers): Revert
7851         `wl-highlight-x-face-func' argument (`beg' and `end').
7852
7853 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7854
7855         * wl.el (toplevel): Move `product-provide' declare.
7856         * wl-demo.el (toplevel): Ditto.
7857         * wl-dnd.el (toplevel): Ditto.
7858         * wl-highlight.el (toplevel): Ditto.
7859         * wl-message.el (toplevel): Ditto.
7860         * wl-refile.el (toplevel): Ditto.
7861         * wl-util.el (toplevel): Ditto.
7862
7863 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7864
7865         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7866         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7867         (wl-thread-close-all): keep cursor position.
7868
7869 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7870
7871         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7872         (eq x 0).
7873         (wl-generate-user-agent-string-1): Fix conditional statement.
7874
7875 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7876
7877         * wl.el (wl-check-environment): Additional check for
7878         'wl-local-domain' and `wl-message-id-domain'.
7879
7880 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7881
7882         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7883
7884 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7885
7886         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7887         instead of `smtp-sasl-user-realm'.
7888
7889 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7890
7891         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7892
7893 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7894
7895         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7896         to the default value as well as `eword-lexical-analyzer'.
7897
7898 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7899
7900         * wl-version.el (wl-extended-emacs-version,
7901         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7902         `elmo-match-string' instead of `wl-match-string'.
7903
7904 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7905
7906         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7907         docstring.
7908
7909 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7910
7911         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7912
7913 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7914
7915         * wl-highlight.el (wl-highlight-headers): Remove
7916         `wl-highlight-x-face-func' argument (`beg' and `end').
7917
7918 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7919
7920         * wl-summary.el (wl-summary-mark-as-important):
7921         Remove cache if folder is local.
7922
7923 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7924
7925         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7926         to get existing e-mail address string.
7927
7928 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7929
7930         * wl-version.el (wl-generate-user-agent-string): Commentary.
7931         (wl-generate-user-agent-string-1): Use `when' for
7932         one-branch conditional statement, instead of `and' and `if'.
7933         (wl-extended-emacs-version, wl-extended-emacs-version2,
7934         wl-extended-emacs-version3): Ditto.
7935
7936 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7937
7938         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7939         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7940         condition-case; Remove initialization.
7941         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7942         (wl-summary-sync-update3): Added argument `sync-all';
7943         Eliminated local variable `msgdb';
7944         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7945         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7946         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7947
7948 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7949
7950         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7951         connection before call `wl-draft-send-mail-with-smtp'.
7952
7953 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7954
7955         * Version number is increased to 2.5.4.
7956
7957 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7958
7959         * wl.el (wl-check-environment): Additional check for
7960         'wl-local-domain' and `wl-message-id-domain'.
7961
7962 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7963
7964         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7965         buffer as command specific.
7966         (wl-folder-mark-as-read-all-entity): Ditto.
7967         (wl-folder-prefetch-entity): Ditto.
7968         (wl-folder-drop-unsync-entity): Ditto.
7969
7970         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7971         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7972         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7973
7974         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7975         save-excursion.
7976
7977 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7978
7979         * Version number is increased to 2.5.3.
7980
7981         * wl-summary.el (wl-summary-save-view-cache):
7982         Delete duplicated `write-region';
7983         Use `write-region-as-binary' instead of `as-binary-output-file' and
7984         `write-region'.
7985
7986 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7987
7988         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7989
7990 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7991
7992         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7993         instead of `smtp-via-smtp'.
7994
7995 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7996
7997         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7998
7999 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8000
8001         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8002         instead of `smtp-sasl-user-realm'.
8003
8004 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8005
8006         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8007
8008 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8009
8010         * Version number is increased to 2.5.2.
8011
8012 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8013
8014         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8015         does not exist.
8016         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8017         (wl-biff-start): Call `timer-activate' if timer already exists.
8018
8019         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8020         only when it is bound as function.
8021
8022 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8023
8024         * Version number is increased to 2.5.1.
8025
8026 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8027
8028         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8029         Print refile/copy destination.
8030
8031 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8032
8033         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8034         queue-flush-only is non-nil.
8035
8036         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8037
8038         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8039         checking cache folder.
8040
8041 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8042
8043         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8044         `regexp-quote'.
8045
8046 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8047
8048         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8049         function.
8050         * wl-summary.el (wl-summary-write-current-folder-functions):
8051         Change default value.  Use it.
8052
8053 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8054
8055         * Version number is increased to 2.5.0.
8056
8057         * wl-version.el (wl-version): Changed codename.
8058
8059 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8060
8061         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8062         (wl-summary-supersedes-message): Ditto.
8063
8064 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8065
8066         * wl-refile.el (wl-refile-guess-functions): Renamed from
8067         `wl-refile-guess-func-list'.
8068
8069 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8070
8071         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8072         Fixed problem when no rule was matched.
8073
8074 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8075
8076         * wl-summary.el (wl-summary-get-mark): Fixed
8077         `wl-summary-buffer-target-mark' check logic.
8078
8079 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8080
8081         * wl-folder.el (wl-folder-write-current-folder): Added group
8082         folder check.
8083
8084         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8085         `wl-summary-write-current-newsgroup'.
8086         (wl-summary-write-current-folder-functions): New variable.
8087         * wl-folder.el (wl-folder-get-newsgroups): New function.
8088         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8089         (wl-folder-write-current-folder): Renamed from
8090         `wl-folder-write-current-newsgroup'.
8091
8092 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8093
8094         * Version number is increased to 2.3.93.
8095
8096 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8097
8098         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8099         (wl-ldap-make-matched-value-list): Ditto.
8100         (wl-ldap-alias-safe-string): Split e-mail address.
8101
8102         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8103         petname folder default was selected.
8104         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8105         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8106
8107 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8108
8109         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8110         to `wl-draft-config-exec'.
8111
8112         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8113         instead of calling `wl-draft-config-exec';
8114         Process group-list and show recipients in minibuffer.
8115
8116         * tm-wl.el (wl-draft-preview-message): Ditto.
8117
8118 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8119
8120         * wl.el (toplevel): Added (C) to copyright notice, and
8121         sync Author header.
8122         * tm-wl.el (toplevel): Ditto.
8123         * wl-address.el (toplevel): Ditto.
8124         * wl-demo.el (toplevel): Ditto.
8125         * wl-dnd.el (toplevel): Ditto.
8126         * wl-draft.el (toplevel): Ditto.
8127         * wl-e21.el (toplevel): Ditto.
8128         * wl-expire.el (toplevel): Ditto.
8129         * wl-folder.el (toplevel): Ditto.
8130         * wl-highlight.el (toplevel): Ditto.
8131         * wl-message.el (toplevel): Ditto.
8132         * wl-mime.el (toplevel): Ditto.
8133         * wl-mule.el (toplevel): Ditto.
8134         * wl-nemacs.el (toplevel): Ditto.
8135         * wl-refile.el (toplevel): Ditto.
8136         * wl-score.el (toplevel): Ditto.
8137         * wl-summary.el (toplevel): Ditto.
8138         * wl-template.el (toplevel): Ditto.
8139         * wl-thread.el (toplevel): Ditto.
8140         * wl-util.el (toplevel): Ditto.
8141         * wl-vars.el (toplevel): Ditto.
8142         * wl-xmas.el (toplevel): Ditto.
8143
8144 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8145
8146         * wl.el (wl-init): Added comment about `wl-init-hook'.
8147         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8148         * wl-vars.el (wl-init-hook): Added docs.
8149         (wl-make-plugged-hook): Removed useless docs.
8150         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8151         * wl-xmas.el (toplevel): Ditto.
8152
8153 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8154
8155         * wl-address.el (toplevel): Fixed multiple Author header format.
8156         * wl-demo.el (toplevel): Ditto.
8157         * wl-draft.el (toplevel): Ditto.
8158         * wl-folder.el (toplevel): Ditto.
8159         * wl-summary.el (toplevel): Ditto.
8160         * wl-thread.el (toplevel): Ditto.
8161         * wl-util.el (toplevel): Ditto.
8162         * wl-vars.el (toplevel): Ditto.
8163         * wl-version.el (toplevel): Ditto.
8164         * wl-xmas.el (toplevel): Ditto.
8165         * wl.el (toplevel): Ditto.
8166
8167         * wl-version.el (toplevel): Added require `elmo-version' for
8168         `product-version-as-string'.
8169
8170 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8171
8172         * wl-vars.el (wl-draft-send-hook): Changed default value to
8173         '(wl-draft-config-exec).
8174
8175         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8176         explicitly.
8177         (wl-draft): Set `wl-draft-config-exec-flag' before running
8178         `wl-mail-setup-hook'.
8179
8180         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8181         `wl-biff-init-icons' to `wl-init-hook' instead of
8182         `wl-make-plugged-hook'.
8183         (Because if `wl-draft' command is invoked at first,
8184         they are not initialized)
8185         Updated copyright notice.
8186
8187         * wl-e21.el (toplevel): Ditto;
8188
8189         * wl-demo.el (toplevel): Updated copyright notice.
8190         * wl-address.el (toplevel): Ditto.
8191         * wl-draft.el (toplevel): Ditto.
8192         * wl-version.el (toplevel): Ditto.
8193         * wl-folder.el (toplevel): Ditto.
8194         * wl-summary.el (toplevel): Ditto.
8195         * wl-thread.el (toplevel): Ditto.
8196         * wl-util.el (toplevel): Ditto.
8197         * wl-vars.el (toplevel): Ditto.
8198         * wl.el (toplevel): Ditto.
8199
8200 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8201
8202         * wl-highlight.el (wl-highlight-message): Fixed problem of
8203         highlighting failure which occured when the last field contains
8204         multiple lines in the draft buffer.
8205
8206         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8207         `wl-biff-start' if plugged.
8208
8209         * wl-util.el (wl-biff-check-folder): New function.
8210         (wl-biff-check-folders): Don't set session name prefix.
8211         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8212         (wl-biff-check-folder-async): Ditto.
8213
8214         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8215         in email address.
8216
8217 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8218
8219         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8220
8221         * wl-draft.el (wl-draft-strip-subject-re): New function.
8222
8223         * wl-draft.el (wl-draft-reply): Use it.
8224
8225 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8226
8227         * wl-message.el (wl-mmelmo-message-redisplay): Use
8228         `mime-display-message' instead of `wl-mime-display-message'.
8229
8230         * wl-mime.el (toplevel): Removed compatibility workaround
8231         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8232         (wl-mime-display-message): Abolished.
8233         (wl-mime-entity-read-field): Ditto.
8234         (wl-mime-combine-message/partial-pieces): Use
8235         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8236
8237 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8238
8239         * wl-template.el: Doc fixes.
8240
8241 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8242
8243         * wl-e21.el (wl-message-overload-functions): Do nothing if
8244         `current-local-map' is not available.
8245         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8246
8247 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8248
8249         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8250         representation.
8251
8252         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8253         number.
8254         (wl-fldmgr-save-folders): Don't use `format' when insert
8255         `wl-fldmgr-folders-header'.
8256
8257 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8258
8259         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8260
8261 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8262
8263         * wl-highlight.el (wl-highlight-message):
8264         Use `std11-field-end' to detect end point of the header field.
8265         Refer `wl-highlight-max-header-size'.
8266
8267         * wl-vars.el (wl-highlight-max-header-size): New variable.
8268
8269         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8270
8271         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8272         Set `for-draft' argument of wl-highlight-headers.
8273         (wl-draft): Ditto.
8274         (wl-draft-reedit): Ditto.
8275         (wl-user-agent-compose-internal): Ditto.
8276
8277 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8278
8279         * wl-message.el (wl-message-add-button): Use overlay.
8280
8281 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8282
8283         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8284
8285         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8286         problem when group-list content is nothing.
8287         (Reported by Mito <mit@nines.nec.co.jp>)
8288
8289 2000-10-18  SAITO Atsunori <sai@yedo.com>
8290
8291         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8292
8293 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8294
8295         * tm-wl.el (toplevel): Use product-provide.
8296
8297 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8298
8299         * Version number is increased to 2.3.92.
8300
8301 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8302
8303         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8304         title text, use `display' property for left margin under Emacs 21.
8305
8306         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8307         properties.
8308         (wl-plugged-init-icons): Ditto.
8309
8310 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8311
8312         * wl.el (wl-save-status, wl-init): Remove last period in
8313         "...done." message.
8314         * tm-wl.el (wl-summary-burst): Ditto.
8315         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8316         wl-summary-resume-cache-status,
8317         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8318         wl-summary-sync-update3, wl-summary-highlight-msgs,
8319         wl-summary-flush-pending-append-operations,
8320         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8321         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8322         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8323         wl-thread-open-all): Ditto.
8324         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8325         * wl-mime.el (wl-summary-burst): Ditto.
8326         * wl-highlight.el (wl-highlight-summary): Ditto.
8327         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8328         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8329         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8330         * wl-address.el (wl-local-address-init): Ditto.
8331
8332 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8333
8334         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8335         `add-text-properties'.
8336         (wl-plugged-init-icons): Ditto.
8337         (wl-folder-init-icons): Use `propertize' instead of
8338         `put-text-property'.
8339         (wl-plugged-set-folder-icon): Ditto.
8340         (wl-e21-highlight-folder-group-line): Ditto.
8341
8342 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8343
8344         * wl-version.el (wl-version-status-alist): New variable.
8345         (wl-version-status): New function.
8346
8347         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8348         "Cc" part of the case "Reply-To".
8349
8350         * wl-draft.el (wl-draft-reply): Use result of
8351         `eword-extract-address-components'.
8352
8353         * wl-demo.el (wl-demo-icon-name): New constant.
8354         (wl-logo-xpm): Use it.
8355         (wl-logo-xbm): Ditto.
8356         (wl-logo-bitmap): Ditto.
8357
8358         * Version number is increased to 2.3.91.
8359
8360 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8361
8362         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8363         (wl-extended-emacs-version, wl-extended-emacs-version2,
8364         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8365         docstring.
8366
8367         * wl-version.el (wl-generate-user-agent-string-1): New function.
8368         (wl-generate-user-agent-string): Use it.
8369
8370         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8371         `mime-edit-insert-user-agent-field'.
8372         (wl-generate-user-agent-string): Check
8373         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8374
8375         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8376         instead of `if', when verbose case.
8377
8378 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8379
8380         * wl-expire.el (wl-summary-expire): Fix.
8381
8382 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8383
8384         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8385         and `elmo-lost+found-folder' if 'wl-draft.
8386         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8387
8388 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8389
8390         * wl-expire.el (wl-summary-expire): Change messages.
8391         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8392         `deleing-info' instead of "Deleting..."
8393
8394 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8395
8396         * wl-summary.el (wl-summary-refile-subr): Fix.
8397
8398 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8399
8400         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8401         if pipe folder.
8402
8403 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8404
8405         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8406
8407 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8408
8409         * wl-expire.el (wl-expire-hide): New function.
8410         (wl-summary-expire): Add `hide'.
8411
8412 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8413
8414         * wl-vars.el (wl-draft-reply-without-argument-list):
8415         Changed default value to consider `Reply-To:'.
8416         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8417
8418         * Version number is increased to 2.3.90.
8419
8420         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8421         elmo-imap4-get-session with unwind-protect.
8422         Don't cause error.
8423         (wl-summary-sync-marks): Don't check plugged nor folder type.
8424         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8425         (Always keep current buffer).
8426
8427 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8428
8429         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8430         Enclose with `save-excursion'.
8431
8432 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8433
8434         * wl-version.el (wl-version): Remove interactive.
8435
8436 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8437
8438         * wl-version.el (wl-generate-user-agent-string): Use
8439         `product-string-verbose' instead of `product-string-1'.
8440
8441 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8442
8443         * wl-vars.el (wl-draft-use-cache): New variable.
8444         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8445         if wl-draft-use-cache is non-nil.
8446
8447 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8448
8449         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8450         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8451
8452 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8453
8454         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8455         (wl-thread-msg-mark-as-unread): Ditto.
8456
8457         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8458         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8459         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8460         Don't set mark in summary if return value of `elmo-mark-as-read'
8461         is nil.
8462         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8463         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8464         instead of `wl-thread-msg-mark-as-read'.
8465         (wl-summary-mark-as-unread-region): Ditto.
8466         (wl-summary-target-mark-mark-as-read): Ditto.
8467
8468         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8469
8470 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8471
8472         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8473
8474         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8475
8476 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8477
8478         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8479         face.
8480
8481 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8482
8483         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8484         `running-xemacs'.
8485
8486 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8487
8488         * wl-version.el (toplevel): Use `product-version-as-string' for
8489         set verstion-string, if defined.
8490
8491         * wl-version.el (wl-version-show): Insert string at point, when
8492         call with argument.
8493
8494         * wl-version.el (wl-generate-user-agent-string): Use
8495         `product-string-1' instead of `wl-appname', `wl-version' and
8496         `wl-codename'.
8497
8498 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8499
8500         * wl-address.el (toplevel): Use product-provide.
8501         * wl-demo.el (toplevel): Ditto.
8502         * wl-dnd.el (toplevel): Ditto.
8503         * wl-draft.el (toplevel): Ditto.
8504         * wl-e21.el (toplevel): Ditto.
8505         * wl-expire.el (toplevel): Ditto.
8506         * wl-fldmgr.el (toplevel): Ditto.
8507         * wl-folder.el (toplevel): Ditto.
8508         * wl-highlight.el (toplevel): Ditto.
8509         * wl-message.el (toplevel): Ditto.
8510         * wl-mime.el (toplevel): Ditto.
8511         * wl-mule.el (toplevel): Ditto.
8512         * wl-nemacs.el (toplevel): Ditto.
8513         * wl-refile.el (toplevel): Ditto.
8514         * wl-score.el (toplevel): Ditto.
8515         * wl-summary.el (toplevel): Ditto.
8516         * wl-template.el (toplevel): Ditto.
8517         * wl-thread.el (toplevel): Ditto.
8518         * wl-util.el (toplevel): Ditto.
8519         * wl-vars.el (toplevel): Ditto.
8520         * wl-xmas.el (toplevel): Ditto.
8521         * wl.el (toplevel): Ditto.
8522
8523 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8524
8525         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8526         instead of product.
8527
8528         * wl-version.el (wl-version): Compile time evalution elmo-version.
8529
8530 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8531
8532         * wl-summary.el (wl-summary-sync-force-update): Append queue
8533         `mark-as-read'if unplugged.
8534
8535 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8536
8537         * wl-version.el: New file.  Use product.el.
8538         * wl.el: add (require 'wl-version).
8539         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8540         for ~/.folders header.
8541         (wl-fldmgr-folders-header): Changed.
8542         * wl-demo.el (wl-demo): Use product.el.
8543
8544         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8545         wl-version.el.
8546         * wl-util.el (wl-version, wl-version-show): Ditto.
8547
8548         * wl-util.el (wl-generate-user-agent-string,
8549         wl-extended-emacs-version, wl-extended-emacs-version2,
8550         wl-extended-emacs-version3): Move to wl-version.el.
8551         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8552         xemacs-codename, mime-edit-insert-user-agent-field,
8553         mime-edit-user-agent-value, mime-editor/version,
8554         mime-editor/codename): Compile warning killer move to
8555         wl-version.el
8556
8557 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8558
8559         * wl-summary.el (wl-summary-refile-subr): Fix.
8560
8561 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8562
8563         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8564         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8565
8566 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8567
8568         * wl.el (wl-check-environment): Check too many `@'.
8569
8570 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8571
8572         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8573
8574 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8575
8576         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8577         wl-draft-reply-myself-without-argument-list): Add variables.
8578         * wl-draft.el (wl-draft-reply): Use it.
8579
8580 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8581
8582         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8583         the 5th argument of `elmo-network-get-spec'.
8584
8585         * wl-thread.el (wl-thread-reparent-children): New inline function.
8586         (wl-thread-delete-message): Use it.
8587
8588         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8589         (wl-summary-score-update-all-lines): Don't use `dolist'.
8590
8591 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8592
8593         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8594         (require 'elmo-msgdb) for inline function.
8595
8596 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8597
8598         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8599
8600 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8601
8602         * wl-score.el (wl-score-headers): Fix for the confusing macro
8603         `elmo-kill-buffer'.
8604
8605 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8606
8607         * wl-summary.el: Don't use the 3rd argument of `require' because
8608         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8609         * wl-util.el: Ditto.
8610         * wl-draft.el: Ditto.
8611
8612 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8613
8614         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8615         window system is not used.
8616
8617 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8618
8619         * wl-thread.el: Don't use `mapcar' only for iteration.
8620         (wl-thread-resume-entity): Ditto.
8621         (wl-thread-delete-message): Ditto.
8622
8623         * wl-summary.el: Bind `dragdrop-drop-functions',
8624         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8625         of `require' for `timezone', `easymenu' and `ps-print';
8626         don't use `mapcar' only for iteration.
8627
8628         * wl-util.el: Bind `mule-version', `nemacs-version',
8629         `emacs-beta-version', `xemacs-codename',
8630         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8631         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8632         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8633         only for iteration.
8634
8635         * wl-score.el: Don't use `mapcar' only for iteration.
8636         (wl-score-simplify-buffer-fuzzy): Ditto.
8637         (wl-score-simplify-subject): Ditto.
8638         (wl-score-headers): Ditto.
8639         (wl-summary-score-update-all-lines): Ditto.
8640
8641         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8642         `enable-multibyte-characters' and `mule-version'.
8643
8644         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8645         `mapcar' only for iteration.
8646
8647         * wl-demo.el: Don't use `mapcar' only for iteration.
8648
8649         * wl-folder.el: Don't use `mapcar' only for iteration.
8650         (wl-folder-open-all): Ditto.
8651         (wl-folder-count-incorporates): Ditto.
8652
8653         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8654         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8655
8656         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8657         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8658         `smtp-connection-type'; specify 3rd argument of `require' for
8659         `timezone'; don't use `mapcar' only for iteration.
8660         (wl-draft-clone-local-variables): Don't use `mapcar'.
8661         (wl-draft-generate-clone-buffer): Ditto.
8662         (wl-user-agent-compose-internal): Ditto.
8663
8664         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8665
8666         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8667         (wl-save-status): Ditto.
8668
8669         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8670         for iteration.
8671
8672 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8673
8674         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8675         removed `Date'.
8676         (wl-fldmgr-make-filter-default): New user option.
8677
8678         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8679         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8680         (wl-fldmgr-filter-completion-alist): Abolish.
8681
8682         * wl.el (wl): Don't check servers if arg is non-nil.
8683
8684         * wl-draft.el (wl-draft-reply): Set only message-id string to
8685         In-Reply-To field.
8686
8687 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8688
8689         * wl-summary.el (wl-summary-pick): Rewrite.
8690
8691         * wl-draft.el (wl-draft-forward): Get references field from
8692         original buffer.
8693         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8694
8695 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8696
8697         * wl-draft.el (wl-draft-forward): Add references field.
8698
8699 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8700
8701         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8702         (wl-draft-reply): Use it.
8703
8704 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8705
8706         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8707         when Emacs 21 is running.
8708
8709         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8710         bindings.
8711
8712 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8713
8714         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8715         XPM icons transparent.
8716
8717         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8718         Emacs 21.
8719
8720 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8721
8722         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8723         nil.
8724
8725         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8726         when it is persistent.
8727         (wl-summary-sync-marks): Changed argument for
8728         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8729         (wl-summary-virtual): Use `elmo-read-search-condition'.
8730         (wl-summary-redisplay-internal): If folder is local, mark as read
8731         even when folder is plugged.
8732
8733 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8734
8735         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8736         of `tool-bar-lines' in the frame parameters.
8737         (after-make-frame-functions, post-command-hook): Don't modify the
8738         value.
8739         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8740         wl-e21-tool-bar-lines): Removed.
8741
8742 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8743
8744         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8745         properties `evaporate' and `wl-momentary-overlay' as well.
8746         (wl-highlight-summary-displaying): Ditto.
8747         (wl-delete-all-overlays): Don't delete overlay which does not have
8748         a property `wl-momentary-overlay'.
8749
8750         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8751         `display-mouse-p' and `display-graphic-p'.
8752         (wl-folder-init-icons): Don't search for XBM or the other files.
8753         (wl-plugged-set-folder-icon): Make icons if and only if
8754         `display-graphic-p' returns non-nil.
8755         (wl-highlight-plugged-current-line): Use `before-string' overlay
8756         property to show icon images.
8757         (wl-highlight-folder-current-line): Ditto.
8758         (wl-e21-highlight-folder-group-line): Ditto.
8759         (wl-e21-highlight-folder-by-numbers): Ditto.
8760         (wl-e21-insert-image): Removed.
8761         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8762         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8763         said.
8764         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8765         `wl-e21-force-switch-toolbar'.
8766         (wl-e21-make-icon-image): Removed.
8767         (wl-e21-setup-toolbar): Don't search for XBM files.
8768         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8769         the default value.
8770
8771 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8772
8773         * wl-util.el (wl-biff-check-folder-async): Set
8774         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8775
8776 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8777
8778         * wl-e21.el (after-make-frame-functions): Add
8779         `wl-e21-force-switch-toolbar'.
8780         (wl-e21-force-switch-toolbar): New function force to switch the
8781         toolbar appearance automatically.
8782         (post-command-hook): Add `wl-e21-switch-toolbar'.
8783         (wl-e21-switch-toolbar): New function to switch the toolbar
8784         appearance automatically.
8785         (wl-e21-tool-bar-lines): New buffer local variable.
8786
8787 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8788
8789         * wl-util.el (wl-biff-check-folders-running): New variable.
8790         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8791         (wl-biff-check-folder-async-callback):
8792         Set `wl-biff-check-folders-running'.
8793         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8794         with unwind-protect.
8795
8796         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8797         Enclose `wl-folder-auto-check' with unwind-protect.
8798
8799         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8800         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8801
8802         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8803
8804         * wl-util.el (wl-biff-notify): New inline function.
8805         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8806         locally.
8807         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8808         folder-list' is 1.
8809         Use `wl-biff-notify'.
8810         (wl-biff-check-folder-async-callback): New function.
8811         (wl-biff-check-folder-async): Ditto.
8812
8813         * wl-folder.el (wl-folder): Don't check folders.
8814         (wl-folder-auto-check): New function.
8815
8816 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8817
8818         * wl-util.el (wl-biff-start) [Emacs19+]:
8819         Use `timer-next-integral-multiple-of-time'.
8820         (wl-biff-check-folders): Use `wl-default-folder'
8821         if `wl-biff-check-folder-list' is nil.
8822
8823 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8824
8825         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8826         instead of `elmo-delete-lists'.
8827
8828 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8829
8830         * wl.el (wl-plugged-toggle-all): Set the value of
8831         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8832         (wl-plugged-toggle): Ditto.
8833         (wl-toggle-plugged): Ditto.
8834         (wl-plugged-init): Ditto.
8835
8836         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8837         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8838         instead of `wl-biff-state-indicator-off' and
8839         `wl-biff-state-indicator-on'; don't modify the value and the type
8840         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8841         (wl-plugged-init-icons): Set icons data to
8842         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8843         instead of `wl-plug-state-indicator-off' and
8844         `wl-plug-state-indicator-on'; don't modify the value and the type
8845         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8846
8847         * wl-vars.el (wl-modeline-biff-state-off,
8848         wl-modeline-biff-state-on, wl-modeline-biff-status,
8849         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8850         wl-modeline-plug-status): New internal variables.
8851         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8852         wl-biff-check-interval, wl-biff-check-folder-list): Change
8853         customization group from `wl-folder' to `wl-highlight'.
8854         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8855         wl-show-plug-status-on-modeline): Defcustomized.
8856
8857         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8858         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8859         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8860         a flag to `mode-line-buffer-identification'.
8861
8862         * wl-e21.el (wl-biff-init-icons): Set icons data to
8863         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8864         instead of `wl-biff-state-indicator-off' and
8865         `wl-biff-state-indicator-on'.
8866         (wl-plugged-init-icons): Set icons data to
8867         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8868         instead of `wl-plug-state-indicator-off' and
8869         `wl-plug-state-indicator-on'.
8870
8871 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8872
8873         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8874         excessive titles.
8875
8876 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8877
8878         * wl.el (wl-plugged-mode): Use revised
8879         `wl-mode-line-buffer-identification'.
8880         (wl-plugged-init): Don't use `force-mode-line-update'.
8881
8882         * wl-xmas.el (wl-draft-overload-functions): Use revised
8883         `wl-mode-line-buffer-identification'.
8884         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8885         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8886         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8887         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8888         `wl-make-plugged-hook';
8889         add `wl-folder-init-icons' and `wl-setup-folder' to
8890         `wl-folder-mode-hook'.
8891
8892         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8893         19 as well.
8894         (wl-mode-line-display-priority-list): New user option.
8895         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8896         Defcustomized.
8897         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8898         Add docs.
8899
8900         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8901         start.
8902         (wl-mode-line-buffer-identification): Revised as a function.
8903
8904         * wl-summary.el (wl-summary-mode): Use revised
8905         `wl-mode-line-buffer-identification'; don't call
8906         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8907         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8908         `wl-xmas-setup-summary'.
8909
8910         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8911         `wl-mode-line-buffer-identification'.
8912
8913         * wl-mule.el (wl-draft-overload-functions): Use revised
8914         `wl-mode-line-buffer-identification'.
8915
8916         * wl-folder.el (wl-make-plugged-alist): Don't call
8917         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8918         (wl-folder): Don't call `wl-folder-init-icons' directly.
8919         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8920         `wl-xmas-setup-folder' directly;
8921         use revised `wl-mode-line-buffer-identification'.
8922         (TopLevel): Don't bind `wl-biff-init-icons',
8923         `wl-plugged-init-icons', `wl-folder-init-icons',
8924         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8925
8926         * wl-e21.el (wl-draft-overload-functions): Use revised
8927         `wl-mode-line-buffer-identification'.
8928         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8929         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8930         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8931         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8932         `wl-make-plugged-hook';
8933         add `wl-folder-init-icons' and `wl-setup-folder' to
8934         `wl-folder-mode-hook'.
8935
8936 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8937             Katsumi Yamaoka    <yamaoka@jpl.org>
8938
8939         * wl.el (wl): Call `wl-biff-start'.
8940         (wl-exit): Call `wl-biff-stop'.
8941         (wl-plugged-mode): Show biff in modeline.
8942         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8943
8944         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8945         (wl-biff-init-icons): New function.
8946         (wl-plugged-init-icons): Don't make too much keymaps.
8947         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8948
8949         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8950         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8951         variables.
8952         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8953         options.
8954
8955         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8956         wl-biff-start, wl-biff-stop): New functions.
8957         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8958         (wl-biff-timer-name): New variable.
8959
8960         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8961
8962         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8963         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8964
8965         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8966         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8967
8968         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8969         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8970         `wl-folder-init-icons' to `ignore' if they are not available.
8971         (wl-folder-mode): Show biff in modeline.
8972
8973         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8974         (wl-biff-init-icons): New function.
8975         (wl-plugged-init-icons): Don't make too much keymaps.
8976         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8977
8978 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8979
8980         * wl-vars.el (wl-strict-diff-folders): Customization Type
8981         and doc fix.  Define as a list of regular expressions for
8982         folders or nil.
8983         * wl-folder.el (wl-folder-check-one-entity): Use
8984         `wl-string-match-member' instead of `wl-string-member' for
8985         `wl-strict-diff-folders'.
8986
8987 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8988
8989         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8990         (wl-highlight-folder-current-line): Use it; new implementation.
8991         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8992         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8993         `defsubst' instead of `defun'.
8994
8995         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8996         `wl-highlight-group-folder-by-numbers'; made it can also be a
8997         number.  See info for more details.
8998
8999         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9000         running.
9001
9002         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9003         to bind them.
9004
9005         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9006         (wl-highlight-folder-current-line): New implementation.
9007
9008         * wl-highlight.el (wl-highlight-folder-group-line): New
9009         implementation.
9010         (wl-delete-all-overlays): Rewrite as a marco.
9011         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9012
9013         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9014         running.
9015         (wl-folder-*-glyph): No need to bind them.
9016
9017         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9018         `wl-e21-highlight-folder-group-icon'; rewrite.
9019         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9020         `defsubst' instead of `defun'.
9021         (wl-folder-mode-map): Bind it when compiling.
9022
9023 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9024
9025         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9026
9027         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9028
9029 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9030
9031         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9032
9033 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9034
9035         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9036         (wl-highlight-folder-current-line): Use it.
9037
9038         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9039         in `id-name'.
9040
9041 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9042
9043         * wl.el: Require `wl-e21' when Emacs 21 is running.
9044
9045         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9046         default when Emacs 21 is running.
9047         (wl-use-highlight-mouse-line): Ditto.
9048         (wl-on-emacs21): New constant.
9049         (wl-on-emacs20): Removed.
9050
9051         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9052         Emacs 21 is running.
9053
9054         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9055         Emacs 21 is running.
9056
9057         * wl-e21.el: New file.
9058
9059 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9060
9061         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9062         (wl-toggle-plugged): Ditto.
9063         (wl-plugged-toggle): Ditto.
9064         (wl-plugged-toggle-all): Ditto.
9065
9066         * wl-vars.el (wl-plug-state-indicator): Refer
9067         `wl-plug-state-indicator-on' indirectly.
9068
9069 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9070
9071         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9072         Call `wl-folder-confirm-existence'.
9073
9074         * wl-folder.el (wl-folder-confirm-existence): Added optional
9075         argument `force'.
9076
9077 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9078
9079         * wl-summary.el (wl-summary-refile-subr): Assume
9080         `copy-or-refile' as symbol.
9081         (wl-summary-refile): Follow up above change.
9082         (wl-summary-copy): Ditto.  Doc fix.
9083
9084 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9085
9086         * wl-summary.el (wl-summary-pick): Don't bind
9087         `elmo-search-mime-charset'.
9088
9089         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9090         default using old backquote style.
9091         (wl-search-mime-charset): Abolished.
9092
9093         * wl-highlight.el (wl-highlight-headers):
9094         Call `point' after `re-search-forward'(for Nemacs).
9095
9096         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9097         for elmo-imap4.el.
9098
9099 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9100
9101         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9102         `wl-message-ignored-field-list' instead of
9103         `mime-view-ignored-field-list'.
9104
9105         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9106         Add interactive spec.
9107         (wl-folder-goto-bottom-of-current-folder): Ditto.
9108         (wl-folder-mode-map): Bind them.
9109
9110         * wl-vars.el (wl-message-ignored-field-list): New variable.
9111         (wl-message-visible-field-list): New variable.
9112
9113         * wl-mime.el (wl-mime-header-presentation-method): New function.
9114         (wl-mime-setup): Set header-presentation-method.
9115
9116 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9117
9118         * wl-nemacs.el (wl-draft-overload-functions): Set
9119         `mode-line-buffer-identification' instead of using
9120         `wl-make-modeline'.
9121
9122         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9123         instead of using `wl-make-modeline'.
9124
9125         * wl-xmas.el (wl-plugged-init-icons): Set up
9126         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9127         (wl-make-modeline): Abolish.
9128         (wl-draft-overload-functions): Set
9129         `mode-line-buffer-identification' instead of using
9130         `wl-make-modeline'.
9131
9132         * wl-util.el (wl-make-modeline-subr): Abolish.
9133         (wl-mode-line-buffer-identification): New alias.
9134
9135         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9136         (wl-summary-make-modeline): Abolish.
9137         (wl-summary-buffer-set-folder): Set
9138         `wl-summary-buffer-folder-indicator'.
9139         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9140         of using `wl-make-modeline'.
9141         (wl-summary-switch-to-clone-buffer): Don't set
9142         `mode-line-buffer-identification'.
9143         (wl-summary-goto-folder-subr): Ditto.
9144
9145         * wl-mule.el (wl-draft-overload-functions): Set
9146         `mode-line-buffer-identification' instead of using
9147         `wl-make-modeline'.
9148
9149         * wl-folder.el (wl-folder-mode): Set
9150         `mode-line-buffer-identification' instead of using
9151         `wl-make-modeline'.
9152         (wl-folder): Don't set `mode-line-buffer-identification'.
9153
9154 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9155
9156         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9157         instead of `member' for `wl-refile-guess-func-list' look-ups.
9158         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9159
9160 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9161
9162         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9163         `wl-message-button-dispatcher'.
9164
9165         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9166
9167         * wl-message.el (wl-message-button-dispatcher): Use it.
9168
9169         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9170         "In-Reply-To".
9171
9172         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9173         Bind `case-fold-search' to t.
9174
9175 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9176
9177         * wl-xmas.el (wl-message-overload-functions): Initialize
9178         `wl-message-button-map'.
9179
9180         * wl-mule.el (wl-message-overload-functions): Initialize
9181         `wl-message-button-map'.
9182
9183         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9184
9185         * wl-message.el (wl-message-button-map): New keymap.
9186         (wl-message-add-button): New function.
9187         (wl-message-button-dispatcher): New function.
9188         (wl-message-button-refer-article): New function.
9189
9190         * wl-highlight.el
9191         (wl-highlight-message-add-buttons-to-header): New function.
9192         (wl-highlight-headers): Use it.
9193
9194 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9195
9196         * wl-summary.el (wl-summary-default-from): Use
9197         `wl-address-get-petname-1'.
9198         (wl-summary-simple-from): Ditto.
9199
9200         * wl-address.el (wl-address-get-petname-1): New inline function.
9201         (wl-address-get-petname): Use it.
9202
9203 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9204
9205         * wl-summary.el (wl-summary-default-from): Return full-name part
9206         from the address if no petname was found.
9207         (wl-summary-simple-from): Ditto.
9208
9209         * wl-address.el (wl-address-get-petname): Return nil if no petname
9210         associated with the address was found.
9211
9212 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9213
9214         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9215         display is finished.
9216
9217 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9218
9219         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9220         `elmo-folder-exists-p' argument.
9221
9222 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9223
9224         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9225         the folder.
9226
9227 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9228
9229         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9230
9231         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9232         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9233
9234 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9235
9236         * wl-folder.el (wl-folder-create-subr): New function.
9237         (wl-folder-confirm-existence): Use it.
9238         (wl-folder-check-one-entity): Use it.
9239         Check the error symbol is derived from 'elmo-open-error.
9240
9241         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9242         `ignore-error'.
9243
9244 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9245
9246         * wl-util.el (toplevel): Add (eval-when-compile (require
9247         'elmo-util)).  (Maybe `provide' is typo.)
9248
9249 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9250
9251         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9252         (I don't know why this was needed.)
9253
9254         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9255         Follow up changes for stream-type.
9256
9257         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9258         (wl-draft-elmo-nntp-send): Ditto.
9259
9260         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9261         (wl-nntp-posting-stream-type): Ditto.
9262         (wl-pop-before-smtp-ssl): Abolished.
9263         (wl-nntp-posting-ssl): Ditto.
9264
9265         * wl-address.el (wl-address-quote-specials): New function.
9266         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9267
9268         * wl-draft.el (wl-draft-reply): Ditto.
9269
9270 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9271
9272         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9273         use function `wl-string-match-assoc'.
9274
9275 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9276
9277         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9278
9279         * wl-draft.el (wl-draft-deduce-address-list): New function.
9280         (wl-draft-parse-mailbox-list): Ditto.
9281         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9282         instead of `smtp-deduce-address-list'.
9283         (wl-draft-on-field-p): Follow group list.
9284
9285         * wl-address.el (wl-address-concat-token): New function.
9286         (wl-address-string-without-group-list-contents): Ditto.
9287         (wl-complete-field-body): Fixed problem of completion
9288         by japanese petname.
9289         (wl-address-make-completion-list): Rewrite.
9290
9291 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9292
9293         * wl-address.el (wl-address-make-completion-list): Completion by
9294         petname.
9295         (wl-complete-field-body): Likewise.
9296
9297 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9298
9299         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9300         contains invalid address syntax.
9301
9302 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9303
9304         * wl-folder.el (wl-folder-check-entity-async): Use
9305         `elmo-nntp-spec-hostname'.
9306
9307 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9308
9309         * wl-summary.el (wl-summary-msgdb-load-async): Use
9310         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9311
9312 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9313
9314         * wl-draft.el (wl-draft-reply): Set argument
9315         `content-transfer-encoding' as nil.
9316
9317 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9318
9319         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9320         `wl-refile-alist'.
9321
9322 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9323
9324         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9325         (wl-draft-edit-string): Ditto.
9326         (wl-draft-forward): Ditto.
9327         * wl-summary.el (wl-summary-write): Ditto.
9328
9329 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9330
9331         * wl-summary.el (wl-summary-sync-update3): Call
9332         `wl-summary-buffer-number-column-detect'.
9333         (wl-summary-buffer-number-column-detect): Search from point-min.
9334
9335 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9336
9337         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9338         contains an address which is not included in original to or cc.
9339
9340 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9341
9342         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9343         begin-line does not exist.
9344         * wl-message.el (wl-message-uu-substring): Ditto.
9345
9346 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9347
9348         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9349         clear local variables.
9350         (wl-summary-exit): Call `elmo-commit'.
9351         (wl-summary-switch-to-clone-buffer): Call
9352         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9353         (wl-summary-goto-folder-subr): Ditto.
9354
9355         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9356         POP folder.
9357
9358 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9359
9360         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9361         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9362         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9363         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9364         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9365         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9366
9367         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9368
9369 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9370
9371         * wl-summary.el (wl-summary-search-by-subject):
9372         Search parent message from the latest one.
9373
9374 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9375
9376         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9377         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9378
9379         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9380         New user option.
9381
9382         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9383         if elmo-nntp-use-killed-list is nil.
9384         Use `elmo-msgdb-append-to-killed-list'.
9385         (Append numbers confirmed as disappeared to the killed list.)
9386         (wl-summary-confirm-appends): Don't display negative number.
9387
9388 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9389
9390         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9391
9392 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9393
9394         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9395         range is `all'.
9396         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9397         `elmo-list-bigger-diff'.
9398
9399 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9400
9401         * wl-summary.el (wl-summary-buffer-exit-func):
9402         New buffer local variable.
9403         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9404
9405 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9406
9407         * wl-demo.el (wl-demo): Fix the last change.
9408
9409 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9410
9411         * wl-demo.el (wl-demo): Don't use `eval'.
9412
9413 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9414
9415         * wl-summary.el (wl-summary-buffer-thread-modified):
9416         New buffer-local variable.
9417         (wl-summary-set-thread-modified): New function.
9418         (wl-summary-thread-modified-p): New function.
9419         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9420         (wl-summary-yank-saved-message): Use function
9421         `wl-summary-set-thread-modified'
9422         (wl-summary-switch-to-clone-buffer): Add
9423         `wl-summary-buffer-thread-modified'.
9424
9425         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9426         (wl-summary-buffer-mark-saved-hook): Ditto.
9427         * wl-summary.el (wl-summary-msgdb-save): New hook
9428         `wl-summary-buffer-message-saved-hook' and
9429         `wl-summary-buffer-mark-saved-hook'.
9430
9431 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9432
9433         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9434
9435 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9436
9437         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9438         don't hide scroll bars under FSF Emacsen because it may incur an
9439         undesirable redrawing.
9440
9441 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9442
9443         * wl-draft.el (wl-draft-edit-string): Call
9444         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9445
9446 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9447
9448         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9449
9450 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9451
9452         * wl-summary.el (wl-summary-msgdb-load-async): Call
9453         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9454
9455 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9456
9457         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9458         fringes in demo buffer; center bitmap logo correctly even if old
9459         Mule is used.
9460
9461 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9462
9463         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9464
9465         * wl-refile.el (wl-refile-subject-alist): New variable.
9466         (wl-refile-subject-alist-file-name): Ditto.
9467         (wl-refile-alist-setup): Rewrite.
9468         (wl-refile-alist-save): Use `elmo-object-save'.
9469         Eliminated arguments.
9470         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9471         (wl-refile-guess-by-subject): New function.
9472         (wl-refile-guess-func-list): Added it.
9473
9474 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9475
9476         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9477         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9478
9479 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9480
9481         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9482         New buffer-local variable.
9483         (wl-summary-buffer-next-folder-func): Ditto.
9484         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9485         if non-nil.
9486         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9487         if non-nil.
9488         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9489         if non-nil.
9490         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9491         if non-nil.
9492
9493 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9494
9495         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9496         permanently in the demo buffer.
9497
9498 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9499
9500         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9501         `mime-entity-fetch-field'.
9502
9503         * wl.el (wl-exit): Delete plugged buffer.
9504
9505         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9506         XEmacs has menubar feature.
9507
9508 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9509
9510         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9511         cannot arrive at the beginning of the buffer under old Emacsen.
9512
9513 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9514
9515         * wl-address.el (wl-address-ldap-search):
9516         Call `ldap-search-entries' with `withdn' argument t.
9517         (wl-complete-field-body): Bind completion-ignore-case as t.
9518         Clear ldap search hash when it was sole completion.
9519         Use elmo-string for pattern string.
9520         (wl-ldap-alias-safe-string): Eliminated needless let.
9521
9522 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9523
9524         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9525         (wl-ldap-alias-sep): New constant.
9526         (wl-ldap-search-attribute-type-list): Ditto.
9527         (wl-ldap-get-value): New function.
9528         (wl-ldap-make-filter): Ditto.
9529         (wl-ldap-make-matched-value-list): Ditto.
9530         (wl-ldap-alias-safe-string): Ditto.
9531         (wl-ldap-register-dn-string): Ditto.
9532         (wl-address-ldap-search): Rewrite.
9533
9534 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9535
9536         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9537         thread is deleted.
9538         (wl-thread-delete-line-from-buffer): Ditto.
9539         (wl-thread-get-exist-children): New function.
9540
9541 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9542
9543         * wl-demo.el (wl-demo): Made it to select various image types.
9544         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9545         from `wl-title-logo'.
9546         (wl-logo-ascii): New variable.
9547         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9548         (wl-demo-copyright-notice): New constant.
9549
9550         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9551
9552 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9553
9554         * wl-vars.el (wl-summary-target-above): Renamed from
9555         wl-summary-temp-above.
9556         * wl-score.el (wl-score-get-score-alist): Use it.
9557         (wl-summary-score-update-all-lines): Use it.
9558         * wl-summary.el: Ditto. (make-variable-buffer-local).
9559
9560 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9561
9562         * wl-vars.el (wl-ldap-port): New user option.
9563
9564         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9565         Rewite whole implementation.
9566         (wl-complete-field-body): Fixed.
9567
9568 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9569
9570         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9571         Choose implementation at compile time.
9572
9573 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9574
9575         * wl-address.el (wl-ldap-search-internal): New function.
9576         (wl-complete-field-to): Use it.
9577
9578 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9579
9580         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9581         Use `let' instead of `let*'.
9582         Require 'wl-vars.
9583
9584         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9585         Define as defcustom.
9586         (wl-ldap-base): Ditto.
9587         (wl-use-ldap): Ditto.
9588
9589 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9590
9591         * wl-address.el (wl-ldap-search): New function.
9592         (wl-complete-field-body): Use `wl-ldap-search'.
9593         (wl-ldap-server): New variable.
9594         (wl-ldap-base): Ditto.
9595         (wl-use-ldap): Ditto.
9596
9597 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9598
9599         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9600         (Pointed out by Mito <mit@nines.nec.co.jp>).
9601         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9602         buffer-local variables like `wl-summary-redisplay-internal'.
9603         (wl-summary-redisplay-all-header): Likewise.  Update
9604         Summary view too.
9605
9606 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9607
9608         * wl-summary.el (wl-summary-jump-to-parent-message):
9609         Consider prefix argument.
9610
9611         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9612         when closed thread is deleted.
9613
9614 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9615
9616         * wl-summary.el (wl-summary-jump-to-parent-message):
9617         Consider thread modification.
9618
9619 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9620
9621         * wl-message.el (wl-message-normal-get-original-buffer): Use
9622         `save-excursion'.
9623
9624         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9625         (wl-summary-showto-folder-regexp): Ditto.
9626
9627 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9628
9629         * wl-util.el (wl-delete-alist): Doc fix.
9630         (wl-delete-associations): New function.
9631         (wl-inverse-alist): New function.
9632         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9633         Split temporary variables. Use `wl-delete-associations'
9634         and `wl-inverse-alist'.
9635         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9636
9637 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9638
9639         * wl-folder.el (wl-folder-prefetch-entity):
9640         Execute prefetching if new count is unknown.
9641
9642 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9643
9644         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9645
9646         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9647         delete entity.
9648         (wl-thread-set-parent): If insert as top, set linked as nil.
9649
9650         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9651         `wl-thread-cleanup-symbols' when view mode is thread.
9652
9653 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9654
9655         * wl-folder.el (wl-folder-create-folder-entity): Use
9656         with-current-buffer.
9657         (wl-local-folder-init): Call set-buffer to make sure we are in
9658         the Folder buffer. Don't touch buffer-local variables here.
9659         (wl-folder-mode): Initialize buffer-local variables here.
9660
9661         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9662         (wl-folder-entity-assign-id): Ditto.
9663         (wl-folder-create-entity-hashtb): Ditto.
9664         (wl-local-folder-init): Ditto.
9665         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9666
9667 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9668
9669         * wl-summary.el (wl-summary-default-from): Fix probrem when
9670         std11-extract-address-components return (nil "foo@bar").
9671
9672 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9673
9674         * wl-draft.el (wl-draft-clone-local-variables):
9675         Remove redundant `setq'.
9676
9677 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9678
9679         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9680         Bind wl-highlight-x-face-func as nil while highlighting header.
9681
9682 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9683
9684         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9685
9686 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9687
9688         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9689         elmo-msgdb-overview-hashtb from copy-variables.
9690         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9691         instead of `elmo-msgdb-overview-get-entity-by-number'.
9692         (wl-summary-auto-refile): Ditto.
9693
9694         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9695         `elmo-msgdb-overview-get-entity' instead of
9696         `elmo-msgdb-search-overview-entity'.  Use
9697         `elmo-msgdb-overview-get-entity' instead of
9698         `elmo-msgdb-overview-get-entity-by-number'.
9699         (wl-thread-insert-entity-sub): Ditto.
9700         (wl-thread-insert-message): Ditto.
9701
9702         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9703         `elmo-msgdb-overview-get-entity'.
9704         (wl-normal-message-redisplay): Ditto.
9705
9706 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9707
9708         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9709         `wl-thread-entities'.
9710         (wl-thread-delete-message): Fix remove top message from
9711         `wl-thread-entity-list'.
9712
9713         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9714         wl-append(nconc), because update-list is broken on Meadow.
9715
9716         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9717         updating process.
9718         (wl-summary-rescan): Ditto.
9719         (wl-summary-sync-update3): Ditto.
9720         * wl-thread.el (wl-thread-set-parent): Renamed from
9721         `wl-summary-set-parent'.
9722         (wl-thread-insert-message): Updating buffer faster.
9723         (wl-thread-delete-message): Updating buffer faster.
9724
9725         * wl-score.el (wl-summary-score-update-all-lines): Changed
9726         interval for display progress gauge.
9727
9728 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9729
9730         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9731         folder always-sticky.
9732         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9733         defmacro.
9734
9735 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9736
9737         * wl-vars.el (wl-draft-add-references): New user option.
9738
9739         * wl-draft.el (wl-draft-add-references): New function.
9740         (wl-draft-yank-from-mail-reply-buffer): Use it.
9741         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9742         as nil.
9743
9744 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9745
9746         * wl-thread.el (wl-thread-update-line-msgs): Called
9747         `wl-thread-update-line-on-buffer-sub'.
9748         (wl-thread-update-line-on-buffer): Delete routine of inserting
9749         thread.
9750         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9751         moved from `wl-thread-update-line-on-buffer'.
9752         Add threshold for displaying progress gauge.
9753         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9754         argument of `wl-thread-update-line-msgs'.
9755         Add threshold for displaying progress gauge.
9756         * wl-folder.el:
9757         Add threshold for displaying progress gauge.
9758         * wl-score.el: Ditto.
9759
9760         * wl-expire.el (wl-summary-expire): Display deleting info.
9761
9762 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9763
9764         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9765         `no-msg'.
9766         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9767         argument of `wl-thread-update-line-msgs'.
9768         (wl-summary-set-parent): Added optional argument `parent-number'.
9769         (wl-summary-buffer-saved-message): New buffer local variable.
9770         (wl-summary-save-current-message): New command.
9771         (wl-summary-yank-saved-message): Ditto.
9772         (wl-summary-mode-map): Added key binding for
9773         `wl-summary-save-current-message' (\ew) and
9774         `wl-summary-yank-saved-message' (\C-y).
9775         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9776
9777 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9778
9779         * wl-summary.el (wl-summary-mode-map): Added key binding for
9780         `wl-summary-set-parent' (ts).
9781
9782 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9783
9784         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9785         subject faster. If thread number is reverse, delayed updating
9786         thread.
9787         (wl-summary-search-by-subject): Ditto.
9788         (wl-summary-put-alike): Ditto.
9789         (wl-summary-get-alike): Ditto.
9790         (wl-summary-insert-headers): Insert header of all overview in
9791         buffer.
9792         (wl-summary-rescan): Delayed updating thread. Kill search subject
9793         buffer for wl-summary-search-by-subject.
9794         (wl-summary-sync-update3): Ditto.
9795         (wl-summary-exit): Ditto.
9796         (wl-summary-goto-bottom-of-current-thread): Change for linked
9797         thread.
9798         (wl-summary-overview-create-summary-line): Change line for linked
9799         thread.
9800
9801         * wl-summary.el (wl-summary-update-thread): Use
9802         wl-thread-maybe-get-children-num.
9803         (wl-summary-set-parent): If change parent, move sub thread.
9804         (wl-summary-redisplay-internal): Add horizontal recenter.
9805         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9806
9807         * wl-thread.el (wl-thread-entity-get-linked): New function.
9808         (wl-thread-entity-set-linked): New function.
9809         (wl-thread-create-entity): Add linked element.
9810         (wl-thread-entity-insert-as-top): Use wl-append.
9811         (wl-thread-maybe-get-children-num): If closing thread, return
9812         children msgs.
9813         (wl-thread-update-line-msgs): Displaying progress message.
9814         (wl-thread-update-line-on-buffer-sub): Use
9815         wl-thread-maybe-get-children-num.
9816         (wl-thread-update-line-on-buffer): If update line is not exists,
9817         insert thread.
9818         (wl-thread-delete-message): If delete top msg of thread, search
9819         parent by subject.
9820         (wl-thread-insert-entity): Use
9821         wl-thread-maybe-get-children-num.
9822
9823         * wl-highlight.el (wl-highlight-summary-current-line): change
9824         sregexp for linked thread.
9825         * wl-util.el (wl-count-lines): Count lines.
9826         (wl-horizontal-recenter): horizontal recenter.
9827         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9828         (wl-score-get-alike): Ditto.
9829         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9830         (wl-subject-length-limit): New variable.
9831         (wl-highlight-thread-indent-string-regexp): Changed for linked
9832         thread.
9833
9834 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9835
9836         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9837         New variable (revival).
9838         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9839         by subject matching if there's no in-reply-to nor references field
9840         (revival).
9841
9842 \f
9843 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9844
9845         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9846         message.
9847
9848 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9849
9850         * wl-summary.el (wl-summary-reply): Return t if there was a
9851         message at cursor point.
9852         Added unwind-protect.
9853         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9854         returns t.
9855         (wl-summary-cancel-message): Do nothing when there's no message at
9856         cursor point.
9857         (wl-summary-forward): Ditto.
9858         (wl-summary-jump-to-parent-message): Ditto.
9859         (wl-summary-reedit): Ditto.
9860         (wl-summary-edit-addresses): Ditto.
9861         (wl-summary-pipe-message): Ditto.
9862         (wl-summary-print-message-with-ps-print): Ditto.
9863         (wl-summary-print-message): Ditto.
9864         (wl-summary-mark-as-important): Ditto.
9865         (wl-summary-mark-as-unread): Ditto.
9866
9867         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9868         message at cursor point.
9869         (wl-summary-reply-with-citation): Remove unwind-protect.
9870
9871         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9872         subject searching feature.
9873         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9874         Eliminated.
9875
9876 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9877
9878         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9879         New variable.
9880         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9881         by subject matching if there's no in-reply-to nor references field.
9882
9883         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9884
9885         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9886         when display is finished.
9887         (wl-folder-open-all): Ditto.
9888         (wl-folder-update-access-group): Ditto.
9889         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9890         * wl-thread.el (wl-thread-close-all): Ditto.
9891
9892         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9893         progress gauge only when it was displayed.
9894         * wl-folder.el (wl-folder-insert-entity): Ditto.
9895
9896 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9897
9898         * wl-summary.el (wl-summary-incorporate): Enclose
9899         `wl-summary-sync-force-update' with save-excursion.
9900
9901 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9902
9903         * wl-summary.el (wl-summary-prefetch-region):
9904         Pass current cursor point to `pos-visible-in-window-p' after
9905         moving cursor to the started point.
9906
9907 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9908
9909         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9910
9911         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9912         fields from the forwarding message.
9913         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9914         `ignored-fields'.
9915
9916 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9917
9918         * wl-mime.el (wl-message-request-partial):
9919         Eliminated argument `msgdb'.
9920         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9921         (wl-mime-combine-message/partial-pieces): Likewise.
9922         * tm-wl.el (wl-message-request-partial): Likewise.
9923         (wl-mime-combine-message/partial-pieces): Likewise.
9924
9925 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9926
9927         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9928         when display is finished.
9929
9930 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9931
9932         * wl-summary.el (wl-summary-goto-folder-subr):
9933         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9934
9935 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9936
9937         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9938         when cursor point is visible.
9939
9940 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9941
9942         * wl-expire.el (wl-expire-archive-get-max-number):
9943         Don't use `file-name-directory'.
9944
9945 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9946
9947         * wl-expire.el (wl-expire-archive-get-max-number):
9948         Use `file-name-directory'.
9949
9950 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9951
9952         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9953         only when there is progress.
9954
9955 2000-04-13  Mito <mit@nines.nec.co.jp>
9956
9957         * wl-summary.el (wl-summary-sync-marks): Display progress.
9958
9959 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9960
9961         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9962         (wl-summary-prev): Move cursor regardless of unread status.
9963         (wl-summary-next): Ditto.
9964
9965 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9966
9967         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9968         Added argument `target' and `number'.
9969         * tm-wl.el (wl-summary-burst-subr): New function.
9970         (wl-summary-burst): Use it.
9971
9972 2000-04-10  Mito <mit@nines.nec.co.jp>
9973
9974         * wl-mime.el (wl-burst): New function.
9975         (wl-summary-burst): Use it.
9976
9977 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9978
9979         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9980         as petname when there's no candidate.
9981
9982 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9983
9984         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9985         New variable.
9986         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9987
9988         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9989
9990         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9991
9992 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9993
9994         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9995         Use substring of `original' instead of buffer-substring.
9996         (wl-refile-evaluate-rule):
9997         Set `original' argument of wl-refile-expand-newtext.
9998
9999         * wl-summary.el
10000         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10001         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10002         (wl-summary-auto-refile): Check existence of destination folder just
10003         before marking.
10004
10005 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10006
10007         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10008         when wl-refile-get-field-value return nil.
10009
10010 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10011
10012         * wl-refile.el
10013         (wl-refile-expand-newtext): New function imported from Gnus.
10014         (wl-refile-evaluate-rule): Use it.
10015
10016 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10017
10018         * wl-summary.el (wl-summary-print-destination):
10019         Duplicate folder string to avoid putting text-property on
10020         original string.
10021
10022         * wl-refile.el (wl-refile-get-field-value): New function.
10023         (wl-refile-evaluate-rule): New function;
10024         Evaluate refile rule recursively.
10025         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10026         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10027         New function; Check existence of a target folder recursively.
10028         (wl-summary-auto-refile-check-refile-rule-alist):
10029         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10030
10031 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10032
10033         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10034
10035         * wl-folder.el (wl-create-folder-entity-from-buffer):
10036         Fixed problem when '}' character is contained in folder name.
10037
10038         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10039
10040 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10041
10042         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10043         (wl-fldmgr-add-completion-all-completions):
10044         Use wl-fldmgr-add-completion-hashtb.
10045
10046 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10047
10048         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10049         wl-fldmgr-add-completion-subr): New functions.
10050         * wl-folder.el (wl-folder-completion-func): New variable.
10051         * wl-summary.el (wl-summary-read-folder):
10052         Use wl-folder-completion-func.
10053
10054         * wl-refile.el: Eliminate throw & catch.
10055
10056         * wl.el (wl-plugged-sending-queue-status): Fixed.
10057
10058 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10059
10060         * wl-draft.el (wl-draft): Put category property on
10061         mail-header-separator.