(wl-summary-save): Use `write-region-as-binary'
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
4         instead of `write-region' and simplify.
5
6 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7
8         * wl-template.el (wl-template-select): Cause error if
9         `wl-template-alist' is nil.
10
11 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
12
13         * wl-news.el.in: Set file variable `no-byte-compile'.
14
15 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
16
17         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
18         whether a target message is within displaying area.
19         (elmo-event-handler-cache-changed): Ditto.
20
21 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
22
23         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
24         to `defun'.  Use `nconc' instead of `append' to collect descendant
25         message numbers.
26
27 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
28
29         * wl-thread.el (wl-thread-save-top-list)
30         (wl-thread-save-entities): Use `with-temp-buffer'.
31         * wl-news.el.in (wl-news-previous-version-load):
32         (wl-news-previous-version-save): Ditto.
33         * wl-summary.el (wl-summary-load-file-object)
34         (wl-summary-save-view-cache): Ditto.
35
36 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
37
38         * wl-util.el (toplevel): Require 'elmo-flag'.
39         (wl-read-search-condition): New function (Renamed from
40         `elmo-read-search-condition').
41         (wl-read-search-condition-internal): Likewise.
42
43         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
44         invalid.
45         (wl-summary-pick): Use `wl-read-search-condition' instead of
46         `elmo-read-search-condition'.
47         (wl-summary-virtual): Ditto.
48
49         * wl-folder.el (wl-folder-virtual): Ditto.
50         (wl-folder-pick): Ditto.
51
52         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
53
54 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
55
56         * wl-summary.el (wl-summary-reedit): Call
57         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
58
59 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
60
61         * wl-mime.el (toplevel): Require wl-vars.
62
63         * wl-message.el (toplevel): Require cl at compile.
64
65         * wl-draft.el (toplevel): Require elmo.
66
67 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
68
69         * wl-message.el (wl-message-buffer-prefetch): Count is a number
70         and do nothing when it is not positive.
71         (wl-message-buffer-prefetch-next): Ditto.
72
73 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
74
75         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
76         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
77         (wl-summary-redisplay-internal): Ditto.
78
79         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
80         message (the condition is borrowed from `wl-check-variables-2').
81         (wl-summary-redisplay-internal): Ditto.
82
83 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
84
85         * wl-mime.el (wl-draft-nntp-attribute): New function.
86         (wl-draft-attribute-nntp-posting-server): Use it.
87         (wl-draft-attribute-nntp-posting-port): Ditto.
88
89         * wl-mime.el (wl-draft-preview-attributes-list): New function.
90         (wl-draft-show-attributes-buffer): Ditto.
91         (wl-draft-hide-attributes-buffer): Ditto.
92         (wl-draft-attribute-newsgroups): Ditto.
93         (wl-draft-attribute-nntp-posting-server): Ditto.
94         (wl-draft-attribute-nntp-posting-port): Ditto.
95         (wl-draft-preview-message): Use there functions.
96
97         * wl-vars.el (wl-draft-preview-attributes-list): Change default
98         value.
99
100 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
101
102         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
103         (wl-draft-reedit): Ditto.
104         (wl-draft-queue-flush): Ditto.
105
106         * wl-mime.el (wl-message-request-partial): Ditto.
107         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
108         instead of `elmo-message-fetch'.
109
110         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
111
112         * wl-summary.el (wl-summary-message-string): Ditto.
113
114 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
115
116         * wl-util.el (wl-current-message-buffer): Follow the API change.
117
118         * wl-summary.el (wl-summary-redisplay-internal): Call
119         `wl-summary-mark-as-read' with 2nd argument as nil and update
120         unread count instead of persistent mark.
121
122         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
123         variable.
124         (wl-message-redisplay): Follow the API change.
125         (wl-message-buffer-display): Managed mime-entity directly and
126         return preview buffer only.
127         (wl-message-display-internal): Rewrite.
128         (wl-message-buffer-prefetch-subr): Not save return value of
129         `wl-message-buffer-display'.
130
131         * Version number is increased to 2.13.1.
132
133 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
134
135         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
136         'elmo-multiple-fields-body-list' with boundary specified.
137
138 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
139
140         * wl-vars.el (wl-summary-resend-use-cache): New variable.
141         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
142         cache if `wl-summary-resend-use-cache' is non-nil.
143
144 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
145
146         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
147         (wl-nntp-posting-stream-type): Ditto.
148
149 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
150
151         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
152
153 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
154
155         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
156         message.
157
158 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
159
160         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
161         Abolish.
162         (wl-summary-buffer-persistent-mark-version): New internal
163         variable.
164         (wl-summary-update-mark-and-highlight-window): Check by
165         wl-summary-persistent-mark-invalid-p.
166         (wl-summary-update-status-marks): Ditto.
167         (elmo-event-handler-flag-changed): Rewrite.
168         (elmo-event-handler-cache-changed): Define.
169         (wl-summary-prefetch-msg): Does not update persistent mark here.
170         (wl-summary-delete-cache): Ditto.
171         (wl-summary-resume-cache-status): Ditto.
172         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
173         (wl-summary-persistent-mark-invalid-p): New function.
174         (wl-summary-validate-persistent-mark): Ditto.
175         (wl-summary-validate-persistent-mark-string): Ditto.
176         (wl-summary-invalidate-persistent-mark): Ditto.
177         (wl-summary-update-persistent-mark): Call
178         `wl-summary-validate-persistent-mark'.
179         (wl-summary-create-line): Call
180         `wl-summary-validate-persistent-mark-string'.
181
182         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
183         status as t if cache used.
184
185 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
186
187         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
188         only if the target is group.
189         * wl-folder.el (wl-folder-append-petname): Don't check group name.
190
191 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
192
193         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
194
195 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
196
197         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
198
199         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
200
201 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
202
203         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
204         (Thanks to Yoichi NAKAYAMA).
205
206 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
207
208         * wl-util.el (wl-save-drafts): Restore echo area.
209
210 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
211
212         * Version number is increased to 2.13.0.
213
214         * wl-util.el (wl-biff-check-folder-async): Use
215         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
216
217 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
218
219         * wl-message.el (wl-message-display-internal): Does not put
220         wl-message-display-type property on message buffer.
221         (wl-message-buffer-display-type): New function.
222
223         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
224
225         * wl-summary.el (wl-summary-mode): Use `dolist' to add
226         `wl-summary-buffer-detach'.
227         (wl-summary-message-display-type): Use
228         `wl-summary-buffer-display-type'.
229
230 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
231
232         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
233         buffer-local.
234
235         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
236         kill-buffer-hook instead of make-local-variable.
237         (wl-draft-preview-message): Set `local' argument of add-hook as t.
238
239 2004-12-12  Scott Renfro <scott@renfro.org>
240
241         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
242         regex for square-branket.
243
244 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
245
246         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
247         `wl-message-mime-analysis-p' with argument `header'.
248
249 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
250
251         * wl-mime.el (wl-draft-yank-current-message-entity): 
252         Switch to no-mime following method according to wl-message-display-type
253         property.
254         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
255
256         * wl-message.el (wl-message-display-internal): 
257         Put wl-message-display-type property on message buffer.
258
259         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
260         (wl-message-display-internal): Ditto;
261
262         * wl-summary.el (wl-summary-toggle-mime): Ditto.
263
264 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
265
266         * wl-message.el (wl-message-make-display-type): New function.
267         (wl-message-display-type-property): Ditto.
268         (wl-message-mime-analysys-p): Ditto.
269         (wl-message-display-all-header-p): Ditto.
270         (wl-message-redisplay): Removed argument `as-is', `all-header' and
271         added `display-type'.
272         (wl-message-buffer-display): Likewise.
273         (wl-message-display-internal): Likewise.
274         (wl-message-buffer-display-type): Abolish.
275         (wl-message-buffer-prefetch-subr): Follow the API changed.
276
277         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
278         from wl-summary-buffer-display-all-header and changed default value.
279         (wl-summary-message-display-type): New function.
280         (wl-summary-buffer-display-mime-mode): Ditto.
281         (wl-summary-buffer-display-header-mode): Ditto.
282         (wl-summary-toggle-mime): Rewrite with above functions.
283         (wl-summary-toggle-all-header): Ditto.
284         (wl-summary-redisplay): Force redisplay with default mode.
285         (wl-summary-redisplay-internal): Renamed argument from `mode',
286         `all-header' to `mime-mode', `header-mode'.
287         Use `wl-message-make-display-type'.
288
289         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
290         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
291
292 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
293
294         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
295
296 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
297
298         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
299         in original message buffer.
300         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
301         buffer.
302
303 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
304
305         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
306
307 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
308
309         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
310
311 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
312
313         * wl-action.el (wl-summary-exec-action-refile): Display a done message
314         when actions succeeded.
315         (wl-summary-exec-action-copy): Likewise.
316
317 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
318
319         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
320         there is switch-to-buffer at the end of wl-message-select-buffer.
321         (wl-summary-reply): Ditto.
322
323 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
324
325         * wl-summary.el (wl-summary-forward): Put subject in original
326         message buffer as argument of wl-draft-forward.
327         * wl-draft.el (wl-draft-forward): Decode subject as in
328         wl-draft-reply.
329
330 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
331
332         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
333         a folder under access group.
334
335 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
336
337         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
338         wl-message-buffer-display.
339
340         * wl-util.el (wl-set-save-drafts): Fix typo.
341
342 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
343
344         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
345         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
346         wl-highlight-logo-face to set the bg color of an xbm image; fixed
347         the way to measure the width of a bitmap image; don't put face on
348         ascii and bitmap images; put the mark which should not use the
349         variable-pitch face on ascii and bitmap images.
350         (wl-demo-setup-properties): Don't use the variable-pitch face on
351         ascii and bitmap images; made it work on Emacs 20 and earlier.
352         (wl-demo-insert-text): End with a newline at the bottom; don't put
353         face on text.
354
355         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
356
357 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
358
359         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
360
361         * wl-util.el (wl-save-drafts): Moved from sample setting.
362         (wl-set-save-drafts): New function to set idle timer.
363         * wl-draft.el (wl-draft): Call it.
364         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
365
366 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
367
368         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
369         a summary which has toggle display status off.
370
371 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
372
373         * wl-draft.el (wl-draft-do-fcc): No cache save.
374
375 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
376
377         * wl-summary.el (elmo-event-handler-flag-changed): Use
378         `set-buffer' instead of `with-current-buffer'.
379
380 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
381
382         * wl-summary.el (wl-summary-after-resize-function): New function.
383         (wl-summary-mode): Add `wl-summary-after-resize-function' to
384         window-size-change-functions.
385
386 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
387
388         * wl-draft.el (wl-draft-create-buffer): Bind
389         `change-major-mode-hook' after current buffer is changed.
390
391         * wl-summary.el (wl-summary-buffer-detach): New function.
392         (wl-summary-buffer-set-folder): Call it.
393         (wl-summary-mode): Add `wl-summary-buffer-detach' to
394         change-major-mode-hook and kill-buffer-hook.
395         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
396         (wl-summary-switch-to-clone-buffer): Ditto.
397         (wl-summary-goto-folder-subr): Ditto.
398
399 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
400
401         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
402         after boundp check.
403
404 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
405
406         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
407         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
408         for `kill-buffer'.
409
410         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
411         handler of current buffer from elmo-folder.
412
413 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
414
415         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
416
417 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
418
419         * wl-summary.el (wl-summary-buffer-event-handler): New internal
420         variable.
421         (wl-summary-event-handler): New class.
422         (elmo-event-handler-flag-changed): Define to update persistent
423         mark.
424         (wl-summary-buffer-set-folder): Register event handler to
425         elmo-folder.
426         (wl-summary-exit): Unregister event handler.
427         (wl-summary-goto-folder-subr): Ditto.
428         (wl-summary-mark-as-read-all): Does not call
429         `wl-summary-update-persistent-mark' directly.
430         (wl-summary-mark-as-read-internal): Ditto.
431         (wl-summary-set-persistent-mark-internal): Ditto.
432         (wl-summary-set-flags-internal): Ditto.
433
434         * Version number is increased to 2.11.33.
435
436 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
437
438         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
439         to nil.
440
441 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
442
443         * wl-spam.el (wl-spam-setup): Add hook
444         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
445         instead of `wl-summary-prepare-hook'.
446
447         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
448         if folder type is `'flag'.
449         (wl-summary-mark-as-important): Ditto.
450
451 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
452
453         * wl-address.el (wl-address-minibuffer-history): New variable.
454         (wl-address-minibuffer-local-map): New keymap.
455         (wl-address-read-from-minibuffer): New function.
456
457         * wl-action.el (wl-summary-get-resend-address): Use
458         `wl-address-read-from-minibuffer' instead of `completing-read'.
459
460 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
461
462         * Version number is increased to 2.11.32.
463
464 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
465
466         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
467         without mule to iso-8859-1.
468         (wl-draft-add-in-reply-to): Add note in description.
469         (wl-draft-add-references): Ditto.
470
471 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
472
473         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
474         definition for `m'.
475         (wl-summary-mode-line-format): Add '[%m]'.
476         (wl-message-mode-line-format-spec-alist): Ditto.
477         (wl-summary-display-mime-mode-list): New variable.
478
479         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
480         from wl-summary-buffer-display-as-is.
481         (wl-summary-buffer-display-all-header): New buffer local variable.
482         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
483         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
484         instead of wl-summary-buffer-display-as-is.
485         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
486         (wl-summary-set-persistent-mark): Ditto.
487         (wl-summary-set-message-buffer-or-redisplay): Just call
488         `wl-summary-redisplay-internal' without optional arguments.
489         (wl-summary-toggle-mime): Rewrite.
490         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
491         (wl-summary-toggle-all-header): New function.
492         (wl-summary-redisplay-internal): Treat mime mode.
493
494         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
495         to wl-mime-preview-follow-no-mime.
496         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
497         accodring to the display-mode.
498
499         * wl-message.el (wl-message-buffer-display-type): Rewrite.
500         (wl-message-buffer-display): Changed argument name from `as-is' to
501         `mode'.
502         (wl-message-display-internal): Ditto;
503         Bind elmo-mime-display-header-analysis according to the mode.
504         (wl-message-display-internal): Put wl-message-display-mime-mode
505         property on entire buffer.
506
507 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
508
509         * wl-draft.el (wl-draft-do-fcc): Undo last change.
510
511 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
512
513         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
514         Don't extract mail address.
515         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
516
517         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
518
519         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
520
521 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
522
523         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
524         wl-fldmgr-cut-entity-list on confirmation.
525
526 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
527
528         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
529         (wl-mime-quit-preview): Check existence of
530         mime-edit-temp-message-buffer here.
531
532 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
533
534         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
535         after deletion.
536
537         * wl-draft.el (wl-draft-send-confirm): Check major-mode
538         before calling wl-mime-quit-preview.
539
540 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
541
542         * wl-summary.el (wl-summary-pick): If call it with prefix
543         argument, set `delete-marks' as non-nil. Pick from only visible
544         messages.
545         (wl-summary-check-target-mark): New function.
546         (wl-summary-target-mark-mark-as-read): Use it.
547         (wl-summary-target-mark-mark-as-unread): Ditto.
548         (wl-summary-target-mark-operation): Ditto.
549         (wl-summary-target-mark-set-flags): Ditto.
550         (wl-summary-target-mark-save): Ditto.
551         (wl-summary-target-mark-pick): Ditto.
552         (wl-summary-target-mark-forward): Ditto.
553         (wl-summary-target-mark-reply-with-citation): Ditto.
554         (wl-summary-target-mark-print): Ditto.
555         (wl-summary-target-mark-uudecode): Ditto.
556
557         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
558         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
559         with `ask-coding' is non-nil.
560
561 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
562
563         * wl-thread.el (wl-thread-set-parent): If parent is a message
564         which is identified by references, set linked as nil.
565
566 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
567
568         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
569         (wl-message-mode-line-format-spec-alist): Ditto.
570         (wl-message-mode-line-format): Ditto.
571         (wl-summary-mode-line-format): Ditto for docstring.
572         (wl-summary-no-mime-folder-list): Fix typo.
573
574         * wl-util.el (wl-current-message-buffer): Call
575         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
576
577         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
578         variable.
579         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
580         of `wl-summary-redisplay-no-mime'.
581         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
582         (wl-summary-toggle-mime): New function.
583         (wl-summary-redisplay-all-header): Rewrite.
584         (wl-summary-redisplay-no-mime): Ditto.
585         (wl-summary-redisplay-internal): Added argument `as-is' and
586         `all-header'.
587
588         * wl-refile.el (wl-refile-default-from-folder-path-separator):
589         New variable.
590         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
591         bottom.
592         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
593         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
594         "/" unconditionally.
595
596         * wl-mime.el (wl-draft-yank-current-message-entity): Use
597         wl-mime-preview-follow-no-mime for as-is content.
598         (wl-mime-preview-follow-no-mime): New function.
599         (wl-mime-preview-follow-current-region): Fixed parenthesis.
600
601         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
602         and added `as-is', `all-header'.
603         (wl-message-buffer-display): Ditto.
604         (wl-message-buffer-display-type): New function.
605
606 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
607
608         * wl-vars.el (wl-message-header-button-alist): Change default
609         value.
610         (wl-message-body-button-alist): Ditto.
611
612 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
613
614         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
615
616 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
617
618         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
619
620 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
621
622         * wl-summary.el (wl-summary-sync-marks): Remove condition which
623         is always true.
624
625 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
626
627         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
628         on null entity.
629
630 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
631
632         * wl-vars.el (wl-draft-reply-default-position): Fix range.
633
634 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
635
636         * wl-vars.el (wl-summary-resend-hook): New hook.
637
638         * wl-action.el (wl-summary-exec-action-resend-subr): Run
639         `wl-summary-resend-hook'.
640
641 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
642
643         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
644         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
645         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
646         (wl-summary-new-cached-mark): Changed default value to 'n'.
647         (wl-summary-unread-cached-mark): Changed default value to 'u'.
648         (wl-summary-answered-cached-mark): Changed default value to 'a'.
649         (wl-folder-sync-range-alist): Remove spec for 'flag.
650         (wl-summary-force-prefetch-folder-list): New user option.
651
652         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
653         `wl-summary-toggle-persistent-mark'.
654         (wl-summary-update-mark-and-highlight-window): Don't highlight when
655         number is nil.
656         (wl-summary-mark-as-answered-region): Set interactive argument of
657         `wl-summary-set-persistent-mark-internal'.
658         (wl-summary-mark-as-important-region): Ditto.
659         (wl-summary-unset-persistent-mark): Ditto.
660         (wl-summary-set-persistent-mark): Ditto.
661         (wl-summary-mark-as-answered): Ditto.
662         (wl-summary-mark-as-important): Ditto.
663         (wl-summary-set-persistent-mark-internal): Do nothing
664         when `elmo-message-flag-available-p' is nil.
665         (wl-summary-toggle-persistent-mark): New function.
666         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
667         when the folder matches `wl-summary-force-prefetch-folder-list'.
668
669
670         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
671         when number is nil.
672         (wl-highlight-summary-forwarded-face): New face.
673
674 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
675
676         * Version number is increased to 2.11.31.
677
678 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
679
680         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
681         (wl-biff-check-folder-async): Ditto.
682         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
683
684 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
685
686         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
687         Add an argument `reverse'.  All callers are updated.
688         (wl-summary-sort): Add a prefix argument `reverse' to specify
689         reverse sorting.
690         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
691         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
692         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
693
694 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
695
696         * wl-message.el (wl-message-redisplay): Does not narrow header if
697         disply-type is all-header or as-is.
698
699         * wl-summary.el (wl-summary-enter-handler): Use
700         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
701
702 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
703
704         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
705         after adding wl-draft-parent-variables.
706         (wl-draft-forward): Ditto.
707
708 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
709
710         * wl-summary.el (wl-summary-sync-marks): Call
711         `wl-summary-set-persistent-mark' and
712         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
713         (wl-summary-set-persistent-mark-internal): Add 4th argument
714         `no-server'.
715         (wl-summary-unset-persistent-mark): Ditto.
716         (wl-summary-set-persistent-mark): Ditto.
717         (wl-summary-add-flags-internal): Abolish.
718         (wl-summary-remove-flags-internal): Ditto.
719         (wl-summary-mark-as-important-internal): Ditto.
720         (wl-summary-mark-as-important): Use
721         `wl-summary-set-persistent-mark' instead of
722         `wl-summary-add-flags-internal'.
723         (wl-summary-mark-as-important-region): Ditto.
724
725         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
726
727         * wl-summary.el (wl-summary-get-available-flags): New function.
728         (wl-summary-sync-marks): Use it and simplified.
729         (wl-summary-unset-persistent-mark): Use
730         `wl-summary-get-available-flags'.
731         (wl-summary-set-persistent-mark): Ditto.
732
733 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
734
735         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
736         id.
737
738 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
739
740         * wl-summary.el (wl-summary-enter-handler): If argument is not a
741         number, call `wl-summary-prev-line-content'. Show message when the
742         message is not found.
743
744 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
745
746         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
747         wl-summary-enter-handler.
748         (wl-summary-enter-handler): New command.
749
750         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
751         docstring and custom spec.
752
753         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
754         flags too; Don't treat Cached and New.
755         (wl-summary-set-persistent-mark): Ditto.
756
757         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
758         `wl-folder-set-flag'.
759
760         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
761         instead of `wl-folder-set-flag'.
762
763         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
764         for completion.
765         (wl-summary-set-persistent-mark): Ditto.
766
767         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
768         instead of `wl-draft-quit-preview'.
769
770         * wl-mime.el (toplevel): Avoid compile warning.
771         (wl-mime-quit-preview): New function
772         (formarly defined as `wl-draft-quit-preview').
773         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
774         quitting method.
775
776         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
777
778         * wl-folder.el (wl-folder-set-flag): Renamed from
779         `wl-draft-set-flag-on-parent'.
780
781         * wl-draft.el (wl-draft-quit-preview): New function.
782         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
783         (wl-draft-send): Call `wl-folder-set-flag' instead of
784         `wl-draft-set-flag-on-parent'.
785         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
786
787 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
788
789         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
790         (wl-draft-send): Ditto.
791
792 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
793
794         * wl-vars.el (wl-draft-reply-hook): Changed default value.
795         (wl-draft-kill-pre-hook): Set default value as nil.
796         (wl-summary-reply-hook): Ditto.
797         (wl-draft-kill-flags): Abolish.
798
799         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
800         (wl-draft-parent-variables): Renamed from
801         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
802         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
803         argument; Add wl-draft-parent-variables to
804         wl-draft-config-variables.
805         (wl-draft-reply): Likewise.
806         (wl-draft-kill-flags): Abolish.
807         (wl-draft-send): Call wl-draft-set-flag-on-parent.
808         (wl-draft-set-flag-on-parent): New function.
809         (wl-draft-setup-parent-flag): Ditto.
810
811 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
812
813         * wl-draft.el (wl-draft-kill-flags): Avoid error when
814         `wl-draft-parent-folder' is "".
815
816 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
817
818         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
819         (wl-summary-digit-jump): New function.
820         (Adviced by John Owens and Hiroya Murata)
821
822         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
823         (Adviced by John Owens)
824
825         * wl-xmas.el (wl-message-define-keymap): Ditto.
826
827         * wl-mule.el (wl-message-define-keymap): Ditto.
828
829 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
830
831         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
832         change of return value of elmo-folder-count-flags.
833
834         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
835         (wl-summary-mark-as-read-internal): Ditto.
836         (wl-summary-set-persistent-mark-internal): Ditto.
837         (wl-summary-folder-info-update): Ditto.
838         (wl-summary-sync-update): Fixed the last change.
839
840         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
841
842 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
843
844         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
845         (wl-draft-kill-flags): Fixed docstring.
846
847         * wl-draft.el (wl-draft-kill-flags): New function.
848         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
849
850 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
851
852         * wl-vars.el (wl-reply-hook): Abolish.
853         (wl-draft-reply-hook): New hook.
854         (wl-summary-reply-hook): Ditto.
855         (wl-draft-forward-hook): Ditto.
856         (wl-summary-forward-hook): Ditto.
857         (wl-draft-kill-flags): New variable.
858
859         * wl-summary.el (wl-summary-mark-as-answered-region): Use
860         wl-summary-set-persistent-mark-internal.
861         (wl-summary-sync-marks): Use elmo-preserved-flags.
862         (wl-summary-update-persistent-mark): Make it interactive.
863         (wl-summary-set-persistent-mark-internal): New inline function.
864         (wl-summary-mark-as-answered): Use it.
865         (wl-summary-mark-as-unanswered): Ditto.
866         (wl-summary-unset-persistent-mark): New function.
867         (wl-summary-set-persistent-mark): Ditto.
868         (wl-summary-reply): Don't set answered flag;
869         Run wl-summary-reply-hook instead.
870         (wl-summary-forward): Call wl-draft-forward with number.
871         Run wl-summary-forward-hook.
872
873         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
874         (wl-highlight-summary-line-face-spec): Use it as a default
875         persistent mark face.
876
877         * wl-draft.el (wl-draft-forward): Added optional argument number;
878         Set wl-draft-parent-number; Run wl-draft-forward-hook.
879         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
880         (wl-draft-kill): Use wl-draft-kill-flags.
881
882         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
883
884         * wl-folder.el (wl-folder-check-one-entity): Follow the change
885         of return value of elmo-folder-count-flags.
886
887         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
888
889         * wl-summary.el (wl-summary-count-unread): Ditto.
890         (wl-summary-sync-update): Follow the change above.
891         (wl-summary-force-prefetch): New function.
892
893 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
894
895         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
896         variable `buf' with `let' instead of `setq'.
897
898 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
899
900         * wl-mime.el (wl-message-delete-current-part): If filename exists,
901         add Content-Disposition heaeder on the deleted part.
902
903 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
904
905         * wl-draft.el (wl-draft-save): Encode address list under edit by
906         `eword-encode-unstructured-field-body'.
907
908         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
909
910 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
911
912         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
913         wl-current-summary-buffer.
914
915 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
916
917         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
918         `numbers' is ignored.
919
920 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
921
922         * wl-folder.el (wl-folder-open-folder): Avoid error.
923         Reported by John Owens, [wl-en:815]
924
925         * wl.el (wl): Set timer for biff process even if prefix argument
926         is given or auto-checking is quitted.
927
928         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
929         immediately.
930         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
931         (wl-toggle-plugged): Ditto.
932
933         * wl-vars.el (wl-biff-use-idle-timer): New variable.
934         * wl-util.el (wl-biff-start): Use idle timer if
935         `wl-biff-use-idle-timer' is non-nil.
936
937 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
938
939         * wl-highlight.el (wl-highlight-message): Fix description.
940
941 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
942
943         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
944         tty.
945
946 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
947
948         * wl-action.el (wl-summary-exec): Print failure count.
949
950 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
951
952         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
953         to `defun', remove interactive form.
954         Set elmo-message-fetch-confirm when force-reload is non-nil.
955
956 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
957
958         * wl-summary.el (toplevel): Removed unnecessary autoload.
959
960 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
961
962         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
963         the buffer is generated from another message buffer.
964
965 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
966
967         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
968         extracted from `wl-fldmgr-save-folders'.
969         (wl-fldmgr-delete): Call it after deletion.
970
971 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
972
973         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
974         multi-tty support.
975
976 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
977
978         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
979
980 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
981
982         * wl-summary.el (wl-summary-rescan): Remove unused variables.
983         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
984
985 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
986
987         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
988         unsubscribe list only if argument CLEAR is nil.
989
990 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
991
992         * wl-draft.el (wl-draft-reply): Decode subject before removing
993         Re: prefix.
994
995 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
996
997         * wl-summary.el (wl-summary-sort-by-size): New command.
998
999 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1000
1001         * wl-summary.el (wl-summary-number-list-from-region): New
1002         function.
1003         (wl-summary-mark-as-read-region): Use it.
1004         (wl-summary-mark-as-unread-region): Ditto.
1005         (wl-summary-set-flags-region): Ditto and add optional argument
1006         remove.
1007         (wl-summary-mark-as-answered-region): Ditto.
1008         (wl-summary-mark-as-important-region): Ditto.
1009         (wl-summary-target-mark-mark-as-important): Added optional
1010         argument remove.
1011         (wl-summary-target-mark-mark-as-answered): Ditto.
1012         (wl-summary-target-mark-set-flags): Ditto.
1013
1014 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1015
1016         * wl-summary.el (wl-summary-set-flags-region): Call
1017         `wl-summary-set-flags-internal' with number list instead of call
1018         one by each message.
1019         (wl-summary-target-mark-set-flags): Likewise.
1020
1021 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1022
1023         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1024         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1025         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1026         (wl-summary-target-mark-mark-as-answered): Likewise.
1027
1028 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1029
1030         * wl-summary.el (wl-summary-target-mark-forward): Use
1031         `wl-summary-delete-all-target-marks' instead of
1032         `wl-summary-delete-all-temp-marks'.
1033         (wl-summary-target-mark-reply-with-citation): Ditto.
1034         (wl-summary-target-mark-uudecode): Ditto.
1035         (wl-summary-target-mark-set-flags): Ditto and remove needless
1036         cursor move.
1037
1038 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1039
1040         * wl-summary.el (wl-summary-target-mark-forward): Protect
1041         wl-summary-buffer-target-mark-list from nreverse.
1042         (wl-summary-target-mark-reply-with-citation): Ditto.
1043
1044 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1045
1046         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1047         `elmo-display-progress-threshold'.
1048
1049 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1050
1051         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1052         check `wl-summary-highlight'.
1053         (wl-summary-window-scroll-functions): Respect value of
1054         `wl-summary-highlight'.
1055         (wl-summary-sync-update): Run hooks
1056         `wl-summary-buffer-window-scroll-functions' at any time.
1057
1058 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1059
1060         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1061         from `wl-summary-cleanup-temp-marks'.
1062         (wl-summary-cleanup-temp-marks): Abolish argument.
1063         * wl.el (wl-save-status): Revert previous change.
1064         (wl-execute-temp-marks): New function, call
1065         `wl-summary-exec-with-confirmation'.
1066         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1067         (wl-folder-save-and-exec-marks): Abolished.
1068
1069 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1070
1071         * wl-e21.el (wl-e21-display-image-p): Respect
1072         `wl-highlight-folder-with-icon'.
1073         (wl-e21-highlight-folder-group-line): Highlight mouse line
1074         even if wl-e21-display-image-p is nil.
1075
1076         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1077         Respect value of `wl-summary-highlight'.
1078
1079         * wl.el (wl-save-status): Remove unused variable.
1080
1081         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1082         (wl-folder-mode-map): Bind it to "x".
1083
1084 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1085
1086         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1087
1088         * wl-thread.el (wl-thread-get-parent-list): Don't check
1089         disconnected ancestors, neglecting needless work in
1090         `wl-thread-update-indent-string-thread'.
1091
1092         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1093         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1094         argument, add argument default-keep to keep marks by default.
1095
1096         * Version number is increased to 2.11.30.
1097
1098         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1099         customization type and docstring.
1100         (wl-draft-reply-without-argument-list): Ditto.
1101
1102 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1103
1104         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1105
1106         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1107
1108 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1109
1110         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1111
1112 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1113
1114         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1115         save-excursion so as not to include run-hooks.
1116
1117 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1118
1119         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1120         Clarify that marks are going to be cleared.
1121
1122 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1123
1124         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1125         according to 3rd element of wl-summary-flag-mark.
1126
1127         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1128
1129 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1130
1131         * wl-action.el (wl-summary-target-mark-all): Don't set
1132         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1133
1134 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1135
1136         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1137         (wl-forward-subject-prefix): Ditto.
1138         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1139         (wl-draft-reply-make-subject): Ditto.
1140
1141         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1142         `wl-draft-forward'.
1143         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1144
1145 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1146
1147         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1148         target message does not exist.
1149
1150 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1151
1152         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1153         `wl-subject-prefix-regexp'.
1154         (wl-subject-forward-prefix-regexp): New variable.
1155         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1156         `wl-draft-strip-subject-re' and take regexp as argument.
1157         (wl-draft-forward): Use it.
1158         (wl-draft-reply): Ditto.
1159
1160 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1161
1162         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1163         emacs multi-tty support.
1164
1165 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1166
1167         * wl-e21.el (wl-e21-display-image-p): Don't call
1168         `display-images-p'.
1169         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1170         support.
1171         (wl-highlight-folder-current-line): Ditto.
1172         (wl-folder-init-icons): Ditto.
1173
1174 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1175
1176         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1177         the last line of summary in unplugged mode.
1178
1179 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1180
1181         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1182
1183 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1184
1185         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1186         * wl-address.el (wl-address-user-mail-address-p): Use it.
1187         (wl-address-delete-user-mail-addresses): Ditto.
1188         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1189
1190         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1191         (wl-address-delete-user-mail-addresses): Ditto.
1192
1193         * wl-address.el (wl-address-delete-user-mail-addresses): New
1194         function.
1195         * wl-refile.el (wl-refile-guess-by-history): Use it.
1196         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1197         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1198
1199         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1200         use wl-address-user-mail-address-p.
1201
1202 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1203
1204         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1205         after opening group.
1206
1207 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1208
1209         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1210         of elmo-set-buffer-multibyte.
1211
1212         * wl-message.el (wl-original-message-mode): Ditto.
1213
1214         * wl-score.el (wl-score-insert-header): Ditto.
1215
1216         * wl-summary.el
1217         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1218         (wl-summary-goto-folder-subr): Ditto.
1219         (wl-summary-insert-headers): Ditto.
1220
1221         * wl-util.el (wl-set-string-width): Ditto.
1222
1223         * Version number is increased to 2.11.29.
1224
1225 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1226
1227         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1228         (wl-highlight-summary-line-help-echo-alist): New variable.
1229         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1230         into `wl-highlight-summary-line-help-echo' and
1231         `wl-highlight-flag-folder-help-echo'.
1232         (wl-highlight-summary-line-string): Change accordingly.
1233         (wl-highlight-summary-current-line): Ditto.
1234
1235 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1236
1237         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1238         at the beginning of field body (Thanks to Markus Knittig).
1239
1240         * wl-draft.el (wl-draft-insert-current-message): Also check
1241         summary buffer, remove unnecessary tag.
1242
1243 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1244
1245         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1246         when wl-message-buffer is nil.
1247
1248         * wl-folder.el (wl-folder): Abolish unused argument.
1249         Call wl-folder-init when wl-folder-entity is nil.
1250         * wl.el (wl): Change accordingly.
1251
1252 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1253
1254         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1255         multibyte string before insert into draft buffer.
1256         (wl-draft-create-buffer): Always enable multibyte characters for
1257         draft buffer.
1258
1259         * Version number is increased to 2.11.28.
1260
1261 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1262
1263         * wl-folder.el (wl-folder-open-close): Handle blank line.
1264         (wl-folder-jump-to-current-entity): Ditto.
1265
1266 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1267
1268         * Version number is increased to 2.11.27.
1269
1270 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1271
1272         * wl-thread.el (wl-thread-insert-message): When the thread is
1273         devided by wl-summary-max-thread-depth, insert line at the end of
1274         buffer.
1275
1276 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1277
1278         * Version number is increased to 2.11.26.
1279
1280 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1281
1282         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1283
1284 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1285
1286         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1287         value of stream-type and session.
1288
1289 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1290
1291         * Version number is increased to 2.11.25.
1292
1293 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1294
1295         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1296         in a quit message.
1297
1298 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1299
1300         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1301         (wl-summary-redisplay-no-mime-internal): Ditto.
1302
1303 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1304
1305         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1306         * wl-vars.el (wl-smtp-connection-type): Ditto.
1307
1308 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1309
1310         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1311         for the separator line and quote mail-header-separator.
1312
1313 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1314
1315         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1316         result message.
1317
1318         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1319         `elmo-multiple-fields-body-list' with boundary as
1320         mail-header-separator.
1321
1322 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1323
1324         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1325
1326 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1327
1328         * wl-util.el (wl-list-diff): Remove unused function.
1329
1330         * wl-draft.el (wl-draft-send-confirm): Discard input before
1331         confirmation.
1332
1333 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1334
1335         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1336         order of flag and new.
1337
1338 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1339
1340         * wl-vars.el (wl-refile-policy-alist): Abolished.
1341
1342         * wl-action.el (wl-summary-set-action-refile): Follow the change
1343         above.
1344
1345 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1346
1347         * wl-highlight.el (wl-highlight-signature-search): Don't use
1348         re-search-backward for a long word since it is possible to crash
1349         XEmacs because of a bug.
1350
1351 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1352
1353         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1354
1355 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1356
1357         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1358         argument for wl-summary-sync-force-update.
1359
1360 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1361
1362         * wl-summary.el (wl-summary-mode-map): Revival of
1363         wl-summary-mark-as-important related bindings;
1364         Bind 'F','tF','mF','rF','m&'.
1365         (wl-summary-mark-as-important-region): Revival.
1366         (wl-summary-target-mark-mark-as-important): Ditto.
1367         (wl-summary-target-mark-operation): New function.
1368         (wl-summary-target-mark-mark-as-answered): Use it.
1369         (wl-summary-decide-flag): Don't set Important as default.
1370         (wl-summary-mark-as-important-internal): Revival.
1371         (wl-summary-mark-as-important): Ditto.
1372
1373         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1374
1375         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1376         instead of facep.
1377
1378 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1379
1380         * wl-dnd.el (wl-dnd-drop-func): Fix.
1381
1382         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1383         mouse-set-point instead of posn-point.
1384
1385         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1386
1387         * wl-mule.el (wl-completing-read-multiple): Ditto.
1388
1389 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1390
1391         * wl-demo.el (face-background-name): Defalias to avoid compile
1392         warning.
1393
1394 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1395
1396         * wl-summary.el (wl-summary-decide-flag): Use
1397         wl-completing-read-multiple instead of completing-read-multiple.
1398
1399         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1400         New alias.
1401
1402         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1403         Use face-background-name instead of face-background.
1404
1405         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1406
1407         * wl-summary.el (wl-summary-save): Use it.
1408         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1409
1410         * wl-mime.el (wl-mime-save-content): Fix last change.
1411
1412 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1413
1414         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1415         New function.
1416         (wl-summary-sort-specs): Added sort.
1417         * wl-mime.el (wl-mime-save-content): Expand file name.
1418
1419 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1420
1421         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1422
1423         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1424
1425 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1426
1427         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1428         for flag if it is not defined.
1429
1430 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1431
1432         * wl-e21.el (wl-highlight-folder-current-line): Use
1433         elmo-folder-type-internal when elmo-folder-type returns nil.
1434
1435         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1436
1437         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1438
1439         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1440
1441         * wl-e21.el (wl-summary-toolbar): Ditto.
1442
1443         * wl-vars.el (wl-demo-background-color): Abolished.
1444         (wl-summary-persistent-mark-priority-list): Renamed from
1445         wl-summary-flag-priority-list.
1446         (wl-summary-flag-alist): New user option.
1447         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1448         (wl-message-mode-line-format-spec-alist): Added 'F'.
1449         (wl-message-mode-line-format): Likewise.
1450         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1451         instead of wl-summary-important-mark.
1452         (wl-file-folder-icon): New variable.
1453
1454         * wl-thread.el (wl-thread-set-flags): Renamed from
1455         wl-thread-mark-as-important.
1456
1457         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1458         warning.
1459         (wl-summary-mode-menu-spec): Follow the change of 
1460         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1461         (wl-summary-mode-map): Follow the change of
1462         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1463         (wl-summary-detect-mark-position): Follow the variable name change.
1464         (wl-summary-set-flags-region): New function for the replacement of
1465         wl-summary-mark-as-important-region.
1466         (wl-summary-sync-marks): Sync all global-flags.
1467         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1468         instead of elmo-message-flagged-p.
1469         (wl-summary-persistent-mark-string): Follow the variable name change;
1470         Put wl-summary-flag-mark if the message has global-flag.
1471         (wl-summary-target-mark-set-flags): Renamed from 
1472         wl-summary-target-mark-mark-as-important.
1473         (wl-summary-decide-flag): New function.
1474         (wl-summary-set-flags-internal): Renamed from
1475         wl-summary-mark-as-important-internal.
1476         (wl-summary-add-flags-internal): New function.
1477         (wl-summary-remove-flags-internal): Ditto.
1478         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1479         (wl-summary-mark-as-unimportant): Abolish.
1480         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1481         (wl-summary-next-message): List flagged messages in the msgdb.
1482
1483         * wl-score.el (wl-summary-score-update-all-lines): Use
1484         wl-summary-add-flags-internal instead of 
1485
1486         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1487
1488         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1489         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1490         (wl-message-buffer-require-all-header): Renamed from
1491         wl-message-buffer-all-header-flag (Ditto).
1492         (wl-message-buffer-flag-indicator): New variable.
1493         (wl-message-redisplay): Changed local varibale name from `flag' to
1494         `display-type'; Set up wl-message-buffer-flag-indicator.
1495         (wl-message-buffer-display): Changed varibale name from `flag' to
1496         `display-type'.
1497         (wl-message-display-internal): Likewise.
1498
1499         * wl-highlight.el (wl-highlight-demo-face): Define default background
1500         color.
1501         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1502
1503         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1504
1505         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1506         (wl-demo-setup-properties): Renamed from
1507         `wl-demo-set-background-color'.
1508         (wl-demo): Follow the change above.
1509         
1510         * Version number is increased to 2.11.24.
1511
1512 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1513
1514         * wl-summary.el (wl-summary-toggle-thread): Call
1515         `wl-summary-rescan' with disable-thread as non-nil.
1516         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1517
1518 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1519
1520         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1521         foreground property of the face.
1522         (wl-demo-insert-text): Don't set up face property here.
1523         (wl-demo): Call wl-demo-set-background-color, anyway.
1524
1525 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1526
1527         * wl-vars.el (wl-demo-background-color): The value can be nil.
1528
1529 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1530
1531         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1532         to wl-summary-wheel-dispatcher.
1533
1534         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1535         wl-message-wheel-dispatcher.
1536         (wl-message-wheel-dispatcher): New function.
1537         (wl-summary-wheel-dispatcher): Ditto.
1538
1539 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1540
1541         * wl-action.el (wl-summary-target-mark-all): List messages which are
1542         not in the killed-list.
1543
1544         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1545         only when the folder is 'flag/important.
1546
1547         * wl-address.el (wl-complete-field-body): Complete if the last
1548         character is a space.
1549
1550 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1551
1552         * wl-folder.el (wl-folder-clear-entity-info): Use
1553         elmo-clear-hash-val.
1554
1555         * wl-fldmgr.el (wl-fldmgr-rename): Set
1556         wl-folder-info-alist-modified as t.
1557
1558 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1559
1560         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1561
1562 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1563
1564         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1565         (wl-folder-buffer-last-visited-entity-id): New buffer local
1566         variable.
1567         (wl-folder-revisit-last-visited-folder): New function.
1568         (wl-folder-mode-map): Bind it to "C-i".
1569         (wl-folder-set-current-entity-id): Set last visited folder.
1570         * wl-summary.el (wl-summary-exit): Ditto.
1571
1572 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1573
1574         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1575         before calling `recenter' in order to cope with an XEmacs bug.
1576
1577 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1578
1579         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1580         to the default value.
1581
1582 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1583
1584         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1585         change.
1586         (wl-summary-sync-marks): Ditto.
1587         (wl-summary-mark-as-read-internal): Ditto.
1588         (wl-summary-mark-as-answered-internal): Ditto.
1589         (wl-summary-mark-as-important-internal): Ditto.
1590         (wl-summary-reply): Ditto.
1591
1592         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1593         instead of `elmo-folder-unflag-answered'.
1594
1595         * Version number is increased to 2.11.23.
1596
1597         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1598         the last change.
1599
1600 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1601
1602         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1603         Specify "spam" or "good".
1604
1605 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1606
1607         * wl-spam.el (wl-summary-exec-action-spam): Call
1608         wl-folder-confirm-existence for spam folder.
1609         (wl-spam-setup): Bind "mk".
1610
1611 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1612
1613         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1614
1615 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1616
1617         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1618         destination folder is empty.
1619
1620 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1621
1622         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1623         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1624
1625         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1626         (wl-summary-refile-prev-destination-region): New function.
1627         (wl-thread-refile-prev-destination): Ditto.
1628         (wl-summary-target-mark-refile-prev-destination): Ditto.
1629
1630 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1631
1632         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1633         (wl-demo-background-color): Changed default value.
1634
1635         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1636         color.
1637
1638         * wl-demo.el (wl-demo-set-background-color): New function.
1639         (wl-demo): Call it.
1640
1641 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1642
1643         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1644         * wl-address.el (wl-address-add-or-change): Don't add empty
1645         address.
1646
1647 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1648
1649         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1650
1651 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1652
1653         * wl-vars.el (wl-demo-image-filter-alist): New variable
1654         (wl-demo-background-color): Ditto.
1655
1656         * wl-demo.el (wl-demo-xpm-set-background): New function.
1657         (wl-demo-image-filter): Ditto.
1658         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1659
1660         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1661
1662         * wl-demo.el (wl-demo-icon-name): Define as function.
1663         (wl-demo-insert-image): Use it.
1664
1665 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1666
1667         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1668
1669 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1670
1671         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1672
1673 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1674
1675         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1676
1677 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1678
1679         * wl-thread.el (wl-thread-mark-as-answered): New function.
1680
1681         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1682         answered" entry.
1683         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1684         "r&" and wl-thread-mark-as-answered to "t&".
1685         (wl-summary-mark-as-important-region): Refine to toggle mark.
1686         (wl-summary-mark-as-answered-region): New function.
1687         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1688         and 3rd argument.
1689         (wl-summary-mark-as-important-internal): Likewise.
1690
1691 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1692
1693         * wl-template.el (wl-template-preview): New internal variable.
1694         (wl-template-preview-p): New function.
1695         (wl-template-show): Bind `wl-template-preview' as t.
1696
1697 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1698
1699         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1700         `elmo-message-entity-field' with 3rd argument which is non-nil.
1701
1702 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1703
1704         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1705         Removed duplicate local bind `folder'.
1706
1707 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1708
1709         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1710
1711 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1712
1713         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1714         duplicate definition.
1715
1716 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1717
1718         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1719         non-nil, use it; Don't fetch message if there's no message in the
1720         current cursor position.
1721
1722 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1723
1724         * wl-util.el (wl-region-exists-p): Use region-active-p.
1725         (wl-deactivate-region): New function.
1726         * wl-message.el (wl-message-redisplay): Deactivate region.
1727
1728         * wl-summary.el (wl-summary-reply): Call
1729         `wl-summary-set-message-buffer-or-redisplay' instead of
1730         `wl-summary-redisplay-internal', don't move point.
1731
1732 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1733
1734         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1735         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1736         by regexp.
1737
1738 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1739
1740         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1741         if no need.
1742
1743 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1744
1745         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1746         default value to nil.
1747         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1748         `wl-summary-prepare-hook'; Replace refile action to
1749         `wl-summary-exec-action-refile-with-register'.
1750
1751         * Version number is increased to 2.11.22.
1752
1753 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1754
1755         * wl-summary.el (wl-summary-detect-mark-position): Set
1756         `wl-summary-buffer-weekday-name-lang'.
1757
1758 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1759
1760         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1761         (wl-summary-mark-as-read-all): Ditto.
1762         (wl-summary-delete-messages-on-buffer): Ditto.
1763         (wl-summary-sync-update): Ditto.
1764         (wl-summary-mark-as-read-internal): Ditto.
1765         (wl-summary-mark-as-answered-internal): Ditto.
1766         (wl-summary-update-folder-info): Abolished.
1767
1768 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1769
1770         * wl-summary.el (wl-summary-mark-as-read-all): Use
1771         `wl-summary-update-folder-info' instead of
1772         `wl-folder-update-unread'.
1773
1774 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1775
1776         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1777         `wl-summary-folder-info-update'.
1778         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1779         instead of `wl-summary-folder-info-update'.
1780         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1781         `wl-folder-set-folder-updated'.
1782         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1783         instead of `wl-folder-update-unread'.
1784         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1785         the value of `wl-summary-buffer-unread-count' for the second parameter of
1786         `wl-folder-update-unread'.
1787
1788         * Version number is increased to 2.11.21.
1789
1790 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1791
1792         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1793         a local variable.
1794
1795 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1796
1797         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1798         interactively.
1799
1800         * wl-summary.el (wl-summary-mark-as-important-internal): New
1801         internal function.
1802         (wl-summary-mark-as-important): Use it.
1803         (wl-summary-mark-as-unimportant): New function.
1804         (wl-summary-sync-marks): Follow the API change.
1805
1806         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1807
1808         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1809
1810 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1811
1812         * wl-folder.el (wl-folder-update-unread): Re-indent.
1813         Narrow the scope of a local variable.
1814
1815 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1816
1817         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1818         (wl-addrmgr-merge-entries): Ditto.
1819         (wl-addrmgr): Added to address entry which exists in draft buffer
1820         if no entry is in original.
1821
1822 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1823
1824         * wl-batch.el: New file.
1825
1826 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1827
1828         * wl-vars.el (wl-use-semi): Remove unused variable.
1829
1830 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1831
1832         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1833         "?".
1834
1835 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1836
1837         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1838         wl-summary-new-mark.
1839         (wl-summary-new-cached-mark): New user option.
1840         (wl-summary-score-marks): Follow the change above.
1841         (wl-summary-auto-refile-skip-marks): Ditto.
1842         (wl-summary-incorporate-marks): Ditto.
1843         (wl-summary-expire-reserve-marks): Ditto.
1844
1845         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1846
1847         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1848         (wl-summary-persistent-mark-string): Distinguished between cached
1849         and uncached mark when the message is new.
1850
1851 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1852
1853         * wl-spam.el (wl-spam-domain): Renamed from
1854         `wl-spam-folder-guess-domain'.
1855         (wl-summary-exec-action-spam): Register as spam if domain of the
1856         source folder is good.
1857         (wl-summary-exec-action-refile-with-register): Register message if
1858         domain of the source folder is not undecided.
1859
1860 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1861
1862         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1863         detect thread loop.
1864
1865 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1866
1867         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1868         and wl-summary-skip-mark-list.
1869
1870 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1871
1872         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1873
1874         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1875
1876         * wl-spam.el (toplevel): Require wl-highlight.
1877         (wl-spam-auto-check-policy-alist): Abolish.
1878         (wl-spam-auto-check-folder-regexp-list): New user option.
1879         (wl-spam-auto-check-marks): Ditto.
1880         (wl-spam-mark-action-list): Ditto.
1881         (wl-highlight-summary-spam-face): New face.
1882         (wl-spam-auto-check-message-p): New function.
1883         (wl-spam-map-spam-messages): Fixed message.
1884         (wl-spam-register-spam-messages): Ditto.
1885         (wl-spam-register-good-messages): Ditto.
1886         (wl-summary-spam-map): Add and remove keybind.
1887         (wl-summary-target-mark-spam): Abolish.
1888         (wl-summary-refile-spam): Ditto.
1889         (wl-summary-test-spam): New function.
1890         (wl-summary-mark-spam): Ditto.
1891         (wl-summary-auto-check-spam): Follow the above change.
1892         (wl-summary-exec-action-spam): New function.
1893         (wl-summary-exec-action-refile-with-register): Fixed message.
1894         (wl-message-check-spam): New function.
1895         (wl-spam-setup): Ditto.
1896         (toplevel): Call it if this file is loaded interactivity.
1897
1898         * Version number is increased to 2.11.20.
1899
1900 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1901
1902         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1903         when new optional argument `force' is non nil or modified.
1904
1905 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1906
1907         * wl.el (toplevel): Require wl-spam when compile.
1908         (wl-save-status): Call wl-spam-save-status.
1909
1910         * wl-spam.el (wl-spam-register-spam-messages): New function.
1911         (wl-spam-register-good-messages): Ditto.
1912         (wl-spam-save-status): Ditto.
1913         (wl-summary-mode-map): Bind
1914         wl-summary-target-mark-register-as-spam to "ms" and
1915         wl-summary-target-mark-register-as-good to "mn".
1916         (wl-summary-register-as-spam): Abolish optional argument; Use
1917         wl-spam-register-spam-messages.
1918         (wl-summary-register-as-spam-all): Use
1919         wl-spam-register-spam-messages.
1920         (wl-summary-register-as-good): Abolish optional argument; Use
1921         wl-spam-register-good-messages.
1922         (wl-summary-register-as-good-all): Use
1923         wl-spam-register-good-messages.
1924         (wl-summary-target-mark-register-as-spam): New funtion.
1925         (wl-summary-target-mark-register-as-good): Ditto.
1926
1927 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1928
1929         * wl-spam.el: New file.
1930
1931 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1932
1933         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1934
1935         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1936         (wl-summary-auto-refile): Call wl-refile-guess with
1937         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1938
1939 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1940
1941         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1942         with disable-thread argument non-nil.
1943
1944 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1945
1946         * wl-summary.el (wl-summary-rescan): Added optional argument
1947         disable-thread.
1948         (wl-summary-sync): Call wl-summary-rescan with argument
1949         disable-thread.
1950         (wl-summary-input-range): Added new range `rescan-thread'.
1951
1952 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1953
1954         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1955
1956 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1957
1958         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1959         internal variable.
1960         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1961         wl-summary-search-parent-by-subject-regexp and
1962         wl-summary-divide-thread-when-subject-changed as nil.
1963         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1964         (wl-summary-insert-thread): Search parent entity from
1965         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1966         thread loop.
1967
1968 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1969
1970         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1971
1972         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1973
1974         * wl-util.el (wl-require-update-all-folder-p): New function.
1975         (wl-get-assoc-list-value): Added `function' to match directive.
1976         (wl-collect-draft): Rewrite.
1977
1978         * wl-summary.el (wl-summary-sync-update): Clear faces
1979         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1980         are non-nil.
1981         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1982         argument as function.
1983         (wl-summary-input-range): Ditto.
1984
1985         * wl-folder.el (wl-draft-get-folder): New function.
1986         (wl-folder-get-elmo-folder): Consider draft folder.
1987
1988         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1989         (wl-draft-buffer-message-number): New buffer local variable.
1990         (wl-draft-folder-internal): New internal variable.
1991         (wl-draft-delete): Rewrite.
1992         (wl-draft-save): Ditto.
1993         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1994         wl-folder-get-elmo-folder.
1995         (wl-draft-config-info-operation): Ditto.
1996         (wl-jump-to-draft-folder): Ditto.
1997         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1998         (wl-draft-reedit): Rewrite.
1999
2000         * Version number is increased to 2.11.19.
2001         
2002 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2003
2004         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2005         variable.
2006
2007 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2008
2009         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2010         Use ignore-errors instead of unwind-protect.
2011
2012 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2013
2014         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2015         for updating `wl-thread-entity-list'.
2016
2017 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2018
2019         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2020         parameter from calling `wl-thread-entity-get-older-brothers' and
2021         `wl-thread-entity-get-younger-brothers'.
2022         Replace nested `append' with a single one.
2023
2024 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2025
2026         * wl-summary.el (wl-summary-mode): Don't use the return value of
2027         `make-local-hook'.
2028
2029 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2030
2031         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2032         instead of `let*'.
2033         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2034         of local variables.
2035
2036 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2037
2038         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2039         Renamed from wl-summary-window-scroll-functions.
2040         (wl-summary-window-scroll-functions): Don't set to variable.
2041         (wl-summary-display-top): Use run-hooks.
2042         (wl-summary-display-bottom): Ditto.
2043         (wl-summary-toggle-disp-msg): Ditto.
2044         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2045         Use it instead of wl-summary-window-scroll-functions.
2046         (wl-summary-goto-folder-subr): Don't call
2047         wl-summary-window-scroll-functions, use
2048         wl-summary-buffer-window-scroll-functions instead.
2049
2050 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2051
2052         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2053         make-local-variable.
2054
2055 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2056
2057         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2058         set-buffer-modified-p.
2059         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2060         (wl-summary-display-bottom): Ditto.
2061         (wl-summary-toggle-disp-msg): Ditto.
2062
2063 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2064
2065         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2066
2067         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2068         (wl-summary-forward): Use elmo-message-entity-field instead of
2069         elmo-message-field.
2070
2071         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2072
2073 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2074
2075         * wl-summary.el (wl-summary-window-scroll-functions): No use
2076         `append'.
2077
2078 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2079
2080         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2081         function.
2082         (wl-summary-window-scroll-functions): Call it when both
2083         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2084         (wl-summary-temp-mark): Added optional argument number.
2085         (wl-summary-message-mark): Added optional argument flag.
2086         (wl-summary-persistent-mark): Added optional argument number and flag.
2087         (wl-summary-update-persistent-mark): Ditto.
2088         (wl-summary-update-status-marks): Set "r" for interactive spec.
2089
2090         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2091         argument number and flag.
2092
2093         * wl-action.el (wl-summary-registered-temp-mark): 
2094         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2095
2096 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2097
2098         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2099         internal variable (buffer local).
2100         (wl-summary-window-scroll-functions): New function.
2101         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2102         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2103         as nil.
2104         (wl-summary-update-status-marks): Added arguments beg, end and
2105         check.
2106         (wl-summary-update-mark-window): Use function.
2107         (wl-summary-sync-update): Follow the change above.
2108         (wl-summary-switch-to-clone-buffer): Copy
2109         wl-summary-buffer-unsync-mark-number-list.
2110         (wl-summary-goto-folder-subr): Set
2111         wl-summary-buffer-unsync-mark-number-list and
2112         use wl-summary-window-scroll-functions instead of
2113         wl-summary-lazy-highlight.
2114
2115         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2116
2117 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2118
2119         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2120
2121         * wl-summary.el (wl-summary-update-persistent-mark): Call
2122         wl-summary-set-message-modified.
2123
2124         * wl-summary.el (wl-summary-sync-update): Don't call
2125         wl-summary-update-status-marks.
2126
2127         * Version number is increased to 2.11.18.
2128
2129 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2130
2131         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2132         (wl-message-next-page): Ditto.
2133
2134 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2135
2136         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2137         local variable.  Change the order of a collected list into the
2138         same as the specified range.  Remove nil from a collected list.
2139
2140 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2141
2142         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2143         argument for elmo-folder-list-messages.
2144
2145 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2146
2147         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2148         change (wl-summary-count-unreads return a list instead of a cons
2149         cell).
2150
2151 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2152
2153         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2154         `wl-summary-folder-info-update'.
2155
2156 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2157
2158         * wl-summary.el (wl-summary-set-message-modified): No use
2159         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2160         (wl-summary-set-mark-modified): Abolish.
2161         (wl-summary-mark-modified-p): Ditto.
2162         (wl-summary-save-view): Follow the change above.
2163
2164         * wl-expire.el (wl-summary-expire): Likewise.
2165
2166 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2167
2168         * wl-summary.el (wl-summary-detect-mark-position): Use
2169         modb-entity-handler.
2170         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2171
2172         * Version number is increased to 2.11.17.
2173
2174 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2175
2176         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2177         entity field value.
2178         (wl-summary-prefetch-msg): Ditto.
2179         (wl-summary-print-message-with-ps-print): Ditto.
2180
2181 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2182
2183         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2184         for dummy entity.
2185         (wl-summary-insert-thread): Use elmo-message-entity-field.
2186         (wl-summary-update-thread): Use elmo-message-entity-field and
2187         elmo-message-entity-number.
2188         (wl-summary-line-number):  Use elmo-message-entity-number.
2189         (wl-summary-line-size): Use elmo-message-entity-field.
2190         (wl-summary-line-subject): Ditto.
2191         (wl-summary-line-from): Ditto.
2192         (wl-summary-line-attached): Ditto.
2193         (wl-summary-create-line): Ditto.
2194         (wl-summary-create-line): Use elmo-message-entity-number.
2195         (wl-summary-print-message-with-ps-print): Use
2196         elmo-message-entity-field.
2197
2198 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2199
2200         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2201         change in elmo-msgdb-make-message-entity.
2202         (wl-summary-buffer-set-folder): Don't call
2203         wl-summary-detect-mark-position here.
2204         (wl-summary-rescan): Call elmo-message-entity-number.
2205         (wl-summary-sync-update): Ditto.
2206         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2207
2208         * wl-score.el (wl-score-header-index): Redefine 2th element.
2209         (wl-score-overview-entity-get-extra): Abolish.
2210         (wl-score-ov-entity-get): Rewrite.
2211         (wl-score-string-index<, wl-score-string-func<): Abolish.
2212         (wl-score-string<): New function.
2213         (wl-score-string-sort): Use it.
2214
2215         * wl-refile.el (wl-refile-guess-by-history): Use
2216         elmo-message-entity-field.
2217         (wl-refile-guess-by-from): Ditto.
2218         (wl-refile-guess-by-msgid): Ditto.
2219
2220         * Version number is increased to 2.11.16.
2221
2222 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2223
2224         * wl-folder.el (wl-folder-confirm-existence): Don't call
2225         file-exists-p if msgdb-path is nil.
2226         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2227         `wl-read-folder-hist' to `wl-read-folder-history'.
2228
2229 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2230
2231         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2232         `y-or-n-p'.
2233
2234 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2235
2236         * wl-score.el (wl-score-headers): Don't use
2237         elmo-folder-do-each-message-entity.
2238
2239         * Version number is increased to 2.11.15.
2240
2241 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2242
2243         * wl-summary.el (wl-summary-delete-all-msgs): Use
2244         elmo-folder-move-messages instead of elmo-folder-delete-messages
2245         and elmo-folder-detach-messages.
2246         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2247
2248         * wl-expire.el (wl-expire-delete): Ditto.
2249         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2250
2251 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2252
2253         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2254         (wl-message-header-narrowing-fields): Ditto.
2255         (wl-message-header-narrowing-lines): Ditto.
2256         (wl-message-header-narrowing-string): Ditto.
2257
2258         * wl-summary.el (wl-summary-mode-map): Bind
2259         wl-summary-toggle-header-narrowing to "C-cC-f".
2260         (wl-summary-toggle-header-narrowing): New function.
2261
2262         * wl-message.el (wl-message-buffer-create): Call
2263         wl-message-header-narrowing-setup.
2264         (wl-message-redisplay): Call wl-message-header-narrowing.
2265         (wl-message-header-narrowing): New function.
2266         (wl-message-header-narrowing-map): New keymap.
2267         (wl-message-header-narrowing-widen-map): New keymap.
2268         (wl-message-header-narrowing-again-at-mouse): New function.
2269         (wl-message-header-narrowing-1): Ditto.
2270         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2271         (wl-message-header-narrowing-setup): Ditto.
2272         (wl-message-header-narrowing-toggle): Ditto.
2273         
2274         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2275
2276         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2277         'flag as all.
2278         (wl-use-flag-folder-help-echo): New user option.
2279
2280         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2281         wl-summary-highlight as nil.
2282         (wl-summary-set-mark-modified): Follow the API change.
2283         (wl-summary-mark-modified-p): Ditto.
2284         (wl-summary-mark-as-read-all): Ditto.
2285         (wl-summary-sync-marks): Don't call
2286         elmo-folder-list-messages-with-global-mark.
2287         (wl-summary-mark-as-read-internal): Follow the API change.
2288         (wl-summary-mark-as-answered-internal): Ditto.
2289         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2290         Follow the API change.
2291         (wl-summary-create-line): Call with number argument.
2292         (wl-summary-reply): Follow the API change.
2293
2294         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2295         function.
2296         (wl-highlight-summary-line-string): Call it when
2297         wl-use-flag-folder-help-echo is non-nil.
2298         (wl-highlight-summary-current-line): Ditto.
2299         (elmo-flag-folder-referrer): Added autoload setting.
2300
2301         * wl-draft.el (wl-draft-kill): Follow the API change.
2302
2303         * Version number is increased to 2.11.14.
2304         
2305 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2306
2307         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2308
2309 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2310
2311         * Version number is increased to 2.11.13.
2312
2313 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2314
2315         * wl-draft.el (wl-draft-previous-history-element): Fixed
2316         unbalanced parenthesis and bind unbound local variables.
2317
2318 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2319
2320         * wl-draft.el (wl-draft-previous-history-element): New function.
2321         (wl-draft-next-history-element): Ditto.
2322         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2323         them to M-p and M-n.
2324
2325 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2326
2327         * Version number is increased to 2.11.12.
2328
2329 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2330
2331         * wl-draft.el (wl-draft-hide): Select buffer-window.
2332
2333 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2334
2335         * wl-summary.el (wl-summary-narrow-to-region): New function.
2336         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2337         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2338         (wl-summary-save-region): Use it.
2339         * wl-action.el (wl-summary-collect-numbers-region)
2340         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2341
2342 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2343
2344         * wl-folder.el (wl-folder-count-incorporates): Don't use
2345         `elmo-msgdb-mark-load'
2346
2347         * Version number is increased to 2.11.11.
2348
2349 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2350
2351         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2352         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2353
2354 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2355
2356         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2357
2358 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2359
2360         * Version number is increased to 2.11.10.
2361
2362 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2363
2364         * wl-mime.el (wl-draft-attribute-value): Fixed.
2365
2366 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2367
2368         * wl-util.el (wl-copy-local-variables): New function.
2369
2370         * wl-mime.el (wl-draft-attribute-recipients): New function.
2371         (wl-draft-attribute-envelope-from): Ditto.
2372         (wl-draft-attribute-smtp-posting-server): Ditto.
2373         (wl-draft-attribute-smtp-posting-port): Ditto.
2374         (wl-draft-attribute-value): Ditto.
2375         (wl-draft-preview-message): Use it to get value for
2376         attributes. Reflect result of `wl-draft-config'.
2377
2378         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2379         and call `wl-summary-mark-as-read' before to call
2380         `wl-summary-unset-mark'.
2381         (wl-summary-target-mark-mark-as-unread): Likewise.
2382         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2383
2384 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2385
2386         * wl-mime.el (wl-draft-preview-message): Use actual value for
2387         attributes; Fix for small window.
2388
2389 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2390
2391         * wl-refile.el (wl-refile-get-field-value): Call
2392         `elmo-message-entity-field' with 3rd argument is non-nil.
2393
2394 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2395
2396         * wl-vars.el (wl-draft-preview-attributes): New user option.
2397         (wl-draft-preview-attributes-list): Ditto.
2398         (wl-draft-preview-attributes-buffer-lines): Ditto.
2399         (wl-draft-preview-attributes-buffer-name): Ditto.
2400
2401         * wl-mime.el (wl-draft-preview-message): Display attributes.
2402
2403 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2404
2405         * wl-summary.el (wl-summary-detect-mark-position): Bind
2406         wl-summary-flag-priority-list to '(new).
2407
2408 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2409
2410         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2411         funtion.
2412         (wl-highlight-summary-line-string): Use it.
2413         (wl-highlight-summary-current-line): Ditto.
2414
2415 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2416
2417         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2418         line even when the mark string is not changed.
2419
2420         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2421         argument change in the wl-summary-create-line.
2422         (wl-thread-insert-entity-sub): Ditto.
2423
2424         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2425         argument change in the wl-summary-create-line.
2426         (wl-summary-insert-sequential): Ditto.
2427         (wl-summary-update-thread): Ditto.
2428         (wl-summary-persistent-mark-string): New inline function.
2429         (wl-summary-message-mark): Use it.
2430         (wl-summary-create-line): Abolish argument wl-persistent-mark
2431         and added wl-flags, wl-cached.
2432
2433         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2434         mark to flags.
2435         (wl-highlight-summary-current-line): Decide the face not by the 
2436         persistent mark but flags.
2437
2438 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2439
2440         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2441         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2442         wl-summary-read-uncached-mark): Revive.
2443         (wl-summary-answered-cached-mark,
2444         wl-summary-answered-uncached-mark): New user option.
2445         (wl-summary-score-marks): Follow the change above.
2446         (wl-summary-auto-refile-skip-marks): Ditto.
2447         (wl-summary-incorporate-marks): Ditto.
2448         (wl-summary-expire-reserve-marks): Ditto.
2449         (wl-summary-flag-priority-list): New user option.
2450
2451         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2452         changes.
2453         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2454         of elmo-message-mark.
2455         (wl-summary-mark-as-read-internal): Ditto.
2456         (wl-summary-mark-as-answered): Ditto.
2457         (wl-summary-mark-as-important): Ditto.
2458         (wl-summary-redisplay-internal): Ditto.
2459         (wl-summary-redisplay-no-mime-internal): Ditto.
2460         (wl-summary-message-mark): New function.
2461         (wl-summary-insert-sequential): Use wl-summary-message-mark
2462         instead of elmo-message-mark.
2463         (wl-summary-update-thread): Ditto.
2464         (wl-summary-persistent-mark): Ditto.
2465         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2466         instead of elmo-message-mark.
2467
2468         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2469         wl-summary-message-mark instead of elmo-message-mark.
2470         (wl-thread-insert-entity-sub): Ditto.
2471         (wl-thread-get-children-msgs-uncached): Ditto.
2472
2473         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2474         variable name changes.
2475         (wl-highlight-summary-current-line): Ditto.
2476
2477         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2478         wl-summary-message-mark instead of elmo-message-mark.
2479
2480         * wl-expire.el (wl-expire-message-p): Ditto.
2481
2482         * wl-score.el (wl-score-headers): Ditto.
2483
2484         * Version number is increased to 2.11.9.
2485
2486         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2487         (wl-summary-sync-update): Follow the change above.
2488         (wl-summary-switch-to-clone-buffer): Ditto.
2489         (wl-summary-open-folder): Ditto.
2490
2491 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2492
2493         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2494         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2495
2496         * Version number is increased to 2.11.8.
2497
2498         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2499
2500         * wl-expire.el (wl-expire-refile): Follow the API change on
2501         `elmo-folder-move-messages'.
2502         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2503
2504         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2505         (wl-summary-exec-action-refile): Ditto.
2506         (wl-summary-exec-action-copy): Ditto.
2507         (wl-summary-no-auto-refile-message-p): No use
2508         `wl-summary-buffer-msgdb'.
2509         (wl-summary-auto-refile): Ditto.
2510
2511 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2512
2513         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2514
2515 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2516
2517         * wl-summary.el (wl-summary-sync): Treat no-sync.
2518
2519         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2520         (wl-default-sync-range): Ditto.
2521
2522 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2523
2524         * wl-refile.el (wl-refile-subject-learn): Call
2525         `elmo-message-entity-field' with 3rd argument is non-nil.
2526         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2527         instead of `elmo-msgdb-overview-entity-get-subject'.
2528
2529 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2530
2531         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2532         scan-type is rescan.
2533         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2534         new optional argument force is non-nil.
2535         (wl-summary-save-view-cache): Call it with force argument non-nil.
2536
2537         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2538
2539 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2540
2541         * wl-action.el (wl-summary-print-argument): Fixed last change.
2542
2543 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2544
2545         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2546         simplified.
2547         (wl-summary-target-mark-mark-as-unread): Likewise.
2548         (wl-summary-target-mark-mark-as-important): Likewise.
2549
2550 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2551
2552         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2553         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2554         (wl-summary-mark-as-important-region): Change accordingly.
2555         (wl-summary-target-mark-mark-as-important): Ditto.
2556
2557 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2558
2559         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2560
2561         * wl-action.el (wl-summary-print-argument): Print argument to
2562         right side of window if `wl-summary-print-argument-within-window'
2563         is non-nil.
2564
2565 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2566
2567         * wl-action.el (wl-summary-set-mark): Use
2568         `wl-summary-message-visible-p' to check visibility of the message
2569         and jump to message only when the message line is visible and have
2570         different number; Call wl-summary-unset-mark with number argument.
2571         (wl-summary-unset-mark): 
2572         Use `wl-summary-message-visible-p'
2573         to check visibility of the message and jump to message only when
2574         the message line is visible and have different number;
2575
2576 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2577
2578         * Version number is increased to 2.11.7.
2579
2580         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2581         and wl-folder-summary-line-format.
2582
2583         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2584         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2585         (wl-summary-set-score-mark): Use it.
2586         (wl-summary-target-mark-mark-as-read): Ditto.
2587         (wl-summary-target-mark-mark-as-unread): Ditto.
2588         (wl-summary-target-mark-mark-as-important): Ditto.
2589         (wl-summary-target-mark-msgs): Simplified.
2590         (wl-summary-detect-mark-position): Fixed problem when
2591         summary-line-format no contain persisten/temp mark spec.
2592         (wl-summary-temp-mark): Ditto.
2593         (wl-summary-persistent-mark): Ditto.
2594         (wl-summary-update-persistent-mark): Ditto.
2595
2596         * wl-action.el (wl-summary-set-mark): Ditto.
2597         (wl-summary-unset-mark): Ditto.
2598         All other related portions are changed.
2599
2600 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2601
2602         * Version number is increased to 2.11.6.
2603
2604 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2605
2606         * wl-util.el (wl-current-message-buffer): Define as function;
2607         Don't use the value of wl-messge-buffer.
2608
2609         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2610         persistent mark.
2611
2612         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2613         no current message, cause an error.
2614
2615 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2616
2617         * wl-summary.el (wl-summary-set-message-modified): Use
2618         elmo-folder-set-message-modified instead of
2619         elmo-folder-set-message-modified-internal.
2620
2621 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2622
2623         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2624         interactively.
2625         (wl-summary-sync): nokill->entirely.
2626         (wl-summary-sync-marks): Fixed message.
2627         (wl-summary-input-range): Added mark, nokill->entirely.
2628
2629         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2630         messages as read.
2631
2632 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2633
2634         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2635         update-noscore.
2636         (wl-summary-sync): Follow the change above.
2637
2638 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2639
2640         * wl-action.el (wl-summary-target-mark-all): Use
2641         elmo-folder-list-messages.
2642
2643 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2644
2645         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2646         (wl-summary-rescan): Set wl-summary-scored as nil.
2647         (wl-summary-sync-force-update): Follow the change above.
2648         (wl-summary-sync): Ditto.
2649         (wl-summary-sync-update): Added argument disable-killed.
2650         (wl-summary-insert-headers): Set visible-only argument for
2651         elmo-folder-list-messages.
2652         (wl-summary-input-range): Added update-nokill, update-noscore,
2653         all-nokill, all-noscore and mark.
2654
2655         * Version number is increased to 2.11.5.
2656
2657         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2658
2659 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2660
2661         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2662         (wl-summary-prefetch-region-no-mark): Change accordingly.
2663         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2664
2665 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2666
2667         * wl-address.el (wl-complete-field-to): Abolished.
2668         (wl-complete-address): Completion function for completing-read.
2669         * wl-action.el (wl-summary-get-resend-address): Use it.
2670
2671         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2672         wl-summary-update-mark and abolish unused argument.
2673         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2674         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2675         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2676         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2677         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2678         * wl-draft.el (wl-draft-kill): Ditto.
2679
2680         * wl-summary.el: Remove unused binding of case-fold-search.
2681         (wl-summary-replace-status-marks): Abolished.
2682
2683 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2684
2685         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2686         is specified or folder length is zero.
2687
2688 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2689
2690         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2691         (wl-folder-archive-current-entity): Ditto.
2692
2693 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2694
2695         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2696         retrieving message mark.
2697         (wl-summary-redisplay-internal): Ditto.
2698
2699         * wl-message.el (wl-message-buffer-display): Ignore errors while
2700         retrieving message-id field.
2701
2702         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2703         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2704         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2705         order of the arguments for `wl-expire-message-p'.
2706         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2707
2708         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2709         Check return value of wl-summary-reply.
2710         (wl-summary-reply): Recover window configuration when an error occured.
2711
2712 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2713
2714         * wl-summary.el (wl-summary-resend-message): Abolished, the
2715         feature is inherited by wl-summary-resend (put resend mark).
2716
2717 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2718
2719         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2720         wl-message-buffer to nil when the message is hide.
2721
2722 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2723
2724         * .cvsignore: New file.
2725
2726 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2727
2728         * wl-action.el (wl-summary-action-docstring): Add more info.
2729         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2730         duplicate definition.
2731         (wl-summary-define-mark-action): Functions wl-summary-*-region
2732         keep current position.
2733         (wl-summary-unregister-target-mark): Store result to the variable.
2734
2735 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2736
2737         * Version number is increased to 2.11.4.
2738
2739 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2740
2741         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2742         wl-summary-delete-all-temp-marks.
2743         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2744
2745         * wl-action.el (wl-summary-set-mark): Changed terminology
2746         refile-destination -> action-argument.
2747         (wl-summary-unset-mark): Ditto.
2748         (wl-summary-remove-argument): Ditto.
2749         (wl-summary-print-argument): Ditto.
2750
2751         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2752         (wl-thread-remove-argument-region): Ditto.
2753         (wl-thread-print-argument-region): Ditto.
2754         (wl-thread-close): Ditto.
2755         (wl-thread-open): Ditto.
2756
2757         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2758         (wl-highlight-refile-destination-face is abolished)
2759         (wl-highlight-action-argument-string): Ditto.
2760         (wl-highlight-summary-current-line): Highlight action argument.
2761
2762         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2763         color for light backgrounds.
2764         (wl-highlight-summary-answered-face): Ditto.
2765
2766 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2767
2768         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2769
2770         * wl-score.el (wl-summary-score-update-all-lines): Use
2771         wl-summary-set-mark.
2772         (wl-summary-score-update-all-lines): Kill expunged messages.
2773
2774         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2775
2776 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2777
2778         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2779         directly.
2780         (wl-score-overview-entity-get-lines): Ditto.
2781         (wl-score-overview-entity-get-xref): Ditto.
2782         (wl-score-get-latest-msgs): Ditto.
2783         (wl-summary-rescore): Ditto.
2784
2785         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2786         to "&".
2787         (wl-summary-mark-as-answered-internal): New inline function.
2788         (wl-summary-mark-as-answered): New function.
2789         (wl-summary-mark-as-unanswered): Ditto.
2790         (wl-summary-sync-marks): Modified for answered-mark synching.
2791
2792 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2793
2794         * wl-action.el (wl-summary-set-mark): Fixed last change.
2795
2796 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2797
2798         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2799         behavior of wl-summary-unread-message-hook
2800         (Pointed out by akira yamada <akira@arika.org>).
2801
2802 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2803
2804         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2805         wl-summary-delete.
2806         * wl-xmas.el (wl-summary-toolbar): Ditto.
2807
2808         * wl-action.el (wl-summary-set-mark): Don't override current
2809         temp-mark.
2810
2811         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2812
2813 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2814
2815         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2816         (wl-refile-msgid-learn): Ditto.
2817         (wl-refile-get-field-value): Ditto.
2818
2819         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2820
2821         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2822         (wl-expire-delete-reserved-messages): Renamed from
2823         wl-expire-reserve-marked-msgs-from-list.
2824         (wl-expire-delete): Removed argument `msgdb'.
2825         (wl-expire-refile): Ditto.
2826         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2827         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2828         mark-alist as argument.
2829         (wl-expire-archive-number1): Removed argument `msgdb'.
2830         (wl-expire-archive-number2): Ditto.
2831         (wl-expire-archive-date): Ditto.
2832         (wl-expire-localdir-date): Ditto.
2833         (wl-expire-hide): Ditto.
2834         (wl-archive-number1): Ditto.
2835         (wl-archive-number2): Ditto.
2836         (wl-archive-date): Ditto.
2837         (wl-archive-folder): Ditto.
2838         All other related portions are changed.
2839
2840 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2841
2842         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2843         mean move up and down. (suggested by Takashi Kawachi)
2844
2845 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2846
2847         * wl-acap.el (toplevel): Don't require un-define.
2848
2849 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2850
2851         * wl-thread.el (wl-thread-delete-message): Always update
2852         wl-summary-buffer-number-list.
2853
2854         * wl-action.el (wl-summary-print-destination): 
2855         Do nothing when folder is nil.
2856
2857 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2858
2859         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2860         persistent mark when prefetch is succeeded.
2861
2862 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2863
2864         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2865         instead of elmo-msgdb-delete-msgs.
2866         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2867         (wl-expire-hide): Ditto.
2868
2869         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2870
2871         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2872         elmo-msgdb interface.
2873         (wl-thread-get-exist-children): Likewise.
2874         (wl-thread-insert-message): Likewise.
2875         (wl-thread-msg-mark-as-important): Likewise.
2876         (wl-thread-insert-entity-sub): Likewise.
2877         (wl-thread-get-children-msgs-uncached): Likewise.
2878
2879         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2880         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2881         (wl-summary-sync-update): Likewise.
2882         (wl-summary-auto-select-msg-p): Likewise.
2883         (wl-summary-update-thread): Likewise.
2884         (wl-summary-mark-as-important): Likewise.
2885         (wl-summary-jump-to-msg-internal): Likewise.
2886         (wl-summary-redisplay-internal): Likewise.
2887         (wl-summary-print-message-with-ps-print): Likewise.
2888         (wl-summary-folder-info-update): Likewise.
2889
2890         * wl-folder.el (wl-folder-check-one-entity):
2891         elmo-folder-count-flags instead of wl-summary-count-unread.
2892
2893         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2894
2895         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2896
2897         * wl-summary.el (wl-summary-set-message-modified): 
2898         Call wl-summary-set-mark-modified.
2899         (wl-summary-delete-messages-on-buffer): Call
2900         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2901         (wl-summary-sync-update): Call elmo-folder-length instead of
2902         elmo-folder-messages.
2903         (wl-summary-insert-headers): Don't call
2904         elmo-folder-list-message-entities.
2905
2906 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2907
2908         * wl-action.el (wl-summary-define-mark-action): Call
2909         `wl-summary-set-mark' with argument `data'.
2910         (wl-summary-auto-refile): Fixed order of arguments when call
2911         `wl-summary-refile'.
2912
2913 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2914
2915         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2916
2917         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2918
2919         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2920         (Renamed from wl-highlight-summary-deleted-face).
2921         (wl-highlight-summary-resend-face): New face.
2922
2923         (wl-highlight-summary-deleted-face): Renamed from
2924         wl-highlight-summary-erased-face.
2925
2926         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2927
2928         * wl-action.el (wl-summary-get-resend-address): New function.
2929         (wl-summary-exec-action-resend): Ditto.
2930         (wl-summary-exec-action-resend-subr): Ditto.
2931
2932         * w-thread.el (wl-thread-copy): Removed definition.
2933         (wl-thread-refile): Ditto.
2934         (wl-thread-delete): Ditto.
2935         (wl-thread-target-mark): Ditto.
2936
2937         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2938         (wl-summary-target-mark-set-action): Fixed.
2939         (wl-summary-define-mark-action): Fixed quotation.
2940         (wl-summary-move-mark-list-messages): Display message.
2941         (wl-summary-define-mark-action): Define thread functions.
2942         (wl-summary-exec-action-refile): Changed message.
2943         (wl-summary-exec): Ditto.
2944
2945 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2946         
2947         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2948         '%%'.
2949
2950 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2951
2952         * wl.el (toplevel): Require wl-action.
2953         (wl-init): Call wl-summary-define-mark-action.
2954
2955         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2956
2957         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2958         wl-summary-delete and wl-summary-erase.
2959         (wl-summary-mode-map): Ditto.
2960
2961         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2962         wl-delete-folder-alist.
2963
2964         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2965         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2966         (toplevel): Moved mark & action related functions to the wl-action.el.
2967
2968         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2969         in wl-summary-mark-action-list.
2970         (wl-highlight-summary-current-line): Ditto.
2971
2972         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2973         empty lines.
2974
2975         * wl-action.el: New file. 
2976
2977 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2978
2979         * wl-summary.el (wl-summary-target-mark-replace): New function.
2980         (wl-summary-target-mark-prefetch): Use it.
2981         (wl-summary-target-mark-delete): Ditto.
2982         (toplevel): Rearranged definition order.
2983         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2984         (wl-summary-target-mark-erase): Rewrite.
2985         (wl-summary-erase-region): New function.
2986         (wl-summary-exec-action-erase): Changed message.
2987         (wl-summary-move-mark-list-messages): New function.
2988         (wl-summary-exec-action-delete): Use it.
2989         (wl-summary-exec-action-erase): Ditto.
2990
2991         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2992         (wl-summary-skip-mark-list): Added "d".
2993
2994         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2995         while searching.
2996
2997         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2998         and define using defcustom;
2999         Define 4th element as a face.
3000         
3001         * wl-summary.el (wl-summary-incorporate): Use 
3002         `wl-summary-prefetch-region-no-mark' instead of
3003         `wl-summary-prefetch-region'.
3004         (wl-summary-prefetch-region-no-mark): Revival of old
3005         `wl-summary-prefetch-region'.
3006         (wl-summary-mark-action-list): Moved to wl-vars.el
3007
3008         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3009         face according to the `wl-summary-mark-action-list'.
3010         (wl-highlight-summary-current-line): Ditto;
3011         Removed destination highlighting.
3012
3013         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3014         (wl-highlight-summary-line-string): Highlight for "i" mark.
3015         (wl-highlight-summary-current-line): Ditto.
3016
3017         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3018         no destination.
3019
3020         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3021         exists, just go ahead.
3022         (wl-summary-prefetch-region): Rewrite.
3023         (wl-summary-prefetch): Ditto.
3024         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3025         (wl-summary-exec-action-prefetch): New function.
3026         (wl-summary-target-mark-prefetch): Rewrite.
3027
3028 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3029
3030         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3031         (wl-highlight-summary-line-string): Added "d" and "D".
3032         (wl-highlight-summary-current-line): Ditto.
3033
3034         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3035         in wl-summary.el.
3036         (wl-thread-insert-entity-sub): Ditto.
3037         (wl-thread-remove-destination-region): Ditto.
3038         (wl-thread-print-destination-region): Ditto.
3039
3040         * wl-summary.el (wl-summary-buffer-refile-list,
3041         wl-summary-buffer-delete-list,
3042         wl-summary-buffer-copy-list): Abolish.
3043         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3044         All other related portions are changed.
3045         (wl-summary-mark-action-list): New variable.
3046         (wl-summary-set-mark): New function.
3047         (wl-summary-register-target-mark): Ditto.
3048         (wl-summary-unregister-target-mark): Ditto.
3049         (wl-summary-have-target-mark-p): Ditto.
3050         (wl-summary-register-temp-mark): Ditto.
3051         (wl-summary-unregister-temp-mark): Ditto.
3052         (wl-summary-registered-temp-mark): Ditto.
3053         (wl-summary-collect-temp-mark): Ditto.
3054         (wl-summary-unset-mark): Ditto.
3055         (wl-summary-set-target-mark): Ditto.
3056         (wl-summary-unset-target-mark): Ditto.
3057         (wl-summary-set-action-generic): Ditto.
3058         (wl-summary-unset-action-generic): Ditto.
3059         (wl-summary-exec-action-delete): Ditto.
3060         (wl-summary-exec-action-erase): Ditto.
3061         (wl-summary-set-action-refile): Ditto.
3062         (wl-summary-set-action-refile-subr): Ditto.
3063         (wl-summary-unset-action-refile): Ditto.
3064         (wl-summary-make-destination-numbers-list): Ditto.
3065         (wl-summary-exec-action-refile): Ditto.
3066         (wl-summary-set-action-copy): Ditto.
3067         (wl-summary-unset-action-copy): Ditto.
3068         (wl-summary-exec-action-copy): Ditto.
3069         (wl-summary-collect-numbers-region): Ditto.
3070         (wl-summary-delete): Rewrite.
3071         (wl-summary-erase): Ditto.
3072         (wl-summary-remove-destination): Ditto.
3073         (wl-summary-exec): Ditto.
3074         (wl-summary-exec-region): Ditto.
3075         (wl-summary-target-mark-erase): Ditto.
3076         (wl-summary-refile): Ditto.
3077         (wl-summary-copy): Ditto.
3078         (wl-summary-unmark): Ditto.
3079         (wl-summary-delete-all-mark): Ditto.
3080         (wl-summary-mark-line): Don't highlight.
3081         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3082         (wl-summary-target-mark-refile-subr): Rewrite.
3083
3084         (wl-summary-copy-prev-destination): Abolish.
3085
3086 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3087
3088         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3089         default values along the value of wl-on-mule.
3090         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3091         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3092         It is not used anywhere.
3093
3094 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3095
3096         * wl-summary.el (wl-summary-print-destination): Keep position.
3097         (wl-summary-cursor-move-surface): Keep horizontal position.
3098
3099 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3100
3101         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3102         write sendlog.
3103
3104 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3105
3106         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3107         `wl-summary-highlight'.
3108
3109 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3110
3111         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3112         trivial condition for temp-mark.
3113
3114 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3115
3116         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3117         when it hits killed buffer.
3118
3119 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3120
3121         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3122         * wl-news.el.in: `message' and `error' take format string.
3123
3124 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3125
3126         * wl-folder (wl-folder-insert-entity): Display a message,
3127         `...done', when the work finish.
3128         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3129
3130 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3131
3132         * wl-message.el (wl-message-redisplay): Remove unused local
3133         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3134
3135 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3136
3137         * wl-summary.el (wl-summary-replace-status-marks): Disable
3138         interactive use.
3139         (wl-summary-reedit): Check message existence at first.
3140         (wl-summary-mark-line): Fix doc, return value is indefinite.
3141
3142         * wl-highlight.el (wl-highlight-message): Arranged.
3143
3144         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3145         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3146         check temp-mark by wl-summary-temp-mark always.
3147         (wl-highlight-summary): Change accordingly.
3148         * wl-summary.el (wl-summary-mark-as-read-all)
3149         (wl-summary-delete-cache, wl-summary-set-score-mark)
3150         (wl-summary-mark-as-unread, wl-summary-unmark)
3151         (wl-summary-mark-line, wl-summary-mark-as-read)
3152         (wl-summary-mark-as-important): Ditto.
3153
3154         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3155         end of the window if possible.
3156         * wl-summary.el (wl-summary-sync-update): Support lazy
3157         highlighting.
3158         (wl-summary-toggle-disp-msg): Ditto.
3159
3160 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3161
3162         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3163
3164 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3165
3166         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3167         change.
3168
3169 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3170
3171         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3172         API.
3173         (wl-summary-sync-update): Ditto.
3174
3175         * wl-score.el (wl-score-get-score-alist): Changed argument.
3176         (wl-summary-rescore-msgs): Likewise.
3177         (wl-summary-score-headers): Likewise.
3178         (wl-score-headers): Likewise;
3179         Use elmo-folder-do-each-message-entity, etc.
3180         (wl-summary-score-effect): Follow the changes above.
3181         (wl-summary-rescore): Ditto.
3182         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3183         (wl-score-get-overview): Abolish.
3184
3185         * wl-summary.el (wl-summary-default-from): Follow the API change in
3186         elmo-msgdb.
3187         (wl-summary-count-unread): Ditto.
3188         (wl-summary-detect-mark-position): Ditto.
3189         (wl-summary-overview-entity-compare-by-date): Ditto.
3190         (wl-summary-overview-entity-compare-by-number): Ditto.
3191         (wl-summary-overview-entity-compare-by-from): Ditto.
3192         (wl-summary-overview-entity-compare-by-subject): Ditto.
3193         (wl-summary-get-list-info): Ditto.
3194         (wl-summary-rescan): Ditto.
3195         (wl-summary-jump-to-msg-by-message-id): Ditto.
3196         (wl-summary-sync-update): Ditto; Removed comment.
3197         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3198         (wl-summary-insert-message): Use wl-summary-insert
3199         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3200         (wl-summary-insert-headers): Changed argument overview to folder.
3201         (wl-summary-search-by-subject): Likewise.
3202         (wl-summary-insert-thread): Renamed from 
3203         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3204
3205         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3206         too.
3207
3208         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3209         wl-string-member.
3210
3211 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3212
3213         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3214         elmo-folder-append-buffer.
3215         (wl-draft-queue-append): Likewise.
3216
3217         * wl-mime.el (wl-message-delete-current-part): Ditto.
3218         (wl-summary-burst-subr): Ditto.
3219
3220         * wl-news.el.in (wl-news-send-news): Ditto.
3221
3222 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3223
3224         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3225         function.
3226         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3227         (wl-summary-update-mark): Enclose with save-excursion.
3228         (wl-summary-mark-as-read-internal): Fixed last change.
3229         (wl-summary-mark-as-important): Use 3rd argument of
3230         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3231         Don't use elmo-msgdb-set-mark.
3232         (wl-summary-redisplay-internal): If msgdb flag is already read,
3233         just update the mark on buffer.
3234
3235 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3236
3237         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3238         cut visible folder when elmo-folder-delete returns non-nil value.
3239
3240 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3241
3242         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3243         by Kenichi OKADA <okada@opaopa.org>).
3244
3245 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3246
3247         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3248
3249 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3250
3251         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3252         Fixed the last change, search group entity by its real name.
3253         (Thanks to: KOBAYASHI Shinji)
3254
3255 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3256
3257         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3258         (wl-fldmgr-access-display-all): Don't refer visible name.
3259         * wl-expire.el (wl-folder-archive-current-entity)
3260         (wl-folder-expire-current-entity): Ditto.
3261         * wl-folder.el (wl-folder-jump-to-current-entity)
3262         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3263         (wl-folder-open-folder-sub,wl-folder-open-all)
3264         (wl-folder-write-current-folder): Ditto.
3265         (wl-folder-insert-entity): Don't use petname for normal group.
3266         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3267         is the real name.
3268         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3269         Abolished.
3270
3271 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3272
3273         * wl-draft.el (wl-draft-create-buffer): Add
3274         `wl-summary-reply-with-citation'
3275
3276 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3277
3278         * wl-draft.el (wl-draft-reply): Fixed.
3279
3280 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3281
3282         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3283         when `wl-draft-send-confirm-with-preview' is non-nil.
3284         You can scroll up/down by j/k.
3285         (wl-draft-send-confirm-with-preview): New variable (default=t).
3286
3287 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3288
3289         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3290         (wl-fldmgr-save-folders): Fix comment.
3291
3292 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3293
3294         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3295         along the last change in `wl-folder-buffer-group-p'.
3296
3297 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3298
3299         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3300         folder.
3301
3302         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3303         the default value.
3304
3305         * wl-mime.el (wl-summary-burst): Update summary only when target
3306         folder equals current folder.
3307
3308 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3309
3310         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3311
3312 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3313
3314         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3315         value.
3316
3317 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3320         `map-extents' instead of `extent-at' repeatedly.
3321         (wl-highlight-folder-current-line): Ditto.
3322
3323         * wl-highlight.el: Remove useless dummy functions.
3324
3325 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3326
3327         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3328         (wl-folder-put-folder-property): New function to put text property.
3329         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3330         (wl-folder-insert-entity, wl-folder-update-diff-line)
3331         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3332         * wl-e21.el, wl-xmas.el, wl-mule.el
3333         (wl-highlight-folder-current-line): Ditto.
3334         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3335         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3336         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3337         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3338
3339 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3340
3341         * Version number is increased to 2.11.3.
3342
3343 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3344
3345         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3346         Resume current-buffer since it is assumed by remaining tasks.
3347
3348 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3349
3350         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3351         (wl-folder-completion-function): Abolished.
3352         (wl-folder-complete-folder): New function.
3353         (wl-folder-complete-filter-condition): Ditto.
3354         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3355         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3356
3357 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3358
3359         * wl-draft.el (wl-draft-send-confirm): New function.
3360         (wl-draft-send): Use it.
3361
3362         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3363         cursor-in-echo-area while confirming.
3364
3365         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3366
3367         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3368         searching via nntp if wl-summary-search-via-nntp is 'force.
3369         Otherwise, invoke searching in nntp folder only.
3370         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3371
3372         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3373         explicitly for mime-make-text-tag.
3374
3375 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3376
3377         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3378         `mime-make-text-tag' instead of `mime-create-tag'.
3379
3380 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3381
3382         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3383         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3384
3385 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3386
3387         * wl-score.el (wl-score-save): Bind print-length and print-level.
3388         (wl-score-pretty-print): Ditto.
3389         (wl-score-edit-insert-header-entry): Ditto.
3390
3391         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3392         "From" entry to be treated with wl-draft-eword-encode-address-list.
3393         * wl-mime.el (wl-draft-preview-message): Ditto.
3394
3395         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3396         (wl-summary-mark-as-unread): Ditto.
3397         (wl-summary-mark-as-read-region): Change accordingly.
3398         (wl-summary-mark-as-unread-region): Ditto.
3399         (wl-summary-target-mark-mark-as-read): Ditto.
3400         (wl-summary-target-mark-mark-as-unread): Ditto.
3401
3402 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3403
3404         * Version number is increased to 2.11.2.
3405
3406 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3407
3408         * wl-news.el.in (wl-news-previous-version-save): Bind
3409         print-length and print-level.
3410         * wl-thread.el (wl-thread-save-entities): Ditto.
3411         (wl-thread-save-top-list): Bind print-length.
3412
3413 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3414
3415         * wl-highlight.el (wl-highlight-summary-line-string): Use
3416         wl-summary-score-below-mark, wl-summary-score-over-mark.
3417         (wl-highlight-summary-current-line): Ditto.
3418
3419 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3420
3421         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3422         insert it.
3423
3424 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3425
3426         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3427
3428 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3429
3430         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3431         message without msgid.
3432         Rewrite with elmo-folder-move-messages.
3433         Set wl-message-buffer to nil.
3434
3435         * wl-summary.el (wl-summary-erase-subr): New function. Use
3436         elmo-folder-move-messages.
3437         (wl-summary-erase): Call it.
3438         (wl-summary-target-mark-erase): Ditto.
3439
3440 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3441
3442         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3443         it is not up-tp-date.
3444
3445 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3446
3447         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3448         buffer after calling `wl-summary-goto-folder-subr' without the
3449         argument `interactive'.
3450         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3451
3452 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3453
3454         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3455         `mime-create-tag'. Use `string=' instead of `looking-at'.
3456
3457 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3458
3459         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3460         to avoid compile warning.
3461
3462         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3463         entity-id when folder is given.
3464         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3465         save-excursion, use save-selected-window instead.
3466         Select folder buffer window if exists.
3467         (To correct behavior with wl-folder-move-cur-folder.)
3468
3469 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3470
3471         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3472
3473 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3474
3475         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3476         list-count instead of %d.
3477
3478 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3479
3480         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3481         (wl-news): Set it.
3482         (wl-news-append-to-folder): Use it.
3483
3484         * wl-news.el.in (wl-news-send-news): Append to specified folder
3485         instead of wl-default-folder.
3486         (wl-news-append-to-folder): Show error message with specified folder.
3487
3488         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3489                 In most major modes, Emacs assumes that any opening
3490                 delimiter found at the left margin is the start of a
3491                 top-level definition, or defun. Therefore, *never put an
3492                 opening delimiter at the left margin unless it should have
3493                 that significance.*
3494
3495         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3496
3497 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3498
3499         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3500
3501 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3502
3503         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3504
3505 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3506
3507         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3508         for sequential numbering case.
3509
3510 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3511
3512         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3513         value.
3514         (wl-draft-reply-without-argument-list): Ditto.
3515         (wl-draft-reply-myself-with-argument-list): Abolish.
3516         (wl-draft-reply-myself-without-argument-list): Ditto.
3517         * wl-draft.el (wl-draft-self-reply-p): New function.
3518         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3519
3520 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3521
3522         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3523         (avoid error for the case without byte-compiling)
3524
3525 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3526
3527         * wl-news.el.in (wl-news-append-to-folder): New function.
3528         (wl-news-exit): Rewrite.
3529         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3530
3531 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3532
3533         * wl-draft.el (wl-draft-reply-position): New function.
3534         (wl-draft-reply-position): Fix.
3535         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3536         (wl-summary-target-mark-reply-with-citation): Ditto.
3537         (wl-summary-reply-with-citation): Ditto.
3538         * wl-vars.el (wl-draft-reply-default-position): New variable.
3539
3540 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3541
3542         * wl-draft.el (wl-draft-send): Preview when interactive send.
3543
3544 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3545
3546         * wl-draft.el (wl-draft-reply): Set default position.
3547         * wl-summary.el (wl-summary-reply): Ditto.
3548         (wl-summary-reply-with-citation): Ditto.
3549         (wl-summary-target-mark-reply-with-citation): Ditto.
3550
3551 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3552
3553         * wl-news.el.in (wl-news-lang): Set default value according to
3554         current-language-environment.
3555         (wl-news-append-news): Do nothing when news-list is nil.
3556
3557 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3558
3559         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3560         (wl-news): Change message.
3561         (wl-news-exit): Check buffer.
3562         (wl-news-force-exit): New function.
3563         (wl-news-show-all): New function.
3564         (wl-news-discard-and-exit): Fix.
3565
3566 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3567
3568         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3569         according to current-language-environment.
3570
3571         * wl-news.el.in (wl-news): If arg, show all NEWS after
3572         wl-news-default-previous-version.
3573
3574 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3575
3576         * wl-news.el.in (wl-news-check): Rewritten.
3577         (wl-news-previous-version-load): Change data type.
3578         (wl-news-previous-version-save): Change data type.
3579         (wl-news-append-news): Add return value.
3580         (wl-news-check-news): New function.
3581         (wl-news-already-current-p): New function.
3582         (wl-news-send-news): Rewritten.
3583         (wl-news-mode-map): Add new keybind.
3584         (wl-news): Rewritten.
3585         (wl-news-exit): Rewritten.
3586         (wl-news-discard-and-mail): New function.
3587         (wl-news-send-to-address): Abolished.
3588         * wl.el (wl-init): Delete a message.
3589
3590 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3591
3592         * wl-news.el.in (wl-news-exit): Update previous version.
3593         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3594
3595 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3596
3597         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3598
3599 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3600
3601         * wl-news.el.in (wl-news): New function.
3602         (wl-news-mode): New function.
3603         (wl-news-next-line): New function.
3604         (wl-news-next-page): New function.
3605         (wl-news-exit): New function.
3606         (wl-news-buf-name): New variable.
3607         (wl-news-mode-map): New variable.
3608         (wl-news-winconf): New variable.
3609         (wl-news-append-news): Add an option.
3610
3611 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3612
3613         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3614
3615 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3616
3617         * wl-news.el.in (wl-news-send-to-address): New variable.
3618         (wl-news-send-news): Use it.
3619         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3620         Return updating status.
3621         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3622
3623 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3624
3625         * wl-news.el.in (wl-news-send-news): Delete
3626         Organization and X-Face.
3627
3628 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3629
3630         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3631         (wl-news-append-news): New function.
3632         (wl-news-send-news): New function.
3633
3634 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3635
3636         * Version number is increased to 2.11.1.
3637
3638 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3639
3640         * wl-news.el.in : New file.
3641
3642 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3643
3644         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3645         default value.
3646         (wl-draft-reply-without-argument-list): Ditto.
3647
3648 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3649
3650         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3651         (wl-message-buffer-prefetch-idle-time): Ditto.
3652         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3653
3654 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3655
3656         * wl-thread.el (wl-thread-insert-message): Use
3657         wl-summary-max-thread-depth.
3658
3659         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3660         loop detection.
3661
3662         * wl-message.el (wl-message-buffer-display): Back to the first page
3663         when cache is hit.
3664
3665 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3666
3667         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3668
3669         * wl-summary.el (wl-summary-insert-thread-entity):
3670         If the thread depth is reached to wl-summary-max-thread-depth,
3671         divide the thread.
3672
3673 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3674
3675         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3676         for elmo-remove-passwd.
3677
3678 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3679
3680         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3681         folder is sticky.
3682         (wl-folder-mark-as-read-all-entity): Ditto.
3683         (wl-folder-prefetch-entity): Ditto.
3684
3685 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3686
3687         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3688
3689 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3690
3691         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3692         Delete messages on buffer for unplugged operation.
3693         (wl-summary-erase): Ditto.
3694
3695 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3696
3697         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3698         take nil so as not to search parent by subject.
3699
3700 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3701
3702         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3703         (wl-folder-get-next-folder): Ditto.
3704         (wl-folder-get-path): Ditto.
3705
3706 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3707
3708         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3709         system and encode the region with it before verifying.
3710
3711 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3712
3713         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3714         system of the echo buffer before decoding.
3715
3716 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3717
3718         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3719         original contents.
3720
3721 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3722
3723         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3724         with argument 'any-exists.
3725
3726 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3727
3728         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3729         Use `wl-cs-autoconv'.
3730
3731 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3732
3733         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3734         by `mime-view-automatic-conversion'.
3735
3736         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3737         (wl-message-verify-pgp-nonmime): Ditto.
3738         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3739         Bind them to C-c:d and C-c:v respectively.
3740
3741         Merge following code by Teranishi-san from [wl-en:00167].
3742         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3743         (wl-mime-preview-application/pgp-encrypted): Ditto.
3744         (wl-mime-setup): Add entry.
3745
3746 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3747
3748         * wl-summary.el (wl-summary-target-mark-erase): New function.
3749         Bind it to "mD".
3750
3751 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3752
3753         * wl-vars.el (wl-draft-write-file-function): Fix.
3754         (wl-draft-reedit-hook): Changed default value.
3755
3756         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3757         wl-draft-reedit-hook.
3758         (wl-draft-remove-text-plain-tag): New function.
3759         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3760
3761         * wl-vars.el (wl-draft-write-file-function): New user option.
3762
3763         * wl-draft.el (wl-draft-prepare-edit): Use it for
3764         local-write-file-hooks.
3765         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3766
3767         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3768         (wl-draft-insert-mail-header-separator): Return the body beginning
3769         point.
3770         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3771         text/plain.
3772         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3773
3774 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3775
3776         * wl-summary.el (wl-summary-erase): New function to erase message
3777         without moving it to trash. Bind to "D".
3778
3779         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3780         as `keep' unless switch-function.
3781
3782 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3783
3784         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3785         message buffer by using `wl-summary-toggle-disp-msg'.
3786         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3787         buffer window.
3788         (wl-summary-supresedes-message): Ditto.
3789
3790         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3791         Do not delete other windows.
3792         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3793         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3794         (wl-draft-create-buffer): Set reply-or-forward also for target
3795         mark commands.
3796
3797 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3798
3799         * wl-draft.el (wl-user-agent-compose): Delete special case for
3800         switch-to-buffer-other-window.
3801
3802         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3803         (wl-summary-forward): Ditto.
3804
3805         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3806         function.
3807         (wl-draft-buffer-style): New use option.
3808
3809         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3810         (wl-draft): Follow the change above.
3811         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3812         wl-draft-buffer-style.
3813         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3814         switch-function.
3815
3816 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3817
3818         * wl-address.el (wl-address-make-completion-entry): Extracted from
3819         `wl-address-make-completion-list'.
3820         (wl-address-enable-strict-loading): New variable.
3821         (wl-address-make-completion-list): Revive petname duplication
3822         inquiry, and enable it if `wl-address-enable-strict-loading'.
3823         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3824
3825 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3826
3827         * wl-message.el (wl-message-get-original-buffer): Avoid
3828         'Selecting deleted buffer' error when original buffer is killed.
3829
3830 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3831
3832         * wl-summary.el (wl-summary-next-message): Use
3833         elmo-message-accessible-p instead of elmo-message-cached-p.
3834
3835 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3836
3837         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3838
3839         * wl-thread.el (wl-thread-open-all-unread): Use
3840         elmo-folder-list-flagged instead of
3841         elmo-folder-list-messages-mark-match.
3842
3843         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3844         instead of elmo-folder-list-messages-mark-match.
3845         (wl-summary-move-spec-alist): New variable.
3846         (wl-summary-move-spec-plugged-alist,
3847         wl-summary-move-spec-unplugged-alist): Abolish.
3848         (wl-summary-next-message): Follow the change above.
3849         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3850         with 'no-msg' argument.
3851
3852         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3853         variable.
3854         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3855         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3856         (wl-message-buffer-prefetch-get-next): Follow the change above.
3857
3858 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3859
3860         * wl-version.el (wl-version): Changed codename.
3861
3862         * Version number is increased to 2.11.0.
3863
3864 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3865
3866         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3867         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3868         `wl-draft-config-variables'.
3869         (wl-draft-kill): Fixed problem when the draft is reedit.
3870
3871 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3872
3873         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3874         buffer-modified status (Thanks to
3875         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3876
3877 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3878
3879         * wl-util.el (wl-region-exists-p): New function.
3880
3881         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3882         Remove defvars for byte-compile warnings.
3883
3884 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3885
3886         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3887         defvar-maybe. Removed unused bind.
3888
3889 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3890
3891         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3892         summary buffer window before creating new frame.
3893         (wl-draft-reply): Ditto.
3894
3895 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3896
3897         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3898
3899 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3900
3901         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3902
3903 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3904
3905         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3906         instead of `kill-region'.
3907
3908 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3909
3910         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3911         (wl-highlight-summary-line-string): Use it.
3912         (wl-highlight-summary-current-line): Ditto.
3913
3914         * wl-mime.el (wl-message-delete-current-part): Check the class of
3915         mime-entity.
3916
3917         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3918
3919         * wl-summary.el (wl-summary-make-number-list): Initialize.
3920         (wl-summary-update-mark): New function.
3921         (wl-summary-reply): Put `answered' mark on the message.
3922         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3923
3924         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3925         (wl-draft-reply): Added optional argument `number';
3926         Set wl-draft-parent-number.
3927         (wl-draft-kill): Delete answered mark if it is a reply.
3928
3929 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3930
3931         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3932         that originates in mime-preview-follow-current-entity.
3933         (wl-draft-yank-current-message-entity): Use it if region is active.
3934
3935         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3936         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3937         `wl-message-delete-current-part'.
3938         * wl-mule.el (wl-message-define-keymap): Ditto.
3939         * wl-xmas.el (wl-message-define-keymap): Ditto.
3940
3941 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3942
3943         * wl-mime.el (wl-message-delete-current-part): New function.
3944         (wl-mime-node-id-to-string): Ditto.
3945
3946         * wl-mime.el (wl-message-delete-current-part): Use existing
3947         original buffer which corresponds current mime-view buffer.
3948         (fetched buffer might have different structure, possibly)
3949
3950         * wl-mime.el (wl-message-delete-current-part): Quit if the
3951         message content differs from the actual message.
3952
3953 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3954
3955         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3956         order.
3957         (wl-summary-search-by-subject): Search parent message from tail;
3958         Check the existence of the parent message on the current thread tree.
3959         (wl-summary-update-thread): Check whether the line is inserted.
3960
3961 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3962
3963         * wl-vars.el (wl-summary-line-format): Undo last change.
3964         * wl-summary.el (wl-summary-print-destination): Do not put
3965         invisible property when `wl-summary-width' is nil.
3966         (wl-summary-line-subject-minimum-length): Abolished.
3967         (wl-summary-line-subject): Ditto.
3968
3969 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3970
3971         * wl-vars.el (wl-summary-line-format): Change default value.
3972         (wl-summary-subject-length-limit): Abolished.
3973         * wl-summary.el (wl-summary-line-subject): Ditto.
3974
3975 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3976
3977         * wl-template.el (wl-template-select): Added optional argument.
3978         If optional argument is specified, reverse
3979         `wl-template-visible-select'.
3980
3981 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3982
3983         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3984         Take prefix argument to force asking the destination folder.
3985
3986 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3987
3988         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3989         count and update status.
3990
3991 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3992
3993         * wl-summary.el (wl-summary-redisplay-internal): If
3994         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3995         after fetching.
3996
3997 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3998
3999         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4000         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4001
4002         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4003
4004 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4005
4006         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4007         (All other related portions are changed).
4008         (wl-summary-mark-as-read-all): Rewrite.
4009
4010 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4011
4012         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4013         `wl-summary-mark-as-read'.
4014         (wl-summary-mark-as-unread): Rewrite.
4015         (wl-summary-mark-as-read): Added no-modeline argument.
4016         (wl-summary-resume-cache-status): Rewrite.
4017         (wl-summary-exec-subr): Remove unused local variable.
4018
4019 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4020
4021         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4022         logic to call `wl-summary-buffer-prev-folder-function'.
4023         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4024
4025 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4026
4027         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4028         is nil.
4029
4030 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4031
4032         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4033         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4034         (wl-mime-setup): Add its entry.
4035
4036 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4037
4038         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4039         (wl-summary-delete-cache): Likewise.
4040         (wl-summary-mark-as-read): Rewrite.
4041
4042 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4043
4044         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4045         `wl-summary-count-unread'.
4046
4047         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4048
4049         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4050
4051 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4052
4053         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4054         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4055         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4056         Renamed to the elmo-msgdb-*-mark.
4057         (wl-summary-score-marks): Follow the change above.
4058         (wl-summary-auto-refile-skip-marks): Ditto.
4059         (wl-summary-incorporate-marks): Ditto.
4060         (wl-summary-expire-reserve-marks): Ditto.
4061
4062         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4063         changes.
4064         (wl-thread-insert-top): Changed updating message.
4065
4066         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4067         variable.
4068         (wl-summary-count-unread): Count answered marks.
4069         (wl-summary-rescan): Call wl-summary-insert-message instead of
4070         wl-summary-append-message-func-internal.
4071         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4072         (wl-summary-prefetch-msg): Follow the variable name changes.
4073         (wl-summary-prefetch-region): Ditto.
4074         (wl-summary-mark-as-read-all): Follow the API changes;
4075         Don't call elmo-folder-replace-marks.
4076         (wl-summary-delete-cache): Follow the variable name changes.
4077         (wl-summary-resume-cache-status): Ditto.
4078         (wl-summary-update-status-marks): New function.
4079         (wl-summary-insert-message): New function.
4080         (wl-summary-sync-marks): Follow the variable name changes.
4081         (wl-summary-sync-update): Synchronize to the msgdb, too;
4082         Changed update messages.
4083         (wl-summary-make-number-list): Rewrite.
4084         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4085         (wl-summary-mark-as-unread): Follow the API changes.
4086         (wl-summary-exec-subr): Follow the variable name changes.
4087         (wl-summary-mark-as-read): Ditto.
4088         (wl-summary-move-spec-plugged-alist): Ditto.
4089         (wl-summary-move-spec-unplugged-alist): Ditto.
4090         (wl-summary-cursor-move-surface): Ditto.
4091
4092         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4093         variable name changes.
4094         (wl-highlight-summary-current-line): Ditto.
4095
4096         * wl-expire.el (wl-expire-refile): Follow the API change in
4097         elmo-folder-move-messages.
4098         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4099         (wl-summary-archive): Use elmo-folder-msgdb instead of
4100         elmo-msgdb-load.
4101
4102 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4103
4104         * wl-mime.el (wl-draft-preview-message): Restore the position
4105         before evaluating wl-draft-send-hook in preview buffer.
4106
4107 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4108
4109         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4110         when it creates new draft buffer.
4111
4112         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4113         without argument.
4114
4115         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4116         Evaluate content and if the value is string, insert it.
4117         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4118         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4119         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4120         wl-draft-config-sub-part-bottom): Use it.
4121
4122         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4123         with the folder name. The question was unintelligible when it is
4124         called from wl-save-status.
4125
4126 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4127
4128         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4129         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4130         cannot take second argument).
4131
4132 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4133
4134         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4135         as t. Since type and subtype are not case sensitive (RFC 2045).
4136
4137 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4138
4139         * wl-vars.el (wl-message-mode-line-format): New variable.
4140         (wl-message-mode-line-format-spec-alist): Ditto.
4141         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4142         (wl-message-redisplay): Use wl-message-mode-line-format.
4143
4144 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4145
4146         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4147
4148 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4149
4150         * wl-summary.el (wl-summary-default-from): Write description.
4151
4152 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4153
4154         * wl-vars.el (wl-ldap-objectclass): Abolish.
4155
4156         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4157         (wl-ldap-make-filter): Removed condition for objectclass.
4158         (wl-ldap-make-matched-value-list): Remove meaningless process.
4159         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4160         (wl-address-ldap-search): Don't add `*' to `pat' string;
4161         use ignore-errors; added `email';
4162         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4163         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4164         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4165
4166
4167 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4168
4169         * wl-draft.el (wl-draft-parent-folder): Write description.
4170         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4171
4172 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4173
4174         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4175         as "" (zero-length string) if no parent.
4176         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4177
4178 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4179
4180         * wl-address.el (wl-address-make-completion-list): Skip duplication
4181         checking.
4182         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4183         `append'.
4184
4185 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4186
4187         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4188         instead of `beginning-of-buffer'.
4189
4190 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4193
4194 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4195
4196         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4197         Refer wl-message-buffer-name.
4198         (wl-message-wheel-down): Ditto.
4199
4200 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4201
4202         * wl-vars.el (wl-message-buffer-name): New user option.
4203
4204         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4205         directly instead of making alist dinamically.
4206
4207         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4208         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4209         wl-message-buffer-cache-name.
4210         (wl-message-buffer-cache-clean-up): Ditto.
4211
4212         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4213
4214         * Version number is increased to 2.9.15.
4215
4216 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4217
4218         * wl-vars.el (wl-summary-default-view-alist): New user option.
4219
4220         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4221
4222         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4223         while deleting address.
4224         (wl-draft-delete-myself-from-cc): Ditto.
4225
4226         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4227         If optional argument is specified, reverse sort order.
4228
4229         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4230
4231 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4232
4233         * wl-thread.el (wl-thread-insert-message): Return parent number if
4234         exists.
4235         (wl-thread-update-indent-string-region): Use
4236         wl-thread-update-line-on-buffer-sub instead of
4237         wl-thread-update-line-on-buffer.
4238
4239 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4240
4241         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4242         (wl-folder-close-all): Ditto.
4243
4244 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4245
4246         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4247         and mailing-list:.
4248         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4249         value.
4250         (wl-summary-line-list-info): Print mailing-list name even when 
4251         list-number is empty.
4252
4253 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4254
4255         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4256
4257         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4258         (wl-draft-open-file): Ditto.
4259         (wl-draft-random-alphabet): Ditto.
4260
4261         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4262         bindings.
4263
4264 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4265
4266         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4267         * wl-vars.el (wl-draft-config-alist): Ditto.
4268
4269 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4270
4271         * Version number is increased to 2.9.14.
4272
4273         * wl.el (wl): Don't set wl-init as nil when error occured while
4274         auto-checking folders.
4275
4276         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4277         `elmo-expand-newtext'.
4278
4279 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4280
4281         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4282         `this-command' so that `wl-folder-goto-folder' contained in
4283         `wl-summary-keep-cursor-command' work.
4284
4285 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4286
4287         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4288         message buffer displaying state.
4289
4290 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4291
4292         * wl-vars.el (wl-summary-default-view): New variable to specify
4293         default value for `wl-summary-buffer-view' instead of using
4294         set-default.
4295         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4296
4297 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4298
4299         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4300
4301         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4302
4303 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4304
4305         * wl-vars.el (wl-forward-subject-prefix): New variable.
4306         * wl-draft.el (wl-draft-forward): Use it.
4307
4308 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4309
4310         * wl-message.el (wl-message-prev-page): When it is called without
4311         lines argument, scroll down by wl-message-scroll-amount lines.
4312         (wl-message-next-page): Ditto.
4313         * wl-vars.el (wl-message-scroll-amount): Change default value
4314         to preserve current behavior.
4315
4316 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4317
4318         * wl-summary.el (wl-summary-prefetch-msg): Bind
4319         `wl-message-entity' to call `wl-summary-from-function'.
4320
4321 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4322
4323         * wl-message.el (wl-message-buffer-create): Run
4324         wl-message-buffer-created-hook.
4325
4326 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4327
4328         * wl-summary.el (wl-summary-sort-specs): New variable.
4329         (wl-summary-default-sort-spec): Ditto.
4330         (wl-summary-sort): Rewrite.
4331         (wl-summary-sort-by-list-info): New function.
4332
4333 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4334
4335         * wl-summary.el (wl-summary-get-list-info): New function.
4336         (wl-summary-sort): Rewrite.
4337         (wl-summary-line-list-info): Ditto.
4338         (wl-summary-line-list-count): Ditto.
4339         (wl-summary-refile-region): Fixed docstring.
4340
4341 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4342
4343         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4344         `wl-folder-entity-hashtb' as completion table.
4345
4346 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4347
4348         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4349         only when this command is called interactively; silence the byte-
4350         compiler.
4351
4352 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4353
4354         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4355         active in XEmacs.
4356
4357 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4358
4359         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4360         plural lines.
4361
4362 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4363
4364         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4365         of current line when the cursor is on the header name.
4366         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4367
4368 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4369
4370         * wl-util.el (wl-read-directory-name): Return displayed directory
4371         as the default value also on XEmacs.
4372
4373 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4374
4375         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4376         formatting.
4377
4378 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4379
4380         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4381         argument and when it is non-nil, check face property before
4382         highlighting for each line.
4383         (wl-highlight-summary-window): Set it.
4384
4385 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4386
4387         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4388         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4389
4390         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4391         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4392         (wl-draft-get-fcc-list): Likewise.
4393
4394 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4395
4396         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4397         (wl-thread-entity-cur): Ditto.
4398         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4399         wl-thread-indent-regexp setting.
4400         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4401
4402         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4403         wl-summary-lazy-highlight.
4404         (wl-summary-display-bottom): Ditto.
4405
4406         * wl-thread.el (wl-thread-open-close): Likewise.
4407
4408         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4409         from and subject;
4410         Bind wl-draft-use-frame;
4411         Enclose with save-window-excursion;
4412         Use wl-draft-create-buffer instead of with-temp-buffer;
4413         Use wl-draft-prepare-edit;
4414         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4415         Use wl-draft-send instead of wl-draft-raw-send.
4416
4417 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4418
4419         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4420         of using wl-from.
4421
4422 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4423
4424         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4425         insert-buffer instead of clone-buffer.
4426         (wl-draft-doing-mime-bcc): New variable.
4427         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4428         infinite loop.
4429         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4430
4431         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4432         (wl-draft-mime-bcc-body): Ditto.
4433
4434         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4435         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4436         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4437         wl-draft-do-mime-bcc.
4438         (wl-draft-mime-bcc-field): New function.
4439         (wl-draft-do-mime-bcc): Ditto.
4440
4441         * wl-address.el (wl-address-complete-header-list): New variable.
4442         (wl-address-complete-header-regexp): Changed default value.
4443
4444         * Version number is increased to 2.9.13.
4445
4446 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4447
4448         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4449         it is differed.
4450
4451 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4452
4453         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4454         (wl-summary-line-list-count): Ditto.
4455
4456 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4457
4458         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4459         (wl-nntp-posting-function): New variable.
4460         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4461         `wl-nntp-posting-config-alist'.
4462
4463 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4464
4465         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4466         FLIM.
4467
4468 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4469
4470         * wl-summary.el (wl-summary-target-mark-refile-sub):
4471         Remove a nuisance funcall.
4472
4473 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4474
4475         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4476         as t for `try-completion'.
4477
4478 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4479
4480         * wl-summary.el (wl-summary-default-from): Use
4481         wl-address-header-extract-address instead of
4482         std11-extract-address-components.
4483         (wl-summary-simple-from): Ditto.
4484         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4485         (wl-summary-insert-headers): Show message.
4486         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4487         for whole line.
4488         (wl-summary-default-from): Revert last change.
4489         (wl-summary-simple-from): Ditto.
4490         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4491         (wl-summary-mark-as-read-region): Follow the change above.
4492         (wl-summary-sync-marks): Ditto.
4493         (wl-summary-target-mark-mark-as-read): Ditto.
4494         (wl-summary-redisplay-internal): Ditto.
4495         (wl-summary-redisplay-no-mime-internal): Ditto.
4496         (wl-summary-redisplay-all-header): Ditto.
4497         (wl-summary-mark-as-read): Removed argument `cached';
4498         Use current cache status to set cache mark.
4499         (wl-summary-redisplay-internal): Follow the change above.
4500         (wl-summary-redisplay-no-mime-internal): Ditto.
4501         (wl-summary-redisplay-all-header): Ditto.
4502
4503         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4504
4505         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4506         Don't call itself recursively (Adviced by Yamaoka-san).
4507
4508 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4509
4510         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4511         bind wl-summary-highlight as nil to avoid error caused by missing
4512         local variables.
4513
4514 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4515
4516         * wl-vars.el (wl-invalid-character-message): New user option.
4517
4518         * wl-util.el (wl-set-string-width): If truncated string-width is
4519         larger than specified width, use `wl-invalid-character-message'.
4520
4521 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4522
4523         * wl-summary.el (wl-summary-prefetch-msg): 
4524         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4525
4526 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4527
4528         * wl-vars.el (wl-summary-check-line-format): New user option.
4529         (wl-summary-line-format-file): Ditto.
4530
4531         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4532         variable.
4533         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4534         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4535         and `wl-summary-view-old-p' to check whether do a rescan or not.
4536         (wl-summary-view-old-p): New function.
4537         (wl-summary-line-format-changed-p): Ditto.
4538         (wl-summary-line-format-save): Ditto.
4539         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4540
4541         * wl-util.el (wl-set-string-width): Avoid using negative number
4542         for make-string.
4543
4544 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4545
4546         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4547         return value.
4548
4549         * wl-util.el (wl-set-string-width): Added optional argument
4550         `padding' (All other related portions are changed).
4551         (wl-line-parse-format): If the first letter of column number is
4552         `0', zero-padding the result (ex: "%05l").
4553
4554         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4555
4556 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4557
4558         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4559         sequential summary view.
4560
4561 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4562
4563         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4564         if it doesn't have a -unix version.
4565
4566 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4567
4568         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4569
4570 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4571
4572         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4573         content.
4574         (wl-draft): Follow the change above.
4575
4576         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4577
4578         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4579         and wl-folder-summary-line-format-alist contain %T and %P.
4580
4581         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4582         (wl-summary-mode-line-format): New user option.
4583         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4584         (wl-summary-line-format): Changed default value.
4585         (wl-summary-lazy-highlight): Changed default value.
4586
4587         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4588         change in wl-summary-create-line.
4589         (wl-thread-insert-entity-sub): Ditto.
4590
4591         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4592         (wl-summary-buffer-unread-status): Ditto.
4593         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4594         (wl-summary-buffer-persistent-mark-column): Ditto.
4595         (wl-summary-buffer-mode-line-formatter): Ditto.
4596         (wl-summary-buffer-mode-line): Ditto.
4597         (wl-summary-message-regexp): Abolished.
4598         (All other related portions are changed.)
4599         (wl-summary-detect-mark-position): New function.
4600         (wl-summary-buffer-set-folder): Setup
4601         wl-summary-buffer-mode-line-formatter.
4602         (wl-summary-mode): Setup selective-display;
4603         Setup pre-idle-hook when xemacs.
4604         (wl-summary-update-modeline): Rewrite.
4605         (wl-summary-jump-to-msg): Define as function;
4606         Changed regexp for searching messages.
4607         (wl-summary-message-number): Rewrite.
4608         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4609         Do rescan when old type summary cache.
4610         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4611         (wl-summary-remove-destination): Use '\r' to detect EOL.
4612         (wl-summary-print-destination): Ditto.
4613         (wl-summary-temp-mark): New inline function.
4614         (wl-summary-persistent-mark): Ditto.
4615         (wl-summary-line-number): New function.
4616         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4617         (wl-summary-line-list-count): New function.
4618         (wl-summary-create-line): Added argument persistent-mark.
4619         (All other related portions are changed)
4620         (wl-summary-create-line): Insert '\r'.
4621         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4622         (wl-summary-cursor-move-surface): New inline function.
4623         (wl-summary-prev): Use it.
4624         (wl-summary-next): Ditto.
4625
4626         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4627         wl-summary-message-regexp.
4628         (wl-highlight-summary): Delete progress message.
4629         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4630
4631         * Version number is increased to 2.9.12.
4632
4633 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4634
4635         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4636         variable (nil: no minimum).
4637         (wl-summary-line-subject): Add some spaces after subject by
4638         wl-summary-line-subject-minimum-length.
4639
4640 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4641
4642         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4643         and removed `F'.
4644         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4645         change above).
4646
4647 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4648
4649         * wl-summary.el (wl-summary-line-list-count): Reverted.
4650         (example setting in samples/*/dot.wl is also updated)
4651
4652 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4653
4654         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4655
4656         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4657
4658         * wl-vars.el (wl-summary-line-format): Addes some description to the
4659         docstring.
4660
4661         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4662         (wl-summary-line-close-bracket): Ditto.
4663         (wl-summary-line-children-number): Ditto.
4664         (wl-summary-line-thread-indent): Ditto.
4665         (wl-summary-line-children-and-from): Ditto.
4666
4667         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4668         't', 'c', 'F' and added 'C'.
4669
4670         * wl-util.el (wl-set-string-width): Accept negative value.
4671         (wl-line-parse-format): Added "%number(" and "%)".
4672
4673 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4674
4675         * wl-summary.el (wl-summary-line-list-count): Change format of the
4676         return value.
4677
4678 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4679
4680         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4681         from the recent message.el.
4682         (wl-draft-point-in-header-p): Ditto.
4683         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4684         wl-draft-beginning-of-line.
4685         * wl-e21.el (wl-draft-mode-map): Ditto.
4686         * wl-xmas.el (wl-draft-mode-map): Ditto.
4687
4688         * wl-folder.el: Sort macrodefs by dependencies.
4689
4690 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4691
4692         * wl-summary.el (wl-summary-prev): Fixed regexp.
4693         (wl-summary-next): Ditto.
4694
4695 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4696
4697         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4698
4699 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4700
4701         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4702         for backward compatibility.
4703
4704 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4705
4706         * wl-summary.el (wl-summary-line-list-count): New function, merged
4707         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4708         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4709         list counts.
4710
4711 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4712
4713         * wl-summary.el (wl-summary-create-line): Ignore errors while
4714         timezone-fix-time.
4715
4716         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4717
4718         * wl-summary.el (wl-summary-sync-update): Ditto.
4719         (wl-summary-default-from): Use wl-message-entity
4720         instead of entity.
4721
4722         * wl-summary.el (wl-summary-create-line): Fix.
4723
4724         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4725         (wl-summary-line-format): New user option.
4726         (wl-folder-summary-line-format-alist): Ditto.
4727         (wl-summary-from-width): Abolished.
4728
4729         * wl-util.el (toplevel): Require 'bytecomp.
4730         (wl-line-parse-format): New function.
4731         (wl-line-formatter-setup): New macro.
4732
4733         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4734         (wl-summary-buffer-line-formatter): New buffer local variable.
4735         (wl-summary-switch-to-clone-buffer): Follow the change above.
4736         (wl-summary-message-regexp): Fix.
4737         (wl-summary-from-func-internal): Abolished.
4738         (wl-summary-subject-func-internal): Ditto.
4739         (wl-summary-subject-filter-func-internal): Ditto.
4740         (All other related portions are changed.)
4741         (wl-summary-buffer-set-folder):
4742         Set up wl-summary-buffer-number-column and 
4743         wl-summary-buffer-line-formatter
4744         (All other related portions are changed.)
4745         (wl-summary-buffer-number-column-detect): Abolished.
4746         (All other related portions are changed.)
4747         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4748         (wl-summary-delete-all-temp-marks-on-buffer): Use
4749         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4750         (wl-summary-target-mark-delete): Ditto.
4751         (wl-summary-target-mark-refile-subr): Ditto.
4752         (wl-summary-target-mark-mark-as-read): Ditto.
4753         (wl-summary-target-mark-mark-as-unread): Ditto.
4754         (wl-summary-target-mark-mark-as-important): Ditto.
4755         (wl-summary-target-mark-save): Ditto.
4756         (wl-summary-replace-status-marks): Renamed from
4757         wl-summary-set-status-marks-on-buffer;
4758         Use wl-summary-message-regexp instead of
4759         wl-summary-buffer-number-regexp.
4760         (wl-summary-sync-update): Follow the change above.
4761         (wl-summary-goto-previous-message-beginning): New function.
4762         (wl-summary-mark-as-unread): Use it.
4763         (wl-summary-mark-as-important): Ditto.
4764         (wl-summary-line-formatter): New variable.
4765         (wl-summary-line-year): New function.
4766         (wl-summary-line-day): Ditto.
4767         (wl-summary-line-day-of-week): Ditto.
4768         (wl-summary-line-hour): Ditto.
4769         (wl-summary-line-minute): Ditto.
4770         (wl-summary-line-open-bracket): Ditto.
4771         (wl-summary-line-close-bracket): Ditto.
4772         (wl-summary-line-children-number): Ditto.
4773         (wl-summary-line-thread-indent): Ditto.
4774         (wl-summary-line-size): Ditto.
4775         (wl-summary-line-subject): Ditto.
4776         (wl-summary-line-from): Ditto.
4777         (wl-summary-line-children-and-from): Ditto.
4778         (wl-summary-create-line): Rewritten.
4779         (wl-summary-format-date): Abolished.
4780
4781         * wl-highlight.el (wl-highlight-summary-current-line): Use
4782         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4783         Use thread structure to detect thread top message.
4784
4785         * wl-draft.el (wl-default-draft-cite): Don't use
4786         wl-summary-from-func-internal.
4787
4788         * wl-refile.el (wl-refile-subject-learn): Don't use
4789         wl-summary-subject-filter-func-internal.
4790         (wl-refile-guess-by-subject): Ditto.
4791
4792         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4793         parameters.
4794
4795         * wl-thread.el (wl-thread-update-indent-string-region):
4796         Use wl-thread-update-line-on-buffer instead of
4797         wl-thread-update-indent-string.
4798         (wl-thread-update-children-number): Redefine using
4799         wl-thread-update-line-on-buffer.
4800         (wl-thread-update-indent-string): Abolished.
4801
4802         * Version number is increased to 2.9.11.
4803
4804 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4805
4806         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4807         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4808         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4809
4810         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4811         as nil.
4812
4813         * wl-thread.el (wl-thread-open-all-unread): Use 
4814         elmo-folder-list-messages-mark-match.
4815         (wl-thread-insert-message): Removed argument `mark-alist'.
4816         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4817         elmo-msgdb-set-mark.
4818         (wl-thread-get-children-msgs-uncached): Likewise.
4819         (wl-thread-get-exist-children): Added argument include-self.
4820         (wl-thread-delete-message): Follow the change above.
4821
4822         * wl-summary.el (wl-summary-count-unread): Removed argument.
4823         (wl-summary-rescan): Follow the change above.
4824         (wl-summary-mark-as-read-region): Ditto
4825         (wl-summary-mark-as-unread-region): Ditto.
4826         (wl-summary-delete-messages-on-buffer): Ditto.
4827         (wl-summary-sync-update): Ditto.
4828         (wl-summary-switch-to-clone-buffer): Ditto.
4829         (wl-summary-goto-folder-subr): Ditto.
4830         (wl-summary-target-mark-mark-as-read): Ditto.
4831         (wl-summary-target-mark-mark-as-unread): Ditto.
4832         (wl-summary-target-mark-mark-as-important): Ditto.
4833         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4834         (wl-summary-update-thread): Removed argument `mark-alist'.
4835         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4836         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4837         (wl-summary-resume-cache-status): Likewise.
4838         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4839         elmo-msgdb-set-mark.
4840         (wl-summary-mark-as-read-all): Likewise.
4841         (wl-summary-delete-cache): Ditto.
4842         (wl-summary-auto-select-msg-p): Ditto.
4843         (wl-summary-mark-as-unread): Ditto.
4844         (wl-summary-no-auto-refile-message-p): Ditto.
4845         (wl-summary-mark-as-read): Ditto.
4846         (wl-summary-mark-as-important): Ditto.
4847         (wl-summary-auto-refile): Follow the change above.
4848         (wl-summary-delete-all-marks): Removed.
4849         (wl-summary-resume-marks-and-highlight): Ditto.
4850         (wl-summary-resume-marks): Ditto.
4851         (wl-summary-delete-important-msgs-from-list): Ditto.
4852         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4853
4854         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4855         wl-summary-count-unread.
4856
4857         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4858         (wl-summary-score-update-all-lines): Use
4859         elmo-msgdb-set-mark.
4860
4861 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4862
4863         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4864         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4865         (wl-summary-create-line): Renamed from
4866         wl-summary-overview-create-summary-line;
4867         Argument rearrangement.
4868         (wl-summary-update-thread): Follow the change above.
4869
4870         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4871         (wl-thread-insert-entity-sub): Likewise.
4872
4873         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4874         argument `overview', `mark-alist' and added `msgdb'.
4875
4876         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4877
4878         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4879         (wl-summary-rescan): Follow the change above.
4880         (wl-summary-sync-update): Ditto.
4881         (wl-summary-insert-thread-entity): Ditto;
4882         Don't use `let*' in every while loop;
4883         Detect infinite loop of threads.
4884         (wl-summary-update-thread): Removed argument `overview'.
4885
4886         * wl-thread.el (wl-thread-insert-message): Ditto.
4887
4888         * Version number is increased to 2.9.10.
4889
4890         * wl-message.el (wl-message-redisplay): Ignore errors while
4891         wl-message-redisplay-hook.
4892
4893 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4894
4895         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4896
4897 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4898
4899         * wl.el (wl): inhibit-quit while wl-folder.
4900
4901 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4902
4903         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4904         while msgdb access.
4905
4906 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4907
4908         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4909         even if no folder is not created.
4910
4911 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4912
4913         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4914
4915         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4916         implementation.
4917         (wl-summary-target-mark-thread): Ditto.
4918
4919         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4920
4921 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4922
4923         * wl-util.el (wl-display-bytes): Remove unused function.
4924
4925 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4926
4927         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4928         seems critical one (partially reverse the change in 2002/03/17).
4929
4930 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4931
4932         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4933         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4934
4935 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4936
4937         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4938         is not writable.
4939         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4940         plugged status instead of `'force' as 2nd argument.
4941
4942         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4943         is not creatable.
4944
4945         * Version number is increased to 2.9.9.
4946
4947 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4948
4949         * wl-summary.el (wl-summary-suspend): New function.
4950
4951 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4952
4953         * wl.el (wl): Do not check variables if check is nil.
4954         * wl-utils.el (wl-collect-draft): New function.
4955         * wl-folder.el (wl-folder-suspend): Put summary buffers
4956         and draft buffers at the end of buffer list.
4957         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4958
4959 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4960
4961         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4962         loop instead of recursive call.
4963
4964         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4965         2nd argument.
4966
4967 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4968
4969         * wl-draft.el (wl-draft-create-contents): Don't take neither
4970         (function . args) nor (string . something) any more.
4971
4972         * wl-version.el (wl-generate-user-agent-string): Return string
4973         without header symbol.
4974         * wl-draft.el (wl-draft-default-headers): Use it.
4975
4976         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4977         `wl-draft-insert-ccs' and return field value instead of inserting
4978         the header. Abolish cc argument.
4979         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4980
4981         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4982         rather than one with string car.
4983
4984         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4985         * wl-draft.el (wl-draft-create-contents): Add it after the default
4986         headers.
4987
4988         * wl-draft.el (wl-draft-create-contents): For the case of
4989         (symbol-or-string . function) insert header only when the function
4990         returns string value.
4991
4992 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4993
4994         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4995         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4996
4997 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4998
4999         * wl.el (wl-check-environment): Don't check Message-ID when
5000         `wl-insert-message-id' is nil.
5001         Revive checking if `wl-message-id-domain' contains "@".
5002
5003 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5004
5005         * wl.el (wl-check-environment): Merge examination for "@" at
5006         inappropriate position into the first string-match.
5007
5008         * wl-summary.el (wl-summary-target-mark-print): New function.
5009         (wl-summary-pipe-message-subr): Extracted from
5010         `wl-summary-pipe-message'.
5011         (wl-summary-target-mark-pipe): New function.
5012         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5013         `wl-summary-target-mark-pipe'.
5014
5015 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5016
5017         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5018
5019 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5020
5021         * wl.el (wl-check-environment): Use elmo-warning instead of
5022         error for non-critical ones.
5023         Remove trash folder check.
5024         (wl): Don't ignore error in wl-check-environment.
5025
5026         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5027         check, which is moved from `wl-check-environment'.
5028         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5029
5030 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5031
5032         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5033         guess anything, call wl-summary-write.
5034         (wl-summary-write): Create draft with blank To field.
5035         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5036
5037 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5038
5039         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5040         argument full as well for wl-folder-write-current-folder.
5041         If wl-*-write-current-folder cannot guess addressee, add blank
5042         To header.
5043         Rewrite condition for positioning cursor.
5044
5045 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5046
5047         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5048         summary buffer is present, use it.
5049         (wl-folder-jump-to-previous-summary): Ditto.
5050
5051 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5052
5053         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5054
5055         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5056         wl-summary-previous-buffer and wl-summary-next-buffer.
5057
5058         * wl-folder.el (wl-folder-mode-map): Bind
5059         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5060         (wl-folder-jump-to-next-summary): New function.
5061         (wl-folder-jump-to-previous-summary): Ditto.
5062
5063         * wl-draft.el (wl-draft): Rearranged.
5064
5065 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5066
5067         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5068         of header.
5069         (wl-draft): Collect arguments for the header as header-alist.
5070         (wl-draft-forward): Arrange arguments for wl-draft.
5071         (wl-draft-reply): Ditto.
5072         (wl-draft-edit-string): Ditto.
5073         * wl-summary.el (wl-summary-write): Ditto.
5074         (wl-summary-write-current-folder): Ditto.
5075
5076         * Version number is increased to 2.9.8.
5077
5078 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5079
5080         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5081
5082         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5083
5084         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5085         even if the guess failed.
5086
5087         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5088         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5089         wl-summary-write-current-folder.
5090         * wl-xmas.el: Ditto.
5091
5092 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5093
5094         * wl-summary.el (wl-summary-next-page): Force display message if
5095         message is not displayed yet.
5096         (wl-summary-prev-page): Ditto.
5097
5098 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5099
5100         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5101
5102 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5103
5104         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5105         add "Preview Message" and "Save Draft and Exit".
5106
5107 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5108
5109         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5110         if addrmgr is called from draft in splitted window.
5111
5112         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5113         * wl-mule.el: Ditto.
5114         * wl-xmas.el: Ditto.
5115
5116 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5117
5118         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5119
5120         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5121         * wl-xmas.el (wl-folder-toolbar): Ditto.
5122
5123 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5124
5125         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5126         and wl-draft-save-and-exit.
5127         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5128         * wl-xmas.el: Ditto.
5129         * wl-mule.el: Ditto.
5130
5131         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5132         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5133
5134 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5135
5136         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5137         lists for saving buffer.
5138
5139 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5140
5141         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5142         parent-folder argument instead of it.
5143         (wl-draft-create-buffer): Ditto.
5144         (wl-draft-forward): Ditto.
5145         (wl-draft-reply): Ditto.
5146         * wl-summary.el (wl-summary-write): Ditto.
5147         (wl-summary-write-current-folder): Ditto.
5148
5149         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5150         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5151         Folder buffer after composing.
5152
5153 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5154
5155         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5156         header if the file `wl-x-face-file' already contains it.
5157
5158 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5159
5160         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5161         folder" entry.
5162         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5163         * wl-e21.el (wl-folder-toolbar): Ditto.
5164         * wl-xmas.el (wl-folder-toolbar): Ditto.
5165
5166 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5167
5168         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5169         wl-folder-goto-folder with sticky argument.
5170         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5171
5172 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5173
5174         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5175         and wl-summary-previous-buffer.
5176         (wl-summary-next-buffer): New function.
5177         (wl-summary-previous-buffer): Ditto.
5178
5179 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5180
5181         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5182         wl-folder-jump-to-current-entity-with-arg.
5183         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5184         `wl-folder-jump-to-current-entity'.
5185         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5186         `wl-summary-goto-folder-sticky'.
5187         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5188         `wl-summary-goto-folder'.
5189         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5190         Unless force-exit, do not clean temp. marks for sticky summary.
5191         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5192
5193 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5194
5195         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5196         not entire.
5197
5198 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5199
5200         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5201         to `C-x C-s'.
5202         (wl-summary-save-status): New command.
5203         (wl-summary-exit): Don't clean-up temp marks when sticky.
5204         (Applied patch from Nakayama-san [wl: 09548])
5205         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5206         Do nothing when no mark data.
5207         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5208         Call `wl-summary-delete-all-temp-marks' before saving.
5209
5210 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5211
5212         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5213
5214 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5215
5216         * wl.el (wl-check-environment): Also cause error when (system-name)
5217         returns "localhost.localdomain". (Although it doesn't affect because
5218         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5219
5220 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5221
5222         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5223         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5224
5225         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5226         value.
5227
5228 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5229
5230         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5231         Likewise r-cc-list and r-ng-list.
5232
5233 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5234
5235         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5236         only if it is bound as variable.
5237
5238         * wl-mime.el (wl-draft-preview-message): Ditto.
5239
5240 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5241
5242         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5243         needless `goto-char'.
5244
5245         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5246         `wl-summary-redisplay-no-mime-internal' instead of
5247         `wl-summary-redisplay-no-mime'.
5248         (wl-summary-redisplay-no-mime): Changed argument;
5249         Call `wl-summary-redisplay-no-mime-internal'.
5250
5251         * wl-mime.el (wl-draft-preview-message): Bind
5252         `mime-header-encode-method-alist' locally.
5253
5254         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5255         (wl-draft-std11-parse-addresses): Added the first address check.
5256         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5257
5258         * Version number is increased to 2.9.7.
5259
5260 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5261
5262         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5263
5264 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5265
5266         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5267         related to scrollbar support, if there is no such a feature
5268         compiled in.
5269
5270 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5271
5272         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5273         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5274         for prefetch.
5275
5276 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5277
5278         * wl-summary.el (wl-summary-pick): Fix for no match.
5279
5280 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5281
5282         * wl-draft.el (wl-draft-save):
5283         Override `mime-header-encode-method-alist'.
5284
5285 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5286
5287         * wl-folder.el (wl-folder-pick): New function.
5288         Define key as "?".
5289
5290 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5291
5292         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5293         Fix for unplugged.
5294
5295 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5296
5297         * wl-folder.el (wl-folder-virtual): New function.
5298         Define key as "V".
5299
5300 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5301
5302         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5303         multi folder if entity is group.
5304
5305 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5306
5307         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5308         is nil.
5309
5310 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5311
5312         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5313         (wl-summary-target-mark-msgs): Return the number of marked messages.
5314
5315 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5316
5317         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5318         "first:" is specified.
5319
5320 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5321
5322         * wl-vars.el (wl-from): Use return value of function
5323         user-full-name instead of the variable user-full-name since
5324         XEmacs-20.4 doesn't set this variable.
5325
5326 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5327
5328         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5329         call `wl' directly.
5330
5331 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5332
5333         * wl-draft.el (wl-draft-reedit): Removed duplicated
5334         switch-to-buffers.
5335
5336 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5337
5338         * wl.el (wl-other-frame): Removed garbages.
5339
5340 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5341
5342         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5343
5344         * wl-xmas.el (wl-draft-key-setup): Ditto.
5345
5346         * wl-mule.el (wl-draft-key-setup): Ditto.
5347
5348         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5349         (wl-draft-reedit): Ditto.
5350         (wl-draft-prepare-edit): Add `wl-draft-save' to
5351         `local-write-file-hooks'.
5352         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5353         (wl-draft-reedit): Set buffer-file-name.
5354         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5355
5356
5357         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5358         call it.
5359         (wl-delete-startup-frame-function): New variable.
5360         (wl-other-frame): New function
5361         (Original was written by Yamaoka san [wl: 09239]).
5362
5363         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5364         if `wl-folder-use-frame'.
5365
5366 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5367
5368         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5369
5370 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5371
5372         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5373         New variable.
5374         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5375         (wl-message-buffer-prefetch-get-next): Use them.
5376         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5377
5378 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5379
5380         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5381         with unwind-protect.
5382
5383         * wl-draft.el (wl-draft-reedit): Rewrite.
5384         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5385         (wl-draft-save): Insert header separator if it does not exist;
5386         Removed condition-case.
5387
5388         * wl-summary.el (wl-summary-reedit): Revert last change.
5389
5390         * wl-draft.el (wl-draft-save): Rewrite.
5391         (wl-draft-create-buffer): Set buffer-file-name as nil.
5392
5393         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5394
5395         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5396
5397         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5398         nil.
5399
5400 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5401
5402         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5403         If count is nil, do not prefetch.
5404         (wl-message-buffer-prefetch-next): Next.
5405
5406 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5407
5408         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5409
5410 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5411
5412         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5413         `delete-backward-char'
5414         (wl-draft-prepare-edit): Check major-mode.
5415         (wl-draft-decode-header): Rewrite.
5416         (wl-draft): Fix.
5417
5418 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5419
5420         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5421
5422 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5423
5424         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5425         (wl-message-buffer-prefetch-get-next): Remove size checking.
5426         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5427
5428 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5429
5430         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5431         (wl-draft-default-headers): Fix.
5432
5433 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5434
5435         * wl-draft.el (wl-draft-default-headers): Insert return value of
5436         `wl-generate-mailer-string-function'.
5437
5438 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5439
5440         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5441         (wl-draft-insert-mail-header-separator): Ditto.
5442
5443         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5444         again (Reverted the change on 2002-01-17 by OKADA san).
5445
5446 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5447
5448         * wl-draft.el (wl-draft): Rewrite.
5449         (wl-draft-create-buffer): New function.
5450         (wl-draft-create-contents): Ditto.
5451         (wl-draft-prepare-edit): Ditto.
5452         (wl-draft-decode-header): Ditto.
5453         (wl-draft-decode-body): Ditto.
5454         (wl-draft-check-new-line): Ditto.
5455         (wl-draft-default-headers): Ditto.
5456         (wl-draft-insert-mail-header-separator): Ditto.
5457
5458 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5459
5460         * Version number is increased to 2.9.6.
5461
5462 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5463
5464         * wl-draft.el (wl-draft-delete-field): Optional argument.
5465         (wl-draft-delete-fields): Ditto.
5466
5467 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5468
5469         * wl-message.el (toplevel): Eliminated byte-compile warning.
5470         for `itimer-function', `delete-timer' and `itimer-list'.
5471
5472 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5473
5474         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5475         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5476         `wl-message-buffer-prefetch-threshold'.
5477         * wl-summary.el (wl-summary-redisplay-internal): Remove
5478         the check of `wl-message-buffer-prefetch-depth'.
5479
5480 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5481
5482         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5483         size of article.
5484         (wl-message-buffer-prefetch-subr): Remove size check.
5485
5486 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5487
5488         * wl-vars.el (wl-plugged): Make customizable.
5489
5490 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5491
5492         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5493         (wl-message-buffer-prefetch-set-timer): New function.
5494         (wl-message-buffer-prefetch-get-next): New function.
5495         (wl-message-buffer-prefetch): New function.
5496         (wl-message-buffer-prefetch-next): Rewrite.
5497         (wl-message-buffer-prefetch-subr): Rewrite.
5498         * wl-vars.el (wl-auto-prefetch-first): New variable.
5499         * wl-summary.el (wl-summary-goto-folder-subr): Call
5500         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5501
5502 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5503
5504         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5505         `wl-summary-unread-message-hook'.
5506
5507 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5508
5509         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5510         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5511         if range is `cache-status'.
5512
5513 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5514
5515         * wl-message.el (wl-message-buffer-prefetch-subr):
5516         Improve debug message.
5517
5518 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5519
5520         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5521         `wl-mail-send-pre-hook'.
5522         (wl-draft-send-mail-with-qmail): Ditto.
5523         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5524
5525 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5526
5527         * wl-message.el (wl-message-buffer-prefetch-subr):
5528         Fix for cancel-function-timers bug.
5529         (wl-message-buffer-prefetch-debug): Default value is t.
5530
5531 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5532
5533         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5534         (wl-message-buffer-prefetch-subr): Rewrite.
5535         Rename from `wl-message-buffer-prefetch'.
5536
5537 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5538
5539         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5540         (wl-default-draft-cite-decorate-author): Ditto.
5541
5542         * wl-draft.el (wl-draft-cite-function): Removed.
5543         (wl-default-draft-cite-decorate-author): Ditto.
5544
5545 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5546
5547         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5548         (wl-default-draft-cite): Do not arrange author name if the value of
5549         `wl-default-draft-cite-decorate-author' is nil.
5550
5551 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5552
5553         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5554
5555         * wl-folder.el (wl-folder-check-one-entity): Don't care
5556         `elmo-folder-use-flag-p'.
5557
5558 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5559
5560         * wl-folder (wl-folder-check-one-entity): Fix
5561         problem if unread is nil.
5562
5563 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5564
5565         * wl-address.el (wl-address-make-completion-list): Check whether
5566         the address is a group list.
5567         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5568
5569 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5570
5571         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5572         The number of the messages of new and unread does not count
5573         correctly.
5574
5575         * wl-summary.el (wl-summary-count-unread): Changed to return
5576         `(new . unread)' instead of total.
5577         (wl-summary-sync-update): Follow the change above.
5578
5579         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5580
5581 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5582
5583         * wl-address.el (wl-address-make-completion-list): Do not enclose
5584         address by " <" and ">" if associated realname is "".
5585         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5586         This is against the promblem with group list in .addresses pointed
5587         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5588
5589 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5590
5591         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5592         message is a format control string.
5593         * wl-expire.el (wl-expire-append-log): Ditto.
5594         * wl-mime.el (wl-summary-burst-subr): Ditto.
5595         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5596         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5597
5598 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5599
5600         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5601         wl.el (wl-check-variables): Rename from `wl-check-type'.
5602         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5603         (wl-check-variables-2): New function.
5604         (wl): Call `wl-check-variables-2'.
5605
5606 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5607
5608         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5609         after renaming folder in access group.
5610
5611 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5612
5613         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5614         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5615         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5616         (wl-message-buffer-prefetch): Rewrite.
5617         (wl-message-buffer-prefetch-idle-time): Removed.
5618         * wl-summary.el (wl-summary-redisplay-internal):
5619         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5620         Error check for `wl-message-buffer-prefetch-depht'.
5621
5622 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5623
5624         * Version number is increased to 2.9.5.
5625         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5626
5627 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5628
5629         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5630         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5631         Based on the patch written by
5632         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5633
5634 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5635
5636         * wl-draft.el (wl-draft-raw-send): Fix for
5637         `wl-news-send-pre-hook'
5638
5639 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5640
5641         * wl-utils.el (wl-message-id-function): New variable.
5642         * wl-draft.el (wl-draft-insert-required-fields):
5643         Use `wl-message-id-function'.
5644
5645 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5646
5647         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5648         * wl-utils.el (wl-draft-make-message-id-string):
5649         Use `wl-from' for domain part of Message-ID
5650         if `wl-message-id-use-wl-from' if non-nil.
5651         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5652
5653 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5654
5655         * wl.el (wl): Call `wl-check-type'
5656         Do not 'condition-case'.
5657
5658 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5659
5660         * wl.el (wl-check-type): New function.
5661         (wl-check-type-variables): New variable.
5662
5663 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5664
5665         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5666
5667 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5668
5669         * wl-draft.el (wl-smtp-password-key): New function.
5670         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5671         (wl-draft-send-mail-with-smtp): Ditto.
5672         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5673
5674 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5675
5676         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5677         * wl-utils.el (wl-unique-id-suffix): Remove.
5678
5679 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5680
5681         * Version number is increased to 2.9.4.
5682
5683 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5684
5685         * wl-utils.el (wl-unique-id-suffix): New variable.
5686         (wl-unique-id): Use `wl-unique-id-suffix'
5687
5688 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5689
5690         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5691         instead of `elmo-msgdb-search'.
5692
5693         * Version number is increased to 2.9.3.
5694
5695 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5696
5697         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5698
5699 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5700
5701         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5702         (wl-draft-dispatch-message): Changed for send-later.
5703         (wl-draft-queue-flush): Ditto.
5704         (wl-draft): Clear `wl-sent-message-queued'.
5705         (wl-draft-reedit): Ditto.
5706         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5707         * wl-vars.el (wl-draft-force-queuing): New variable.
5708         (wl-draft-force-queuing-mail): New variable.
5709         (wl-draft-force-queuing-news): New variable.
5710
5711 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5712
5713         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5714         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5715
5716 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5717
5718         * Version number is increased to 2.9.2.
5719
5720 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * wl-draft.el (wl-draft-elide-region): New user command.
5723         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5724
5725         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5726         command `wl-draft-elide-region'.
5727         * wl-mule.el: Ditto.
5728         * wl-xmas.el: Ditto.
5729
5730 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5731
5732         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5733         (wl-biff-check-folder-async): Removed needless let.
5734
5735 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5736
5737         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5738         wl-folder-get-elmo-folder.
5739         (wl-biff-check-folder): Set `biff' argument of
5740         `wl-folder-check-one-entity'.
5741         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5742
5743         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5744         (wl-folder-check-one-entity): Added `biff' argument;
5745         Setup `biff' slot of folder.
5746
5747         * Version number is increased to 2.9.1.
5748
5749 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5750
5751         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5752         comment out and fixed.
5753         (wl-fldmgr-add-completion-subr): Ditto.
5754
5755         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5756         and msgdb.
5757
5758         * wl.el (wl-toggle-plugged): Save summary view.
5759
5760 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5761
5762         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5763
5764 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5765
5766         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5767
5768 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5769
5770         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5771         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5772         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5773
5774         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5775         if it was failed.
5776         (wl-demo): Disable undo in the demo buffer.
5777
5778 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5779
5780         * wl-version.el (wl-version): Changed codename.
5781
5782         * Version number is increased to 2.9.0.
5783
5784 2001-12-14  Takuo KITAME <kitame@northeye.org>
5785
5786         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5787         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5788         (wl-folder-mark-as-read-all-current-entity): Ditto.
5789
5790 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5791
5792         * wl-vars.el (wl-from-width): Define as obsolete variable.
5793         (wl-subject-length-limit): Ditto.
5794
5795         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5796
5797         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5798         wl-summary-save-view.
5799
5800         * wl.el (wl-save-status): Ditto.
5801         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5802
5803         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5804         (wl-summary-exit): Follow the change above.
5805         (wl-summary-goto-folder-subr): Ditto.
5806
5807         * wl-folder.el (wl-folder-create-subr): Don't use
5808         `elmo-folder-creatable-p'.
5809
5810 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5811
5812         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5813
5814 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5815
5816         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5817         rather than bitmap on Emacs 21.
5818         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5819         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5820         for xbm if the new redisplay engine is not available.
5821
5822 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5823
5824         * wl-folder.el (wl-folder-init-hook): New hook.
5825         (wl-folder-init): Run `wl-folder-init-hook'.
5826
5827 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5828
5829         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5830
5831 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5832
5833         * wl-acap.el (wl-acap-cache-filename): New variable.
5834         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5835         (wl-acap-init): Use cache if no ACAP server found.
5836
5837 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5838
5839         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5840         `wl-acap-original-msgdb-dir'.
5841
5842         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5843         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5844
5845         * wl-mime.el (wl-mime-save-directory): Renamed from
5846         `wl-mime-save-dir'.
5847
5848 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5851
5852         * wl-demo.el: Require `path-util'.
5853         (wl-demo-bitmap-mule-available-p): New internal variable.
5854         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5855         `module-installed-p' instead.
5856         (wl-demo-insert-image): Use *.img file for a bitmap image.
5857         (wl-demo): Don't call the ascii demo recursively.
5858
5859 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5860
5861         * Version number is increased to 2.7.7.
5862
5863 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5864
5865         * wl.el (wl-exit): Eliminated byte-compile warning.
5866
5867 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5868
5869         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5870         obsolete variable using `elmo-define-obsolete-variable'.
5871         (wl-fetch-confirm-threshold): Ditto.
5872         (wl-cache-prefetch-folder-type-list): Ditto.
5873         (wl-cache-prefetch-folder-list): Ditto.
5874
5875 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5876
5877         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5878         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5879         (wl-demo-insert-image): New function.
5880         (wl-demo-insert-text): New function.
5881         (wl-demo-image-type-alist): Redefine as a function.
5882         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5883         (wl-demo-with-temp-file-buffer): Removed.
5884         (wl-logo-xpm): Removed.
5885         (wl-logo-xbm): Removed.
5886         (wl-logo-bitmap): Removed.
5887
5888 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5889
5890         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5891         (wl-expire-localdir-get-folder-function): New user option.
5892         (wl-expire-localdir-get-folder): New function.
5893         (wl-expire-localdir-date): Ditto.
5894
5895 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5896
5897         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5898         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5899         Fixed unread number mismatch when all-unread < unread.
5900
5901 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5902
5903         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5904         (wl-fetch-confirm-threshold): Ditto.
5905
5906         * wl-summary.el (wl-summary-confirm-appends): Removed.
5907         (wl-summary-sync-update): Don't refer
5908         `wl-summary-update-confirm-threshold' (It is now abolished).
5909
5910         * wl-message.el (wl-message-display-internal): Don't refer
5911         `wl-fetch-confirm-threshold' (It is now abolished).
5912
5913 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5914
5915         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5916
5917 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5918
5919         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5920         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5921         Change default value to nil.
5922         (wl-summary-indent-length-limit): The value can be nil, nil means
5923         unlimited.
5924
5925         * wl-summary.el: Don't set limit for indent length if the value of
5926         wl-summary-indent-length-limit is nil.
5927         If the value of wl-summary-width is nil, it means only that the width
5928         of summary is unlimited (nil doesn't mean that the indent length is
5929         unlimited).
5930
5931         * wl-thread.el: Ditto.
5932
5933 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5934
5935         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5936         be nil, nil means never confirm.
5937         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5938
5939 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5940
5941         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5942         means unlimited).
5943
5944 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5945
5946         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5947         Use `with-temp-buffer'.
5948
5949 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5950
5951         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5952         with new backquote style).
5953         (wl-folder-get-entity-from-buffer): Ditto.
5954
5955 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5956
5957         * wl-version.el (nemacs-version): Eliminated.
5958         (wl-extended-emacs-version2): Ignore nemacs.
5959         (wl-extended-emacs-version3): Ditto.
5960
5961 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5962
5963         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5964         (wl-draft-add-in-reply-to): New variable.
5965         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5966         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5967         (wl-draft-yank-from-mail-reply-buffer): Use
5968         `wl-draft-add-in-reply-to'.
5969         (wl-draft-insert-current-message): Ditto.
5970
5971 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5972
5973         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5974         typo (kill->hide).
5975         (wl-message-buffer-prefetch-folder-type-list): Added elements
5976         `mark' and `cache' instead of `internal'.
5977
5978 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5979
5980         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5981         resume msgdb directory.
5982
5983 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5984
5985         * wl.el (wl-exit): Call `wl-acap-exit'.
5986
5987         * wl-summary.el (wl-summary-message-string): New function.
5988         (wl-summary-reedit): Use it.
5989         (wl-summary-resend-bounced-mail): Remove needless let.
5990         (wl-summary-supersedes-message): Ditto.
5991         (wl-summary-save): Ditto.
5992
5993         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5994         (wl-acap-init): Set it.
5995         (wl-acap-exit): New function.
5996
5997 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5998
5999         * wl.el (wl-init): Revert (require 'mime-setup). move from
6000         toplevel.
6001
6002 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6003
6004         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6005         local variables.  Add error when guess function return invalid
6006         value.
6007
6008 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6009
6010         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6011         Change local variable name.
6012         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6013         (wl-folder-get-newsgroups): Return nil when non-news folder.
6014         * wl-summary.el (wl-summary-write-current-folder): State through
6015         when guess-list return nil.
6016         (wl-summary-write-current-folder-functions): Fixed docstring.
6017
6018         * wl.el (wl-exit): Changed confirm message.
6019
6020         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6021         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6022
6023         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6024
6025 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6026
6027         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6028         user option (Renamed from wl-cache-prefetch-folder-type-list).
6029         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6030         from wl-cache-prefetch-folder-list).
6031
6032         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6033         Move to wl-vars.el.
6034         (wl-message-buffer-prefetch-p): Changed to enable
6035         `wl-message-buffer-prefetch-folder-list'.
6036
6037         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6038         `ignore-cache'.
6039
6040 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6041
6042         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6043         `part-top' and `part-bottom'.
6044         (wl-draft-config-sub-part-top): New function.
6045         (wl-draft-config-sub-part-bottom): New function.
6046
6047 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6048
6049         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6050
6051 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6052
6053         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6054
6055 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6056
6057         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6058
6059         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6060         (wl-summary-write-current-folder): Ditto.
6061
6062 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6063
6064         * wl-folder.el (wl-folder-get-newsgroups): Use
6065         `elmo-folder-newsgroups'.
6066
6067 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6068
6069         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6070         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6071         `wl-draft-config-sub-header-bottom'.
6072
6073 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6074
6075         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6076         localnews folder.
6077
6078 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6079
6080         * wl-summary.el (wl-summary-mode): Undo last change.
6081
6082         * wl-folder.el (wl-folder-mode): Ditto.
6083
6084 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6085
6086         * wl-summary.el (wl-summary-mode): Locally set
6087         truncate-partial-window-width to nil.
6088         (for XEmacs)
6089
6090         * wl-folder.el (wl-folder-mode): Ditto.
6091
6092 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6093
6094         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6095
6096 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6097
6098         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6099         number.
6100
6101         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6102
6103         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6104
6105         * Version number is increased to 2.7.6.
6106
6107 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6108
6109         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6110
6111 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6112
6113         * wl-summary.el (wl-summary-sync-update): Enclose network
6114         related portion with `unwind-protect'.
6115
6116 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6117
6118         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6119
6120 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6121
6122         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6123         element.
6124         * wl-vars.el (wl-message-body-button-alist): Ditto.
6125
6126         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6127         max match length.
6128         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6129
6130         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6131         for the max match length;
6132         Use 4th element value for the button string regexp group.
6133
6134         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6135         candidate exists, prompt to select.
6136
6137 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6138
6139         * wl-summary.el (wl-summary-jump-to-msg): Search before
6140         calibration point by `beginning-of-line'.
6141
6142 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6143
6144         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6145         for access group.
6146
6147 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6148
6149         * wl-message.el (wl-message-display-internal): Bind
6150         `default-mime-charset'.
6151
6152         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6153
6154         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6155
6156         * Version number is increased to 2.7.5.
6157
6158 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6159
6160         * wl-expire.el (wl-summary-archive): Fixed;
6161         Use `elmo-folder-name-internal'.
6162
6163 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6164
6165         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6166         from `elmo-folder-move-messages' caller.
6167         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6168
6169         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6170         related portions are changed).
6171
6172 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6173
6174         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6175         counter.
6176
6177 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6178
6179         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6180         buffer local and set it to nil.
6181
6182         * wl-message.el (wl-message-redisplay): Ditto.
6183
6184 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6185
6186         * wl-summary.el (wl-summary-mark-as-important): If message is
6187         already cached, set messag as read, otherwise encache and mark as read.
6188
6189 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6190
6191         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6192         point-min.
6193
6194 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6195
6196         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6197         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6198         a keymap.
6199
6200 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6201
6202         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6203         parent.
6204
6205         * wl-mule.el (wl-message-define-keymap): Ditto.
6206
6207         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6208
6209         * wl-xmas.el (wl-message-display-internal-hook): Define.
6210         (wl-xmas-setup-message-toolbar): Define as function.
6211         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6212         (wl-message-overload-functions): Abolished.
6213         (wl-message-define-keymap): New function.
6214
6215         * wl-vars.el (wl-message-display-internal-hook): New variable.
6216         (wl-message-header-button-alist): New variable (Renamed from
6217         wl-highlight-message-header-button-alist).
6218         (wl-message-body-button-alist): Ditto.
6219
6220         * wl-mule.el (wl-message-define-keymap): New function.
6221         (wl-message-overload-functions): Abolished.
6222
6223         * wl-message.el (wl-message-add-buttons-to-body): New function.
6224         (wl-message-redisplay): Don't call wl-message-overload-functions;
6225         Call wl-message-add-buttons-to-header and
6226         wl-message-add-buttons-to-body.
6227         (wl-message-display-internal): Set keymap argument for
6228         elmo-mime-display-as-is, elmo-mime-message-display;
6229         Run wl-message-display-internal-hook.
6230         (wl-message-refer-article-or-url): Abolished.
6231
6232         * wl-highlight.el (wl-highlight-headers): Don't call
6233         wl-highlight-message-add-buttons-to-header.
6234         (wl-highlight-message-add-buttons-to-header): Abolished.
6235
6236
6237         * wl-e21.el (wl-message-display-internal-hook): Define.
6238         (wl-e21-setup-toolbar): Deleted duplicated binding.
6239         (wl-e21-setup-message-toolbar): Define as function.
6240         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6241         (wl-message-define-keymap): New function.
6242         (wl-message-overload-functions): Abolished.
6243
6244 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6245
6246         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6247         and elmo-folder-close.
6248
6249         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6250
6251 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6252
6253         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6254         boolean value.
6255         * wl-draft.el (wl-draft-do-fcc): Ditto.
6256
6257 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6258
6259         * wl-vars.el (wl-fcc-force-as-read): New variable.
6260         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6261         mark copied message as read.
6262
6263 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6264
6265         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6266
6267 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6268
6269         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6270         `wl-summary-target-above' instead of obsolete variable
6271         `wl-summary-temp-above'.
6272
6273         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6274         instead of `make-obsolete-variable'.
6275         * wl-refile.el (toplevel): Ditto.
6276
6277 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6278
6279         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6280         with third argument t.
6281         (wl-draft): Set first argument for wl-plugged-init as t.
6282
6283         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6284         definition.
6285
6286 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6287
6288         * wl-vars.el: Tabify.
6289         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6290
6291         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6292         message.
6293
6294 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6295
6296         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6297         and set default to beep.
6298
6299 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6300
6301         * wl-vars.el (wl-draft-truncate-lines): New variable.
6302
6303         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6304         instead of wl-message-truncate-lines for truncate-lines.
6305
6306 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6307
6308         * wl-message.el (wl-message-display-internal): Call
6309         `wl-highlight-message' after `elmo-mime-display-as-is'.
6310
6311         * wl-mime.el (wl-mime-display-text/plain): New function.
6312         (wl-mime-display-header): Ditto.
6313         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6314         body-presentation-method for text/plain;
6315         Register `wl-mime-display-header' as a header-presentation-method;
6316         Don't set up `elmo-message-text-content-inserted-hook' and
6317         `elmo-message-header-inserted-hook'.
6318
6319         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6320         variable.
6321         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6322         as t if flag is 'all-header;
6323         Don't bind `elmo-message-ignored-field-list',
6324         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6325
6326 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6327
6328         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6329         for xemacs with non-mule environment.
6330
6331 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6332
6333         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6334         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6335         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6336
6337 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6338
6339         * wl-vars.el (wl-interactive-send): Set default value as t.
6340
6341 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6342
6343         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6344         (wl-addrmgr-method-list): Abolished.
6345         (wl-addrmgr-change-method): Follow above change.
6346
6347         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6348
6349 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6350
6351         * wl-vars.el (wl-message-truncate-lines): Change default value
6352         to default-truncate-lines.
6353
6354         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6355
6356 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6357
6358         * wl-vars.el (wl-message-truncate-lines): New variable.
6359
6360         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6361         wl-message-truncate-lines.
6362
6363 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6364
6365         * wl-acap.el (wl-acap-init): Remove period from error message.
6366         (wl-acap-find-acap-service): Remove period from message.
6367
6368 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6369
6370         * wl.el (wl-check-environment): Undo last change.
6371
6372         * wl-vars.el (wl-from): Changed default value.
6373
6374         * wl-util.el (toplevel): Don't require tm-edit.
6375
6376         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6377         `wl-folder-init';
6378         Don't set mark on mail body.
6379         (wl-draft-reedit): Ditto.
6380
6381         * wl-address.el (wl-address-quote-specials): Define as an alias for
6382         elmo-address-quote-specials.
6383
6384 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6385
6386         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6387
6388         * wl-vars.el (wl-from): Set default value as nil.
6389         (wl-organization): Set default value as ORGANIZATION environment
6390         variable.
6391
6392         * wl-draft.el (wl-smtp-extension-bind): Check value of
6393         wl-smtp-connection-type.
6394
6395         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6396         error.
6397
6398 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6399
6400         * Version number is increased to 2.7.4.
6401
6402         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6403         arguments from `wl-highlight-x-face-function' caller.
6404         Use x-face-1.3.6.12 or later.
6405
6406 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6407
6408         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6409
6410 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6411
6412         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6413         (wl-fcc): Fix to accept function.
6414         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6415
6416 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6417
6418         * wl-acap.el (toplevel): Added `product-provide' declare.
6419         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6420
6421 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6422
6423         * wl.el (wl): Changed order of calling `elmo-init'
6424         and `elmo-folder-init'.
6425
6426 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6427
6428         * wl-mime.el (wl-summary-burst): Extract message when content-type
6429         of root entity is not only `multipart' but also `message/rfc822'.
6430         (wl-summary-burst-subr): Ditto.
6431
6432 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6433
6434         * wl-vars.el (toplevel): Require 'custom.
6435         (wl-trash-folder): Added to `wl-setting' group.
6436
6437         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6438         exists.
6439         (wl-addrmgr-draw): Insert empty line when no entry exists.
6440
6441         * wl-mule.el (wl-message-wheel-up): Fixed.
6442         (wl-message-wheel-down): Ditto.
6443
6444 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6445
6446         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6447         config is an anonymous lambda expression.
6448
6449 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6450
6451         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6452         when Mule 2 is running.
6453
6454 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6455
6456         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6457
6458 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6459
6460         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6461         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6462
6463         * wl-address.el (wl-address-specials-regexp): Eliminated.
6464         (wl-address-quote-specials): Rewrite.
6465
6466 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6469         shy-groups for regexp.
6470
6471         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6472         character classes and Perl style shy-groups for regexp.
6473         (wl-highlight-plugged-current-line): Use Posix style character
6474         classes for regexp.
6475         (wl-e21-highlight-folder-by-numbers): Ditto.
6476         (wl-e21-display-image-p): Use `display-images-p' instead of
6477         `display-graphic-p'.
6478         (display-images-p): Make an alias to `display-graphic-p' if it is
6479         not available.  It is for Emacs version prior to 21.0.105.
6480
6481         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6482         `display-graphic-p'.
6483         (wl-demo-image-type-alist): Ditto.
6484         (display-images-p): Make an alias to `display-graphic-p' if it is
6485         not available.  It is for Emacs version prior to 21.0.105.
6486
6487 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6488
6489         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6490         support.
6491         (wl-generate-user-agent-string): Ditto.
6492
6493         * wl-version.el (wl-version): Update docsting.
6494         (wl-version-status): Ditto.
6495
6496 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6497
6498         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6499         21.0.105.  For Emacs 21.0.104 or earlier.
6500
6501 2001-09-03  Takuo KITAME <kitame@northeye.org>
6502
6503         * wl-e21.el (wl-plugged-init-icons): Use
6504         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6505         (wl-biff-init-icons): Ditto.
6506
6507 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6508
6509         * wl-highlight.el (wl-highlight-summary-current-line):
6510         Fixed highlighting refile/copy destination.
6511
6512         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6513         (wl-acap-store): Encode string by wl-acap-coding-system.
6514
6515 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6516
6517         * wl-acap.el (toplevel): Check and require 'un-define before
6518         'xemacs-ucs;
6519          Added checking for UTF-2000.
6520
6521 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6522
6523         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6524         Don't enclose with `eval-and-compile'.
6525
6526         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6527         wl-init is non-nil.
6528
6529         * wl-draft.el (wl-draft): Ditto.
6530
6531         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6532
6533         * wl-acap.el (toplevel): Require 'wl.
6534         (wl-acap-store): Call `elmo-init'.
6535
6536         * wl.el (wl): Changed position of `wl-check-environment'.
6537         (toplevel): Added autoload setting for wl-acap.
6538
6539         * wl-vars.el (wl-setting): New custom group.
6540         (wl-from): Added wl-setting group.
6541         (wl-user-mail-address-list): Ditto.
6542         (wl-organization): Ditto.
6543         (wl-subscribed-mailing-list): Ditto.
6544         (wl-envelope-from): Ditto.
6545         (wl-smtp-posting-user): Ditto.
6546         (wl-smtp-posting-server): Ditto.
6547         (wl-smtp-posting-port): Ditto.
6548         (wl-smtp-authenticate-type): Ditto.
6549         (wl-pop-before-smtp-user): Ditto.
6550         (wl-pop-before-smtp-server): Ditto.
6551         (wl-pop-before-smtp-port): Ditto.
6552         (wl-pop-before-smtp-authenticate-type): Ditto.
6553         (wl-nntp-posting-server): Ditto.
6554         (wl-nntp-posting-user): Ditto.
6555         (wl-nntp-posting-port): Ditto.
6556         (wl-fetch-confirm-threshold): Ditto.
6557         (wl-prefetch-threshold): Ditto.
6558         (wl-thread-insert-opened): Ditto.
6559         (wl-ldap-server): Ditto.
6560         (wl-ldap-port): Ditto.
6561         (wl-ldap-base): Ditto.
6562         (wl-ldap-objectclass): Ditto.
6563         (wl-use-ldap): Ditto.
6564         (wl-draft-config-alist): Ditto.
6565         (wl-draft-config-matchone): Ditto.
6566         (wl-template-alist): Ditto.
6567         (wl-message-sort-field-list): Ditto.
6568         (wl-message-ignored-field-list): Ditto.
6569         (wl-message-visible-field-list): Ditto.
6570         (wl-interactive-send): Ditto.
6571         (wl-summary-move-order): Ditto.
6572         (wl-auto-select-first): Ditto.
6573         (wl-auto-select-next): Ditto.
6574         (wl-interactive-save-folders): Ditto.
6575
6576         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6577         Initialization codes are moved from wl-local-folder-init.
6578         (wl-local-folder-init): Follow the change above.
6579         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6580
6581         * wl-acap.el: New file.
6582
6583         * Version number is increased to 2.7.3.
6584
6585 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6586
6587         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6588
6589 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6590
6591         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6592         (wl-addrmgr-address-entry-list): Ditto.
6593
6594 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6595
6596         * wl-e21.el (wl-draft-mode-map): Removed binding for
6597         `wl-draft-insert-x-face-field'.
6598
6599         * wl-mule.el (wl-draft-mode-map): Ditto.
6600
6601         * wl-xmas.el (wl-draft-mode-map): Ditto.
6602
6603         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6604         (wl-cs-autoconv): Ditto.
6605         (wl-cs-local): Ditto.
6606         (wl-use-scoring): Ditto.
6607         (wl-mime-charset): Ditto.
6608         (wl-folder-check-async): Ditto.
6609
6610         * wl.el (toplevel): Ignore nemacs and tm.
6611         (wl-exit): Ditto.
6612
6613         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6614         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6615         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6616         instead of wl-address-petname-add-or-change.
6617         (wl-summary-edit-addresses-subr): Use wl-address-delete
6618         instead of wl-address-petname-delete.
6619
6620         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6621
6622         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6623         if error occured.
6624
6625         * wl-message.el (require): Remove tm support.
6626
6627         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6628
6629         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6630         (wl-folder-jump-to-current-entity): Ditto.
6631         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6632
6633         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6634         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6635         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6636
6637         * wl-mule.el (wl-draft-key-setup): Ditto.
6638
6639         * wl-xmas.el (wl-draft-key-setup): Ditto.
6640
6641         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6642         (wl-draft-std11-parse-addresses): New function.
6643         (wl-draft-parse-mailbox-list): Use it.
6644         (wl-draft): Ignore nemacs.
6645         (wl-draft-reedit): Ditto.
6646
6647         * wl-addrmgr.el: New file.
6648         (Original is wl-rcpt.el written by
6649         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6650         Thanks Kitamoto-san.)
6651
6652         * wl-address.el (wl-address-make-address-list): Modified parsing
6653         process.
6654         (wl-address-delete): Renamed from `wl-address-petname-delete';
6655         Modify wl-address-list too.
6656         (wl-address-add-or-change): Renamed from
6657         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6658
6659 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6660
6661         * wl-highlight.el (wl-highlight-summary-current-line):
6662           Work with transient-mark-mode
6663
6664 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6665
6666         * Version number is increased to 2.7.2.
6667
6668         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6669         instead of elmo-dop-queue-method.
6670
6671 2001-08-06  SAITO Atsunori <sai@yedo.com>
6672
6673         * wl-vars.el (wl-ldap-objectclass): New user option.
6674
6675         * wl-address.el (wl-ldap-make-filter): Use it.
6676
6677 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6678
6679         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6680
6681 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6682
6683         * wl-folder.el (wl-folder): redisplay after folder insertion.
6684
6685         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6686
6687         * wl-summary.el (wl-summary-sync-update):
6688         Change status mark only when new-msgdb exists.
6689         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6690
6691 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6692
6693         * wl-summary.el (wl-summary-open-folder): New function.
6694         (wl-summary-goto-folder-subr): Use it.
6695         (wl-summary-mark-as-important): Fix;
6696         Encache only when no cache exists.
6697
6698 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6699
6700         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6701         Use with-current-buffer.
6702
6703 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6704
6705         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6706         before call `get-buffer'. Fixed parenthesis.
6707         (wl-score-get-header-entry): Clear message and help window when
6708         keyboard quit.
6709         (wl-score-edit-insert-header): Ditto.
6710
6711 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6712
6713         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6714         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6715         (wl-default-draft-cite): Fix.
6716
6717         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6718         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6719
6720 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6721
6722         * wl-message.el (wl-message-prev-page): Do same bahavior
6723         as summary when it is called in the message buffer.
6724         (wl-message-next-page): Ditto.
6725
6726 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6727
6728         * wl-summary.el (wl-summary-forward): Use cache if it is not
6729         section cache.
6730
6731 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6732
6733         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6734         Removed redundant require of elmo-vars.
6735         (wl-biff-state-indicator-on): Changed default value for
6736         xemacs with non-mule environment.
6737
6738         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6739         wl-message-buffer is nil;
6740         Hide progress bar after moving messages.
6741
6742 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6743
6744         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6745         message at cursor point is deleted.
6746
6747 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6748
6749         * wl-vars.el: Changed file coding system to euc-japan.
6750         Added -*-coding:-*- magic to the first line.
6751
6752         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6753         Search parent from the first message.
6754
6755         * Version number is increased to 2.7.1.
6756
6757 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6758
6759         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6760
6761 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6762
6763         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6764         refile/delete execution.
6765
6766         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6767         Fixed docstring.
6768
6769 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6770
6771         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6772         do update process;
6773         Don't update marks when update process is interrupted.
6774
6775 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6776
6777         * wl-summary.el (wl-summary-reply): Fixed problem when
6778         wl-draft-use-frame is non-nil.
6779         (wl-summary-forward): Ditto.
6780
6781         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6782         as nil.
6783         (wl-folder-mark-as-read-all-entity): Ditto.
6784         (wl-folder-prefetch-entity): Ditto.
6785
6786         * wl.el (wl): Check environment before wl-init.
6787
6788         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6789         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6790         instead of wl-summary-collect-unread.
6791         (wl-summary-reply): Split message window.
6792
6793 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6794
6795         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6796         only if current language environment is japanese,
6797
6798         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6799         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6800         (wl-folder-goto-folder-subr): Ditto.
6801
6802         * wl-draft.el (wl-draft-dispatch-message): Call
6803         `elmo-file-cache-get-path'.
6804
6805 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6806
6807         * wl-summary.el (wl-summary-cursor-move): If return value of
6808         wl-summary-next-message is not number, don't jump.
6809
6810 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6811
6812         * wl-summary.el (wl-summary-buffer-next-message-function): New
6813         variable.
6814         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6815         if it is bound.
6816
6817         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6818         string.
6819
6820         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6821         (wl-plugged-drawing): Ditto.
6822
6823 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6824
6825         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6826         process.
6827         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6828         with unwind-protect.
6829
6830         * wl.el (wl-init): Require mime-setup.
6831         (wl-check-environment): Don't require mime-setup.
6832
6833         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6834         instead of elmo-folder-type.
6835
6836         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6837         value as nil.
6838
6839 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6840
6841         * Version number is increased to 2.7.0.
6842
6843         * wl-version.el (wl-version): Changed codename.
6844
6845         * wl-summary.el (wl-summary-delete-cache): Fixed.
6846
6847         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6848         Workaround for net folders.
6849         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6850
6851         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6852         value to nil (According to the patch from
6853         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6854
6855         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6856         of elmo-folder-close.
6857
6858 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6859
6860         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6861         for postfix.
6862
6863 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6864
6865         * wl-summary.el (wl-summary-resend-message): Fixed.
6866
6867         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6868         Call wl-draft with `from' argument if its address is included in
6869         `wl-user-mail-address-list'.
6870         (wl-draft): Added `from' argument.
6871
6872         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6873         non-nil.
6874         (wl): Don't show demo if wl-demo is nil.
6875
6876         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6877         wl-summary-use-frame.
6878
6879         * wl-vars.el (wl-summary-use-frame): New user option.
6880         (wl-folder-use-frame): Changed docstring.
6881
6882         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6883         non-nil.
6884         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6885         wl-summary-use-frame.
6886
6887         * wl-vars.el (wl-folder-use-frame): New user option.
6888
6889         * wl-summary.el (wl-summary-exit): Back to folder frame if
6890         wl-folder-use-frame is non-nil.
6891         (wl-summary-redisplay-internal): Ignore cache if current folder
6892         is draft folder,
6893         (wl-summary-redisplay-no-mime): Ditto.
6894         (wl-summary-redisplay-all-header): Ditto.
6895
6896         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6897         if wl-folder-use-frame is non-nil.
6898
6899 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6900
6901         * wl-summary.el (wl-summary-sync-update): Bind
6902         elmo-folder-update-threshold.
6903         (wl-summary-mark-as-important): Enclosed server mark processing
6904         with `save-match-data'.
6905
6906         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6907         only when it is already defined.
6908
6909 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6910
6911         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6912         name of folder exclude localdir is wrong.
6913         * wl-folder.el (wl-folder-sync-entity):
6914         Set `wl-summary-always-sticky-folder-list' as nil.
6915         (wl-folder-mark-as-read-all-entity): Ditto.
6916         (wl-folder-prefetch-entity): Ditto.
6917
6918 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6919
6920         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6921         instead of `wl-summary-write-current-newsgroup'.
6922
6923 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6924
6925         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6926         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6927         non-nil and selected message is important, do not display.
6928
6929 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6930
6931         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6932
6933 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6934
6935         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6936
6937         * wl-summary.el (wl-summary-mark-as-important): Set message number
6938         using wl-summary-message-number.
6939
6940 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6941
6942         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6943         destination folder is 'null.
6944
6945 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6946
6947         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6948         New function.
6949         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6950         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6951         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6952
6953 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6954
6955         * wl-mime.el (wl-mime-setup): Added setting for
6956         `mime-setup-signature-key-alist' to avoid overriding key bind for
6957         `wl-draft-send'.
6958
6959         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6960         for `wl-draft-send'.
6961         * wl-mule.el (wl-draft-overload-functions): Ditto.
6962         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6963         * wl-draft.el (wl-draft-send): Ditto.
6964
6965         * wl-message.el (wl-message-display-internal):
6966         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6967         (Patch is provided by <kita@coe.nttdata.co.jp>).
6968
6969 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6970
6971         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6972
6973 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6974
6975         * wl.el (wl): Fix for wl-demo.
6976
6977 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6978
6979         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6980
6981 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6982
6983         * wl-folder.el (wl-folder-prefetch-entity): Use
6984         `wl-folder-get-elmo-folder'.
6985         (wl-folder-count-incorporates): Do not use
6986         `wl-folder-get-elmo-folder'.
6987
6988 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6989
6990         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6991         instead of `elmo-folder-get-type'.
6992
6993 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6994
6995         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6996         position on Subject: field.
6997         (Advised by Mito <mit@nines.nec.co.jp>)
6998
6999 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7000
7001         * wl-folder.el (wl-folder-prefetch-entity): Use
7002         `wl-folder-get-elmo-folder'.
7003
7004 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7005
7006         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7007
7008         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7009         `process-duplicates' slot.
7010
7011         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7012         if detection failed.
7013
7014 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7015
7016         * wl-version.el (wl-version-status): Set to "alpha".
7017
7018 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7019
7020         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7021         Check wl-message-buffer lives before set-buffer.
7022
7023 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7024
7025         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7026         called in folder mode.
7027         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7028         * wl-summary.el (wl-summary-exit-pre-hook): Run
7029         `wl-summary-exit-pre-hook' before exit summary mode.
7030
7031 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7032
7033         * wl-version.el (wl-version-status): New variable.
7034         (wl-version-status-alist): Removed.
7035         (wl-version-status): Rule included.
7036
7037 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7038
7039         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7040         @sponichi.
7041
7042         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7043         when `mail-reply-buffer' is buffer-local variable.
7044         (Reported by <kita@coe.nttdata.co.jp>).
7045
7046 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7047
7048         * wl-vars.el (toplevel): Require 'elmo-util.
7049
7050 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7051
7052         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7053         (All other related portions are changed)
7054
7055         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7056
7057         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7058
7059 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7060
7061         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7062
7063 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7064
7065         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7066         Delete other windows to avoid an error.
7067         Use `point-marker' instead of `point' to remember the start point
7068         of body.
7069
7070         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7071
7072         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7073         number not to exceed all message number.
7074
7075 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7076
7077         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7078         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7079
7080 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7081
7082         * wl-summary.el (wl-summary-sync-force-update): Added argument
7083         no-check.
7084         (wl-summary-sync-update): Ditto.
7085         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7086         with `no-check'.
7087
7088         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7089         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7090         already running.
7091
7092 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7093
7094         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7095         `dst-folder-arg'.
7096         (wl-expire-archive-number1): Diito.
7097         (wl-expire-archive-number2): Diito.
7098         (wl-expire-archive-Date): Diito.
7099         (wl-archive-number1): Diito.
7100         (wl-archive-number2): Diito.
7101         (wl-archive-date): Diito.
7102         (wl-archive-folder-p): New function.
7103         (wl-summary-expire): Support of expand folder name at
7104         wl-expire-alist.
7105         * wl-util.el (wl-expand-newtext): Renamed from
7106         `wl-refile-expand-newtext'.
7107
7108 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7109
7110         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7111         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7112         `(elmo-msgdb-get-overview msgdb)'.
7113         (wl-summary-prefetch): Bind match data before call
7114         `wl-summay-prefetch-msg'.
7115         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7116         'off if `wl-summary-buffer-disp-msg' is non-nil.
7117         Fixed problem that couldn't show only one new or unread message when
7118         enter folder.
7119         (wl-summary-reply): Don't call `split-window-vertically' and other
7120         window.
7121
7122 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7123
7124         * wl-expire.el (wl-expire-refile): Fixed.
7125
7126 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7127
7128         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7129
7130         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7131         biff notification is removed.
7132
7133         * wl.el (wl): Changed position of `elmo-init'.
7134
7135         * wl-draft.el (wl-default-draft-cite): Use date field
7136         on the citation buffer.
7137
7138         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7139
7140         * wl-xmas.el (wl-folder-internal-icon-list): Added
7141         `wl-folder-shimbun-image'.
7142
7143         * wl-e21.el (wl-folder-internal-icon-list): Added
7144         `wl-folder-shimbun-image'.
7145
7146 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7147
7148         * wl.el (wl-init): Eliminated argument.
7149         (wl): Rewrite.
7150
7151         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7152         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7153         instead of `elmo-folder-msgdb-internal'.
7154         (wl-summary-sync-update): Ditto.
7155         (wl-summary-flush-pending-append-operations): Eliminated.
7156         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7157         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7158         `elmo-folder-open'.
7159
7160         * wl-mime.el (wl-summary-burst): Fixed.
7161
7162         * wl-folder.el (wl-folder-info-save): Check data type.
7163
7164         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7165         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7166         instead of `elmo-folder-msgdb-internal'.
7167         (wl-expire-hide): Ditto.
7168
7169
7170         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7171
7172 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7173
7174         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7175
7176 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7177
7178         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7179
7180 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7181
7182         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7183         Fixed `match-beginning' argument mismatch.
7184
7185 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7186
7187         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7188         the default value.
7189
7190 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7191
7192         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7193         instead of `elmo-nntp-default-port'.
7194
7195         * wl-vars.el: Fixed some doc strings.
7196
7197 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7198
7199         * wl-summary.el (wl-summary-prefetch-msg): Use
7200         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7201
7202         * wl-vars.el: Define *-func as obsolete variable using
7203         `elmo-define-obsolete-variable'.
7204
7205         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7206         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7207         instead of `wl-message-buffer-prefetch-threshold'.
7208
7209         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7210
7211         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7212
7213         * wl-draft.el (wl-caesar-region-func): Ditto.
7214
7215         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7216         Keep unread status in elmo-folder-move-messages.
7217         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7218
7219 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7220
7221         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7222         `wl-summary-buffer-exit-func'
7223         (wl-summary-buffer-message-redisplay-function): Renamed from
7224         `wl-summary-buffer-message-redisplay-func'
7225         (wl-summary-buffer-next-folder-function): Renamed from
7226         `wl-summary-buffer-next-folder-func'.
7227         (wl-summary-buffer-prev-folder-function): Renamed from
7228         `wl-summary-buffer-prev-folder-func'.
7229         (wl-summary-get-petname-function): Renamed from
7230         `wl-summary-get-petname-func'.
7231
7232         * wl-score.el (wl-score-edit-exit-function): Renamed from
7233         `wl-score-edit-exit-func'.
7234
7235         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7236         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7237
7238         * wl-util.el (wl-load-profile-function): Renamed from
7239         `wl-load-profile-func'.
7240
7241         * wl-folder.el (wl-folder-completion-function): Renamed from
7242         `wl-folder-completion-func'.
7243         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7244
7245         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7246         `wl-expire-archive-get-folder-func'.
7247         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7248         (wl-draft-send-mail-function): Renamed from
7249         `wl-draft-send-mail-func'.
7250         (wl-draft-send-news-function): Renamed from
7251         `wl-draft-send-news-func'.
7252         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7253         (wl-generate-mailer-string-function): Renamed from
7254         `wl-generate-mailer-string-func'.
7255         (wl-highlight-signature-search-function): Renamed from
7256         `wl-highlight-signature-search-func'.
7257         (wl-highlight-x-face-function): Renamed from
7258         `wl-highlight-x-face-func'
7259         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7260         (wl-ps-print-buffer-function): Renamed from
7261         `wl-ps-print-buffer-func'
7262         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7263         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7264         (wl-summary-subject-filter-function): Renamed from
7265         `wl-summary-subject-filter-func'.
7266
7267         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7268         `wl-draft-queue-flush-send-func'
7269         (wl-draft-cite-function): Renamed from
7270         `wl-draft-cite-func'
7271
7272         * wl-address.el (wl-address-init-function): Renamed from
7273         `wl-address-init-func'.
7274
7275 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7276
7277         * wl-draft.el (wl-draft-queue-flush): Don't call
7278         `elmo-dop-unlock-message'.
7279         * wl-draft.el (wl-draft-queue-append): Don't call
7280         `elmo-dop-lock-message'.
7281
7282         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7283         (wl-summary-buffer-folder-name): Ditto.
7284         (wl-summary-message-regexp): Added '-' (all other related portions
7285         are changed).
7286         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7287         wl-summary-buffer-folder-name.
7288
7289 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7290
7291         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7292         the number of mails in the folder buffer is not updated by wl-biff.
7293
7294 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7295
7296         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7297         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7298
7299 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7300
7301         * wl-summary.el (wl-summary-next-message):
7302         Return next message number when wl-summary-move-order is nil.
7303
7304 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7305
7306         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7307         `wl-summary-move-spec-alist'.
7308         (wl-summary-move-spec-unplugged-alist): New variable
7309         (Move spec for unplugged status).
7310         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7311         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7312
7313 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7314
7315         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7316         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7317
7318 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7319
7320         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7321         simple quotation to quote the anonymous function.
7322         * tm-wl.el (wl-draft-preview-message): Ditto.
7323
7324 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7325
7326         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7327         Eliminate redundant `save-excursion'.
7328         (wl-highlight-summary-current-line): Ditto.
7329
7330         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7331         accessing match data when `looking-at' failed.
7332
7333         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7334         `elmo-match-string' where users don't care about the speed.
7335         (wl-draft-save): Ditto.
7336
7337 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7338
7339         * wl-util.el (wl-regexp-opt): New function.
7340
7341         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7342         number from `wl-summary-buffer-number-list'.
7343         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7344         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7345         (wl-summary-move-spec-alist): Changed default setting.
7346
7347 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7348
7349         * wl-vars.el (wl-biff-notify-hook): New hook.
7350         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7351         the arrival of new mail.
7352         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7353         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7354
7355 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7356
7357         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7358
7359 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7360
7361         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7362
7363         * Version number is increased to 2.5.8.
7364
7365         * wl-thread.el (toplevel): require 'cl.
7366         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7367         (wl-thread-make-number-list): New function.
7368         (wl-thread-entity-make-number-list-from-children): Ditto.
7369         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7370         (wl-thread-entity-insert-as-children): Likewise.
7371         (wl-thread-delete-message): Likewise.
7372         (wl-meaning-of-mark): Eliminated.
7373         (wl-thread-next-failure-mark-p): Ditto.
7374         (wl-thread-entity-get-mark): Ditto.
7375         (wl-thread-meaning-alist-get-result): Ditto.
7376         (wl-thread-entity-check-prev-mark): Ditto.
7377         (wl-thread-entity-check-next-mark): Ditto.
7378         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7379         (wl-thread-entity-get-prev-marked-entity): Ditto.
7380         (wl-thread-get-prev-unread): Ditto.
7381         (wl-thread-jump-to-prev-unread): Ditto.
7382         (wl-thread-get-next-unread): Ditto.
7383         (wl-thread-jump-to-next-unread): Ditto.
7384         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7385         (wl-thread-entity-get-next-marked-entity): Ditto.
7386
7387         * wl-summary.el (wl-summary-buffer-number-list):
7388         New bufer-local variable.
7389         (wl-summary-switch-to-clone-buffer): Clone
7390         `wl-summary-buffer-number-list'.
7391         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7392         (wl-summary-cursor-move-regex): Eliminated.
7393         (wl-summary-cursor-up): Rewrite.
7394         (wl-summary-cursor-down): Ditto.
7395         (wl-summary-mode-spec-alist): New variable.
7396         (wl-summary-next-message): New inline function.
7397         (wl-summary-cursor-move): New function.
7398         (wl-summary-default-get-next-msg): Rewrite.
7399         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7400         (wl-summary-rescan): Ditto.
7401         (wl-summary-sync-all-init): Ditto.
7402         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7403         summary is not thread view.
7404         (wl-summary-sync-update): Ditto.
7405         (wl-summary-rescan): Ditto.
7406         (wl-summary-make-number-list): New function.
7407
7408         * wl-draft.el: "FCC" -> "Fcc".
7409
7410 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7411
7412         * wl-highlight.el (wl-highlight-summary-window):
7413         Call `set-buffer-modified-p'.
7414
7415         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7416         (wl): Call `elmo-init' and fix.
7417
7418         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7419         Use new variables.
7420
7421         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7422
7423 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7424
7425         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7426
7427 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7428
7429         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7430
7431 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7432
7433         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7434         `wl-use-toolbar' nor `display-graphic-p'.
7435         (wl-e21-setup-message-toolbar): Ditto.
7436         (wl-e21-setup-summary-toolbar): Ditto.
7437         (wl-e21-setup-folder-toolbar): Ditto.
7438
7439         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7440         (wl-plugged-init-icons): Ditto.
7441
7442         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7443         `display-graphic-p'.
7444         (wl-plugged-set-folder-icon): Ditto.
7445         (wl-highlight-plugged-current-line): Ditto.
7446         (wl-highlight-folder-current-line): Ditto.
7447         (wl-e21-highlight-folder-group-line): Ditto.
7448         (wl-e21-setup-toolbar): Ditto.
7449         (wl-e21-display-image-p): New macro.
7450
7451         * wl-demo.el (wl-demo): Simplified.
7452         (wl-demo-image-type-alist): Use `image-type-available-p' for
7453         checking whether the image type `xbm' is available.
7454
7455 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7456
7457         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7458         (wl-summary-input-range): Ditto.
7459
7460 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7461
7462         * wl-summary.el (wl-summary-edit-addresses): Use
7463         `wl-summary-get-original-buffer'
7464         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7465         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7466         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7467         (wl-summary-get-newsgroups): Eliminated.
7468         (wl-summary-set-crosspost): Ditto.
7469         (wl-summary-is-crosspost-folder): Ditto.
7470         (wl-crosspost-alist-load): Ditto.
7471         (wl-crosspost-alist-save): Ditto.
7472
7473         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7474         `elmo-setup-subscribed-newsgroups' instead of
7475         `elmo-nntp-make-groups-hashtb'.
7476         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7477         instead of `wl-crosspost-alist-save'.
7478
7479         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7480         of `elmo-folder-message-appendable-p'.
7481         (wl-mime-header-presentation-method): Eliminated.
7482
7483         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7484         (Error occurs in emacs21).
7485
7486         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7487         the current buffer).
7488
7489         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7490         instead of `wl-crosspost-alist-save'.
7491         (wl-init): `elmo-crosspost-message-alist-load'
7492         instead of `wl-crosspost-alist-load'
7493
7494         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7495         (wl-parse-newsgroups): Likewise.
7496         (wl-biff-notify): Run `wl-biff-notify-hook'.
7497
7498 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7499
7500         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7501
7502         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7503         when `wl-summary-lazy-highlight' is non-nil.
7504         (wl-summary-goto-folder-subr): Highlight only when
7505         `wl-summary-lazy-highlight' is non-nil.
7506
7507         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7508         Don't display progress and highlight temp-mark when
7509         `wl-summary-lazy-highlight' is non-nil.
7510         (wl-highlight-summary-window): New function.
7511         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7512
7513 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7514
7515         * wl-summary.el (wl-summary-sync): Change `all-visible'
7516         from `all-shown'
7517         (wl-summary-input-range): Ditto.
7518
7519 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7520
7521         * wl-e21.el (wl-highlight-folder-current-line): Call
7522         `wl-folder-init-icons' when folder icons have not been initialized.
7523
7524         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7525
7526         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7527         (wl-demo-image-type-alist): New macro.
7528
7529 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7530
7531         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7532         display does not support graphics.
7533         (wl-plugged-init-icons): Ditto.
7534         (wl-folder-init-icons): Ditto.
7535
7536         * wl-demo.el (wl-demo): Chech closely whether the display
7537         supports graphics.
7538
7539 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7540
7541         * wl-summary.el (wl-summary-get-original-buffer): New function.
7542         (wl-summary-set-crosspost): Use it.
7543         (wl-summary-target-mark-uudecode): Ditto.
7544         (wl-summary-reedit): Ditto.
7545         (wl-summary-resend-bounced-mail): Ditto.
7546         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7547         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7548
7549         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7550         (wl-message-display-internal): Ditto.
7551
7552 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7553
7554         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7555
7556 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7557
7558         * wl-summary.el (wl-summary-save-view): Renamed from
7559         `wl-summary-save-status'.
7560
7561 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7562
7563         * wl-summary.el (wl-summary-sync): Added `all-shown'
7564
7565 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7566
7567         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7568
7569 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7570
7571         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7572
7573 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7574
7575         * wl-highlight.el (wl-highlight-summary-line-string): Use
7576         `zerop' instead of `= 0'.
7577         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7578
7579         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7580         for comparing numbers.
7581         (wl-template-prev): Use `zerop' instead of `eq 0'.
7582
7583         * wl-draft.el (wl-draft-insert-current-message): Use
7584         `with-current-buffer' instead of `save-excursion'.
7585         Use `zerop' instead of `eq 0'.
7586
7587 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7588
7589         * wl-draft.el (wl-draft-insert-ccs): New function.
7590         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7591         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7592
7593 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7594
7595         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7596
7597 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7598
7599         * wl-expire.el (wl-expire-refile): Don't call
7600         elmo-msgdb-add-msgs-to-seen-list;
7601         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7602         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7603
7604 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7605
7606         * wl-message.el (wl-message-prev-page): Ignore errors while
7607         scroll-down.
7608
7609 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7610
7611         * wl-mime.el: Use elmo-original-message-mode instead of
7612         mmelmo-original-mode.
7613
7614         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7615         `elmo-folder-get-spec';
7616         (wl-fldmgr-add-completion-all-completions):
7617         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7618
7619         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7620         of `elmo-folder-get-type'.
7621
7622         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7623         `elmo-folder-get-spec';
7624         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7625         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7626         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7627         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7628         `elmo-read-msg-no-cache';
7629         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7630         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7631         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7632         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7633         `elmo-cache-save';
7634         (wl-draft-reedit): Use `elmo-message-file-name'.
7635
7636         * wl-expire.el: Use `elmo-folder-name-internal';
7637         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7638         Use macro `wl-summary-buffer-msgdb' instead of variable
7639         `wl-summary-buffer-msgdb';
7640         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7641         Use macro `wl-summary-buffer-folder-name' instead of variable
7642         `wl-summary-buffer-folder-name'.
7643         * wl-score.el: Likewise.
7644
7645         * wl-message.el: Rewrite for new message buffer cache mechanism.
7646         (wl-message-buffer-cache-buffer-get): New macro.
7647         (wl-message-buffer-cache-folder-get): Ditto.
7648         (wl-message-buffer-cache-message-get): Ditto.
7649         (wl-message-buffer-cache-entry-make): Ditto.
7650         (wl-message-buffer-cache-hit): Ditto.
7651         (wl-message-buffer-cache-sort): New function.
7652         (wl-message-buffer-cache-add): Ditto.
7653         (wl-message-buffer-cache-delete): Ditto.
7654         (wl-message-buffer-cache-clean-up): Ditto.
7655         (wl-message-buffer-window): Rewrite.
7656         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7657         (wl-message-buffer-display): New function.
7658         (wl-message-display-internal): New function.
7659
7660 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7661
7662         * wl-folder.el: Use `elmo-folder-name-internal';
7663         Use `wl-folder-get-elmo-folder';
7664         Use `elmo-folder-list-messages' instead of
7665         `elmo-list-folder';
7666         Use `elmo-folder-get-primitive-list' instead of
7667         `elmo-folder-get-primitive-spec-list';
7668         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7669         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7670         Use `elmo-folder-create' instead of `elmo-create-folder'.
7671         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7672         (wl-folder-get-elmo-folder): New macro.
7673         (wl-folder-elmo-folder-cache-get): Ditto.
7674         (wl-folder-elmo-folder-cache-put): Ditto.
7675         (wl-folder-suspend): Call `elmo-quit'.
7676
7677         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7678         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7679         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7680         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7681         (toplevel): require 'cl.
7682         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7683
7684         * wl-summary.el: Rewrite to use new elmo interface.
7685
7686 \f
7687 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7688
7689         * wl-mime.el (wl-draft-preview-message):
7690         Run `wl-draft-send-hook' before collecting recipients information;
7691         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7692
7693         * tm-wl.el (wl-draft-preview-message): Ditto.
7694
7695 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7696
7697         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7698         wrong recipients are displayed when forwarded message.
7699
7700 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7701
7702         * Version number is increased to 2.5.7.
7703
7704 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7705
7706         * wl-message.el (wl-message-next-page): Bind
7707         `window-pixel-scroll-increment' to nil while scrolling up.
7708
7709 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7710
7711         * wl-vars.el (wl-save-hook): New hook.
7712         * wl.el (wl-save): Call `wl-save-hook'.
7713
7714 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7715
7716         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7717         Argument WITH-ARG instead of NO-ARG (negative mean).
7718         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7719         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7720         * wl-message.el (wl-message-follow-current-entity): Likewise.
7721
7722 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7723
7724         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7725         FROM was optional argument.
7726         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7727
7728 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7729
7730         * Version number is increased to 2.5.6.
7731
7732 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7733
7734         * wl-version.el (wl-version-show): Removed.
7735         (wl-version): Add `interactive'.
7736
7737 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7738
7739         * wl-summary.el (wl-summary-get-petname-func): New variable.
7740         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7741         instead of `wl-address-get-petname-1'.
7742         (wl-summary-simple-from): Ditto.
7743
7744         * wl-address.el (wl-address-get-petname-1): Define as function.
7745
7746 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7747
7748         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7749         field in the original message.
7750         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7751
7752 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7753
7754         * wl-expire.el (wl-expire-hide):
7755         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7756
7757 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7758
7759         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7760         find decoder for To, Cc, and Subject.
7761
7762 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7763
7764         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7765         for checking `elmo-use-buffer-cache'.
7766         (wl-summary-mark-as-important): Fixed typo in comment.
7767
7768 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7769
7770         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7771         field in the original message.
7772         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7773
7774 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7775
7776         * wl-expire.el (wl-expire-hide):
7777         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7778
7779 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7780
7781         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7782         find decoder for To, Cc, and Subject.
7783
7784 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7785
7786         * Version number is increased to 2.5.5.
7787
7788         * wl-address.el (wl-address-specials-regexp): New constant.
7789         (wl-address-quote-specials): Use it.
7790
7791 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7792
7793         * wl-summary.el (wl-summary-rescan):
7794         Call `wl-summary-buffer-number-column-detect'.
7795         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7796
7797         * wl-message.el (wl-message-mode-map): Define.
7798         (wl-message-decode): Use it as local-map.
7799
7800 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7801
7802         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7803         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7804
7805 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7806
7807         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7808
7809         * wl-mule.el (wl-read-event-char): Ditto.
7810
7811         * wl-e21.el (wl-read-event-char): Ditto.
7812
7813         * wl-nemacs.el (wl-read-event-char): Ditto.
7814         (read-event): Removed.
7815
7816         * wl-util.el (toplevel): Removed dummy definition of
7817         `read-event'.
7818         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7819
7820 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7821
7822         * wl-nemacs.el (elmo-archive-call-process): Moved to
7823         elmo-archive.el.
7824
7825 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7826
7827         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7828         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7829
7830         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7831         instead of magic-number 6.  Use `not' instead of `null' for symbol
7832         `nil' check (not empty list).
7833         (wl-draft-insert-x-face-field): Fixed paren style.
7834
7835         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7836         one-branch conditional statement, instead of `and' and `if'.
7837         (wl-draft-forward): Likewise.
7838         (wl-draft-add-references): Likewise.
7839         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7840
7841         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7842         conditional steatment.  Use `cond' instead of `if'.
7843         (wl-draft-confirm): Likewise.
7844
7845 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7846
7847         * wl-version.el (wl-version-show): Use `product-string-1'
7848         instead of `wl-version'.
7849         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7850
7851         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7852
7853 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7854
7855         * wl-highlight.el (wl-highlight-headers): Revert
7856         `wl-highlight-x-face-func' argument (`beg' and `end').
7857
7858 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7859
7860         * wl.el (toplevel): Move `product-provide' declare.
7861         * wl-demo.el (toplevel): Ditto.
7862         * wl-dnd.el (toplevel): Ditto.
7863         * wl-highlight.el (toplevel): Ditto.
7864         * wl-message.el (toplevel): Ditto.
7865         * wl-refile.el (toplevel): Ditto.
7866         * wl-util.el (toplevel): Ditto.
7867
7868 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7869
7870         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7871         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7872         (wl-thread-close-all): keep cursor position.
7873
7874 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7875
7876         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7877         (eq x 0).
7878         (wl-generate-user-agent-string-1): Fix conditional statement.
7879
7880 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7881
7882         * wl.el (wl-check-environment): Additional check for
7883         'wl-local-domain' and `wl-message-id-domain'.
7884
7885 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7886
7887         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7888
7889 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7890
7891         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7892         instead of `smtp-sasl-user-realm'.
7893
7894 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7895
7896         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7897
7898 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7899
7900         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7901         to the default value as well as `eword-lexical-analyzer'.
7902
7903 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7904
7905         * wl-version.el (wl-extended-emacs-version,
7906         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7907         `elmo-match-string' instead of `wl-match-string'.
7908
7909 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7910
7911         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7912         docstring.
7913
7914 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7915
7916         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7917
7918 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7919
7920         * wl-highlight.el (wl-highlight-headers): Remove
7921         `wl-highlight-x-face-func' argument (`beg' and `end').
7922
7923 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7924
7925         * wl-summary.el (wl-summary-mark-as-important):
7926         Remove cache if folder is local.
7927
7928 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7929
7930         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7931         to get existing e-mail address string.
7932
7933 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7934
7935         * wl-version.el (wl-generate-user-agent-string): Commentary.
7936         (wl-generate-user-agent-string-1): Use `when' for
7937         one-branch conditional statement, instead of `and' and `if'.
7938         (wl-extended-emacs-version, wl-extended-emacs-version2,
7939         wl-extended-emacs-version3): Ditto.
7940
7941 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7942
7943         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7944         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7945         condition-case; Remove initialization.
7946         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7947         (wl-summary-sync-update3): Added argument `sync-all';
7948         Eliminated local variable `msgdb';
7949         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7950         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7951         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7952
7953 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7954
7955         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7956         connection before call `wl-draft-send-mail-with-smtp'.
7957
7958 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7959
7960         * Version number is increased to 2.5.4.
7961
7962 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7963
7964         * wl.el (wl-check-environment): Additional check for
7965         'wl-local-domain' and `wl-message-id-domain'.
7966
7967 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7968
7969         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7970         buffer as command specific.
7971         (wl-folder-mark-as-read-all-entity): Ditto.
7972         (wl-folder-prefetch-entity): Ditto.
7973         (wl-folder-drop-unsync-entity): Ditto.
7974
7975         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7976         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7977         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7978
7979         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7980         save-excursion.
7981
7982 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7983
7984         * Version number is increased to 2.5.3.
7985
7986         * wl-summary.el (wl-summary-save-view-cache):
7987         Delete duplicated `write-region';
7988         Use `write-region-as-binary' instead of `as-binary-output-file' and
7989         `write-region'.
7990
7991 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7992
7993         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7994
7995 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7996
7997         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7998         instead of `smtp-via-smtp'.
7999
8000 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8001
8002         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8003
8004 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8005
8006         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8007         instead of `smtp-sasl-user-realm'.
8008
8009 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8010
8011         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8012
8013 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8014
8015         * Version number is increased to 2.5.2.
8016
8017 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8018
8019         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8020         does not exist.
8021         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8022         (wl-biff-start): Call `timer-activate' if timer already exists.
8023
8024         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8025         only when it is bound as function.
8026
8027 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8028
8029         * Version number is increased to 2.5.1.
8030
8031 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8032
8033         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8034         Print refile/copy destination.
8035
8036 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8037
8038         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8039         queue-flush-only is non-nil.
8040
8041         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8042
8043         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8044         checking cache folder.
8045
8046 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8047
8048         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8049         `regexp-quote'.
8050
8051 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8052
8053         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8054         function.
8055         * wl-summary.el (wl-summary-write-current-folder-functions):
8056         Change default value.  Use it.
8057
8058 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8059
8060         * Version number is increased to 2.5.0.
8061
8062         * wl-version.el (wl-version): Changed codename.
8063
8064 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8065
8066         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8067         (wl-summary-supersedes-message): Ditto.
8068
8069 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8070
8071         * wl-refile.el (wl-refile-guess-functions): Renamed from
8072         `wl-refile-guess-func-list'.
8073
8074 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8075
8076         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8077         Fixed problem when no rule was matched.
8078
8079 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8080
8081         * wl-summary.el (wl-summary-get-mark): Fixed
8082         `wl-summary-buffer-target-mark' check logic.
8083
8084 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8085
8086         * wl-folder.el (wl-folder-write-current-folder): Added group
8087         folder check.
8088
8089         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8090         `wl-summary-write-current-newsgroup'.
8091         (wl-summary-write-current-folder-functions): New variable.
8092         * wl-folder.el (wl-folder-get-newsgroups): New function.
8093         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8094         (wl-folder-write-current-folder): Renamed from
8095         `wl-folder-write-current-newsgroup'.
8096
8097 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8098
8099         * Version number is increased to 2.3.93.
8100
8101 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8102
8103         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8104         (wl-ldap-make-matched-value-list): Ditto.
8105         (wl-ldap-alias-safe-string): Split e-mail address.
8106
8107         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8108         petname folder default was selected.
8109         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8110         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8111
8112 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8113
8114         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8115         to `wl-draft-config-exec'.
8116
8117         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8118         instead of calling `wl-draft-config-exec';
8119         Process group-list and show recipients in minibuffer.
8120
8121         * tm-wl.el (wl-draft-preview-message): Ditto.
8122
8123 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8124
8125         * wl.el (toplevel): Added (C) to copyright notice, and
8126         sync Author header.
8127         * tm-wl.el (toplevel): Ditto.
8128         * wl-address.el (toplevel): Ditto.
8129         * wl-demo.el (toplevel): Ditto.
8130         * wl-dnd.el (toplevel): Ditto.
8131         * wl-draft.el (toplevel): Ditto.
8132         * wl-e21.el (toplevel): Ditto.
8133         * wl-expire.el (toplevel): Ditto.
8134         * wl-folder.el (toplevel): Ditto.
8135         * wl-highlight.el (toplevel): Ditto.
8136         * wl-message.el (toplevel): Ditto.
8137         * wl-mime.el (toplevel): Ditto.
8138         * wl-mule.el (toplevel): Ditto.
8139         * wl-nemacs.el (toplevel): Ditto.
8140         * wl-refile.el (toplevel): Ditto.
8141         * wl-score.el (toplevel): Ditto.
8142         * wl-summary.el (toplevel): Ditto.
8143         * wl-template.el (toplevel): Ditto.
8144         * wl-thread.el (toplevel): Ditto.
8145         * wl-util.el (toplevel): Ditto.
8146         * wl-vars.el (toplevel): Ditto.
8147         * wl-xmas.el (toplevel): Ditto.
8148
8149 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8150
8151         * wl.el (wl-init): Added comment about `wl-init-hook'.
8152         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8153         * wl-vars.el (wl-init-hook): Added docs.
8154         (wl-make-plugged-hook): Removed useless docs.
8155         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8156         * wl-xmas.el (toplevel): Ditto.
8157
8158 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8159
8160         * wl-address.el (toplevel): Fixed multiple Author header format.
8161         * wl-demo.el (toplevel): Ditto.
8162         * wl-draft.el (toplevel): Ditto.
8163         * wl-folder.el (toplevel): Ditto.
8164         * wl-summary.el (toplevel): Ditto.
8165         * wl-thread.el (toplevel): Ditto.
8166         * wl-util.el (toplevel): Ditto.
8167         * wl-vars.el (toplevel): Ditto.
8168         * wl-version.el (toplevel): Ditto.
8169         * wl-xmas.el (toplevel): Ditto.
8170         * wl.el (toplevel): Ditto.
8171
8172         * wl-version.el (toplevel): Added require `elmo-version' for
8173         `product-version-as-string'.
8174
8175 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8176
8177         * wl-vars.el (wl-draft-send-hook): Changed default value to
8178         '(wl-draft-config-exec).
8179
8180         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8181         explicitly.
8182         (wl-draft): Set `wl-draft-config-exec-flag' before running
8183         `wl-mail-setup-hook'.
8184
8185         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8186         `wl-biff-init-icons' to `wl-init-hook' instead of
8187         `wl-make-plugged-hook'.
8188         (Because if `wl-draft' command is invoked at first,
8189         they are not initialized)
8190         Updated copyright notice.
8191
8192         * wl-e21.el (toplevel): Ditto;
8193
8194         * wl-demo.el (toplevel): Updated copyright notice.
8195         * wl-address.el (toplevel): Ditto.
8196         * wl-draft.el (toplevel): Ditto.
8197         * wl-version.el (toplevel): Ditto.
8198         * wl-folder.el (toplevel): Ditto.
8199         * wl-summary.el (toplevel): Ditto.
8200         * wl-thread.el (toplevel): Ditto.
8201         * wl-util.el (toplevel): Ditto.
8202         * wl-vars.el (toplevel): Ditto.
8203         * wl.el (toplevel): Ditto.
8204
8205 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8206
8207         * wl-highlight.el (wl-highlight-message): Fixed problem of
8208         highlighting failure which occured when the last field contains
8209         multiple lines in the draft buffer.
8210
8211         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8212         `wl-biff-start' if plugged.
8213
8214         * wl-util.el (wl-biff-check-folder): New function.
8215         (wl-biff-check-folders): Don't set session name prefix.
8216         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8217         (wl-biff-check-folder-async): Ditto.
8218
8219         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8220         in email address.
8221
8222 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8223
8224         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8225
8226         * wl-draft.el (wl-draft-strip-subject-re): New function.
8227
8228         * wl-draft.el (wl-draft-reply): Use it.
8229
8230 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8231
8232         * wl-message.el (wl-mmelmo-message-redisplay): Use
8233         `mime-display-message' instead of `wl-mime-display-message'.
8234
8235         * wl-mime.el (toplevel): Removed compatibility workaround
8236         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8237         (wl-mime-display-message): Abolished.
8238         (wl-mime-entity-read-field): Ditto.
8239         (wl-mime-combine-message/partial-pieces): Use
8240         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8241
8242 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8243
8244         * wl-template.el: Doc fixes.
8245
8246 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8247
8248         * wl-e21.el (wl-message-overload-functions): Do nothing if
8249         `current-local-map' is not available.
8250         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8251
8252 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8253
8254         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8255         representation.
8256
8257         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8258         number.
8259         (wl-fldmgr-save-folders): Don't use `format' when insert
8260         `wl-fldmgr-folders-header'.
8261
8262 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8263
8264         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8265
8266 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8267
8268         * wl-highlight.el (wl-highlight-message):
8269         Use `std11-field-end' to detect end point of the header field.
8270         Refer `wl-highlight-max-header-size'.
8271
8272         * wl-vars.el (wl-highlight-max-header-size): New variable.
8273
8274         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8275
8276         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8277         Set `for-draft' argument of wl-highlight-headers.
8278         (wl-draft): Ditto.
8279         (wl-draft-reedit): Ditto.
8280         (wl-user-agent-compose-internal): Ditto.
8281
8282 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8283
8284         * wl-message.el (wl-message-add-button): Use overlay.
8285
8286 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8287
8288         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8289
8290         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8291         problem when group-list content is nothing.
8292         (Reported by Mito <mit@nines.nec.co.jp>)
8293
8294 2000-10-18  SAITO Atsunori <sai@yedo.com>
8295
8296         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8297
8298 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8299
8300         * tm-wl.el (toplevel): Use product-provide.
8301
8302 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8303
8304         * Version number is increased to 2.3.92.
8305
8306 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8307
8308         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8309         title text, use `display' property for left margin under Emacs 21.
8310
8311         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8312         properties.
8313         (wl-plugged-init-icons): Ditto.
8314
8315 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8316
8317         * wl.el (wl-save-status, wl-init): Remove last period in
8318         "...done." message.
8319         * tm-wl.el (wl-summary-burst): Ditto.
8320         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8321         wl-summary-resume-cache-status,
8322         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8323         wl-summary-sync-update3, wl-summary-highlight-msgs,
8324         wl-summary-flush-pending-append-operations,
8325         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8326         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8327         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8328         wl-thread-open-all): Ditto.
8329         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8330         * wl-mime.el (wl-summary-burst): Ditto.
8331         * wl-highlight.el (wl-highlight-summary): Ditto.
8332         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8333         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8334         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8335         * wl-address.el (wl-local-address-init): Ditto.
8336
8337 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8338
8339         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8340         `add-text-properties'.
8341         (wl-plugged-init-icons): Ditto.
8342         (wl-folder-init-icons): Use `propertize' instead of
8343         `put-text-property'.
8344         (wl-plugged-set-folder-icon): Ditto.
8345         (wl-e21-highlight-folder-group-line): Ditto.
8346
8347 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8348
8349         * wl-version.el (wl-version-status-alist): New variable.
8350         (wl-version-status): New function.
8351
8352         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8353         "Cc" part of the case "Reply-To".
8354
8355         * wl-draft.el (wl-draft-reply): Use result of
8356         `eword-extract-address-components'.
8357
8358         * wl-demo.el (wl-demo-icon-name): New constant.
8359         (wl-logo-xpm): Use it.
8360         (wl-logo-xbm): Ditto.
8361         (wl-logo-bitmap): Ditto.
8362
8363         * Version number is increased to 2.3.91.
8364
8365 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8366
8367         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8368         (wl-extended-emacs-version, wl-extended-emacs-version2,
8369         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8370         docstring.
8371
8372         * wl-version.el (wl-generate-user-agent-string-1): New function.
8373         (wl-generate-user-agent-string): Use it.
8374
8375         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8376         `mime-edit-insert-user-agent-field'.
8377         (wl-generate-user-agent-string): Check
8378         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8379
8380         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8381         instead of `if', when verbose case.
8382
8383 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8384
8385         * wl-expire.el (wl-summary-expire): Fix.
8386
8387 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8388
8389         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8390         and `elmo-lost+found-folder' if 'wl-draft.
8391         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8392
8393 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8394
8395         * wl-expire.el (wl-summary-expire): Change messages.
8396         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8397         `deleing-info' instead of "Deleting..."
8398
8399 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8400
8401         * wl-summary.el (wl-summary-refile-subr): Fix.
8402
8403 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8404
8405         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8406         if pipe folder.
8407
8408 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8409
8410         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8411
8412 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8413
8414         * wl-expire.el (wl-expire-hide): New function.
8415         (wl-summary-expire): Add `hide'.
8416
8417 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8418
8419         * wl-vars.el (wl-draft-reply-without-argument-list):
8420         Changed default value to consider `Reply-To:'.
8421         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8422
8423         * Version number is increased to 2.3.90.
8424
8425         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8426         elmo-imap4-get-session with unwind-protect.
8427         Don't cause error.
8428         (wl-summary-sync-marks): Don't check plugged nor folder type.
8429         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8430         (Always keep current buffer).
8431
8432 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8433
8434         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8435         Enclose with `save-excursion'.
8436
8437 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8438
8439         * wl-version.el (wl-version): Remove interactive.
8440
8441 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8442
8443         * wl-version.el (wl-generate-user-agent-string): Use
8444         `product-string-verbose' instead of `product-string-1'.
8445
8446 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8447
8448         * wl-vars.el (wl-draft-use-cache): New variable.
8449         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8450         if wl-draft-use-cache is non-nil.
8451
8452 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8453
8454         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8455         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8456
8457 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8458
8459         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8460         (wl-thread-msg-mark-as-unread): Ditto.
8461
8462         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8463         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8464         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8465         Don't set mark in summary if return value of `elmo-mark-as-read'
8466         is nil.
8467         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8468         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8469         instead of `wl-thread-msg-mark-as-read'.
8470         (wl-summary-mark-as-unread-region): Ditto.
8471         (wl-summary-target-mark-mark-as-read): Ditto.
8472
8473         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8474
8475 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8476
8477         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8478
8479         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8480
8481 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8482
8483         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8484         face.
8485
8486 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8487
8488         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8489         `running-xemacs'.
8490
8491 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8492
8493         * wl-version.el (toplevel): Use `product-version-as-string' for
8494         set verstion-string, if defined.
8495
8496         * wl-version.el (wl-version-show): Insert string at point, when
8497         call with argument.
8498
8499         * wl-version.el (wl-generate-user-agent-string): Use
8500         `product-string-1' instead of `wl-appname', `wl-version' and
8501         `wl-codename'.
8502
8503 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8504
8505         * wl-address.el (toplevel): Use product-provide.
8506         * wl-demo.el (toplevel): Ditto.
8507         * wl-dnd.el (toplevel): Ditto.
8508         * wl-draft.el (toplevel): Ditto.
8509         * wl-e21.el (toplevel): Ditto.
8510         * wl-expire.el (toplevel): Ditto.
8511         * wl-fldmgr.el (toplevel): Ditto.
8512         * wl-folder.el (toplevel): Ditto.
8513         * wl-highlight.el (toplevel): Ditto.
8514         * wl-message.el (toplevel): Ditto.
8515         * wl-mime.el (toplevel): Ditto.
8516         * wl-mule.el (toplevel): Ditto.
8517         * wl-nemacs.el (toplevel): Ditto.
8518         * wl-refile.el (toplevel): Ditto.
8519         * wl-score.el (toplevel): Ditto.
8520         * wl-summary.el (toplevel): Ditto.
8521         * wl-template.el (toplevel): Ditto.
8522         * wl-thread.el (toplevel): Ditto.
8523         * wl-util.el (toplevel): Ditto.
8524         * wl-vars.el (toplevel): Ditto.
8525         * wl-xmas.el (toplevel): Ditto.
8526         * wl.el (toplevel): Ditto.
8527
8528 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8529
8530         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8531         instead of product.
8532
8533         * wl-version.el (wl-version): Compile time evalution elmo-version.
8534
8535 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8536
8537         * wl-summary.el (wl-summary-sync-force-update): Append queue
8538         `mark-as-read'if unplugged.
8539
8540 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8541
8542         * wl-version.el: New file.  Use product.el.
8543         * wl.el: add (require 'wl-version).
8544         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8545         for ~/.folders header.
8546         (wl-fldmgr-folders-header): Changed.
8547         * wl-demo.el (wl-demo): Use product.el.
8548
8549         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8550         wl-version.el.
8551         * wl-util.el (wl-version, wl-version-show): Ditto.
8552
8553         * wl-util.el (wl-generate-user-agent-string,
8554         wl-extended-emacs-version, wl-extended-emacs-version2,
8555         wl-extended-emacs-version3): Move to wl-version.el.
8556         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8557         xemacs-codename, mime-edit-insert-user-agent-field,
8558         mime-edit-user-agent-value, mime-editor/version,
8559         mime-editor/codename): Compile warning killer move to
8560         wl-version.el
8561
8562 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8563
8564         * wl-summary.el (wl-summary-refile-subr): Fix.
8565
8566 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8567
8568         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8569         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8570
8571 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8572
8573         * wl.el (wl-check-environment): Check too many `@'.
8574
8575 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8576
8577         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8578
8579 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8580
8581         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8582         wl-draft-reply-myself-without-argument-list): Add variables.
8583         * wl-draft.el (wl-draft-reply): Use it.
8584
8585 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8586
8587         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8588         the 5th argument of `elmo-network-get-spec'.
8589
8590         * wl-thread.el (wl-thread-reparent-children): New inline function.
8591         (wl-thread-delete-message): Use it.
8592
8593         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8594         (wl-summary-score-update-all-lines): Don't use `dolist'.
8595
8596 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8597
8598         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8599         (require 'elmo-msgdb) for inline function.
8600
8601 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8602
8603         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8604
8605 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8606
8607         * wl-score.el (wl-score-headers): Fix for the confusing macro
8608         `elmo-kill-buffer'.
8609
8610 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8611
8612         * wl-summary.el: Don't use the 3rd argument of `require' because
8613         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8614         * wl-util.el: Ditto.
8615         * wl-draft.el: Ditto.
8616
8617 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8618
8619         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8620         window system is not used.
8621
8622 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8623
8624         * wl-thread.el: Don't use `mapcar' only for iteration.
8625         (wl-thread-resume-entity): Ditto.
8626         (wl-thread-delete-message): Ditto.
8627
8628         * wl-summary.el: Bind `dragdrop-drop-functions',
8629         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8630         of `require' for `timezone', `easymenu' and `ps-print';
8631         don't use `mapcar' only for iteration.
8632
8633         * wl-util.el: Bind `mule-version', `nemacs-version',
8634         `emacs-beta-version', `xemacs-codename',
8635         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8636         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8637         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8638         only for iteration.
8639
8640         * wl-score.el: Don't use `mapcar' only for iteration.
8641         (wl-score-simplify-buffer-fuzzy): Ditto.
8642         (wl-score-simplify-subject): Ditto.
8643         (wl-score-headers): Ditto.
8644         (wl-summary-score-update-all-lines): Ditto.
8645
8646         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8647         `enable-multibyte-characters' and `mule-version'.
8648
8649         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8650         `mapcar' only for iteration.
8651
8652         * wl-demo.el: Don't use `mapcar' only for iteration.
8653
8654         * wl-folder.el: Don't use `mapcar' only for iteration.
8655         (wl-folder-open-all): Ditto.
8656         (wl-folder-count-incorporates): Ditto.
8657
8658         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8659         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8660
8661         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8662         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8663         `smtp-connection-type'; specify 3rd argument of `require' for
8664         `timezone'; don't use `mapcar' only for iteration.
8665         (wl-draft-clone-local-variables): Don't use `mapcar'.
8666         (wl-draft-generate-clone-buffer): Ditto.
8667         (wl-user-agent-compose-internal): Ditto.
8668
8669         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8670
8671         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8672         (wl-save-status): Ditto.
8673
8674         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8675         for iteration.
8676
8677 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8678
8679         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8680         removed `Date'.
8681         (wl-fldmgr-make-filter-default): New user option.
8682
8683         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8684         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8685         (wl-fldmgr-filter-completion-alist): Abolish.
8686
8687         * wl.el (wl): Don't check servers if arg is non-nil.
8688
8689         * wl-draft.el (wl-draft-reply): Set only message-id string to
8690         In-Reply-To field.
8691
8692 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8693
8694         * wl-summary.el (wl-summary-pick): Rewrite.
8695
8696         * wl-draft.el (wl-draft-forward): Get references field from
8697         original buffer.
8698         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8699
8700 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8701
8702         * wl-draft.el (wl-draft-forward): Add references field.
8703
8704 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8705
8706         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8707         (wl-draft-reply): Use it.
8708
8709 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8710
8711         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8712         when Emacs 21 is running.
8713
8714         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8715         bindings.
8716
8717 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8718
8719         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8720         XPM icons transparent.
8721
8722         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8723         Emacs 21.
8724
8725 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8726
8727         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8728         nil.
8729
8730         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8731         when it is persistent.
8732         (wl-summary-sync-marks): Changed argument for
8733         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8734         (wl-summary-virtual): Use `elmo-read-search-condition'.
8735         (wl-summary-redisplay-internal): If folder is local, mark as read
8736         even when folder is plugged.
8737
8738 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8739
8740         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8741         of `tool-bar-lines' in the frame parameters.
8742         (after-make-frame-functions, post-command-hook): Don't modify the
8743         value.
8744         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8745         wl-e21-tool-bar-lines): Removed.
8746
8747 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8748
8749         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8750         properties `evaporate' and `wl-momentary-overlay' as well.
8751         (wl-highlight-summary-displaying): Ditto.
8752         (wl-delete-all-overlays): Don't delete overlay which does not have
8753         a property `wl-momentary-overlay'.
8754
8755         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8756         `display-mouse-p' and `display-graphic-p'.
8757         (wl-folder-init-icons): Don't search for XBM or the other files.
8758         (wl-plugged-set-folder-icon): Make icons if and only if
8759         `display-graphic-p' returns non-nil.
8760         (wl-highlight-plugged-current-line): Use `before-string' overlay
8761         property to show icon images.
8762         (wl-highlight-folder-current-line): Ditto.
8763         (wl-e21-highlight-folder-group-line): Ditto.
8764         (wl-e21-highlight-folder-by-numbers): Ditto.
8765         (wl-e21-insert-image): Removed.
8766         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8767         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8768         said.
8769         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8770         `wl-e21-force-switch-toolbar'.
8771         (wl-e21-make-icon-image): Removed.
8772         (wl-e21-setup-toolbar): Don't search for XBM files.
8773         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8774         the default value.
8775
8776 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8777
8778         * wl-util.el (wl-biff-check-folder-async): Set
8779         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8780
8781 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8782
8783         * wl-e21.el (after-make-frame-functions): Add
8784         `wl-e21-force-switch-toolbar'.
8785         (wl-e21-force-switch-toolbar): New function force to switch the
8786         toolbar appearance automatically.
8787         (post-command-hook): Add `wl-e21-switch-toolbar'.
8788         (wl-e21-switch-toolbar): New function to switch the toolbar
8789         appearance automatically.
8790         (wl-e21-tool-bar-lines): New buffer local variable.
8791
8792 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8793
8794         * wl-util.el (wl-biff-check-folders-running): New variable.
8795         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8796         (wl-biff-check-folder-async-callback):
8797         Set `wl-biff-check-folders-running'.
8798         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8799         with unwind-protect.
8800
8801         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8802         Enclose `wl-folder-auto-check' with unwind-protect.
8803
8804         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8805         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8806
8807         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8808
8809         * wl-util.el (wl-biff-notify): New inline function.
8810         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8811         locally.
8812         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8813         folder-list' is 1.
8814         Use `wl-biff-notify'.
8815         (wl-biff-check-folder-async-callback): New function.
8816         (wl-biff-check-folder-async): Ditto.
8817
8818         * wl-folder.el (wl-folder): Don't check folders.
8819         (wl-folder-auto-check): New function.
8820
8821 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8822
8823         * wl-util.el (wl-biff-start) [Emacs19+]:
8824         Use `timer-next-integral-multiple-of-time'.
8825         (wl-biff-check-folders): Use `wl-default-folder'
8826         if `wl-biff-check-folder-list' is nil.
8827
8828 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8829
8830         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8831         instead of `elmo-delete-lists'.
8832
8833 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8834
8835         * wl.el (wl-plugged-toggle-all): Set the value of
8836         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8837         (wl-plugged-toggle): Ditto.
8838         (wl-toggle-plugged): Ditto.
8839         (wl-plugged-init): Ditto.
8840
8841         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8842         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8843         instead of `wl-biff-state-indicator-off' and
8844         `wl-biff-state-indicator-on'; don't modify the value and the type
8845         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8846         (wl-plugged-init-icons): Set icons data to
8847         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8848         instead of `wl-plug-state-indicator-off' and
8849         `wl-plug-state-indicator-on'; don't modify the value and the type
8850         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8851
8852         * wl-vars.el (wl-modeline-biff-state-off,
8853         wl-modeline-biff-state-on, wl-modeline-biff-status,
8854         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8855         wl-modeline-plug-status): New internal variables.
8856         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8857         wl-biff-check-interval, wl-biff-check-folder-list): Change
8858         customization group from `wl-folder' to `wl-highlight'.
8859         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8860         wl-show-plug-status-on-modeline): Defcustomized.
8861
8862         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8863         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8864         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8865         a flag to `mode-line-buffer-identification'.
8866
8867         * wl-e21.el (wl-biff-init-icons): Set icons data to
8868         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8869         instead of `wl-biff-state-indicator-off' and
8870         `wl-biff-state-indicator-on'.
8871         (wl-plugged-init-icons): Set icons data to
8872         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8873         instead of `wl-plug-state-indicator-off' and
8874         `wl-plug-state-indicator-on'.
8875
8876 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8877
8878         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8879         excessive titles.
8880
8881 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8882
8883         * wl.el (wl-plugged-mode): Use revised
8884         `wl-mode-line-buffer-identification'.
8885         (wl-plugged-init): Don't use `force-mode-line-update'.
8886
8887         * wl-xmas.el (wl-draft-overload-functions): Use revised
8888         `wl-mode-line-buffer-identification'.
8889         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8890         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8891         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8892         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8893         `wl-make-plugged-hook';
8894         add `wl-folder-init-icons' and `wl-setup-folder' to
8895         `wl-folder-mode-hook'.
8896
8897         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8898         19 as well.
8899         (wl-mode-line-display-priority-list): New user option.
8900         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8901         Defcustomized.
8902         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8903         Add docs.
8904
8905         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8906         start.
8907         (wl-mode-line-buffer-identification): Revised as a function.
8908
8909         * wl-summary.el (wl-summary-mode): Use revised
8910         `wl-mode-line-buffer-identification'; don't call
8911         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8912         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8913         `wl-xmas-setup-summary'.
8914
8915         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8916         `wl-mode-line-buffer-identification'.
8917
8918         * wl-mule.el (wl-draft-overload-functions): Use revised
8919         `wl-mode-line-buffer-identification'.
8920
8921         * wl-folder.el (wl-make-plugged-alist): Don't call
8922         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8923         (wl-folder): Don't call `wl-folder-init-icons' directly.
8924         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8925         `wl-xmas-setup-folder' directly;
8926         use revised `wl-mode-line-buffer-identification'.
8927         (TopLevel): Don't bind `wl-biff-init-icons',
8928         `wl-plugged-init-icons', `wl-folder-init-icons',
8929         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8930
8931         * wl-e21.el (wl-draft-overload-functions): Use revised
8932         `wl-mode-line-buffer-identification'.
8933         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8934         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8935         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8936         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8937         `wl-make-plugged-hook';
8938         add `wl-folder-init-icons' and `wl-setup-folder' to
8939         `wl-folder-mode-hook'.
8940
8941 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8942             Katsumi Yamaoka    <yamaoka@jpl.org>
8943
8944         * wl.el (wl): Call `wl-biff-start'.
8945         (wl-exit): Call `wl-biff-stop'.
8946         (wl-plugged-mode): Show biff in modeline.
8947         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8948
8949         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8950         (wl-biff-init-icons): New function.
8951         (wl-plugged-init-icons): Don't make too much keymaps.
8952         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8953
8954         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8955         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8956         variables.
8957         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8958         options.
8959
8960         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8961         wl-biff-start, wl-biff-stop): New functions.
8962         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8963         (wl-biff-timer-name): New variable.
8964
8965         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8966
8967         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8968         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8969
8970         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8971         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8972
8973         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8974         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8975         `wl-folder-init-icons' to `ignore' if they are not available.
8976         (wl-folder-mode): Show biff in modeline.
8977
8978         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8979         (wl-biff-init-icons): New function.
8980         (wl-plugged-init-icons): Don't make too much keymaps.
8981         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8982
8983 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8984
8985         * wl-vars.el (wl-strict-diff-folders): Customization Type
8986         and doc fix.  Define as a list of regular expressions for
8987         folders or nil.
8988         * wl-folder.el (wl-folder-check-one-entity): Use
8989         `wl-string-match-member' instead of `wl-string-member' for
8990         `wl-strict-diff-folders'.
8991
8992 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8993
8994         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8995         (wl-highlight-folder-current-line): Use it; new implementation.
8996         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8997         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8998         `defsubst' instead of `defun'.
8999
9000         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9001         `wl-highlight-group-folder-by-numbers'; made it can also be a
9002         number.  See info for more details.
9003
9004         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9005         running.
9006
9007         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9008         to bind them.
9009
9010         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9011         (wl-highlight-folder-current-line): New implementation.
9012
9013         * wl-highlight.el (wl-highlight-folder-group-line): New
9014         implementation.
9015         (wl-delete-all-overlays): Rewrite as a marco.
9016         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9017
9018         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9019         running.
9020         (wl-folder-*-glyph): No need to bind them.
9021
9022         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9023         `wl-e21-highlight-folder-group-icon'; rewrite.
9024         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9025         `defsubst' instead of `defun'.
9026         (wl-folder-mode-map): Bind it when compiling.
9027
9028 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9029
9030         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9031
9032         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9033
9034 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9035
9036         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9037
9038 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9039
9040         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9041         (wl-highlight-folder-current-line): Use it.
9042
9043         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9044         in `id-name'.
9045
9046 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9047
9048         * wl.el: Require `wl-e21' when Emacs 21 is running.
9049
9050         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9051         default when Emacs 21 is running.
9052         (wl-use-highlight-mouse-line): Ditto.
9053         (wl-on-emacs21): New constant.
9054         (wl-on-emacs20): Removed.
9055
9056         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9057         Emacs 21 is running.
9058
9059         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9060         Emacs 21 is running.
9061
9062         * wl-e21.el: New file.
9063
9064 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9065
9066         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9067         (wl-toggle-plugged): Ditto.
9068         (wl-plugged-toggle): Ditto.
9069         (wl-plugged-toggle-all): Ditto.
9070
9071         * wl-vars.el (wl-plug-state-indicator): Refer
9072         `wl-plug-state-indicator-on' indirectly.
9073
9074 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9075
9076         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9077         Call `wl-folder-confirm-existence'.
9078
9079         * wl-folder.el (wl-folder-confirm-existence): Added optional
9080         argument `force'.
9081
9082 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9083
9084         * wl-summary.el (wl-summary-refile-subr): Assume
9085         `copy-or-refile' as symbol.
9086         (wl-summary-refile): Follow up above change.
9087         (wl-summary-copy): Ditto.  Doc fix.
9088
9089 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9090
9091         * wl-summary.el (wl-summary-pick): Don't bind
9092         `elmo-search-mime-charset'.
9093
9094         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9095         default using old backquote style.
9096         (wl-search-mime-charset): Abolished.
9097
9098         * wl-highlight.el (wl-highlight-headers):
9099         Call `point' after `re-search-forward'(for Nemacs).
9100
9101         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9102         for elmo-imap4.el.
9103
9104 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9105
9106         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9107         `wl-message-ignored-field-list' instead of
9108         `mime-view-ignored-field-list'.
9109
9110         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9111         Add interactive spec.
9112         (wl-folder-goto-bottom-of-current-folder): Ditto.
9113         (wl-folder-mode-map): Bind them.
9114
9115         * wl-vars.el (wl-message-ignored-field-list): New variable.
9116         (wl-message-visible-field-list): New variable.
9117
9118         * wl-mime.el (wl-mime-header-presentation-method): New function.
9119         (wl-mime-setup): Set header-presentation-method.
9120
9121 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9122
9123         * wl-nemacs.el (wl-draft-overload-functions): Set
9124         `mode-line-buffer-identification' instead of using
9125         `wl-make-modeline'.
9126
9127         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9128         instead of using `wl-make-modeline'.
9129
9130         * wl-xmas.el (wl-plugged-init-icons): Set up
9131         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9132         (wl-make-modeline): Abolish.
9133         (wl-draft-overload-functions): Set
9134         `mode-line-buffer-identification' instead of using
9135         `wl-make-modeline'.
9136
9137         * wl-util.el (wl-make-modeline-subr): Abolish.
9138         (wl-mode-line-buffer-identification): New alias.
9139
9140         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9141         (wl-summary-make-modeline): Abolish.
9142         (wl-summary-buffer-set-folder): Set
9143         `wl-summary-buffer-folder-indicator'.
9144         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9145         of using `wl-make-modeline'.
9146         (wl-summary-switch-to-clone-buffer): Don't set
9147         `mode-line-buffer-identification'.
9148         (wl-summary-goto-folder-subr): Ditto.
9149
9150         * wl-mule.el (wl-draft-overload-functions): Set
9151         `mode-line-buffer-identification' instead of using
9152         `wl-make-modeline'.
9153
9154         * wl-folder.el (wl-folder-mode): Set
9155         `mode-line-buffer-identification' instead of using
9156         `wl-make-modeline'.
9157         (wl-folder): Don't set `mode-line-buffer-identification'.
9158
9159 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9160
9161         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9162         instead of `member' for `wl-refile-guess-func-list' look-ups.
9163         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9164
9165 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9166
9167         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9168         `wl-message-button-dispatcher'.
9169
9170         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9171
9172         * wl-message.el (wl-message-button-dispatcher): Use it.
9173
9174         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9175         "In-Reply-To".
9176
9177         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9178         Bind `case-fold-search' to t.
9179
9180 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9181
9182         * wl-xmas.el (wl-message-overload-functions): Initialize
9183         `wl-message-button-map'.
9184
9185         * wl-mule.el (wl-message-overload-functions): Initialize
9186         `wl-message-button-map'.
9187
9188         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9189
9190         * wl-message.el (wl-message-button-map): New keymap.
9191         (wl-message-add-button): New function.
9192         (wl-message-button-dispatcher): New function.
9193         (wl-message-button-refer-article): New function.
9194
9195         * wl-highlight.el
9196         (wl-highlight-message-add-buttons-to-header): New function.
9197         (wl-highlight-headers): Use it.
9198
9199 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9200
9201         * wl-summary.el (wl-summary-default-from): Use
9202         `wl-address-get-petname-1'.
9203         (wl-summary-simple-from): Ditto.
9204
9205         * wl-address.el (wl-address-get-petname-1): New inline function.
9206         (wl-address-get-petname): Use it.
9207
9208 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9209
9210         * wl-summary.el (wl-summary-default-from): Return full-name part
9211         from the address if no petname was found.
9212         (wl-summary-simple-from): Ditto.
9213
9214         * wl-address.el (wl-address-get-petname): Return nil if no petname
9215         associated with the address was found.
9216
9217 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9218
9219         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9220         display is finished.
9221
9222 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9223
9224         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9225         `elmo-folder-exists-p' argument.
9226
9227 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9228
9229         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9230         the folder.
9231
9232 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9233
9234         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9235
9236         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9237         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9238
9239 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9240
9241         * wl-folder.el (wl-folder-create-subr): New function.
9242         (wl-folder-confirm-existence): Use it.
9243         (wl-folder-check-one-entity): Use it.
9244         Check the error symbol is derived from 'elmo-open-error.
9245
9246         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9247         `ignore-error'.
9248
9249 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9250
9251         * wl-util.el (toplevel): Add (eval-when-compile (require
9252         'elmo-util)).  (Maybe `provide' is typo.)
9253
9254 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9255
9256         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9257         (I don't know why this was needed.)
9258
9259         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9260         Follow up changes for stream-type.
9261
9262         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9263         (wl-draft-elmo-nntp-send): Ditto.
9264
9265         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9266         (wl-nntp-posting-stream-type): Ditto.
9267         (wl-pop-before-smtp-ssl): Abolished.
9268         (wl-nntp-posting-ssl): Ditto.
9269
9270         * wl-address.el (wl-address-quote-specials): New function.
9271         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9272
9273         * wl-draft.el (wl-draft-reply): Ditto.
9274
9275 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9276
9277         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9278         use function `wl-string-match-assoc'.
9279
9280 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9281
9282         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9283
9284         * wl-draft.el (wl-draft-deduce-address-list): New function.
9285         (wl-draft-parse-mailbox-list): Ditto.
9286         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9287         instead of `smtp-deduce-address-list'.
9288         (wl-draft-on-field-p): Follow group list.
9289
9290         * wl-address.el (wl-address-concat-token): New function.
9291         (wl-address-string-without-group-list-contents): Ditto.
9292         (wl-complete-field-body): Fixed problem of completion
9293         by japanese petname.
9294         (wl-address-make-completion-list): Rewrite.
9295
9296 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9297
9298         * wl-address.el (wl-address-make-completion-list): Completion by
9299         petname.
9300         (wl-complete-field-body): Likewise.
9301
9302 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9303
9304         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9305         contains invalid address syntax.
9306
9307 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9308
9309         * wl-folder.el (wl-folder-check-entity-async): Use
9310         `elmo-nntp-spec-hostname'.
9311
9312 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9313
9314         * wl-summary.el (wl-summary-msgdb-load-async): Use
9315         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9316
9317 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9318
9319         * wl-draft.el (wl-draft-reply): Set argument
9320         `content-transfer-encoding' as nil.
9321
9322 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9323
9324         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9325         `wl-refile-alist'.
9326
9327 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9328
9329         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9330         (wl-draft-edit-string): Ditto.
9331         (wl-draft-forward): Ditto.
9332         * wl-summary.el (wl-summary-write): Ditto.
9333
9334 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9335
9336         * wl-summary.el (wl-summary-sync-update3): Call
9337         `wl-summary-buffer-number-column-detect'.
9338         (wl-summary-buffer-number-column-detect): Search from point-min.
9339
9340 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9341
9342         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9343         contains an address which is not included in original to or cc.
9344
9345 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9346
9347         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9348         begin-line does not exist.
9349         * wl-message.el (wl-message-uu-substring): Ditto.
9350
9351 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9352
9353         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9354         clear local variables.
9355         (wl-summary-exit): Call `elmo-commit'.
9356         (wl-summary-switch-to-clone-buffer): Call
9357         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9358         (wl-summary-goto-folder-subr): Ditto.
9359
9360         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9361         POP folder.
9362
9363 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9364
9365         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9366         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9367         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9368         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9369         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9370         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9371
9372         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9373
9374 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9375
9376         * wl-summary.el (wl-summary-search-by-subject):
9377         Search parent message from the latest one.
9378
9379 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9380
9381         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9382         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9383
9384         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9385         New user option.
9386
9387         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9388         if elmo-nntp-use-killed-list is nil.
9389         Use `elmo-msgdb-append-to-killed-list'.
9390         (Append numbers confirmed as disappeared to the killed list.)
9391         (wl-summary-confirm-appends): Don't display negative number.
9392
9393 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9394
9395         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9396
9397 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9398
9399         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9400         range is `all'.
9401         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9402         `elmo-list-bigger-diff'.
9403
9404 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9405
9406         * wl-summary.el (wl-summary-buffer-exit-func):
9407         New buffer local variable.
9408         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9409
9410 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9411
9412         * wl-demo.el (wl-demo): Fix the last change.
9413
9414 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9415
9416         * wl-demo.el (wl-demo): Don't use `eval'.
9417
9418 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9419
9420         * wl-summary.el (wl-summary-buffer-thread-modified):
9421         New buffer-local variable.
9422         (wl-summary-set-thread-modified): New function.
9423         (wl-summary-thread-modified-p): New function.
9424         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9425         (wl-summary-yank-saved-message): Use function
9426         `wl-summary-set-thread-modified'
9427         (wl-summary-switch-to-clone-buffer): Add
9428         `wl-summary-buffer-thread-modified'.
9429
9430         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9431         (wl-summary-buffer-mark-saved-hook): Ditto.
9432         * wl-summary.el (wl-summary-msgdb-save): New hook
9433         `wl-summary-buffer-message-saved-hook' and
9434         `wl-summary-buffer-mark-saved-hook'.
9435
9436 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9437
9438         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9439
9440 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9441
9442         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9443         don't hide scroll bars under FSF Emacsen because it may incur an
9444         undesirable redrawing.
9445
9446 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9447
9448         * wl-draft.el (wl-draft-edit-string): Call
9449         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9450
9451 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9452
9453         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9454
9455 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9456
9457         * wl-summary.el (wl-summary-msgdb-load-async): Call
9458         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9459
9460 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9461
9462         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9463         fringes in demo buffer; center bitmap logo correctly even if old
9464         Mule is used.
9465
9466 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9467
9468         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9469
9470         * wl-refile.el (wl-refile-subject-alist): New variable.
9471         (wl-refile-subject-alist-file-name): Ditto.
9472         (wl-refile-alist-setup): Rewrite.
9473         (wl-refile-alist-save): Use `elmo-object-save'.
9474         Eliminated arguments.
9475         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9476         (wl-refile-guess-by-subject): New function.
9477         (wl-refile-guess-func-list): Added it.
9478
9479 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9480
9481         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9482         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9483
9484 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9485
9486         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9487         New buffer-local variable.
9488         (wl-summary-buffer-next-folder-func): Ditto.
9489         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9490         if non-nil.
9491         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9492         if non-nil.
9493         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9494         if non-nil.
9495         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9496         if non-nil.
9497
9498 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9499
9500         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9501         permanently in the demo buffer.
9502
9503 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9504
9505         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9506         `mime-entity-fetch-field'.
9507
9508         * wl.el (wl-exit): Delete plugged buffer.
9509
9510         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9511         XEmacs has menubar feature.
9512
9513 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9514
9515         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9516         cannot arrive at the beginning of the buffer under old Emacsen.
9517
9518 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9519
9520         * wl-address.el (wl-address-ldap-search):
9521         Call `ldap-search-entries' with `withdn' argument t.
9522         (wl-complete-field-body): Bind completion-ignore-case as t.
9523         Clear ldap search hash when it was sole completion.
9524         Use elmo-string for pattern string.
9525         (wl-ldap-alias-safe-string): Eliminated needless let.
9526
9527 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9528
9529         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9530         (wl-ldap-alias-sep): New constant.
9531         (wl-ldap-search-attribute-type-list): Ditto.
9532         (wl-ldap-get-value): New function.
9533         (wl-ldap-make-filter): Ditto.
9534         (wl-ldap-make-matched-value-list): Ditto.
9535         (wl-ldap-alias-safe-string): Ditto.
9536         (wl-ldap-register-dn-string): Ditto.
9537         (wl-address-ldap-search): Rewrite.
9538
9539 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9540
9541         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9542         thread is deleted.
9543         (wl-thread-delete-line-from-buffer): Ditto.
9544         (wl-thread-get-exist-children): New function.
9545
9546 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9547
9548         * wl-demo.el (wl-demo): Made it to select various image types.
9549         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9550         from `wl-title-logo'.
9551         (wl-logo-ascii): New variable.
9552         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9553         (wl-demo-copyright-notice): New constant.
9554
9555         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9556
9557 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9558
9559         * wl-vars.el (wl-summary-target-above): Renamed from
9560         wl-summary-temp-above.
9561         * wl-score.el (wl-score-get-score-alist): Use it.
9562         (wl-summary-score-update-all-lines): Use it.
9563         * wl-summary.el: Ditto. (make-variable-buffer-local).
9564
9565 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9566
9567         * wl-vars.el (wl-ldap-port): New user option.
9568
9569         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9570         Rewite whole implementation.
9571         (wl-complete-field-body): Fixed.
9572
9573 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9574
9575         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9576         Choose implementation at compile time.
9577
9578 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9579
9580         * wl-address.el (wl-ldap-search-internal): New function.
9581         (wl-complete-field-to): Use it.
9582
9583 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9584
9585         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9586         Use `let' instead of `let*'.
9587         Require 'wl-vars.
9588
9589         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9590         Define as defcustom.
9591         (wl-ldap-base): Ditto.
9592         (wl-use-ldap): Ditto.
9593
9594 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9595
9596         * wl-address.el (wl-ldap-search): New function.
9597         (wl-complete-field-body): Use `wl-ldap-search'.
9598         (wl-ldap-server): New variable.
9599         (wl-ldap-base): Ditto.
9600         (wl-use-ldap): Ditto.
9601
9602 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9603
9604         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9605         (Pointed out by Mito <mit@nines.nec.co.jp>).
9606         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9607         buffer-local variables like `wl-summary-redisplay-internal'.
9608         (wl-summary-redisplay-all-header): Likewise.  Update
9609         Summary view too.
9610
9611 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9612
9613         * wl-summary.el (wl-summary-jump-to-parent-message):
9614         Consider prefix argument.
9615
9616         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9617         when closed thread is deleted.
9618
9619 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9620
9621         * wl-summary.el (wl-summary-jump-to-parent-message):
9622         Consider thread modification.
9623
9624 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9625
9626         * wl-message.el (wl-message-normal-get-original-buffer): Use
9627         `save-excursion'.
9628
9629         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9630         (wl-summary-showto-folder-regexp): Ditto.
9631
9632 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9633
9634         * wl-util.el (wl-delete-alist): Doc fix.
9635         (wl-delete-associations): New function.
9636         (wl-inverse-alist): New function.
9637         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9638         Split temporary variables. Use `wl-delete-associations'
9639         and `wl-inverse-alist'.
9640         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9641
9642 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9643
9644         * wl-folder.el (wl-folder-prefetch-entity):
9645         Execute prefetching if new count is unknown.
9646
9647 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9648
9649         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9650
9651         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9652         delete entity.
9653         (wl-thread-set-parent): If insert as top, set linked as nil.
9654
9655         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9656         `wl-thread-cleanup-symbols' when view mode is thread.
9657
9658 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9659
9660         * wl-folder.el (wl-folder-create-folder-entity): Use
9661         with-current-buffer.
9662         (wl-local-folder-init): Call set-buffer to make sure we are in
9663         the Folder buffer. Don't touch buffer-local variables here.
9664         (wl-folder-mode): Initialize buffer-local variables here.
9665
9666         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9667         (wl-folder-entity-assign-id): Ditto.
9668         (wl-folder-create-entity-hashtb): Ditto.
9669         (wl-local-folder-init): Ditto.
9670         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9671
9672 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9673
9674         * wl-summary.el (wl-summary-default-from): Fix probrem when
9675         std11-extract-address-components return (nil "foo@bar").
9676
9677 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9678
9679         * wl-draft.el (wl-draft-clone-local-variables):
9680         Remove redundant `setq'.
9681
9682 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9683
9684         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9685         Bind wl-highlight-x-face-func as nil while highlighting header.
9686
9687 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9688
9689         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9690
9691 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9692
9693         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9694         elmo-msgdb-overview-hashtb from copy-variables.
9695         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9696         instead of `elmo-msgdb-overview-get-entity-by-number'.
9697         (wl-summary-auto-refile): Ditto.
9698
9699         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9700         `elmo-msgdb-overview-get-entity' instead of
9701         `elmo-msgdb-search-overview-entity'.  Use
9702         `elmo-msgdb-overview-get-entity' instead of
9703         `elmo-msgdb-overview-get-entity-by-number'.
9704         (wl-thread-insert-entity-sub): Ditto.
9705         (wl-thread-insert-message): Ditto.
9706
9707         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9708         `elmo-msgdb-overview-get-entity'.
9709         (wl-normal-message-redisplay): Ditto.
9710
9711 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9712
9713         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9714         `wl-thread-entities'.
9715         (wl-thread-delete-message): Fix remove top message from
9716         `wl-thread-entity-list'.
9717
9718         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9719         wl-append(nconc), because update-list is broken on Meadow.
9720
9721         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9722         updating process.
9723         (wl-summary-rescan): Ditto.
9724         (wl-summary-sync-update3): Ditto.
9725         * wl-thread.el (wl-thread-set-parent): Renamed from
9726         `wl-summary-set-parent'.
9727         (wl-thread-insert-message): Updating buffer faster.
9728         (wl-thread-delete-message): Updating buffer faster.
9729
9730         * wl-score.el (wl-summary-score-update-all-lines): Changed
9731         interval for display progress gauge.
9732
9733 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9734
9735         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9736         folder always-sticky.
9737         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9738         defmacro.
9739
9740 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9741
9742         * wl-vars.el (wl-draft-add-references): New user option.
9743
9744         * wl-draft.el (wl-draft-add-references): New function.
9745         (wl-draft-yank-from-mail-reply-buffer): Use it.
9746         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9747         as nil.
9748
9749 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9750
9751         * wl-thread.el (wl-thread-update-line-msgs): Called
9752         `wl-thread-update-line-on-buffer-sub'.
9753         (wl-thread-update-line-on-buffer): Delete routine of inserting
9754         thread.
9755         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9756         moved from `wl-thread-update-line-on-buffer'.
9757         Add threshold for displaying progress gauge.
9758         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9759         argument of `wl-thread-update-line-msgs'.
9760         Add threshold for displaying progress gauge.
9761         * wl-folder.el:
9762         Add threshold for displaying progress gauge.
9763         * wl-score.el: Ditto.
9764
9765         * wl-expire.el (wl-summary-expire): Display deleting info.
9766
9767 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9768
9769         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9770         `no-msg'.
9771         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9772         argument of `wl-thread-update-line-msgs'.
9773         (wl-summary-set-parent): Added optional argument `parent-number'.
9774         (wl-summary-buffer-saved-message): New buffer local variable.
9775         (wl-summary-save-current-message): New command.
9776         (wl-summary-yank-saved-message): Ditto.
9777         (wl-summary-mode-map): Added key binding for
9778         `wl-summary-save-current-message' (\ew) and
9779         `wl-summary-yank-saved-message' (\C-y).
9780         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9781
9782 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9783
9784         * wl-summary.el (wl-summary-mode-map): Added key binding for
9785         `wl-summary-set-parent' (ts).
9786
9787 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9788
9789         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9790         subject faster. If thread number is reverse, delayed updating
9791         thread.
9792         (wl-summary-search-by-subject): Ditto.
9793         (wl-summary-put-alike): Ditto.
9794         (wl-summary-get-alike): Ditto.
9795         (wl-summary-insert-headers): Insert header of all overview in
9796         buffer.
9797         (wl-summary-rescan): Delayed updating thread. Kill search subject
9798         buffer for wl-summary-search-by-subject.
9799         (wl-summary-sync-update3): Ditto.
9800         (wl-summary-exit): Ditto.
9801         (wl-summary-goto-bottom-of-current-thread): Change for linked
9802         thread.
9803         (wl-summary-overview-create-summary-line): Change line for linked
9804         thread.
9805
9806         * wl-summary.el (wl-summary-update-thread): Use
9807         wl-thread-maybe-get-children-num.
9808         (wl-summary-set-parent): If change parent, move sub thread.
9809         (wl-summary-redisplay-internal): Add horizontal recenter.
9810         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9811
9812         * wl-thread.el (wl-thread-entity-get-linked): New function.
9813         (wl-thread-entity-set-linked): New function.
9814         (wl-thread-create-entity): Add linked element.
9815         (wl-thread-entity-insert-as-top): Use wl-append.
9816         (wl-thread-maybe-get-children-num): If closing thread, return
9817         children msgs.
9818         (wl-thread-update-line-msgs): Displaying progress message.
9819         (wl-thread-update-line-on-buffer-sub): Use
9820         wl-thread-maybe-get-children-num.
9821         (wl-thread-update-line-on-buffer): If update line is not exists,
9822         insert thread.
9823         (wl-thread-delete-message): If delete top msg of thread, search
9824         parent by subject.
9825         (wl-thread-insert-entity): Use
9826         wl-thread-maybe-get-children-num.
9827
9828         * wl-highlight.el (wl-highlight-summary-current-line): change
9829         sregexp for linked thread.
9830         * wl-util.el (wl-count-lines): Count lines.
9831         (wl-horizontal-recenter): horizontal recenter.
9832         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9833         (wl-score-get-alike): Ditto.
9834         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9835         (wl-subject-length-limit): New variable.
9836         (wl-highlight-thread-indent-string-regexp): Changed for linked
9837         thread.
9838
9839 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9840
9841         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9842         New variable (revival).
9843         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9844         by subject matching if there's no in-reply-to nor references field
9845         (revival).
9846
9847 \f
9848 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9849
9850         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9851         message.
9852
9853 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9854
9855         * wl-summary.el (wl-summary-reply): Return t if there was a
9856         message at cursor point.
9857         Added unwind-protect.
9858         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9859         returns t.
9860         (wl-summary-cancel-message): Do nothing when there's no message at
9861         cursor point.
9862         (wl-summary-forward): Ditto.
9863         (wl-summary-jump-to-parent-message): Ditto.
9864         (wl-summary-reedit): Ditto.
9865         (wl-summary-edit-addresses): Ditto.
9866         (wl-summary-pipe-message): Ditto.
9867         (wl-summary-print-message-with-ps-print): Ditto.
9868         (wl-summary-print-message): Ditto.
9869         (wl-summary-mark-as-important): Ditto.
9870         (wl-summary-mark-as-unread): Ditto.
9871
9872         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9873         message at cursor point.
9874         (wl-summary-reply-with-citation): Remove unwind-protect.
9875
9876         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9877         subject searching feature.
9878         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9879         Eliminated.
9880
9881 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9882
9883         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9884         New variable.
9885         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9886         by subject matching if there's no in-reply-to nor references field.
9887
9888         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9889
9890         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9891         when display is finished.
9892         (wl-folder-open-all): Ditto.
9893         (wl-folder-update-access-group): Ditto.
9894         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9895         * wl-thread.el (wl-thread-close-all): Ditto.
9896
9897         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9898         progress gauge only when it was displayed.
9899         * wl-folder.el (wl-folder-insert-entity): Ditto.
9900
9901 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9902
9903         * wl-summary.el (wl-summary-incorporate): Enclose
9904         `wl-summary-sync-force-update' with save-excursion.
9905
9906 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9907
9908         * wl-summary.el (wl-summary-prefetch-region):
9909         Pass current cursor point to `pos-visible-in-window-p' after
9910         moving cursor to the started point.
9911
9912 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9913
9914         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9915
9916         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9917         fields from the forwarding message.
9918         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9919         `ignored-fields'.
9920
9921 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9922
9923         * wl-mime.el (wl-message-request-partial):
9924         Eliminated argument `msgdb'.
9925         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9926         (wl-mime-combine-message/partial-pieces): Likewise.
9927         * tm-wl.el (wl-message-request-partial): Likewise.
9928         (wl-mime-combine-message/partial-pieces): Likewise.
9929
9930 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9931
9932         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9933         when display is finished.
9934
9935 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9936
9937         * wl-summary.el (wl-summary-goto-folder-subr):
9938         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9939
9940 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9941
9942         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9943         when cursor point is visible.
9944
9945 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9946
9947         * wl-expire.el (wl-expire-archive-get-max-number):
9948         Don't use `file-name-directory'.
9949
9950 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9951
9952         * wl-expire.el (wl-expire-archive-get-max-number):
9953         Use `file-name-directory'.
9954
9955 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9956
9957         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9958         only when there is progress.
9959
9960 2000-04-13  Mito <mit@nines.nec.co.jp>
9961
9962         * wl-summary.el (wl-summary-sync-marks): Display progress.
9963
9964 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9965
9966         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9967         (wl-summary-prev): Move cursor regardless of unread status.
9968         (wl-summary-next): Ditto.
9969
9970 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9971
9972         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9973         Added argument `target' and `number'.
9974         * tm-wl.el (wl-summary-burst-subr): New function.
9975         (wl-summary-burst): Use it.
9976
9977 2000-04-10  Mito <mit@nines.nec.co.jp>
9978
9979         * wl-mime.el (wl-burst): New function.
9980         (wl-summary-burst): Use it.
9981
9982 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9983
9984         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9985         as petname when there's no candidate.
9986
9987 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9988
9989         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9990         New variable.
9991         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9992
9993         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9994
9995         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9996
9997 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9998
9999         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10000         Use substring of `original' instead of buffer-substring.
10001         (wl-refile-evaluate-rule):
10002         Set `original' argument of wl-refile-expand-newtext.
10003
10004         * wl-summary.el
10005         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10006         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10007         (wl-summary-auto-refile): Check existence of destination folder just
10008         before marking.
10009
10010 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10011
10012         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10013         when wl-refile-get-field-value return nil.
10014
10015 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10016
10017         * wl-refile.el
10018         (wl-refile-expand-newtext): New function imported from Gnus.
10019         (wl-refile-evaluate-rule): Use it.
10020
10021 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10022
10023         * wl-summary.el (wl-summary-print-destination):
10024         Duplicate folder string to avoid putting text-property on
10025         original string.
10026
10027         * wl-refile.el (wl-refile-get-field-value): New function.
10028         (wl-refile-evaluate-rule): New function;
10029         Evaluate refile rule recursively.
10030         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10031         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10032         New function; Check existence of a target folder recursively.
10033         (wl-summary-auto-refile-check-refile-rule-alist):
10034         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10035
10036 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10037
10038         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10039
10040         * wl-folder.el (wl-create-folder-entity-from-buffer):
10041         Fixed problem when '}' character is contained in folder name.
10042
10043         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10044
10045 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10046
10047         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10048         (wl-fldmgr-add-completion-all-completions):
10049         Use wl-fldmgr-add-completion-hashtb.
10050
10051 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10052
10053         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10054         wl-fldmgr-add-completion-subr): New functions.
10055         * wl-folder.el (wl-folder-completion-func): New variable.
10056         * wl-summary.el (wl-summary-read-folder):
10057         Use wl-folder-completion-func.
10058
10059         * wl-refile.el: Eliminate throw & catch.
10060
10061         * wl.el (wl-plugged-sending-queue-status): Fixed.
10062
10063 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10064
10065         * wl-draft.el (wl-draft): Put category property on
10066         mail-header-separator.