* WL-ELS (ELMO-MODULES): Added elmo-signal.
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
4
5         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
6         (wl-summary-event-handler): Ditto.
7         (wl-summary-update-persistent-mark-on-event): New
8         function (renamed from `elmo-event-handler-flag-changed').
9         (wl-summary-buffer-attach): New function.
10         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
11         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
12         instead of `elmo-folder-add-handler'.
13
14         * Version number is increased to 2.13.2.
15
16 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
17
18         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
19         and "\177" to the `wl-news-previous-page'.
20         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
21         (wl-news-previous-page): New function.
22
23 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
24
25         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
26         instead of `write-region' and simplify.
27
28 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
29
30         * wl-template.el (wl-template-select): Cause error if
31         `wl-template-alist' is nil.
32
33 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
34
35         * wl-news.el.in: Set file variable `no-byte-compile'.
36
37 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
38
39         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
40         whether a target message is within displaying area.
41         (elmo-event-handler-cache-changed): Ditto.
42
43 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
44
45         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
46         to `defun'.  Use `nconc' instead of `append' to collect descendant
47         message numbers.
48
49 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
50
51         * wl-thread.el (wl-thread-save-top-list)
52         (wl-thread-save-entities): Use `with-temp-buffer'.
53         * wl-news.el.in (wl-news-previous-version-load):
54         (wl-news-previous-version-save): Ditto.
55         * wl-summary.el (wl-summary-load-file-object)
56         (wl-summary-save-view-cache): Ditto.
57
58 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
59
60         * wl-util.el (toplevel): Require 'elmo-flag'.
61         (wl-read-search-condition): New function (Renamed from
62         `elmo-read-search-condition').
63         (wl-read-search-condition-internal): Likewise.
64
65         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
66         invalid.
67         (wl-summary-pick): Use `wl-read-search-condition' instead of
68         `elmo-read-search-condition'.
69         (wl-summary-virtual): Ditto.
70
71         * wl-folder.el (wl-folder-virtual): Ditto.
72         (wl-folder-pick): Ditto.
73
74         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
75
76 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
77
78         * wl-summary.el (wl-summary-reedit): Call
79         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
80
81 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
82
83         * wl-mime.el (toplevel): Require wl-vars.
84
85         * wl-message.el (toplevel): Require cl at compile.
86
87         * wl-draft.el (toplevel): Require elmo.
88
89 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
90
91         * wl-message.el (wl-message-buffer-prefetch): Count is a number
92         and do nothing when it is not positive.
93         (wl-message-buffer-prefetch-next): Ditto.
94
95 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
96
97         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
98         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
99         (wl-summary-redisplay-internal): Ditto.
100
101         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
102         message (the condition is borrowed from `wl-check-variables-2').
103         (wl-summary-redisplay-internal): Ditto.
104
105 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
106
107         * wl-mime.el (wl-draft-nntp-attribute): New function.
108         (wl-draft-attribute-nntp-posting-server): Use it.
109         (wl-draft-attribute-nntp-posting-port): Ditto.
110
111         * wl-mime.el (wl-draft-preview-attributes-list): New function.
112         (wl-draft-show-attributes-buffer): Ditto.
113         (wl-draft-hide-attributes-buffer): Ditto.
114         (wl-draft-attribute-newsgroups): Ditto.
115         (wl-draft-attribute-nntp-posting-server): Ditto.
116         (wl-draft-attribute-nntp-posting-port): Ditto.
117         (wl-draft-preview-message): Use there functions.
118
119         * wl-vars.el (wl-draft-preview-attributes-list): Change default
120         value.
121
122 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
123
124         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
125         (wl-draft-reedit): Ditto.
126         (wl-draft-queue-flush): Ditto.
127
128         * wl-mime.el (wl-message-request-partial): Ditto.
129         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
130         instead of `elmo-message-fetch'.
131
132         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
133
134         * wl-summary.el (wl-summary-message-string): Ditto.
135
136 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
137
138         * wl-util.el (wl-current-message-buffer): Follow the API change.
139
140         * wl-summary.el (wl-summary-redisplay-internal): Call
141         `wl-summary-mark-as-read' with 2nd argument as nil and update
142         unread count instead of persistent mark.
143
144         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
145         variable.
146         (wl-message-redisplay): Follow the API change.
147         (wl-message-buffer-display): Managed mime-entity directly and
148         return preview buffer only.
149         (wl-message-display-internal): Rewrite.
150         (wl-message-buffer-prefetch-subr): Not save return value of
151         `wl-message-buffer-display'.
152
153         * Version number is increased to 2.13.1.
154
155 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
156
157         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
158         'elmo-multiple-fields-body-list' with boundary specified.
159
160 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
161
162         * wl-vars.el (wl-summary-resend-use-cache): New variable.
163         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
164         cache if `wl-summary-resend-use-cache' is non-nil.
165
166 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
167
168         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
169         (wl-nntp-posting-stream-type): Ditto.
170
171 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
172
173         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
174
175 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
176
177         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
178         message.
179
180 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
181
182         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
183         Abolish.
184         (wl-summary-buffer-persistent-mark-version): New internal
185         variable.
186         (wl-summary-update-mark-and-highlight-window): Check by
187         wl-summary-persistent-mark-invalid-p.
188         (wl-summary-update-status-marks): Ditto.
189         (elmo-event-handler-flag-changed): Rewrite.
190         (elmo-event-handler-cache-changed): Define.
191         (wl-summary-prefetch-msg): Does not update persistent mark here.
192         (wl-summary-delete-cache): Ditto.
193         (wl-summary-resume-cache-status): Ditto.
194         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
195         (wl-summary-persistent-mark-invalid-p): New function.
196         (wl-summary-validate-persistent-mark): Ditto.
197         (wl-summary-validate-persistent-mark-string): Ditto.
198         (wl-summary-invalidate-persistent-mark): Ditto.
199         (wl-summary-update-persistent-mark): Call
200         `wl-summary-validate-persistent-mark'.
201         (wl-summary-create-line): Call
202         `wl-summary-validate-persistent-mark-string'.
203
204         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
205         status as t if cache used.
206
207 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
208
209         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
210         only if the target is group.
211         * wl-folder.el (wl-folder-append-petname): Don't check group name.
212
213 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
214
215         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
216
217 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
218
219         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
220
221         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
222
223 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
224
225         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
226         (Thanks to Yoichi NAKAYAMA).
227
228 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
229
230         * wl-util.el (wl-save-drafts): Restore echo area.
231
232 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
233
234         * Version number is increased to 2.13.0.
235
236         * wl-util.el (wl-biff-check-folder-async): Use
237         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
238
239 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
240
241         * wl-message.el (wl-message-display-internal): Does not put
242         wl-message-display-type property on message buffer.
243         (wl-message-buffer-display-type): New function.
244
245         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
246
247         * wl-summary.el (wl-summary-mode): Use `dolist' to add
248         `wl-summary-buffer-detach'.
249         (wl-summary-message-display-type): Use
250         `wl-summary-buffer-display-type'.
251
252 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
253
254         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
255         buffer-local.
256
257         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
258         kill-buffer-hook instead of make-local-variable.
259         (wl-draft-preview-message): Set `local' argument of add-hook as t.
260
261 2004-12-12  Scott Renfro <scott@renfro.org>
262
263         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
264         regex for square-branket.
265
266 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
267
268         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
269         `wl-message-mime-analysis-p' with argument `header'.
270
271 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
272
273         * wl-mime.el (wl-draft-yank-current-message-entity): 
274         Switch to no-mime following method according to wl-message-display-type
275         property.
276         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
277
278         * wl-message.el (wl-message-display-internal): 
279         Put wl-message-display-type property on message buffer.
280
281         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
282         (wl-message-display-internal): Ditto;
283
284         * wl-summary.el (wl-summary-toggle-mime): Ditto.
285
286 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
287
288         * wl-message.el (wl-message-make-display-type): New function.
289         (wl-message-display-type-property): Ditto.
290         (wl-message-mime-analysys-p): Ditto.
291         (wl-message-display-all-header-p): Ditto.
292         (wl-message-redisplay): Removed argument `as-is', `all-header' and
293         added `display-type'.
294         (wl-message-buffer-display): Likewise.
295         (wl-message-display-internal): Likewise.
296         (wl-message-buffer-display-type): Abolish.
297         (wl-message-buffer-prefetch-subr): Follow the API changed.
298
299         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
300         from wl-summary-buffer-display-all-header and changed default value.
301         (wl-summary-message-display-type): New function.
302         (wl-summary-buffer-display-mime-mode): Ditto.
303         (wl-summary-buffer-display-header-mode): Ditto.
304         (wl-summary-toggle-mime): Rewrite with above functions.
305         (wl-summary-toggle-all-header): Ditto.
306         (wl-summary-redisplay): Force redisplay with default mode.
307         (wl-summary-redisplay-internal): Renamed argument from `mode',
308         `all-header' to `mime-mode', `header-mode'.
309         Use `wl-message-make-display-type'.
310
311         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
312         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
313
314 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
315
316         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
317
318 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
319
320         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
321         in original message buffer.
322         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
323         buffer.
324
325 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
326
327         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
328
329 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
330
331         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
332
333 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
334
335         * wl-action.el (wl-summary-exec-action-refile): Display a done message
336         when actions succeeded.
337         (wl-summary-exec-action-copy): Likewise.
338
339 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
340
341         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
342         there is switch-to-buffer at the end of wl-message-select-buffer.
343         (wl-summary-reply): Ditto.
344
345 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
346
347         * wl-summary.el (wl-summary-forward): Put subject in original
348         message buffer as argument of wl-draft-forward.
349         * wl-draft.el (wl-draft-forward): Decode subject as in
350         wl-draft-reply.
351
352 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
353
354         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
355         a folder under access group.
356
357 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
358
359         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
360         wl-message-buffer-display.
361
362         * wl-util.el (wl-set-save-drafts): Fix typo.
363
364 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
365
366         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
367         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
368         wl-highlight-logo-face to set the bg color of an xbm image; fixed
369         the way to measure the width of a bitmap image; don't put face on
370         ascii and bitmap images; put the mark which should not use the
371         variable-pitch face on ascii and bitmap images.
372         (wl-demo-setup-properties): Don't use the variable-pitch face on
373         ascii and bitmap images; made it work on Emacs 20 and earlier.
374         (wl-demo-insert-text): End with a newline at the bottom; don't put
375         face on text.
376
377         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
378
379 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
380
381         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
382
383         * wl-util.el (wl-save-drafts): Moved from sample setting.
384         (wl-set-save-drafts): New function to set idle timer.
385         * wl-draft.el (wl-draft): Call it.
386         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
387
388 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
389
390         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
391         a summary which has toggle display status off.
392
393 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
394
395         * wl-draft.el (wl-draft-do-fcc): No cache save.
396
397 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
398
399         * wl-summary.el (elmo-event-handler-flag-changed): Use
400         `set-buffer' instead of `with-current-buffer'.
401
402 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
403
404         * wl-summary.el (wl-summary-after-resize-function): New function.
405         (wl-summary-mode): Add `wl-summary-after-resize-function' to
406         window-size-change-functions.
407
408 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
409
410         * wl-draft.el (wl-draft-create-buffer): Bind
411         `change-major-mode-hook' after current buffer is changed.
412
413         * wl-summary.el (wl-summary-buffer-detach): New function.
414         (wl-summary-buffer-set-folder): Call it.
415         (wl-summary-mode): Add `wl-summary-buffer-detach' to
416         change-major-mode-hook and kill-buffer-hook.
417         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
418         (wl-summary-switch-to-clone-buffer): Ditto.
419         (wl-summary-goto-folder-subr): Ditto.
420
421 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
422
423         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
424         after boundp check.
425
426 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
427
428         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
429         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
430         for `kill-buffer'.
431
432         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
433         handler of current buffer from elmo-folder.
434
435 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
436
437         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
438
439 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
440
441         * wl-summary.el (wl-summary-buffer-event-handler): New internal
442         variable.
443         (wl-summary-event-handler): New class.
444         (elmo-event-handler-flag-changed): Define to update persistent
445         mark.
446         (wl-summary-buffer-set-folder): Register event handler to
447         elmo-folder.
448         (wl-summary-exit): Unregister event handler.
449         (wl-summary-goto-folder-subr): Ditto.
450         (wl-summary-mark-as-read-all): Does not call
451         `wl-summary-update-persistent-mark' directly.
452         (wl-summary-mark-as-read-internal): Ditto.
453         (wl-summary-set-persistent-mark-internal): Ditto.
454         (wl-summary-set-flags-internal): Ditto.
455
456         * Version number is increased to 2.11.33.
457
458 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
459
460         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
461         to nil.
462
463 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
464
465         * wl-spam.el (wl-spam-setup): Add hook
466         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
467         instead of `wl-summary-prepare-hook'.
468
469         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
470         if folder type is `'flag'.
471         (wl-summary-mark-as-important): Ditto.
472
473 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
474
475         * wl-address.el (wl-address-minibuffer-history): New variable.
476         (wl-address-minibuffer-local-map): New keymap.
477         (wl-address-read-from-minibuffer): New function.
478
479         * wl-action.el (wl-summary-get-resend-address): Use
480         `wl-address-read-from-minibuffer' instead of `completing-read'.
481
482 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
483
484         * Version number is increased to 2.11.32.
485
486 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
487
488         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
489         without mule to iso-8859-1.
490         (wl-draft-add-in-reply-to): Add note in description.
491         (wl-draft-add-references): Ditto.
492
493 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
494
495         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
496         definition for `m'.
497         (wl-summary-mode-line-format): Add '[%m]'.
498         (wl-message-mode-line-format-spec-alist): Ditto.
499         (wl-summary-display-mime-mode-list): New variable.
500
501         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
502         from wl-summary-buffer-display-as-is.
503         (wl-summary-buffer-display-all-header): New buffer local variable.
504         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
505         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
506         instead of wl-summary-buffer-display-as-is.
507         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
508         (wl-summary-set-persistent-mark): Ditto.
509         (wl-summary-set-message-buffer-or-redisplay): Just call
510         `wl-summary-redisplay-internal' without optional arguments.
511         (wl-summary-toggle-mime): Rewrite.
512         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
513         (wl-summary-toggle-all-header): New function.
514         (wl-summary-redisplay-internal): Treat mime mode.
515
516         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
517         to wl-mime-preview-follow-no-mime.
518         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
519         accodring to the display-mode.
520
521         * wl-message.el (wl-message-buffer-display-type): Rewrite.
522         (wl-message-buffer-display): Changed argument name from `as-is' to
523         `mode'.
524         (wl-message-display-internal): Ditto;
525         Bind elmo-mime-display-header-analysis according to the mode.
526         (wl-message-display-internal): Put wl-message-display-mime-mode
527         property on entire buffer.
528
529 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
530
531         * wl-draft.el (wl-draft-do-fcc): Undo last change.
532
533 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
534
535         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
536         Don't extract mail address.
537         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
538
539         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
540
541         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
542
543 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
544
545         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
546         wl-fldmgr-cut-entity-list on confirmation.
547
548 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
549
550         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
551         (wl-mime-quit-preview): Check existence of
552         mime-edit-temp-message-buffer here.
553
554 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
555
556         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
557         after deletion.
558
559         * wl-draft.el (wl-draft-send-confirm): Check major-mode
560         before calling wl-mime-quit-preview.
561
562 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
563
564         * wl-summary.el (wl-summary-pick): If call it with prefix
565         argument, set `delete-marks' as non-nil. Pick from only visible
566         messages.
567         (wl-summary-check-target-mark): New function.
568         (wl-summary-target-mark-mark-as-read): Use it.
569         (wl-summary-target-mark-mark-as-unread): Ditto.
570         (wl-summary-target-mark-operation): Ditto.
571         (wl-summary-target-mark-set-flags): Ditto.
572         (wl-summary-target-mark-save): Ditto.
573         (wl-summary-target-mark-pick): Ditto.
574         (wl-summary-target-mark-forward): Ditto.
575         (wl-summary-target-mark-reply-with-citation): Ditto.
576         (wl-summary-target-mark-print): Ditto.
577         (wl-summary-target-mark-uudecode): Ditto.
578
579         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
580         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
581         with `ask-coding' is non-nil.
582
583 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
584
585         * wl-thread.el (wl-thread-set-parent): If parent is a message
586         which is identified by references, set linked as nil.
587
588 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
589
590         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
591         (wl-message-mode-line-format-spec-alist): Ditto.
592         (wl-message-mode-line-format): Ditto.
593         (wl-summary-mode-line-format): Ditto for docstring.
594         (wl-summary-no-mime-folder-list): Fix typo.
595
596         * wl-util.el (wl-current-message-buffer): Call
597         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
598
599         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
600         variable.
601         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
602         of `wl-summary-redisplay-no-mime'.
603         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
604         (wl-summary-toggle-mime): New function.
605         (wl-summary-redisplay-all-header): Rewrite.
606         (wl-summary-redisplay-no-mime): Ditto.
607         (wl-summary-redisplay-internal): Added argument `as-is' and
608         `all-header'.
609
610         * wl-refile.el (wl-refile-default-from-folder-path-separator):
611         New variable.
612         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
613         bottom.
614         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
615         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
616         "/" unconditionally.
617
618         * wl-mime.el (wl-draft-yank-current-message-entity): Use
619         wl-mime-preview-follow-no-mime for as-is content.
620         (wl-mime-preview-follow-no-mime): New function.
621         (wl-mime-preview-follow-current-region): Fixed parenthesis.
622
623         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
624         and added `as-is', `all-header'.
625         (wl-message-buffer-display): Ditto.
626         (wl-message-buffer-display-type): New function.
627
628 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
629
630         * wl-vars.el (wl-message-header-button-alist): Change default
631         value.
632         (wl-message-body-button-alist): Ditto.
633
634 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
635
636         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
637
638 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
639
640         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
641
642 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
643
644         * wl-summary.el (wl-summary-sync-marks): Remove condition which
645         is always true.
646
647 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
648
649         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
650         on null entity.
651
652 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
653
654         * wl-vars.el (wl-draft-reply-default-position): Fix range.
655
656 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
657
658         * wl-vars.el (wl-summary-resend-hook): New hook.
659
660         * wl-action.el (wl-summary-exec-action-resend-subr): Run
661         `wl-summary-resend-hook'.
662
663 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
664
665         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
666         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
667         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
668         (wl-summary-new-cached-mark): Changed default value to 'n'.
669         (wl-summary-unread-cached-mark): Changed default value to 'u'.
670         (wl-summary-answered-cached-mark): Changed default value to 'a'.
671         (wl-folder-sync-range-alist): Remove spec for 'flag.
672         (wl-summary-force-prefetch-folder-list): New user option.
673
674         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
675         `wl-summary-toggle-persistent-mark'.
676         (wl-summary-update-mark-and-highlight-window): Don't highlight when
677         number is nil.
678         (wl-summary-mark-as-answered-region): Set interactive argument of
679         `wl-summary-set-persistent-mark-internal'.
680         (wl-summary-mark-as-important-region): Ditto.
681         (wl-summary-unset-persistent-mark): Ditto.
682         (wl-summary-set-persistent-mark): Ditto.
683         (wl-summary-mark-as-answered): Ditto.
684         (wl-summary-mark-as-important): Ditto.
685         (wl-summary-set-persistent-mark-internal): Do nothing
686         when `elmo-message-flag-available-p' is nil.
687         (wl-summary-toggle-persistent-mark): New function.
688         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
689         when the folder matches `wl-summary-force-prefetch-folder-list'.
690
691
692         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
693         when number is nil.
694         (wl-highlight-summary-forwarded-face): New face.
695
696 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
697
698         * Version number is increased to 2.11.31.
699
700 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
701
702         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
703         (wl-biff-check-folder-async): Ditto.
704         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
705
706 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
707
708         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
709         Add an argument `reverse'.  All callers are updated.
710         (wl-summary-sort): Add a prefix argument `reverse' to specify
711         reverse sorting.
712         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
713         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
714         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
715
716 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
717
718         * wl-message.el (wl-message-redisplay): Does not narrow header if
719         disply-type is all-header or as-is.
720
721         * wl-summary.el (wl-summary-enter-handler): Use
722         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
723
724 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
725
726         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
727         after adding wl-draft-parent-variables.
728         (wl-draft-forward): Ditto.
729
730 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
731
732         * wl-summary.el (wl-summary-sync-marks): Call
733         `wl-summary-set-persistent-mark' and
734         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
735         (wl-summary-set-persistent-mark-internal): Add 4th argument
736         `no-server'.
737         (wl-summary-unset-persistent-mark): Ditto.
738         (wl-summary-set-persistent-mark): Ditto.
739         (wl-summary-add-flags-internal): Abolish.
740         (wl-summary-remove-flags-internal): Ditto.
741         (wl-summary-mark-as-important-internal): Ditto.
742         (wl-summary-mark-as-important): Use
743         `wl-summary-set-persistent-mark' instead of
744         `wl-summary-add-flags-internal'.
745         (wl-summary-mark-as-important-region): Ditto.
746
747         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
748
749         * wl-summary.el (wl-summary-get-available-flags): New function.
750         (wl-summary-sync-marks): Use it and simplified.
751         (wl-summary-unset-persistent-mark): Use
752         `wl-summary-get-available-flags'.
753         (wl-summary-set-persistent-mark): Ditto.
754
755 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
756
757         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
758         id.
759
760 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
761
762         * wl-summary.el (wl-summary-enter-handler): If argument is not a
763         number, call `wl-summary-prev-line-content'. Show message when the
764         message is not found.
765
766 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
767
768         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
769         wl-summary-enter-handler.
770         (wl-summary-enter-handler): New command.
771
772         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
773         docstring and custom spec.
774
775         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
776         flags too; Don't treat Cached and New.
777         (wl-summary-set-persistent-mark): Ditto.
778
779         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
780         `wl-folder-set-flag'.
781
782         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
783         instead of `wl-folder-set-flag'.
784
785         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
786         for completion.
787         (wl-summary-set-persistent-mark): Ditto.
788
789         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
790         instead of `wl-draft-quit-preview'.
791
792         * wl-mime.el (toplevel): Avoid compile warning.
793         (wl-mime-quit-preview): New function
794         (formarly defined as `wl-draft-quit-preview').
795         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
796         quitting method.
797
798         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
799
800         * wl-folder.el (wl-folder-set-flag): Renamed from
801         `wl-draft-set-flag-on-parent'.
802
803         * wl-draft.el (wl-draft-quit-preview): New function.
804         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
805         (wl-draft-send): Call `wl-folder-set-flag' instead of
806         `wl-draft-set-flag-on-parent'.
807         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
808
809 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
810
811         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
812         (wl-draft-send): Ditto.
813
814 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
815
816         * wl-vars.el (wl-draft-reply-hook): Changed default value.
817         (wl-draft-kill-pre-hook): Set default value as nil.
818         (wl-summary-reply-hook): Ditto.
819         (wl-draft-kill-flags): Abolish.
820
821         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
822         (wl-draft-parent-variables): Renamed from
823         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
824         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
825         argument; Add wl-draft-parent-variables to
826         wl-draft-config-variables.
827         (wl-draft-reply): Likewise.
828         (wl-draft-kill-flags): Abolish.
829         (wl-draft-send): Call wl-draft-set-flag-on-parent.
830         (wl-draft-set-flag-on-parent): New function.
831         (wl-draft-setup-parent-flag): Ditto.
832
833 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
834
835         * wl-draft.el (wl-draft-kill-flags): Avoid error when
836         `wl-draft-parent-folder' is "".
837
838 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
839
840         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
841         (wl-summary-digit-jump): New function.
842         (Adviced by John Owens and Hiroya Murata)
843
844         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
845         (Adviced by John Owens)
846
847         * wl-xmas.el (wl-message-define-keymap): Ditto.
848
849         * wl-mule.el (wl-message-define-keymap): Ditto.
850
851 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
852
853         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
854         change of return value of elmo-folder-count-flags.
855
856         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
857         (wl-summary-mark-as-read-internal): Ditto.
858         (wl-summary-set-persistent-mark-internal): Ditto.
859         (wl-summary-folder-info-update): Ditto.
860         (wl-summary-sync-update): Fixed the last change.
861
862         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
863
864 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
865
866         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
867         (wl-draft-kill-flags): Fixed docstring.
868
869         * wl-draft.el (wl-draft-kill-flags): New function.
870         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
871
872 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
873
874         * wl-vars.el (wl-reply-hook): Abolish.
875         (wl-draft-reply-hook): New hook.
876         (wl-summary-reply-hook): Ditto.
877         (wl-draft-forward-hook): Ditto.
878         (wl-summary-forward-hook): Ditto.
879         (wl-draft-kill-flags): New variable.
880
881         * wl-summary.el (wl-summary-mark-as-answered-region): Use
882         wl-summary-set-persistent-mark-internal.
883         (wl-summary-sync-marks): Use elmo-preserved-flags.
884         (wl-summary-update-persistent-mark): Make it interactive.
885         (wl-summary-set-persistent-mark-internal): New inline function.
886         (wl-summary-mark-as-answered): Use it.
887         (wl-summary-mark-as-unanswered): Ditto.
888         (wl-summary-unset-persistent-mark): New function.
889         (wl-summary-set-persistent-mark): Ditto.
890         (wl-summary-reply): Don't set answered flag;
891         Run wl-summary-reply-hook instead.
892         (wl-summary-forward): Call wl-draft-forward with number.
893         Run wl-summary-forward-hook.
894
895         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
896         (wl-highlight-summary-line-face-spec): Use it as a default
897         persistent mark face.
898
899         * wl-draft.el (wl-draft-forward): Added optional argument number;
900         Set wl-draft-parent-number; Run wl-draft-forward-hook.
901         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
902         (wl-draft-kill): Use wl-draft-kill-flags.
903
904         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
905
906         * wl-folder.el (wl-folder-check-one-entity): Follow the change
907         of return value of elmo-folder-count-flags.
908
909         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
910
911         * wl-summary.el (wl-summary-count-unread): Ditto.
912         (wl-summary-sync-update): Follow the change above.
913         (wl-summary-force-prefetch): New function.
914
915 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
916
917         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
918         variable `buf' with `let' instead of `setq'.
919
920 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
921
922         * wl-mime.el (wl-message-delete-current-part): If filename exists,
923         add Content-Disposition heaeder on the deleted part.
924
925 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
926
927         * wl-draft.el (wl-draft-save): Encode address list under edit by
928         `eword-encode-unstructured-field-body'.
929
930         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
931
932 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
933
934         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
935         wl-current-summary-buffer.
936
937 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
938
939         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
940         `numbers' is ignored.
941
942 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
943
944         * wl-folder.el (wl-folder-open-folder): Avoid error.
945         Reported by John Owens, [wl-en:815]
946
947         * wl.el (wl): Set timer for biff process even if prefix argument
948         is given or auto-checking is quitted.
949
950         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
951         immediately.
952         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
953         (wl-toggle-plugged): Ditto.
954
955         * wl-vars.el (wl-biff-use-idle-timer): New variable.
956         * wl-util.el (wl-biff-start): Use idle timer if
957         `wl-biff-use-idle-timer' is non-nil.
958
959 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
960
961         * wl-highlight.el (wl-highlight-message): Fix description.
962
963 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
964
965         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
966         tty.
967
968 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
969
970         * wl-action.el (wl-summary-exec): Print failure count.
971
972 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
973
974         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
975         to `defun', remove interactive form.
976         Set elmo-message-fetch-confirm when force-reload is non-nil.
977
978 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
979
980         * wl-summary.el (toplevel): Removed unnecessary autoload.
981
982 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
983
984         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
985         the buffer is generated from another message buffer.
986
987 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
988
989         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
990         extracted from `wl-fldmgr-save-folders'.
991         (wl-fldmgr-delete): Call it after deletion.
992
993 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
994
995         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
996         multi-tty support.
997
998 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
999
1000         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1001
1002 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1003
1004         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1005         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1006
1007 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1008
1009         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1010         unsubscribe list only if argument CLEAR is nil.
1011
1012 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1013
1014         * wl-draft.el (wl-draft-reply): Decode subject before removing
1015         Re: prefix.
1016
1017 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1018
1019         * wl-summary.el (wl-summary-sort-by-size): New command.
1020
1021 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1022
1023         * wl-summary.el (wl-summary-number-list-from-region): New
1024         function.
1025         (wl-summary-mark-as-read-region): Use it.
1026         (wl-summary-mark-as-unread-region): Ditto.
1027         (wl-summary-set-flags-region): Ditto and add optional argument
1028         remove.
1029         (wl-summary-mark-as-answered-region): Ditto.
1030         (wl-summary-mark-as-important-region): Ditto.
1031         (wl-summary-target-mark-mark-as-important): Added optional
1032         argument remove.
1033         (wl-summary-target-mark-mark-as-answered): Ditto.
1034         (wl-summary-target-mark-set-flags): Ditto.
1035
1036 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1037
1038         * wl-summary.el (wl-summary-set-flags-region): Call
1039         `wl-summary-set-flags-internal' with number list instead of call
1040         one by each message.
1041         (wl-summary-target-mark-set-flags): Likewise.
1042
1043 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1044
1045         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1046         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1047         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1048         (wl-summary-target-mark-mark-as-answered): Likewise.
1049
1050 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1051
1052         * wl-summary.el (wl-summary-target-mark-forward): Use
1053         `wl-summary-delete-all-target-marks' instead of
1054         `wl-summary-delete-all-temp-marks'.
1055         (wl-summary-target-mark-reply-with-citation): Ditto.
1056         (wl-summary-target-mark-uudecode): Ditto.
1057         (wl-summary-target-mark-set-flags): Ditto and remove needless
1058         cursor move.
1059
1060 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1061
1062         * wl-summary.el (wl-summary-target-mark-forward): Protect
1063         wl-summary-buffer-target-mark-list from nreverse.
1064         (wl-summary-target-mark-reply-with-citation): Ditto.
1065
1066 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1067
1068         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1069         `elmo-display-progress-threshold'.
1070
1071 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1072
1073         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1074         check `wl-summary-highlight'.
1075         (wl-summary-window-scroll-functions): Respect value of
1076         `wl-summary-highlight'.
1077         (wl-summary-sync-update): Run hooks
1078         `wl-summary-buffer-window-scroll-functions' at any time.
1079
1080 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1081
1082         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1083         from `wl-summary-cleanup-temp-marks'.
1084         (wl-summary-cleanup-temp-marks): Abolish argument.
1085         * wl.el (wl-save-status): Revert previous change.
1086         (wl-execute-temp-marks): New function, call
1087         `wl-summary-exec-with-confirmation'.
1088         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1089         (wl-folder-save-and-exec-marks): Abolished.
1090
1091 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1092
1093         * wl-e21.el (wl-e21-display-image-p): Respect
1094         `wl-highlight-folder-with-icon'.
1095         (wl-e21-highlight-folder-group-line): Highlight mouse line
1096         even if wl-e21-display-image-p is nil.
1097
1098         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1099         Respect value of `wl-summary-highlight'.
1100
1101         * wl.el (wl-save-status): Remove unused variable.
1102
1103         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1104         (wl-folder-mode-map): Bind it to "x".
1105
1106 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1107
1108         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1109
1110         * wl-thread.el (wl-thread-get-parent-list): Don't check
1111         disconnected ancestors, neglecting needless work in
1112         `wl-thread-update-indent-string-thread'.
1113
1114         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1115         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1116         argument, add argument default-keep to keep marks by default.
1117
1118         * Version number is increased to 2.11.30.
1119
1120         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1121         customization type and docstring.
1122         (wl-draft-reply-without-argument-list): Ditto.
1123
1124 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1125
1126         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1127
1128         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1129
1130 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1131
1132         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1133
1134 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1135
1136         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1137         save-excursion so as not to include run-hooks.
1138
1139 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1140
1141         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1142         Clarify that marks are going to be cleared.
1143
1144 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1145
1146         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1147         according to 3rd element of wl-summary-flag-mark.
1148
1149         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1150
1151 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1152
1153         * wl-action.el (wl-summary-target-mark-all): Don't set
1154         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1155
1156 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1157
1158         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1159         (wl-forward-subject-prefix): Ditto.
1160         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1161         (wl-draft-reply-make-subject): Ditto.
1162
1163         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1164         `wl-draft-forward'.
1165         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1166
1167 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1168
1169         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1170         target message does not exist.
1171
1172 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1173
1174         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1175         `wl-subject-prefix-regexp'.
1176         (wl-subject-forward-prefix-regexp): New variable.
1177         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1178         `wl-draft-strip-subject-re' and take regexp as argument.
1179         (wl-draft-forward): Use it.
1180         (wl-draft-reply): Ditto.
1181
1182 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1183
1184         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1185         emacs multi-tty support.
1186
1187 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1188
1189         * wl-e21.el (wl-e21-display-image-p): Don't call
1190         `display-images-p'.
1191         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1192         support.
1193         (wl-highlight-folder-current-line): Ditto.
1194         (wl-folder-init-icons): Ditto.
1195
1196 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1197
1198         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1199         the last line of summary in unplugged mode.
1200
1201 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1202
1203         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1204
1205 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1206
1207         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1208         * wl-address.el (wl-address-user-mail-address-p): Use it.
1209         (wl-address-delete-user-mail-addresses): Ditto.
1210         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1211
1212         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1213         (wl-address-delete-user-mail-addresses): Ditto.
1214
1215         * wl-address.el (wl-address-delete-user-mail-addresses): New
1216         function.
1217         * wl-refile.el (wl-refile-guess-by-history): Use it.
1218         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1219         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1220
1221         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1222         use wl-address-user-mail-address-p.
1223
1224 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1225
1226         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1227         after opening group.
1228
1229 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1230
1231         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1232         of elmo-set-buffer-multibyte.
1233
1234         * wl-message.el (wl-original-message-mode): Ditto.
1235
1236         * wl-score.el (wl-score-insert-header): Ditto.
1237
1238         * wl-summary.el
1239         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1240         (wl-summary-goto-folder-subr): Ditto.
1241         (wl-summary-insert-headers): Ditto.
1242
1243         * wl-util.el (wl-set-string-width): Ditto.
1244
1245         * Version number is increased to 2.11.29.
1246
1247 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1248
1249         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1250         (wl-highlight-summary-line-help-echo-alist): New variable.
1251         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1252         into `wl-highlight-summary-line-help-echo' and
1253         `wl-highlight-flag-folder-help-echo'.
1254         (wl-highlight-summary-line-string): Change accordingly.
1255         (wl-highlight-summary-current-line): Ditto.
1256
1257 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1258
1259         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1260         at the beginning of field body (Thanks to Markus Knittig).
1261
1262         * wl-draft.el (wl-draft-insert-current-message): Also check
1263         summary buffer, remove unnecessary tag.
1264
1265 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1266
1267         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1268         when wl-message-buffer is nil.
1269
1270         * wl-folder.el (wl-folder): Abolish unused argument.
1271         Call wl-folder-init when wl-folder-entity is nil.
1272         * wl.el (wl): Change accordingly.
1273
1274 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1275
1276         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1277         multibyte string before insert into draft buffer.
1278         (wl-draft-create-buffer): Always enable multibyte characters for
1279         draft buffer.
1280
1281         * Version number is increased to 2.11.28.
1282
1283 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1284
1285         * wl-folder.el (wl-folder-open-close): Handle blank line.
1286         (wl-folder-jump-to-current-entity): Ditto.
1287
1288 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1289
1290         * Version number is increased to 2.11.27.
1291
1292 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1293
1294         * wl-thread.el (wl-thread-insert-message): When the thread is
1295         devided by wl-summary-max-thread-depth, insert line at the end of
1296         buffer.
1297
1298 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1299
1300         * Version number is increased to 2.11.26.
1301
1302 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1303
1304         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1305
1306 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1307
1308         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1309         value of stream-type and session.
1310
1311 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1312
1313         * Version number is increased to 2.11.25.
1314
1315 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1316
1317         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1318         in a quit message.
1319
1320 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1321
1322         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1323         (wl-summary-redisplay-no-mime-internal): Ditto.
1324
1325 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1326
1327         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1328         * wl-vars.el (wl-smtp-connection-type): Ditto.
1329
1330 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1331
1332         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1333         for the separator line and quote mail-header-separator.
1334
1335 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1336
1337         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1338         result message.
1339
1340         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1341         `elmo-multiple-fields-body-list' with boundary as
1342         mail-header-separator.
1343
1344 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1345
1346         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1347
1348 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1349
1350         * wl-util.el (wl-list-diff): Remove unused function.
1351
1352         * wl-draft.el (wl-draft-send-confirm): Discard input before
1353         confirmation.
1354
1355 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1356
1357         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1358         order of flag and new.
1359
1360 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1361
1362         * wl-vars.el (wl-refile-policy-alist): Abolished.
1363
1364         * wl-action.el (wl-summary-set-action-refile): Follow the change
1365         above.
1366
1367 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1368
1369         * wl-highlight.el (wl-highlight-signature-search): Don't use
1370         re-search-backward for a long word since it is possible to crash
1371         XEmacs because of a bug.
1372
1373 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1374
1375         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1376
1377 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1378
1379         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1380         argument for wl-summary-sync-force-update.
1381
1382 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1383
1384         * wl-summary.el (wl-summary-mode-map): Revival of
1385         wl-summary-mark-as-important related bindings;
1386         Bind 'F','tF','mF','rF','m&'.
1387         (wl-summary-mark-as-important-region): Revival.
1388         (wl-summary-target-mark-mark-as-important): Ditto.
1389         (wl-summary-target-mark-operation): New function.
1390         (wl-summary-target-mark-mark-as-answered): Use it.
1391         (wl-summary-decide-flag): Don't set Important as default.
1392         (wl-summary-mark-as-important-internal): Revival.
1393         (wl-summary-mark-as-important): Ditto.
1394
1395         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1396
1397         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1398         instead of facep.
1399
1400 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1401
1402         * wl-dnd.el (wl-dnd-drop-func): Fix.
1403
1404         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1405         mouse-set-point instead of posn-point.
1406
1407         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1408
1409         * wl-mule.el (wl-completing-read-multiple): Ditto.
1410
1411 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1412
1413         * wl-demo.el (face-background-name): Defalias to avoid compile
1414         warning.
1415
1416 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1417
1418         * wl-summary.el (wl-summary-decide-flag): Use
1419         wl-completing-read-multiple instead of completing-read-multiple.
1420
1421         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1422         New alias.
1423
1424         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1425         Use face-background-name instead of face-background.
1426
1427         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1428
1429         * wl-summary.el (wl-summary-save): Use it.
1430         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1431
1432         * wl-mime.el (wl-mime-save-content): Fix last change.
1433
1434 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1435
1436         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1437         New function.
1438         (wl-summary-sort-specs): Added sort.
1439         * wl-mime.el (wl-mime-save-content): Expand file name.
1440
1441 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1442
1443         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1444
1445         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1446
1447 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1448
1449         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1450         for flag if it is not defined.
1451
1452 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1453
1454         * wl-e21.el (wl-highlight-folder-current-line): Use
1455         elmo-folder-type-internal when elmo-folder-type returns nil.
1456
1457         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1458
1459         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1460
1461         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1462
1463         * wl-e21.el (wl-summary-toolbar): Ditto.
1464
1465         * wl-vars.el (wl-demo-background-color): Abolished.
1466         (wl-summary-persistent-mark-priority-list): Renamed from
1467         wl-summary-flag-priority-list.
1468         (wl-summary-flag-alist): New user option.
1469         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1470         (wl-message-mode-line-format-spec-alist): Added 'F'.
1471         (wl-message-mode-line-format): Likewise.
1472         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1473         instead of wl-summary-important-mark.
1474         (wl-file-folder-icon): New variable.
1475
1476         * wl-thread.el (wl-thread-set-flags): Renamed from
1477         wl-thread-mark-as-important.
1478
1479         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1480         warning.
1481         (wl-summary-mode-menu-spec): Follow the change of 
1482         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1483         (wl-summary-mode-map): Follow the change of
1484         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1485         (wl-summary-detect-mark-position): Follow the variable name change.
1486         (wl-summary-set-flags-region): New function for the replacement of
1487         wl-summary-mark-as-important-region.
1488         (wl-summary-sync-marks): Sync all global-flags.
1489         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1490         instead of elmo-message-flagged-p.
1491         (wl-summary-persistent-mark-string): Follow the variable name change;
1492         Put wl-summary-flag-mark if the message has global-flag.
1493         (wl-summary-target-mark-set-flags): Renamed from 
1494         wl-summary-target-mark-mark-as-important.
1495         (wl-summary-decide-flag): New function.
1496         (wl-summary-set-flags-internal): Renamed from
1497         wl-summary-mark-as-important-internal.
1498         (wl-summary-add-flags-internal): New function.
1499         (wl-summary-remove-flags-internal): Ditto.
1500         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1501         (wl-summary-mark-as-unimportant): Abolish.
1502         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1503         (wl-summary-next-message): List flagged messages in the msgdb.
1504
1505         * wl-score.el (wl-summary-score-update-all-lines): Use
1506         wl-summary-add-flags-internal instead of 
1507
1508         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1509
1510         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1511         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1512         (wl-message-buffer-require-all-header): Renamed from
1513         wl-message-buffer-all-header-flag (Ditto).
1514         (wl-message-buffer-flag-indicator): New variable.
1515         (wl-message-redisplay): Changed local varibale name from `flag' to
1516         `display-type'; Set up wl-message-buffer-flag-indicator.
1517         (wl-message-buffer-display): Changed varibale name from `flag' to
1518         `display-type'.
1519         (wl-message-display-internal): Likewise.
1520
1521         * wl-highlight.el (wl-highlight-demo-face): Define default background
1522         color.
1523         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1524
1525         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1526
1527         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1528         (wl-demo-setup-properties): Renamed from
1529         `wl-demo-set-background-color'.
1530         (wl-demo): Follow the change above.
1531         
1532         * Version number is increased to 2.11.24.
1533
1534 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1535
1536         * wl-summary.el (wl-summary-toggle-thread): Call
1537         `wl-summary-rescan' with disable-thread as non-nil.
1538         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1539
1540 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1541
1542         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1543         foreground property of the face.
1544         (wl-demo-insert-text): Don't set up face property here.
1545         (wl-demo): Call wl-demo-set-background-color, anyway.
1546
1547 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1548
1549         * wl-vars.el (wl-demo-background-color): The value can be nil.
1550
1551 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1552
1553         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1554         to wl-summary-wheel-dispatcher.
1555
1556         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1557         wl-message-wheel-dispatcher.
1558         (wl-message-wheel-dispatcher): New function.
1559         (wl-summary-wheel-dispatcher): Ditto.
1560
1561 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1562
1563         * wl-action.el (wl-summary-target-mark-all): List messages which are
1564         not in the killed-list.
1565
1566         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1567         only when the folder is 'flag/important.
1568
1569         * wl-address.el (wl-complete-field-body): Complete if the last
1570         character is a space.
1571
1572 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1573
1574         * wl-folder.el (wl-folder-clear-entity-info): Use
1575         elmo-clear-hash-val.
1576
1577         * wl-fldmgr.el (wl-fldmgr-rename): Set
1578         wl-folder-info-alist-modified as t.
1579
1580 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1581
1582         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1583
1584 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1585
1586         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1587         (wl-folder-buffer-last-visited-entity-id): New buffer local
1588         variable.
1589         (wl-folder-revisit-last-visited-folder): New function.
1590         (wl-folder-mode-map): Bind it to "C-i".
1591         (wl-folder-set-current-entity-id): Set last visited folder.
1592         * wl-summary.el (wl-summary-exit): Ditto.
1593
1594 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1595
1596         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1597         before calling `recenter' in order to cope with an XEmacs bug.
1598
1599 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1600
1601         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1602         to the default value.
1603
1604 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1605
1606         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1607         change.
1608         (wl-summary-sync-marks): Ditto.
1609         (wl-summary-mark-as-read-internal): Ditto.
1610         (wl-summary-mark-as-answered-internal): Ditto.
1611         (wl-summary-mark-as-important-internal): Ditto.
1612         (wl-summary-reply): Ditto.
1613
1614         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1615         instead of `elmo-folder-unflag-answered'.
1616
1617         * Version number is increased to 2.11.23.
1618
1619         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1620         the last change.
1621
1622 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1623
1624         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1625         Specify "spam" or "good".
1626
1627 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1628
1629         * wl-spam.el (wl-summary-exec-action-spam): Call
1630         wl-folder-confirm-existence for spam folder.
1631         (wl-spam-setup): Bind "mk".
1632
1633 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1634
1635         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1636
1637 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1638
1639         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1640         destination folder is empty.
1641
1642 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1643
1644         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1645         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1646
1647         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1648         (wl-summary-refile-prev-destination-region): New function.
1649         (wl-thread-refile-prev-destination): Ditto.
1650         (wl-summary-target-mark-refile-prev-destination): Ditto.
1651
1652 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1653
1654         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1655         (wl-demo-background-color): Changed default value.
1656
1657         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1658         color.
1659
1660         * wl-demo.el (wl-demo-set-background-color): New function.
1661         (wl-demo): Call it.
1662
1663 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1664
1665         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1666         * wl-address.el (wl-address-add-or-change): Don't add empty
1667         address.
1668
1669 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1670
1671         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1672
1673 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1674
1675         * wl-vars.el (wl-demo-image-filter-alist): New variable
1676         (wl-demo-background-color): Ditto.
1677
1678         * wl-demo.el (wl-demo-xpm-set-background): New function.
1679         (wl-demo-image-filter): Ditto.
1680         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1681
1682         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1683
1684         * wl-demo.el (wl-demo-icon-name): Define as function.
1685         (wl-demo-insert-image): Use it.
1686
1687 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1688
1689         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1690
1691 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1692
1693         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1694
1695 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1696
1697         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1698
1699 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1700
1701         * wl-thread.el (wl-thread-mark-as-answered): New function.
1702
1703         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1704         answered" entry.
1705         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1706         "r&" and wl-thread-mark-as-answered to "t&".
1707         (wl-summary-mark-as-important-region): Refine to toggle mark.
1708         (wl-summary-mark-as-answered-region): New function.
1709         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1710         and 3rd argument.
1711         (wl-summary-mark-as-important-internal): Likewise.
1712
1713 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1714
1715         * wl-template.el (wl-template-preview): New internal variable.
1716         (wl-template-preview-p): New function.
1717         (wl-template-show): Bind `wl-template-preview' as t.
1718
1719 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1720
1721         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1722         `elmo-message-entity-field' with 3rd argument which is non-nil.
1723
1724 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1725
1726         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1727         Removed duplicate local bind `folder'.
1728
1729 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1730
1731         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1732
1733 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1734
1735         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1736         duplicate definition.
1737
1738 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1739
1740         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1741         non-nil, use it; Don't fetch message if there's no message in the
1742         current cursor position.
1743
1744 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1745
1746         * wl-util.el (wl-region-exists-p): Use region-active-p.
1747         (wl-deactivate-region): New function.
1748         * wl-message.el (wl-message-redisplay): Deactivate region.
1749
1750         * wl-summary.el (wl-summary-reply): Call
1751         `wl-summary-set-message-buffer-or-redisplay' instead of
1752         `wl-summary-redisplay-internal', don't move point.
1753
1754 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1755
1756         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1757         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1758         by regexp.
1759
1760 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1761
1762         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1763         if no need.
1764
1765 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1766
1767         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1768         default value to nil.
1769         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1770         `wl-summary-prepare-hook'; Replace refile action to
1771         `wl-summary-exec-action-refile-with-register'.
1772
1773         * Version number is increased to 2.11.22.
1774
1775 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1776
1777         * wl-summary.el (wl-summary-detect-mark-position): Set
1778         `wl-summary-buffer-weekday-name-lang'.
1779
1780 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1781
1782         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1783         (wl-summary-mark-as-read-all): Ditto.
1784         (wl-summary-delete-messages-on-buffer): Ditto.
1785         (wl-summary-sync-update): Ditto.
1786         (wl-summary-mark-as-read-internal): Ditto.
1787         (wl-summary-mark-as-answered-internal): Ditto.
1788         (wl-summary-update-folder-info): Abolished.
1789
1790 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1791
1792         * wl-summary.el (wl-summary-mark-as-read-all): Use
1793         `wl-summary-update-folder-info' instead of
1794         `wl-folder-update-unread'.
1795
1796 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1797
1798         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1799         `wl-summary-folder-info-update'.
1800         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1801         instead of `wl-summary-folder-info-update'.
1802         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1803         `wl-folder-set-folder-updated'.
1804         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1805         instead of `wl-folder-update-unread'.
1806         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1807         the value of `wl-summary-buffer-unread-count' for the second parameter of
1808         `wl-folder-update-unread'.
1809
1810         * Version number is increased to 2.11.21.
1811
1812 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1813
1814         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1815         a local variable.
1816
1817 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1818
1819         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1820         interactively.
1821
1822         * wl-summary.el (wl-summary-mark-as-important-internal): New
1823         internal function.
1824         (wl-summary-mark-as-important): Use it.
1825         (wl-summary-mark-as-unimportant): New function.
1826         (wl-summary-sync-marks): Follow the API change.
1827
1828         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1829
1830         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1831
1832 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1833
1834         * wl-folder.el (wl-folder-update-unread): Re-indent.
1835         Narrow the scope of a local variable.
1836
1837 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1838
1839         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1840         (wl-addrmgr-merge-entries): Ditto.
1841         (wl-addrmgr): Added to address entry which exists in draft buffer
1842         if no entry is in original.
1843
1844 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1845
1846         * wl-batch.el: New file.
1847
1848 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1849
1850         * wl-vars.el (wl-use-semi): Remove unused variable.
1851
1852 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1853
1854         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1855         "?".
1856
1857 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1858
1859         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1860         wl-summary-new-mark.
1861         (wl-summary-new-cached-mark): New user option.
1862         (wl-summary-score-marks): Follow the change above.
1863         (wl-summary-auto-refile-skip-marks): Ditto.
1864         (wl-summary-incorporate-marks): Ditto.
1865         (wl-summary-expire-reserve-marks): Ditto.
1866
1867         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1868
1869         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1870         (wl-summary-persistent-mark-string): Distinguished between cached
1871         and uncached mark when the message is new.
1872
1873 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1874
1875         * wl-spam.el (wl-spam-domain): Renamed from
1876         `wl-spam-folder-guess-domain'.
1877         (wl-summary-exec-action-spam): Register as spam if domain of the
1878         source folder is good.
1879         (wl-summary-exec-action-refile-with-register): Register message if
1880         domain of the source folder is not undecided.
1881
1882 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1883
1884         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1885         detect thread loop.
1886
1887 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1888
1889         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1890         and wl-summary-skip-mark-list.
1891
1892 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1893
1894         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1895
1896         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1897
1898         * wl-spam.el (toplevel): Require wl-highlight.
1899         (wl-spam-auto-check-policy-alist): Abolish.
1900         (wl-spam-auto-check-folder-regexp-list): New user option.
1901         (wl-spam-auto-check-marks): Ditto.
1902         (wl-spam-mark-action-list): Ditto.
1903         (wl-highlight-summary-spam-face): New face.
1904         (wl-spam-auto-check-message-p): New function.
1905         (wl-spam-map-spam-messages): Fixed message.
1906         (wl-spam-register-spam-messages): Ditto.
1907         (wl-spam-register-good-messages): Ditto.
1908         (wl-summary-spam-map): Add and remove keybind.
1909         (wl-summary-target-mark-spam): Abolish.
1910         (wl-summary-refile-spam): Ditto.
1911         (wl-summary-test-spam): New function.
1912         (wl-summary-mark-spam): Ditto.
1913         (wl-summary-auto-check-spam): Follow the above change.
1914         (wl-summary-exec-action-spam): New function.
1915         (wl-summary-exec-action-refile-with-register): Fixed message.
1916         (wl-message-check-spam): New function.
1917         (wl-spam-setup): Ditto.
1918         (toplevel): Call it if this file is loaded interactivity.
1919
1920         * Version number is increased to 2.11.20.
1921
1922 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1923
1924         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1925         when new optional argument `force' is non nil or modified.
1926
1927 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1928
1929         * wl.el (toplevel): Require wl-spam when compile.
1930         (wl-save-status): Call wl-spam-save-status.
1931
1932         * wl-spam.el (wl-spam-register-spam-messages): New function.
1933         (wl-spam-register-good-messages): Ditto.
1934         (wl-spam-save-status): Ditto.
1935         (wl-summary-mode-map): Bind
1936         wl-summary-target-mark-register-as-spam to "ms" and
1937         wl-summary-target-mark-register-as-good to "mn".
1938         (wl-summary-register-as-spam): Abolish optional argument; Use
1939         wl-spam-register-spam-messages.
1940         (wl-summary-register-as-spam-all): Use
1941         wl-spam-register-spam-messages.
1942         (wl-summary-register-as-good): Abolish optional argument; Use
1943         wl-spam-register-good-messages.
1944         (wl-summary-register-as-good-all): Use
1945         wl-spam-register-good-messages.
1946         (wl-summary-target-mark-register-as-spam): New funtion.
1947         (wl-summary-target-mark-register-as-good): Ditto.
1948
1949 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1950
1951         * wl-spam.el: New file.
1952
1953 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1954
1955         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1956
1957         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1958         (wl-summary-auto-refile): Call wl-refile-guess with
1959         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1960
1961 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1962
1963         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1964         with disable-thread argument non-nil.
1965
1966 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1967
1968         * wl-summary.el (wl-summary-rescan): Added optional argument
1969         disable-thread.
1970         (wl-summary-sync): Call wl-summary-rescan with argument
1971         disable-thread.
1972         (wl-summary-input-range): Added new range `rescan-thread'.
1973
1974 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1975
1976         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1977
1978 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1979
1980         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1981         internal variable.
1982         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1983         wl-summary-search-parent-by-subject-regexp and
1984         wl-summary-divide-thread-when-subject-changed as nil.
1985         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1986         (wl-summary-insert-thread): Search parent entity from
1987         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1988         thread loop.
1989
1990 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1991
1992         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1993
1994         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1995
1996         * wl-util.el (wl-require-update-all-folder-p): New function.
1997         (wl-get-assoc-list-value): Added `function' to match directive.
1998         (wl-collect-draft): Rewrite.
1999
2000         * wl-summary.el (wl-summary-sync-update): Clear faces
2001         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2002         are non-nil.
2003         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2004         argument as function.
2005         (wl-summary-input-range): Ditto.
2006
2007         * wl-folder.el (wl-draft-get-folder): New function.
2008         (wl-folder-get-elmo-folder): Consider draft folder.
2009
2010         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2011         (wl-draft-buffer-message-number): New buffer local variable.
2012         (wl-draft-folder-internal): New internal variable.
2013         (wl-draft-delete): Rewrite.
2014         (wl-draft-save): Ditto.
2015         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2016         wl-folder-get-elmo-folder.
2017         (wl-draft-config-info-operation): Ditto.
2018         (wl-jump-to-draft-folder): Ditto.
2019         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2020         (wl-draft-reedit): Rewrite.
2021
2022         * Version number is increased to 2.11.19.
2023         
2024 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2025
2026         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2027         variable.
2028
2029 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2030
2031         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2032         Use ignore-errors instead of unwind-protect.
2033
2034 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2035
2036         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2037         for updating `wl-thread-entity-list'.
2038
2039 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2040
2041         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2042         parameter from calling `wl-thread-entity-get-older-brothers' and
2043         `wl-thread-entity-get-younger-brothers'.
2044         Replace nested `append' with a single one.
2045
2046 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2047
2048         * wl-summary.el (wl-summary-mode): Don't use the return value of
2049         `make-local-hook'.
2050
2051 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2052
2053         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2054         instead of `let*'.
2055         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2056         of local variables.
2057
2058 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2059
2060         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2061         Renamed from wl-summary-window-scroll-functions.
2062         (wl-summary-window-scroll-functions): Don't set to variable.
2063         (wl-summary-display-top): Use run-hooks.
2064         (wl-summary-display-bottom): Ditto.
2065         (wl-summary-toggle-disp-msg): Ditto.
2066         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2067         Use it instead of wl-summary-window-scroll-functions.
2068         (wl-summary-goto-folder-subr): Don't call
2069         wl-summary-window-scroll-functions, use
2070         wl-summary-buffer-window-scroll-functions instead.
2071
2072 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2073
2074         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2075         make-local-variable.
2076
2077 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2078
2079         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2080         set-buffer-modified-p.
2081         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2082         (wl-summary-display-bottom): Ditto.
2083         (wl-summary-toggle-disp-msg): Ditto.
2084
2085 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2086
2087         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2088
2089         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2090         (wl-summary-forward): Use elmo-message-entity-field instead of
2091         elmo-message-field.
2092
2093         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2094
2095 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2096
2097         * wl-summary.el (wl-summary-window-scroll-functions): No use
2098         `append'.
2099
2100 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2101
2102         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2103         function.
2104         (wl-summary-window-scroll-functions): Call it when both
2105         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2106         (wl-summary-temp-mark): Added optional argument number.
2107         (wl-summary-message-mark): Added optional argument flag.
2108         (wl-summary-persistent-mark): Added optional argument number and flag.
2109         (wl-summary-update-persistent-mark): Ditto.
2110         (wl-summary-update-status-marks): Set "r" for interactive spec.
2111
2112         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2113         argument number and flag.
2114
2115         * wl-action.el (wl-summary-registered-temp-mark): 
2116         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2117
2118 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2119
2120         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2121         internal variable (buffer local).
2122         (wl-summary-window-scroll-functions): New function.
2123         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2124         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2125         as nil.
2126         (wl-summary-update-status-marks): Added arguments beg, end and
2127         check.
2128         (wl-summary-update-mark-window): Use function.
2129         (wl-summary-sync-update): Follow the change above.
2130         (wl-summary-switch-to-clone-buffer): Copy
2131         wl-summary-buffer-unsync-mark-number-list.
2132         (wl-summary-goto-folder-subr): Set
2133         wl-summary-buffer-unsync-mark-number-list and
2134         use wl-summary-window-scroll-functions instead of
2135         wl-summary-lazy-highlight.
2136
2137         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2138
2139 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2140
2141         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2142
2143         * wl-summary.el (wl-summary-update-persistent-mark): Call
2144         wl-summary-set-message-modified.
2145
2146         * wl-summary.el (wl-summary-sync-update): Don't call
2147         wl-summary-update-status-marks.
2148
2149         * Version number is increased to 2.11.18.
2150
2151 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2152
2153         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2154         (wl-message-next-page): Ditto.
2155
2156 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2157
2158         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2159         local variable.  Change the order of a collected list into the
2160         same as the specified range.  Remove nil from a collected list.
2161
2162 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2163
2164         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2165         argument for elmo-folder-list-messages.
2166
2167 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2168
2169         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2170         change (wl-summary-count-unreads return a list instead of a cons
2171         cell).
2172
2173 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2174
2175         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2176         `wl-summary-folder-info-update'.
2177
2178 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2179
2180         * wl-summary.el (wl-summary-set-message-modified): No use
2181         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2182         (wl-summary-set-mark-modified): Abolish.
2183         (wl-summary-mark-modified-p): Ditto.
2184         (wl-summary-save-view): Follow the change above.
2185
2186         * wl-expire.el (wl-summary-expire): Likewise.
2187
2188 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2189
2190         * wl-summary.el (wl-summary-detect-mark-position): Use
2191         modb-entity-handler.
2192         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2193
2194         * Version number is increased to 2.11.17.
2195
2196 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2197
2198         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2199         entity field value.
2200         (wl-summary-prefetch-msg): Ditto.
2201         (wl-summary-print-message-with-ps-print): Ditto.
2202
2203 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2204
2205         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2206         for dummy entity.
2207         (wl-summary-insert-thread): Use elmo-message-entity-field.
2208         (wl-summary-update-thread): Use elmo-message-entity-field and
2209         elmo-message-entity-number.
2210         (wl-summary-line-number):  Use elmo-message-entity-number.
2211         (wl-summary-line-size): Use elmo-message-entity-field.
2212         (wl-summary-line-subject): Ditto.
2213         (wl-summary-line-from): Ditto.
2214         (wl-summary-line-attached): Ditto.
2215         (wl-summary-create-line): Ditto.
2216         (wl-summary-create-line): Use elmo-message-entity-number.
2217         (wl-summary-print-message-with-ps-print): Use
2218         elmo-message-entity-field.
2219
2220 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2221
2222         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2223         change in elmo-msgdb-make-message-entity.
2224         (wl-summary-buffer-set-folder): Don't call
2225         wl-summary-detect-mark-position here.
2226         (wl-summary-rescan): Call elmo-message-entity-number.
2227         (wl-summary-sync-update): Ditto.
2228         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2229
2230         * wl-score.el (wl-score-header-index): Redefine 2th element.
2231         (wl-score-overview-entity-get-extra): Abolish.
2232         (wl-score-ov-entity-get): Rewrite.
2233         (wl-score-string-index<, wl-score-string-func<): Abolish.
2234         (wl-score-string<): New function.
2235         (wl-score-string-sort): Use it.
2236
2237         * wl-refile.el (wl-refile-guess-by-history): Use
2238         elmo-message-entity-field.
2239         (wl-refile-guess-by-from): Ditto.
2240         (wl-refile-guess-by-msgid): Ditto.
2241
2242         * Version number is increased to 2.11.16.
2243
2244 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2245
2246         * wl-folder.el (wl-folder-confirm-existence): Don't call
2247         file-exists-p if msgdb-path is nil.
2248         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2249         `wl-read-folder-hist' to `wl-read-folder-history'.
2250
2251 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2252
2253         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2254         `y-or-n-p'.
2255
2256 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2257
2258         * wl-score.el (wl-score-headers): Don't use
2259         elmo-folder-do-each-message-entity.
2260
2261         * Version number is increased to 2.11.15.
2262
2263 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2264
2265         * wl-summary.el (wl-summary-delete-all-msgs): Use
2266         elmo-folder-move-messages instead of elmo-folder-delete-messages
2267         and elmo-folder-detach-messages.
2268         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2269
2270         * wl-expire.el (wl-expire-delete): Ditto.
2271         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2272
2273 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2274
2275         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2276         (wl-message-header-narrowing-fields): Ditto.
2277         (wl-message-header-narrowing-lines): Ditto.
2278         (wl-message-header-narrowing-string): Ditto.
2279
2280         * wl-summary.el (wl-summary-mode-map): Bind
2281         wl-summary-toggle-header-narrowing to "C-cC-f".
2282         (wl-summary-toggle-header-narrowing): New function.
2283
2284         * wl-message.el (wl-message-buffer-create): Call
2285         wl-message-header-narrowing-setup.
2286         (wl-message-redisplay): Call wl-message-header-narrowing.
2287         (wl-message-header-narrowing): New function.
2288         (wl-message-header-narrowing-map): New keymap.
2289         (wl-message-header-narrowing-widen-map): New keymap.
2290         (wl-message-header-narrowing-again-at-mouse): New function.
2291         (wl-message-header-narrowing-1): Ditto.
2292         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2293         (wl-message-header-narrowing-setup): Ditto.
2294         (wl-message-header-narrowing-toggle): Ditto.
2295         
2296         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2297
2298         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2299         'flag as all.
2300         (wl-use-flag-folder-help-echo): New user option.
2301
2302         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2303         wl-summary-highlight as nil.
2304         (wl-summary-set-mark-modified): Follow the API change.
2305         (wl-summary-mark-modified-p): Ditto.
2306         (wl-summary-mark-as-read-all): Ditto.
2307         (wl-summary-sync-marks): Don't call
2308         elmo-folder-list-messages-with-global-mark.
2309         (wl-summary-mark-as-read-internal): Follow the API change.
2310         (wl-summary-mark-as-answered-internal): Ditto.
2311         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2312         Follow the API change.
2313         (wl-summary-create-line): Call with number argument.
2314         (wl-summary-reply): Follow the API change.
2315
2316         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2317         function.
2318         (wl-highlight-summary-line-string): Call it when
2319         wl-use-flag-folder-help-echo is non-nil.
2320         (wl-highlight-summary-current-line): Ditto.
2321         (elmo-flag-folder-referrer): Added autoload setting.
2322
2323         * wl-draft.el (wl-draft-kill): Follow the API change.
2324
2325         * Version number is increased to 2.11.14.
2326         
2327 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2328
2329         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2330
2331 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2332
2333         * Version number is increased to 2.11.13.
2334
2335 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2336
2337         * wl-draft.el (wl-draft-previous-history-element): Fixed
2338         unbalanced parenthesis and bind unbound local variables.
2339
2340 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2341
2342         * wl-draft.el (wl-draft-previous-history-element): New function.
2343         (wl-draft-next-history-element): Ditto.
2344         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2345         them to M-p and M-n.
2346
2347 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2348
2349         * Version number is increased to 2.11.12.
2350
2351 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2352
2353         * wl-draft.el (wl-draft-hide): Select buffer-window.
2354
2355 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2356
2357         * wl-summary.el (wl-summary-narrow-to-region): New function.
2358         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2359         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2360         (wl-summary-save-region): Use it.
2361         * wl-action.el (wl-summary-collect-numbers-region)
2362         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2363
2364 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2365
2366         * wl-folder.el (wl-folder-count-incorporates): Don't use
2367         `elmo-msgdb-mark-load'
2368
2369         * Version number is increased to 2.11.11.
2370
2371 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2372
2373         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2374         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2375
2376 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2377
2378         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2379
2380 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2381
2382         * Version number is increased to 2.11.10.
2383
2384 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2385
2386         * wl-mime.el (wl-draft-attribute-value): Fixed.
2387
2388 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2389
2390         * wl-util.el (wl-copy-local-variables): New function.
2391
2392         * wl-mime.el (wl-draft-attribute-recipients): New function.
2393         (wl-draft-attribute-envelope-from): Ditto.
2394         (wl-draft-attribute-smtp-posting-server): Ditto.
2395         (wl-draft-attribute-smtp-posting-port): Ditto.
2396         (wl-draft-attribute-value): Ditto.
2397         (wl-draft-preview-message): Use it to get value for
2398         attributes. Reflect result of `wl-draft-config'.
2399
2400         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2401         and call `wl-summary-mark-as-read' before to call
2402         `wl-summary-unset-mark'.
2403         (wl-summary-target-mark-mark-as-unread): Likewise.
2404         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2405
2406 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2407
2408         * wl-mime.el (wl-draft-preview-message): Use actual value for
2409         attributes; Fix for small window.
2410
2411 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2412
2413         * wl-refile.el (wl-refile-get-field-value): Call
2414         `elmo-message-entity-field' with 3rd argument is non-nil.
2415
2416 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2417
2418         * wl-vars.el (wl-draft-preview-attributes): New user option.
2419         (wl-draft-preview-attributes-list): Ditto.
2420         (wl-draft-preview-attributes-buffer-lines): Ditto.
2421         (wl-draft-preview-attributes-buffer-name): Ditto.
2422
2423         * wl-mime.el (wl-draft-preview-message): Display attributes.
2424
2425 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2426
2427         * wl-summary.el (wl-summary-detect-mark-position): Bind
2428         wl-summary-flag-priority-list to '(new).
2429
2430 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2431
2432         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2433         funtion.
2434         (wl-highlight-summary-line-string): Use it.
2435         (wl-highlight-summary-current-line): Ditto.
2436
2437 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2438
2439         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2440         line even when the mark string is not changed.
2441
2442         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2443         argument change in the wl-summary-create-line.
2444         (wl-thread-insert-entity-sub): Ditto.
2445
2446         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2447         argument change in the wl-summary-create-line.
2448         (wl-summary-insert-sequential): Ditto.
2449         (wl-summary-update-thread): Ditto.
2450         (wl-summary-persistent-mark-string): New inline function.
2451         (wl-summary-message-mark): Use it.
2452         (wl-summary-create-line): Abolish argument wl-persistent-mark
2453         and added wl-flags, wl-cached.
2454
2455         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2456         mark to flags.
2457         (wl-highlight-summary-current-line): Decide the face not by the 
2458         persistent mark but flags.
2459
2460 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2461
2462         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2463         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2464         wl-summary-read-uncached-mark): Revive.
2465         (wl-summary-answered-cached-mark,
2466         wl-summary-answered-uncached-mark): New user option.
2467         (wl-summary-score-marks): Follow the change above.
2468         (wl-summary-auto-refile-skip-marks): Ditto.
2469         (wl-summary-incorporate-marks): Ditto.
2470         (wl-summary-expire-reserve-marks): Ditto.
2471         (wl-summary-flag-priority-list): New user option.
2472
2473         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2474         changes.
2475         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2476         of elmo-message-mark.
2477         (wl-summary-mark-as-read-internal): Ditto.
2478         (wl-summary-mark-as-answered): Ditto.
2479         (wl-summary-mark-as-important): Ditto.
2480         (wl-summary-redisplay-internal): Ditto.
2481         (wl-summary-redisplay-no-mime-internal): Ditto.
2482         (wl-summary-message-mark): New function.
2483         (wl-summary-insert-sequential): Use wl-summary-message-mark
2484         instead of elmo-message-mark.
2485         (wl-summary-update-thread): Ditto.
2486         (wl-summary-persistent-mark): Ditto.
2487         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2488         instead of elmo-message-mark.
2489
2490         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2491         wl-summary-message-mark instead of elmo-message-mark.
2492         (wl-thread-insert-entity-sub): Ditto.
2493         (wl-thread-get-children-msgs-uncached): Ditto.
2494
2495         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2496         variable name changes.
2497         (wl-highlight-summary-current-line): Ditto.
2498
2499         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2500         wl-summary-message-mark instead of elmo-message-mark.
2501
2502         * wl-expire.el (wl-expire-message-p): Ditto.
2503
2504         * wl-score.el (wl-score-headers): Ditto.
2505
2506         * Version number is increased to 2.11.9.
2507
2508         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2509         (wl-summary-sync-update): Follow the change above.
2510         (wl-summary-switch-to-clone-buffer): Ditto.
2511         (wl-summary-open-folder): Ditto.
2512
2513 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2514
2515         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2516         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2517
2518         * Version number is increased to 2.11.8.
2519
2520         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2521
2522         * wl-expire.el (wl-expire-refile): Follow the API change on
2523         `elmo-folder-move-messages'.
2524         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2525
2526         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2527         (wl-summary-exec-action-refile): Ditto.
2528         (wl-summary-exec-action-copy): Ditto.
2529         (wl-summary-no-auto-refile-message-p): No use
2530         `wl-summary-buffer-msgdb'.
2531         (wl-summary-auto-refile): Ditto.
2532
2533 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2534
2535         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2536
2537 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2538
2539         * wl-summary.el (wl-summary-sync): Treat no-sync.
2540
2541         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2542         (wl-default-sync-range): Ditto.
2543
2544 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2545
2546         * wl-refile.el (wl-refile-subject-learn): Call
2547         `elmo-message-entity-field' with 3rd argument is non-nil.
2548         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2549         instead of `elmo-msgdb-overview-entity-get-subject'.
2550
2551 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2552
2553         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2554         scan-type is rescan.
2555         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2556         new optional argument force is non-nil.
2557         (wl-summary-save-view-cache): Call it with force argument non-nil.
2558
2559         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2560
2561 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2562
2563         * wl-action.el (wl-summary-print-argument): Fixed last change.
2564
2565 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2566
2567         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2568         simplified.
2569         (wl-summary-target-mark-mark-as-unread): Likewise.
2570         (wl-summary-target-mark-mark-as-important): Likewise.
2571
2572 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2573
2574         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2575         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2576         (wl-summary-mark-as-important-region): Change accordingly.
2577         (wl-summary-target-mark-mark-as-important): Ditto.
2578
2579 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2580
2581         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2582
2583         * wl-action.el (wl-summary-print-argument): Print argument to
2584         right side of window if `wl-summary-print-argument-within-window'
2585         is non-nil.
2586
2587 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2588
2589         * wl-action.el (wl-summary-set-mark): Use
2590         `wl-summary-message-visible-p' to check visibility of the message
2591         and jump to message only when the message line is visible and have
2592         different number; Call wl-summary-unset-mark with number argument.
2593         (wl-summary-unset-mark): 
2594         Use `wl-summary-message-visible-p'
2595         to check visibility of the message and jump to message only when
2596         the message line is visible and have different number;
2597
2598 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2599
2600         * Version number is increased to 2.11.7.
2601
2602         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2603         and wl-folder-summary-line-format.
2604
2605         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2606         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2607         (wl-summary-set-score-mark): Use it.
2608         (wl-summary-target-mark-mark-as-read): Ditto.
2609         (wl-summary-target-mark-mark-as-unread): Ditto.
2610         (wl-summary-target-mark-mark-as-important): Ditto.
2611         (wl-summary-target-mark-msgs): Simplified.
2612         (wl-summary-detect-mark-position): Fixed problem when
2613         summary-line-format no contain persisten/temp mark spec.
2614         (wl-summary-temp-mark): Ditto.
2615         (wl-summary-persistent-mark): Ditto.
2616         (wl-summary-update-persistent-mark): Ditto.
2617
2618         * wl-action.el (wl-summary-set-mark): Ditto.
2619         (wl-summary-unset-mark): Ditto.
2620         All other related portions are changed.
2621
2622 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2623
2624         * Version number is increased to 2.11.6.
2625
2626 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2627
2628         * wl-util.el (wl-current-message-buffer): Define as function;
2629         Don't use the value of wl-messge-buffer.
2630
2631         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2632         persistent mark.
2633
2634         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2635         no current message, cause an error.
2636
2637 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2638
2639         * wl-summary.el (wl-summary-set-message-modified): Use
2640         elmo-folder-set-message-modified instead of
2641         elmo-folder-set-message-modified-internal.
2642
2643 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2644
2645         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2646         interactively.
2647         (wl-summary-sync): nokill->entirely.
2648         (wl-summary-sync-marks): Fixed message.
2649         (wl-summary-input-range): Added mark, nokill->entirely.
2650
2651         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2652         messages as read.
2653
2654 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2655
2656         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2657         update-noscore.
2658         (wl-summary-sync): Follow the change above.
2659
2660 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2661
2662         * wl-action.el (wl-summary-target-mark-all): Use
2663         elmo-folder-list-messages.
2664
2665 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2666
2667         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2668         (wl-summary-rescan): Set wl-summary-scored as nil.
2669         (wl-summary-sync-force-update): Follow the change above.
2670         (wl-summary-sync): Ditto.
2671         (wl-summary-sync-update): Added argument disable-killed.
2672         (wl-summary-insert-headers): Set visible-only argument for
2673         elmo-folder-list-messages.
2674         (wl-summary-input-range): Added update-nokill, update-noscore,
2675         all-nokill, all-noscore and mark.
2676
2677         * Version number is increased to 2.11.5.
2678
2679         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2680
2681 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2682
2683         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2684         (wl-summary-prefetch-region-no-mark): Change accordingly.
2685         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2686
2687 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2688
2689         * wl-address.el (wl-complete-field-to): Abolished.
2690         (wl-complete-address): Completion function for completing-read.
2691         * wl-action.el (wl-summary-get-resend-address): Use it.
2692
2693         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2694         wl-summary-update-mark and abolish unused argument.
2695         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2696         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2697         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2698         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2699         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2700         * wl-draft.el (wl-draft-kill): Ditto.
2701
2702         * wl-summary.el: Remove unused binding of case-fold-search.
2703         (wl-summary-replace-status-marks): Abolished.
2704
2705 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2706
2707         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2708         is specified or folder length is zero.
2709
2710 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2711
2712         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2713         (wl-folder-archive-current-entity): Ditto.
2714
2715 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2716
2717         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2718         retrieving message mark.
2719         (wl-summary-redisplay-internal): Ditto.
2720
2721         * wl-message.el (wl-message-buffer-display): Ignore errors while
2722         retrieving message-id field.
2723
2724         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2725         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2726         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2727         order of the arguments for `wl-expire-message-p'.
2728         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2729
2730         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2731         Check return value of wl-summary-reply.
2732         (wl-summary-reply): Recover window configuration when an error occured.
2733
2734 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2735
2736         * wl-summary.el (wl-summary-resend-message): Abolished, the
2737         feature is inherited by wl-summary-resend (put resend mark).
2738
2739 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2740
2741         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2742         wl-message-buffer to nil when the message is hide.
2743
2744 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2745
2746         * .cvsignore: New file.
2747
2748 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2749
2750         * wl-action.el (wl-summary-action-docstring): Add more info.
2751         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2752         duplicate definition.
2753         (wl-summary-define-mark-action): Functions wl-summary-*-region
2754         keep current position.
2755         (wl-summary-unregister-target-mark): Store result to the variable.
2756
2757 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2758
2759         * Version number is increased to 2.11.4.
2760
2761 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2762
2763         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2764         wl-summary-delete-all-temp-marks.
2765         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2766
2767         * wl-action.el (wl-summary-set-mark): Changed terminology
2768         refile-destination -> action-argument.
2769         (wl-summary-unset-mark): Ditto.
2770         (wl-summary-remove-argument): Ditto.
2771         (wl-summary-print-argument): Ditto.
2772
2773         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2774         (wl-thread-remove-argument-region): Ditto.
2775         (wl-thread-print-argument-region): Ditto.
2776         (wl-thread-close): Ditto.
2777         (wl-thread-open): Ditto.
2778
2779         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2780         (wl-highlight-refile-destination-face is abolished)
2781         (wl-highlight-action-argument-string): Ditto.
2782         (wl-highlight-summary-current-line): Highlight action argument.
2783
2784         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2785         color for light backgrounds.
2786         (wl-highlight-summary-answered-face): Ditto.
2787
2788 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2789
2790         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2791
2792         * wl-score.el (wl-summary-score-update-all-lines): Use
2793         wl-summary-set-mark.
2794         (wl-summary-score-update-all-lines): Kill expunged messages.
2795
2796         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2797
2798 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2799
2800         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2801         directly.
2802         (wl-score-overview-entity-get-lines): Ditto.
2803         (wl-score-overview-entity-get-xref): Ditto.
2804         (wl-score-get-latest-msgs): Ditto.
2805         (wl-summary-rescore): Ditto.
2806
2807         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2808         to "&".
2809         (wl-summary-mark-as-answered-internal): New inline function.
2810         (wl-summary-mark-as-answered): New function.
2811         (wl-summary-mark-as-unanswered): Ditto.
2812         (wl-summary-sync-marks): Modified for answered-mark synching.
2813
2814 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2815
2816         * wl-action.el (wl-summary-set-mark): Fixed last change.
2817
2818 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2819
2820         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2821         behavior of wl-summary-unread-message-hook
2822         (Pointed out by akira yamada <akira@arika.org>).
2823
2824 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2825
2826         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2827         wl-summary-delete.
2828         * wl-xmas.el (wl-summary-toolbar): Ditto.
2829
2830         * wl-action.el (wl-summary-set-mark): Don't override current
2831         temp-mark.
2832
2833         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2834
2835 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2836
2837         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2838         (wl-refile-msgid-learn): Ditto.
2839         (wl-refile-get-field-value): Ditto.
2840
2841         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2842
2843         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2844         (wl-expire-delete-reserved-messages): Renamed from
2845         wl-expire-reserve-marked-msgs-from-list.
2846         (wl-expire-delete): Removed argument `msgdb'.
2847         (wl-expire-refile): Ditto.
2848         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2849         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2850         mark-alist as argument.
2851         (wl-expire-archive-number1): Removed argument `msgdb'.
2852         (wl-expire-archive-number2): Ditto.
2853         (wl-expire-archive-date): Ditto.
2854         (wl-expire-localdir-date): Ditto.
2855         (wl-expire-hide): Ditto.
2856         (wl-archive-number1): Ditto.
2857         (wl-archive-number2): Ditto.
2858         (wl-archive-date): Ditto.
2859         (wl-archive-folder): Ditto.
2860         All other related portions are changed.
2861
2862 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2863
2864         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2865         mean move up and down. (suggested by Takashi Kawachi)
2866
2867 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2868
2869         * wl-acap.el (toplevel): Don't require un-define.
2870
2871 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2872
2873         * wl-thread.el (wl-thread-delete-message): Always update
2874         wl-summary-buffer-number-list.
2875
2876         * wl-action.el (wl-summary-print-destination): 
2877         Do nothing when folder is nil.
2878
2879 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2880
2881         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2882         persistent mark when prefetch is succeeded.
2883
2884 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2885
2886         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2887         instead of elmo-msgdb-delete-msgs.
2888         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2889         (wl-expire-hide): Ditto.
2890
2891         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2892
2893         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2894         elmo-msgdb interface.
2895         (wl-thread-get-exist-children): Likewise.
2896         (wl-thread-insert-message): Likewise.
2897         (wl-thread-msg-mark-as-important): Likewise.
2898         (wl-thread-insert-entity-sub): Likewise.
2899         (wl-thread-get-children-msgs-uncached): Likewise.
2900
2901         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2902         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2903         (wl-summary-sync-update): Likewise.
2904         (wl-summary-auto-select-msg-p): Likewise.
2905         (wl-summary-update-thread): Likewise.
2906         (wl-summary-mark-as-important): Likewise.
2907         (wl-summary-jump-to-msg-internal): Likewise.
2908         (wl-summary-redisplay-internal): Likewise.
2909         (wl-summary-print-message-with-ps-print): Likewise.
2910         (wl-summary-folder-info-update): Likewise.
2911
2912         * wl-folder.el (wl-folder-check-one-entity):
2913         elmo-folder-count-flags instead of wl-summary-count-unread.
2914
2915         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2916
2917         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2918
2919         * wl-summary.el (wl-summary-set-message-modified): 
2920         Call wl-summary-set-mark-modified.
2921         (wl-summary-delete-messages-on-buffer): Call
2922         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2923         (wl-summary-sync-update): Call elmo-folder-length instead of
2924         elmo-folder-messages.
2925         (wl-summary-insert-headers): Don't call
2926         elmo-folder-list-message-entities.
2927
2928 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2929
2930         * wl-action.el (wl-summary-define-mark-action): Call
2931         `wl-summary-set-mark' with argument `data'.
2932         (wl-summary-auto-refile): Fixed order of arguments when call
2933         `wl-summary-refile'.
2934
2935 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2936
2937         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2938
2939         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2940
2941         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2942         (Renamed from wl-highlight-summary-deleted-face).
2943         (wl-highlight-summary-resend-face): New face.
2944
2945         (wl-highlight-summary-deleted-face): Renamed from
2946         wl-highlight-summary-erased-face.
2947
2948         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2949
2950         * wl-action.el (wl-summary-get-resend-address): New function.
2951         (wl-summary-exec-action-resend): Ditto.
2952         (wl-summary-exec-action-resend-subr): Ditto.
2953
2954         * w-thread.el (wl-thread-copy): Removed definition.
2955         (wl-thread-refile): Ditto.
2956         (wl-thread-delete): Ditto.
2957         (wl-thread-target-mark): Ditto.
2958
2959         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2960         (wl-summary-target-mark-set-action): Fixed.
2961         (wl-summary-define-mark-action): Fixed quotation.
2962         (wl-summary-move-mark-list-messages): Display message.
2963         (wl-summary-define-mark-action): Define thread functions.
2964         (wl-summary-exec-action-refile): Changed message.
2965         (wl-summary-exec): Ditto.
2966
2967 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2968         
2969         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2970         '%%'.
2971
2972 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2973
2974         * wl.el (toplevel): Require wl-action.
2975         (wl-init): Call wl-summary-define-mark-action.
2976
2977         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2978
2979         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2980         wl-summary-delete and wl-summary-erase.
2981         (wl-summary-mode-map): Ditto.
2982
2983         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2984         wl-delete-folder-alist.
2985
2986         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2987         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2988         (toplevel): Moved mark & action related functions to the wl-action.el.
2989
2990         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2991         in wl-summary-mark-action-list.
2992         (wl-highlight-summary-current-line): Ditto.
2993
2994         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2995         empty lines.
2996
2997         * wl-action.el: New file. 
2998
2999 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3000
3001         * wl-summary.el (wl-summary-target-mark-replace): New function.
3002         (wl-summary-target-mark-prefetch): Use it.
3003         (wl-summary-target-mark-delete): Ditto.
3004         (toplevel): Rearranged definition order.
3005         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3006         (wl-summary-target-mark-erase): Rewrite.
3007         (wl-summary-erase-region): New function.
3008         (wl-summary-exec-action-erase): Changed message.
3009         (wl-summary-move-mark-list-messages): New function.
3010         (wl-summary-exec-action-delete): Use it.
3011         (wl-summary-exec-action-erase): Ditto.
3012
3013         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3014         (wl-summary-skip-mark-list): Added "d".
3015
3016         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3017         while searching.
3018
3019         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3020         and define using defcustom;
3021         Define 4th element as a face.
3022         
3023         * wl-summary.el (wl-summary-incorporate): Use 
3024         `wl-summary-prefetch-region-no-mark' instead of
3025         `wl-summary-prefetch-region'.
3026         (wl-summary-prefetch-region-no-mark): Revival of old
3027         `wl-summary-prefetch-region'.
3028         (wl-summary-mark-action-list): Moved to wl-vars.el
3029
3030         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3031         face according to the `wl-summary-mark-action-list'.
3032         (wl-highlight-summary-current-line): Ditto;
3033         Removed destination highlighting.
3034
3035         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3036         (wl-highlight-summary-line-string): Highlight for "i" mark.
3037         (wl-highlight-summary-current-line): Ditto.
3038
3039         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3040         no destination.
3041
3042         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3043         exists, just go ahead.
3044         (wl-summary-prefetch-region): Rewrite.
3045         (wl-summary-prefetch): Ditto.
3046         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3047         (wl-summary-exec-action-prefetch): New function.
3048         (wl-summary-target-mark-prefetch): Rewrite.
3049
3050 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3051
3052         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3053         (wl-highlight-summary-line-string): Added "d" and "D".
3054         (wl-highlight-summary-current-line): Ditto.
3055
3056         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3057         in wl-summary.el.
3058         (wl-thread-insert-entity-sub): Ditto.
3059         (wl-thread-remove-destination-region): Ditto.
3060         (wl-thread-print-destination-region): Ditto.
3061
3062         * wl-summary.el (wl-summary-buffer-refile-list,
3063         wl-summary-buffer-delete-list,
3064         wl-summary-buffer-copy-list): Abolish.
3065         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3066         All other related portions are changed.
3067         (wl-summary-mark-action-list): New variable.
3068         (wl-summary-set-mark): New function.
3069         (wl-summary-register-target-mark): Ditto.
3070         (wl-summary-unregister-target-mark): Ditto.
3071         (wl-summary-have-target-mark-p): Ditto.
3072         (wl-summary-register-temp-mark): Ditto.
3073         (wl-summary-unregister-temp-mark): Ditto.
3074         (wl-summary-registered-temp-mark): Ditto.
3075         (wl-summary-collect-temp-mark): Ditto.
3076         (wl-summary-unset-mark): Ditto.
3077         (wl-summary-set-target-mark): Ditto.
3078         (wl-summary-unset-target-mark): Ditto.
3079         (wl-summary-set-action-generic): Ditto.
3080         (wl-summary-unset-action-generic): Ditto.
3081         (wl-summary-exec-action-delete): Ditto.
3082         (wl-summary-exec-action-erase): Ditto.
3083         (wl-summary-set-action-refile): Ditto.
3084         (wl-summary-set-action-refile-subr): Ditto.
3085         (wl-summary-unset-action-refile): Ditto.
3086         (wl-summary-make-destination-numbers-list): Ditto.
3087         (wl-summary-exec-action-refile): Ditto.
3088         (wl-summary-set-action-copy): Ditto.
3089         (wl-summary-unset-action-copy): Ditto.
3090         (wl-summary-exec-action-copy): Ditto.
3091         (wl-summary-collect-numbers-region): Ditto.
3092         (wl-summary-delete): Rewrite.
3093         (wl-summary-erase): Ditto.
3094         (wl-summary-remove-destination): Ditto.
3095         (wl-summary-exec): Ditto.
3096         (wl-summary-exec-region): Ditto.
3097         (wl-summary-target-mark-erase): Ditto.
3098         (wl-summary-refile): Ditto.
3099         (wl-summary-copy): Ditto.
3100         (wl-summary-unmark): Ditto.
3101         (wl-summary-delete-all-mark): Ditto.
3102         (wl-summary-mark-line): Don't highlight.
3103         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3104         (wl-summary-target-mark-refile-subr): Rewrite.
3105
3106         (wl-summary-copy-prev-destination): Abolish.
3107
3108 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3109
3110         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3111         default values along the value of wl-on-mule.
3112         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3113         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3114         It is not used anywhere.
3115
3116 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3117
3118         * wl-summary.el (wl-summary-print-destination): Keep position.
3119         (wl-summary-cursor-move-surface): Keep horizontal position.
3120
3121 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3122
3123         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3124         write sendlog.
3125
3126 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3127
3128         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3129         `wl-summary-highlight'.
3130
3131 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3132
3133         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3134         trivial condition for temp-mark.
3135
3136 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3137
3138         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3139         when it hits killed buffer.
3140
3141 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3142
3143         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3144         * wl-news.el.in: `message' and `error' take format string.
3145
3146 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3147
3148         * wl-folder (wl-folder-insert-entity): Display a message,
3149         `...done', when the work finish.
3150         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3151
3152 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3153
3154         * wl-message.el (wl-message-redisplay): Remove unused local
3155         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3156
3157 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3158
3159         * wl-summary.el (wl-summary-replace-status-marks): Disable
3160         interactive use.
3161         (wl-summary-reedit): Check message existence at first.
3162         (wl-summary-mark-line): Fix doc, return value is indefinite.
3163
3164         * wl-highlight.el (wl-highlight-message): Arranged.
3165
3166         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3167         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3168         check temp-mark by wl-summary-temp-mark always.
3169         (wl-highlight-summary): Change accordingly.
3170         * wl-summary.el (wl-summary-mark-as-read-all)
3171         (wl-summary-delete-cache, wl-summary-set-score-mark)
3172         (wl-summary-mark-as-unread, wl-summary-unmark)
3173         (wl-summary-mark-line, wl-summary-mark-as-read)
3174         (wl-summary-mark-as-important): Ditto.
3175
3176         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3177         end of the window if possible.
3178         * wl-summary.el (wl-summary-sync-update): Support lazy
3179         highlighting.
3180         (wl-summary-toggle-disp-msg): Ditto.
3181
3182 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3183
3184         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3185
3186 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3187
3188         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3189         change.
3190
3191 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3192
3193         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3194         API.
3195         (wl-summary-sync-update): Ditto.
3196
3197         * wl-score.el (wl-score-get-score-alist): Changed argument.
3198         (wl-summary-rescore-msgs): Likewise.
3199         (wl-summary-score-headers): Likewise.
3200         (wl-score-headers): Likewise;
3201         Use elmo-folder-do-each-message-entity, etc.
3202         (wl-summary-score-effect): Follow the changes above.
3203         (wl-summary-rescore): Ditto.
3204         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3205         (wl-score-get-overview): Abolish.
3206
3207         * wl-summary.el (wl-summary-default-from): Follow the API change in
3208         elmo-msgdb.
3209         (wl-summary-count-unread): Ditto.
3210         (wl-summary-detect-mark-position): Ditto.
3211         (wl-summary-overview-entity-compare-by-date): Ditto.
3212         (wl-summary-overview-entity-compare-by-number): Ditto.
3213         (wl-summary-overview-entity-compare-by-from): Ditto.
3214         (wl-summary-overview-entity-compare-by-subject): Ditto.
3215         (wl-summary-get-list-info): Ditto.
3216         (wl-summary-rescan): Ditto.
3217         (wl-summary-jump-to-msg-by-message-id): Ditto.
3218         (wl-summary-sync-update): Ditto; Removed comment.
3219         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3220         (wl-summary-insert-message): Use wl-summary-insert
3221         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3222         (wl-summary-insert-headers): Changed argument overview to folder.
3223         (wl-summary-search-by-subject): Likewise.
3224         (wl-summary-insert-thread): Renamed from 
3225         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3226
3227         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3228         too.
3229
3230         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3231         wl-string-member.
3232
3233 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3234
3235         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3236         elmo-folder-append-buffer.
3237         (wl-draft-queue-append): Likewise.
3238
3239         * wl-mime.el (wl-message-delete-current-part): Ditto.
3240         (wl-summary-burst-subr): Ditto.
3241
3242         * wl-news.el.in (wl-news-send-news): Ditto.
3243
3244 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3245
3246         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3247         function.
3248         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3249         (wl-summary-update-mark): Enclose with save-excursion.
3250         (wl-summary-mark-as-read-internal): Fixed last change.
3251         (wl-summary-mark-as-important): Use 3rd argument of
3252         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3253         Don't use elmo-msgdb-set-mark.
3254         (wl-summary-redisplay-internal): If msgdb flag is already read,
3255         just update the mark on buffer.
3256
3257 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3258
3259         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3260         cut visible folder when elmo-folder-delete returns non-nil value.
3261
3262 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3263
3264         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3265         by Kenichi OKADA <okada@opaopa.org>).
3266
3267 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3268
3269         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3270
3271 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3272
3273         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3274         Fixed the last change, search group entity by its real name.
3275         (Thanks to: KOBAYASHI Shinji)
3276
3277 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3278
3279         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3280         (wl-fldmgr-access-display-all): Don't refer visible name.
3281         * wl-expire.el (wl-folder-archive-current-entity)
3282         (wl-folder-expire-current-entity): Ditto.
3283         * wl-folder.el (wl-folder-jump-to-current-entity)
3284         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3285         (wl-folder-open-folder-sub,wl-folder-open-all)
3286         (wl-folder-write-current-folder): Ditto.
3287         (wl-folder-insert-entity): Don't use petname for normal group.
3288         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3289         is the real name.
3290         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3291         Abolished.
3292
3293 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3294
3295         * wl-draft.el (wl-draft-create-buffer): Add
3296         `wl-summary-reply-with-citation'
3297
3298 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3299
3300         * wl-draft.el (wl-draft-reply): Fixed.
3301
3302 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3303
3304         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3305         when `wl-draft-send-confirm-with-preview' is non-nil.
3306         You can scroll up/down by j/k.
3307         (wl-draft-send-confirm-with-preview): New variable (default=t).
3308
3309 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3310
3311         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3312         (wl-fldmgr-save-folders): Fix comment.
3313
3314 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3315
3316         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3317         along the last change in `wl-folder-buffer-group-p'.
3318
3319 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3320
3321         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3322         folder.
3323
3324         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3325         the default value.
3326
3327         * wl-mime.el (wl-summary-burst): Update summary only when target
3328         folder equals current folder.
3329
3330 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3331
3332         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3333
3334 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3335
3336         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3337         value.
3338
3339 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3342         `map-extents' instead of `extent-at' repeatedly.
3343         (wl-highlight-folder-current-line): Ditto.
3344
3345         * wl-highlight.el: Remove useless dummy functions.
3346
3347 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3348
3349         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3350         (wl-folder-put-folder-property): New function to put text property.
3351         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3352         (wl-folder-insert-entity, wl-folder-update-diff-line)
3353         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3354         * wl-e21.el, wl-xmas.el, wl-mule.el
3355         (wl-highlight-folder-current-line): Ditto.
3356         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3357         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3358         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3359         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3360
3361 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3362
3363         * Version number is increased to 2.11.3.
3364
3365 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3366
3367         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3368         Resume current-buffer since it is assumed by remaining tasks.
3369
3370 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3371
3372         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3373         (wl-folder-completion-function): Abolished.
3374         (wl-folder-complete-folder): New function.
3375         (wl-folder-complete-filter-condition): Ditto.
3376         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3377         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3378
3379 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3380
3381         * wl-draft.el (wl-draft-send-confirm): New function.
3382         (wl-draft-send): Use it.
3383
3384         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3385         cursor-in-echo-area while confirming.
3386
3387         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3388
3389         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3390         searching via nntp if wl-summary-search-via-nntp is 'force.
3391         Otherwise, invoke searching in nntp folder only.
3392         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3393
3394         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3395         explicitly for mime-make-text-tag.
3396
3397 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3398
3399         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3400         `mime-make-text-tag' instead of `mime-create-tag'.
3401
3402 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3403
3404         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3405         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3406
3407 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3408
3409         * wl-score.el (wl-score-save): Bind print-length and print-level.
3410         (wl-score-pretty-print): Ditto.
3411         (wl-score-edit-insert-header-entry): Ditto.
3412
3413         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3414         "From" entry to be treated with wl-draft-eword-encode-address-list.
3415         * wl-mime.el (wl-draft-preview-message): Ditto.
3416
3417         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3418         (wl-summary-mark-as-unread): Ditto.
3419         (wl-summary-mark-as-read-region): Change accordingly.
3420         (wl-summary-mark-as-unread-region): Ditto.
3421         (wl-summary-target-mark-mark-as-read): Ditto.
3422         (wl-summary-target-mark-mark-as-unread): Ditto.
3423
3424 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3425
3426         * Version number is increased to 2.11.2.
3427
3428 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3429
3430         * wl-news.el.in (wl-news-previous-version-save): Bind
3431         print-length and print-level.
3432         * wl-thread.el (wl-thread-save-entities): Ditto.
3433         (wl-thread-save-top-list): Bind print-length.
3434
3435 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3436
3437         * wl-highlight.el (wl-highlight-summary-line-string): Use
3438         wl-summary-score-below-mark, wl-summary-score-over-mark.
3439         (wl-highlight-summary-current-line): Ditto.
3440
3441 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3442
3443         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3444         insert it.
3445
3446 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3447
3448         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3449
3450 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3451
3452         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3453         message without msgid.
3454         Rewrite with elmo-folder-move-messages.
3455         Set wl-message-buffer to nil.
3456
3457         * wl-summary.el (wl-summary-erase-subr): New function. Use
3458         elmo-folder-move-messages.
3459         (wl-summary-erase): Call it.
3460         (wl-summary-target-mark-erase): Ditto.
3461
3462 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3463
3464         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3465         it is not up-tp-date.
3466
3467 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3468
3469         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3470         buffer after calling `wl-summary-goto-folder-subr' without the
3471         argument `interactive'.
3472         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3473
3474 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3475
3476         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3477         `mime-create-tag'. Use `string=' instead of `looking-at'.
3478
3479 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3480
3481         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3482         to avoid compile warning.
3483
3484         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3485         entity-id when folder is given.
3486         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3487         save-excursion, use save-selected-window instead.
3488         Select folder buffer window if exists.
3489         (To correct behavior with wl-folder-move-cur-folder.)
3490
3491 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3492
3493         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3494
3495 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3496
3497         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3498         list-count instead of %d.
3499
3500 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3501
3502         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3503         (wl-news): Set it.
3504         (wl-news-append-to-folder): Use it.
3505
3506         * wl-news.el.in (wl-news-send-news): Append to specified folder
3507         instead of wl-default-folder.
3508         (wl-news-append-to-folder): Show error message with specified folder.
3509
3510         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3511                 In most major modes, Emacs assumes that any opening
3512                 delimiter found at the left margin is the start of a
3513                 top-level definition, or defun. Therefore, *never put an
3514                 opening delimiter at the left margin unless it should have
3515                 that significance.*
3516
3517         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3518
3519 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3520
3521         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3522
3523 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3524
3525         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3526
3527 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3528
3529         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3530         for sequential numbering case.
3531
3532 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3533
3534         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3535         value.
3536         (wl-draft-reply-without-argument-list): Ditto.
3537         (wl-draft-reply-myself-with-argument-list): Abolish.
3538         (wl-draft-reply-myself-without-argument-list): Ditto.
3539         * wl-draft.el (wl-draft-self-reply-p): New function.
3540         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3541
3542 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3543
3544         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3545         (avoid error for the case without byte-compiling)
3546
3547 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3548
3549         * wl-news.el.in (wl-news-append-to-folder): New function.
3550         (wl-news-exit): Rewrite.
3551         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3552
3553 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3554
3555         * wl-draft.el (wl-draft-reply-position): New function.
3556         (wl-draft-reply-position): Fix.
3557         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3558         (wl-summary-target-mark-reply-with-citation): Ditto.
3559         (wl-summary-reply-with-citation): Ditto.
3560         * wl-vars.el (wl-draft-reply-default-position): New variable.
3561
3562 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3563
3564         * wl-draft.el (wl-draft-send): Preview when interactive send.
3565
3566 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3567
3568         * wl-draft.el (wl-draft-reply): Set default position.
3569         * wl-summary.el (wl-summary-reply): Ditto.
3570         (wl-summary-reply-with-citation): Ditto.
3571         (wl-summary-target-mark-reply-with-citation): Ditto.
3572
3573 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3574
3575         * wl-news.el.in (wl-news-lang): Set default value according to
3576         current-language-environment.
3577         (wl-news-append-news): Do nothing when news-list is nil.
3578
3579 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3580
3581         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3582         (wl-news): Change message.
3583         (wl-news-exit): Check buffer.
3584         (wl-news-force-exit): New function.
3585         (wl-news-show-all): New function.
3586         (wl-news-discard-and-exit): Fix.
3587
3588 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3589
3590         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3591         according to current-language-environment.
3592
3593         * wl-news.el.in (wl-news): If arg, show all NEWS after
3594         wl-news-default-previous-version.
3595
3596 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3597
3598         * wl-news.el.in (wl-news-check): Rewritten.
3599         (wl-news-previous-version-load): Change data type.
3600         (wl-news-previous-version-save): Change data type.
3601         (wl-news-append-news): Add return value.
3602         (wl-news-check-news): New function.
3603         (wl-news-already-current-p): New function.
3604         (wl-news-send-news): Rewritten.
3605         (wl-news-mode-map): Add new keybind.
3606         (wl-news): Rewritten.
3607         (wl-news-exit): Rewritten.
3608         (wl-news-discard-and-mail): New function.
3609         (wl-news-send-to-address): Abolished.
3610         * wl.el (wl-init): Delete a message.
3611
3612 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3613
3614         * wl-news.el.in (wl-news-exit): Update previous version.
3615         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3616
3617 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3618
3619         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3620
3621 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3622
3623         * wl-news.el.in (wl-news): New function.
3624         (wl-news-mode): New function.
3625         (wl-news-next-line): New function.
3626         (wl-news-next-page): New function.
3627         (wl-news-exit): New function.
3628         (wl-news-buf-name): New variable.
3629         (wl-news-mode-map): New variable.
3630         (wl-news-winconf): New variable.
3631         (wl-news-append-news): Add an option.
3632
3633 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3634
3635         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3636
3637 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3638
3639         * wl-news.el.in (wl-news-send-to-address): New variable.
3640         (wl-news-send-news): Use it.
3641         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3642         Return updating status.
3643         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3644
3645 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3646
3647         * wl-news.el.in (wl-news-send-news): Delete
3648         Organization and X-Face.
3649
3650 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3651
3652         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3653         (wl-news-append-news): New function.
3654         (wl-news-send-news): New function.
3655
3656 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3657
3658         * Version number is increased to 2.11.1.
3659
3660 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3661
3662         * wl-news.el.in : New file.
3663
3664 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3665
3666         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3667         default value.
3668         (wl-draft-reply-without-argument-list): Ditto.
3669
3670 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3671
3672         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3673         (wl-message-buffer-prefetch-idle-time): Ditto.
3674         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3675
3676 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3677
3678         * wl-thread.el (wl-thread-insert-message): Use
3679         wl-summary-max-thread-depth.
3680
3681         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3682         loop detection.
3683
3684         * wl-message.el (wl-message-buffer-display): Back to the first page
3685         when cache is hit.
3686
3687 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3688
3689         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3690
3691         * wl-summary.el (wl-summary-insert-thread-entity):
3692         If the thread depth is reached to wl-summary-max-thread-depth,
3693         divide the thread.
3694
3695 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3696
3697         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3698         for elmo-remove-passwd.
3699
3700 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3701
3702         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3703         folder is sticky.
3704         (wl-folder-mark-as-read-all-entity): Ditto.
3705         (wl-folder-prefetch-entity): Ditto.
3706
3707 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3708
3709         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3710
3711 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3712
3713         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3714         Delete messages on buffer for unplugged operation.
3715         (wl-summary-erase): Ditto.
3716
3717 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3718
3719         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3720         take nil so as not to search parent by subject.
3721
3722 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3723
3724         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3725         (wl-folder-get-next-folder): Ditto.
3726         (wl-folder-get-path): Ditto.
3727
3728 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3729
3730         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3731         system and encode the region with it before verifying.
3732
3733 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3734
3735         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3736         system of the echo buffer before decoding.
3737
3738 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3739
3740         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3741         original contents.
3742
3743 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3744
3745         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3746         with argument 'any-exists.
3747
3748 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3749
3750         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3751         Use `wl-cs-autoconv'.
3752
3753 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3754
3755         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3756         by `mime-view-automatic-conversion'.
3757
3758         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3759         (wl-message-verify-pgp-nonmime): Ditto.
3760         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3761         Bind them to C-c:d and C-c:v respectively.
3762
3763         Merge following code by Teranishi-san from [wl-en:00167].
3764         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3765         (wl-mime-preview-application/pgp-encrypted): Ditto.
3766         (wl-mime-setup): Add entry.
3767
3768 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3769
3770         * wl-summary.el (wl-summary-target-mark-erase): New function.
3771         Bind it to "mD".
3772
3773 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3774
3775         * wl-vars.el (wl-draft-write-file-function): Fix.
3776         (wl-draft-reedit-hook): Changed default value.
3777
3778         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3779         wl-draft-reedit-hook.
3780         (wl-draft-remove-text-plain-tag): New function.
3781         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3782
3783         * wl-vars.el (wl-draft-write-file-function): New user option.
3784
3785         * wl-draft.el (wl-draft-prepare-edit): Use it for
3786         local-write-file-hooks.
3787         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3788
3789         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3790         (wl-draft-insert-mail-header-separator): Return the body beginning
3791         point.
3792         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3793         text/plain.
3794         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3795
3796 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3797
3798         * wl-summary.el (wl-summary-erase): New function to erase message
3799         without moving it to trash. Bind to "D".
3800
3801         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3802         as `keep' unless switch-function.
3803
3804 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3805
3806         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3807         message buffer by using `wl-summary-toggle-disp-msg'.
3808         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3809         buffer window.
3810         (wl-summary-supresedes-message): Ditto.
3811
3812         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3813         Do not delete other windows.
3814         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3815         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3816         (wl-draft-create-buffer): Set reply-or-forward also for target
3817         mark commands.
3818
3819 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3820
3821         * wl-draft.el (wl-user-agent-compose): Delete special case for
3822         switch-to-buffer-other-window.
3823
3824         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3825         (wl-summary-forward): Ditto.
3826
3827         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3828         function.
3829         (wl-draft-buffer-style): New use option.
3830
3831         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3832         (wl-draft): Follow the change above.
3833         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3834         wl-draft-buffer-style.
3835         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3836         switch-function.
3837
3838 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3839
3840         * wl-address.el (wl-address-make-completion-entry): Extracted from
3841         `wl-address-make-completion-list'.
3842         (wl-address-enable-strict-loading): New variable.
3843         (wl-address-make-completion-list): Revive petname duplication
3844         inquiry, and enable it if `wl-address-enable-strict-loading'.
3845         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3846
3847 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3848
3849         * wl-message.el (wl-message-get-original-buffer): Avoid
3850         'Selecting deleted buffer' error when original buffer is killed.
3851
3852 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3853
3854         * wl-summary.el (wl-summary-next-message): Use
3855         elmo-message-accessible-p instead of elmo-message-cached-p.
3856
3857 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3858
3859         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3860
3861         * wl-thread.el (wl-thread-open-all-unread): Use
3862         elmo-folder-list-flagged instead of
3863         elmo-folder-list-messages-mark-match.
3864
3865         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3866         instead of elmo-folder-list-messages-mark-match.
3867         (wl-summary-move-spec-alist): New variable.
3868         (wl-summary-move-spec-plugged-alist,
3869         wl-summary-move-spec-unplugged-alist): Abolish.
3870         (wl-summary-next-message): Follow the change above.
3871         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3872         with 'no-msg' argument.
3873
3874         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3875         variable.
3876         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3877         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3878         (wl-message-buffer-prefetch-get-next): Follow the change above.
3879
3880 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3881
3882         * wl-version.el (wl-version): Changed codename.
3883
3884         * Version number is increased to 2.11.0.
3885
3886 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3887
3888         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3889         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3890         `wl-draft-config-variables'.
3891         (wl-draft-kill): Fixed problem when the draft is reedit.
3892
3893 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3894
3895         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3896         buffer-modified status (Thanks to
3897         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3898
3899 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3900
3901         * wl-util.el (wl-region-exists-p): New function.
3902
3903         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3904         Remove defvars for byte-compile warnings.
3905
3906 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3907
3908         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3909         defvar-maybe. Removed unused bind.
3910
3911 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3912
3913         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3914         summary buffer window before creating new frame.
3915         (wl-draft-reply): Ditto.
3916
3917 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3918
3919         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3920
3921 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3922
3923         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3924
3925 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3926
3927         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3928         instead of `kill-region'.
3929
3930 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3931
3932         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3933         (wl-highlight-summary-line-string): Use it.
3934         (wl-highlight-summary-current-line): Ditto.
3935
3936         * wl-mime.el (wl-message-delete-current-part): Check the class of
3937         mime-entity.
3938
3939         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3940
3941         * wl-summary.el (wl-summary-make-number-list): Initialize.
3942         (wl-summary-update-mark): New function.
3943         (wl-summary-reply): Put `answered' mark on the message.
3944         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3945
3946         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3947         (wl-draft-reply): Added optional argument `number';
3948         Set wl-draft-parent-number.
3949         (wl-draft-kill): Delete answered mark if it is a reply.
3950
3951 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3952
3953         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3954         that originates in mime-preview-follow-current-entity.
3955         (wl-draft-yank-current-message-entity): Use it if region is active.
3956
3957         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3958         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3959         `wl-message-delete-current-part'.
3960         * wl-mule.el (wl-message-define-keymap): Ditto.
3961         * wl-xmas.el (wl-message-define-keymap): Ditto.
3962
3963 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3964
3965         * wl-mime.el (wl-message-delete-current-part): New function.
3966         (wl-mime-node-id-to-string): Ditto.
3967
3968         * wl-mime.el (wl-message-delete-current-part): Use existing
3969         original buffer which corresponds current mime-view buffer.
3970         (fetched buffer might have different structure, possibly)
3971
3972         * wl-mime.el (wl-message-delete-current-part): Quit if the
3973         message content differs from the actual message.
3974
3975 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3976
3977         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3978         order.
3979         (wl-summary-search-by-subject): Search parent message from tail;
3980         Check the existence of the parent message on the current thread tree.
3981         (wl-summary-update-thread): Check whether the line is inserted.
3982
3983 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3984
3985         * wl-vars.el (wl-summary-line-format): Undo last change.
3986         * wl-summary.el (wl-summary-print-destination): Do not put
3987         invisible property when `wl-summary-width' is nil.
3988         (wl-summary-line-subject-minimum-length): Abolished.
3989         (wl-summary-line-subject): Ditto.
3990
3991 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3992
3993         * wl-vars.el (wl-summary-line-format): Change default value.
3994         (wl-summary-subject-length-limit): Abolished.
3995         * wl-summary.el (wl-summary-line-subject): Ditto.
3996
3997 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3998
3999         * wl-template.el (wl-template-select): Added optional argument.
4000         If optional argument is specified, reverse
4001         `wl-template-visible-select'.
4002
4003 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4004
4005         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4006         Take prefix argument to force asking the destination folder.
4007
4008 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4009
4010         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4011         count and update status.
4012
4013 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4014
4015         * wl-summary.el (wl-summary-redisplay-internal): If
4016         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4017         after fetching.
4018
4019 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4020
4021         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4022         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4023
4024         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4025
4026 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4027
4028         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4029         (All other related portions are changed).
4030         (wl-summary-mark-as-read-all): Rewrite.
4031
4032 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4033
4034         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4035         `wl-summary-mark-as-read'.
4036         (wl-summary-mark-as-unread): Rewrite.
4037         (wl-summary-mark-as-read): Added no-modeline argument.
4038         (wl-summary-resume-cache-status): Rewrite.
4039         (wl-summary-exec-subr): Remove unused local variable.
4040
4041 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4042
4043         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4044         logic to call `wl-summary-buffer-prev-folder-function'.
4045         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4046
4047 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4048
4049         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4050         is nil.
4051
4052 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4053
4054         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4055         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4056         (wl-mime-setup): Add its entry.
4057
4058 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4059
4060         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4061         (wl-summary-delete-cache): Likewise.
4062         (wl-summary-mark-as-read): Rewrite.
4063
4064 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4065
4066         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4067         `wl-summary-count-unread'.
4068
4069         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4070
4071         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4072
4073 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4074
4075         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4076         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4077         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4078         Renamed to the elmo-msgdb-*-mark.
4079         (wl-summary-score-marks): Follow the change above.
4080         (wl-summary-auto-refile-skip-marks): Ditto.
4081         (wl-summary-incorporate-marks): Ditto.
4082         (wl-summary-expire-reserve-marks): Ditto.
4083
4084         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4085         changes.
4086         (wl-thread-insert-top): Changed updating message.
4087
4088         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4089         variable.
4090         (wl-summary-count-unread): Count answered marks.
4091         (wl-summary-rescan): Call wl-summary-insert-message instead of
4092         wl-summary-append-message-func-internal.
4093         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4094         (wl-summary-prefetch-msg): Follow the variable name changes.
4095         (wl-summary-prefetch-region): Ditto.
4096         (wl-summary-mark-as-read-all): Follow the API changes;
4097         Don't call elmo-folder-replace-marks.
4098         (wl-summary-delete-cache): Follow the variable name changes.
4099         (wl-summary-resume-cache-status): Ditto.
4100         (wl-summary-update-status-marks): New function.
4101         (wl-summary-insert-message): New function.
4102         (wl-summary-sync-marks): Follow the variable name changes.
4103         (wl-summary-sync-update): Synchronize to the msgdb, too;
4104         Changed update messages.
4105         (wl-summary-make-number-list): Rewrite.
4106         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4107         (wl-summary-mark-as-unread): Follow the API changes.
4108         (wl-summary-exec-subr): Follow the variable name changes.
4109         (wl-summary-mark-as-read): Ditto.
4110         (wl-summary-move-spec-plugged-alist): Ditto.
4111         (wl-summary-move-spec-unplugged-alist): Ditto.
4112         (wl-summary-cursor-move-surface): Ditto.
4113
4114         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4115         variable name changes.
4116         (wl-highlight-summary-current-line): Ditto.
4117
4118         * wl-expire.el (wl-expire-refile): Follow the API change in
4119         elmo-folder-move-messages.
4120         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4121         (wl-summary-archive): Use elmo-folder-msgdb instead of
4122         elmo-msgdb-load.
4123
4124 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4125
4126         * wl-mime.el (wl-draft-preview-message): Restore the position
4127         before evaluating wl-draft-send-hook in preview buffer.
4128
4129 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4130
4131         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4132         when it creates new draft buffer.
4133
4134         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4135         without argument.
4136
4137         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4138         Evaluate content and if the value is string, insert it.
4139         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4140         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4141         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4142         wl-draft-config-sub-part-bottom): Use it.
4143
4144         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4145         with the folder name. The question was unintelligible when it is
4146         called from wl-save-status.
4147
4148 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4149
4150         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4151         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4152         cannot take second argument).
4153
4154 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4155
4156         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4157         as t. Since type and subtype are not case sensitive (RFC 2045).
4158
4159 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4160
4161         * wl-vars.el (wl-message-mode-line-format): New variable.
4162         (wl-message-mode-line-format-spec-alist): Ditto.
4163         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4164         (wl-message-redisplay): Use wl-message-mode-line-format.
4165
4166 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4167
4168         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4169
4170 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4171
4172         * wl-summary.el (wl-summary-default-from): Write description.
4173
4174 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4175
4176         * wl-vars.el (wl-ldap-objectclass): Abolish.
4177
4178         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4179         (wl-ldap-make-filter): Removed condition for objectclass.
4180         (wl-ldap-make-matched-value-list): Remove meaningless process.
4181         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4182         (wl-address-ldap-search): Don't add `*' to `pat' string;
4183         use ignore-errors; added `email';
4184         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4185         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4186         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4187
4188
4189 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4190
4191         * wl-draft.el (wl-draft-parent-folder): Write description.
4192         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4193
4194 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4195
4196         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4197         as "" (zero-length string) if no parent.
4198         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4199
4200 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4201
4202         * wl-address.el (wl-address-make-completion-list): Skip duplication
4203         checking.
4204         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4205         `append'.
4206
4207 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4208
4209         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4210         instead of `beginning-of-buffer'.
4211
4212 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4215
4216 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4217
4218         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4219         Refer wl-message-buffer-name.
4220         (wl-message-wheel-down): Ditto.
4221
4222 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4223
4224         * wl-vars.el (wl-message-buffer-name): New user option.
4225
4226         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4227         directly instead of making alist dinamically.
4228
4229         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4230         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4231         wl-message-buffer-cache-name.
4232         (wl-message-buffer-cache-clean-up): Ditto.
4233
4234         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4235
4236         * Version number is increased to 2.9.15.
4237
4238 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4239
4240         * wl-vars.el (wl-summary-default-view-alist): New user option.
4241
4242         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4243
4244         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4245         while deleting address.
4246         (wl-draft-delete-myself-from-cc): Ditto.
4247
4248         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4249         If optional argument is specified, reverse sort order.
4250
4251         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4252
4253 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4254
4255         * wl-thread.el (wl-thread-insert-message): Return parent number if
4256         exists.
4257         (wl-thread-update-indent-string-region): Use
4258         wl-thread-update-line-on-buffer-sub instead of
4259         wl-thread-update-line-on-buffer.
4260
4261 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4262
4263         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4264         (wl-folder-close-all): Ditto.
4265
4266 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4267
4268         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4269         and mailing-list:.
4270         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4271         value.
4272         (wl-summary-line-list-info): Print mailing-list name even when 
4273         list-number is empty.
4274
4275 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4276
4277         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4278
4279         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4280         (wl-draft-open-file): Ditto.
4281         (wl-draft-random-alphabet): Ditto.
4282
4283         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4284         bindings.
4285
4286 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4287
4288         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4289         * wl-vars.el (wl-draft-config-alist): Ditto.
4290
4291 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4292
4293         * Version number is increased to 2.9.14.
4294
4295         * wl.el (wl): Don't set wl-init as nil when error occured while
4296         auto-checking folders.
4297
4298         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4299         `elmo-expand-newtext'.
4300
4301 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4302
4303         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4304         `this-command' so that `wl-folder-goto-folder' contained in
4305         `wl-summary-keep-cursor-command' work.
4306
4307 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4308
4309         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4310         message buffer displaying state.
4311
4312 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4313
4314         * wl-vars.el (wl-summary-default-view): New variable to specify
4315         default value for `wl-summary-buffer-view' instead of using
4316         set-default.
4317         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4318
4319 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4320
4321         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4322
4323         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4324
4325 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4326
4327         * wl-vars.el (wl-forward-subject-prefix): New variable.
4328         * wl-draft.el (wl-draft-forward): Use it.
4329
4330 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4331
4332         * wl-message.el (wl-message-prev-page): When it is called without
4333         lines argument, scroll down by wl-message-scroll-amount lines.
4334         (wl-message-next-page): Ditto.
4335         * wl-vars.el (wl-message-scroll-amount): Change default value
4336         to preserve current behavior.
4337
4338 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4339
4340         * wl-summary.el (wl-summary-prefetch-msg): Bind
4341         `wl-message-entity' to call `wl-summary-from-function'.
4342
4343 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4344
4345         * wl-message.el (wl-message-buffer-create): Run
4346         wl-message-buffer-created-hook.
4347
4348 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4349
4350         * wl-summary.el (wl-summary-sort-specs): New variable.
4351         (wl-summary-default-sort-spec): Ditto.
4352         (wl-summary-sort): Rewrite.
4353         (wl-summary-sort-by-list-info): New function.
4354
4355 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4356
4357         * wl-summary.el (wl-summary-get-list-info): New function.
4358         (wl-summary-sort): Rewrite.
4359         (wl-summary-line-list-info): Ditto.
4360         (wl-summary-line-list-count): Ditto.
4361         (wl-summary-refile-region): Fixed docstring.
4362
4363 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4364
4365         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4366         `wl-folder-entity-hashtb' as completion table.
4367
4368 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4369
4370         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4371         only when this command is called interactively; silence the byte-
4372         compiler.
4373
4374 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4375
4376         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4377         active in XEmacs.
4378
4379 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4380
4381         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4382         plural lines.
4383
4384 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4385
4386         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4387         of current line when the cursor is on the header name.
4388         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4389
4390 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4391
4392         * wl-util.el (wl-read-directory-name): Return displayed directory
4393         as the default value also on XEmacs.
4394
4395 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4396
4397         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4398         formatting.
4399
4400 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4401
4402         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4403         argument and when it is non-nil, check face property before
4404         highlighting for each line.
4405         (wl-highlight-summary-window): Set it.
4406
4407 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4408
4409         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4410         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4411
4412         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4413         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4414         (wl-draft-get-fcc-list): Likewise.
4415
4416 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4417
4418         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4419         (wl-thread-entity-cur): Ditto.
4420         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4421         wl-thread-indent-regexp setting.
4422         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4423
4424         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4425         wl-summary-lazy-highlight.
4426         (wl-summary-display-bottom): Ditto.
4427
4428         * wl-thread.el (wl-thread-open-close): Likewise.
4429
4430         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4431         from and subject;
4432         Bind wl-draft-use-frame;
4433         Enclose with save-window-excursion;
4434         Use wl-draft-create-buffer instead of with-temp-buffer;
4435         Use wl-draft-prepare-edit;
4436         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4437         Use wl-draft-send instead of wl-draft-raw-send.
4438
4439 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4440
4441         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4442         of using wl-from.
4443
4444 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4445
4446         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4447         insert-buffer instead of clone-buffer.
4448         (wl-draft-doing-mime-bcc): New variable.
4449         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4450         infinite loop.
4451         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4452
4453         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4454         (wl-draft-mime-bcc-body): Ditto.
4455
4456         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4457         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4458         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4459         wl-draft-do-mime-bcc.
4460         (wl-draft-mime-bcc-field): New function.
4461         (wl-draft-do-mime-bcc): Ditto.
4462
4463         * wl-address.el (wl-address-complete-header-list): New variable.
4464         (wl-address-complete-header-regexp): Changed default value.
4465
4466         * Version number is increased to 2.9.13.
4467
4468 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4469
4470         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4471         it is differed.
4472
4473 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4474
4475         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4476         (wl-summary-line-list-count): Ditto.
4477
4478 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4479
4480         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4481         (wl-nntp-posting-function): New variable.
4482         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4483         `wl-nntp-posting-config-alist'.
4484
4485 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4486
4487         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4488         FLIM.
4489
4490 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4491
4492         * wl-summary.el (wl-summary-target-mark-refile-sub):
4493         Remove a nuisance funcall.
4494
4495 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4496
4497         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4498         as t for `try-completion'.
4499
4500 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4501
4502         * wl-summary.el (wl-summary-default-from): Use
4503         wl-address-header-extract-address instead of
4504         std11-extract-address-components.
4505         (wl-summary-simple-from): Ditto.
4506         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4507         (wl-summary-insert-headers): Show message.
4508         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4509         for whole line.
4510         (wl-summary-default-from): Revert last change.
4511         (wl-summary-simple-from): Ditto.
4512         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4513         (wl-summary-mark-as-read-region): Follow the change above.
4514         (wl-summary-sync-marks): Ditto.
4515         (wl-summary-target-mark-mark-as-read): Ditto.
4516         (wl-summary-redisplay-internal): Ditto.
4517         (wl-summary-redisplay-no-mime-internal): Ditto.
4518         (wl-summary-redisplay-all-header): Ditto.
4519         (wl-summary-mark-as-read): Removed argument `cached';
4520         Use current cache status to set cache mark.
4521         (wl-summary-redisplay-internal): Follow the change above.
4522         (wl-summary-redisplay-no-mime-internal): Ditto.
4523         (wl-summary-redisplay-all-header): Ditto.
4524
4525         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4526
4527         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4528         Don't call itself recursively (Adviced by Yamaoka-san).
4529
4530 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4531
4532         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4533         bind wl-summary-highlight as nil to avoid error caused by missing
4534         local variables.
4535
4536 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4537
4538         * wl-vars.el (wl-invalid-character-message): New user option.
4539
4540         * wl-util.el (wl-set-string-width): If truncated string-width is
4541         larger than specified width, use `wl-invalid-character-message'.
4542
4543 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4544
4545         * wl-summary.el (wl-summary-prefetch-msg): 
4546         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4547
4548 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4549
4550         * wl-vars.el (wl-summary-check-line-format): New user option.
4551         (wl-summary-line-format-file): Ditto.
4552
4553         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4554         variable.
4555         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4556         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4557         and `wl-summary-view-old-p' to check whether do a rescan or not.
4558         (wl-summary-view-old-p): New function.
4559         (wl-summary-line-format-changed-p): Ditto.
4560         (wl-summary-line-format-save): Ditto.
4561         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4562
4563         * wl-util.el (wl-set-string-width): Avoid using negative number
4564         for make-string.
4565
4566 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4567
4568         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4569         return value.
4570
4571         * wl-util.el (wl-set-string-width): Added optional argument
4572         `padding' (All other related portions are changed).
4573         (wl-line-parse-format): If the first letter of column number is
4574         `0', zero-padding the result (ex: "%05l").
4575
4576         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4577
4578 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4579
4580         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4581         sequential summary view.
4582
4583 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4584
4585         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4586         if it doesn't have a -unix version.
4587
4588 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4589
4590         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4591
4592 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4593
4594         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4595         content.
4596         (wl-draft): Follow the change above.
4597
4598         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4599
4600         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4601         and wl-folder-summary-line-format-alist contain %T and %P.
4602
4603         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4604         (wl-summary-mode-line-format): New user option.
4605         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4606         (wl-summary-line-format): Changed default value.
4607         (wl-summary-lazy-highlight): Changed default value.
4608
4609         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4610         change in wl-summary-create-line.
4611         (wl-thread-insert-entity-sub): Ditto.
4612
4613         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4614         (wl-summary-buffer-unread-status): Ditto.
4615         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4616         (wl-summary-buffer-persistent-mark-column): Ditto.
4617         (wl-summary-buffer-mode-line-formatter): Ditto.
4618         (wl-summary-buffer-mode-line): Ditto.
4619         (wl-summary-message-regexp): Abolished.
4620         (All other related portions are changed.)
4621         (wl-summary-detect-mark-position): New function.
4622         (wl-summary-buffer-set-folder): Setup
4623         wl-summary-buffer-mode-line-formatter.
4624         (wl-summary-mode): Setup selective-display;
4625         Setup pre-idle-hook when xemacs.
4626         (wl-summary-update-modeline): Rewrite.
4627         (wl-summary-jump-to-msg): Define as function;
4628         Changed regexp for searching messages.
4629         (wl-summary-message-number): Rewrite.
4630         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4631         Do rescan when old type summary cache.
4632         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4633         (wl-summary-remove-destination): Use '\r' to detect EOL.
4634         (wl-summary-print-destination): Ditto.
4635         (wl-summary-temp-mark): New inline function.
4636         (wl-summary-persistent-mark): Ditto.
4637         (wl-summary-line-number): New function.
4638         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4639         (wl-summary-line-list-count): New function.
4640         (wl-summary-create-line): Added argument persistent-mark.
4641         (All other related portions are changed)
4642         (wl-summary-create-line): Insert '\r'.
4643         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4644         (wl-summary-cursor-move-surface): New inline function.
4645         (wl-summary-prev): Use it.
4646         (wl-summary-next): Ditto.
4647
4648         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4649         wl-summary-message-regexp.
4650         (wl-highlight-summary): Delete progress message.
4651         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4652
4653         * Version number is increased to 2.9.12.
4654
4655 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4656
4657         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4658         variable (nil: no minimum).
4659         (wl-summary-line-subject): Add some spaces after subject by
4660         wl-summary-line-subject-minimum-length.
4661
4662 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4663
4664         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4665         and removed `F'.
4666         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4667         change above).
4668
4669 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4670
4671         * wl-summary.el (wl-summary-line-list-count): Reverted.
4672         (example setting in samples/*/dot.wl is also updated)
4673
4674 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4675
4676         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4677
4678         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4679
4680         * wl-vars.el (wl-summary-line-format): Addes some description to the
4681         docstring.
4682
4683         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4684         (wl-summary-line-close-bracket): Ditto.
4685         (wl-summary-line-children-number): Ditto.
4686         (wl-summary-line-thread-indent): Ditto.
4687         (wl-summary-line-children-and-from): Ditto.
4688
4689         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4690         't', 'c', 'F' and added 'C'.
4691
4692         * wl-util.el (wl-set-string-width): Accept negative value.
4693         (wl-line-parse-format): Added "%number(" and "%)".
4694
4695 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4696
4697         * wl-summary.el (wl-summary-line-list-count): Change format of the
4698         return value.
4699
4700 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4701
4702         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4703         from the recent message.el.
4704         (wl-draft-point-in-header-p): Ditto.
4705         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4706         wl-draft-beginning-of-line.
4707         * wl-e21.el (wl-draft-mode-map): Ditto.
4708         * wl-xmas.el (wl-draft-mode-map): Ditto.
4709
4710         * wl-folder.el: Sort macrodefs by dependencies.
4711
4712 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4713
4714         * wl-summary.el (wl-summary-prev): Fixed regexp.
4715         (wl-summary-next): Ditto.
4716
4717 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4718
4719         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4720
4721 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4722
4723         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4724         for backward compatibility.
4725
4726 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4727
4728         * wl-summary.el (wl-summary-line-list-count): New function, merged
4729         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4730         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4731         list counts.
4732
4733 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4734
4735         * wl-summary.el (wl-summary-create-line): Ignore errors while
4736         timezone-fix-time.
4737
4738         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4739
4740         * wl-summary.el (wl-summary-sync-update): Ditto.
4741         (wl-summary-default-from): Use wl-message-entity
4742         instead of entity.
4743
4744         * wl-summary.el (wl-summary-create-line): Fix.
4745
4746         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4747         (wl-summary-line-format): New user option.
4748         (wl-folder-summary-line-format-alist): Ditto.
4749         (wl-summary-from-width): Abolished.
4750
4751         * wl-util.el (toplevel): Require 'bytecomp.
4752         (wl-line-parse-format): New function.
4753         (wl-line-formatter-setup): New macro.
4754
4755         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4756         (wl-summary-buffer-line-formatter): New buffer local variable.
4757         (wl-summary-switch-to-clone-buffer): Follow the change above.
4758         (wl-summary-message-regexp): Fix.
4759         (wl-summary-from-func-internal): Abolished.
4760         (wl-summary-subject-func-internal): Ditto.
4761         (wl-summary-subject-filter-func-internal): Ditto.
4762         (All other related portions are changed.)
4763         (wl-summary-buffer-set-folder):
4764         Set up wl-summary-buffer-number-column and 
4765         wl-summary-buffer-line-formatter
4766         (All other related portions are changed.)
4767         (wl-summary-buffer-number-column-detect): Abolished.
4768         (All other related portions are changed.)
4769         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4770         (wl-summary-delete-all-temp-marks-on-buffer): Use
4771         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4772         (wl-summary-target-mark-delete): Ditto.
4773         (wl-summary-target-mark-refile-subr): Ditto.
4774         (wl-summary-target-mark-mark-as-read): Ditto.
4775         (wl-summary-target-mark-mark-as-unread): Ditto.
4776         (wl-summary-target-mark-mark-as-important): Ditto.
4777         (wl-summary-target-mark-save): Ditto.
4778         (wl-summary-replace-status-marks): Renamed from
4779         wl-summary-set-status-marks-on-buffer;
4780         Use wl-summary-message-regexp instead of
4781         wl-summary-buffer-number-regexp.
4782         (wl-summary-sync-update): Follow the change above.
4783         (wl-summary-goto-previous-message-beginning): New function.
4784         (wl-summary-mark-as-unread): Use it.
4785         (wl-summary-mark-as-important): Ditto.
4786         (wl-summary-line-formatter): New variable.
4787         (wl-summary-line-year): New function.
4788         (wl-summary-line-day): Ditto.
4789         (wl-summary-line-day-of-week): Ditto.
4790         (wl-summary-line-hour): Ditto.
4791         (wl-summary-line-minute): Ditto.
4792         (wl-summary-line-open-bracket): Ditto.
4793         (wl-summary-line-close-bracket): Ditto.
4794         (wl-summary-line-children-number): Ditto.
4795         (wl-summary-line-thread-indent): Ditto.
4796         (wl-summary-line-size): Ditto.
4797         (wl-summary-line-subject): Ditto.
4798         (wl-summary-line-from): Ditto.
4799         (wl-summary-line-children-and-from): Ditto.
4800         (wl-summary-create-line): Rewritten.
4801         (wl-summary-format-date): Abolished.
4802
4803         * wl-highlight.el (wl-highlight-summary-current-line): Use
4804         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4805         Use thread structure to detect thread top message.
4806
4807         * wl-draft.el (wl-default-draft-cite): Don't use
4808         wl-summary-from-func-internal.
4809
4810         * wl-refile.el (wl-refile-subject-learn): Don't use
4811         wl-summary-subject-filter-func-internal.
4812         (wl-refile-guess-by-subject): Ditto.
4813
4814         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4815         parameters.
4816
4817         * wl-thread.el (wl-thread-update-indent-string-region):
4818         Use wl-thread-update-line-on-buffer instead of
4819         wl-thread-update-indent-string.
4820         (wl-thread-update-children-number): Redefine using
4821         wl-thread-update-line-on-buffer.
4822         (wl-thread-update-indent-string): Abolished.
4823
4824         * Version number is increased to 2.9.11.
4825
4826 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4827
4828         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4829         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4830         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4831
4832         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4833         as nil.
4834
4835         * wl-thread.el (wl-thread-open-all-unread): Use 
4836         elmo-folder-list-messages-mark-match.
4837         (wl-thread-insert-message): Removed argument `mark-alist'.
4838         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4839         elmo-msgdb-set-mark.
4840         (wl-thread-get-children-msgs-uncached): Likewise.
4841         (wl-thread-get-exist-children): Added argument include-self.
4842         (wl-thread-delete-message): Follow the change above.
4843
4844         * wl-summary.el (wl-summary-count-unread): Removed argument.
4845         (wl-summary-rescan): Follow the change above.
4846         (wl-summary-mark-as-read-region): Ditto
4847         (wl-summary-mark-as-unread-region): Ditto.
4848         (wl-summary-delete-messages-on-buffer): Ditto.
4849         (wl-summary-sync-update): Ditto.
4850         (wl-summary-switch-to-clone-buffer): Ditto.
4851         (wl-summary-goto-folder-subr): Ditto.
4852         (wl-summary-target-mark-mark-as-read): Ditto.
4853         (wl-summary-target-mark-mark-as-unread): Ditto.
4854         (wl-summary-target-mark-mark-as-important): Ditto.
4855         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4856         (wl-summary-update-thread): Removed argument `mark-alist'.
4857         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4858         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4859         (wl-summary-resume-cache-status): Likewise.
4860         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4861         elmo-msgdb-set-mark.
4862         (wl-summary-mark-as-read-all): Likewise.
4863         (wl-summary-delete-cache): Ditto.
4864         (wl-summary-auto-select-msg-p): Ditto.
4865         (wl-summary-mark-as-unread): Ditto.
4866         (wl-summary-no-auto-refile-message-p): Ditto.
4867         (wl-summary-mark-as-read): Ditto.
4868         (wl-summary-mark-as-important): Ditto.
4869         (wl-summary-auto-refile): Follow the change above.
4870         (wl-summary-delete-all-marks): Removed.
4871         (wl-summary-resume-marks-and-highlight): Ditto.
4872         (wl-summary-resume-marks): Ditto.
4873         (wl-summary-delete-important-msgs-from-list): Ditto.
4874         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4875
4876         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4877         wl-summary-count-unread.
4878
4879         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4880         (wl-summary-score-update-all-lines): Use
4881         elmo-msgdb-set-mark.
4882
4883 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4884
4885         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4886         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4887         (wl-summary-create-line): Renamed from
4888         wl-summary-overview-create-summary-line;
4889         Argument rearrangement.
4890         (wl-summary-update-thread): Follow the change above.
4891
4892         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4893         (wl-thread-insert-entity-sub): Likewise.
4894
4895         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4896         argument `overview', `mark-alist' and added `msgdb'.
4897
4898         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4899
4900         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4901         (wl-summary-rescan): Follow the change above.
4902         (wl-summary-sync-update): Ditto.
4903         (wl-summary-insert-thread-entity): Ditto;
4904         Don't use `let*' in every while loop;
4905         Detect infinite loop of threads.
4906         (wl-summary-update-thread): Removed argument `overview'.
4907
4908         * wl-thread.el (wl-thread-insert-message): Ditto.
4909
4910         * Version number is increased to 2.9.10.
4911
4912         * wl-message.el (wl-message-redisplay): Ignore errors while
4913         wl-message-redisplay-hook.
4914
4915 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4916
4917         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4918
4919 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4920
4921         * wl.el (wl): inhibit-quit while wl-folder.
4922
4923 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4924
4925         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4926         while msgdb access.
4927
4928 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4929
4930         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4931         even if no folder is not created.
4932
4933 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4934
4935         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4936
4937         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4938         implementation.
4939         (wl-summary-target-mark-thread): Ditto.
4940
4941         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4942
4943 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4944
4945         * wl-util.el (wl-display-bytes): Remove unused function.
4946
4947 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4948
4949         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4950         seems critical one (partially reverse the change in 2002/03/17).
4951
4952 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4953
4954         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4955         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4956
4957 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4958
4959         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4960         is not writable.
4961         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4962         plugged status instead of `'force' as 2nd argument.
4963
4964         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4965         is not creatable.
4966
4967         * Version number is increased to 2.9.9.
4968
4969 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4970
4971         * wl-summary.el (wl-summary-suspend): New function.
4972
4973 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4974
4975         * wl.el (wl): Do not check variables if check is nil.
4976         * wl-utils.el (wl-collect-draft): New function.
4977         * wl-folder.el (wl-folder-suspend): Put summary buffers
4978         and draft buffers at the end of buffer list.
4979         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4980
4981 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4982
4983         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4984         loop instead of recursive call.
4985
4986         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4987         2nd argument.
4988
4989 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4990
4991         * wl-draft.el (wl-draft-create-contents): Don't take neither
4992         (function . args) nor (string . something) any more.
4993
4994         * wl-version.el (wl-generate-user-agent-string): Return string
4995         without header symbol.
4996         * wl-draft.el (wl-draft-default-headers): Use it.
4997
4998         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4999         `wl-draft-insert-ccs' and return field value instead of inserting
5000         the header. Abolish cc argument.
5001         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5002
5003         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5004         rather than one with string car.
5005
5006         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5007         * wl-draft.el (wl-draft-create-contents): Add it after the default
5008         headers.
5009
5010         * wl-draft.el (wl-draft-create-contents): For the case of
5011         (symbol-or-string . function) insert header only when the function
5012         returns string value.
5013
5014 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5015
5016         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5017         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5018
5019 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5020
5021         * wl.el (wl-check-environment): Don't check Message-ID when
5022         `wl-insert-message-id' is nil.
5023         Revive checking if `wl-message-id-domain' contains "@".
5024
5025 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5026
5027         * wl.el (wl-check-environment): Merge examination for "@" at
5028         inappropriate position into the first string-match.
5029
5030         * wl-summary.el (wl-summary-target-mark-print): New function.
5031         (wl-summary-pipe-message-subr): Extracted from
5032         `wl-summary-pipe-message'.
5033         (wl-summary-target-mark-pipe): New function.
5034         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5035         `wl-summary-target-mark-pipe'.
5036
5037 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5038
5039         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5040
5041 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5042
5043         * wl.el (wl-check-environment): Use elmo-warning instead of
5044         error for non-critical ones.
5045         Remove trash folder check.
5046         (wl): Don't ignore error in wl-check-environment.
5047
5048         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5049         check, which is moved from `wl-check-environment'.
5050         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5051
5052 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5053
5054         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5055         guess anything, call wl-summary-write.
5056         (wl-summary-write): Create draft with blank To field.
5057         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5058
5059 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5060
5061         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5062         argument full as well for wl-folder-write-current-folder.
5063         If wl-*-write-current-folder cannot guess addressee, add blank
5064         To header.
5065         Rewrite condition for positioning cursor.
5066
5067 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5068
5069         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5070         summary buffer is present, use it.
5071         (wl-folder-jump-to-previous-summary): Ditto.
5072
5073 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5074
5075         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5076
5077         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5078         wl-summary-previous-buffer and wl-summary-next-buffer.
5079
5080         * wl-folder.el (wl-folder-mode-map): Bind
5081         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5082         (wl-folder-jump-to-next-summary): New function.
5083         (wl-folder-jump-to-previous-summary): Ditto.
5084
5085         * wl-draft.el (wl-draft): Rearranged.
5086
5087 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5088
5089         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5090         of header.
5091         (wl-draft): Collect arguments for the header as header-alist.
5092         (wl-draft-forward): Arrange arguments for wl-draft.
5093         (wl-draft-reply): Ditto.
5094         (wl-draft-edit-string): Ditto.
5095         * wl-summary.el (wl-summary-write): Ditto.
5096         (wl-summary-write-current-folder): Ditto.
5097
5098         * Version number is increased to 2.9.8.
5099
5100 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5101
5102         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5103
5104         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5105
5106         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5107         even if the guess failed.
5108
5109         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5110         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5111         wl-summary-write-current-folder.
5112         * wl-xmas.el: Ditto.
5113
5114 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5115
5116         * wl-summary.el (wl-summary-next-page): Force display message if
5117         message is not displayed yet.
5118         (wl-summary-prev-page): Ditto.
5119
5120 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5121
5122         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5123
5124 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5125
5126         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5127         add "Preview Message" and "Save Draft and Exit".
5128
5129 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5130
5131         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5132         if addrmgr is called from draft in splitted window.
5133
5134         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5135         * wl-mule.el: Ditto.
5136         * wl-xmas.el: Ditto.
5137
5138 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5139
5140         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5141
5142         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5143         * wl-xmas.el (wl-folder-toolbar): Ditto.
5144
5145 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5146
5147         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5148         and wl-draft-save-and-exit.
5149         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5150         * wl-xmas.el: Ditto.
5151         * wl-mule.el: Ditto.
5152
5153         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5154         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5155
5156 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5157
5158         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5159         lists for saving buffer.
5160
5161 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5162
5163         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5164         parent-folder argument instead of it.
5165         (wl-draft-create-buffer): Ditto.
5166         (wl-draft-forward): Ditto.
5167         (wl-draft-reply): Ditto.
5168         * wl-summary.el (wl-summary-write): Ditto.
5169         (wl-summary-write-current-folder): Ditto.
5170
5171         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5172         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5173         Folder buffer after composing.
5174
5175 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5176
5177         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5178         header if the file `wl-x-face-file' already contains it.
5179
5180 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5181
5182         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5183         folder" entry.
5184         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5185         * wl-e21.el (wl-folder-toolbar): Ditto.
5186         * wl-xmas.el (wl-folder-toolbar): Ditto.
5187
5188 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5189
5190         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5191         wl-folder-goto-folder with sticky argument.
5192         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5193
5194 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5195
5196         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5197         and wl-summary-previous-buffer.
5198         (wl-summary-next-buffer): New function.
5199         (wl-summary-previous-buffer): Ditto.
5200
5201 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5202
5203         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5204         wl-folder-jump-to-current-entity-with-arg.
5205         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5206         `wl-folder-jump-to-current-entity'.
5207         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5208         `wl-summary-goto-folder-sticky'.
5209         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5210         `wl-summary-goto-folder'.
5211         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5212         Unless force-exit, do not clean temp. marks for sticky summary.
5213         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5214
5215 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5216
5217         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5218         not entire.
5219
5220 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5221
5222         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5223         to `C-x C-s'.
5224         (wl-summary-save-status): New command.
5225         (wl-summary-exit): Don't clean-up temp marks when sticky.
5226         (Applied patch from Nakayama-san [wl: 09548])
5227         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5228         Do nothing when no mark data.
5229         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5230         Call `wl-summary-delete-all-temp-marks' before saving.
5231
5232 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5233
5234         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5235
5236 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5237
5238         * wl.el (wl-check-environment): Also cause error when (system-name)
5239         returns "localhost.localdomain". (Although it doesn't affect because
5240         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5241
5242 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5243
5244         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5245         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5246
5247         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5248         value.
5249
5250 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5251
5252         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5253         Likewise r-cc-list and r-ng-list.
5254
5255 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5256
5257         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5258         only if it is bound as variable.
5259
5260         * wl-mime.el (wl-draft-preview-message): Ditto.
5261
5262 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5263
5264         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5265         needless `goto-char'.
5266
5267         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5268         `wl-summary-redisplay-no-mime-internal' instead of
5269         `wl-summary-redisplay-no-mime'.
5270         (wl-summary-redisplay-no-mime): Changed argument;
5271         Call `wl-summary-redisplay-no-mime-internal'.
5272
5273         * wl-mime.el (wl-draft-preview-message): Bind
5274         `mime-header-encode-method-alist' locally.
5275
5276         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5277         (wl-draft-std11-parse-addresses): Added the first address check.
5278         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5279
5280         * Version number is increased to 2.9.7.
5281
5282 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5283
5284         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5285
5286 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5287
5288         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5289         related to scrollbar support, if there is no such a feature
5290         compiled in.
5291
5292 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5293
5294         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5295         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5296         for prefetch.
5297
5298 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5299
5300         * wl-summary.el (wl-summary-pick): Fix for no match.
5301
5302 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5303
5304         * wl-draft.el (wl-draft-save):
5305         Override `mime-header-encode-method-alist'.
5306
5307 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5308
5309         * wl-folder.el (wl-folder-pick): New function.
5310         Define key as "?".
5311
5312 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5313
5314         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5315         Fix for unplugged.
5316
5317 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5318
5319         * wl-folder.el (wl-folder-virtual): New function.
5320         Define key as "V".
5321
5322 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5323
5324         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5325         multi folder if entity is group.
5326
5327 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5328
5329         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5330         is nil.
5331
5332 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5333
5334         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5335         (wl-summary-target-mark-msgs): Return the number of marked messages.
5336
5337 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5338
5339         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5340         "first:" is specified.
5341
5342 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5343
5344         * wl-vars.el (wl-from): Use return value of function
5345         user-full-name instead of the variable user-full-name since
5346         XEmacs-20.4 doesn't set this variable.
5347
5348 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5349
5350         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5351         call `wl' directly.
5352
5353 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5354
5355         * wl-draft.el (wl-draft-reedit): Removed duplicated
5356         switch-to-buffers.
5357
5358 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5359
5360         * wl.el (wl-other-frame): Removed garbages.
5361
5362 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5363
5364         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5365
5366         * wl-xmas.el (wl-draft-key-setup): Ditto.
5367
5368         * wl-mule.el (wl-draft-key-setup): Ditto.
5369
5370         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5371         (wl-draft-reedit): Ditto.
5372         (wl-draft-prepare-edit): Add `wl-draft-save' to
5373         `local-write-file-hooks'.
5374         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5375         (wl-draft-reedit): Set buffer-file-name.
5376         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5377
5378
5379         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5380         call it.
5381         (wl-delete-startup-frame-function): New variable.
5382         (wl-other-frame): New function
5383         (Original was written by Yamaoka san [wl: 09239]).
5384
5385         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5386         if `wl-folder-use-frame'.
5387
5388 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5389
5390         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5391
5392 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5393
5394         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5395         New variable.
5396         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5397         (wl-message-buffer-prefetch-get-next): Use them.
5398         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5399
5400 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5401
5402         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5403         with unwind-protect.
5404
5405         * wl-draft.el (wl-draft-reedit): Rewrite.
5406         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5407         (wl-draft-save): Insert header separator if it does not exist;
5408         Removed condition-case.
5409
5410         * wl-summary.el (wl-summary-reedit): Revert last change.
5411
5412         * wl-draft.el (wl-draft-save): Rewrite.
5413         (wl-draft-create-buffer): Set buffer-file-name as nil.
5414
5415         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5416
5417         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5418
5419         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5420         nil.
5421
5422 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5423
5424         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5425         If count is nil, do not prefetch.
5426         (wl-message-buffer-prefetch-next): Next.
5427
5428 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5429
5430         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5431
5432 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5433
5434         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5435         `delete-backward-char'
5436         (wl-draft-prepare-edit): Check major-mode.
5437         (wl-draft-decode-header): Rewrite.
5438         (wl-draft): Fix.
5439
5440 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5441
5442         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5443
5444 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5445
5446         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5447         (wl-message-buffer-prefetch-get-next): Remove size checking.
5448         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5449
5450 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5451
5452         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5453         (wl-draft-default-headers): Fix.
5454
5455 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5456
5457         * wl-draft.el (wl-draft-default-headers): Insert return value of
5458         `wl-generate-mailer-string-function'.
5459
5460 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5461
5462         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5463         (wl-draft-insert-mail-header-separator): Ditto.
5464
5465         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5466         again (Reverted the change on 2002-01-17 by OKADA san).
5467
5468 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5469
5470         * wl-draft.el (wl-draft): Rewrite.
5471         (wl-draft-create-buffer): New function.
5472         (wl-draft-create-contents): Ditto.
5473         (wl-draft-prepare-edit): Ditto.
5474         (wl-draft-decode-header): Ditto.
5475         (wl-draft-decode-body): Ditto.
5476         (wl-draft-check-new-line): Ditto.
5477         (wl-draft-default-headers): Ditto.
5478         (wl-draft-insert-mail-header-separator): Ditto.
5479
5480 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5481
5482         * Version number is increased to 2.9.6.
5483
5484 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5485
5486         * wl-draft.el (wl-draft-delete-field): Optional argument.
5487         (wl-draft-delete-fields): Ditto.
5488
5489 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5490
5491         * wl-message.el (toplevel): Eliminated byte-compile warning.
5492         for `itimer-function', `delete-timer' and `itimer-list'.
5493
5494 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5495
5496         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5497         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5498         `wl-message-buffer-prefetch-threshold'.
5499         * wl-summary.el (wl-summary-redisplay-internal): Remove
5500         the check of `wl-message-buffer-prefetch-depth'.
5501
5502 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5503
5504         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5505         size of article.
5506         (wl-message-buffer-prefetch-subr): Remove size check.
5507
5508 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5509
5510         * wl-vars.el (wl-plugged): Make customizable.
5511
5512 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5513
5514         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5515         (wl-message-buffer-prefetch-set-timer): New function.
5516         (wl-message-buffer-prefetch-get-next): New function.
5517         (wl-message-buffer-prefetch): New function.
5518         (wl-message-buffer-prefetch-next): Rewrite.
5519         (wl-message-buffer-prefetch-subr): Rewrite.
5520         * wl-vars.el (wl-auto-prefetch-first): New variable.
5521         * wl-summary.el (wl-summary-goto-folder-subr): Call
5522         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5523
5524 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5525
5526         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5527         `wl-summary-unread-message-hook'.
5528
5529 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5530
5531         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5532         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5533         if range is `cache-status'.
5534
5535 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5536
5537         * wl-message.el (wl-message-buffer-prefetch-subr):
5538         Improve debug message.
5539
5540 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5541
5542         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5543         `wl-mail-send-pre-hook'.
5544         (wl-draft-send-mail-with-qmail): Ditto.
5545         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5546
5547 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5548
5549         * wl-message.el (wl-message-buffer-prefetch-subr):
5550         Fix for cancel-function-timers bug.
5551         (wl-message-buffer-prefetch-debug): Default value is t.
5552
5553 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5554
5555         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5556         (wl-message-buffer-prefetch-subr): Rewrite.
5557         Rename from `wl-message-buffer-prefetch'.
5558
5559 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5560
5561         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5562         (wl-default-draft-cite-decorate-author): Ditto.
5563
5564         * wl-draft.el (wl-draft-cite-function): Removed.
5565         (wl-default-draft-cite-decorate-author): Ditto.
5566
5567 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5568
5569         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5570         (wl-default-draft-cite): Do not arrange author name if the value of
5571         `wl-default-draft-cite-decorate-author' is nil.
5572
5573 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5574
5575         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5576
5577         * wl-folder.el (wl-folder-check-one-entity): Don't care
5578         `elmo-folder-use-flag-p'.
5579
5580 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5581
5582         * wl-folder (wl-folder-check-one-entity): Fix
5583         problem if unread is nil.
5584
5585 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5586
5587         * wl-address.el (wl-address-make-completion-list): Check whether
5588         the address is a group list.
5589         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5590
5591 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5592
5593         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5594         The number of the messages of new and unread does not count
5595         correctly.
5596
5597         * wl-summary.el (wl-summary-count-unread): Changed to return
5598         `(new . unread)' instead of total.
5599         (wl-summary-sync-update): Follow the change above.
5600
5601         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5602
5603 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5604
5605         * wl-address.el (wl-address-make-completion-list): Do not enclose
5606         address by " <" and ">" if associated realname is "".
5607         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5608         This is against the promblem with group list in .addresses pointed
5609         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5610
5611 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5612
5613         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5614         message is a format control string.
5615         * wl-expire.el (wl-expire-append-log): Ditto.
5616         * wl-mime.el (wl-summary-burst-subr): Ditto.
5617         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5618         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5619
5620 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5621
5622         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5623         wl.el (wl-check-variables): Rename from `wl-check-type'.
5624         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5625         (wl-check-variables-2): New function.
5626         (wl): Call `wl-check-variables-2'.
5627
5628 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5629
5630         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5631         after renaming folder in access group.
5632
5633 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5634
5635         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5636         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5637         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5638         (wl-message-buffer-prefetch): Rewrite.
5639         (wl-message-buffer-prefetch-idle-time): Removed.
5640         * wl-summary.el (wl-summary-redisplay-internal):
5641         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5642         Error check for `wl-message-buffer-prefetch-depht'.
5643
5644 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5645
5646         * Version number is increased to 2.9.5.
5647         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5648
5649 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5650
5651         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5652         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5653         Based on the patch written by
5654         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5655
5656 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5657
5658         * wl-draft.el (wl-draft-raw-send): Fix for
5659         `wl-news-send-pre-hook'
5660
5661 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5662
5663         * wl-utils.el (wl-message-id-function): New variable.
5664         * wl-draft.el (wl-draft-insert-required-fields):
5665         Use `wl-message-id-function'.
5666
5667 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5668
5669         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5670         * wl-utils.el (wl-draft-make-message-id-string):
5671         Use `wl-from' for domain part of Message-ID
5672         if `wl-message-id-use-wl-from' if non-nil.
5673         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5674
5675 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5676
5677         * wl.el (wl): Call `wl-check-type'
5678         Do not 'condition-case'.
5679
5680 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5681
5682         * wl.el (wl-check-type): New function.
5683         (wl-check-type-variables): New variable.
5684
5685 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5686
5687         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5688
5689 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5690
5691         * wl-draft.el (wl-smtp-password-key): New function.
5692         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5693         (wl-draft-send-mail-with-smtp): Ditto.
5694         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5695
5696 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5697
5698         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5699         * wl-utils.el (wl-unique-id-suffix): Remove.
5700
5701 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5702
5703         * Version number is increased to 2.9.4.
5704
5705 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5706
5707         * wl-utils.el (wl-unique-id-suffix): New variable.
5708         (wl-unique-id): Use `wl-unique-id-suffix'
5709
5710 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5711
5712         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5713         instead of `elmo-msgdb-search'.
5714
5715         * Version number is increased to 2.9.3.
5716
5717 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5718
5719         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5720
5721 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5722
5723         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5724         (wl-draft-dispatch-message): Changed for send-later.
5725         (wl-draft-queue-flush): Ditto.
5726         (wl-draft): Clear `wl-sent-message-queued'.
5727         (wl-draft-reedit): Ditto.
5728         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5729         * wl-vars.el (wl-draft-force-queuing): New variable.
5730         (wl-draft-force-queuing-mail): New variable.
5731         (wl-draft-force-queuing-news): New variable.
5732
5733 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5734
5735         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5736         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5737
5738 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5739
5740         * Version number is increased to 2.9.2.
5741
5742 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * wl-draft.el (wl-draft-elide-region): New user command.
5745         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5746
5747         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5748         command `wl-draft-elide-region'.
5749         * wl-mule.el: Ditto.
5750         * wl-xmas.el: Ditto.
5751
5752 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5753
5754         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5755         (wl-biff-check-folder-async): Removed needless let.
5756
5757 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5758
5759         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5760         wl-folder-get-elmo-folder.
5761         (wl-biff-check-folder): Set `biff' argument of
5762         `wl-folder-check-one-entity'.
5763         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5764
5765         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5766         (wl-folder-check-one-entity): Added `biff' argument;
5767         Setup `biff' slot of folder.
5768
5769         * Version number is increased to 2.9.1.
5770
5771 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5772
5773         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5774         comment out and fixed.
5775         (wl-fldmgr-add-completion-subr): Ditto.
5776
5777         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5778         and msgdb.
5779
5780         * wl.el (wl-toggle-plugged): Save summary view.
5781
5782 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5783
5784         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5785
5786 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5787
5788         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5789
5790 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5791
5792         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5793         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5794         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5795
5796         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5797         if it was failed.
5798         (wl-demo): Disable undo in the demo buffer.
5799
5800 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5801
5802         * wl-version.el (wl-version): Changed codename.
5803
5804         * Version number is increased to 2.9.0.
5805
5806 2001-12-14  Takuo KITAME <kitame@northeye.org>
5807
5808         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5809         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5810         (wl-folder-mark-as-read-all-current-entity): Ditto.
5811
5812 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5813
5814         * wl-vars.el (wl-from-width): Define as obsolete variable.
5815         (wl-subject-length-limit): Ditto.
5816
5817         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5818
5819         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5820         wl-summary-save-view.
5821
5822         * wl.el (wl-save-status): Ditto.
5823         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5824
5825         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5826         (wl-summary-exit): Follow the change above.
5827         (wl-summary-goto-folder-subr): Ditto.
5828
5829         * wl-folder.el (wl-folder-create-subr): Don't use
5830         `elmo-folder-creatable-p'.
5831
5832 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5833
5834         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5835
5836 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5837
5838         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5839         rather than bitmap on Emacs 21.
5840         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5841         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5842         for xbm if the new redisplay engine is not available.
5843
5844 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5845
5846         * wl-folder.el (wl-folder-init-hook): New hook.
5847         (wl-folder-init): Run `wl-folder-init-hook'.
5848
5849 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5850
5851         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5852
5853 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5854
5855         * wl-acap.el (wl-acap-cache-filename): New variable.
5856         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5857         (wl-acap-init): Use cache if no ACAP server found.
5858
5859 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5860
5861         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5862         `wl-acap-original-msgdb-dir'.
5863
5864         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5865         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5866
5867         * wl-mime.el (wl-mime-save-directory): Renamed from
5868         `wl-mime-save-dir'.
5869
5870 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5871
5872         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5873
5874         * wl-demo.el: Require `path-util'.
5875         (wl-demo-bitmap-mule-available-p): New internal variable.
5876         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5877         `module-installed-p' instead.
5878         (wl-demo-insert-image): Use *.img file for a bitmap image.
5879         (wl-demo): Don't call the ascii demo recursively.
5880
5881 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5882
5883         * Version number is increased to 2.7.7.
5884
5885 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5886
5887         * wl.el (wl-exit): Eliminated byte-compile warning.
5888
5889 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5890
5891         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5892         obsolete variable using `elmo-define-obsolete-variable'.
5893         (wl-fetch-confirm-threshold): Ditto.
5894         (wl-cache-prefetch-folder-type-list): Ditto.
5895         (wl-cache-prefetch-folder-list): Ditto.
5896
5897 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5900         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5901         (wl-demo-insert-image): New function.
5902         (wl-demo-insert-text): New function.
5903         (wl-demo-image-type-alist): Redefine as a function.
5904         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5905         (wl-demo-with-temp-file-buffer): Removed.
5906         (wl-logo-xpm): Removed.
5907         (wl-logo-xbm): Removed.
5908         (wl-logo-bitmap): Removed.
5909
5910 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5911
5912         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5913         (wl-expire-localdir-get-folder-function): New user option.
5914         (wl-expire-localdir-get-folder): New function.
5915         (wl-expire-localdir-date): Ditto.
5916
5917 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5918
5919         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5920         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5921         Fixed unread number mismatch when all-unread < unread.
5922
5923 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5924
5925         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5926         (wl-fetch-confirm-threshold): Ditto.
5927
5928         * wl-summary.el (wl-summary-confirm-appends): Removed.
5929         (wl-summary-sync-update): Don't refer
5930         `wl-summary-update-confirm-threshold' (It is now abolished).
5931
5932         * wl-message.el (wl-message-display-internal): Don't refer
5933         `wl-fetch-confirm-threshold' (It is now abolished).
5934
5935 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5936
5937         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5938
5939 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5940
5941         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5942         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5943         Change default value to nil.
5944         (wl-summary-indent-length-limit): The value can be nil, nil means
5945         unlimited.
5946
5947         * wl-summary.el: Don't set limit for indent length if the value of
5948         wl-summary-indent-length-limit is nil.
5949         If the value of wl-summary-width is nil, it means only that the width
5950         of summary is unlimited (nil doesn't mean that the indent length is
5951         unlimited).
5952
5953         * wl-thread.el: Ditto.
5954
5955 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5956
5957         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5958         be nil, nil means never confirm.
5959         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5960
5961 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5962
5963         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5964         means unlimited).
5965
5966 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5967
5968         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5969         Use `with-temp-buffer'.
5970
5971 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5972
5973         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5974         with new backquote style).
5975         (wl-folder-get-entity-from-buffer): Ditto.
5976
5977 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5978
5979         * wl-version.el (nemacs-version): Eliminated.
5980         (wl-extended-emacs-version2): Ignore nemacs.
5981         (wl-extended-emacs-version3): Ditto.
5982
5983 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5984
5985         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5986         (wl-draft-add-in-reply-to): New variable.
5987         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5988         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5989         (wl-draft-yank-from-mail-reply-buffer): Use
5990         `wl-draft-add-in-reply-to'.
5991         (wl-draft-insert-current-message): Ditto.
5992
5993 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5994
5995         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5996         typo (kill->hide).
5997         (wl-message-buffer-prefetch-folder-type-list): Added elements
5998         `mark' and `cache' instead of `internal'.
5999
6000 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6001
6002         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6003         resume msgdb directory.
6004
6005 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6006
6007         * wl.el (wl-exit): Call `wl-acap-exit'.
6008
6009         * wl-summary.el (wl-summary-message-string): New function.
6010         (wl-summary-reedit): Use it.
6011         (wl-summary-resend-bounced-mail): Remove needless let.
6012         (wl-summary-supersedes-message): Ditto.
6013         (wl-summary-save): Ditto.
6014
6015         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6016         (wl-acap-init): Set it.
6017         (wl-acap-exit): New function.
6018
6019 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6020
6021         * wl.el (wl-init): Revert (require 'mime-setup). move from
6022         toplevel.
6023
6024 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6025
6026         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6027         local variables.  Add error when guess function return invalid
6028         value.
6029
6030 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6031
6032         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6033         Change local variable name.
6034         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6035         (wl-folder-get-newsgroups): Return nil when non-news folder.
6036         * wl-summary.el (wl-summary-write-current-folder): State through
6037         when guess-list return nil.
6038         (wl-summary-write-current-folder-functions): Fixed docstring.
6039
6040         * wl.el (wl-exit): Changed confirm message.
6041
6042         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6043         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6044
6045         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6046
6047 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6048
6049         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6050         user option (Renamed from wl-cache-prefetch-folder-type-list).
6051         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6052         from wl-cache-prefetch-folder-list).
6053
6054         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6055         Move to wl-vars.el.
6056         (wl-message-buffer-prefetch-p): Changed to enable
6057         `wl-message-buffer-prefetch-folder-list'.
6058
6059         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6060         `ignore-cache'.
6061
6062 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6063
6064         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6065         `part-top' and `part-bottom'.
6066         (wl-draft-config-sub-part-top): New function.
6067         (wl-draft-config-sub-part-bottom): New function.
6068
6069 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6070
6071         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6072
6073 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6074
6075         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6076
6077 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6078
6079         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6080
6081         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6082         (wl-summary-write-current-folder): Ditto.
6083
6084 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6085
6086         * wl-folder.el (wl-folder-get-newsgroups): Use
6087         `elmo-folder-newsgroups'.
6088
6089 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6090
6091         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6092         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6093         `wl-draft-config-sub-header-bottom'.
6094
6095 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6096
6097         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6098         localnews folder.
6099
6100 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6101
6102         * wl-summary.el (wl-summary-mode): Undo last change.
6103
6104         * wl-folder.el (wl-folder-mode): Ditto.
6105
6106 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6107
6108         * wl-summary.el (wl-summary-mode): Locally set
6109         truncate-partial-window-width to nil.
6110         (for XEmacs)
6111
6112         * wl-folder.el (wl-folder-mode): Ditto.
6113
6114 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6115
6116         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6117
6118 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6119
6120         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6121         number.
6122
6123         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6124
6125         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6126
6127         * Version number is increased to 2.7.6.
6128
6129 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6130
6131         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6132
6133 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6134
6135         * wl-summary.el (wl-summary-sync-update): Enclose network
6136         related portion with `unwind-protect'.
6137
6138 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6139
6140         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6141
6142 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6143
6144         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6145         element.
6146         * wl-vars.el (wl-message-body-button-alist): Ditto.
6147
6148         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6149         max match length.
6150         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6151
6152         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6153         for the max match length;
6154         Use 4th element value for the button string regexp group.
6155
6156         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6157         candidate exists, prompt to select.
6158
6159 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6160
6161         * wl-summary.el (wl-summary-jump-to-msg): Search before
6162         calibration point by `beginning-of-line'.
6163
6164 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6165
6166         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6167         for access group.
6168
6169 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6170
6171         * wl-message.el (wl-message-display-internal): Bind
6172         `default-mime-charset'.
6173
6174         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6175
6176         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6177
6178         * Version number is increased to 2.7.5.
6179
6180 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6181
6182         * wl-expire.el (wl-summary-archive): Fixed;
6183         Use `elmo-folder-name-internal'.
6184
6185 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6186
6187         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6188         from `elmo-folder-move-messages' caller.
6189         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6190
6191         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6192         related portions are changed).
6193
6194 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6195
6196         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6197         counter.
6198
6199 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6200
6201         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6202         buffer local and set it to nil.
6203
6204         * wl-message.el (wl-message-redisplay): Ditto.
6205
6206 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6207
6208         * wl-summary.el (wl-summary-mark-as-important): If message is
6209         already cached, set messag as read, otherwise encache and mark as read.
6210
6211 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6212
6213         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6214         point-min.
6215
6216 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6217
6218         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6219         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6220         a keymap.
6221
6222 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6223
6224         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6225         parent.
6226
6227         * wl-mule.el (wl-message-define-keymap): Ditto.
6228
6229         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6230
6231         * wl-xmas.el (wl-message-display-internal-hook): Define.
6232         (wl-xmas-setup-message-toolbar): Define as function.
6233         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6234         (wl-message-overload-functions): Abolished.
6235         (wl-message-define-keymap): New function.
6236
6237         * wl-vars.el (wl-message-display-internal-hook): New variable.
6238         (wl-message-header-button-alist): New variable (Renamed from
6239         wl-highlight-message-header-button-alist).
6240         (wl-message-body-button-alist): Ditto.
6241
6242         * wl-mule.el (wl-message-define-keymap): New function.
6243         (wl-message-overload-functions): Abolished.
6244
6245         * wl-message.el (wl-message-add-buttons-to-body): New function.
6246         (wl-message-redisplay): Don't call wl-message-overload-functions;
6247         Call wl-message-add-buttons-to-header and
6248         wl-message-add-buttons-to-body.
6249         (wl-message-display-internal): Set keymap argument for
6250         elmo-mime-display-as-is, elmo-mime-message-display;
6251         Run wl-message-display-internal-hook.
6252         (wl-message-refer-article-or-url): Abolished.
6253
6254         * wl-highlight.el (wl-highlight-headers): Don't call
6255         wl-highlight-message-add-buttons-to-header.
6256         (wl-highlight-message-add-buttons-to-header): Abolished.
6257
6258
6259         * wl-e21.el (wl-message-display-internal-hook): Define.
6260         (wl-e21-setup-toolbar): Deleted duplicated binding.
6261         (wl-e21-setup-message-toolbar): Define as function.
6262         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6263         (wl-message-define-keymap): New function.
6264         (wl-message-overload-functions): Abolished.
6265
6266 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6267
6268         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6269         and elmo-folder-close.
6270
6271         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6272
6273 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6274
6275         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6276         boolean value.
6277         * wl-draft.el (wl-draft-do-fcc): Ditto.
6278
6279 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6280
6281         * wl-vars.el (wl-fcc-force-as-read): New variable.
6282         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6283         mark copied message as read.
6284
6285 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6286
6287         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6288
6289 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6290
6291         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6292         `wl-summary-target-above' instead of obsolete variable
6293         `wl-summary-temp-above'.
6294
6295         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6296         instead of `make-obsolete-variable'.
6297         * wl-refile.el (toplevel): Ditto.
6298
6299 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6300
6301         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6302         with third argument t.
6303         (wl-draft): Set first argument for wl-plugged-init as t.
6304
6305         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6306         definition.
6307
6308 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6309
6310         * wl-vars.el: Tabify.
6311         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6312
6313         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6314         message.
6315
6316 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6317
6318         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6319         and set default to beep.
6320
6321 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6322
6323         * wl-vars.el (wl-draft-truncate-lines): New variable.
6324
6325         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6326         instead of wl-message-truncate-lines for truncate-lines.
6327
6328 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6329
6330         * wl-message.el (wl-message-display-internal): Call
6331         `wl-highlight-message' after `elmo-mime-display-as-is'.
6332
6333         * wl-mime.el (wl-mime-display-text/plain): New function.
6334         (wl-mime-display-header): Ditto.
6335         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6336         body-presentation-method for text/plain;
6337         Register `wl-mime-display-header' as a header-presentation-method;
6338         Don't set up `elmo-message-text-content-inserted-hook' and
6339         `elmo-message-header-inserted-hook'.
6340
6341         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6342         variable.
6343         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6344         as t if flag is 'all-header;
6345         Don't bind `elmo-message-ignored-field-list',
6346         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6347
6348 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6351         for xemacs with non-mule environment.
6352
6353 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6354
6355         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6356         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6357         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6358
6359 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6360
6361         * wl-vars.el (wl-interactive-send): Set default value as t.
6362
6363 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6364
6365         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6366         (wl-addrmgr-method-list): Abolished.
6367         (wl-addrmgr-change-method): Follow above change.
6368
6369         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6370
6371 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6372
6373         * wl-vars.el (wl-message-truncate-lines): Change default value
6374         to default-truncate-lines.
6375
6376         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6377
6378 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6379
6380         * wl-vars.el (wl-message-truncate-lines): New variable.
6381
6382         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6383         wl-message-truncate-lines.
6384
6385 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6386
6387         * wl-acap.el (wl-acap-init): Remove period from error message.
6388         (wl-acap-find-acap-service): Remove period from message.
6389
6390 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6391
6392         * wl.el (wl-check-environment): Undo last change.
6393
6394         * wl-vars.el (wl-from): Changed default value.
6395
6396         * wl-util.el (toplevel): Don't require tm-edit.
6397
6398         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6399         `wl-folder-init';
6400         Don't set mark on mail body.
6401         (wl-draft-reedit): Ditto.
6402
6403         * wl-address.el (wl-address-quote-specials): Define as an alias for
6404         elmo-address-quote-specials.
6405
6406 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6407
6408         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6409
6410         * wl-vars.el (wl-from): Set default value as nil.
6411         (wl-organization): Set default value as ORGANIZATION environment
6412         variable.
6413
6414         * wl-draft.el (wl-smtp-extension-bind): Check value of
6415         wl-smtp-connection-type.
6416
6417         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6418         error.
6419
6420 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6421
6422         * Version number is increased to 2.7.4.
6423
6424         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6425         arguments from `wl-highlight-x-face-function' caller.
6426         Use x-face-1.3.6.12 or later.
6427
6428 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6429
6430         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6431
6432 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6433
6434         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6435         (wl-fcc): Fix to accept function.
6436         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6437
6438 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6439
6440         * wl-acap.el (toplevel): Added `product-provide' declare.
6441         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6442
6443 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6444
6445         * wl.el (wl): Changed order of calling `elmo-init'
6446         and `elmo-folder-init'.
6447
6448 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6449
6450         * wl-mime.el (wl-summary-burst): Extract message when content-type
6451         of root entity is not only `multipart' but also `message/rfc822'.
6452         (wl-summary-burst-subr): Ditto.
6453
6454 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6455
6456         * wl-vars.el (toplevel): Require 'custom.
6457         (wl-trash-folder): Added to `wl-setting' group.
6458
6459         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6460         exists.
6461         (wl-addrmgr-draw): Insert empty line when no entry exists.
6462
6463         * wl-mule.el (wl-message-wheel-up): Fixed.
6464         (wl-message-wheel-down): Ditto.
6465
6466 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6467
6468         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6469         config is an anonymous lambda expression.
6470
6471 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6472
6473         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6474         when Mule 2 is running.
6475
6476 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6477
6478         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6479
6480 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6481
6482         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6483         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6484
6485         * wl-address.el (wl-address-specials-regexp): Eliminated.
6486         (wl-address-quote-specials): Rewrite.
6487
6488 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6489
6490         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6491         shy-groups for regexp.
6492
6493         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6494         character classes and Perl style shy-groups for regexp.
6495         (wl-highlight-plugged-current-line): Use Posix style character
6496         classes for regexp.
6497         (wl-e21-highlight-folder-by-numbers): Ditto.
6498         (wl-e21-display-image-p): Use `display-images-p' instead of
6499         `display-graphic-p'.
6500         (display-images-p): Make an alias to `display-graphic-p' if it is
6501         not available.  It is for Emacs version prior to 21.0.105.
6502
6503         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6504         `display-graphic-p'.
6505         (wl-demo-image-type-alist): Ditto.
6506         (display-images-p): Make an alias to `display-graphic-p' if it is
6507         not available.  It is for Emacs version prior to 21.0.105.
6508
6509 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6510
6511         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6512         support.
6513         (wl-generate-user-agent-string): Ditto.
6514
6515         * wl-version.el (wl-version): Update docsting.
6516         (wl-version-status): Ditto.
6517
6518 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6519
6520         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6521         21.0.105.  For Emacs 21.0.104 or earlier.
6522
6523 2001-09-03  Takuo KITAME <kitame@northeye.org>
6524
6525         * wl-e21.el (wl-plugged-init-icons): Use
6526         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6527         (wl-biff-init-icons): Ditto.
6528
6529 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6530
6531         * wl-highlight.el (wl-highlight-summary-current-line):
6532         Fixed highlighting refile/copy destination.
6533
6534         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6535         (wl-acap-store): Encode string by wl-acap-coding-system.
6536
6537 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6538
6539         * wl-acap.el (toplevel): Check and require 'un-define before
6540         'xemacs-ucs;
6541          Added checking for UTF-2000.
6542
6543 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6544
6545         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6546         Don't enclose with `eval-and-compile'.
6547
6548         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6549         wl-init is non-nil.
6550
6551         * wl-draft.el (wl-draft): Ditto.
6552
6553         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6554
6555         * wl-acap.el (toplevel): Require 'wl.
6556         (wl-acap-store): Call `elmo-init'.
6557
6558         * wl.el (wl): Changed position of `wl-check-environment'.
6559         (toplevel): Added autoload setting for wl-acap.
6560
6561         * wl-vars.el (wl-setting): New custom group.
6562         (wl-from): Added wl-setting group.
6563         (wl-user-mail-address-list): Ditto.
6564         (wl-organization): Ditto.
6565         (wl-subscribed-mailing-list): Ditto.
6566         (wl-envelope-from): Ditto.
6567         (wl-smtp-posting-user): Ditto.
6568         (wl-smtp-posting-server): Ditto.
6569         (wl-smtp-posting-port): Ditto.
6570         (wl-smtp-authenticate-type): Ditto.
6571         (wl-pop-before-smtp-user): Ditto.
6572         (wl-pop-before-smtp-server): Ditto.
6573         (wl-pop-before-smtp-port): Ditto.
6574         (wl-pop-before-smtp-authenticate-type): Ditto.
6575         (wl-nntp-posting-server): Ditto.
6576         (wl-nntp-posting-user): Ditto.
6577         (wl-nntp-posting-port): Ditto.
6578         (wl-fetch-confirm-threshold): Ditto.
6579         (wl-prefetch-threshold): Ditto.
6580         (wl-thread-insert-opened): Ditto.
6581         (wl-ldap-server): Ditto.
6582         (wl-ldap-port): Ditto.
6583         (wl-ldap-base): Ditto.
6584         (wl-ldap-objectclass): Ditto.
6585         (wl-use-ldap): Ditto.
6586         (wl-draft-config-alist): Ditto.
6587         (wl-draft-config-matchone): Ditto.
6588         (wl-template-alist): Ditto.
6589         (wl-message-sort-field-list): Ditto.
6590         (wl-message-ignored-field-list): Ditto.
6591         (wl-message-visible-field-list): Ditto.
6592         (wl-interactive-send): Ditto.
6593         (wl-summary-move-order): Ditto.
6594         (wl-auto-select-first): Ditto.
6595         (wl-auto-select-next): Ditto.
6596         (wl-interactive-save-folders): Ditto.
6597
6598         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6599         Initialization codes are moved from wl-local-folder-init.
6600         (wl-local-folder-init): Follow the change above.
6601         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6602
6603         * wl-acap.el: New file.
6604
6605         * Version number is increased to 2.7.3.
6606
6607 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6608
6609         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6610
6611 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6612
6613         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6614         (wl-addrmgr-address-entry-list): Ditto.
6615
6616 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6617
6618         * wl-e21.el (wl-draft-mode-map): Removed binding for
6619         `wl-draft-insert-x-face-field'.
6620
6621         * wl-mule.el (wl-draft-mode-map): Ditto.
6622
6623         * wl-xmas.el (wl-draft-mode-map): Ditto.
6624
6625         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6626         (wl-cs-autoconv): Ditto.
6627         (wl-cs-local): Ditto.
6628         (wl-use-scoring): Ditto.
6629         (wl-mime-charset): Ditto.
6630         (wl-folder-check-async): Ditto.
6631
6632         * wl.el (toplevel): Ignore nemacs and tm.
6633         (wl-exit): Ditto.
6634
6635         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6636         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6637         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6638         instead of wl-address-petname-add-or-change.
6639         (wl-summary-edit-addresses-subr): Use wl-address-delete
6640         instead of wl-address-petname-delete.
6641
6642         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6643
6644         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6645         if error occured.
6646
6647         * wl-message.el (require): Remove tm support.
6648
6649         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6650
6651         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6652         (wl-folder-jump-to-current-entity): Ditto.
6653         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6654
6655         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6656         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6657         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6658
6659         * wl-mule.el (wl-draft-key-setup): Ditto.
6660
6661         * wl-xmas.el (wl-draft-key-setup): Ditto.
6662
6663         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6664         (wl-draft-std11-parse-addresses): New function.
6665         (wl-draft-parse-mailbox-list): Use it.
6666         (wl-draft): Ignore nemacs.
6667         (wl-draft-reedit): Ditto.
6668
6669         * wl-addrmgr.el: New file.
6670         (Original is wl-rcpt.el written by
6671         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6672         Thanks Kitamoto-san.)
6673
6674         * wl-address.el (wl-address-make-address-list): Modified parsing
6675         process.
6676         (wl-address-delete): Renamed from `wl-address-petname-delete';
6677         Modify wl-address-list too.
6678         (wl-address-add-or-change): Renamed from
6679         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6680
6681 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6682
6683         * wl-highlight.el (wl-highlight-summary-current-line):
6684           Work with transient-mark-mode
6685
6686 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6687
6688         * Version number is increased to 2.7.2.
6689
6690         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6691         instead of elmo-dop-queue-method.
6692
6693 2001-08-06  SAITO Atsunori <sai@yedo.com>
6694
6695         * wl-vars.el (wl-ldap-objectclass): New user option.
6696
6697         * wl-address.el (wl-ldap-make-filter): Use it.
6698
6699 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6700
6701         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6702
6703 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6704
6705         * wl-folder.el (wl-folder): redisplay after folder insertion.
6706
6707         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6708
6709         * wl-summary.el (wl-summary-sync-update):
6710         Change status mark only when new-msgdb exists.
6711         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6712
6713 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6714
6715         * wl-summary.el (wl-summary-open-folder): New function.
6716         (wl-summary-goto-folder-subr): Use it.
6717         (wl-summary-mark-as-important): Fix;
6718         Encache only when no cache exists.
6719
6720 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6721
6722         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6723         Use with-current-buffer.
6724
6725 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6726
6727         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6728         before call `get-buffer'. Fixed parenthesis.
6729         (wl-score-get-header-entry): Clear message and help window when
6730         keyboard quit.
6731         (wl-score-edit-insert-header): Ditto.
6732
6733 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6734
6735         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6736         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6737         (wl-default-draft-cite): Fix.
6738
6739         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6740         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6741
6742 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6743
6744         * wl-message.el (wl-message-prev-page): Do same bahavior
6745         as summary when it is called in the message buffer.
6746         (wl-message-next-page): Ditto.
6747
6748 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6749
6750         * wl-summary.el (wl-summary-forward): Use cache if it is not
6751         section cache.
6752
6753 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6754
6755         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6756         Removed redundant require of elmo-vars.
6757         (wl-biff-state-indicator-on): Changed default value for
6758         xemacs with non-mule environment.
6759
6760         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6761         wl-message-buffer is nil;
6762         Hide progress bar after moving messages.
6763
6764 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6765
6766         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6767         message at cursor point is deleted.
6768
6769 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6770
6771         * wl-vars.el: Changed file coding system to euc-japan.
6772         Added -*-coding:-*- magic to the first line.
6773
6774         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6775         Search parent from the first message.
6776
6777         * Version number is increased to 2.7.1.
6778
6779 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6780
6781         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6782
6783 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6784
6785         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6786         refile/delete execution.
6787
6788         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6789         Fixed docstring.
6790
6791 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6792
6793         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6794         do update process;
6795         Don't update marks when update process is interrupted.
6796
6797 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6798
6799         * wl-summary.el (wl-summary-reply): Fixed problem when
6800         wl-draft-use-frame is non-nil.
6801         (wl-summary-forward): Ditto.
6802
6803         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6804         as nil.
6805         (wl-folder-mark-as-read-all-entity): Ditto.
6806         (wl-folder-prefetch-entity): Ditto.
6807
6808         * wl.el (wl): Check environment before wl-init.
6809
6810         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6811         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6812         instead of wl-summary-collect-unread.
6813         (wl-summary-reply): Split message window.
6814
6815 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6816
6817         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6818         only if current language environment is japanese,
6819
6820         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6821         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6822         (wl-folder-goto-folder-subr): Ditto.
6823
6824         * wl-draft.el (wl-draft-dispatch-message): Call
6825         `elmo-file-cache-get-path'.
6826
6827 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6828
6829         * wl-summary.el (wl-summary-cursor-move): If return value of
6830         wl-summary-next-message is not number, don't jump.
6831
6832 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6833
6834         * wl-summary.el (wl-summary-buffer-next-message-function): New
6835         variable.
6836         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6837         if it is bound.
6838
6839         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6840         string.
6841
6842         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6843         (wl-plugged-drawing): Ditto.
6844
6845 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6846
6847         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6848         process.
6849         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6850         with unwind-protect.
6851
6852         * wl.el (wl-init): Require mime-setup.
6853         (wl-check-environment): Don't require mime-setup.
6854
6855         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6856         instead of elmo-folder-type.
6857
6858         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6859         value as nil.
6860
6861 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6862
6863         * Version number is increased to 2.7.0.
6864
6865         * wl-version.el (wl-version): Changed codename.
6866
6867         * wl-summary.el (wl-summary-delete-cache): Fixed.
6868
6869         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6870         Workaround for net folders.
6871         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6872
6873         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6874         value to nil (According to the patch from
6875         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6876
6877         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6878         of elmo-folder-close.
6879
6880 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6881
6882         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6883         for postfix.
6884
6885 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6886
6887         * wl-summary.el (wl-summary-resend-message): Fixed.
6888
6889         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6890         Call wl-draft with `from' argument if its address is included in
6891         `wl-user-mail-address-list'.
6892         (wl-draft): Added `from' argument.
6893
6894         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6895         non-nil.
6896         (wl): Don't show demo if wl-demo is nil.
6897
6898         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6899         wl-summary-use-frame.
6900
6901         * wl-vars.el (wl-summary-use-frame): New user option.
6902         (wl-folder-use-frame): Changed docstring.
6903
6904         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6905         non-nil.
6906         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6907         wl-summary-use-frame.
6908
6909         * wl-vars.el (wl-folder-use-frame): New user option.
6910
6911         * wl-summary.el (wl-summary-exit): Back to folder frame if
6912         wl-folder-use-frame is non-nil.
6913         (wl-summary-redisplay-internal): Ignore cache if current folder
6914         is draft folder,
6915         (wl-summary-redisplay-no-mime): Ditto.
6916         (wl-summary-redisplay-all-header): Ditto.
6917
6918         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6919         if wl-folder-use-frame is non-nil.
6920
6921 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6922
6923         * wl-summary.el (wl-summary-sync-update): Bind
6924         elmo-folder-update-threshold.
6925         (wl-summary-mark-as-important): Enclosed server mark processing
6926         with `save-match-data'.
6927
6928         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6929         only when it is already defined.
6930
6931 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6932
6933         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6934         name of folder exclude localdir is wrong.
6935         * wl-folder.el (wl-folder-sync-entity):
6936         Set `wl-summary-always-sticky-folder-list' as nil.
6937         (wl-folder-mark-as-read-all-entity): Ditto.
6938         (wl-folder-prefetch-entity): Ditto.
6939
6940 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6941
6942         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6943         instead of `wl-summary-write-current-newsgroup'.
6944
6945 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6946
6947         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6948         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6949         non-nil and selected message is important, do not display.
6950
6951 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6952
6953         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6954
6955 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6956
6957         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6958
6959         * wl-summary.el (wl-summary-mark-as-important): Set message number
6960         using wl-summary-message-number.
6961
6962 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6963
6964         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6965         destination folder is 'null.
6966
6967 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6968
6969         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6970         New function.
6971         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6972         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6973         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6974
6975 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6976
6977         * wl-mime.el (wl-mime-setup): Added setting for
6978         `mime-setup-signature-key-alist' to avoid overriding key bind for
6979         `wl-draft-send'.
6980
6981         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6982         for `wl-draft-send'.
6983         * wl-mule.el (wl-draft-overload-functions): Ditto.
6984         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6985         * wl-draft.el (wl-draft-send): Ditto.
6986
6987         * wl-message.el (wl-message-display-internal):
6988         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6989         (Patch is provided by <kita@coe.nttdata.co.jp>).
6990
6991 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6992
6993         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6994
6995 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6996
6997         * wl.el (wl): Fix for wl-demo.
6998
6999 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7000
7001         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7002
7003 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7004
7005         * wl-folder.el (wl-folder-prefetch-entity): Use
7006         `wl-folder-get-elmo-folder'.
7007         (wl-folder-count-incorporates): Do not use
7008         `wl-folder-get-elmo-folder'.
7009
7010 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7011
7012         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7013         instead of `elmo-folder-get-type'.
7014
7015 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7016
7017         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7018         position on Subject: field.
7019         (Advised by Mito <mit@nines.nec.co.jp>)
7020
7021 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7022
7023         * wl-folder.el (wl-folder-prefetch-entity): Use
7024         `wl-folder-get-elmo-folder'.
7025
7026 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7027
7028         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7029
7030         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7031         `process-duplicates' slot.
7032
7033         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7034         if detection failed.
7035
7036 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7037
7038         * wl-version.el (wl-version-status): Set to "alpha".
7039
7040 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7041
7042         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7043         Check wl-message-buffer lives before set-buffer.
7044
7045 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7046
7047         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7048         called in folder mode.
7049         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7050         * wl-summary.el (wl-summary-exit-pre-hook): Run
7051         `wl-summary-exit-pre-hook' before exit summary mode.
7052
7053 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7054
7055         * wl-version.el (wl-version-status): New variable.
7056         (wl-version-status-alist): Removed.
7057         (wl-version-status): Rule included.
7058
7059 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7060
7061         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7062         @sponichi.
7063
7064         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7065         when `mail-reply-buffer' is buffer-local variable.
7066         (Reported by <kita@coe.nttdata.co.jp>).
7067
7068 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7069
7070         * wl-vars.el (toplevel): Require 'elmo-util.
7071
7072 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7073
7074         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7075         (All other related portions are changed)
7076
7077         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7078
7079         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7080
7081 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7082
7083         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7084
7085 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7086
7087         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7088         Delete other windows to avoid an error.
7089         Use `point-marker' instead of `point' to remember the start point
7090         of body.
7091
7092         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7093
7094         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7095         number not to exceed all message number.
7096
7097 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7098
7099         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7100         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7101
7102 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7103
7104         * wl-summary.el (wl-summary-sync-force-update): Added argument
7105         no-check.
7106         (wl-summary-sync-update): Ditto.
7107         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7108         with `no-check'.
7109
7110         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7111         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7112         already running.
7113
7114 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7115
7116         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7117         `dst-folder-arg'.
7118         (wl-expire-archive-number1): Diito.
7119         (wl-expire-archive-number2): Diito.
7120         (wl-expire-archive-Date): Diito.
7121         (wl-archive-number1): Diito.
7122         (wl-archive-number2): Diito.
7123         (wl-archive-date): Diito.
7124         (wl-archive-folder-p): New function.
7125         (wl-summary-expire): Support of expand folder name at
7126         wl-expire-alist.
7127         * wl-util.el (wl-expand-newtext): Renamed from
7128         `wl-refile-expand-newtext'.
7129
7130 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7131
7132         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7133         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7134         `(elmo-msgdb-get-overview msgdb)'.
7135         (wl-summary-prefetch): Bind match data before call
7136         `wl-summay-prefetch-msg'.
7137         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7138         'off if `wl-summary-buffer-disp-msg' is non-nil.
7139         Fixed problem that couldn't show only one new or unread message when
7140         enter folder.
7141         (wl-summary-reply): Don't call `split-window-vertically' and other
7142         window.
7143
7144 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7145
7146         * wl-expire.el (wl-expire-refile): Fixed.
7147
7148 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7149
7150         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7151
7152         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7153         biff notification is removed.
7154
7155         * wl.el (wl): Changed position of `elmo-init'.
7156
7157         * wl-draft.el (wl-default-draft-cite): Use date field
7158         on the citation buffer.
7159
7160         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7161
7162         * wl-xmas.el (wl-folder-internal-icon-list): Added
7163         `wl-folder-shimbun-image'.
7164
7165         * wl-e21.el (wl-folder-internal-icon-list): Added
7166         `wl-folder-shimbun-image'.
7167
7168 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7169
7170         * wl.el (wl-init): Eliminated argument.
7171         (wl): Rewrite.
7172
7173         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7174         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7175         instead of `elmo-folder-msgdb-internal'.
7176         (wl-summary-sync-update): Ditto.
7177         (wl-summary-flush-pending-append-operations): Eliminated.
7178         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7179         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7180         `elmo-folder-open'.
7181
7182         * wl-mime.el (wl-summary-burst): Fixed.
7183
7184         * wl-folder.el (wl-folder-info-save): Check data type.
7185
7186         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7187         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7188         instead of `elmo-folder-msgdb-internal'.
7189         (wl-expire-hide): Ditto.
7190
7191
7192         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7193
7194 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7195
7196         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7197
7198 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7199
7200         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7201
7202 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7203
7204         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7205         Fixed `match-beginning' argument mismatch.
7206
7207 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7208
7209         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7210         the default value.
7211
7212 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7213
7214         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7215         instead of `elmo-nntp-default-port'.
7216
7217         * wl-vars.el: Fixed some doc strings.
7218
7219 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7220
7221         * wl-summary.el (wl-summary-prefetch-msg): Use
7222         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7223
7224         * wl-vars.el: Define *-func as obsolete variable using
7225         `elmo-define-obsolete-variable'.
7226
7227         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7228         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7229         instead of `wl-message-buffer-prefetch-threshold'.
7230
7231         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7232
7233         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7234
7235         * wl-draft.el (wl-caesar-region-func): Ditto.
7236
7237         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7238         Keep unread status in elmo-folder-move-messages.
7239         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7240
7241 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7242
7243         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7244         `wl-summary-buffer-exit-func'
7245         (wl-summary-buffer-message-redisplay-function): Renamed from
7246         `wl-summary-buffer-message-redisplay-func'
7247         (wl-summary-buffer-next-folder-function): Renamed from
7248         `wl-summary-buffer-next-folder-func'.
7249         (wl-summary-buffer-prev-folder-function): Renamed from
7250         `wl-summary-buffer-prev-folder-func'.
7251         (wl-summary-get-petname-function): Renamed from
7252         `wl-summary-get-petname-func'.
7253
7254         * wl-score.el (wl-score-edit-exit-function): Renamed from
7255         `wl-score-edit-exit-func'.
7256
7257         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7258         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7259
7260         * wl-util.el (wl-load-profile-function): Renamed from
7261         `wl-load-profile-func'.
7262
7263         * wl-folder.el (wl-folder-completion-function): Renamed from
7264         `wl-folder-completion-func'.
7265         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7266
7267         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7268         `wl-expire-archive-get-folder-func'.
7269         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7270         (wl-draft-send-mail-function): Renamed from
7271         `wl-draft-send-mail-func'.
7272         (wl-draft-send-news-function): Renamed from
7273         `wl-draft-send-news-func'.
7274         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7275         (wl-generate-mailer-string-function): Renamed from
7276         `wl-generate-mailer-string-func'.
7277         (wl-highlight-signature-search-function): Renamed from
7278         `wl-highlight-signature-search-func'.
7279         (wl-highlight-x-face-function): Renamed from
7280         `wl-highlight-x-face-func'
7281         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7282         (wl-ps-print-buffer-function): Renamed from
7283         `wl-ps-print-buffer-func'
7284         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7285         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7286         (wl-summary-subject-filter-function): Renamed from
7287         `wl-summary-subject-filter-func'.
7288
7289         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7290         `wl-draft-queue-flush-send-func'
7291         (wl-draft-cite-function): Renamed from
7292         `wl-draft-cite-func'
7293
7294         * wl-address.el (wl-address-init-function): Renamed from
7295         `wl-address-init-func'.
7296
7297 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7298
7299         * wl-draft.el (wl-draft-queue-flush): Don't call
7300         `elmo-dop-unlock-message'.
7301         * wl-draft.el (wl-draft-queue-append): Don't call
7302         `elmo-dop-lock-message'.
7303
7304         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7305         (wl-summary-buffer-folder-name): Ditto.
7306         (wl-summary-message-regexp): Added '-' (all other related portions
7307         are changed).
7308         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7309         wl-summary-buffer-folder-name.
7310
7311 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7312
7313         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7314         the number of mails in the folder buffer is not updated by wl-biff.
7315
7316 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7317
7318         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7319         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7320
7321 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7322
7323         * wl-summary.el (wl-summary-next-message):
7324         Return next message number when wl-summary-move-order is nil.
7325
7326 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7327
7328         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7329         `wl-summary-move-spec-alist'.
7330         (wl-summary-move-spec-unplugged-alist): New variable
7331         (Move spec for unplugged status).
7332         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7333         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7334
7335 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7336
7337         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7338         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7339
7340 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7341
7342         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7343         simple quotation to quote the anonymous function.
7344         * tm-wl.el (wl-draft-preview-message): Ditto.
7345
7346 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7347
7348         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7349         Eliminate redundant `save-excursion'.
7350         (wl-highlight-summary-current-line): Ditto.
7351
7352         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7353         accessing match data when `looking-at' failed.
7354
7355         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7356         `elmo-match-string' where users don't care about the speed.
7357         (wl-draft-save): Ditto.
7358
7359 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7360
7361         * wl-util.el (wl-regexp-opt): New function.
7362
7363         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7364         number from `wl-summary-buffer-number-list'.
7365         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7366         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7367         (wl-summary-move-spec-alist): Changed default setting.
7368
7369 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7370
7371         * wl-vars.el (wl-biff-notify-hook): New hook.
7372         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7373         the arrival of new mail.
7374         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7375         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7376
7377 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7378
7379         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7380
7381 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7382
7383         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7384
7385         * Version number is increased to 2.5.8.
7386
7387         * wl-thread.el (toplevel): require 'cl.
7388         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7389         (wl-thread-make-number-list): New function.
7390         (wl-thread-entity-make-number-list-from-children): Ditto.
7391         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7392         (wl-thread-entity-insert-as-children): Likewise.
7393         (wl-thread-delete-message): Likewise.
7394         (wl-meaning-of-mark): Eliminated.
7395         (wl-thread-next-failure-mark-p): Ditto.
7396         (wl-thread-entity-get-mark): Ditto.
7397         (wl-thread-meaning-alist-get-result): Ditto.
7398         (wl-thread-entity-check-prev-mark): Ditto.
7399         (wl-thread-entity-check-next-mark): Ditto.
7400         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7401         (wl-thread-entity-get-prev-marked-entity): Ditto.
7402         (wl-thread-get-prev-unread): Ditto.
7403         (wl-thread-jump-to-prev-unread): Ditto.
7404         (wl-thread-get-next-unread): Ditto.
7405         (wl-thread-jump-to-next-unread): Ditto.
7406         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7407         (wl-thread-entity-get-next-marked-entity): Ditto.
7408
7409         * wl-summary.el (wl-summary-buffer-number-list):
7410         New bufer-local variable.
7411         (wl-summary-switch-to-clone-buffer): Clone
7412         `wl-summary-buffer-number-list'.
7413         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7414         (wl-summary-cursor-move-regex): Eliminated.
7415         (wl-summary-cursor-up): Rewrite.
7416         (wl-summary-cursor-down): Ditto.
7417         (wl-summary-mode-spec-alist): New variable.
7418         (wl-summary-next-message): New inline function.
7419         (wl-summary-cursor-move): New function.
7420         (wl-summary-default-get-next-msg): Rewrite.
7421         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7422         (wl-summary-rescan): Ditto.
7423         (wl-summary-sync-all-init): Ditto.
7424         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7425         summary is not thread view.
7426         (wl-summary-sync-update): Ditto.
7427         (wl-summary-rescan): Ditto.
7428         (wl-summary-make-number-list): New function.
7429
7430         * wl-draft.el: "FCC" -> "Fcc".
7431
7432 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7433
7434         * wl-highlight.el (wl-highlight-summary-window):
7435         Call `set-buffer-modified-p'.
7436
7437         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7438         (wl): Call `elmo-init' and fix.
7439
7440         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7441         Use new variables.
7442
7443         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7444
7445 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7446
7447         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7448
7449 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7450
7451         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7452
7453 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7454
7455         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7456         `wl-use-toolbar' nor `display-graphic-p'.
7457         (wl-e21-setup-message-toolbar): Ditto.
7458         (wl-e21-setup-summary-toolbar): Ditto.
7459         (wl-e21-setup-folder-toolbar): Ditto.
7460
7461         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7462         (wl-plugged-init-icons): Ditto.
7463
7464         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7465         `display-graphic-p'.
7466         (wl-plugged-set-folder-icon): Ditto.
7467         (wl-highlight-plugged-current-line): Ditto.
7468         (wl-highlight-folder-current-line): Ditto.
7469         (wl-e21-highlight-folder-group-line): Ditto.
7470         (wl-e21-setup-toolbar): Ditto.
7471         (wl-e21-display-image-p): New macro.
7472
7473         * wl-demo.el (wl-demo): Simplified.
7474         (wl-demo-image-type-alist): Use `image-type-available-p' for
7475         checking whether the image type `xbm' is available.
7476
7477 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7478
7479         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7480         (wl-summary-input-range): Ditto.
7481
7482 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7483
7484         * wl-summary.el (wl-summary-edit-addresses): Use
7485         `wl-summary-get-original-buffer'
7486         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7487         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7488         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7489         (wl-summary-get-newsgroups): Eliminated.
7490         (wl-summary-set-crosspost): Ditto.
7491         (wl-summary-is-crosspost-folder): Ditto.
7492         (wl-crosspost-alist-load): Ditto.
7493         (wl-crosspost-alist-save): Ditto.
7494
7495         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7496         `elmo-setup-subscribed-newsgroups' instead of
7497         `elmo-nntp-make-groups-hashtb'.
7498         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7499         instead of `wl-crosspost-alist-save'.
7500
7501         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7502         of `elmo-folder-message-appendable-p'.
7503         (wl-mime-header-presentation-method): Eliminated.
7504
7505         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7506         (Error occurs in emacs21).
7507
7508         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7509         the current buffer).
7510
7511         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7512         instead of `wl-crosspost-alist-save'.
7513         (wl-init): `elmo-crosspost-message-alist-load'
7514         instead of `wl-crosspost-alist-load'
7515
7516         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7517         (wl-parse-newsgroups): Likewise.
7518         (wl-biff-notify): Run `wl-biff-notify-hook'.
7519
7520 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7521
7522         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7523
7524         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7525         when `wl-summary-lazy-highlight' is non-nil.
7526         (wl-summary-goto-folder-subr): Highlight only when
7527         `wl-summary-lazy-highlight' is non-nil.
7528
7529         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7530         Don't display progress and highlight temp-mark when
7531         `wl-summary-lazy-highlight' is non-nil.
7532         (wl-highlight-summary-window): New function.
7533         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7534
7535 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7536
7537         * wl-summary.el (wl-summary-sync): Change `all-visible'
7538         from `all-shown'
7539         (wl-summary-input-range): Ditto.
7540
7541 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7542
7543         * wl-e21.el (wl-highlight-folder-current-line): Call
7544         `wl-folder-init-icons' when folder icons have not been initialized.
7545
7546         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7547
7548         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7549         (wl-demo-image-type-alist): New macro.
7550
7551 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7552
7553         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7554         display does not support graphics.
7555         (wl-plugged-init-icons): Ditto.
7556         (wl-folder-init-icons): Ditto.
7557
7558         * wl-demo.el (wl-demo): Chech closely whether the display
7559         supports graphics.
7560
7561 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7562
7563         * wl-summary.el (wl-summary-get-original-buffer): New function.
7564         (wl-summary-set-crosspost): Use it.
7565         (wl-summary-target-mark-uudecode): Ditto.
7566         (wl-summary-reedit): Ditto.
7567         (wl-summary-resend-bounced-mail): Ditto.
7568         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7569         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7570
7571         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7572         (wl-message-display-internal): Ditto.
7573
7574 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7575
7576         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7577
7578 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7579
7580         * wl-summary.el (wl-summary-save-view): Renamed from
7581         `wl-summary-save-status'.
7582
7583 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7584
7585         * wl-summary.el (wl-summary-sync): Added `all-shown'
7586
7587 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7588
7589         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7590
7591 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7592
7593         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7594
7595 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7596
7597         * wl-highlight.el (wl-highlight-summary-line-string): Use
7598         `zerop' instead of `= 0'.
7599         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7600
7601         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7602         for comparing numbers.
7603         (wl-template-prev): Use `zerop' instead of `eq 0'.
7604
7605         * wl-draft.el (wl-draft-insert-current-message): Use
7606         `with-current-buffer' instead of `save-excursion'.
7607         Use `zerop' instead of `eq 0'.
7608
7609 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7610
7611         * wl-draft.el (wl-draft-insert-ccs): New function.
7612         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7613         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7614
7615 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7616
7617         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7618
7619 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7620
7621         * wl-expire.el (wl-expire-refile): Don't call
7622         elmo-msgdb-add-msgs-to-seen-list;
7623         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7624         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7625
7626 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7627
7628         * wl-message.el (wl-message-prev-page): Ignore errors while
7629         scroll-down.
7630
7631 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7632
7633         * wl-mime.el: Use elmo-original-message-mode instead of
7634         mmelmo-original-mode.
7635
7636         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7637         `elmo-folder-get-spec';
7638         (wl-fldmgr-add-completion-all-completions):
7639         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7640
7641         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7642         of `elmo-folder-get-type'.
7643
7644         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7645         `elmo-folder-get-spec';
7646         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7647         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7648         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7649         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7650         `elmo-read-msg-no-cache';
7651         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7652         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7653         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7654         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7655         `elmo-cache-save';
7656         (wl-draft-reedit): Use `elmo-message-file-name'.
7657
7658         * wl-expire.el: Use `elmo-folder-name-internal';
7659         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7660         Use macro `wl-summary-buffer-msgdb' instead of variable
7661         `wl-summary-buffer-msgdb';
7662         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7663         Use macro `wl-summary-buffer-folder-name' instead of variable
7664         `wl-summary-buffer-folder-name'.
7665         * wl-score.el: Likewise.
7666
7667         * wl-message.el: Rewrite for new message buffer cache mechanism.
7668         (wl-message-buffer-cache-buffer-get): New macro.
7669         (wl-message-buffer-cache-folder-get): Ditto.
7670         (wl-message-buffer-cache-message-get): Ditto.
7671         (wl-message-buffer-cache-entry-make): Ditto.
7672         (wl-message-buffer-cache-hit): Ditto.
7673         (wl-message-buffer-cache-sort): New function.
7674         (wl-message-buffer-cache-add): Ditto.
7675         (wl-message-buffer-cache-delete): Ditto.
7676         (wl-message-buffer-cache-clean-up): Ditto.
7677         (wl-message-buffer-window): Rewrite.
7678         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7679         (wl-message-buffer-display): New function.
7680         (wl-message-display-internal): New function.
7681
7682 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7683
7684         * wl-folder.el: Use `elmo-folder-name-internal';
7685         Use `wl-folder-get-elmo-folder';
7686         Use `elmo-folder-list-messages' instead of
7687         `elmo-list-folder';
7688         Use `elmo-folder-get-primitive-list' instead of
7689         `elmo-folder-get-primitive-spec-list';
7690         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7691         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7692         Use `elmo-folder-create' instead of `elmo-create-folder'.
7693         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7694         (wl-folder-get-elmo-folder): New macro.
7695         (wl-folder-elmo-folder-cache-get): Ditto.
7696         (wl-folder-elmo-folder-cache-put): Ditto.
7697         (wl-folder-suspend): Call `elmo-quit'.
7698
7699         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7700         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7701         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7702         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7703         (toplevel): require 'cl.
7704         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7705
7706         * wl-summary.el: Rewrite to use new elmo interface.
7707
7708 \f
7709 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7710
7711         * wl-mime.el (wl-draft-preview-message):
7712         Run `wl-draft-send-hook' before collecting recipients information;
7713         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7714
7715         * tm-wl.el (wl-draft-preview-message): Ditto.
7716
7717 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7718
7719         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7720         wrong recipients are displayed when forwarded message.
7721
7722 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7723
7724         * Version number is increased to 2.5.7.
7725
7726 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7727
7728         * wl-message.el (wl-message-next-page): Bind
7729         `window-pixel-scroll-increment' to nil while scrolling up.
7730
7731 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7732
7733         * wl-vars.el (wl-save-hook): New hook.
7734         * wl.el (wl-save): Call `wl-save-hook'.
7735
7736 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7737
7738         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7739         Argument WITH-ARG instead of NO-ARG (negative mean).
7740         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7741         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7742         * wl-message.el (wl-message-follow-current-entity): Likewise.
7743
7744 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7745
7746         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7747         FROM was optional argument.
7748         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7749
7750 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7751
7752         * Version number is increased to 2.5.6.
7753
7754 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7755
7756         * wl-version.el (wl-version-show): Removed.
7757         (wl-version): Add `interactive'.
7758
7759 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7760
7761         * wl-summary.el (wl-summary-get-petname-func): New variable.
7762         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7763         instead of `wl-address-get-petname-1'.
7764         (wl-summary-simple-from): Ditto.
7765
7766         * wl-address.el (wl-address-get-petname-1): Define as function.
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-30  Yuuichi Teranishi  <teranisi@gohome.org>
7785
7786         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7787         for checking `elmo-use-buffer-cache'.
7788         (wl-summary-mark-as-important): Fixed typo in comment.
7789
7790 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7791
7792         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7793         field in the original message.
7794         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7795
7796 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7797
7798         * wl-expire.el (wl-expire-hide):
7799         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7800
7801 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7802
7803         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7804         find decoder for To, Cc, and Subject.
7805
7806 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7807
7808         * Version number is increased to 2.5.5.
7809
7810         * wl-address.el (wl-address-specials-regexp): New constant.
7811         (wl-address-quote-specials): Use it.
7812
7813 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7814
7815         * wl-summary.el (wl-summary-rescan):
7816         Call `wl-summary-buffer-number-column-detect'.
7817         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7818
7819         * wl-message.el (wl-message-mode-map): Define.
7820         (wl-message-decode): Use it as local-map.
7821
7822 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7823
7824         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7825         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7826
7827 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7828
7829         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7830
7831         * wl-mule.el (wl-read-event-char): Ditto.
7832
7833         * wl-e21.el (wl-read-event-char): Ditto.
7834
7835         * wl-nemacs.el (wl-read-event-char): Ditto.
7836         (read-event): Removed.
7837
7838         * wl-util.el (toplevel): Removed dummy definition of
7839         `read-event'.
7840         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7841
7842 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7843
7844         * wl-nemacs.el (elmo-archive-call-process): Moved to
7845         elmo-archive.el.
7846
7847 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7848
7849         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7850         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7851
7852         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7853         instead of magic-number 6.  Use `not' instead of `null' for symbol
7854         `nil' check (not empty list).
7855         (wl-draft-insert-x-face-field): Fixed paren style.
7856
7857         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7858         one-branch conditional statement, instead of `and' and `if'.
7859         (wl-draft-forward): Likewise.
7860         (wl-draft-add-references): Likewise.
7861         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7862
7863         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7864         conditional steatment.  Use `cond' instead of `if'.
7865         (wl-draft-confirm): Likewise.
7866
7867 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7868
7869         * wl-version.el (wl-version-show): Use `product-string-1'
7870         instead of `wl-version'.
7871         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7872
7873         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7874
7875 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7876
7877         * wl-highlight.el (wl-highlight-headers): Revert
7878         `wl-highlight-x-face-func' argument (`beg' and `end').
7879
7880 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7881
7882         * wl.el (toplevel): Move `product-provide' declare.
7883         * wl-demo.el (toplevel): Ditto.
7884         * wl-dnd.el (toplevel): Ditto.
7885         * wl-highlight.el (toplevel): Ditto.
7886         * wl-message.el (toplevel): Ditto.
7887         * wl-refile.el (toplevel): Ditto.
7888         * wl-util.el (toplevel): Ditto.
7889
7890 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7891
7892         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7893         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7894         (wl-thread-close-all): keep cursor position.
7895
7896 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7897
7898         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7899         (eq x 0).
7900         (wl-generate-user-agent-string-1): Fix conditional statement.
7901
7902 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7903
7904         * wl.el (wl-check-environment): Additional check for
7905         'wl-local-domain' and `wl-message-id-domain'.
7906
7907 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7908
7909         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7910
7911 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7912
7913         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7914         instead of `smtp-sasl-user-realm'.
7915
7916 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7917
7918         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7919
7920 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7921
7922         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7923         to the default value as well as `eword-lexical-analyzer'.
7924
7925 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7926
7927         * wl-version.el (wl-extended-emacs-version,
7928         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7929         `elmo-match-string' instead of `wl-match-string'.
7930
7931 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7932
7933         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7934         docstring.
7935
7936 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7937
7938         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7939
7940 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7941
7942         * wl-highlight.el (wl-highlight-headers): Remove
7943         `wl-highlight-x-face-func' argument (`beg' and `end').
7944
7945 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7946
7947         * wl-summary.el (wl-summary-mark-as-important):
7948         Remove cache if folder is local.
7949
7950 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7951
7952         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7953         to get existing e-mail address string.
7954
7955 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7956
7957         * wl-version.el (wl-generate-user-agent-string): Commentary.
7958         (wl-generate-user-agent-string-1): Use `when' for
7959         one-branch conditional statement, instead of `and' and `if'.
7960         (wl-extended-emacs-version, wl-extended-emacs-version2,
7961         wl-extended-emacs-version3): Ditto.
7962
7963 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7964
7965         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7966         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7967         condition-case; Remove initialization.
7968         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7969         (wl-summary-sync-update3): Added argument `sync-all';
7970         Eliminated local variable `msgdb';
7971         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7972         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7973         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7974
7975 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7976
7977         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7978         connection before call `wl-draft-send-mail-with-smtp'.
7979
7980 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7981
7982         * Version number is increased to 2.5.4.
7983
7984 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7985
7986         * wl.el (wl-check-environment): Additional check for
7987         'wl-local-domain' and `wl-message-id-domain'.
7988
7989 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7990
7991         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7992         buffer as command specific.
7993         (wl-folder-mark-as-read-all-entity): Ditto.
7994         (wl-folder-prefetch-entity): Ditto.
7995         (wl-folder-drop-unsync-entity): Ditto.
7996
7997         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7998         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7999         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8000
8001         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8002         save-excursion.
8003
8004 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8005
8006         * Version number is increased to 2.5.3.
8007
8008         * wl-summary.el (wl-summary-save-view-cache):
8009         Delete duplicated `write-region';
8010         Use `write-region-as-binary' instead of `as-binary-output-file' and
8011         `write-region'.
8012
8013 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8014
8015         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8016
8017 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8018
8019         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8020         instead of `smtp-via-smtp'.
8021
8022 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8023
8024         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8025
8026 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8027
8028         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8029         instead of `smtp-sasl-user-realm'.
8030
8031 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8032
8033         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8034
8035 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8036
8037         * Version number is increased to 2.5.2.
8038
8039 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8040
8041         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8042         does not exist.
8043         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8044         (wl-biff-start): Call `timer-activate' if timer already exists.
8045
8046         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8047         only when it is bound as function.
8048
8049 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8050
8051         * Version number is increased to 2.5.1.
8052
8053 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8054
8055         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8056         Print refile/copy destination.
8057
8058 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8059
8060         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8061         queue-flush-only is non-nil.
8062
8063         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8064
8065         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8066         checking cache folder.
8067
8068 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8069
8070         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8071         `regexp-quote'.
8072
8073 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8074
8075         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8076         function.
8077         * wl-summary.el (wl-summary-write-current-folder-functions):
8078         Change default value.  Use it.
8079
8080 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8081
8082         * Version number is increased to 2.5.0.
8083
8084         * wl-version.el (wl-version): Changed codename.
8085
8086 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8087
8088         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8089         (wl-summary-supersedes-message): Ditto.
8090
8091 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8092
8093         * wl-refile.el (wl-refile-guess-functions): Renamed from
8094         `wl-refile-guess-func-list'.
8095
8096 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8097
8098         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8099         Fixed problem when no rule was matched.
8100
8101 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8102
8103         * wl-summary.el (wl-summary-get-mark): Fixed
8104         `wl-summary-buffer-target-mark' check logic.
8105
8106 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8107
8108         * wl-folder.el (wl-folder-write-current-folder): Added group
8109         folder check.
8110
8111         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8112         `wl-summary-write-current-newsgroup'.
8113         (wl-summary-write-current-folder-functions): New variable.
8114         * wl-folder.el (wl-folder-get-newsgroups): New function.
8115         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8116         (wl-folder-write-current-folder): Renamed from
8117         `wl-folder-write-current-newsgroup'.
8118
8119 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8120
8121         * Version number is increased to 2.3.93.
8122
8123 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8124
8125         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8126         (wl-ldap-make-matched-value-list): Ditto.
8127         (wl-ldap-alias-safe-string): Split e-mail address.
8128
8129         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8130         petname folder default was selected.
8131         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8132         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8133
8134 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8135
8136         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8137         to `wl-draft-config-exec'.
8138
8139         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8140         instead of calling `wl-draft-config-exec';
8141         Process group-list and show recipients in minibuffer.
8142
8143         * tm-wl.el (wl-draft-preview-message): Ditto.
8144
8145 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8146
8147         * wl.el (toplevel): Added (C) to copyright notice, and
8148         sync Author header.
8149         * tm-wl.el (toplevel): Ditto.
8150         * wl-address.el (toplevel): Ditto.
8151         * wl-demo.el (toplevel): Ditto.
8152         * wl-dnd.el (toplevel): Ditto.
8153         * wl-draft.el (toplevel): Ditto.
8154         * wl-e21.el (toplevel): Ditto.
8155         * wl-expire.el (toplevel): Ditto.
8156         * wl-folder.el (toplevel): Ditto.
8157         * wl-highlight.el (toplevel): Ditto.
8158         * wl-message.el (toplevel): Ditto.
8159         * wl-mime.el (toplevel): Ditto.
8160         * wl-mule.el (toplevel): Ditto.
8161         * wl-nemacs.el (toplevel): Ditto.
8162         * wl-refile.el (toplevel): Ditto.
8163         * wl-score.el (toplevel): Ditto.
8164         * wl-summary.el (toplevel): Ditto.
8165         * wl-template.el (toplevel): Ditto.
8166         * wl-thread.el (toplevel): Ditto.
8167         * wl-util.el (toplevel): Ditto.
8168         * wl-vars.el (toplevel): Ditto.
8169         * wl-xmas.el (toplevel): Ditto.
8170
8171 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8172
8173         * wl.el (wl-init): Added comment about `wl-init-hook'.
8174         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8175         * wl-vars.el (wl-init-hook): Added docs.
8176         (wl-make-plugged-hook): Removed useless docs.
8177         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8178         * wl-xmas.el (toplevel): Ditto.
8179
8180 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8181
8182         * wl-address.el (toplevel): Fixed multiple Author header format.
8183         * wl-demo.el (toplevel): Ditto.
8184         * wl-draft.el (toplevel): Ditto.
8185         * wl-folder.el (toplevel): Ditto.
8186         * wl-summary.el (toplevel): Ditto.
8187         * wl-thread.el (toplevel): Ditto.
8188         * wl-util.el (toplevel): Ditto.
8189         * wl-vars.el (toplevel): Ditto.
8190         * wl-version.el (toplevel): Ditto.
8191         * wl-xmas.el (toplevel): Ditto.
8192         * wl.el (toplevel): Ditto.
8193
8194         * wl-version.el (toplevel): Added require `elmo-version' for
8195         `product-version-as-string'.
8196
8197 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8198
8199         * wl-vars.el (wl-draft-send-hook): Changed default value to
8200         '(wl-draft-config-exec).
8201
8202         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8203         explicitly.
8204         (wl-draft): Set `wl-draft-config-exec-flag' before running
8205         `wl-mail-setup-hook'.
8206
8207         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8208         `wl-biff-init-icons' to `wl-init-hook' instead of
8209         `wl-make-plugged-hook'.
8210         (Because if `wl-draft' command is invoked at first,
8211         they are not initialized)
8212         Updated copyright notice.
8213
8214         * wl-e21.el (toplevel): Ditto;
8215
8216         * wl-demo.el (toplevel): Updated copyright notice.
8217         * wl-address.el (toplevel): Ditto.
8218         * wl-draft.el (toplevel): Ditto.
8219         * wl-version.el (toplevel): Ditto.
8220         * wl-folder.el (toplevel): Ditto.
8221         * wl-summary.el (toplevel): Ditto.
8222         * wl-thread.el (toplevel): Ditto.
8223         * wl-util.el (toplevel): Ditto.
8224         * wl-vars.el (toplevel): Ditto.
8225         * wl.el (toplevel): Ditto.
8226
8227 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8228
8229         * wl-highlight.el (wl-highlight-message): Fixed problem of
8230         highlighting failure which occured when the last field contains
8231         multiple lines in the draft buffer.
8232
8233         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8234         `wl-biff-start' if plugged.
8235
8236         * wl-util.el (wl-biff-check-folder): New function.
8237         (wl-biff-check-folders): Don't set session name prefix.
8238         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8239         (wl-biff-check-folder-async): Ditto.
8240
8241         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8242         in email address.
8243
8244 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8245
8246         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8247
8248         * wl-draft.el (wl-draft-strip-subject-re): New function.
8249
8250         * wl-draft.el (wl-draft-reply): Use it.
8251
8252 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8253
8254         * wl-message.el (wl-mmelmo-message-redisplay): Use
8255         `mime-display-message' instead of `wl-mime-display-message'.
8256
8257         * wl-mime.el (toplevel): Removed compatibility workaround
8258         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8259         (wl-mime-display-message): Abolished.
8260         (wl-mime-entity-read-field): Ditto.
8261         (wl-mime-combine-message/partial-pieces): Use
8262         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8263
8264 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8265
8266         * wl-template.el: Doc fixes.
8267
8268 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8269
8270         * wl-e21.el (wl-message-overload-functions): Do nothing if
8271         `current-local-map' is not available.
8272         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8273
8274 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8275
8276         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8277         representation.
8278
8279         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8280         number.
8281         (wl-fldmgr-save-folders): Don't use `format' when insert
8282         `wl-fldmgr-folders-header'.
8283
8284 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8285
8286         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8287
8288 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8289
8290         * wl-highlight.el (wl-highlight-message):
8291         Use `std11-field-end' to detect end point of the header field.
8292         Refer `wl-highlight-max-header-size'.
8293
8294         * wl-vars.el (wl-highlight-max-header-size): New variable.
8295
8296         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8297
8298         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8299         Set `for-draft' argument of wl-highlight-headers.
8300         (wl-draft): Ditto.
8301         (wl-draft-reedit): Ditto.
8302         (wl-user-agent-compose-internal): Ditto.
8303
8304 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8305
8306         * wl-message.el (wl-message-add-button): Use overlay.
8307
8308 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8309
8310         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8311
8312         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8313         problem when group-list content is nothing.
8314         (Reported by Mito <mit@nines.nec.co.jp>)
8315
8316 2000-10-18  SAITO Atsunori <sai@yedo.com>
8317
8318         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8319
8320 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8321
8322         * tm-wl.el (toplevel): Use product-provide.
8323
8324 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8325
8326         * Version number is increased to 2.3.92.
8327
8328 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8329
8330         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8331         title text, use `display' property for left margin under Emacs 21.
8332
8333         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8334         properties.
8335         (wl-plugged-init-icons): Ditto.
8336
8337 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8338
8339         * wl.el (wl-save-status, wl-init): Remove last period in
8340         "...done." message.
8341         * tm-wl.el (wl-summary-burst): Ditto.
8342         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8343         wl-summary-resume-cache-status,
8344         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8345         wl-summary-sync-update3, wl-summary-highlight-msgs,
8346         wl-summary-flush-pending-append-operations,
8347         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8348         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8349         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8350         wl-thread-open-all): Ditto.
8351         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8352         * wl-mime.el (wl-summary-burst): Ditto.
8353         * wl-highlight.el (wl-highlight-summary): Ditto.
8354         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8355         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8356         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8357         * wl-address.el (wl-local-address-init): Ditto.
8358
8359 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8360
8361         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8362         `add-text-properties'.
8363         (wl-plugged-init-icons): Ditto.
8364         (wl-folder-init-icons): Use `propertize' instead of
8365         `put-text-property'.
8366         (wl-plugged-set-folder-icon): Ditto.
8367         (wl-e21-highlight-folder-group-line): Ditto.
8368
8369 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8370
8371         * wl-version.el (wl-version-status-alist): New variable.
8372         (wl-version-status): New function.
8373
8374         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8375         "Cc" part of the case "Reply-To".
8376
8377         * wl-draft.el (wl-draft-reply): Use result of
8378         `eword-extract-address-components'.
8379
8380         * wl-demo.el (wl-demo-icon-name): New constant.
8381         (wl-logo-xpm): Use it.
8382         (wl-logo-xbm): Ditto.
8383         (wl-logo-bitmap): Ditto.
8384
8385         * Version number is increased to 2.3.91.
8386
8387 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8388
8389         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8390         (wl-extended-emacs-version, wl-extended-emacs-version2,
8391         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8392         docstring.
8393
8394         * wl-version.el (wl-generate-user-agent-string-1): New function.
8395         (wl-generate-user-agent-string): Use it.
8396
8397         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8398         `mime-edit-insert-user-agent-field'.
8399         (wl-generate-user-agent-string): Check
8400         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8401
8402         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8403         instead of `if', when verbose case.
8404
8405 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8406
8407         * wl-expire.el (wl-summary-expire): Fix.
8408
8409 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8410
8411         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8412         and `elmo-lost+found-folder' if 'wl-draft.
8413         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8414
8415 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8416
8417         * wl-expire.el (wl-summary-expire): Change messages.
8418         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8419         `deleing-info' instead of "Deleting..."
8420
8421 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8422
8423         * wl-summary.el (wl-summary-refile-subr): Fix.
8424
8425 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8426
8427         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8428         if pipe folder.
8429
8430 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8431
8432         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8433
8434 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8435
8436         * wl-expire.el (wl-expire-hide): New function.
8437         (wl-summary-expire): Add `hide'.
8438
8439 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8440
8441         * wl-vars.el (wl-draft-reply-without-argument-list):
8442         Changed default value to consider `Reply-To:'.
8443         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8444
8445         * Version number is increased to 2.3.90.
8446
8447         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8448         elmo-imap4-get-session with unwind-protect.
8449         Don't cause error.
8450         (wl-summary-sync-marks): Don't check plugged nor folder type.
8451         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8452         (Always keep current buffer).
8453
8454 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8455
8456         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8457         Enclose with `save-excursion'.
8458
8459 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8460
8461         * wl-version.el (wl-version): Remove interactive.
8462
8463 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8464
8465         * wl-version.el (wl-generate-user-agent-string): Use
8466         `product-string-verbose' instead of `product-string-1'.
8467
8468 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8469
8470         * wl-vars.el (wl-draft-use-cache): New variable.
8471         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8472         if wl-draft-use-cache is non-nil.
8473
8474 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8475
8476         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8477         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8478
8479 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8480
8481         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8482         (wl-thread-msg-mark-as-unread): Ditto.
8483
8484         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8485         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8486         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8487         Don't set mark in summary if return value of `elmo-mark-as-read'
8488         is nil.
8489         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8490         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8491         instead of `wl-thread-msg-mark-as-read'.
8492         (wl-summary-mark-as-unread-region): Ditto.
8493         (wl-summary-target-mark-mark-as-read): Ditto.
8494
8495         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8496
8497 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8498
8499         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8500
8501         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8502
8503 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8504
8505         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8506         face.
8507
8508 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8509
8510         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8511         `running-xemacs'.
8512
8513 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8514
8515         * wl-version.el (toplevel): Use `product-version-as-string' for
8516         set verstion-string, if defined.
8517
8518         * wl-version.el (wl-version-show): Insert string at point, when
8519         call with argument.
8520
8521         * wl-version.el (wl-generate-user-agent-string): Use
8522         `product-string-1' instead of `wl-appname', `wl-version' and
8523         `wl-codename'.
8524
8525 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8526
8527         * wl-address.el (toplevel): Use product-provide.
8528         * wl-demo.el (toplevel): Ditto.
8529         * wl-dnd.el (toplevel): Ditto.
8530         * wl-draft.el (toplevel): Ditto.
8531         * wl-e21.el (toplevel): Ditto.
8532         * wl-expire.el (toplevel): Ditto.
8533         * wl-fldmgr.el (toplevel): Ditto.
8534         * wl-folder.el (toplevel): Ditto.
8535         * wl-highlight.el (toplevel): Ditto.
8536         * wl-message.el (toplevel): Ditto.
8537         * wl-mime.el (toplevel): Ditto.
8538         * wl-mule.el (toplevel): Ditto.
8539         * wl-nemacs.el (toplevel): Ditto.
8540         * wl-refile.el (toplevel): Ditto.
8541         * wl-score.el (toplevel): Ditto.
8542         * wl-summary.el (toplevel): Ditto.
8543         * wl-template.el (toplevel): Ditto.
8544         * wl-thread.el (toplevel): Ditto.
8545         * wl-util.el (toplevel): Ditto.
8546         * wl-vars.el (toplevel): Ditto.
8547         * wl-xmas.el (toplevel): Ditto.
8548         * wl.el (toplevel): Ditto.
8549
8550 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8551
8552         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8553         instead of product.
8554
8555         * wl-version.el (wl-version): Compile time evalution elmo-version.
8556
8557 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8558
8559         * wl-summary.el (wl-summary-sync-force-update): Append queue
8560         `mark-as-read'if unplugged.
8561
8562 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8563
8564         * wl-version.el: New file.  Use product.el.
8565         * wl.el: add (require 'wl-version).
8566         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8567         for ~/.folders header.
8568         (wl-fldmgr-folders-header): Changed.
8569         * wl-demo.el (wl-demo): Use product.el.
8570
8571         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8572         wl-version.el.
8573         * wl-util.el (wl-version, wl-version-show): Ditto.
8574
8575         * wl-util.el (wl-generate-user-agent-string,
8576         wl-extended-emacs-version, wl-extended-emacs-version2,
8577         wl-extended-emacs-version3): Move to wl-version.el.
8578         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8579         xemacs-codename, mime-edit-insert-user-agent-field,
8580         mime-edit-user-agent-value, mime-editor/version,
8581         mime-editor/codename): Compile warning killer move to
8582         wl-version.el
8583
8584 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8585
8586         * wl-summary.el (wl-summary-refile-subr): Fix.
8587
8588 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8589
8590         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8591         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8592
8593 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8594
8595         * wl.el (wl-check-environment): Check too many `@'.
8596
8597 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8598
8599         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8600
8601 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8602
8603         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8604         wl-draft-reply-myself-without-argument-list): Add variables.
8605         * wl-draft.el (wl-draft-reply): Use it.
8606
8607 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8608
8609         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8610         the 5th argument of `elmo-network-get-spec'.
8611
8612         * wl-thread.el (wl-thread-reparent-children): New inline function.
8613         (wl-thread-delete-message): Use it.
8614
8615         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8616         (wl-summary-score-update-all-lines): Don't use `dolist'.
8617
8618 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8619
8620         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8621         (require 'elmo-msgdb) for inline function.
8622
8623 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8624
8625         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8626
8627 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8628
8629         * wl-score.el (wl-score-headers): Fix for the confusing macro
8630         `elmo-kill-buffer'.
8631
8632 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8633
8634         * wl-summary.el: Don't use the 3rd argument of `require' because
8635         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8636         * wl-util.el: Ditto.
8637         * wl-draft.el: Ditto.
8638
8639 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8640
8641         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8642         window system is not used.
8643
8644 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8645
8646         * wl-thread.el: Don't use `mapcar' only for iteration.
8647         (wl-thread-resume-entity): Ditto.
8648         (wl-thread-delete-message): Ditto.
8649
8650         * wl-summary.el: Bind `dragdrop-drop-functions',
8651         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8652         of `require' for `timezone', `easymenu' and `ps-print';
8653         don't use `mapcar' only for iteration.
8654
8655         * wl-util.el: Bind `mule-version', `nemacs-version',
8656         `emacs-beta-version', `xemacs-codename',
8657         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8658         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8659         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8660         only for iteration.
8661
8662         * wl-score.el: Don't use `mapcar' only for iteration.
8663         (wl-score-simplify-buffer-fuzzy): Ditto.
8664         (wl-score-simplify-subject): Ditto.
8665         (wl-score-headers): Ditto.
8666         (wl-summary-score-update-all-lines): Ditto.
8667
8668         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8669         `enable-multibyte-characters' and `mule-version'.
8670
8671         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8672         `mapcar' only for iteration.
8673
8674         * wl-demo.el: Don't use `mapcar' only for iteration.
8675
8676         * wl-folder.el: Don't use `mapcar' only for iteration.
8677         (wl-folder-open-all): Ditto.
8678         (wl-folder-count-incorporates): Ditto.
8679
8680         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8681         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8682
8683         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8684         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8685         `smtp-connection-type'; specify 3rd argument of `require' for
8686         `timezone'; don't use `mapcar' only for iteration.
8687         (wl-draft-clone-local-variables): Don't use `mapcar'.
8688         (wl-draft-generate-clone-buffer): Ditto.
8689         (wl-user-agent-compose-internal): Ditto.
8690
8691         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8692
8693         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8694         (wl-save-status): Ditto.
8695
8696         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8697         for iteration.
8698
8699 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8700
8701         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8702         removed `Date'.
8703         (wl-fldmgr-make-filter-default): New user option.
8704
8705         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8706         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8707         (wl-fldmgr-filter-completion-alist): Abolish.
8708
8709         * wl.el (wl): Don't check servers if arg is non-nil.
8710
8711         * wl-draft.el (wl-draft-reply): Set only message-id string to
8712         In-Reply-To field.
8713
8714 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8715
8716         * wl-summary.el (wl-summary-pick): Rewrite.
8717
8718         * wl-draft.el (wl-draft-forward): Get references field from
8719         original buffer.
8720         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8721
8722 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8723
8724         * wl-draft.el (wl-draft-forward): Add references field.
8725
8726 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8727
8728         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8729         (wl-draft-reply): Use it.
8730
8731 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8732
8733         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8734         when Emacs 21 is running.
8735
8736         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8737         bindings.
8738
8739 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8740
8741         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8742         XPM icons transparent.
8743
8744         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8745         Emacs 21.
8746
8747 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8748
8749         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8750         nil.
8751
8752         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8753         when it is persistent.
8754         (wl-summary-sync-marks): Changed argument for
8755         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8756         (wl-summary-virtual): Use `elmo-read-search-condition'.
8757         (wl-summary-redisplay-internal): If folder is local, mark as read
8758         even when folder is plugged.
8759
8760 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8761
8762         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8763         of `tool-bar-lines' in the frame parameters.
8764         (after-make-frame-functions, post-command-hook): Don't modify the
8765         value.
8766         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8767         wl-e21-tool-bar-lines): Removed.
8768
8769 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8770
8771         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8772         properties `evaporate' and `wl-momentary-overlay' as well.
8773         (wl-highlight-summary-displaying): Ditto.
8774         (wl-delete-all-overlays): Don't delete overlay which does not have
8775         a property `wl-momentary-overlay'.
8776
8777         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8778         `display-mouse-p' and `display-graphic-p'.
8779         (wl-folder-init-icons): Don't search for XBM or the other files.
8780         (wl-plugged-set-folder-icon): Make icons if and only if
8781         `display-graphic-p' returns non-nil.
8782         (wl-highlight-plugged-current-line): Use `before-string' overlay
8783         property to show icon images.
8784         (wl-highlight-folder-current-line): Ditto.
8785         (wl-e21-highlight-folder-group-line): Ditto.
8786         (wl-e21-highlight-folder-by-numbers): Ditto.
8787         (wl-e21-insert-image): Removed.
8788         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8789         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8790         said.
8791         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8792         `wl-e21-force-switch-toolbar'.
8793         (wl-e21-make-icon-image): Removed.
8794         (wl-e21-setup-toolbar): Don't search for XBM files.
8795         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8796         the default value.
8797
8798 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8799
8800         * wl-util.el (wl-biff-check-folder-async): Set
8801         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8802
8803 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8804
8805         * wl-e21.el (after-make-frame-functions): Add
8806         `wl-e21-force-switch-toolbar'.
8807         (wl-e21-force-switch-toolbar): New function force to switch the
8808         toolbar appearance automatically.
8809         (post-command-hook): Add `wl-e21-switch-toolbar'.
8810         (wl-e21-switch-toolbar): New function to switch the toolbar
8811         appearance automatically.
8812         (wl-e21-tool-bar-lines): New buffer local variable.
8813
8814 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8815
8816         * wl-util.el (wl-biff-check-folders-running): New variable.
8817         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8818         (wl-biff-check-folder-async-callback):
8819         Set `wl-biff-check-folders-running'.
8820         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8821         with unwind-protect.
8822
8823         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8824         Enclose `wl-folder-auto-check' with unwind-protect.
8825
8826         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8827         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8828
8829         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8830
8831         * wl-util.el (wl-biff-notify): New inline function.
8832         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8833         locally.
8834         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8835         folder-list' is 1.
8836         Use `wl-biff-notify'.
8837         (wl-biff-check-folder-async-callback): New function.
8838         (wl-biff-check-folder-async): Ditto.
8839
8840         * wl-folder.el (wl-folder): Don't check folders.
8841         (wl-folder-auto-check): New function.
8842
8843 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8844
8845         * wl-util.el (wl-biff-start) [Emacs19+]:
8846         Use `timer-next-integral-multiple-of-time'.
8847         (wl-biff-check-folders): Use `wl-default-folder'
8848         if `wl-biff-check-folder-list' is nil.
8849
8850 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8851
8852         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8853         instead of `elmo-delete-lists'.
8854
8855 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8856
8857         * wl.el (wl-plugged-toggle-all): Set the value of
8858         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8859         (wl-plugged-toggle): Ditto.
8860         (wl-toggle-plugged): Ditto.
8861         (wl-plugged-init): Ditto.
8862
8863         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8864         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8865         instead of `wl-biff-state-indicator-off' and
8866         `wl-biff-state-indicator-on'; don't modify the value and the type
8867         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8868         (wl-plugged-init-icons): Set icons data to
8869         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8870         instead of `wl-plug-state-indicator-off' and
8871         `wl-plug-state-indicator-on'; don't modify the value and the type
8872         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8873
8874         * wl-vars.el (wl-modeline-biff-state-off,
8875         wl-modeline-biff-state-on, wl-modeline-biff-status,
8876         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8877         wl-modeline-plug-status): New internal variables.
8878         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8879         wl-biff-check-interval, wl-biff-check-folder-list): Change
8880         customization group from `wl-folder' to `wl-highlight'.
8881         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8882         wl-show-plug-status-on-modeline): Defcustomized.
8883
8884         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8885         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8886         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8887         a flag to `mode-line-buffer-identification'.
8888
8889         * wl-e21.el (wl-biff-init-icons): Set icons data to
8890         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8891         instead of `wl-biff-state-indicator-off' and
8892         `wl-biff-state-indicator-on'.
8893         (wl-plugged-init-icons): Set icons data to
8894         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8895         instead of `wl-plug-state-indicator-off' and
8896         `wl-plug-state-indicator-on'.
8897
8898 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8899
8900         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8901         excessive titles.
8902
8903 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8904
8905         * wl.el (wl-plugged-mode): Use revised
8906         `wl-mode-line-buffer-identification'.
8907         (wl-plugged-init): Don't use `force-mode-line-update'.
8908
8909         * wl-xmas.el (wl-draft-overload-functions): Use revised
8910         `wl-mode-line-buffer-identification'.
8911         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8912         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8913         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8914         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8915         `wl-make-plugged-hook';
8916         add `wl-folder-init-icons' and `wl-setup-folder' to
8917         `wl-folder-mode-hook'.
8918
8919         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8920         19 as well.
8921         (wl-mode-line-display-priority-list): New user option.
8922         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8923         Defcustomized.
8924         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8925         Add docs.
8926
8927         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8928         start.
8929         (wl-mode-line-buffer-identification): Revised as a function.
8930
8931         * wl-summary.el (wl-summary-mode): Use revised
8932         `wl-mode-line-buffer-identification'; don't call
8933         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8934         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8935         `wl-xmas-setup-summary'.
8936
8937         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8938         `wl-mode-line-buffer-identification'.
8939
8940         * wl-mule.el (wl-draft-overload-functions): Use revised
8941         `wl-mode-line-buffer-identification'.
8942
8943         * wl-folder.el (wl-make-plugged-alist): Don't call
8944         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8945         (wl-folder): Don't call `wl-folder-init-icons' directly.
8946         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8947         `wl-xmas-setup-folder' directly;
8948         use revised `wl-mode-line-buffer-identification'.
8949         (TopLevel): Don't bind `wl-biff-init-icons',
8950         `wl-plugged-init-icons', `wl-folder-init-icons',
8951         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8952
8953         * wl-e21.el (wl-draft-overload-functions): Use revised
8954         `wl-mode-line-buffer-identification'.
8955         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8956         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8957         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8958         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8959         `wl-make-plugged-hook';
8960         add `wl-folder-init-icons' and `wl-setup-folder' to
8961         `wl-folder-mode-hook'.
8962
8963 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8964             Katsumi Yamaoka    <yamaoka@jpl.org>
8965
8966         * wl.el (wl): Call `wl-biff-start'.
8967         (wl-exit): Call `wl-biff-stop'.
8968         (wl-plugged-mode): Show biff in modeline.
8969         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8970
8971         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8972         (wl-biff-init-icons): New function.
8973         (wl-plugged-init-icons): Don't make too much keymaps.
8974         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8975
8976         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8977         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8978         variables.
8979         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8980         options.
8981
8982         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8983         wl-biff-start, wl-biff-stop): New functions.
8984         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8985         (wl-biff-timer-name): New variable.
8986
8987         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8988
8989         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8990         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8991
8992         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8993         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8994
8995         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8996         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8997         `wl-folder-init-icons' to `ignore' if they are not available.
8998         (wl-folder-mode): Show biff in modeline.
8999
9000         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9001         (wl-biff-init-icons): New function.
9002         (wl-plugged-init-icons): Don't make too much keymaps.
9003         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9004
9005 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9006
9007         * wl-vars.el (wl-strict-diff-folders): Customization Type
9008         and doc fix.  Define as a list of regular expressions for
9009         folders or nil.
9010         * wl-folder.el (wl-folder-check-one-entity): Use
9011         `wl-string-match-member' instead of `wl-string-member' for
9012         `wl-strict-diff-folders'.
9013
9014 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9015
9016         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9017         (wl-highlight-folder-current-line): Use it; new implementation.
9018         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9019         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9020         `defsubst' instead of `defun'.
9021
9022         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9023         `wl-highlight-group-folder-by-numbers'; made it can also be a
9024         number.  See info for more details.
9025
9026         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9027         running.
9028
9029         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9030         to bind them.
9031
9032         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9033         (wl-highlight-folder-current-line): New implementation.
9034
9035         * wl-highlight.el (wl-highlight-folder-group-line): New
9036         implementation.
9037         (wl-delete-all-overlays): Rewrite as a marco.
9038         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9039
9040         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9041         running.
9042         (wl-folder-*-glyph): No need to bind them.
9043
9044         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9045         `wl-e21-highlight-folder-group-icon'; rewrite.
9046         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9047         `defsubst' instead of `defun'.
9048         (wl-folder-mode-map): Bind it when compiling.
9049
9050 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9051
9052         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9053
9054         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9055
9056 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9057
9058         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9059
9060 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9061
9062         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9063         (wl-highlight-folder-current-line): Use it.
9064
9065         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9066         in `id-name'.
9067
9068 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9069
9070         * wl.el: Require `wl-e21' when Emacs 21 is running.
9071
9072         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9073         default when Emacs 21 is running.
9074         (wl-use-highlight-mouse-line): Ditto.
9075         (wl-on-emacs21): New constant.
9076         (wl-on-emacs20): Removed.
9077
9078         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9079         Emacs 21 is running.
9080
9081         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9082         Emacs 21 is running.
9083
9084         * wl-e21.el: New file.
9085
9086 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9087
9088         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9089         (wl-toggle-plugged): Ditto.
9090         (wl-plugged-toggle): Ditto.
9091         (wl-plugged-toggle-all): Ditto.
9092
9093         * wl-vars.el (wl-plug-state-indicator): Refer
9094         `wl-plug-state-indicator-on' indirectly.
9095
9096 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9097
9098         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9099         Call `wl-folder-confirm-existence'.
9100
9101         * wl-folder.el (wl-folder-confirm-existence): Added optional
9102         argument `force'.
9103
9104 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9105
9106         * wl-summary.el (wl-summary-refile-subr): Assume
9107         `copy-or-refile' as symbol.
9108         (wl-summary-refile): Follow up above change.
9109         (wl-summary-copy): Ditto.  Doc fix.
9110
9111 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9112
9113         * wl-summary.el (wl-summary-pick): Don't bind
9114         `elmo-search-mime-charset'.
9115
9116         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9117         default using old backquote style.
9118         (wl-search-mime-charset): Abolished.
9119
9120         * wl-highlight.el (wl-highlight-headers):
9121         Call `point' after `re-search-forward'(for Nemacs).
9122
9123         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9124         for elmo-imap4.el.
9125
9126 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9127
9128         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9129         `wl-message-ignored-field-list' instead of
9130         `mime-view-ignored-field-list'.
9131
9132         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9133         Add interactive spec.
9134         (wl-folder-goto-bottom-of-current-folder): Ditto.
9135         (wl-folder-mode-map): Bind them.
9136
9137         * wl-vars.el (wl-message-ignored-field-list): New variable.
9138         (wl-message-visible-field-list): New variable.
9139
9140         * wl-mime.el (wl-mime-header-presentation-method): New function.
9141         (wl-mime-setup): Set header-presentation-method.
9142
9143 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9144
9145         * wl-nemacs.el (wl-draft-overload-functions): Set
9146         `mode-line-buffer-identification' instead of using
9147         `wl-make-modeline'.
9148
9149         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9150         instead of using `wl-make-modeline'.
9151
9152         * wl-xmas.el (wl-plugged-init-icons): Set up
9153         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9154         (wl-make-modeline): Abolish.
9155         (wl-draft-overload-functions): Set
9156         `mode-line-buffer-identification' instead of using
9157         `wl-make-modeline'.
9158
9159         * wl-util.el (wl-make-modeline-subr): Abolish.
9160         (wl-mode-line-buffer-identification): New alias.
9161
9162         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9163         (wl-summary-make-modeline): Abolish.
9164         (wl-summary-buffer-set-folder): Set
9165         `wl-summary-buffer-folder-indicator'.
9166         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9167         of using `wl-make-modeline'.
9168         (wl-summary-switch-to-clone-buffer): Don't set
9169         `mode-line-buffer-identification'.
9170         (wl-summary-goto-folder-subr): Ditto.
9171
9172         * wl-mule.el (wl-draft-overload-functions): Set
9173         `mode-line-buffer-identification' instead of using
9174         `wl-make-modeline'.
9175
9176         * wl-folder.el (wl-folder-mode): Set
9177         `mode-line-buffer-identification' instead of using
9178         `wl-make-modeline'.
9179         (wl-folder): Don't set `mode-line-buffer-identification'.
9180
9181 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9182
9183         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9184         instead of `member' for `wl-refile-guess-func-list' look-ups.
9185         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9186
9187 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9188
9189         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9190         `wl-message-button-dispatcher'.
9191
9192         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9193
9194         * wl-message.el (wl-message-button-dispatcher): Use it.
9195
9196         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9197         "In-Reply-To".
9198
9199         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9200         Bind `case-fold-search' to t.
9201
9202 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9203
9204         * wl-xmas.el (wl-message-overload-functions): Initialize
9205         `wl-message-button-map'.
9206
9207         * wl-mule.el (wl-message-overload-functions): Initialize
9208         `wl-message-button-map'.
9209
9210         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9211
9212         * wl-message.el (wl-message-button-map): New keymap.
9213         (wl-message-add-button): New function.
9214         (wl-message-button-dispatcher): New function.
9215         (wl-message-button-refer-article): New function.
9216
9217         * wl-highlight.el
9218         (wl-highlight-message-add-buttons-to-header): New function.
9219         (wl-highlight-headers): Use it.
9220
9221 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9222
9223         * wl-summary.el (wl-summary-default-from): Use
9224         `wl-address-get-petname-1'.
9225         (wl-summary-simple-from): Ditto.
9226
9227         * wl-address.el (wl-address-get-petname-1): New inline function.
9228         (wl-address-get-petname): Use it.
9229
9230 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9231
9232         * wl-summary.el (wl-summary-default-from): Return full-name part
9233         from the address if no petname was found.
9234         (wl-summary-simple-from): Ditto.
9235
9236         * wl-address.el (wl-address-get-petname): Return nil if no petname
9237         associated with the address was found.
9238
9239 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9240
9241         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9242         display is finished.
9243
9244 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9245
9246         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9247         `elmo-folder-exists-p' argument.
9248
9249 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9250
9251         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9252         the folder.
9253
9254 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9255
9256         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9257
9258         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9259         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9260
9261 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9262
9263         * wl-folder.el (wl-folder-create-subr): New function.
9264         (wl-folder-confirm-existence): Use it.
9265         (wl-folder-check-one-entity): Use it.
9266         Check the error symbol is derived from 'elmo-open-error.
9267
9268         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9269         `ignore-error'.
9270
9271 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9272
9273         * wl-util.el (toplevel): Add (eval-when-compile (require
9274         'elmo-util)).  (Maybe `provide' is typo.)
9275
9276 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9277
9278         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9279         (I don't know why this was needed.)
9280
9281         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9282         Follow up changes for stream-type.
9283
9284         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9285         (wl-draft-elmo-nntp-send): Ditto.
9286
9287         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9288         (wl-nntp-posting-stream-type): Ditto.
9289         (wl-pop-before-smtp-ssl): Abolished.
9290         (wl-nntp-posting-ssl): Ditto.
9291
9292         * wl-address.el (wl-address-quote-specials): New function.
9293         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9294
9295         * wl-draft.el (wl-draft-reply): Ditto.
9296
9297 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9298
9299         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9300         use function `wl-string-match-assoc'.
9301
9302 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9303
9304         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9305
9306         * wl-draft.el (wl-draft-deduce-address-list): New function.
9307         (wl-draft-parse-mailbox-list): Ditto.
9308         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9309         instead of `smtp-deduce-address-list'.
9310         (wl-draft-on-field-p): Follow group list.
9311
9312         * wl-address.el (wl-address-concat-token): New function.
9313         (wl-address-string-without-group-list-contents): Ditto.
9314         (wl-complete-field-body): Fixed problem of completion
9315         by japanese petname.
9316         (wl-address-make-completion-list): Rewrite.
9317
9318 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9319
9320         * wl-address.el (wl-address-make-completion-list): Completion by
9321         petname.
9322         (wl-complete-field-body): Likewise.
9323
9324 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9325
9326         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9327         contains invalid address syntax.
9328
9329 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9330
9331         * wl-folder.el (wl-folder-check-entity-async): Use
9332         `elmo-nntp-spec-hostname'.
9333
9334 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9335
9336         * wl-summary.el (wl-summary-msgdb-load-async): Use
9337         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9338
9339 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9340
9341         * wl-draft.el (wl-draft-reply): Set argument
9342         `content-transfer-encoding' as nil.
9343
9344 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9345
9346         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9347         `wl-refile-alist'.
9348
9349 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9350
9351         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9352         (wl-draft-edit-string): Ditto.
9353         (wl-draft-forward): Ditto.
9354         * wl-summary.el (wl-summary-write): Ditto.
9355
9356 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9357
9358         * wl-summary.el (wl-summary-sync-update3): Call
9359         `wl-summary-buffer-number-column-detect'.
9360         (wl-summary-buffer-number-column-detect): Search from point-min.
9361
9362 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9363
9364         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9365         contains an address which is not included in original to or cc.
9366
9367 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9368
9369         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9370         begin-line does not exist.
9371         * wl-message.el (wl-message-uu-substring): Ditto.
9372
9373 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9374
9375         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9376         clear local variables.
9377         (wl-summary-exit): Call `elmo-commit'.
9378         (wl-summary-switch-to-clone-buffer): Call
9379         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9380         (wl-summary-goto-folder-subr): Ditto.
9381
9382         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9383         POP folder.
9384
9385 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9386
9387         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9388         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9389         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9390         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9391         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9392         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9393
9394         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9395
9396 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9397
9398         * wl-summary.el (wl-summary-search-by-subject):
9399         Search parent message from the latest one.
9400
9401 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9402
9403         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9404         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9405
9406         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9407         New user option.
9408
9409         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9410         if elmo-nntp-use-killed-list is nil.
9411         Use `elmo-msgdb-append-to-killed-list'.
9412         (Append numbers confirmed as disappeared to the killed list.)
9413         (wl-summary-confirm-appends): Don't display negative number.
9414
9415 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9416
9417         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9418
9419 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9420
9421         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9422         range is `all'.
9423         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9424         `elmo-list-bigger-diff'.
9425
9426 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9427
9428         * wl-summary.el (wl-summary-buffer-exit-func):
9429         New buffer local variable.
9430         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9431
9432 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9433
9434         * wl-demo.el (wl-demo): Fix the last change.
9435
9436 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9437
9438         * wl-demo.el (wl-demo): Don't use `eval'.
9439
9440 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9441
9442         * wl-summary.el (wl-summary-buffer-thread-modified):
9443         New buffer-local variable.
9444         (wl-summary-set-thread-modified): New function.
9445         (wl-summary-thread-modified-p): New function.
9446         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9447         (wl-summary-yank-saved-message): Use function
9448         `wl-summary-set-thread-modified'
9449         (wl-summary-switch-to-clone-buffer): Add
9450         `wl-summary-buffer-thread-modified'.
9451
9452         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9453         (wl-summary-buffer-mark-saved-hook): Ditto.
9454         * wl-summary.el (wl-summary-msgdb-save): New hook
9455         `wl-summary-buffer-message-saved-hook' and
9456         `wl-summary-buffer-mark-saved-hook'.
9457
9458 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9459
9460         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9461
9462 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9463
9464         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9465         don't hide scroll bars under FSF Emacsen because it may incur an
9466         undesirable redrawing.
9467
9468 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9469
9470         * wl-draft.el (wl-draft-edit-string): Call
9471         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9472
9473 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9474
9475         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9476
9477 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9478
9479         * wl-summary.el (wl-summary-msgdb-load-async): Call
9480         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9481
9482 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9483
9484         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9485         fringes in demo buffer; center bitmap logo correctly even if old
9486         Mule is used.
9487
9488 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9489
9490         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9491
9492         * wl-refile.el (wl-refile-subject-alist): New variable.
9493         (wl-refile-subject-alist-file-name): Ditto.
9494         (wl-refile-alist-setup): Rewrite.
9495         (wl-refile-alist-save): Use `elmo-object-save'.
9496         Eliminated arguments.
9497         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9498         (wl-refile-guess-by-subject): New function.
9499         (wl-refile-guess-func-list): Added it.
9500
9501 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9502
9503         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9504         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9505
9506 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9507
9508         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9509         New buffer-local variable.
9510         (wl-summary-buffer-next-folder-func): Ditto.
9511         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9512         if non-nil.
9513         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9514         if non-nil.
9515         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9516         if non-nil.
9517         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9518         if non-nil.
9519
9520 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9521
9522         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9523         permanently in the demo buffer.
9524
9525 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9526
9527         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9528         `mime-entity-fetch-field'.
9529
9530         * wl.el (wl-exit): Delete plugged buffer.
9531
9532         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9533         XEmacs has menubar feature.
9534
9535 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9536
9537         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9538         cannot arrive at the beginning of the buffer under old Emacsen.
9539
9540 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9541
9542         * wl-address.el (wl-address-ldap-search):
9543         Call `ldap-search-entries' with `withdn' argument t.
9544         (wl-complete-field-body): Bind completion-ignore-case as t.
9545         Clear ldap search hash when it was sole completion.
9546         Use elmo-string for pattern string.
9547         (wl-ldap-alias-safe-string): Eliminated needless let.
9548
9549 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9550
9551         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9552         (wl-ldap-alias-sep): New constant.
9553         (wl-ldap-search-attribute-type-list): Ditto.
9554         (wl-ldap-get-value): New function.
9555         (wl-ldap-make-filter): Ditto.
9556         (wl-ldap-make-matched-value-list): Ditto.
9557         (wl-ldap-alias-safe-string): Ditto.
9558         (wl-ldap-register-dn-string): Ditto.
9559         (wl-address-ldap-search): Rewrite.
9560
9561 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9562
9563         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9564         thread is deleted.
9565         (wl-thread-delete-line-from-buffer): Ditto.
9566         (wl-thread-get-exist-children): New function.
9567
9568 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9569
9570         * wl-demo.el (wl-demo): Made it to select various image types.
9571         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9572         from `wl-title-logo'.
9573         (wl-logo-ascii): New variable.
9574         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9575         (wl-demo-copyright-notice): New constant.
9576
9577         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9578
9579 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9580
9581         * wl-vars.el (wl-summary-target-above): Renamed from
9582         wl-summary-temp-above.
9583         * wl-score.el (wl-score-get-score-alist): Use it.
9584         (wl-summary-score-update-all-lines): Use it.
9585         * wl-summary.el: Ditto. (make-variable-buffer-local).
9586
9587 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9588
9589         * wl-vars.el (wl-ldap-port): New user option.
9590
9591         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9592         Rewite whole implementation.
9593         (wl-complete-field-body): Fixed.
9594
9595 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9596
9597         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9598         Choose implementation at compile time.
9599
9600 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9601
9602         * wl-address.el (wl-ldap-search-internal): New function.
9603         (wl-complete-field-to): Use it.
9604
9605 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9606
9607         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9608         Use `let' instead of `let*'.
9609         Require 'wl-vars.
9610
9611         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9612         Define as defcustom.
9613         (wl-ldap-base): Ditto.
9614         (wl-use-ldap): Ditto.
9615
9616 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9617
9618         * wl-address.el (wl-ldap-search): New function.
9619         (wl-complete-field-body): Use `wl-ldap-search'.
9620         (wl-ldap-server): New variable.
9621         (wl-ldap-base): Ditto.
9622         (wl-use-ldap): Ditto.
9623
9624 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9625
9626         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9627         (Pointed out by Mito <mit@nines.nec.co.jp>).
9628         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9629         buffer-local variables like `wl-summary-redisplay-internal'.
9630         (wl-summary-redisplay-all-header): Likewise.  Update
9631         Summary view too.
9632
9633 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9634
9635         * wl-summary.el (wl-summary-jump-to-parent-message):
9636         Consider prefix argument.
9637
9638         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9639         when closed thread is deleted.
9640
9641 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9642
9643         * wl-summary.el (wl-summary-jump-to-parent-message):
9644         Consider thread modification.
9645
9646 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9647
9648         * wl-message.el (wl-message-normal-get-original-buffer): Use
9649         `save-excursion'.
9650
9651         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9652         (wl-summary-showto-folder-regexp): Ditto.
9653
9654 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9655
9656         * wl-util.el (wl-delete-alist): Doc fix.
9657         (wl-delete-associations): New function.
9658         (wl-inverse-alist): New function.
9659         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9660         Split temporary variables. Use `wl-delete-associations'
9661         and `wl-inverse-alist'.
9662         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9663
9664 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9665
9666         * wl-folder.el (wl-folder-prefetch-entity):
9667         Execute prefetching if new count is unknown.
9668
9669 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9670
9671         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9672
9673         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9674         delete entity.
9675         (wl-thread-set-parent): If insert as top, set linked as nil.
9676
9677         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9678         `wl-thread-cleanup-symbols' when view mode is thread.
9679
9680 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9681
9682         * wl-folder.el (wl-folder-create-folder-entity): Use
9683         with-current-buffer.
9684         (wl-local-folder-init): Call set-buffer to make sure we are in
9685         the Folder buffer. Don't touch buffer-local variables here.
9686         (wl-folder-mode): Initialize buffer-local variables here.
9687
9688         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9689         (wl-folder-entity-assign-id): Ditto.
9690         (wl-folder-create-entity-hashtb): Ditto.
9691         (wl-local-folder-init): Ditto.
9692         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9693
9694 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9695
9696         * wl-summary.el (wl-summary-default-from): Fix probrem when
9697         std11-extract-address-components return (nil "foo@bar").
9698
9699 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9700
9701         * wl-draft.el (wl-draft-clone-local-variables):
9702         Remove redundant `setq'.
9703
9704 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9705
9706         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9707         Bind wl-highlight-x-face-func as nil while highlighting header.
9708
9709 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9710
9711         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9712
9713 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9714
9715         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9716         elmo-msgdb-overview-hashtb from copy-variables.
9717         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9718         instead of `elmo-msgdb-overview-get-entity-by-number'.
9719         (wl-summary-auto-refile): Ditto.
9720
9721         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9722         `elmo-msgdb-overview-get-entity' instead of
9723         `elmo-msgdb-search-overview-entity'.  Use
9724         `elmo-msgdb-overview-get-entity' instead of
9725         `elmo-msgdb-overview-get-entity-by-number'.
9726         (wl-thread-insert-entity-sub): Ditto.
9727         (wl-thread-insert-message): Ditto.
9728
9729         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9730         `elmo-msgdb-overview-get-entity'.
9731         (wl-normal-message-redisplay): Ditto.
9732
9733 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9734
9735         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9736         `wl-thread-entities'.
9737         (wl-thread-delete-message): Fix remove top message from
9738         `wl-thread-entity-list'.
9739
9740         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9741         wl-append(nconc), because update-list is broken on Meadow.
9742
9743         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9744         updating process.
9745         (wl-summary-rescan): Ditto.
9746         (wl-summary-sync-update3): Ditto.
9747         * wl-thread.el (wl-thread-set-parent): Renamed from
9748         `wl-summary-set-parent'.
9749         (wl-thread-insert-message): Updating buffer faster.
9750         (wl-thread-delete-message): Updating buffer faster.
9751
9752         * wl-score.el (wl-summary-score-update-all-lines): Changed
9753         interval for display progress gauge.
9754
9755 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9756
9757         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9758         folder always-sticky.
9759         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9760         defmacro.
9761
9762 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9763
9764         * wl-vars.el (wl-draft-add-references): New user option.
9765
9766         * wl-draft.el (wl-draft-add-references): New function.
9767         (wl-draft-yank-from-mail-reply-buffer): Use it.
9768         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9769         as nil.
9770
9771 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9772
9773         * wl-thread.el (wl-thread-update-line-msgs): Called
9774         `wl-thread-update-line-on-buffer-sub'.
9775         (wl-thread-update-line-on-buffer): Delete routine of inserting
9776         thread.
9777         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9778         moved from `wl-thread-update-line-on-buffer'.
9779         Add threshold for displaying progress gauge.
9780         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9781         argument of `wl-thread-update-line-msgs'.
9782         Add threshold for displaying progress gauge.
9783         * wl-folder.el:
9784         Add threshold for displaying progress gauge.
9785         * wl-score.el: Ditto.
9786
9787         * wl-expire.el (wl-summary-expire): Display deleting info.
9788
9789 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9790
9791         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9792         `no-msg'.
9793         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9794         argument of `wl-thread-update-line-msgs'.
9795         (wl-summary-set-parent): Added optional argument `parent-number'.
9796         (wl-summary-buffer-saved-message): New buffer local variable.
9797         (wl-summary-save-current-message): New command.
9798         (wl-summary-yank-saved-message): Ditto.
9799         (wl-summary-mode-map): Added key binding for
9800         `wl-summary-save-current-message' (\ew) and
9801         `wl-summary-yank-saved-message' (\C-y).
9802         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9803
9804 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9805
9806         * wl-summary.el (wl-summary-mode-map): Added key binding for
9807         `wl-summary-set-parent' (ts).
9808
9809 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9810
9811         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9812         subject faster. If thread number is reverse, delayed updating
9813         thread.
9814         (wl-summary-search-by-subject): Ditto.
9815         (wl-summary-put-alike): Ditto.
9816         (wl-summary-get-alike): Ditto.
9817         (wl-summary-insert-headers): Insert header of all overview in
9818         buffer.
9819         (wl-summary-rescan): Delayed updating thread. Kill search subject
9820         buffer for wl-summary-search-by-subject.
9821         (wl-summary-sync-update3): Ditto.
9822         (wl-summary-exit): Ditto.
9823         (wl-summary-goto-bottom-of-current-thread): Change for linked
9824         thread.
9825         (wl-summary-overview-create-summary-line): Change line for linked
9826         thread.
9827
9828         * wl-summary.el (wl-summary-update-thread): Use
9829         wl-thread-maybe-get-children-num.
9830         (wl-summary-set-parent): If change parent, move sub thread.
9831         (wl-summary-redisplay-internal): Add horizontal recenter.
9832         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9833
9834         * wl-thread.el (wl-thread-entity-get-linked): New function.
9835         (wl-thread-entity-set-linked): New function.
9836         (wl-thread-create-entity): Add linked element.
9837         (wl-thread-entity-insert-as-top): Use wl-append.
9838         (wl-thread-maybe-get-children-num): If closing thread, return
9839         children msgs.
9840         (wl-thread-update-line-msgs): Displaying progress message.
9841         (wl-thread-update-line-on-buffer-sub): Use
9842         wl-thread-maybe-get-children-num.
9843         (wl-thread-update-line-on-buffer): If update line is not exists,
9844         insert thread.
9845         (wl-thread-delete-message): If delete top msg of thread, search
9846         parent by subject.
9847         (wl-thread-insert-entity): Use
9848         wl-thread-maybe-get-children-num.
9849
9850         * wl-highlight.el (wl-highlight-summary-current-line): change
9851         sregexp for linked thread.
9852         * wl-util.el (wl-count-lines): Count lines.
9853         (wl-horizontal-recenter): horizontal recenter.
9854         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9855         (wl-score-get-alike): Ditto.
9856         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9857         (wl-subject-length-limit): New variable.
9858         (wl-highlight-thread-indent-string-regexp): Changed for linked
9859         thread.
9860
9861 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9862
9863         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9864         New variable (revival).
9865         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9866         by subject matching if there's no in-reply-to nor references field
9867         (revival).
9868
9869 \f
9870 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9871
9872         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9873         message.
9874
9875 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9876
9877         * wl-summary.el (wl-summary-reply): Return t if there was a
9878         message at cursor point.
9879         Added unwind-protect.
9880         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9881         returns t.
9882         (wl-summary-cancel-message): Do nothing when there's no message at
9883         cursor point.
9884         (wl-summary-forward): Ditto.
9885         (wl-summary-jump-to-parent-message): Ditto.
9886         (wl-summary-reedit): Ditto.
9887         (wl-summary-edit-addresses): Ditto.
9888         (wl-summary-pipe-message): Ditto.
9889         (wl-summary-print-message-with-ps-print): Ditto.
9890         (wl-summary-print-message): Ditto.
9891         (wl-summary-mark-as-important): Ditto.
9892         (wl-summary-mark-as-unread): Ditto.
9893
9894         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9895         message at cursor point.
9896         (wl-summary-reply-with-citation): Remove unwind-protect.
9897
9898         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9899         subject searching feature.
9900         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9901         Eliminated.
9902
9903 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9904
9905         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9906         New variable.
9907         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9908         by subject matching if there's no in-reply-to nor references field.
9909
9910         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9911
9912         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9913         when display is finished.
9914         (wl-folder-open-all): Ditto.
9915         (wl-folder-update-access-group): Ditto.
9916         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9917         * wl-thread.el (wl-thread-close-all): Ditto.
9918
9919         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9920         progress gauge only when it was displayed.
9921         * wl-folder.el (wl-folder-insert-entity): Ditto.
9922
9923 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9924
9925         * wl-summary.el (wl-summary-incorporate): Enclose
9926         `wl-summary-sync-force-update' with save-excursion.
9927
9928 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9929
9930         * wl-summary.el (wl-summary-prefetch-region):
9931         Pass current cursor point to `pos-visible-in-window-p' after
9932         moving cursor to the started point.
9933
9934 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9935
9936         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9937
9938         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9939         fields from the forwarding message.
9940         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9941         `ignored-fields'.
9942
9943 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9944
9945         * wl-mime.el (wl-message-request-partial):
9946         Eliminated argument `msgdb'.
9947         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9948         (wl-mime-combine-message/partial-pieces): Likewise.
9949         * tm-wl.el (wl-message-request-partial): Likewise.
9950         (wl-mime-combine-message/partial-pieces): Likewise.
9951
9952 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9953
9954         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9955         when display is finished.
9956
9957 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9958
9959         * wl-summary.el (wl-summary-goto-folder-subr):
9960         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9961
9962 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9963
9964         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9965         when cursor point is visible.
9966
9967 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9968
9969         * wl-expire.el (wl-expire-archive-get-max-number):
9970         Don't use `file-name-directory'.
9971
9972 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9973
9974         * wl-expire.el (wl-expire-archive-get-max-number):
9975         Use `file-name-directory'.
9976
9977 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9978
9979         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9980         only when there is progress.
9981
9982 2000-04-13  Mito <mit@nines.nec.co.jp>
9983
9984         * wl-summary.el (wl-summary-sync-marks): Display progress.
9985
9986 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9987
9988         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9989         (wl-summary-prev): Move cursor regardless of unread status.
9990         (wl-summary-next): Ditto.
9991
9992 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9993
9994         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9995         Added argument `target' and `number'.
9996         * tm-wl.el (wl-summary-burst-subr): New function.
9997         (wl-summary-burst): Use it.
9998
9999 2000-04-10  Mito <mit@nines.nec.co.jp>
10000
10001         * wl-mime.el (wl-burst): New function.
10002         (wl-summary-burst): Use it.
10003
10004 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10005
10006         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10007         as petname when there's no candidate.
10008
10009 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10010
10011         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10012         New variable.
10013         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10014
10015         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10016
10017         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10018
10019 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10020
10021         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10022         Use substring of `original' instead of buffer-substring.
10023         (wl-refile-evaluate-rule):
10024         Set `original' argument of wl-refile-expand-newtext.
10025
10026         * wl-summary.el
10027         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10028         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10029         (wl-summary-auto-refile): Check existence of destination folder just
10030         before marking.
10031
10032 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10033
10034         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10035         when wl-refile-get-field-value return nil.
10036
10037 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10038
10039         * wl-refile.el
10040         (wl-refile-expand-newtext): New function imported from Gnus.
10041         (wl-refile-evaluate-rule): Use it.
10042
10043 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10044
10045         * wl-summary.el (wl-summary-print-destination):
10046         Duplicate folder string to avoid putting text-property on
10047         original string.
10048
10049         * wl-refile.el (wl-refile-get-field-value): New function.
10050         (wl-refile-evaluate-rule): New function;
10051         Evaluate refile rule recursively.
10052         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10053         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10054         New function; Check existence of a target folder recursively.
10055         (wl-summary-auto-refile-check-refile-rule-alist):
10056         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10057
10058 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10059
10060         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10061
10062         * wl-folder.el (wl-create-folder-entity-from-buffer):
10063         Fixed problem when '}' character is contained in folder name.
10064
10065         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10066
10067 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10068
10069         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10070         (wl-fldmgr-add-completion-all-completions):
10071         Use wl-fldmgr-add-completion-hashtb.
10072
10073 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10074
10075         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10076         wl-fldmgr-add-completion-subr): New functions.
10077         * wl-folder.el (wl-folder-completion-func): New variable.
10078         * wl-summary.el (wl-summary-read-folder):
10079         Use wl-folder-completion-func.
10080
10081         * wl-refile.el: Eliminate throw & catch.
10082
10083         * wl.el (wl-plugged-sending-queue-status): Fixed.
10084
10085 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10086
10087         * wl-draft.el (wl-draft): Put category property on
10088         mail-header-separator.