* elmo.el (elmo-message-fetch-string): Disable multibyte.
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-util.el (wl-read-search-condition-internal): Fixed the last
4         change.
5
6 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
7
8         * wl-util.el (wl-read-search-condition-internal): Protect
9         elmo-global-flags from distraction.
10
11 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
12
13         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
14
15         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
16         (wl-summary-event-handler): Ditto.
17         (wl-summary-update-persistent-mark-on-event): New
18         function (renamed from `elmo-event-handler-flag-changed').
19         (wl-summary-buffer-attach): New function.
20         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
21         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
22         instead of `elmo-folder-add-handler'.
23
24         * Version number is increased to 2.13.2.
25
26 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
27
28         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
29         and "\177" to the `wl-news-previous-page'.
30         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
31         (wl-news-previous-page): New function.
32
33 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
34
35         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
36         instead of `write-region' and simplify.
37
38 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
39
40         * wl-template.el (wl-template-select): Cause error if
41         `wl-template-alist' is nil.
42
43 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
44
45         * wl-news.el.in: Set file variable `no-byte-compile'.
46
47 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
48
49         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
50         whether a target message is within displaying area.
51         (elmo-event-handler-cache-changed): Ditto.
52
53 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
54
55         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
56         to `defun'.  Use `nconc' instead of `append' to collect descendant
57         message numbers.
58
59 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
60
61         * wl-thread.el (wl-thread-save-top-list)
62         (wl-thread-save-entities): Use `with-temp-buffer'.
63         * wl-news.el.in (wl-news-previous-version-load):
64         (wl-news-previous-version-save): Ditto.
65         * wl-summary.el (wl-summary-load-file-object)
66         (wl-summary-save-view-cache): Ditto.
67
68 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
69
70         * wl-util.el (toplevel): Require 'elmo-flag'.
71         (wl-read-search-condition): New function (Renamed from
72         `elmo-read-search-condition').
73         (wl-read-search-condition-internal): Likewise.
74
75         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
76         invalid.
77         (wl-summary-pick): Use `wl-read-search-condition' instead of
78         `elmo-read-search-condition'.
79         (wl-summary-virtual): Ditto.
80
81         * wl-folder.el (wl-folder-virtual): Ditto.
82         (wl-folder-pick): Ditto.
83
84         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
85
86 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
87
88         * wl-summary.el (wl-summary-reedit): Call
89         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
90
91 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
92
93         * wl-mime.el (toplevel): Require wl-vars.
94
95         * wl-message.el (toplevel): Require cl at compile.
96
97         * wl-draft.el (toplevel): Require elmo.
98
99 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
100
101         * wl-message.el (wl-message-buffer-prefetch): Count is a number
102         and do nothing when it is not positive.
103         (wl-message-buffer-prefetch-next): Ditto.
104
105 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
106
107         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
108         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
109         (wl-summary-redisplay-internal): Ditto.
110
111         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
112         message (the condition is borrowed from `wl-check-variables-2').
113         (wl-summary-redisplay-internal): Ditto.
114
115 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
116
117         * wl-mime.el (wl-draft-nntp-attribute): New function.
118         (wl-draft-attribute-nntp-posting-server): Use it.
119         (wl-draft-attribute-nntp-posting-port): Ditto.
120
121         * wl-mime.el (wl-draft-preview-attributes-list): New function.
122         (wl-draft-show-attributes-buffer): Ditto.
123         (wl-draft-hide-attributes-buffer): Ditto.
124         (wl-draft-attribute-newsgroups): Ditto.
125         (wl-draft-attribute-nntp-posting-server): Ditto.
126         (wl-draft-attribute-nntp-posting-port): Ditto.
127         (wl-draft-preview-message): Use there functions.
128
129         * wl-vars.el (wl-draft-preview-attributes-list): Change default
130         value.
131
132 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
133
134         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
135         (wl-draft-reedit): Ditto.
136         (wl-draft-queue-flush): Ditto.
137
138         * wl-mime.el (wl-message-request-partial): Ditto.
139         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
140         instead of `elmo-message-fetch'.
141
142         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
143
144         * wl-summary.el (wl-summary-message-string): Ditto.
145
146 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
147
148         * wl-util.el (wl-current-message-buffer): Follow the API change.
149
150         * wl-summary.el (wl-summary-redisplay-internal): Call
151         `wl-summary-mark-as-read' with 2nd argument as nil and update
152         unread count instead of persistent mark.
153
154         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
155         variable.
156         (wl-message-redisplay): Follow the API change.
157         (wl-message-buffer-display): Managed mime-entity directly and
158         return preview buffer only.
159         (wl-message-display-internal): Rewrite.
160         (wl-message-buffer-prefetch-subr): Not save return value of
161         `wl-message-buffer-display'.
162
163         * Version number is increased to 2.13.1.
164
165 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
166
167         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
168         'elmo-multiple-fields-body-list' with boundary specified.
169
170 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
171
172         * wl-vars.el (wl-summary-resend-use-cache): New variable.
173         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
174         cache if `wl-summary-resend-use-cache' is non-nil.
175
176 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
177
178         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
179         (wl-nntp-posting-stream-type): Ditto.
180
181 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
182
183         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
184
185 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
186
187         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
188         message.
189
190 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
191
192         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
193         Abolish.
194         (wl-summary-buffer-persistent-mark-version): New internal
195         variable.
196         (wl-summary-update-mark-and-highlight-window): Check by
197         wl-summary-persistent-mark-invalid-p.
198         (wl-summary-update-status-marks): Ditto.
199         (elmo-event-handler-flag-changed): Rewrite.
200         (elmo-event-handler-cache-changed): Define.
201         (wl-summary-prefetch-msg): Does not update persistent mark here.
202         (wl-summary-delete-cache): Ditto.
203         (wl-summary-resume-cache-status): Ditto.
204         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
205         (wl-summary-persistent-mark-invalid-p): New function.
206         (wl-summary-validate-persistent-mark): Ditto.
207         (wl-summary-validate-persistent-mark-string): Ditto.
208         (wl-summary-invalidate-persistent-mark): Ditto.
209         (wl-summary-update-persistent-mark): Call
210         `wl-summary-validate-persistent-mark'.
211         (wl-summary-create-line): Call
212         `wl-summary-validate-persistent-mark-string'.
213
214         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
215         status as t if cache used.
216
217 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
218
219         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
220         only if the target is group.
221         * wl-folder.el (wl-folder-append-petname): Don't check group name.
222
223 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
224
225         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
226
227 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
228
229         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
230
231         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
232
233 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
234
235         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
236         (Thanks to Yoichi NAKAYAMA).
237
238 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
239
240         * wl-util.el (wl-save-drafts): Restore echo area.
241
242 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
243
244         * Version number is increased to 2.13.0.
245
246         * wl-util.el (wl-biff-check-folder-async): Use
247         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
248
249 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
250
251         * wl-message.el (wl-message-display-internal): Does not put
252         wl-message-display-type property on message buffer.
253         (wl-message-buffer-display-type): New function.
254
255         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
256
257         * wl-summary.el (wl-summary-mode): Use `dolist' to add
258         `wl-summary-buffer-detach'.
259         (wl-summary-message-display-type): Use
260         `wl-summary-buffer-display-type'.
261
262 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
263
264         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
265         buffer-local.
266
267         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
268         kill-buffer-hook instead of make-local-variable.
269         (wl-draft-preview-message): Set `local' argument of add-hook as t.
270
271 2004-12-12  Scott Renfro <scott@renfro.org>
272
273         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
274         regex for square-branket.
275
276 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
277
278         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
279         `wl-message-mime-analysis-p' with argument `header'.
280
281 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
282
283         * wl-mime.el (wl-draft-yank-current-message-entity): 
284         Switch to no-mime following method according to wl-message-display-type
285         property.
286         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
287
288         * wl-message.el (wl-message-display-internal): 
289         Put wl-message-display-type property on message buffer.
290
291         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
292         (wl-message-display-internal): Ditto;
293
294         * wl-summary.el (wl-summary-toggle-mime): Ditto.
295
296 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
297
298         * wl-message.el (wl-message-make-display-type): New function.
299         (wl-message-display-type-property): Ditto.
300         (wl-message-mime-analysys-p): Ditto.
301         (wl-message-display-all-header-p): Ditto.
302         (wl-message-redisplay): Removed argument `as-is', `all-header' and
303         added `display-type'.
304         (wl-message-buffer-display): Likewise.
305         (wl-message-display-internal): Likewise.
306         (wl-message-buffer-display-type): Abolish.
307         (wl-message-buffer-prefetch-subr): Follow the API changed.
308
309         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
310         from wl-summary-buffer-display-all-header and changed default value.
311         (wl-summary-message-display-type): New function.
312         (wl-summary-buffer-display-mime-mode): Ditto.
313         (wl-summary-buffer-display-header-mode): Ditto.
314         (wl-summary-toggle-mime): Rewrite with above functions.
315         (wl-summary-toggle-all-header): Ditto.
316         (wl-summary-redisplay): Force redisplay with default mode.
317         (wl-summary-redisplay-internal): Renamed argument from `mode',
318         `all-header' to `mime-mode', `header-mode'.
319         Use `wl-message-make-display-type'.
320
321         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
322         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
323
324 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
325
326         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
327
328 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
329
330         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
331         in original message buffer.
332         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
333         buffer.
334
335 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
336
337         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
338
339 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
340
341         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
342
343 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
344
345         * wl-action.el (wl-summary-exec-action-refile): Display a done message
346         when actions succeeded.
347         (wl-summary-exec-action-copy): Likewise.
348
349 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
350
351         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
352         there is switch-to-buffer at the end of wl-message-select-buffer.
353         (wl-summary-reply): Ditto.
354
355 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
356
357         * wl-summary.el (wl-summary-forward): Put subject in original
358         message buffer as argument of wl-draft-forward.
359         * wl-draft.el (wl-draft-forward): Decode subject as in
360         wl-draft-reply.
361
362 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
363
364         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
365         a folder under access group.
366
367 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
368
369         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
370         wl-message-buffer-display.
371
372         * wl-util.el (wl-set-save-drafts): Fix typo.
373
374 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
375
376         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
377         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
378         wl-highlight-logo-face to set the bg color of an xbm image; fixed
379         the way to measure the width of a bitmap image; don't put face on
380         ascii and bitmap images; put the mark which should not use the
381         variable-pitch face on ascii and bitmap images.
382         (wl-demo-setup-properties): Don't use the variable-pitch face on
383         ascii and bitmap images; made it work on Emacs 20 and earlier.
384         (wl-demo-insert-text): End with a newline at the bottom; don't put
385         face on text.
386
387         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
388
389 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
390
391         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
392
393         * wl-util.el (wl-save-drafts): Moved from sample setting.
394         (wl-set-save-drafts): New function to set idle timer.
395         * wl-draft.el (wl-draft): Call it.
396         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
397
398 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
399
400         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
401         a summary which has toggle display status off.
402
403 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
404
405         * wl-draft.el (wl-draft-do-fcc): No cache save.
406
407 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
408
409         * wl-summary.el (elmo-event-handler-flag-changed): Use
410         `set-buffer' instead of `with-current-buffer'.
411
412 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
413
414         * wl-summary.el (wl-summary-after-resize-function): New function.
415         (wl-summary-mode): Add `wl-summary-after-resize-function' to
416         window-size-change-functions.
417
418 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
419
420         * wl-draft.el (wl-draft-create-buffer): Bind
421         `change-major-mode-hook' after current buffer is changed.
422
423         * wl-summary.el (wl-summary-buffer-detach): New function.
424         (wl-summary-buffer-set-folder): Call it.
425         (wl-summary-mode): Add `wl-summary-buffer-detach' to
426         change-major-mode-hook and kill-buffer-hook.
427         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
428         (wl-summary-switch-to-clone-buffer): Ditto.
429         (wl-summary-goto-folder-subr): Ditto.
430
431 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
432
433         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
434         after boundp check.
435
436 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
437
438         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
439         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
440         for `kill-buffer'.
441
442         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
443         handler of current buffer from elmo-folder.
444
445 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
446
447         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
448
449 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
450
451         * wl-summary.el (wl-summary-buffer-event-handler): New internal
452         variable.
453         (wl-summary-event-handler): New class.
454         (elmo-event-handler-flag-changed): Define to update persistent
455         mark.
456         (wl-summary-buffer-set-folder): Register event handler to
457         elmo-folder.
458         (wl-summary-exit): Unregister event handler.
459         (wl-summary-goto-folder-subr): Ditto.
460         (wl-summary-mark-as-read-all): Does not call
461         `wl-summary-update-persistent-mark' directly.
462         (wl-summary-mark-as-read-internal): Ditto.
463         (wl-summary-set-persistent-mark-internal): Ditto.
464         (wl-summary-set-flags-internal): Ditto.
465
466         * Version number is increased to 2.11.33.
467
468 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
469
470         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
471         to nil.
472
473 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
474
475         * wl-spam.el (wl-spam-setup): Add hook
476         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
477         instead of `wl-summary-prepare-hook'.
478
479         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
480         if folder type is `'flag'.
481         (wl-summary-mark-as-important): Ditto.
482
483 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
484
485         * wl-address.el (wl-address-minibuffer-history): New variable.
486         (wl-address-minibuffer-local-map): New keymap.
487         (wl-address-read-from-minibuffer): New function.
488
489         * wl-action.el (wl-summary-get-resend-address): Use
490         `wl-address-read-from-minibuffer' instead of `completing-read'.
491
492 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
493
494         * Version number is increased to 2.11.32.
495
496 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
497
498         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
499         without mule to iso-8859-1.
500         (wl-draft-add-in-reply-to): Add note in description.
501         (wl-draft-add-references): Ditto.
502
503 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
504
505         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
506         definition for `m'.
507         (wl-summary-mode-line-format): Add '[%m]'.
508         (wl-message-mode-line-format-spec-alist): Ditto.
509         (wl-summary-display-mime-mode-list): New variable.
510
511         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
512         from wl-summary-buffer-display-as-is.
513         (wl-summary-buffer-display-all-header): New buffer local variable.
514         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
515         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
516         instead of wl-summary-buffer-display-as-is.
517         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
518         (wl-summary-set-persistent-mark): Ditto.
519         (wl-summary-set-message-buffer-or-redisplay): Just call
520         `wl-summary-redisplay-internal' without optional arguments.
521         (wl-summary-toggle-mime): Rewrite.
522         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
523         (wl-summary-toggle-all-header): New function.
524         (wl-summary-redisplay-internal): Treat mime mode.
525
526         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
527         to wl-mime-preview-follow-no-mime.
528         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
529         accodring to the display-mode.
530
531         * wl-message.el (wl-message-buffer-display-type): Rewrite.
532         (wl-message-buffer-display): Changed argument name from `as-is' to
533         `mode'.
534         (wl-message-display-internal): Ditto;
535         Bind elmo-mime-display-header-analysis according to the mode.
536         (wl-message-display-internal): Put wl-message-display-mime-mode
537         property on entire buffer.
538
539 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
540
541         * wl-draft.el (wl-draft-do-fcc): Undo last change.
542
543 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
544
545         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
546         Don't extract mail address.
547         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
548
549         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
550
551         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
552
553 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
554
555         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
556         wl-fldmgr-cut-entity-list on confirmation.
557
558 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
559
560         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
561         (wl-mime-quit-preview): Check existence of
562         mime-edit-temp-message-buffer here.
563
564 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
565
566         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
567         after deletion.
568
569         * wl-draft.el (wl-draft-send-confirm): Check major-mode
570         before calling wl-mime-quit-preview.
571
572 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
573
574         * wl-summary.el (wl-summary-pick): If call it with prefix
575         argument, set `delete-marks' as non-nil. Pick from only visible
576         messages.
577         (wl-summary-check-target-mark): New function.
578         (wl-summary-target-mark-mark-as-read): Use it.
579         (wl-summary-target-mark-mark-as-unread): Ditto.
580         (wl-summary-target-mark-operation): Ditto.
581         (wl-summary-target-mark-set-flags): Ditto.
582         (wl-summary-target-mark-save): Ditto.
583         (wl-summary-target-mark-pick): Ditto.
584         (wl-summary-target-mark-forward): Ditto.
585         (wl-summary-target-mark-reply-with-citation): Ditto.
586         (wl-summary-target-mark-print): Ditto.
587         (wl-summary-target-mark-uudecode): Ditto.
588
589         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
590         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
591         with `ask-coding' is non-nil.
592
593 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
594
595         * wl-thread.el (wl-thread-set-parent): If parent is a message
596         which is identified by references, set linked as nil.
597
598 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
599
600         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
601         (wl-message-mode-line-format-spec-alist): Ditto.
602         (wl-message-mode-line-format): Ditto.
603         (wl-summary-mode-line-format): Ditto for docstring.
604         (wl-summary-no-mime-folder-list): Fix typo.
605
606         * wl-util.el (wl-current-message-buffer): Call
607         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
608
609         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
610         variable.
611         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
612         of `wl-summary-redisplay-no-mime'.
613         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
614         (wl-summary-toggle-mime): New function.
615         (wl-summary-redisplay-all-header): Rewrite.
616         (wl-summary-redisplay-no-mime): Ditto.
617         (wl-summary-redisplay-internal): Added argument `as-is' and
618         `all-header'.
619
620         * wl-refile.el (wl-refile-default-from-folder-path-separator):
621         New variable.
622         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
623         bottom.
624         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
625         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
626         "/" unconditionally.
627
628         * wl-mime.el (wl-draft-yank-current-message-entity): Use
629         wl-mime-preview-follow-no-mime for as-is content.
630         (wl-mime-preview-follow-no-mime): New function.
631         (wl-mime-preview-follow-current-region): Fixed parenthesis.
632
633         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
634         and added `as-is', `all-header'.
635         (wl-message-buffer-display): Ditto.
636         (wl-message-buffer-display-type): New function.
637
638 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
639
640         * wl-vars.el (wl-message-header-button-alist): Change default
641         value.
642         (wl-message-body-button-alist): Ditto.
643
644 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
645
646         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
647
648 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
649
650         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
651
652 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
653
654         * wl-summary.el (wl-summary-sync-marks): Remove condition which
655         is always true.
656
657 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
658
659         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
660         on null entity.
661
662 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
663
664         * wl-vars.el (wl-draft-reply-default-position): Fix range.
665
666 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
667
668         * wl-vars.el (wl-summary-resend-hook): New hook.
669
670         * wl-action.el (wl-summary-exec-action-resend-subr): Run
671         `wl-summary-resend-hook'.
672
673 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
674
675         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
676         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
677         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
678         (wl-summary-new-cached-mark): Changed default value to 'n'.
679         (wl-summary-unread-cached-mark): Changed default value to 'u'.
680         (wl-summary-answered-cached-mark): Changed default value to 'a'.
681         (wl-folder-sync-range-alist): Remove spec for 'flag.
682         (wl-summary-force-prefetch-folder-list): New user option.
683
684         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
685         `wl-summary-toggle-persistent-mark'.
686         (wl-summary-update-mark-and-highlight-window): Don't highlight when
687         number is nil.
688         (wl-summary-mark-as-answered-region): Set interactive argument of
689         `wl-summary-set-persistent-mark-internal'.
690         (wl-summary-mark-as-important-region): Ditto.
691         (wl-summary-unset-persistent-mark): Ditto.
692         (wl-summary-set-persistent-mark): Ditto.
693         (wl-summary-mark-as-answered): Ditto.
694         (wl-summary-mark-as-important): Ditto.
695         (wl-summary-set-persistent-mark-internal): Do nothing
696         when `elmo-message-flag-available-p' is nil.
697         (wl-summary-toggle-persistent-mark): New function.
698         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
699         when the folder matches `wl-summary-force-prefetch-folder-list'.
700
701
702         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
703         when number is nil.
704         (wl-highlight-summary-forwarded-face): New face.
705
706 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
707
708         * Version number is increased to 2.11.31.
709
710 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
711
712         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
713         (wl-biff-check-folder-async): Ditto.
714         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
715
716 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
717
718         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
719         Add an argument `reverse'.  All callers are updated.
720         (wl-summary-sort): Add a prefix argument `reverse' to specify
721         reverse sorting.
722         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
723         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
724         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
725
726 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
727
728         * wl-message.el (wl-message-redisplay): Does not narrow header if
729         disply-type is all-header or as-is.
730
731         * wl-summary.el (wl-summary-enter-handler): Use
732         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
733
734 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
735
736         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
737         after adding wl-draft-parent-variables.
738         (wl-draft-forward): Ditto.
739
740 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
741
742         * wl-summary.el (wl-summary-sync-marks): Call
743         `wl-summary-set-persistent-mark' and
744         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
745         (wl-summary-set-persistent-mark-internal): Add 4th argument
746         `no-server'.
747         (wl-summary-unset-persistent-mark): Ditto.
748         (wl-summary-set-persistent-mark): Ditto.
749         (wl-summary-add-flags-internal): Abolish.
750         (wl-summary-remove-flags-internal): Ditto.
751         (wl-summary-mark-as-important-internal): Ditto.
752         (wl-summary-mark-as-important): Use
753         `wl-summary-set-persistent-mark' instead of
754         `wl-summary-add-flags-internal'.
755         (wl-summary-mark-as-important-region): Ditto.
756
757         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
758
759         * wl-summary.el (wl-summary-get-available-flags): New function.
760         (wl-summary-sync-marks): Use it and simplified.
761         (wl-summary-unset-persistent-mark): Use
762         `wl-summary-get-available-flags'.
763         (wl-summary-set-persistent-mark): Ditto.
764
765 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
766
767         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
768         id.
769
770 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
771
772         * wl-summary.el (wl-summary-enter-handler): If argument is not a
773         number, call `wl-summary-prev-line-content'. Show message when the
774         message is not found.
775
776 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
777
778         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
779         wl-summary-enter-handler.
780         (wl-summary-enter-handler): New command.
781
782         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
783         docstring and custom spec.
784
785         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
786         flags too; Don't treat Cached and New.
787         (wl-summary-set-persistent-mark): Ditto.
788
789         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
790         `wl-folder-set-flag'.
791
792         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
793         instead of `wl-folder-set-flag'.
794
795         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
796         for completion.
797         (wl-summary-set-persistent-mark): Ditto.
798
799         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
800         instead of `wl-draft-quit-preview'.
801
802         * wl-mime.el (toplevel): Avoid compile warning.
803         (wl-mime-quit-preview): New function
804         (formarly defined as `wl-draft-quit-preview').
805         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
806         quitting method.
807
808         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
809
810         * wl-folder.el (wl-folder-set-flag): Renamed from
811         `wl-draft-set-flag-on-parent'.
812
813         * wl-draft.el (wl-draft-quit-preview): New function.
814         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
815         (wl-draft-send): Call `wl-folder-set-flag' instead of
816         `wl-draft-set-flag-on-parent'.
817         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
818
819 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
820
821         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
822         (wl-draft-send): Ditto.
823
824 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
825
826         * wl-vars.el (wl-draft-reply-hook): Changed default value.
827         (wl-draft-kill-pre-hook): Set default value as nil.
828         (wl-summary-reply-hook): Ditto.
829         (wl-draft-kill-flags): Abolish.
830
831         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
832         (wl-draft-parent-variables): Renamed from
833         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
834         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
835         argument; Add wl-draft-parent-variables to
836         wl-draft-config-variables.
837         (wl-draft-reply): Likewise.
838         (wl-draft-kill-flags): Abolish.
839         (wl-draft-send): Call wl-draft-set-flag-on-parent.
840         (wl-draft-set-flag-on-parent): New function.
841         (wl-draft-setup-parent-flag): Ditto.
842
843 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
844
845         * wl-draft.el (wl-draft-kill-flags): Avoid error when
846         `wl-draft-parent-folder' is "".
847
848 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
849
850         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
851         (wl-summary-digit-jump): New function.
852         (Adviced by John Owens and Hiroya Murata)
853
854         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
855         (Adviced by John Owens)
856
857         * wl-xmas.el (wl-message-define-keymap): Ditto.
858
859         * wl-mule.el (wl-message-define-keymap): Ditto.
860
861 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
862
863         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
864         change of return value of elmo-folder-count-flags.
865
866         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
867         (wl-summary-mark-as-read-internal): Ditto.
868         (wl-summary-set-persistent-mark-internal): Ditto.
869         (wl-summary-folder-info-update): Ditto.
870         (wl-summary-sync-update): Fixed the last change.
871
872         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
873
874 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
875
876         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
877         (wl-draft-kill-flags): Fixed docstring.
878
879         * wl-draft.el (wl-draft-kill-flags): New function.
880         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
881
882 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
883
884         * wl-vars.el (wl-reply-hook): Abolish.
885         (wl-draft-reply-hook): New hook.
886         (wl-summary-reply-hook): Ditto.
887         (wl-draft-forward-hook): Ditto.
888         (wl-summary-forward-hook): Ditto.
889         (wl-draft-kill-flags): New variable.
890
891         * wl-summary.el (wl-summary-mark-as-answered-region): Use
892         wl-summary-set-persistent-mark-internal.
893         (wl-summary-sync-marks): Use elmo-preserved-flags.
894         (wl-summary-update-persistent-mark): Make it interactive.
895         (wl-summary-set-persistent-mark-internal): New inline function.
896         (wl-summary-mark-as-answered): Use it.
897         (wl-summary-mark-as-unanswered): Ditto.
898         (wl-summary-unset-persistent-mark): New function.
899         (wl-summary-set-persistent-mark): Ditto.
900         (wl-summary-reply): Don't set answered flag;
901         Run wl-summary-reply-hook instead.
902         (wl-summary-forward): Call wl-draft-forward with number.
903         Run wl-summary-forward-hook.
904
905         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
906         (wl-highlight-summary-line-face-spec): Use it as a default
907         persistent mark face.
908
909         * wl-draft.el (wl-draft-forward): Added optional argument number;
910         Set wl-draft-parent-number; Run wl-draft-forward-hook.
911         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
912         (wl-draft-kill): Use wl-draft-kill-flags.
913
914         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
915
916         * wl-folder.el (wl-folder-check-one-entity): Follow the change
917         of return value of elmo-folder-count-flags.
918
919         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
920
921         * wl-summary.el (wl-summary-count-unread): Ditto.
922         (wl-summary-sync-update): Follow the change above.
923         (wl-summary-force-prefetch): New function.
924
925 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
926
927         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
928         variable `buf' with `let' instead of `setq'.
929
930 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
931
932         * wl-mime.el (wl-message-delete-current-part): If filename exists,
933         add Content-Disposition heaeder on the deleted part.
934
935 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
936
937         * wl-draft.el (wl-draft-save): Encode address list under edit by
938         `eword-encode-unstructured-field-body'.
939
940         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
941
942 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
943
944         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
945         wl-current-summary-buffer.
946
947 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
948
949         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
950         `numbers' is ignored.
951
952 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
953
954         * wl-folder.el (wl-folder-open-folder): Avoid error.
955         Reported by John Owens, [wl-en:815]
956
957         * wl.el (wl): Set timer for biff process even if prefix argument
958         is given or auto-checking is quitted.
959
960         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
961         immediately.
962         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
963         (wl-toggle-plugged): Ditto.
964
965         * wl-vars.el (wl-biff-use-idle-timer): New variable.
966         * wl-util.el (wl-biff-start): Use idle timer if
967         `wl-biff-use-idle-timer' is non-nil.
968
969 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
970
971         * wl-highlight.el (wl-highlight-message): Fix description.
972
973 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
974
975         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
976         tty.
977
978 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
979
980         * wl-action.el (wl-summary-exec): Print failure count.
981
982 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
983
984         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
985         to `defun', remove interactive form.
986         Set elmo-message-fetch-confirm when force-reload is non-nil.
987
988 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
989
990         * wl-summary.el (toplevel): Removed unnecessary autoload.
991
992 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
993
994         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
995         the buffer is generated from another message buffer.
996
997 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
998
999         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1000         extracted from `wl-fldmgr-save-folders'.
1001         (wl-fldmgr-delete): Call it after deletion.
1002
1003 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1004
1005         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1006         multi-tty support.
1007
1008 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1009
1010         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1011
1012 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1013
1014         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1015         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1016
1017 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1018
1019         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1020         unsubscribe list only if argument CLEAR is nil.
1021
1022 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1023
1024         * wl-draft.el (wl-draft-reply): Decode subject before removing
1025         Re: prefix.
1026
1027 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1028
1029         * wl-summary.el (wl-summary-sort-by-size): New command.
1030
1031 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1032
1033         * wl-summary.el (wl-summary-number-list-from-region): New
1034         function.
1035         (wl-summary-mark-as-read-region): Use it.
1036         (wl-summary-mark-as-unread-region): Ditto.
1037         (wl-summary-set-flags-region): Ditto and add optional argument
1038         remove.
1039         (wl-summary-mark-as-answered-region): Ditto.
1040         (wl-summary-mark-as-important-region): Ditto.
1041         (wl-summary-target-mark-mark-as-important): Added optional
1042         argument remove.
1043         (wl-summary-target-mark-mark-as-answered): Ditto.
1044         (wl-summary-target-mark-set-flags): Ditto.
1045
1046 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1047
1048         * wl-summary.el (wl-summary-set-flags-region): Call
1049         `wl-summary-set-flags-internal' with number list instead of call
1050         one by each message.
1051         (wl-summary-target-mark-set-flags): Likewise.
1052
1053 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1054
1055         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1056         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1057         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1058         (wl-summary-target-mark-mark-as-answered): Likewise.
1059
1060 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1061
1062         * wl-summary.el (wl-summary-target-mark-forward): Use
1063         `wl-summary-delete-all-target-marks' instead of
1064         `wl-summary-delete-all-temp-marks'.
1065         (wl-summary-target-mark-reply-with-citation): Ditto.
1066         (wl-summary-target-mark-uudecode): Ditto.
1067         (wl-summary-target-mark-set-flags): Ditto and remove needless
1068         cursor move.
1069
1070 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1071
1072         * wl-summary.el (wl-summary-target-mark-forward): Protect
1073         wl-summary-buffer-target-mark-list from nreverse.
1074         (wl-summary-target-mark-reply-with-citation): Ditto.
1075
1076 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1077
1078         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1079         `elmo-display-progress-threshold'.
1080
1081 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1082
1083         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1084         check `wl-summary-highlight'.
1085         (wl-summary-window-scroll-functions): Respect value of
1086         `wl-summary-highlight'.
1087         (wl-summary-sync-update): Run hooks
1088         `wl-summary-buffer-window-scroll-functions' at any time.
1089
1090 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1091
1092         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1093         from `wl-summary-cleanup-temp-marks'.
1094         (wl-summary-cleanup-temp-marks): Abolish argument.
1095         * wl.el (wl-save-status): Revert previous change.
1096         (wl-execute-temp-marks): New function, call
1097         `wl-summary-exec-with-confirmation'.
1098         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1099         (wl-folder-save-and-exec-marks): Abolished.
1100
1101 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1102
1103         * wl-e21.el (wl-e21-display-image-p): Respect
1104         `wl-highlight-folder-with-icon'.
1105         (wl-e21-highlight-folder-group-line): Highlight mouse line
1106         even if wl-e21-display-image-p is nil.
1107
1108         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1109         Respect value of `wl-summary-highlight'.
1110
1111         * wl.el (wl-save-status): Remove unused variable.
1112
1113         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1114         (wl-folder-mode-map): Bind it to "x".
1115
1116 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1117
1118         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1119
1120         * wl-thread.el (wl-thread-get-parent-list): Don't check
1121         disconnected ancestors, neglecting needless work in
1122         `wl-thread-update-indent-string-thread'.
1123
1124         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1125         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1126         argument, add argument default-keep to keep marks by default.
1127
1128         * Version number is increased to 2.11.30.
1129
1130         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1131         customization type and docstring.
1132         (wl-draft-reply-without-argument-list): Ditto.
1133
1134 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1135
1136         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1137
1138         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1139
1140 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1141
1142         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1143
1144 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1145
1146         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1147         save-excursion so as not to include run-hooks.
1148
1149 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1150
1151         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1152         Clarify that marks are going to be cleared.
1153
1154 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1155
1156         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1157         according to 3rd element of wl-summary-flag-mark.
1158
1159         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1160
1161 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1162
1163         * wl-action.el (wl-summary-target-mark-all): Don't set
1164         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1165
1166 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1167
1168         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1169         (wl-forward-subject-prefix): Ditto.
1170         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1171         (wl-draft-reply-make-subject): Ditto.
1172
1173         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1174         `wl-draft-forward'.
1175         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1176
1177 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1178
1179         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1180         target message does not exist.
1181
1182 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1183
1184         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1185         `wl-subject-prefix-regexp'.
1186         (wl-subject-forward-prefix-regexp): New variable.
1187         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1188         `wl-draft-strip-subject-re' and take regexp as argument.
1189         (wl-draft-forward): Use it.
1190         (wl-draft-reply): Ditto.
1191
1192 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1193
1194         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1195         emacs multi-tty support.
1196
1197 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1198
1199         * wl-e21.el (wl-e21-display-image-p): Don't call
1200         `display-images-p'.
1201         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1202         support.
1203         (wl-highlight-folder-current-line): Ditto.
1204         (wl-folder-init-icons): Ditto.
1205
1206 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1207
1208         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1209         the last line of summary in unplugged mode.
1210
1211 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1212
1213         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1214
1215 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1216
1217         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1218         * wl-address.el (wl-address-user-mail-address-p): Use it.
1219         (wl-address-delete-user-mail-addresses): Ditto.
1220         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1221
1222         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1223         (wl-address-delete-user-mail-addresses): Ditto.
1224
1225         * wl-address.el (wl-address-delete-user-mail-addresses): New
1226         function.
1227         * wl-refile.el (wl-refile-guess-by-history): Use it.
1228         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1229         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1230
1231         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1232         use wl-address-user-mail-address-p.
1233
1234 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1235
1236         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1237         after opening group.
1238
1239 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1240
1241         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1242         of elmo-set-buffer-multibyte.
1243
1244         * wl-message.el (wl-original-message-mode): Ditto.
1245
1246         * wl-score.el (wl-score-insert-header): Ditto.
1247
1248         * wl-summary.el
1249         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1250         (wl-summary-goto-folder-subr): Ditto.
1251         (wl-summary-insert-headers): Ditto.
1252
1253         * wl-util.el (wl-set-string-width): Ditto.
1254
1255         * Version number is increased to 2.11.29.
1256
1257 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1258
1259         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1260         (wl-highlight-summary-line-help-echo-alist): New variable.
1261         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1262         into `wl-highlight-summary-line-help-echo' and
1263         `wl-highlight-flag-folder-help-echo'.
1264         (wl-highlight-summary-line-string): Change accordingly.
1265         (wl-highlight-summary-current-line): Ditto.
1266
1267 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1268
1269         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1270         at the beginning of field body (Thanks to Markus Knittig).
1271
1272         * wl-draft.el (wl-draft-insert-current-message): Also check
1273         summary buffer, remove unnecessary tag.
1274
1275 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1276
1277         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1278         when wl-message-buffer is nil.
1279
1280         * wl-folder.el (wl-folder): Abolish unused argument.
1281         Call wl-folder-init when wl-folder-entity is nil.
1282         * wl.el (wl): Change accordingly.
1283
1284 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1285
1286         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1287         multibyte string before insert into draft buffer.
1288         (wl-draft-create-buffer): Always enable multibyte characters for
1289         draft buffer.
1290
1291         * Version number is increased to 2.11.28.
1292
1293 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1294
1295         * wl-folder.el (wl-folder-open-close): Handle blank line.
1296         (wl-folder-jump-to-current-entity): Ditto.
1297
1298 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1299
1300         * Version number is increased to 2.11.27.
1301
1302 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1303
1304         * wl-thread.el (wl-thread-insert-message): When the thread is
1305         devided by wl-summary-max-thread-depth, insert line at the end of
1306         buffer.
1307
1308 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1309
1310         * Version number is increased to 2.11.26.
1311
1312 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1313
1314         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1315
1316 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1317
1318         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1319         value of stream-type and session.
1320
1321 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1322
1323         * Version number is increased to 2.11.25.
1324
1325 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1326
1327         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1328         in a quit message.
1329
1330 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1331
1332         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1333         (wl-summary-redisplay-no-mime-internal): Ditto.
1334
1335 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1336
1337         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1338         * wl-vars.el (wl-smtp-connection-type): Ditto.
1339
1340 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1341
1342         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1343         for the separator line and quote mail-header-separator.
1344
1345 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1346
1347         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1348         result message.
1349
1350         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1351         `elmo-multiple-fields-body-list' with boundary as
1352         mail-header-separator.
1353
1354 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1355
1356         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1357
1358 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1359
1360         * wl-util.el (wl-list-diff): Remove unused function.
1361
1362         * wl-draft.el (wl-draft-send-confirm): Discard input before
1363         confirmation.
1364
1365 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1366
1367         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1368         order of flag and new.
1369
1370 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1371
1372         * wl-vars.el (wl-refile-policy-alist): Abolished.
1373
1374         * wl-action.el (wl-summary-set-action-refile): Follow the change
1375         above.
1376
1377 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1378
1379         * wl-highlight.el (wl-highlight-signature-search): Don't use
1380         re-search-backward for a long word since it is possible to crash
1381         XEmacs because of a bug.
1382
1383 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1384
1385         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1386
1387 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1388
1389         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1390         argument for wl-summary-sync-force-update.
1391
1392 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1393
1394         * wl-summary.el (wl-summary-mode-map): Revival of
1395         wl-summary-mark-as-important related bindings;
1396         Bind 'F','tF','mF','rF','m&'.
1397         (wl-summary-mark-as-important-region): Revival.
1398         (wl-summary-target-mark-mark-as-important): Ditto.
1399         (wl-summary-target-mark-operation): New function.
1400         (wl-summary-target-mark-mark-as-answered): Use it.
1401         (wl-summary-decide-flag): Don't set Important as default.
1402         (wl-summary-mark-as-important-internal): Revival.
1403         (wl-summary-mark-as-important): Ditto.
1404
1405         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1406
1407         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1408         instead of facep.
1409
1410 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1411
1412         * wl-dnd.el (wl-dnd-drop-func): Fix.
1413
1414         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1415         mouse-set-point instead of posn-point.
1416
1417         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1418
1419         * wl-mule.el (wl-completing-read-multiple): Ditto.
1420
1421 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1422
1423         * wl-demo.el (face-background-name): Defalias to avoid compile
1424         warning.
1425
1426 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1427
1428         * wl-summary.el (wl-summary-decide-flag): Use
1429         wl-completing-read-multiple instead of completing-read-multiple.
1430
1431         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1432         New alias.
1433
1434         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1435         Use face-background-name instead of face-background.
1436
1437         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1438
1439         * wl-summary.el (wl-summary-save): Use it.
1440         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1441
1442         * wl-mime.el (wl-mime-save-content): Fix last change.
1443
1444 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1445
1446         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1447         New function.
1448         (wl-summary-sort-specs): Added sort.
1449         * wl-mime.el (wl-mime-save-content): Expand file name.
1450
1451 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1452
1453         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1454
1455         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1456
1457 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1458
1459         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1460         for flag if it is not defined.
1461
1462 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1463
1464         * wl-e21.el (wl-highlight-folder-current-line): Use
1465         elmo-folder-type-internal when elmo-folder-type returns nil.
1466
1467         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1468
1469         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1470
1471         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1472
1473         * wl-e21.el (wl-summary-toolbar): Ditto.
1474
1475         * wl-vars.el (wl-demo-background-color): Abolished.
1476         (wl-summary-persistent-mark-priority-list): Renamed from
1477         wl-summary-flag-priority-list.
1478         (wl-summary-flag-alist): New user option.
1479         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1480         (wl-message-mode-line-format-spec-alist): Added 'F'.
1481         (wl-message-mode-line-format): Likewise.
1482         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1483         instead of wl-summary-important-mark.
1484         (wl-file-folder-icon): New variable.
1485
1486         * wl-thread.el (wl-thread-set-flags): Renamed from
1487         wl-thread-mark-as-important.
1488
1489         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1490         warning.
1491         (wl-summary-mode-menu-spec): Follow the change of 
1492         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1493         (wl-summary-mode-map): Follow the change of
1494         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1495         (wl-summary-detect-mark-position): Follow the variable name change.
1496         (wl-summary-set-flags-region): New function for the replacement of
1497         wl-summary-mark-as-important-region.
1498         (wl-summary-sync-marks): Sync all global-flags.
1499         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1500         instead of elmo-message-flagged-p.
1501         (wl-summary-persistent-mark-string): Follow the variable name change;
1502         Put wl-summary-flag-mark if the message has global-flag.
1503         (wl-summary-target-mark-set-flags): Renamed from 
1504         wl-summary-target-mark-mark-as-important.
1505         (wl-summary-decide-flag): New function.
1506         (wl-summary-set-flags-internal): Renamed from
1507         wl-summary-mark-as-important-internal.
1508         (wl-summary-add-flags-internal): New function.
1509         (wl-summary-remove-flags-internal): Ditto.
1510         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1511         (wl-summary-mark-as-unimportant): Abolish.
1512         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1513         (wl-summary-next-message): List flagged messages in the msgdb.
1514
1515         * wl-score.el (wl-summary-score-update-all-lines): Use
1516         wl-summary-add-flags-internal instead of 
1517
1518         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1519
1520         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1521         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1522         (wl-message-buffer-require-all-header): Renamed from
1523         wl-message-buffer-all-header-flag (Ditto).
1524         (wl-message-buffer-flag-indicator): New variable.
1525         (wl-message-redisplay): Changed local varibale name from `flag' to
1526         `display-type'; Set up wl-message-buffer-flag-indicator.
1527         (wl-message-buffer-display): Changed varibale name from `flag' to
1528         `display-type'.
1529         (wl-message-display-internal): Likewise.
1530
1531         * wl-highlight.el (wl-highlight-demo-face): Define default background
1532         color.
1533         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1534
1535         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1536
1537         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1538         (wl-demo-setup-properties): Renamed from
1539         `wl-demo-set-background-color'.
1540         (wl-demo): Follow the change above.
1541         
1542         * Version number is increased to 2.11.24.
1543
1544 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1545
1546         * wl-summary.el (wl-summary-toggle-thread): Call
1547         `wl-summary-rescan' with disable-thread as non-nil.
1548         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1549
1550 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1551
1552         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1553         foreground property of the face.
1554         (wl-demo-insert-text): Don't set up face property here.
1555         (wl-demo): Call wl-demo-set-background-color, anyway.
1556
1557 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1558
1559         * wl-vars.el (wl-demo-background-color): The value can be nil.
1560
1561 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1562
1563         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1564         to wl-summary-wheel-dispatcher.
1565
1566         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1567         wl-message-wheel-dispatcher.
1568         (wl-message-wheel-dispatcher): New function.
1569         (wl-summary-wheel-dispatcher): Ditto.
1570
1571 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1572
1573         * wl-action.el (wl-summary-target-mark-all): List messages which are
1574         not in the killed-list.
1575
1576         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1577         only when the folder is 'flag/important.
1578
1579         * wl-address.el (wl-complete-field-body): Complete if the last
1580         character is a space.
1581
1582 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1583
1584         * wl-folder.el (wl-folder-clear-entity-info): Use
1585         elmo-clear-hash-val.
1586
1587         * wl-fldmgr.el (wl-fldmgr-rename): Set
1588         wl-folder-info-alist-modified as t.
1589
1590 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1591
1592         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1593
1594 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1595
1596         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1597         (wl-folder-buffer-last-visited-entity-id): New buffer local
1598         variable.
1599         (wl-folder-revisit-last-visited-folder): New function.
1600         (wl-folder-mode-map): Bind it to "C-i".
1601         (wl-folder-set-current-entity-id): Set last visited folder.
1602         * wl-summary.el (wl-summary-exit): Ditto.
1603
1604 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1605
1606         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1607         before calling `recenter' in order to cope with an XEmacs bug.
1608
1609 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1610
1611         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1612         to the default value.
1613
1614 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1615
1616         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1617         change.
1618         (wl-summary-sync-marks): Ditto.
1619         (wl-summary-mark-as-read-internal): Ditto.
1620         (wl-summary-mark-as-answered-internal): Ditto.
1621         (wl-summary-mark-as-important-internal): Ditto.
1622         (wl-summary-reply): Ditto.
1623
1624         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1625         instead of `elmo-folder-unflag-answered'.
1626
1627         * Version number is increased to 2.11.23.
1628
1629         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1630         the last change.
1631
1632 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1633
1634         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1635         Specify "spam" or "good".
1636
1637 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1638
1639         * wl-spam.el (wl-summary-exec-action-spam): Call
1640         wl-folder-confirm-existence for spam folder.
1641         (wl-spam-setup): Bind "mk".
1642
1643 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1644
1645         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1646
1647 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1648
1649         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1650         destination folder is empty.
1651
1652 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1653
1654         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1655         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1656
1657         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1658         (wl-summary-refile-prev-destination-region): New function.
1659         (wl-thread-refile-prev-destination): Ditto.
1660         (wl-summary-target-mark-refile-prev-destination): Ditto.
1661
1662 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1663
1664         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1665         (wl-demo-background-color): Changed default value.
1666
1667         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1668         color.
1669
1670         * wl-demo.el (wl-demo-set-background-color): New function.
1671         (wl-demo): Call it.
1672
1673 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1674
1675         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1676         * wl-address.el (wl-address-add-or-change): Don't add empty
1677         address.
1678
1679 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1680
1681         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1682
1683 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1684
1685         * wl-vars.el (wl-demo-image-filter-alist): New variable
1686         (wl-demo-background-color): Ditto.
1687
1688         * wl-demo.el (wl-demo-xpm-set-background): New function.
1689         (wl-demo-image-filter): Ditto.
1690         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1691
1692         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1693
1694         * wl-demo.el (wl-demo-icon-name): Define as function.
1695         (wl-demo-insert-image): Use it.
1696
1697 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1698
1699         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1700
1701 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1702
1703         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1704
1705 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1706
1707         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1708
1709 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1710
1711         * wl-thread.el (wl-thread-mark-as-answered): New function.
1712
1713         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1714         answered" entry.
1715         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1716         "r&" and wl-thread-mark-as-answered to "t&".
1717         (wl-summary-mark-as-important-region): Refine to toggle mark.
1718         (wl-summary-mark-as-answered-region): New function.
1719         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1720         and 3rd argument.
1721         (wl-summary-mark-as-important-internal): Likewise.
1722
1723 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1724
1725         * wl-template.el (wl-template-preview): New internal variable.
1726         (wl-template-preview-p): New function.
1727         (wl-template-show): Bind `wl-template-preview' as t.
1728
1729 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1730
1731         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1732         `elmo-message-entity-field' with 3rd argument which is non-nil.
1733
1734 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1735
1736         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1737         Removed duplicate local bind `folder'.
1738
1739 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1740
1741         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1742
1743 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1744
1745         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1746         duplicate definition.
1747
1748 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1749
1750         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1751         non-nil, use it; Don't fetch message if there's no message in the
1752         current cursor position.
1753
1754 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1755
1756         * wl-util.el (wl-region-exists-p): Use region-active-p.
1757         (wl-deactivate-region): New function.
1758         * wl-message.el (wl-message-redisplay): Deactivate region.
1759
1760         * wl-summary.el (wl-summary-reply): Call
1761         `wl-summary-set-message-buffer-or-redisplay' instead of
1762         `wl-summary-redisplay-internal', don't move point.
1763
1764 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1765
1766         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1767         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1768         by regexp.
1769
1770 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1771
1772         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1773         if no need.
1774
1775 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1776
1777         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1778         default value to nil.
1779         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1780         `wl-summary-prepare-hook'; Replace refile action to
1781         `wl-summary-exec-action-refile-with-register'.
1782
1783         * Version number is increased to 2.11.22.
1784
1785 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1786
1787         * wl-summary.el (wl-summary-detect-mark-position): Set
1788         `wl-summary-buffer-weekday-name-lang'.
1789
1790 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1791
1792         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1793         (wl-summary-mark-as-read-all): Ditto.
1794         (wl-summary-delete-messages-on-buffer): Ditto.
1795         (wl-summary-sync-update): Ditto.
1796         (wl-summary-mark-as-read-internal): Ditto.
1797         (wl-summary-mark-as-answered-internal): Ditto.
1798         (wl-summary-update-folder-info): Abolished.
1799
1800 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1801
1802         * wl-summary.el (wl-summary-mark-as-read-all): Use
1803         `wl-summary-update-folder-info' instead of
1804         `wl-folder-update-unread'.
1805
1806 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1807
1808         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1809         `wl-summary-folder-info-update'.
1810         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1811         instead of `wl-summary-folder-info-update'.
1812         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1813         `wl-folder-set-folder-updated'.
1814         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1815         instead of `wl-folder-update-unread'.
1816         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1817         the value of `wl-summary-buffer-unread-count' for the second parameter of
1818         `wl-folder-update-unread'.
1819
1820         * Version number is increased to 2.11.21.
1821
1822 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1823
1824         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1825         a local variable.
1826
1827 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1828
1829         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1830         interactively.
1831
1832         * wl-summary.el (wl-summary-mark-as-important-internal): New
1833         internal function.
1834         (wl-summary-mark-as-important): Use it.
1835         (wl-summary-mark-as-unimportant): New function.
1836         (wl-summary-sync-marks): Follow the API change.
1837
1838         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1839
1840         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1841
1842 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1843
1844         * wl-folder.el (wl-folder-update-unread): Re-indent.
1845         Narrow the scope of a local variable.
1846
1847 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1848
1849         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1850         (wl-addrmgr-merge-entries): Ditto.
1851         (wl-addrmgr): Added to address entry which exists in draft buffer
1852         if no entry is in original.
1853
1854 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1855
1856         * wl-batch.el: New file.
1857
1858 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1859
1860         * wl-vars.el (wl-use-semi): Remove unused variable.
1861
1862 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1863
1864         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1865         "?".
1866
1867 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1868
1869         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1870         wl-summary-new-mark.
1871         (wl-summary-new-cached-mark): New user option.
1872         (wl-summary-score-marks): Follow the change above.
1873         (wl-summary-auto-refile-skip-marks): Ditto.
1874         (wl-summary-incorporate-marks): Ditto.
1875         (wl-summary-expire-reserve-marks): Ditto.
1876
1877         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1878
1879         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1880         (wl-summary-persistent-mark-string): Distinguished between cached
1881         and uncached mark when the message is new.
1882
1883 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1884
1885         * wl-spam.el (wl-spam-domain): Renamed from
1886         `wl-spam-folder-guess-domain'.
1887         (wl-summary-exec-action-spam): Register as spam if domain of the
1888         source folder is good.
1889         (wl-summary-exec-action-refile-with-register): Register message if
1890         domain of the source folder is not undecided.
1891
1892 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1893
1894         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1895         detect thread loop.
1896
1897 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1898
1899         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1900         and wl-summary-skip-mark-list.
1901
1902 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1903
1904         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1905
1906         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1907
1908         * wl-spam.el (toplevel): Require wl-highlight.
1909         (wl-spam-auto-check-policy-alist): Abolish.
1910         (wl-spam-auto-check-folder-regexp-list): New user option.
1911         (wl-spam-auto-check-marks): Ditto.
1912         (wl-spam-mark-action-list): Ditto.
1913         (wl-highlight-summary-spam-face): New face.
1914         (wl-spam-auto-check-message-p): New function.
1915         (wl-spam-map-spam-messages): Fixed message.
1916         (wl-spam-register-spam-messages): Ditto.
1917         (wl-spam-register-good-messages): Ditto.
1918         (wl-summary-spam-map): Add and remove keybind.
1919         (wl-summary-target-mark-spam): Abolish.
1920         (wl-summary-refile-spam): Ditto.
1921         (wl-summary-test-spam): New function.
1922         (wl-summary-mark-spam): Ditto.
1923         (wl-summary-auto-check-spam): Follow the above change.
1924         (wl-summary-exec-action-spam): New function.
1925         (wl-summary-exec-action-refile-with-register): Fixed message.
1926         (wl-message-check-spam): New function.
1927         (wl-spam-setup): Ditto.
1928         (toplevel): Call it if this file is loaded interactivity.
1929
1930         * Version number is increased to 2.11.20.
1931
1932 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1933
1934         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1935         when new optional argument `force' is non nil or modified.
1936
1937 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1938
1939         * wl.el (toplevel): Require wl-spam when compile.
1940         (wl-save-status): Call wl-spam-save-status.
1941
1942         * wl-spam.el (wl-spam-register-spam-messages): New function.
1943         (wl-spam-register-good-messages): Ditto.
1944         (wl-spam-save-status): Ditto.
1945         (wl-summary-mode-map): Bind
1946         wl-summary-target-mark-register-as-spam to "ms" and
1947         wl-summary-target-mark-register-as-good to "mn".
1948         (wl-summary-register-as-spam): Abolish optional argument; Use
1949         wl-spam-register-spam-messages.
1950         (wl-summary-register-as-spam-all): Use
1951         wl-spam-register-spam-messages.
1952         (wl-summary-register-as-good): Abolish optional argument; Use
1953         wl-spam-register-good-messages.
1954         (wl-summary-register-as-good-all): Use
1955         wl-spam-register-good-messages.
1956         (wl-summary-target-mark-register-as-spam): New funtion.
1957         (wl-summary-target-mark-register-as-good): Ditto.
1958
1959 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1960
1961         * wl-spam.el: New file.
1962
1963 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1964
1965         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1966
1967         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1968         (wl-summary-auto-refile): Call wl-refile-guess with
1969         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1970
1971 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1972
1973         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1974         with disable-thread argument non-nil.
1975
1976 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1977
1978         * wl-summary.el (wl-summary-rescan): Added optional argument
1979         disable-thread.
1980         (wl-summary-sync): Call wl-summary-rescan with argument
1981         disable-thread.
1982         (wl-summary-input-range): Added new range `rescan-thread'.
1983
1984 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1985
1986         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1987
1988 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1989
1990         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1991         internal variable.
1992         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1993         wl-summary-search-parent-by-subject-regexp and
1994         wl-summary-divide-thread-when-subject-changed as nil.
1995         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1996         (wl-summary-insert-thread): Search parent entity from
1997         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1998         thread loop.
1999
2000 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2001
2002         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2003
2004         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2005
2006         * wl-util.el (wl-require-update-all-folder-p): New function.
2007         (wl-get-assoc-list-value): Added `function' to match directive.
2008         (wl-collect-draft): Rewrite.
2009
2010         * wl-summary.el (wl-summary-sync-update): Clear faces
2011         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2012         are non-nil.
2013         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2014         argument as function.
2015         (wl-summary-input-range): Ditto.
2016
2017         * wl-folder.el (wl-draft-get-folder): New function.
2018         (wl-folder-get-elmo-folder): Consider draft folder.
2019
2020         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2021         (wl-draft-buffer-message-number): New buffer local variable.
2022         (wl-draft-folder-internal): New internal variable.
2023         (wl-draft-delete): Rewrite.
2024         (wl-draft-save): Ditto.
2025         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2026         wl-folder-get-elmo-folder.
2027         (wl-draft-config-info-operation): Ditto.
2028         (wl-jump-to-draft-folder): Ditto.
2029         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2030         (wl-draft-reedit): Rewrite.
2031
2032         * Version number is increased to 2.11.19.
2033         
2034 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2035
2036         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2037         variable.
2038
2039 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2040
2041         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2042         Use ignore-errors instead of unwind-protect.
2043
2044 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2045
2046         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2047         for updating `wl-thread-entity-list'.
2048
2049 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2050
2051         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2052         parameter from calling `wl-thread-entity-get-older-brothers' and
2053         `wl-thread-entity-get-younger-brothers'.
2054         Replace nested `append' with a single one.
2055
2056 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2057
2058         * wl-summary.el (wl-summary-mode): Don't use the return value of
2059         `make-local-hook'.
2060
2061 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2062
2063         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2064         instead of `let*'.
2065         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2066         of local variables.
2067
2068 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2069
2070         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2071         Renamed from wl-summary-window-scroll-functions.
2072         (wl-summary-window-scroll-functions): Don't set to variable.
2073         (wl-summary-display-top): Use run-hooks.
2074         (wl-summary-display-bottom): Ditto.
2075         (wl-summary-toggle-disp-msg): Ditto.
2076         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2077         Use it instead of wl-summary-window-scroll-functions.
2078         (wl-summary-goto-folder-subr): Don't call
2079         wl-summary-window-scroll-functions, use
2080         wl-summary-buffer-window-scroll-functions instead.
2081
2082 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2083
2084         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2085         make-local-variable.
2086
2087 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2088
2089         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2090         set-buffer-modified-p.
2091         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2092         (wl-summary-display-bottom): Ditto.
2093         (wl-summary-toggle-disp-msg): Ditto.
2094
2095 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2096
2097         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2098
2099         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2100         (wl-summary-forward): Use elmo-message-entity-field instead of
2101         elmo-message-field.
2102
2103         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2104
2105 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2106
2107         * wl-summary.el (wl-summary-window-scroll-functions): No use
2108         `append'.
2109
2110 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2111
2112         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2113         function.
2114         (wl-summary-window-scroll-functions): Call it when both
2115         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2116         (wl-summary-temp-mark): Added optional argument number.
2117         (wl-summary-message-mark): Added optional argument flag.
2118         (wl-summary-persistent-mark): Added optional argument number and flag.
2119         (wl-summary-update-persistent-mark): Ditto.
2120         (wl-summary-update-status-marks): Set "r" for interactive spec.
2121
2122         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2123         argument number and flag.
2124
2125         * wl-action.el (wl-summary-registered-temp-mark): 
2126         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2127
2128 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2129
2130         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2131         internal variable (buffer local).
2132         (wl-summary-window-scroll-functions): New function.
2133         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2134         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2135         as nil.
2136         (wl-summary-update-status-marks): Added arguments beg, end and
2137         check.
2138         (wl-summary-update-mark-window): Use function.
2139         (wl-summary-sync-update): Follow the change above.
2140         (wl-summary-switch-to-clone-buffer): Copy
2141         wl-summary-buffer-unsync-mark-number-list.
2142         (wl-summary-goto-folder-subr): Set
2143         wl-summary-buffer-unsync-mark-number-list and
2144         use wl-summary-window-scroll-functions instead of
2145         wl-summary-lazy-highlight.
2146
2147         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2148
2149 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2150
2151         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2152
2153         * wl-summary.el (wl-summary-update-persistent-mark): Call
2154         wl-summary-set-message-modified.
2155
2156         * wl-summary.el (wl-summary-sync-update): Don't call
2157         wl-summary-update-status-marks.
2158
2159         * Version number is increased to 2.11.18.
2160
2161 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2162
2163         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2164         (wl-message-next-page): Ditto.
2165
2166 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2167
2168         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2169         local variable.  Change the order of a collected list into the
2170         same as the specified range.  Remove nil from a collected list.
2171
2172 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2173
2174         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2175         argument for elmo-folder-list-messages.
2176
2177 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2178
2179         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2180         change (wl-summary-count-unreads return a list instead of a cons
2181         cell).
2182
2183 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2184
2185         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2186         `wl-summary-folder-info-update'.
2187
2188 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2189
2190         * wl-summary.el (wl-summary-set-message-modified): No use
2191         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2192         (wl-summary-set-mark-modified): Abolish.
2193         (wl-summary-mark-modified-p): Ditto.
2194         (wl-summary-save-view): Follow the change above.
2195
2196         * wl-expire.el (wl-summary-expire): Likewise.
2197
2198 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2199
2200         * wl-summary.el (wl-summary-detect-mark-position): Use
2201         modb-entity-handler.
2202         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2203
2204         * Version number is increased to 2.11.17.
2205
2206 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2207
2208         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2209         entity field value.
2210         (wl-summary-prefetch-msg): Ditto.
2211         (wl-summary-print-message-with-ps-print): Ditto.
2212
2213 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2214
2215         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2216         for dummy entity.
2217         (wl-summary-insert-thread): Use elmo-message-entity-field.
2218         (wl-summary-update-thread): Use elmo-message-entity-field and
2219         elmo-message-entity-number.
2220         (wl-summary-line-number):  Use elmo-message-entity-number.
2221         (wl-summary-line-size): Use elmo-message-entity-field.
2222         (wl-summary-line-subject): Ditto.
2223         (wl-summary-line-from): Ditto.
2224         (wl-summary-line-attached): Ditto.
2225         (wl-summary-create-line): Ditto.
2226         (wl-summary-create-line): Use elmo-message-entity-number.
2227         (wl-summary-print-message-with-ps-print): Use
2228         elmo-message-entity-field.
2229
2230 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2231
2232         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2233         change in elmo-msgdb-make-message-entity.
2234         (wl-summary-buffer-set-folder): Don't call
2235         wl-summary-detect-mark-position here.
2236         (wl-summary-rescan): Call elmo-message-entity-number.
2237         (wl-summary-sync-update): Ditto.
2238         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2239
2240         * wl-score.el (wl-score-header-index): Redefine 2th element.
2241         (wl-score-overview-entity-get-extra): Abolish.
2242         (wl-score-ov-entity-get): Rewrite.
2243         (wl-score-string-index<, wl-score-string-func<): Abolish.
2244         (wl-score-string<): New function.
2245         (wl-score-string-sort): Use it.
2246
2247         * wl-refile.el (wl-refile-guess-by-history): Use
2248         elmo-message-entity-field.
2249         (wl-refile-guess-by-from): Ditto.
2250         (wl-refile-guess-by-msgid): Ditto.
2251
2252         * Version number is increased to 2.11.16.
2253
2254 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2255
2256         * wl-folder.el (wl-folder-confirm-existence): Don't call
2257         file-exists-p if msgdb-path is nil.
2258         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2259         `wl-read-folder-hist' to `wl-read-folder-history'.
2260
2261 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2262
2263         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2264         `y-or-n-p'.
2265
2266 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2267
2268         * wl-score.el (wl-score-headers): Don't use
2269         elmo-folder-do-each-message-entity.
2270
2271         * Version number is increased to 2.11.15.
2272
2273 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2274
2275         * wl-summary.el (wl-summary-delete-all-msgs): Use
2276         elmo-folder-move-messages instead of elmo-folder-delete-messages
2277         and elmo-folder-detach-messages.
2278         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2279
2280         * wl-expire.el (wl-expire-delete): Ditto.
2281         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2282
2283 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2284
2285         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2286         (wl-message-header-narrowing-fields): Ditto.
2287         (wl-message-header-narrowing-lines): Ditto.
2288         (wl-message-header-narrowing-string): Ditto.
2289
2290         * wl-summary.el (wl-summary-mode-map): Bind
2291         wl-summary-toggle-header-narrowing to "C-cC-f".
2292         (wl-summary-toggle-header-narrowing): New function.
2293
2294         * wl-message.el (wl-message-buffer-create): Call
2295         wl-message-header-narrowing-setup.
2296         (wl-message-redisplay): Call wl-message-header-narrowing.
2297         (wl-message-header-narrowing): New function.
2298         (wl-message-header-narrowing-map): New keymap.
2299         (wl-message-header-narrowing-widen-map): New keymap.
2300         (wl-message-header-narrowing-again-at-mouse): New function.
2301         (wl-message-header-narrowing-1): Ditto.
2302         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2303         (wl-message-header-narrowing-setup): Ditto.
2304         (wl-message-header-narrowing-toggle): Ditto.
2305         
2306         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2307
2308         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2309         'flag as all.
2310         (wl-use-flag-folder-help-echo): New user option.
2311
2312         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2313         wl-summary-highlight as nil.
2314         (wl-summary-set-mark-modified): Follow the API change.
2315         (wl-summary-mark-modified-p): Ditto.
2316         (wl-summary-mark-as-read-all): Ditto.
2317         (wl-summary-sync-marks): Don't call
2318         elmo-folder-list-messages-with-global-mark.
2319         (wl-summary-mark-as-read-internal): Follow the API change.
2320         (wl-summary-mark-as-answered-internal): Ditto.
2321         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2322         Follow the API change.
2323         (wl-summary-create-line): Call with number argument.
2324         (wl-summary-reply): Follow the API change.
2325
2326         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2327         function.
2328         (wl-highlight-summary-line-string): Call it when
2329         wl-use-flag-folder-help-echo is non-nil.
2330         (wl-highlight-summary-current-line): Ditto.
2331         (elmo-flag-folder-referrer): Added autoload setting.
2332
2333         * wl-draft.el (wl-draft-kill): Follow the API change.
2334
2335         * Version number is increased to 2.11.14.
2336         
2337 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2338
2339         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2340
2341 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2342
2343         * Version number is increased to 2.11.13.
2344
2345 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2346
2347         * wl-draft.el (wl-draft-previous-history-element): Fixed
2348         unbalanced parenthesis and bind unbound local variables.
2349
2350 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2351
2352         * wl-draft.el (wl-draft-previous-history-element): New function.
2353         (wl-draft-next-history-element): Ditto.
2354         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2355         them to M-p and M-n.
2356
2357 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2358
2359         * Version number is increased to 2.11.12.
2360
2361 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2362
2363         * wl-draft.el (wl-draft-hide): Select buffer-window.
2364
2365 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2366
2367         * wl-summary.el (wl-summary-narrow-to-region): New function.
2368         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2369         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2370         (wl-summary-save-region): Use it.
2371         * wl-action.el (wl-summary-collect-numbers-region)
2372         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2373
2374 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2375
2376         * wl-folder.el (wl-folder-count-incorporates): Don't use
2377         `elmo-msgdb-mark-load'
2378
2379         * Version number is increased to 2.11.11.
2380
2381 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2382
2383         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2384         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2385
2386 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2387
2388         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2389
2390 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2391
2392         * Version number is increased to 2.11.10.
2393
2394 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2395
2396         * wl-mime.el (wl-draft-attribute-value): Fixed.
2397
2398 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2399
2400         * wl-util.el (wl-copy-local-variables): New function.
2401
2402         * wl-mime.el (wl-draft-attribute-recipients): New function.
2403         (wl-draft-attribute-envelope-from): Ditto.
2404         (wl-draft-attribute-smtp-posting-server): Ditto.
2405         (wl-draft-attribute-smtp-posting-port): Ditto.
2406         (wl-draft-attribute-value): Ditto.
2407         (wl-draft-preview-message): Use it to get value for
2408         attributes. Reflect result of `wl-draft-config'.
2409
2410         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2411         and call `wl-summary-mark-as-read' before to call
2412         `wl-summary-unset-mark'.
2413         (wl-summary-target-mark-mark-as-unread): Likewise.
2414         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2415
2416 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2417
2418         * wl-mime.el (wl-draft-preview-message): Use actual value for
2419         attributes; Fix for small window.
2420
2421 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2422
2423         * wl-refile.el (wl-refile-get-field-value): Call
2424         `elmo-message-entity-field' with 3rd argument is non-nil.
2425
2426 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2427
2428         * wl-vars.el (wl-draft-preview-attributes): New user option.
2429         (wl-draft-preview-attributes-list): Ditto.
2430         (wl-draft-preview-attributes-buffer-lines): Ditto.
2431         (wl-draft-preview-attributes-buffer-name): Ditto.
2432
2433         * wl-mime.el (wl-draft-preview-message): Display attributes.
2434
2435 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2436
2437         * wl-summary.el (wl-summary-detect-mark-position): Bind
2438         wl-summary-flag-priority-list to '(new).
2439
2440 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2441
2442         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2443         funtion.
2444         (wl-highlight-summary-line-string): Use it.
2445         (wl-highlight-summary-current-line): Ditto.
2446
2447 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2448
2449         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2450         line even when the mark string is not changed.
2451
2452         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2453         argument change in the wl-summary-create-line.
2454         (wl-thread-insert-entity-sub): Ditto.
2455
2456         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2457         argument change in the wl-summary-create-line.
2458         (wl-summary-insert-sequential): Ditto.
2459         (wl-summary-update-thread): Ditto.
2460         (wl-summary-persistent-mark-string): New inline function.
2461         (wl-summary-message-mark): Use it.
2462         (wl-summary-create-line): Abolish argument wl-persistent-mark
2463         and added wl-flags, wl-cached.
2464
2465         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2466         mark to flags.
2467         (wl-highlight-summary-current-line): Decide the face not by the 
2468         persistent mark but flags.
2469
2470 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2471
2472         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2473         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2474         wl-summary-read-uncached-mark): Revive.
2475         (wl-summary-answered-cached-mark,
2476         wl-summary-answered-uncached-mark): New user option.
2477         (wl-summary-score-marks): Follow the change above.
2478         (wl-summary-auto-refile-skip-marks): Ditto.
2479         (wl-summary-incorporate-marks): Ditto.
2480         (wl-summary-expire-reserve-marks): Ditto.
2481         (wl-summary-flag-priority-list): New user option.
2482
2483         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2484         changes.
2485         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2486         of elmo-message-mark.
2487         (wl-summary-mark-as-read-internal): Ditto.
2488         (wl-summary-mark-as-answered): Ditto.
2489         (wl-summary-mark-as-important): Ditto.
2490         (wl-summary-redisplay-internal): Ditto.
2491         (wl-summary-redisplay-no-mime-internal): Ditto.
2492         (wl-summary-message-mark): New function.
2493         (wl-summary-insert-sequential): Use wl-summary-message-mark
2494         instead of elmo-message-mark.
2495         (wl-summary-update-thread): Ditto.
2496         (wl-summary-persistent-mark): Ditto.
2497         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2498         instead of elmo-message-mark.
2499
2500         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2501         wl-summary-message-mark instead of elmo-message-mark.
2502         (wl-thread-insert-entity-sub): Ditto.
2503         (wl-thread-get-children-msgs-uncached): Ditto.
2504
2505         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2506         variable name changes.
2507         (wl-highlight-summary-current-line): Ditto.
2508
2509         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2510         wl-summary-message-mark instead of elmo-message-mark.
2511
2512         * wl-expire.el (wl-expire-message-p): Ditto.
2513
2514         * wl-score.el (wl-score-headers): Ditto.
2515
2516         * Version number is increased to 2.11.9.
2517
2518         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2519         (wl-summary-sync-update): Follow the change above.
2520         (wl-summary-switch-to-clone-buffer): Ditto.
2521         (wl-summary-open-folder): Ditto.
2522
2523 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2524
2525         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2526         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2527
2528         * Version number is increased to 2.11.8.
2529
2530         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2531
2532         * wl-expire.el (wl-expire-refile): Follow the API change on
2533         `elmo-folder-move-messages'.
2534         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2535
2536         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2537         (wl-summary-exec-action-refile): Ditto.
2538         (wl-summary-exec-action-copy): Ditto.
2539         (wl-summary-no-auto-refile-message-p): No use
2540         `wl-summary-buffer-msgdb'.
2541         (wl-summary-auto-refile): Ditto.
2542
2543 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2544
2545         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2546
2547 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2548
2549         * wl-summary.el (wl-summary-sync): Treat no-sync.
2550
2551         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2552         (wl-default-sync-range): Ditto.
2553
2554 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2555
2556         * wl-refile.el (wl-refile-subject-learn): Call
2557         `elmo-message-entity-field' with 3rd argument is non-nil.
2558         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2559         instead of `elmo-msgdb-overview-entity-get-subject'.
2560
2561 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2562
2563         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2564         scan-type is rescan.
2565         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2566         new optional argument force is non-nil.
2567         (wl-summary-save-view-cache): Call it with force argument non-nil.
2568
2569         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2570
2571 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2572
2573         * wl-action.el (wl-summary-print-argument): Fixed last change.
2574
2575 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2576
2577         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2578         simplified.
2579         (wl-summary-target-mark-mark-as-unread): Likewise.
2580         (wl-summary-target-mark-mark-as-important): Likewise.
2581
2582 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2583
2584         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2585         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2586         (wl-summary-mark-as-important-region): Change accordingly.
2587         (wl-summary-target-mark-mark-as-important): Ditto.
2588
2589 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2590
2591         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2592
2593         * wl-action.el (wl-summary-print-argument): Print argument to
2594         right side of window if `wl-summary-print-argument-within-window'
2595         is non-nil.
2596
2597 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2598
2599         * wl-action.el (wl-summary-set-mark): Use
2600         `wl-summary-message-visible-p' to check visibility of the message
2601         and jump to message only when the message line is visible and have
2602         different number; Call wl-summary-unset-mark with number argument.
2603         (wl-summary-unset-mark): 
2604         Use `wl-summary-message-visible-p'
2605         to check visibility of the message and jump to message only when
2606         the message line is visible and have different number;
2607
2608 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2609
2610         * Version number is increased to 2.11.7.
2611
2612         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2613         and wl-folder-summary-line-format.
2614
2615         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2616         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2617         (wl-summary-set-score-mark): Use it.
2618         (wl-summary-target-mark-mark-as-read): Ditto.
2619         (wl-summary-target-mark-mark-as-unread): Ditto.
2620         (wl-summary-target-mark-mark-as-important): Ditto.
2621         (wl-summary-target-mark-msgs): Simplified.
2622         (wl-summary-detect-mark-position): Fixed problem when
2623         summary-line-format no contain persisten/temp mark spec.
2624         (wl-summary-temp-mark): Ditto.
2625         (wl-summary-persistent-mark): Ditto.
2626         (wl-summary-update-persistent-mark): Ditto.
2627
2628         * wl-action.el (wl-summary-set-mark): Ditto.
2629         (wl-summary-unset-mark): Ditto.
2630         All other related portions are changed.
2631
2632 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2633
2634         * Version number is increased to 2.11.6.
2635
2636 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2637
2638         * wl-util.el (wl-current-message-buffer): Define as function;
2639         Don't use the value of wl-messge-buffer.
2640
2641         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2642         persistent mark.
2643
2644         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2645         no current message, cause an error.
2646
2647 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2648
2649         * wl-summary.el (wl-summary-set-message-modified): Use
2650         elmo-folder-set-message-modified instead of
2651         elmo-folder-set-message-modified-internal.
2652
2653 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2654
2655         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2656         interactively.
2657         (wl-summary-sync): nokill->entirely.
2658         (wl-summary-sync-marks): Fixed message.
2659         (wl-summary-input-range): Added mark, nokill->entirely.
2660
2661         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2662         messages as read.
2663
2664 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2665
2666         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2667         update-noscore.
2668         (wl-summary-sync): Follow the change above.
2669
2670 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2671
2672         * wl-action.el (wl-summary-target-mark-all): Use
2673         elmo-folder-list-messages.
2674
2675 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2676
2677         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2678         (wl-summary-rescan): Set wl-summary-scored as nil.
2679         (wl-summary-sync-force-update): Follow the change above.
2680         (wl-summary-sync): Ditto.
2681         (wl-summary-sync-update): Added argument disable-killed.
2682         (wl-summary-insert-headers): Set visible-only argument for
2683         elmo-folder-list-messages.
2684         (wl-summary-input-range): Added update-nokill, update-noscore,
2685         all-nokill, all-noscore and mark.
2686
2687         * Version number is increased to 2.11.5.
2688
2689         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2690
2691 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2692
2693         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2694         (wl-summary-prefetch-region-no-mark): Change accordingly.
2695         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2696
2697 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2698
2699         * wl-address.el (wl-complete-field-to): Abolished.
2700         (wl-complete-address): Completion function for completing-read.
2701         * wl-action.el (wl-summary-get-resend-address): Use it.
2702
2703         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2704         wl-summary-update-mark and abolish unused argument.
2705         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2706         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2707         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2708         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2709         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2710         * wl-draft.el (wl-draft-kill): Ditto.
2711
2712         * wl-summary.el: Remove unused binding of case-fold-search.
2713         (wl-summary-replace-status-marks): Abolished.
2714
2715 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2716
2717         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2718         is specified or folder length is zero.
2719
2720 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2721
2722         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2723         (wl-folder-archive-current-entity): Ditto.
2724
2725 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2726
2727         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2728         retrieving message mark.
2729         (wl-summary-redisplay-internal): Ditto.
2730
2731         * wl-message.el (wl-message-buffer-display): Ignore errors while
2732         retrieving message-id field.
2733
2734         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2735         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2736         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2737         order of the arguments for `wl-expire-message-p'.
2738         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2739
2740         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2741         Check return value of wl-summary-reply.
2742         (wl-summary-reply): Recover window configuration when an error occured.
2743
2744 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2745
2746         * wl-summary.el (wl-summary-resend-message): Abolished, the
2747         feature is inherited by wl-summary-resend (put resend mark).
2748
2749 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2750
2751         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2752         wl-message-buffer to nil when the message is hide.
2753
2754 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2755
2756         * .cvsignore: New file.
2757
2758 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2759
2760         * wl-action.el (wl-summary-action-docstring): Add more info.
2761         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2762         duplicate definition.
2763         (wl-summary-define-mark-action): Functions wl-summary-*-region
2764         keep current position.
2765         (wl-summary-unregister-target-mark): Store result to the variable.
2766
2767 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2768
2769         * Version number is increased to 2.11.4.
2770
2771 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2772
2773         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2774         wl-summary-delete-all-temp-marks.
2775         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2776
2777         * wl-action.el (wl-summary-set-mark): Changed terminology
2778         refile-destination -> action-argument.
2779         (wl-summary-unset-mark): Ditto.
2780         (wl-summary-remove-argument): Ditto.
2781         (wl-summary-print-argument): Ditto.
2782
2783         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2784         (wl-thread-remove-argument-region): Ditto.
2785         (wl-thread-print-argument-region): Ditto.
2786         (wl-thread-close): Ditto.
2787         (wl-thread-open): Ditto.
2788
2789         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2790         (wl-highlight-refile-destination-face is abolished)
2791         (wl-highlight-action-argument-string): Ditto.
2792         (wl-highlight-summary-current-line): Highlight action argument.
2793
2794         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2795         color for light backgrounds.
2796         (wl-highlight-summary-answered-face): Ditto.
2797
2798 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2799
2800         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2801
2802         * wl-score.el (wl-summary-score-update-all-lines): Use
2803         wl-summary-set-mark.
2804         (wl-summary-score-update-all-lines): Kill expunged messages.
2805
2806         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2807
2808 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2809
2810         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2811         directly.
2812         (wl-score-overview-entity-get-lines): Ditto.
2813         (wl-score-overview-entity-get-xref): Ditto.
2814         (wl-score-get-latest-msgs): Ditto.
2815         (wl-summary-rescore): Ditto.
2816
2817         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2818         to "&".
2819         (wl-summary-mark-as-answered-internal): New inline function.
2820         (wl-summary-mark-as-answered): New function.
2821         (wl-summary-mark-as-unanswered): Ditto.
2822         (wl-summary-sync-marks): Modified for answered-mark synching.
2823
2824 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2825
2826         * wl-action.el (wl-summary-set-mark): Fixed last change.
2827
2828 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2829
2830         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2831         behavior of wl-summary-unread-message-hook
2832         (Pointed out by akira yamada <akira@arika.org>).
2833
2834 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2835
2836         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2837         wl-summary-delete.
2838         * wl-xmas.el (wl-summary-toolbar): Ditto.
2839
2840         * wl-action.el (wl-summary-set-mark): Don't override current
2841         temp-mark.
2842
2843         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2844
2845 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2846
2847         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2848         (wl-refile-msgid-learn): Ditto.
2849         (wl-refile-get-field-value): Ditto.
2850
2851         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2852
2853         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2854         (wl-expire-delete-reserved-messages): Renamed from
2855         wl-expire-reserve-marked-msgs-from-list.
2856         (wl-expire-delete): Removed argument `msgdb'.
2857         (wl-expire-refile): Ditto.
2858         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2859         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2860         mark-alist as argument.
2861         (wl-expire-archive-number1): Removed argument `msgdb'.
2862         (wl-expire-archive-number2): Ditto.
2863         (wl-expire-archive-date): Ditto.
2864         (wl-expire-localdir-date): Ditto.
2865         (wl-expire-hide): Ditto.
2866         (wl-archive-number1): Ditto.
2867         (wl-archive-number2): Ditto.
2868         (wl-archive-date): Ditto.
2869         (wl-archive-folder): Ditto.
2870         All other related portions are changed.
2871
2872 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2873
2874         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2875         mean move up and down. (suggested by Takashi Kawachi)
2876
2877 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2878
2879         * wl-acap.el (toplevel): Don't require un-define.
2880
2881 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2882
2883         * wl-thread.el (wl-thread-delete-message): Always update
2884         wl-summary-buffer-number-list.
2885
2886         * wl-action.el (wl-summary-print-destination): 
2887         Do nothing when folder is nil.
2888
2889 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2890
2891         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2892         persistent mark when prefetch is succeeded.
2893
2894 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2895
2896         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2897         instead of elmo-msgdb-delete-msgs.
2898         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2899         (wl-expire-hide): Ditto.
2900
2901         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2902
2903         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2904         elmo-msgdb interface.
2905         (wl-thread-get-exist-children): Likewise.
2906         (wl-thread-insert-message): Likewise.
2907         (wl-thread-msg-mark-as-important): Likewise.
2908         (wl-thread-insert-entity-sub): Likewise.
2909         (wl-thread-get-children-msgs-uncached): Likewise.
2910
2911         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2912         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2913         (wl-summary-sync-update): Likewise.
2914         (wl-summary-auto-select-msg-p): Likewise.
2915         (wl-summary-update-thread): Likewise.
2916         (wl-summary-mark-as-important): Likewise.
2917         (wl-summary-jump-to-msg-internal): Likewise.
2918         (wl-summary-redisplay-internal): Likewise.
2919         (wl-summary-print-message-with-ps-print): Likewise.
2920         (wl-summary-folder-info-update): Likewise.
2921
2922         * wl-folder.el (wl-folder-check-one-entity):
2923         elmo-folder-count-flags instead of wl-summary-count-unread.
2924
2925         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2926
2927         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2928
2929         * wl-summary.el (wl-summary-set-message-modified): 
2930         Call wl-summary-set-mark-modified.
2931         (wl-summary-delete-messages-on-buffer): Call
2932         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2933         (wl-summary-sync-update): Call elmo-folder-length instead of
2934         elmo-folder-messages.
2935         (wl-summary-insert-headers): Don't call
2936         elmo-folder-list-message-entities.
2937
2938 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2939
2940         * wl-action.el (wl-summary-define-mark-action): Call
2941         `wl-summary-set-mark' with argument `data'.
2942         (wl-summary-auto-refile): Fixed order of arguments when call
2943         `wl-summary-refile'.
2944
2945 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2946
2947         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2948
2949         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2950
2951         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2952         (Renamed from wl-highlight-summary-deleted-face).
2953         (wl-highlight-summary-resend-face): New face.
2954
2955         (wl-highlight-summary-deleted-face): Renamed from
2956         wl-highlight-summary-erased-face.
2957
2958         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2959
2960         * wl-action.el (wl-summary-get-resend-address): New function.
2961         (wl-summary-exec-action-resend): Ditto.
2962         (wl-summary-exec-action-resend-subr): Ditto.
2963
2964         * w-thread.el (wl-thread-copy): Removed definition.
2965         (wl-thread-refile): Ditto.
2966         (wl-thread-delete): Ditto.
2967         (wl-thread-target-mark): Ditto.
2968
2969         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2970         (wl-summary-target-mark-set-action): Fixed.
2971         (wl-summary-define-mark-action): Fixed quotation.
2972         (wl-summary-move-mark-list-messages): Display message.
2973         (wl-summary-define-mark-action): Define thread functions.
2974         (wl-summary-exec-action-refile): Changed message.
2975         (wl-summary-exec): Ditto.
2976
2977 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2978         
2979         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2980         '%%'.
2981
2982 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2983
2984         * wl.el (toplevel): Require wl-action.
2985         (wl-init): Call wl-summary-define-mark-action.
2986
2987         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2988
2989         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2990         wl-summary-delete and wl-summary-erase.
2991         (wl-summary-mode-map): Ditto.
2992
2993         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2994         wl-delete-folder-alist.
2995
2996         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2997         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2998         (toplevel): Moved mark & action related functions to the wl-action.el.
2999
3000         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3001         in wl-summary-mark-action-list.
3002         (wl-highlight-summary-current-line): Ditto.
3003
3004         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3005         empty lines.
3006
3007         * wl-action.el: New file. 
3008
3009 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3010
3011         * wl-summary.el (wl-summary-target-mark-replace): New function.
3012         (wl-summary-target-mark-prefetch): Use it.
3013         (wl-summary-target-mark-delete): Ditto.
3014         (toplevel): Rearranged definition order.
3015         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3016         (wl-summary-target-mark-erase): Rewrite.
3017         (wl-summary-erase-region): New function.
3018         (wl-summary-exec-action-erase): Changed message.
3019         (wl-summary-move-mark-list-messages): New function.
3020         (wl-summary-exec-action-delete): Use it.
3021         (wl-summary-exec-action-erase): Ditto.
3022
3023         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3024         (wl-summary-skip-mark-list): Added "d".
3025
3026         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3027         while searching.
3028
3029         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3030         and define using defcustom;
3031         Define 4th element as a face.
3032         
3033         * wl-summary.el (wl-summary-incorporate): Use 
3034         `wl-summary-prefetch-region-no-mark' instead of
3035         `wl-summary-prefetch-region'.
3036         (wl-summary-prefetch-region-no-mark): Revival of old
3037         `wl-summary-prefetch-region'.
3038         (wl-summary-mark-action-list): Moved to wl-vars.el
3039
3040         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3041         face according to the `wl-summary-mark-action-list'.
3042         (wl-highlight-summary-current-line): Ditto;
3043         Removed destination highlighting.
3044
3045         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3046         (wl-highlight-summary-line-string): Highlight for "i" mark.
3047         (wl-highlight-summary-current-line): Ditto.
3048
3049         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3050         no destination.
3051
3052         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3053         exists, just go ahead.
3054         (wl-summary-prefetch-region): Rewrite.
3055         (wl-summary-prefetch): Ditto.
3056         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3057         (wl-summary-exec-action-prefetch): New function.
3058         (wl-summary-target-mark-prefetch): Rewrite.
3059
3060 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3061
3062         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3063         (wl-highlight-summary-line-string): Added "d" and "D".
3064         (wl-highlight-summary-current-line): Ditto.
3065
3066         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3067         in wl-summary.el.
3068         (wl-thread-insert-entity-sub): Ditto.
3069         (wl-thread-remove-destination-region): Ditto.
3070         (wl-thread-print-destination-region): Ditto.
3071
3072         * wl-summary.el (wl-summary-buffer-refile-list,
3073         wl-summary-buffer-delete-list,
3074         wl-summary-buffer-copy-list): Abolish.
3075         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3076         All other related portions are changed.
3077         (wl-summary-mark-action-list): New variable.
3078         (wl-summary-set-mark): New function.
3079         (wl-summary-register-target-mark): Ditto.
3080         (wl-summary-unregister-target-mark): Ditto.
3081         (wl-summary-have-target-mark-p): Ditto.
3082         (wl-summary-register-temp-mark): Ditto.
3083         (wl-summary-unregister-temp-mark): Ditto.
3084         (wl-summary-registered-temp-mark): Ditto.
3085         (wl-summary-collect-temp-mark): Ditto.
3086         (wl-summary-unset-mark): Ditto.
3087         (wl-summary-set-target-mark): Ditto.
3088         (wl-summary-unset-target-mark): Ditto.
3089         (wl-summary-set-action-generic): Ditto.
3090         (wl-summary-unset-action-generic): Ditto.
3091         (wl-summary-exec-action-delete): Ditto.
3092         (wl-summary-exec-action-erase): Ditto.
3093         (wl-summary-set-action-refile): Ditto.
3094         (wl-summary-set-action-refile-subr): Ditto.
3095         (wl-summary-unset-action-refile): Ditto.
3096         (wl-summary-make-destination-numbers-list): Ditto.
3097         (wl-summary-exec-action-refile): Ditto.
3098         (wl-summary-set-action-copy): Ditto.
3099         (wl-summary-unset-action-copy): Ditto.
3100         (wl-summary-exec-action-copy): Ditto.
3101         (wl-summary-collect-numbers-region): Ditto.
3102         (wl-summary-delete): Rewrite.
3103         (wl-summary-erase): Ditto.
3104         (wl-summary-remove-destination): Ditto.
3105         (wl-summary-exec): Ditto.
3106         (wl-summary-exec-region): Ditto.
3107         (wl-summary-target-mark-erase): Ditto.
3108         (wl-summary-refile): Ditto.
3109         (wl-summary-copy): Ditto.
3110         (wl-summary-unmark): Ditto.
3111         (wl-summary-delete-all-mark): Ditto.
3112         (wl-summary-mark-line): Don't highlight.
3113         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3114         (wl-summary-target-mark-refile-subr): Rewrite.
3115
3116         (wl-summary-copy-prev-destination): Abolish.
3117
3118 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3119
3120         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3121         default values along the value of wl-on-mule.
3122         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3123         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3124         It is not used anywhere.
3125
3126 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3127
3128         * wl-summary.el (wl-summary-print-destination): Keep position.
3129         (wl-summary-cursor-move-surface): Keep horizontal position.
3130
3131 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3132
3133         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3134         write sendlog.
3135
3136 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3137
3138         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3139         `wl-summary-highlight'.
3140
3141 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3142
3143         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3144         trivial condition for temp-mark.
3145
3146 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3147
3148         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3149         when it hits killed buffer.
3150
3151 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3152
3153         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3154         * wl-news.el.in: `message' and `error' take format string.
3155
3156 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3157
3158         * wl-folder (wl-folder-insert-entity): Display a message,
3159         `...done', when the work finish.
3160         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3161
3162 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3163
3164         * wl-message.el (wl-message-redisplay): Remove unused local
3165         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3166
3167 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3168
3169         * wl-summary.el (wl-summary-replace-status-marks): Disable
3170         interactive use.
3171         (wl-summary-reedit): Check message existence at first.
3172         (wl-summary-mark-line): Fix doc, return value is indefinite.
3173
3174         * wl-highlight.el (wl-highlight-message): Arranged.
3175
3176         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3177         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3178         check temp-mark by wl-summary-temp-mark always.
3179         (wl-highlight-summary): Change accordingly.
3180         * wl-summary.el (wl-summary-mark-as-read-all)
3181         (wl-summary-delete-cache, wl-summary-set-score-mark)
3182         (wl-summary-mark-as-unread, wl-summary-unmark)
3183         (wl-summary-mark-line, wl-summary-mark-as-read)
3184         (wl-summary-mark-as-important): Ditto.
3185
3186         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3187         end of the window if possible.
3188         * wl-summary.el (wl-summary-sync-update): Support lazy
3189         highlighting.
3190         (wl-summary-toggle-disp-msg): Ditto.
3191
3192 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3193
3194         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3195
3196 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3197
3198         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3199         change.
3200
3201 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3202
3203         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3204         API.
3205         (wl-summary-sync-update): Ditto.
3206
3207         * wl-score.el (wl-score-get-score-alist): Changed argument.
3208         (wl-summary-rescore-msgs): Likewise.
3209         (wl-summary-score-headers): Likewise.
3210         (wl-score-headers): Likewise;
3211         Use elmo-folder-do-each-message-entity, etc.
3212         (wl-summary-score-effect): Follow the changes above.
3213         (wl-summary-rescore): Ditto.
3214         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3215         (wl-score-get-overview): Abolish.
3216
3217         * wl-summary.el (wl-summary-default-from): Follow the API change in
3218         elmo-msgdb.
3219         (wl-summary-count-unread): Ditto.
3220         (wl-summary-detect-mark-position): Ditto.
3221         (wl-summary-overview-entity-compare-by-date): Ditto.
3222         (wl-summary-overview-entity-compare-by-number): Ditto.
3223         (wl-summary-overview-entity-compare-by-from): Ditto.
3224         (wl-summary-overview-entity-compare-by-subject): Ditto.
3225         (wl-summary-get-list-info): Ditto.
3226         (wl-summary-rescan): Ditto.
3227         (wl-summary-jump-to-msg-by-message-id): Ditto.
3228         (wl-summary-sync-update): Ditto; Removed comment.
3229         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3230         (wl-summary-insert-message): Use wl-summary-insert
3231         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3232         (wl-summary-insert-headers): Changed argument overview to folder.
3233         (wl-summary-search-by-subject): Likewise.
3234         (wl-summary-insert-thread): Renamed from 
3235         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3236
3237         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3238         too.
3239
3240         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3241         wl-string-member.
3242
3243 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3244
3245         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3246         elmo-folder-append-buffer.
3247         (wl-draft-queue-append): Likewise.
3248
3249         * wl-mime.el (wl-message-delete-current-part): Ditto.
3250         (wl-summary-burst-subr): Ditto.
3251
3252         * wl-news.el.in (wl-news-send-news): Ditto.
3253
3254 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3255
3256         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3257         function.
3258         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3259         (wl-summary-update-mark): Enclose with save-excursion.
3260         (wl-summary-mark-as-read-internal): Fixed last change.
3261         (wl-summary-mark-as-important): Use 3rd argument of
3262         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3263         Don't use elmo-msgdb-set-mark.
3264         (wl-summary-redisplay-internal): If msgdb flag is already read,
3265         just update the mark on buffer.
3266
3267 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3268
3269         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3270         cut visible folder when elmo-folder-delete returns non-nil value.
3271
3272 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3273
3274         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3275         by Kenichi OKADA <okada@opaopa.org>).
3276
3277 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3278
3279         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3280
3281 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3282
3283         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3284         Fixed the last change, search group entity by its real name.
3285         (Thanks to: KOBAYASHI Shinji)
3286
3287 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3288
3289         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3290         (wl-fldmgr-access-display-all): Don't refer visible name.
3291         * wl-expire.el (wl-folder-archive-current-entity)
3292         (wl-folder-expire-current-entity): Ditto.
3293         * wl-folder.el (wl-folder-jump-to-current-entity)
3294         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3295         (wl-folder-open-folder-sub,wl-folder-open-all)
3296         (wl-folder-write-current-folder): Ditto.
3297         (wl-folder-insert-entity): Don't use petname for normal group.
3298         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3299         is the real name.
3300         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3301         Abolished.
3302
3303 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3304
3305         * wl-draft.el (wl-draft-create-buffer): Add
3306         `wl-summary-reply-with-citation'
3307
3308 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3309
3310         * wl-draft.el (wl-draft-reply): Fixed.
3311
3312 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3313
3314         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3315         when `wl-draft-send-confirm-with-preview' is non-nil.
3316         You can scroll up/down by j/k.
3317         (wl-draft-send-confirm-with-preview): New variable (default=t).
3318
3319 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3320
3321         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3322         (wl-fldmgr-save-folders): Fix comment.
3323
3324 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3325
3326         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3327         along the last change in `wl-folder-buffer-group-p'.
3328
3329 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3330
3331         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3332         folder.
3333
3334         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3335         the default value.
3336
3337         * wl-mime.el (wl-summary-burst): Update summary only when target
3338         folder equals current folder.
3339
3340 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3341
3342         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3343
3344 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3345
3346         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3347         value.
3348
3349 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3350
3351         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3352         `map-extents' instead of `extent-at' repeatedly.
3353         (wl-highlight-folder-current-line): Ditto.
3354
3355         * wl-highlight.el: Remove useless dummy functions.
3356
3357 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3358
3359         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3360         (wl-folder-put-folder-property): New function to put text property.
3361         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3362         (wl-folder-insert-entity, wl-folder-update-diff-line)
3363         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3364         * wl-e21.el, wl-xmas.el, wl-mule.el
3365         (wl-highlight-folder-current-line): Ditto.
3366         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3367         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3368         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3369         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3370
3371 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3372
3373         * Version number is increased to 2.11.3.
3374
3375 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3376
3377         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3378         Resume current-buffer since it is assumed by remaining tasks.
3379
3380 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3381
3382         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3383         (wl-folder-completion-function): Abolished.
3384         (wl-folder-complete-folder): New function.
3385         (wl-folder-complete-filter-condition): Ditto.
3386         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3387         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3388
3389 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3390
3391         * wl-draft.el (wl-draft-send-confirm): New function.
3392         (wl-draft-send): Use it.
3393
3394         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3395         cursor-in-echo-area while confirming.
3396
3397         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3398
3399         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3400         searching via nntp if wl-summary-search-via-nntp is 'force.
3401         Otherwise, invoke searching in nntp folder only.
3402         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3403
3404         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3405         explicitly for mime-make-text-tag.
3406
3407 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3408
3409         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3410         `mime-make-text-tag' instead of `mime-create-tag'.
3411
3412 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3413
3414         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3415         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3416
3417 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3418
3419         * wl-score.el (wl-score-save): Bind print-length and print-level.
3420         (wl-score-pretty-print): Ditto.
3421         (wl-score-edit-insert-header-entry): Ditto.
3422
3423         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3424         "From" entry to be treated with wl-draft-eword-encode-address-list.
3425         * wl-mime.el (wl-draft-preview-message): Ditto.
3426
3427         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3428         (wl-summary-mark-as-unread): Ditto.
3429         (wl-summary-mark-as-read-region): Change accordingly.
3430         (wl-summary-mark-as-unread-region): Ditto.
3431         (wl-summary-target-mark-mark-as-read): Ditto.
3432         (wl-summary-target-mark-mark-as-unread): Ditto.
3433
3434 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3435
3436         * Version number is increased to 2.11.2.
3437
3438 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3439
3440         * wl-news.el.in (wl-news-previous-version-save): Bind
3441         print-length and print-level.
3442         * wl-thread.el (wl-thread-save-entities): Ditto.
3443         (wl-thread-save-top-list): Bind print-length.
3444
3445 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3446
3447         * wl-highlight.el (wl-highlight-summary-line-string): Use
3448         wl-summary-score-below-mark, wl-summary-score-over-mark.
3449         (wl-highlight-summary-current-line): Ditto.
3450
3451 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3452
3453         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3454         insert it.
3455
3456 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3457
3458         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3459
3460 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3461
3462         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3463         message without msgid.
3464         Rewrite with elmo-folder-move-messages.
3465         Set wl-message-buffer to nil.
3466
3467         * wl-summary.el (wl-summary-erase-subr): New function. Use
3468         elmo-folder-move-messages.
3469         (wl-summary-erase): Call it.
3470         (wl-summary-target-mark-erase): Ditto.
3471
3472 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3473
3474         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3475         it is not up-tp-date.
3476
3477 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3478
3479         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3480         buffer after calling `wl-summary-goto-folder-subr' without the
3481         argument `interactive'.
3482         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3483
3484 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3485
3486         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3487         `mime-create-tag'. Use `string=' instead of `looking-at'.
3488
3489 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3490
3491         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3492         to avoid compile warning.
3493
3494         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3495         entity-id when folder is given.
3496         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3497         save-excursion, use save-selected-window instead.
3498         Select folder buffer window if exists.
3499         (To correct behavior with wl-folder-move-cur-folder.)
3500
3501 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3502
3503         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3504
3505 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3506
3507         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3508         list-count instead of %d.
3509
3510 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3511
3512         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3513         (wl-news): Set it.
3514         (wl-news-append-to-folder): Use it.
3515
3516         * wl-news.el.in (wl-news-send-news): Append to specified folder
3517         instead of wl-default-folder.
3518         (wl-news-append-to-folder): Show error message with specified folder.
3519
3520         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3521                 In most major modes, Emacs assumes that any opening
3522                 delimiter found at the left margin is the start of a
3523                 top-level definition, or defun. Therefore, *never put an
3524                 opening delimiter at the left margin unless it should have
3525                 that significance.*
3526
3527         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3528
3529 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3530
3531         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3532
3533 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3534
3535         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3536
3537 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3538
3539         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3540         for sequential numbering case.
3541
3542 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3543
3544         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3545         value.
3546         (wl-draft-reply-without-argument-list): Ditto.
3547         (wl-draft-reply-myself-with-argument-list): Abolish.
3548         (wl-draft-reply-myself-without-argument-list): Ditto.
3549         * wl-draft.el (wl-draft-self-reply-p): New function.
3550         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3551
3552 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3553
3554         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3555         (avoid error for the case without byte-compiling)
3556
3557 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3558
3559         * wl-news.el.in (wl-news-append-to-folder): New function.
3560         (wl-news-exit): Rewrite.
3561         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3562
3563 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3564
3565         * wl-draft.el (wl-draft-reply-position): New function.
3566         (wl-draft-reply-position): Fix.
3567         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3568         (wl-summary-target-mark-reply-with-citation): Ditto.
3569         (wl-summary-reply-with-citation): Ditto.
3570         * wl-vars.el (wl-draft-reply-default-position): New variable.
3571
3572 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3573
3574         * wl-draft.el (wl-draft-send): Preview when interactive send.
3575
3576 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3577
3578         * wl-draft.el (wl-draft-reply): Set default position.
3579         * wl-summary.el (wl-summary-reply): Ditto.
3580         (wl-summary-reply-with-citation): Ditto.
3581         (wl-summary-target-mark-reply-with-citation): Ditto.
3582
3583 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3584
3585         * wl-news.el.in (wl-news-lang): Set default value according to
3586         current-language-environment.
3587         (wl-news-append-news): Do nothing when news-list is nil.
3588
3589 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3590
3591         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3592         (wl-news): Change message.
3593         (wl-news-exit): Check buffer.
3594         (wl-news-force-exit): New function.
3595         (wl-news-show-all): New function.
3596         (wl-news-discard-and-exit): Fix.
3597
3598 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3599
3600         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3601         according to current-language-environment.
3602
3603         * wl-news.el.in (wl-news): If arg, show all NEWS after
3604         wl-news-default-previous-version.
3605
3606 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3607
3608         * wl-news.el.in (wl-news-check): Rewritten.
3609         (wl-news-previous-version-load): Change data type.
3610         (wl-news-previous-version-save): Change data type.
3611         (wl-news-append-news): Add return value.
3612         (wl-news-check-news): New function.
3613         (wl-news-already-current-p): New function.
3614         (wl-news-send-news): Rewritten.
3615         (wl-news-mode-map): Add new keybind.
3616         (wl-news): Rewritten.
3617         (wl-news-exit): Rewritten.
3618         (wl-news-discard-and-mail): New function.
3619         (wl-news-send-to-address): Abolished.
3620         * wl.el (wl-init): Delete a message.
3621
3622 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3623
3624         * wl-news.el.in (wl-news-exit): Update previous version.
3625         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3626
3627 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3628
3629         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3630
3631 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3632
3633         * wl-news.el.in (wl-news): New function.
3634         (wl-news-mode): New function.
3635         (wl-news-next-line): New function.
3636         (wl-news-next-page): New function.
3637         (wl-news-exit): New function.
3638         (wl-news-buf-name): New variable.
3639         (wl-news-mode-map): New variable.
3640         (wl-news-winconf): New variable.
3641         (wl-news-append-news): Add an option.
3642
3643 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3644
3645         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3646
3647 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3648
3649         * wl-news.el.in (wl-news-send-to-address): New variable.
3650         (wl-news-send-news): Use it.
3651         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3652         Return updating status.
3653         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3654
3655 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3656
3657         * wl-news.el.in (wl-news-send-news): Delete
3658         Organization and X-Face.
3659
3660 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3661
3662         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3663         (wl-news-append-news): New function.
3664         (wl-news-send-news): New function.
3665
3666 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3667
3668         * Version number is increased to 2.11.1.
3669
3670 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3671
3672         * wl-news.el.in : New file.
3673
3674 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3675
3676         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3677         default value.
3678         (wl-draft-reply-without-argument-list): Ditto.
3679
3680 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3681
3682         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3683         (wl-message-buffer-prefetch-idle-time): Ditto.
3684         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3685
3686 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3687
3688         * wl-thread.el (wl-thread-insert-message): Use
3689         wl-summary-max-thread-depth.
3690
3691         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3692         loop detection.
3693
3694         * wl-message.el (wl-message-buffer-display): Back to the first page
3695         when cache is hit.
3696
3697 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3698
3699         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3700
3701         * wl-summary.el (wl-summary-insert-thread-entity):
3702         If the thread depth is reached to wl-summary-max-thread-depth,
3703         divide the thread.
3704
3705 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3706
3707         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3708         for elmo-remove-passwd.
3709
3710 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3711
3712         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3713         folder is sticky.
3714         (wl-folder-mark-as-read-all-entity): Ditto.
3715         (wl-folder-prefetch-entity): Ditto.
3716
3717 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3718
3719         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3720
3721 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3722
3723         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3724         Delete messages on buffer for unplugged operation.
3725         (wl-summary-erase): Ditto.
3726
3727 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3728
3729         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3730         take nil so as not to search parent by subject.
3731
3732 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3733
3734         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3735         (wl-folder-get-next-folder): Ditto.
3736         (wl-folder-get-path): Ditto.
3737
3738 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3739
3740         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3741         system and encode the region with it before verifying.
3742
3743 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3744
3745         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3746         system of the echo buffer before decoding.
3747
3748 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3749
3750         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3751         original contents.
3752
3753 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3754
3755         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3756         with argument 'any-exists.
3757
3758 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3759
3760         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3761         Use `wl-cs-autoconv'.
3762
3763 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3764
3765         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3766         by `mime-view-automatic-conversion'.
3767
3768         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3769         (wl-message-verify-pgp-nonmime): Ditto.
3770         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3771         Bind them to C-c:d and C-c:v respectively.
3772
3773         Merge following code by Teranishi-san from [wl-en:00167].
3774         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3775         (wl-mime-preview-application/pgp-encrypted): Ditto.
3776         (wl-mime-setup): Add entry.
3777
3778 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3779
3780         * wl-summary.el (wl-summary-target-mark-erase): New function.
3781         Bind it to "mD".
3782
3783 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3784
3785         * wl-vars.el (wl-draft-write-file-function): Fix.
3786         (wl-draft-reedit-hook): Changed default value.
3787
3788         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3789         wl-draft-reedit-hook.
3790         (wl-draft-remove-text-plain-tag): New function.
3791         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3792
3793         * wl-vars.el (wl-draft-write-file-function): New user option.
3794
3795         * wl-draft.el (wl-draft-prepare-edit): Use it for
3796         local-write-file-hooks.
3797         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3798
3799         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3800         (wl-draft-insert-mail-header-separator): Return the body beginning
3801         point.
3802         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3803         text/plain.
3804         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3805
3806 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3807
3808         * wl-summary.el (wl-summary-erase): New function to erase message
3809         without moving it to trash. Bind to "D".
3810
3811         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3812         as `keep' unless switch-function.
3813
3814 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3815
3816         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3817         message buffer by using `wl-summary-toggle-disp-msg'.
3818         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3819         buffer window.
3820         (wl-summary-supresedes-message): Ditto.
3821
3822         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3823         Do not delete other windows.
3824         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3825         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3826         (wl-draft-create-buffer): Set reply-or-forward also for target
3827         mark commands.
3828
3829 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3830
3831         * wl-draft.el (wl-user-agent-compose): Delete special case for
3832         switch-to-buffer-other-window.
3833
3834         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3835         (wl-summary-forward): Ditto.
3836
3837         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3838         function.
3839         (wl-draft-buffer-style): New use option.
3840
3841         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3842         (wl-draft): Follow the change above.
3843         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3844         wl-draft-buffer-style.
3845         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3846         switch-function.
3847
3848 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3849
3850         * wl-address.el (wl-address-make-completion-entry): Extracted from
3851         `wl-address-make-completion-list'.
3852         (wl-address-enable-strict-loading): New variable.
3853         (wl-address-make-completion-list): Revive petname duplication
3854         inquiry, and enable it if `wl-address-enable-strict-loading'.
3855         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3856
3857 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3858
3859         * wl-message.el (wl-message-get-original-buffer): Avoid
3860         'Selecting deleted buffer' error when original buffer is killed.
3861
3862 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3863
3864         * wl-summary.el (wl-summary-next-message): Use
3865         elmo-message-accessible-p instead of elmo-message-cached-p.
3866
3867 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3868
3869         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3870
3871         * wl-thread.el (wl-thread-open-all-unread): Use
3872         elmo-folder-list-flagged instead of
3873         elmo-folder-list-messages-mark-match.
3874
3875         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3876         instead of elmo-folder-list-messages-mark-match.
3877         (wl-summary-move-spec-alist): New variable.
3878         (wl-summary-move-spec-plugged-alist,
3879         wl-summary-move-spec-unplugged-alist): Abolish.
3880         (wl-summary-next-message): Follow the change above.
3881         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3882         with 'no-msg' argument.
3883
3884         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3885         variable.
3886         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3887         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3888         (wl-message-buffer-prefetch-get-next): Follow the change above.
3889
3890 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3891
3892         * wl-version.el (wl-version): Changed codename.
3893
3894         * Version number is increased to 2.11.0.
3895
3896 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3897
3898         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3899         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3900         `wl-draft-config-variables'.
3901         (wl-draft-kill): Fixed problem when the draft is reedit.
3902
3903 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3904
3905         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3906         buffer-modified status (Thanks to
3907         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3908
3909 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3910
3911         * wl-util.el (wl-region-exists-p): New function.
3912
3913         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3914         Remove defvars for byte-compile warnings.
3915
3916 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3917
3918         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3919         defvar-maybe. Removed unused bind.
3920
3921 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3922
3923         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3924         summary buffer window before creating new frame.
3925         (wl-draft-reply): Ditto.
3926
3927 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3928
3929         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3930
3931 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3932
3933         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3934
3935 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3936
3937         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3938         instead of `kill-region'.
3939
3940 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3941
3942         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3943         (wl-highlight-summary-line-string): Use it.
3944         (wl-highlight-summary-current-line): Ditto.
3945
3946         * wl-mime.el (wl-message-delete-current-part): Check the class of
3947         mime-entity.
3948
3949         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3950
3951         * wl-summary.el (wl-summary-make-number-list): Initialize.
3952         (wl-summary-update-mark): New function.
3953         (wl-summary-reply): Put `answered' mark on the message.
3954         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3955
3956         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3957         (wl-draft-reply): Added optional argument `number';
3958         Set wl-draft-parent-number.
3959         (wl-draft-kill): Delete answered mark if it is a reply.
3960
3961 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3962
3963         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3964         that originates in mime-preview-follow-current-entity.
3965         (wl-draft-yank-current-message-entity): Use it if region is active.
3966
3967         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3968         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3969         `wl-message-delete-current-part'.
3970         * wl-mule.el (wl-message-define-keymap): Ditto.
3971         * wl-xmas.el (wl-message-define-keymap): Ditto.
3972
3973 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3974
3975         * wl-mime.el (wl-message-delete-current-part): New function.
3976         (wl-mime-node-id-to-string): Ditto.
3977
3978         * wl-mime.el (wl-message-delete-current-part): Use existing
3979         original buffer which corresponds current mime-view buffer.
3980         (fetched buffer might have different structure, possibly)
3981
3982         * wl-mime.el (wl-message-delete-current-part): Quit if the
3983         message content differs from the actual message.
3984
3985 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3986
3987         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3988         order.
3989         (wl-summary-search-by-subject): Search parent message from tail;
3990         Check the existence of the parent message on the current thread tree.
3991         (wl-summary-update-thread): Check whether the line is inserted.
3992
3993 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3994
3995         * wl-vars.el (wl-summary-line-format): Undo last change.
3996         * wl-summary.el (wl-summary-print-destination): Do not put
3997         invisible property when `wl-summary-width' is nil.
3998         (wl-summary-line-subject-minimum-length): Abolished.
3999         (wl-summary-line-subject): Ditto.
4000
4001 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4002
4003         * wl-vars.el (wl-summary-line-format): Change default value.
4004         (wl-summary-subject-length-limit): Abolished.
4005         * wl-summary.el (wl-summary-line-subject): Ditto.
4006
4007 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4008
4009         * wl-template.el (wl-template-select): Added optional argument.
4010         If optional argument is specified, reverse
4011         `wl-template-visible-select'.
4012
4013 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4014
4015         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4016         Take prefix argument to force asking the destination folder.
4017
4018 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4019
4020         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4021         count and update status.
4022
4023 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4024
4025         * wl-summary.el (wl-summary-redisplay-internal): If
4026         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4027         after fetching.
4028
4029 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4030
4031         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4032         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4033
4034         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4035
4036 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4037
4038         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4039         (All other related portions are changed).
4040         (wl-summary-mark-as-read-all): Rewrite.
4041
4042 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4043
4044         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4045         `wl-summary-mark-as-read'.
4046         (wl-summary-mark-as-unread): Rewrite.
4047         (wl-summary-mark-as-read): Added no-modeline argument.
4048         (wl-summary-resume-cache-status): Rewrite.
4049         (wl-summary-exec-subr): Remove unused local variable.
4050
4051 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4052
4053         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4054         logic to call `wl-summary-buffer-prev-folder-function'.
4055         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4056
4057 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4058
4059         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4060         is nil.
4061
4062 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4063
4064         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4065         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4066         (wl-mime-setup): Add its entry.
4067
4068 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4069
4070         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4071         (wl-summary-delete-cache): Likewise.
4072         (wl-summary-mark-as-read): Rewrite.
4073
4074 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4075
4076         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4077         `wl-summary-count-unread'.
4078
4079         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4080
4081         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4082
4083 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4084
4085         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4086         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4087         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4088         Renamed to the elmo-msgdb-*-mark.
4089         (wl-summary-score-marks): Follow the change above.
4090         (wl-summary-auto-refile-skip-marks): Ditto.
4091         (wl-summary-incorporate-marks): Ditto.
4092         (wl-summary-expire-reserve-marks): Ditto.
4093
4094         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4095         changes.
4096         (wl-thread-insert-top): Changed updating message.
4097
4098         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4099         variable.
4100         (wl-summary-count-unread): Count answered marks.
4101         (wl-summary-rescan): Call wl-summary-insert-message instead of
4102         wl-summary-append-message-func-internal.
4103         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4104         (wl-summary-prefetch-msg): Follow the variable name changes.
4105         (wl-summary-prefetch-region): Ditto.
4106         (wl-summary-mark-as-read-all): Follow the API changes;
4107         Don't call elmo-folder-replace-marks.
4108         (wl-summary-delete-cache): Follow the variable name changes.
4109         (wl-summary-resume-cache-status): Ditto.
4110         (wl-summary-update-status-marks): New function.
4111         (wl-summary-insert-message): New function.
4112         (wl-summary-sync-marks): Follow the variable name changes.
4113         (wl-summary-sync-update): Synchronize to the msgdb, too;
4114         Changed update messages.
4115         (wl-summary-make-number-list): Rewrite.
4116         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4117         (wl-summary-mark-as-unread): Follow the API changes.
4118         (wl-summary-exec-subr): Follow the variable name changes.
4119         (wl-summary-mark-as-read): Ditto.
4120         (wl-summary-move-spec-plugged-alist): Ditto.
4121         (wl-summary-move-spec-unplugged-alist): Ditto.
4122         (wl-summary-cursor-move-surface): Ditto.
4123
4124         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4125         variable name changes.
4126         (wl-highlight-summary-current-line): Ditto.
4127
4128         * wl-expire.el (wl-expire-refile): Follow the API change in
4129         elmo-folder-move-messages.
4130         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4131         (wl-summary-archive): Use elmo-folder-msgdb instead of
4132         elmo-msgdb-load.
4133
4134 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4135
4136         * wl-mime.el (wl-draft-preview-message): Restore the position
4137         before evaluating wl-draft-send-hook in preview buffer.
4138
4139 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4140
4141         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4142         when it creates new draft buffer.
4143
4144         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4145         without argument.
4146
4147         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4148         Evaluate content and if the value is string, insert it.
4149         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4150         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4151         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4152         wl-draft-config-sub-part-bottom): Use it.
4153
4154         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4155         with the folder name. The question was unintelligible when it is
4156         called from wl-save-status.
4157
4158 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4159
4160         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4161         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4162         cannot take second argument).
4163
4164 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4165
4166         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4167         as t. Since type and subtype are not case sensitive (RFC 2045).
4168
4169 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4170
4171         * wl-vars.el (wl-message-mode-line-format): New variable.
4172         (wl-message-mode-line-format-spec-alist): Ditto.
4173         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4174         (wl-message-redisplay): Use wl-message-mode-line-format.
4175
4176 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4177
4178         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4179
4180 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4181
4182         * wl-summary.el (wl-summary-default-from): Write description.
4183
4184 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4185
4186         * wl-vars.el (wl-ldap-objectclass): Abolish.
4187
4188         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4189         (wl-ldap-make-filter): Removed condition for objectclass.
4190         (wl-ldap-make-matched-value-list): Remove meaningless process.
4191         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4192         (wl-address-ldap-search): Don't add `*' to `pat' string;
4193         use ignore-errors; added `email';
4194         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4195         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4196         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4197
4198
4199 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4200
4201         * wl-draft.el (wl-draft-parent-folder): Write description.
4202         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4203
4204 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4205
4206         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4207         as "" (zero-length string) if no parent.
4208         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4209
4210 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4211
4212         * wl-address.el (wl-address-make-completion-list): Skip duplication
4213         checking.
4214         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4215         `append'.
4216
4217 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4218
4219         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4220         instead of `beginning-of-buffer'.
4221
4222 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4223
4224         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4225
4226 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4227
4228         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4229         Refer wl-message-buffer-name.
4230         (wl-message-wheel-down): Ditto.
4231
4232 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4233
4234         * wl-vars.el (wl-message-buffer-name): New user option.
4235
4236         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4237         directly instead of making alist dinamically.
4238
4239         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4240         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4241         wl-message-buffer-cache-name.
4242         (wl-message-buffer-cache-clean-up): Ditto.
4243
4244         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4245
4246         * Version number is increased to 2.9.15.
4247
4248 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4249
4250         * wl-vars.el (wl-summary-default-view-alist): New user option.
4251
4252         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4253
4254         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4255         while deleting address.
4256         (wl-draft-delete-myself-from-cc): Ditto.
4257
4258         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4259         If optional argument is specified, reverse sort order.
4260
4261         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4262
4263 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4264
4265         * wl-thread.el (wl-thread-insert-message): Return parent number if
4266         exists.
4267         (wl-thread-update-indent-string-region): Use
4268         wl-thread-update-line-on-buffer-sub instead of
4269         wl-thread-update-line-on-buffer.
4270
4271 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4272
4273         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4274         (wl-folder-close-all): Ditto.
4275
4276 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4277
4278         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4279         and mailing-list:.
4280         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4281         value.
4282         (wl-summary-line-list-info): Print mailing-list name even when 
4283         list-number is empty.
4284
4285 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4286
4287         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4288
4289         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4290         (wl-draft-open-file): Ditto.
4291         (wl-draft-random-alphabet): Ditto.
4292
4293         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4294         bindings.
4295
4296 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4297
4298         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4299         * wl-vars.el (wl-draft-config-alist): Ditto.
4300
4301 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4302
4303         * Version number is increased to 2.9.14.
4304
4305         * wl.el (wl): Don't set wl-init as nil when error occured while
4306         auto-checking folders.
4307
4308         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4309         `elmo-expand-newtext'.
4310
4311 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4312
4313         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4314         `this-command' so that `wl-folder-goto-folder' contained in
4315         `wl-summary-keep-cursor-command' work.
4316
4317 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4318
4319         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4320         message buffer displaying state.
4321
4322 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4323
4324         * wl-vars.el (wl-summary-default-view): New variable to specify
4325         default value for `wl-summary-buffer-view' instead of using
4326         set-default.
4327         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4328
4329 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4330
4331         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4332
4333         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4334
4335 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4336
4337         * wl-vars.el (wl-forward-subject-prefix): New variable.
4338         * wl-draft.el (wl-draft-forward): Use it.
4339
4340 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4341
4342         * wl-message.el (wl-message-prev-page): When it is called without
4343         lines argument, scroll down by wl-message-scroll-amount lines.
4344         (wl-message-next-page): Ditto.
4345         * wl-vars.el (wl-message-scroll-amount): Change default value
4346         to preserve current behavior.
4347
4348 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4349
4350         * wl-summary.el (wl-summary-prefetch-msg): Bind
4351         `wl-message-entity' to call `wl-summary-from-function'.
4352
4353 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4354
4355         * wl-message.el (wl-message-buffer-create): Run
4356         wl-message-buffer-created-hook.
4357
4358 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4359
4360         * wl-summary.el (wl-summary-sort-specs): New variable.
4361         (wl-summary-default-sort-spec): Ditto.
4362         (wl-summary-sort): Rewrite.
4363         (wl-summary-sort-by-list-info): New function.
4364
4365 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4366
4367         * wl-summary.el (wl-summary-get-list-info): New function.
4368         (wl-summary-sort): Rewrite.
4369         (wl-summary-line-list-info): Ditto.
4370         (wl-summary-line-list-count): Ditto.
4371         (wl-summary-refile-region): Fixed docstring.
4372
4373 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4374
4375         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4376         `wl-folder-entity-hashtb' as completion table.
4377
4378 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4381         only when this command is called interactively; silence the byte-
4382         compiler.
4383
4384 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4385
4386         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4387         active in XEmacs.
4388
4389 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4390
4391         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4392         plural lines.
4393
4394 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4395
4396         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4397         of current line when the cursor is on the header name.
4398         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4399
4400 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4401
4402         * wl-util.el (wl-read-directory-name): Return displayed directory
4403         as the default value also on XEmacs.
4404
4405 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4406
4407         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4408         formatting.
4409
4410 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4411
4412         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4413         argument and when it is non-nil, check face property before
4414         highlighting for each line.
4415         (wl-highlight-summary-window): Set it.
4416
4417 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4418
4419         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4420         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4421
4422         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4423         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4424         (wl-draft-get-fcc-list): Likewise.
4425
4426 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4427
4428         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4429         (wl-thread-entity-cur): Ditto.
4430         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4431         wl-thread-indent-regexp setting.
4432         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4433
4434         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4435         wl-summary-lazy-highlight.
4436         (wl-summary-display-bottom): Ditto.
4437
4438         * wl-thread.el (wl-thread-open-close): Likewise.
4439
4440         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4441         from and subject;
4442         Bind wl-draft-use-frame;
4443         Enclose with save-window-excursion;
4444         Use wl-draft-create-buffer instead of with-temp-buffer;
4445         Use wl-draft-prepare-edit;
4446         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4447         Use wl-draft-send instead of wl-draft-raw-send.
4448
4449 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4450
4451         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4452         of using wl-from.
4453
4454 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4455
4456         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4457         insert-buffer instead of clone-buffer.
4458         (wl-draft-doing-mime-bcc): New variable.
4459         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4460         infinite loop.
4461         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4462
4463         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4464         (wl-draft-mime-bcc-body): Ditto.
4465
4466         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4467         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4468         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4469         wl-draft-do-mime-bcc.
4470         (wl-draft-mime-bcc-field): New function.
4471         (wl-draft-do-mime-bcc): Ditto.
4472
4473         * wl-address.el (wl-address-complete-header-list): New variable.
4474         (wl-address-complete-header-regexp): Changed default value.
4475
4476         * Version number is increased to 2.9.13.
4477
4478 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4479
4480         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4481         it is differed.
4482
4483 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4484
4485         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4486         (wl-summary-line-list-count): Ditto.
4487
4488 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4489
4490         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4491         (wl-nntp-posting-function): New variable.
4492         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4493         `wl-nntp-posting-config-alist'.
4494
4495 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4496
4497         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4498         FLIM.
4499
4500 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4501
4502         * wl-summary.el (wl-summary-target-mark-refile-sub):
4503         Remove a nuisance funcall.
4504
4505 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4506
4507         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4508         as t for `try-completion'.
4509
4510 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4511
4512         * wl-summary.el (wl-summary-default-from): Use
4513         wl-address-header-extract-address instead of
4514         std11-extract-address-components.
4515         (wl-summary-simple-from): Ditto.
4516         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4517         (wl-summary-insert-headers): Show message.
4518         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4519         for whole line.
4520         (wl-summary-default-from): Revert last change.
4521         (wl-summary-simple-from): Ditto.
4522         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4523         (wl-summary-mark-as-read-region): Follow the change above.
4524         (wl-summary-sync-marks): Ditto.
4525         (wl-summary-target-mark-mark-as-read): Ditto.
4526         (wl-summary-redisplay-internal): Ditto.
4527         (wl-summary-redisplay-no-mime-internal): Ditto.
4528         (wl-summary-redisplay-all-header): Ditto.
4529         (wl-summary-mark-as-read): Removed argument `cached';
4530         Use current cache status to set cache mark.
4531         (wl-summary-redisplay-internal): Follow the change above.
4532         (wl-summary-redisplay-no-mime-internal): Ditto.
4533         (wl-summary-redisplay-all-header): Ditto.
4534
4535         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4536
4537         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4538         Don't call itself recursively (Adviced by Yamaoka-san).
4539
4540 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4541
4542         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4543         bind wl-summary-highlight as nil to avoid error caused by missing
4544         local variables.
4545
4546 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4547
4548         * wl-vars.el (wl-invalid-character-message): New user option.
4549
4550         * wl-util.el (wl-set-string-width): If truncated string-width is
4551         larger than specified width, use `wl-invalid-character-message'.
4552
4553 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4554
4555         * wl-summary.el (wl-summary-prefetch-msg): 
4556         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4557
4558 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4559
4560         * wl-vars.el (wl-summary-check-line-format): New user option.
4561         (wl-summary-line-format-file): Ditto.
4562
4563         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4564         variable.
4565         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4566         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4567         and `wl-summary-view-old-p' to check whether do a rescan or not.
4568         (wl-summary-view-old-p): New function.
4569         (wl-summary-line-format-changed-p): Ditto.
4570         (wl-summary-line-format-save): Ditto.
4571         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4572
4573         * wl-util.el (wl-set-string-width): Avoid using negative number
4574         for make-string.
4575
4576 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4577
4578         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4579         return value.
4580
4581         * wl-util.el (wl-set-string-width): Added optional argument
4582         `padding' (All other related portions are changed).
4583         (wl-line-parse-format): If the first letter of column number is
4584         `0', zero-padding the result (ex: "%05l").
4585
4586         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4587
4588 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4589
4590         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4591         sequential summary view.
4592
4593 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4594
4595         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4596         if it doesn't have a -unix version.
4597
4598 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4599
4600         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4601
4602 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4603
4604         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4605         content.
4606         (wl-draft): Follow the change above.
4607
4608         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4609
4610         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4611         and wl-folder-summary-line-format-alist contain %T and %P.
4612
4613         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4614         (wl-summary-mode-line-format): New user option.
4615         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4616         (wl-summary-line-format): Changed default value.
4617         (wl-summary-lazy-highlight): Changed default value.
4618
4619         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4620         change in wl-summary-create-line.
4621         (wl-thread-insert-entity-sub): Ditto.
4622
4623         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4624         (wl-summary-buffer-unread-status): Ditto.
4625         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4626         (wl-summary-buffer-persistent-mark-column): Ditto.
4627         (wl-summary-buffer-mode-line-formatter): Ditto.
4628         (wl-summary-buffer-mode-line): Ditto.
4629         (wl-summary-message-regexp): Abolished.
4630         (All other related portions are changed.)
4631         (wl-summary-detect-mark-position): New function.
4632         (wl-summary-buffer-set-folder): Setup
4633         wl-summary-buffer-mode-line-formatter.
4634         (wl-summary-mode): Setup selective-display;
4635         Setup pre-idle-hook when xemacs.
4636         (wl-summary-update-modeline): Rewrite.
4637         (wl-summary-jump-to-msg): Define as function;
4638         Changed regexp for searching messages.
4639         (wl-summary-message-number): Rewrite.
4640         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4641         Do rescan when old type summary cache.
4642         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4643         (wl-summary-remove-destination): Use '\r' to detect EOL.
4644         (wl-summary-print-destination): Ditto.
4645         (wl-summary-temp-mark): New inline function.
4646         (wl-summary-persistent-mark): Ditto.
4647         (wl-summary-line-number): New function.
4648         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4649         (wl-summary-line-list-count): New function.
4650         (wl-summary-create-line): Added argument persistent-mark.
4651         (All other related portions are changed)
4652         (wl-summary-create-line): Insert '\r'.
4653         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4654         (wl-summary-cursor-move-surface): New inline function.
4655         (wl-summary-prev): Use it.
4656         (wl-summary-next): Ditto.
4657
4658         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4659         wl-summary-message-regexp.
4660         (wl-highlight-summary): Delete progress message.
4661         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4662
4663         * Version number is increased to 2.9.12.
4664
4665 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4666
4667         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4668         variable (nil: no minimum).
4669         (wl-summary-line-subject): Add some spaces after subject by
4670         wl-summary-line-subject-minimum-length.
4671
4672 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4673
4674         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4675         and removed `F'.
4676         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4677         change above).
4678
4679 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4680
4681         * wl-summary.el (wl-summary-line-list-count): Reverted.
4682         (example setting in samples/*/dot.wl is also updated)
4683
4684 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4685
4686         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4687
4688         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4689
4690         * wl-vars.el (wl-summary-line-format): Addes some description to the
4691         docstring.
4692
4693         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4694         (wl-summary-line-close-bracket): Ditto.
4695         (wl-summary-line-children-number): Ditto.
4696         (wl-summary-line-thread-indent): Ditto.
4697         (wl-summary-line-children-and-from): Ditto.
4698
4699         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4700         't', 'c', 'F' and added 'C'.
4701
4702         * wl-util.el (wl-set-string-width): Accept negative value.
4703         (wl-line-parse-format): Added "%number(" and "%)".
4704
4705 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4706
4707         * wl-summary.el (wl-summary-line-list-count): Change format of the
4708         return value.
4709
4710 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4711
4712         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4713         from the recent message.el.
4714         (wl-draft-point-in-header-p): Ditto.
4715         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4716         wl-draft-beginning-of-line.
4717         * wl-e21.el (wl-draft-mode-map): Ditto.
4718         * wl-xmas.el (wl-draft-mode-map): Ditto.
4719
4720         * wl-folder.el: Sort macrodefs by dependencies.
4721
4722 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4723
4724         * wl-summary.el (wl-summary-prev): Fixed regexp.
4725         (wl-summary-next): Ditto.
4726
4727 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4728
4729         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4730
4731 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4732
4733         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4734         for backward compatibility.
4735
4736 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4737
4738         * wl-summary.el (wl-summary-line-list-count): New function, merged
4739         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4740         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4741         list counts.
4742
4743 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4744
4745         * wl-summary.el (wl-summary-create-line): Ignore errors while
4746         timezone-fix-time.
4747
4748         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4749
4750         * wl-summary.el (wl-summary-sync-update): Ditto.
4751         (wl-summary-default-from): Use wl-message-entity
4752         instead of entity.
4753
4754         * wl-summary.el (wl-summary-create-line): Fix.
4755
4756         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4757         (wl-summary-line-format): New user option.
4758         (wl-folder-summary-line-format-alist): Ditto.
4759         (wl-summary-from-width): Abolished.
4760
4761         * wl-util.el (toplevel): Require 'bytecomp.
4762         (wl-line-parse-format): New function.
4763         (wl-line-formatter-setup): New macro.
4764
4765         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4766         (wl-summary-buffer-line-formatter): New buffer local variable.
4767         (wl-summary-switch-to-clone-buffer): Follow the change above.
4768         (wl-summary-message-regexp): Fix.
4769         (wl-summary-from-func-internal): Abolished.
4770         (wl-summary-subject-func-internal): Ditto.
4771         (wl-summary-subject-filter-func-internal): Ditto.
4772         (All other related portions are changed.)
4773         (wl-summary-buffer-set-folder):
4774         Set up wl-summary-buffer-number-column and 
4775         wl-summary-buffer-line-formatter
4776         (All other related portions are changed.)
4777         (wl-summary-buffer-number-column-detect): Abolished.
4778         (All other related portions are changed.)
4779         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4780         (wl-summary-delete-all-temp-marks-on-buffer): Use
4781         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4782         (wl-summary-target-mark-delete): Ditto.
4783         (wl-summary-target-mark-refile-subr): Ditto.
4784         (wl-summary-target-mark-mark-as-read): Ditto.
4785         (wl-summary-target-mark-mark-as-unread): Ditto.
4786         (wl-summary-target-mark-mark-as-important): Ditto.
4787         (wl-summary-target-mark-save): Ditto.
4788         (wl-summary-replace-status-marks): Renamed from
4789         wl-summary-set-status-marks-on-buffer;
4790         Use wl-summary-message-regexp instead of
4791         wl-summary-buffer-number-regexp.
4792         (wl-summary-sync-update): Follow the change above.
4793         (wl-summary-goto-previous-message-beginning): New function.
4794         (wl-summary-mark-as-unread): Use it.
4795         (wl-summary-mark-as-important): Ditto.
4796         (wl-summary-line-formatter): New variable.
4797         (wl-summary-line-year): New function.
4798         (wl-summary-line-day): Ditto.
4799         (wl-summary-line-day-of-week): Ditto.
4800         (wl-summary-line-hour): Ditto.
4801         (wl-summary-line-minute): Ditto.
4802         (wl-summary-line-open-bracket): Ditto.
4803         (wl-summary-line-close-bracket): Ditto.
4804         (wl-summary-line-children-number): Ditto.
4805         (wl-summary-line-thread-indent): Ditto.
4806         (wl-summary-line-size): Ditto.
4807         (wl-summary-line-subject): Ditto.
4808         (wl-summary-line-from): Ditto.
4809         (wl-summary-line-children-and-from): Ditto.
4810         (wl-summary-create-line): Rewritten.
4811         (wl-summary-format-date): Abolished.
4812
4813         * wl-highlight.el (wl-highlight-summary-current-line): Use
4814         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4815         Use thread structure to detect thread top message.
4816
4817         * wl-draft.el (wl-default-draft-cite): Don't use
4818         wl-summary-from-func-internal.
4819
4820         * wl-refile.el (wl-refile-subject-learn): Don't use
4821         wl-summary-subject-filter-func-internal.
4822         (wl-refile-guess-by-subject): Ditto.
4823
4824         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4825         parameters.
4826
4827         * wl-thread.el (wl-thread-update-indent-string-region):
4828         Use wl-thread-update-line-on-buffer instead of
4829         wl-thread-update-indent-string.
4830         (wl-thread-update-children-number): Redefine using
4831         wl-thread-update-line-on-buffer.
4832         (wl-thread-update-indent-string): Abolished.
4833
4834         * Version number is increased to 2.9.11.
4835
4836 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4837
4838         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4839         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4840         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4841
4842         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4843         as nil.
4844
4845         * wl-thread.el (wl-thread-open-all-unread): Use 
4846         elmo-folder-list-messages-mark-match.
4847         (wl-thread-insert-message): Removed argument `mark-alist'.
4848         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4849         elmo-msgdb-set-mark.
4850         (wl-thread-get-children-msgs-uncached): Likewise.
4851         (wl-thread-get-exist-children): Added argument include-self.
4852         (wl-thread-delete-message): Follow the change above.
4853
4854         * wl-summary.el (wl-summary-count-unread): Removed argument.
4855         (wl-summary-rescan): Follow the change above.
4856         (wl-summary-mark-as-read-region): Ditto
4857         (wl-summary-mark-as-unread-region): Ditto.
4858         (wl-summary-delete-messages-on-buffer): Ditto.
4859         (wl-summary-sync-update): Ditto.
4860         (wl-summary-switch-to-clone-buffer): Ditto.
4861         (wl-summary-goto-folder-subr): Ditto.
4862         (wl-summary-target-mark-mark-as-read): Ditto.
4863         (wl-summary-target-mark-mark-as-unread): Ditto.
4864         (wl-summary-target-mark-mark-as-important): Ditto.
4865         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4866         (wl-summary-update-thread): Removed argument `mark-alist'.
4867         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4868         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4869         (wl-summary-resume-cache-status): Likewise.
4870         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4871         elmo-msgdb-set-mark.
4872         (wl-summary-mark-as-read-all): Likewise.
4873         (wl-summary-delete-cache): Ditto.
4874         (wl-summary-auto-select-msg-p): Ditto.
4875         (wl-summary-mark-as-unread): Ditto.
4876         (wl-summary-no-auto-refile-message-p): Ditto.
4877         (wl-summary-mark-as-read): Ditto.
4878         (wl-summary-mark-as-important): Ditto.
4879         (wl-summary-auto-refile): Follow the change above.
4880         (wl-summary-delete-all-marks): Removed.
4881         (wl-summary-resume-marks-and-highlight): Ditto.
4882         (wl-summary-resume-marks): Ditto.
4883         (wl-summary-delete-important-msgs-from-list): Ditto.
4884         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4885
4886         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4887         wl-summary-count-unread.
4888
4889         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4890         (wl-summary-score-update-all-lines): Use
4891         elmo-msgdb-set-mark.
4892
4893 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4894
4895         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4896         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4897         (wl-summary-create-line): Renamed from
4898         wl-summary-overview-create-summary-line;
4899         Argument rearrangement.
4900         (wl-summary-update-thread): Follow the change above.
4901
4902         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4903         (wl-thread-insert-entity-sub): Likewise.
4904
4905         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4906         argument `overview', `mark-alist' and added `msgdb'.
4907
4908         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4909
4910         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4911         (wl-summary-rescan): Follow the change above.
4912         (wl-summary-sync-update): Ditto.
4913         (wl-summary-insert-thread-entity): Ditto;
4914         Don't use `let*' in every while loop;
4915         Detect infinite loop of threads.
4916         (wl-summary-update-thread): Removed argument `overview'.
4917
4918         * wl-thread.el (wl-thread-insert-message): Ditto.
4919
4920         * Version number is increased to 2.9.10.
4921
4922         * wl-message.el (wl-message-redisplay): Ignore errors while
4923         wl-message-redisplay-hook.
4924
4925 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4926
4927         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4928
4929 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4930
4931         * wl.el (wl): inhibit-quit while wl-folder.
4932
4933 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4934
4935         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4936         while msgdb access.
4937
4938 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4939
4940         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4941         even if no folder is not created.
4942
4943 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4944
4945         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4946
4947         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4948         implementation.
4949         (wl-summary-target-mark-thread): Ditto.
4950
4951         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4952
4953 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4954
4955         * wl-util.el (wl-display-bytes): Remove unused function.
4956
4957 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4958
4959         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4960         seems critical one (partially reverse the change in 2002/03/17).
4961
4962 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4963
4964         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4965         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4966
4967 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4968
4969         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4970         is not writable.
4971         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4972         plugged status instead of `'force' as 2nd argument.
4973
4974         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4975         is not creatable.
4976
4977         * Version number is increased to 2.9.9.
4978
4979 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4980
4981         * wl-summary.el (wl-summary-suspend): New function.
4982
4983 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4984
4985         * wl.el (wl): Do not check variables if check is nil.
4986         * wl-utils.el (wl-collect-draft): New function.
4987         * wl-folder.el (wl-folder-suspend): Put summary buffers
4988         and draft buffers at the end of buffer list.
4989         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4990
4991 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4992
4993         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4994         loop instead of recursive call.
4995
4996         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4997         2nd argument.
4998
4999 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5000
5001         * wl-draft.el (wl-draft-create-contents): Don't take neither
5002         (function . args) nor (string . something) any more.
5003
5004         * wl-version.el (wl-generate-user-agent-string): Return string
5005         without header symbol.
5006         * wl-draft.el (wl-draft-default-headers): Use it.
5007
5008         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5009         `wl-draft-insert-ccs' and return field value instead of inserting
5010         the header. Abolish cc argument.
5011         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5012
5013         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5014         rather than one with string car.
5015
5016         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5017         * wl-draft.el (wl-draft-create-contents): Add it after the default
5018         headers.
5019
5020         * wl-draft.el (wl-draft-create-contents): For the case of
5021         (symbol-or-string . function) insert header only when the function
5022         returns string value.
5023
5024 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5025
5026         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5027         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5028
5029 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5030
5031         * wl.el (wl-check-environment): Don't check Message-ID when
5032         `wl-insert-message-id' is nil.
5033         Revive checking if `wl-message-id-domain' contains "@".
5034
5035 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5036
5037         * wl.el (wl-check-environment): Merge examination for "@" at
5038         inappropriate position into the first string-match.
5039
5040         * wl-summary.el (wl-summary-target-mark-print): New function.
5041         (wl-summary-pipe-message-subr): Extracted from
5042         `wl-summary-pipe-message'.
5043         (wl-summary-target-mark-pipe): New function.
5044         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5045         `wl-summary-target-mark-pipe'.
5046
5047 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5048
5049         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5050
5051 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5052
5053         * wl.el (wl-check-environment): Use elmo-warning instead of
5054         error for non-critical ones.
5055         Remove trash folder check.
5056         (wl): Don't ignore error in wl-check-environment.
5057
5058         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5059         check, which is moved from `wl-check-environment'.
5060         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5061
5062 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5063
5064         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5065         guess anything, call wl-summary-write.
5066         (wl-summary-write): Create draft with blank To field.
5067         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5068
5069 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5070
5071         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5072         argument full as well for wl-folder-write-current-folder.
5073         If wl-*-write-current-folder cannot guess addressee, add blank
5074         To header.
5075         Rewrite condition for positioning cursor.
5076
5077 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5078
5079         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5080         summary buffer is present, use it.
5081         (wl-folder-jump-to-previous-summary): Ditto.
5082
5083 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5084
5085         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5086
5087         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5088         wl-summary-previous-buffer and wl-summary-next-buffer.
5089
5090         * wl-folder.el (wl-folder-mode-map): Bind
5091         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5092         (wl-folder-jump-to-next-summary): New function.
5093         (wl-folder-jump-to-previous-summary): Ditto.
5094
5095         * wl-draft.el (wl-draft): Rearranged.
5096
5097 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5098
5099         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5100         of header.
5101         (wl-draft): Collect arguments for the header as header-alist.
5102         (wl-draft-forward): Arrange arguments for wl-draft.
5103         (wl-draft-reply): Ditto.
5104         (wl-draft-edit-string): Ditto.
5105         * wl-summary.el (wl-summary-write): Ditto.
5106         (wl-summary-write-current-folder): Ditto.
5107
5108         * Version number is increased to 2.9.8.
5109
5110 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5111
5112         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5113
5114         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5115
5116         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5117         even if the guess failed.
5118
5119         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5120         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5121         wl-summary-write-current-folder.
5122         * wl-xmas.el: Ditto.
5123
5124 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5125
5126         * wl-summary.el (wl-summary-next-page): Force display message if
5127         message is not displayed yet.
5128         (wl-summary-prev-page): Ditto.
5129
5130 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5131
5132         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5133
5134 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5135
5136         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5137         add "Preview Message" and "Save Draft and Exit".
5138
5139 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5140
5141         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5142         if addrmgr is called from draft in splitted window.
5143
5144         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5145         * wl-mule.el: Ditto.
5146         * wl-xmas.el: Ditto.
5147
5148 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5149
5150         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5151
5152         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5153         * wl-xmas.el (wl-folder-toolbar): Ditto.
5154
5155 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5156
5157         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5158         and wl-draft-save-and-exit.
5159         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5160         * wl-xmas.el: Ditto.
5161         * wl-mule.el: Ditto.
5162
5163         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5164         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5165
5166 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5167
5168         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5169         lists for saving buffer.
5170
5171 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5172
5173         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5174         parent-folder argument instead of it.
5175         (wl-draft-create-buffer): Ditto.
5176         (wl-draft-forward): Ditto.
5177         (wl-draft-reply): Ditto.
5178         * wl-summary.el (wl-summary-write): Ditto.
5179         (wl-summary-write-current-folder): Ditto.
5180
5181         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5182         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5183         Folder buffer after composing.
5184
5185 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5188         header if the file `wl-x-face-file' already contains it.
5189
5190 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5191
5192         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5193         folder" entry.
5194         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5195         * wl-e21.el (wl-folder-toolbar): Ditto.
5196         * wl-xmas.el (wl-folder-toolbar): Ditto.
5197
5198 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5199
5200         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5201         wl-folder-goto-folder with sticky argument.
5202         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5203
5204 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5205
5206         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5207         and wl-summary-previous-buffer.
5208         (wl-summary-next-buffer): New function.
5209         (wl-summary-previous-buffer): Ditto.
5210
5211 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5212
5213         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5214         wl-folder-jump-to-current-entity-with-arg.
5215         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5216         `wl-folder-jump-to-current-entity'.
5217         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5218         `wl-summary-goto-folder-sticky'.
5219         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5220         `wl-summary-goto-folder'.
5221         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5222         Unless force-exit, do not clean temp. marks for sticky summary.
5223         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5224
5225 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5226
5227         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5228         not entire.
5229
5230 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5231
5232         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5233         to `C-x C-s'.
5234         (wl-summary-save-status): New command.
5235         (wl-summary-exit): Don't clean-up temp marks when sticky.
5236         (Applied patch from Nakayama-san [wl: 09548])
5237         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5238         Do nothing when no mark data.
5239         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5240         Call `wl-summary-delete-all-temp-marks' before saving.
5241
5242 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5243
5244         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5245
5246 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5247
5248         * wl.el (wl-check-environment): Also cause error when (system-name)
5249         returns "localhost.localdomain". (Although it doesn't affect because
5250         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5251
5252 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5253
5254         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5255         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5256
5257         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5258         value.
5259
5260 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5261
5262         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5263         Likewise r-cc-list and r-ng-list.
5264
5265 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5266
5267         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5268         only if it is bound as variable.
5269
5270         * wl-mime.el (wl-draft-preview-message): Ditto.
5271
5272 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5273
5274         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5275         needless `goto-char'.
5276
5277         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5278         `wl-summary-redisplay-no-mime-internal' instead of
5279         `wl-summary-redisplay-no-mime'.
5280         (wl-summary-redisplay-no-mime): Changed argument;
5281         Call `wl-summary-redisplay-no-mime-internal'.
5282
5283         * wl-mime.el (wl-draft-preview-message): Bind
5284         `mime-header-encode-method-alist' locally.
5285
5286         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5287         (wl-draft-std11-parse-addresses): Added the first address check.
5288         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5289
5290         * Version number is increased to 2.9.7.
5291
5292 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5293
5294         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5295
5296 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5297
5298         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5299         related to scrollbar support, if there is no such a feature
5300         compiled in.
5301
5302 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5303
5304         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5305         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5306         for prefetch.
5307
5308 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5309
5310         * wl-summary.el (wl-summary-pick): Fix for no match.
5311
5312 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5313
5314         * wl-draft.el (wl-draft-save):
5315         Override `mime-header-encode-method-alist'.
5316
5317 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5318
5319         * wl-folder.el (wl-folder-pick): New function.
5320         Define key as "?".
5321
5322 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5323
5324         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5325         Fix for unplugged.
5326
5327 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5328
5329         * wl-folder.el (wl-folder-virtual): New function.
5330         Define key as "V".
5331
5332 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5333
5334         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5335         multi folder if entity is group.
5336
5337 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5338
5339         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5340         is nil.
5341
5342 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5343
5344         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5345         (wl-summary-target-mark-msgs): Return the number of marked messages.
5346
5347 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5348
5349         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5350         "first:" is specified.
5351
5352 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5353
5354         * wl-vars.el (wl-from): Use return value of function
5355         user-full-name instead of the variable user-full-name since
5356         XEmacs-20.4 doesn't set this variable.
5357
5358 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5359
5360         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5361         call `wl' directly.
5362
5363 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5364
5365         * wl-draft.el (wl-draft-reedit): Removed duplicated
5366         switch-to-buffers.
5367
5368 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * wl.el (wl-other-frame): Removed garbages.
5371
5372 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5373
5374         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5375
5376         * wl-xmas.el (wl-draft-key-setup): Ditto.
5377
5378         * wl-mule.el (wl-draft-key-setup): Ditto.
5379
5380         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5381         (wl-draft-reedit): Ditto.
5382         (wl-draft-prepare-edit): Add `wl-draft-save' to
5383         `local-write-file-hooks'.
5384         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5385         (wl-draft-reedit): Set buffer-file-name.
5386         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5387
5388
5389         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5390         call it.
5391         (wl-delete-startup-frame-function): New variable.
5392         (wl-other-frame): New function
5393         (Original was written by Yamaoka san [wl: 09239]).
5394
5395         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5396         if `wl-folder-use-frame'.
5397
5398 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5399
5400         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5401
5402 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5403
5404         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5405         New variable.
5406         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5407         (wl-message-buffer-prefetch-get-next): Use them.
5408         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5409
5410 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5411
5412         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5413         with unwind-protect.
5414
5415         * wl-draft.el (wl-draft-reedit): Rewrite.
5416         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5417         (wl-draft-save): Insert header separator if it does not exist;
5418         Removed condition-case.
5419
5420         * wl-summary.el (wl-summary-reedit): Revert last change.
5421
5422         * wl-draft.el (wl-draft-save): Rewrite.
5423         (wl-draft-create-buffer): Set buffer-file-name as nil.
5424
5425         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5426
5427         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5428
5429         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5430         nil.
5431
5432 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5433
5434         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5435         If count is nil, do not prefetch.
5436         (wl-message-buffer-prefetch-next): Next.
5437
5438 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5439
5440         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5441
5442 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5443
5444         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5445         `delete-backward-char'
5446         (wl-draft-prepare-edit): Check major-mode.
5447         (wl-draft-decode-header): Rewrite.
5448         (wl-draft): Fix.
5449
5450 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5451
5452         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5453
5454 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5455
5456         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5457         (wl-message-buffer-prefetch-get-next): Remove size checking.
5458         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5459
5460 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5461
5462         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5463         (wl-draft-default-headers): Fix.
5464
5465 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5466
5467         * wl-draft.el (wl-draft-default-headers): Insert return value of
5468         `wl-generate-mailer-string-function'.
5469
5470 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5471
5472         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5473         (wl-draft-insert-mail-header-separator): Ditto.
5474
5475         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5476         again (Reverted the change on 2002-01-17 by OKADA san).
5477
5478 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5479
5480         * wl-draft.el (wl-draft): Rewrite.
5481         (wl-draft-create-buffer): New function.
5482         (wl-draft-create-contents): Ditto.
5483         (wl-draft-prepare-edit): Ditto.
5484         (wl-draft-decode-header): Ditto.
5485         (wl-draft-decode-body): Ditto.
5486         (wl-draft-check-new-line): Ditto.
5487         (wl-draft-default-headers): Ditto.
5488         (wl-draft-insert-mail-header-separator): Ditto.
5489
5490 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5491
5492         * Version number is increased to 2.9.6.
5493
5494 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5495
5496         * wl-draft.el (wl-draft-delete-field): Optional argument.
5497         (wl-draft-delete-fields): Ditto.
5498
5499 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5500
5501         * wl-message.el (toplevel): Eliminated byte-compile warning.
5502         for `itimer-function', `delete-timer' and `itimer-list'.
5503
5504 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5505
5506         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5507         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5508         `wl-message-buffer-prefetch-threshold'.
5509         * wl-summary.el (wl-summary-redisplay-internal): Remove
5510         the check of `wl-message-buffer-prefetch-depth'.
5511
5512 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5513
5514         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5515         size of article.
5516         (wl-message-buffer-prefetch-subr): Remove size check.
5517
5518 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5519
5520         * wl-vars.el (wl-plugged): Make customizable.
5521
5522 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5523
5524         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5525         (wl-message-buffer-prefetch-set-timer): New function.
5526         (wl-message-buffer-prefetch-get-next): New function.
5527         (wl-message-buffer-prefetch): New function.
5528         (wl-message-buffer-prefetch-next): Rewrite.
5529         (wl-message-buffer-prefetch-subr): Rewrite.
5530         * wl-vars.el (wl-auto-prefetch-first): New variable.
5531         * wl-summary.el (wl-summary-goto-folder-subr): Call
5532         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5533
5534 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5535
5536         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5537         `wl-summary-unread-message-hook'.
5538
5539 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5540
5541         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5542         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5543         if range is `cache-status'.
5544
5545 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5546
5547         * wl-message.el (wl-message-buffer-prefetch-subr):
5548         Improve debug message.
5549
5550 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5551
5552         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5553         `wl-mail-send-pre-hook'.
5554         (wl-draft-send-mail-with-qmail): Ditto.
5555         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5556
5557 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5558
5559         * wl-message.el (wl-message-buffer-prefetch-subr):
5560         Fix for cancel-function-timers bug.
5561         (wl-message-buffer-prefetch-debug): Default value is t.
5562
5563 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5564
5565         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5566         (wl-message-buffer-prefetch-subr): Rewrite.
5567         Rename from `wl-message-buffer-prefetch'.
5568
5569 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5570
5571         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5572         (wl-default-draft-cite-decorate-author): Ditto.
5573
5574         * wl-draft.el (wl-draft-cite-function): Removed.
5575         (wl-default-draft-cite-decorate-author): Ditto.
5576
5577 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5578
5579         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5580         (wl-default-draft-cite): Do not arrange author name if the value of
5581         `wl-default-draft-cite-decorate-author' is nil.
5582
5583 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5584
5585         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5586
5587         * wl-folder.el (wl-folder-check-one-entity): Don't care
5588         `elmo-folder-use-flag-p'.
5589
5590 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5591
5592         * wl-folder (wl-folder-check-one-entity): Fix
5593         problem if unread is nil.
5594
5595 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5596
5597         * wl-address.el (wl-address-make-completion-list): Check whether
5598         the address is a group list.
5599         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5600
5601 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5602
5603         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5604         The number of the messages of new and unread does not count
5605         correctly.
5606
5607         * wl-summary.el (wl-summary-count-unread): Changed to return
5608         `(new . unread)' instead of total.
5609         (wl-summary-sync-update): Follow the change above.
5610
5611         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5612
5613 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5614
5615         * wl-address.el (wl-address-make-completion-list): Do not enclose
5616         address by " <" and ">" if associated realname is "".
5617         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5618         This is against the promblem with group list in .addresses pointed
5619         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5620
5621 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5622
5623         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5624         message is a format control string.
5625         * wl-expire.el (wl-expire-append-log): Ditto.
5626         * wl-mime.el (wl-summary-burst-subr): Ditto.
5627         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5628         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5629
5630 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5631
5632         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5633         wl.el (wl-check-variables): Rename from `wl-check-type'.
5634         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5635         (wl-check-variables-2): New function.
5636         (wl): Call `wl-check-variables-2'.
5637
5638 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5639
5640         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5641         after renaming folder in access group.
5642
5643 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5644
5645         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5646         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5647         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5648         (wl-message-buffer-prefetch): Rewrite.
5649         (wl-message-buffer-prefetch-idle-time): Removed.
5650         * wl-summary.el (wl-summary-redisplay-internal):
5651         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5652         Error check for `wl-message-buffer-prefetch-depht'.
5653
5654 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5655
5656         * Version number is increased to 2.9.5.
5657         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5658
5659 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5660
5661         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5662         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5663         Based on the patch written by
5664         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5665
5666 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5667
5668         * wl-draft.el (wl-draft-raw-send): Fix for
5669         `wl-news-send-pre-hook'
5670
5671 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5672
5673         * wl-utils.el (wl-message-id-function): New variable.
5674         * wl-draft.el (wl-draft-insert-required-fields):
5675         Use `wl-message-id-function'.
5676
5677 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5678
5679         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5680         * wl-utils.el (wl-draft-make-message-id-string):
5681         Use `wl-from' for domain part of Message-ID
5682         if `wl-message-id-use-wl-from' if non-nil.
5683         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5684
5685 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5686
5687         * wl.el (wl): Call `wl-check-type'
5688         Do not 'condition-case'.
5689
5690 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5691
5692         * wl.el (wl-check-type): New function.
5693         (wl-check-type-variables): New variable.
5694
5695 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5696
5697         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5698
5699 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5700
5701         * wl-draft.el (wl-smtp-password-key): New function.
5702         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5703         (wl-draft-send-mail-with-smtp): Ditto.
5704         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5705
5706 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5707
5708         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5709         * wl-utils.el (wl-unique-id-suffix): Remove.
5710
5711 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5712
5713         * Version number is increased to 2.9.4.
5714
5715 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5716
5717         * wl-utils.el (wl-unique-id-suffix): New variable.
5718         (wl-unique-id): Use `wl-unique-id-suffix'
5719
5720 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5721
5722         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5723         instead of `elmo-msgdb-search'.
5724
5725         * Version number is increased to 2.9.3.
5726
5727 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5728
5729         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5730
5731 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5732
5733         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5734         (wl-draft-dispatch-message): Changed for send-later.
5735         (wl-draft-queue-flush): Ditto.
5736         (wl-draft): Clear `wl-sent-message-queued'.
5737         (wl-draft-reedit): Ditto.
5738         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5739         * wl-vars.el (wl-draft-force-queuing): New variable.
5740         (wl-draft-force-queuing-mail): New variable.
5741         (wl-draft-force-queuing-news): New variable.
5742
5743 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5744
5745         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5746         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5747
5748 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5749
5750         * Version number is increased to 2.9.2.
5751
5752 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5753
5754         * wl-draft.el (wl-draft-elide-region): New user command.
5755         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5756
5757         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5758         command `wl-draft-elide-region'.
5759         * wl-mule.el: Ditto.
5760         * wl-xmas.el: Ditto.
5761
5762 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5763
5764         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5765         (wl-biff-check-folder-async): Removed needless let.
5766
5767 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5768
5769         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5770         wl-folder-get-elmo-folder.
5771         (wl-biff-check-folder): Set `biff' argument of
5772         `wl-folder-check-one-entity'.
5773         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5774
5775         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5776         (wl-folder-check-one-entity): Added `biff' argument;
5777         Setup `biff' slot of folder.
5778
5779         * Version number is increased to 2.9.1.
5780
5781 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5782
5783         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5784         comment out and fixed.
5785         (wl-fldmgr-add-completion-subr): Ditto.
5786
5787         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5788         and msgdb.
5789
5790         * wl.el (wl-toggle-plugged): Save summary view.
5791
5792 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5793
5794         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5795
5796 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5797
5798         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5799
5800 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5801
5802         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5803         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5804         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5805
5806         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5807         if it was failed.
5808         (wl-demo): Disable undo in the demo buffer.
5809
5810 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5811
5812         * wl-version.el (wl-version): Changed codename.
5813
5814         * Version number is increased to 2.9.0.
5815
5816 2001-12-14  Takuo KITAME <kitame@northeye.org>
5817
5818         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5819         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5820         (wl-folder-mark-as-read-all-current-entity): Ditto.
5821
5822 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5823
5824         * wl-vars.el (wl-from-width): Define as obsolete variable.
5825         (wl-subject-length-limit): Ditto.
5826
5827         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5828
5829         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5830         wl-summary-save-view.
5831
5832         * wl.el (wl-save-status): Ditto.
5833         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5834
5835         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5836         (wl-summary-exit): Follow the change above.
5837         (wl-summary-goto-folder-subr): Ditto.
5838
5839         * wl-folder.el (wl-folder-create-subr): Don't use
5840         `elmo-folder-creatable-p'.
5841
5842 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5843
5844         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5845
5846 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5847
5848         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5849         rather than bitmap on Emacs 21.
5850         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5851         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5852         for xbm if the new redisplay engine is not available.
5853
5854 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5855
5856         * wl-folder.el (wl-folder-init-hook): New hook.
5857         (wl-folder-init): Run `wl-folder-init-hook'.
5858
5859 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5860
5861         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5862
5863 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5864
5865         * wl-acap.el (wl-acap-cache-filename): New variable.
5866         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5867         (wl-acap-init): Use cache if no ACAP server found.
5868
5869 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5870
5871         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5872         `wl-acap-original-msgdb-dir'.
5873
5874         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5875         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5876
5877         * wl-mime.el (wl-mime-save-directory): Renamed from
5878         `wl-mime-save-dir'.
5879
5880 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5881
5882         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5883
5884         * wl-demo.el: Require `path-util'.
5885         (wl-demo-bitmap-mule-available-p): New internal variable.
5886         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5887         `module-installed-p' instead.
5888         (wl-demo-insert-image): Use *.img file for a bitmap image.
5889         (wl-demo): Don't call the ascii demo recursively.
5890
5891 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5892
5893         * Version number is increased to 2.7.7.
5894
5895 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5896
5897         * wl.el (wl-exit): Eliminated byte-compile warning.
5898
5899 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5900
5901         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5902         obsolete variable using `elmo-define-obsolete-variable'.
5903         (wl-fetch-confirm-threshold): Ditto.
5904         (wl-cache-prefetch-folder-type-list): Ditto.
5905         (wl-cache-prefetch-folder-list): Ditto.
5906
5907 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5910         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5911         (wl-demo-insert-image): New function.
5912         (wl-demo-insert-text): New function.
5913         (wl-demo-image-type-alist): Redefine as a function.
5914         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5915         (wl-demo-with-temp-file-buffer): Removed.
5916         (wl-logo-xpm): Removed.
5917         (wl-logo-xbm): Removed.
5918         (wl-logo-bitmap): Removed.
5919
5920 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5921
5922         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5923         (wl-expire-localdir-get-folder-function): New user option.
5924         (wl-expire-localdir-get-folder): New function.
5925         (wl-expire-localdir-date): Ditto.
5926
5927 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5928
5929         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5930         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5931         Fixed unread number mismatch when all-unread < unread.
5932
5933 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5934
5935         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5936         (wl-fetch-confirm-threshold): Ditto.
5937
5938         * wl-summary.el (wl-summary-confirm-appends): Removed.
5939         (wl-summary-sync-update): Don't refer
5940         `wl-summary-update-confirm-threshold' (It is now abolished).
5941
5942         * wl-message.el (wl-message-display-internal): Don't refer
5943         `wl-fetch-confirm-threshold' (It is now abolished).
5944
5945 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5946
5947         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5948
5949 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5950
5951         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5952         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5953         Change default value to nil.
5954         (wl-summary-indent-length-limit): The value can be nil, nil means
5955         unlimited.
5956
5957         * wl-summary.el: Don't set limit for indent length if the value of
5958         wl-summary-indent-length-limit is nil.
5959         If the value of wl-summary-width is nil, it means only that the width
5960         of summary is unlimited (nil doesn't mean that the indent length is
5961         unlimited).
5962
5963         * wl-thread.el: Ditto.
5964
5965 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5966
5967         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5968         be nil, nil means never confirm.
5969         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5970
5971 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5972
5973         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5974         means unlimited).
5975
5976 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5977
5978         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5979         Use `with-temp-buffer'.
5980
5981 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5982
5983         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5984         with new backquote style).
5985         (wl-folder-get-entity-from-buffer): Ditto.
5986
5987 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5988
5989         * wl-version.el (nemacs-version): Eliminated.
5990         (wl-extended-emacs-version2): Ignore nemacs.
5991         (wl-extended-emacs-version3): Ditto.
5992
5993 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5994
5995         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5996         (wl-draft-add-in-reply-to): New variable.
5997         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5998         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5999         (wl-draft-yank-from-mail-reply-buffer): Use
6000         `wl-draft-add-in-reply-to'.
6001         (wl-draft-insert-current-message): Ditto.
6002
6003 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6004
6005         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6006         typo (kill->hide).
6007         (wl-message-buffer-prefetch-folder-type-list): Added elements
6008         `mark' and `cache' instead of `internal'.
6009
6010 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6011
6012         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6013         resume msgdb directory.
6014
6015 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6016
6017         * wl.el (wl-exit): Call `wl-acap-exit'.
6018
6019         * wl-summary.el (wl-summary-message-string): New function.
6020         (wl-summary-reedit): Use it.
6021         (wl-summary-resend-bounced-mail): Remove needless let.
6022         (wl-summary-supersedes-message): Ditto.
6023         (wl-summary-save): Ditto.
6024
6025         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6026         (wl-acap-init): Set it.
6027         (wl-acap-exit): New function.
6028
6029 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6030
6031         * wl.el (wl-init): Revert (require 'mime-setup). move from
6032         toplevel.
6033
6034 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6035
6036         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6037         local variables.  Add error when guess function return invalid
6038         value.
6039
6040 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6041
6042         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6043         Change local variable name.
6044         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6045         (wl-folder-get-newsgroups): Return nil when non-news folder.
6046         * wl-summary.el (wl-summary-write-current-folder): State through
6047         when guess-list return nil.
6048         (wl-summary-write-current-folder-functions): Fixed docstring.
6049
6050         * wl.el (wl-exit): Changed confirm message.
6051
6052         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6053         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6054
6055         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6056
6057 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6058
6059         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6060         user option (Renamed from wl-cache-prefetch-folder-type-list).
6061         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6062         from wl-cache-prefetch-folder-list).
6063
6064         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6065         Move to wl-vars.el.
6066         (wl-message-buffer-prefetch-p): Changed to enable
6067         `wl-message-buffer-prefetch-folder-list'.
6068
6069         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6070         `ignore-cache'.
6071
6072 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6073
6074         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6075         `part-top' and `part-bottom'.
6076         (wl-draft-config-sub-part-top): New function.
6077         (wl-draft-config-sub-part-bottom): New function.
6078
6079 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6080
6081         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6082
6083 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6084
6085         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6086
6087 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6088
6089         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6090
6091         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6092         (wl-summary-write-current-folder): Ditto.
6093
6094 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6095
6096         * wl-folder.el (wl-folder-get-newsgroups): Use
6097         `elmo-folder-newsgroups'.
6098
6099 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6100
6101         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6102         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6103         `wl-draft-config-sub-header-bottom'.
6104
6105 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6106
6107         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6108         localnews folder.
6109
6110 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6111
6112         * wl-summary.el (wl-summary-mode): Undo last change.
6113
6114         * wl-folder.el (wl-folder-mode): Ditto.
6115
6116 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6117
6118         * wl-summary.el (wl-summary-mode): Locally set
6119         truncate-partial-window-width to nil.
6120         (for XEmacs)
6121
6122         * wl-folder.el (wl-folder-mode): Ditto.
6123
6124 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6125
6126         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6127
6128 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6129
6130         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6131         number.
6132
6133         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6134
6135         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6136
6137         * Version number is increased to 2.7.6.
6138
6139 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6140
6141         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6142
6143 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6144
6145         * wl-summary.el (wl-summary-sync-update): Enclose network
6146         related portion with `unwind-protect'.
6147
6148 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6149
6150         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6151
6152 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6153
6154         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6155         element.
6156         * wl-vars.el (wl-message-body-button-alist): Ditto.
6157
6158         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6159         max match length.
6160         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6161
6162         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6163         for the max match length;
6164         Use 4th element value for the button string regexp group.
6165
6166         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6167         candidate exists, prompt to select.
6168
6169 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6170
6171         * wl-summary.el (wl-summary-jump-to-msg): Search before
6172         calibration point by `beginning-of-line'.
6173
6174 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6175
6176         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6177         for access group.
6178
6179 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6180
6181         * wl-message.el (wl-message-display-internal): Bind
6182         `default-mime-charset'.
6183
6184         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6185
6186         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6187
6188         * Version number is increased to 2.7.5.
6189
6190 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6191
6192         * wl-expire.el (wl-summary-archive): Fixed;
6193         Use `elmo-folder-name-internal'.
6194
6195 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6196
6197         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6198         from `elmo-folder-move-messages' caller.
6199         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6200
6201         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6202         related portions are changed).
6203
6204 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6205
6206         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6207         counter.
6208
6209 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6210
6211         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6212         buffer local and set it to nil.
6213
6214         * wl-message.el (wl-message-redisplay): Ditto.
6215
6216 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6217
6218         * wl-summary.el (wl-summary-mark-as-important): If message is
6219         already cached, set messag as read, otherwise encache and mark as read.
6220
6221 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6222
6223         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6224         point-min.
6225
6226 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6229         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6230         a keymap.
6231
6232 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6233
6234         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6235         parent.
6236
6237         * wl-mule.el (wl-message-define-keymap): Ditto.
6238
6239         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6240
6241         * wl-xmas.el (wl-message-display-internal-hook): Define.
6242         (wl-xmas-setup-message-toolbar): Define as function.
6243         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6244         (wl-message-overload-functions): Abolished.
6245         (wl-message-define-keymap): New function.
6246
6247         * wl-vars.el (wl-message-display-internal-hook): New variable.
6248         (wl-message-header-button-alist): New variable (Renamed from
6249         wl-highlight-message-header-button-alist).
6250         (wl-message-body-button-alist): Ditto.
6251
6252         * wl-mule.el (wl-message-define-keymap): New function.
6253         (wl-message-overload-functions): Abolished.
6254
6255         * wl-message.el (wl-message-add-buttons-to-body): New function.
6256         (wl-message-redisplay): Don't call wl-message-overload-functions;
6257         Call wl-message-add-buttons-to-header and
6258         wl-message-add-buttons-to-body.
6259         (wl-message-display-internal): Set keymap argument for
6260         elmo-mime-display-as-is, elmo-mime-message-display;
6261         Run wl-message-display-internal-hook.
6262         (wl-message-refer-article-or-url): Abolished.
6263
6264         * wl-highlight.el (wl-highlight-headers): Don't call
6265         wl-highlight-message-add-buttons-to-header.
6266         (wl-highlight-message-add-buttons-to-header): Abolished.
6267
6268
6269         * wl-e21.el (wl-message-display-internal-hook): Define.
6270         (wl-e21-setup-toolbar): Deleted duplicated binding.
6271         (wl-e21-setup-message-toolbar): Define as function.
6272         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6273         (wl-message-define-keymap): New function.
6274         (wl-message-overload-functions): Abolished.
6275
6276 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6277
6278         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6279         and elmo-folder-close.
6280
6281         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6282
6283 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6284
6285         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6286         boolean value.
6287         * wl-draft.el (wl-draft-do-fcc): Ditto.
6288
6289 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6290
6291         * wl-vars.el (wl-fcc-force-as-read): New variable.
6292         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6293         mark copied message as read.
6294
6295 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6296
6297         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6298
6299 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6300
6301         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6302         `wl-summary-target-above' instead of obsolete variable
6303         `wl-summary-temp-above'.
6304
6305         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6306         instead of `make-obsolete-variable'.
6307         * wl-refile.el (toplevel): Ditto.
6308
6309 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6310
6311         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6312         with third argument t.
6313         (wl-draft): Set first argument for wl-plugged-init as t.
6314
6315         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6316         definition.
6317
6318 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6319
6320         * wl-vars.el: Tabify.
6321         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6322
6323         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6324         message.
6325
6326 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6327
6328         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6329         and set default to beep.
6330
6331 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6332
6333         * wl-vars.el (wl-draft-truncate-lines): New variable.
6334
6335         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6336         instead of wl-message-truncate-lines for truncate-lines.
6337
6338 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6339
6340         * wl-message.el (wl-message-display-internal): Call
6341         `wl-highlight-message' after `elmo-mime-display-as-is'.
6342
6343         * wl-mime.el (wl-mime-display-text/plain): New function.
6344         (wl-mime-display-header): Ditto.
6345         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6346         body-presentation-method for text/plain;
6347         Register `wl-mime-display-header' as a header-presentation-method;
6348         Don't set up `elmo-message-text-content-inserted-hook' and
6349         `elmo-message-header-inserted-hook'.
6350
6351         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6352         variable.
6353         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6354         as t if flag is 'all-header;
6355         Don't bind `elmo-message-ignored-field-list',
6356         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6357
6358 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6359
6360         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6361         for xemacs with non-mule environment.
6362
6363 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6364
6365         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6366         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6367         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6368
6369 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6370
6371         * wl-vars.el (wl-interactive-send): Set default value as t.
6372
6373 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6374
6375         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6376         (wl-addrmgr-method-list): Abolished.
6377         (wl-addrmgr-change-method): Follow above change.
6378
6379         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6380
6381 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6382
6383         * wl-vars.el (wl-message-truncate-lines): Change default value
6384         to default-truncate-lines.
6385
6386         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6387
6388 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6389
6390         * wl-vars.el (wl-message-truncate-lines): New variable.
6391
6392         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6393         wl-message-truncate-lines.
6394
6395 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6396
6397         * wl-acap.el (wl-acap-init): Remove period from error message.
6398         (wl-acap-find-acap-service): Remove period from message.
6399
6400 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6401
6402         * wl.el (wl-check-environment): Undo last change.
6403
6404         * wl-vars.el (wl-from): Changed default value.
6405
6406         * wl-util.el (toplevel): Don't require tm-edit.
6407
6408         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6409         `wl-folder-init';
6410         Don't set mark on mail body.
6411         (wl-draft-reedit): Ditto.
6412
6413         * wl-address.el (wl-address-quote-specials): Define as an alias for
6414         elmo-address-quote-specials.
6415
6416 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6417
6418         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6419
6420         * wl-vars.el (wl-from): Set default value as nil.
6421         (wl-organization): Set default value as ORGANIZATION environment
6422         variable.
6423
6424         * wl-draft.el (wl-smtp-extension-bind): Check value of
6425         wl-smtp-connection-type.
6426
6427         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6428         error.
6429
6430 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6431
6432         * Version number is increased to 2.7.4.
6433
6434         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6435         arguments from `wl-highlight-x-face-function' caller.
6436         Use x-face-1.3.6.12 or later.
6437
6438 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6439
6440         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6441
6442 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6443
6444         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6445         (wl-fcc): Fix to accept function.
6446         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6447
6448 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6449
6450         * wl-acap.el (toplevel): Added `product-provide' declare.
6451         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6452
6453 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6454
6455         * wl.el (wl): Changed order of calling `elmo-init'
6456         and `elmo-folder-init'.
6457
6458 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6459
6460         * wl-mime.el (wl-summary-burst): Extract message when content-type
6461         of root entity is not only `multipart' but also `message/rfc822'.
6462         (wl-summary-burst-subr): Ditto.
6463
6464 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6465
6466         * wl-vars.el (toplevel): Require 'custom.
6467         (wl-trash-folder): Added to `wl-setting' group.
6468
6469         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6470         exists.
6471         (wl-addrmgr-draw): Insert empty line when no entry exists.
6472
6473         * wl-mule.el (wl-message-wheel-up): Fixed.
6474         (wl-message-wheel-down): Ditto.
6475
6476 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6477
6478         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6479         config is an anonymous lambda expression.
6480
6481 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6484         when Mule 2 is running.
6485
6486 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6487
6488         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6489
6490 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6491
6492         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6493         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6494
6495         * wl-address.el (wl-address-specials-regexp): Eliminated.
6496         (wl-address-quote-specials): Rewrite.
6497
6498 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6499
6500         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6501         shy-groups for regexp.
6502
6503         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6504         character classes and Perl style shy-groups for regexp.
6505         (wl-highlight-plugged-current-line): Use Posix style character
6506         classes for regexp.
6507         (wl-e21-highlight-folder-by-numbers): Ditto.
6508         (wl-e21-display-image-p): Use `display-images-p' instead of
6509         `display-graphic-p'.
6510         (display-images-p): Make an alias to `display-graphic-p' if it is
6511         not available.  It is for Emacs version prior to 21.0.105.
6512
6513         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6514         `display-graphic-p'.
6515         (wl-demo-image-type-alist): Ditto.
6516         (display-images-p): Make an alias to `display-graphic-p' if it is
6517         not available.  It is for Emacs version prior to 21.0.105.
6518
6519 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6520
6521         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6522         support.
6523         (wl-generate-user-agent-string): Ditto.
6524
6525         * wl-version.el (wl-version): Update docsting.
6526         (wl-version-status): Ditto.
6527
6528 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6529
6530         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6531         21.0.105.  For Emacs 21.0.104 or earlier.
6532
6533 2001-09-03  Takuo KITAME <kitame@northeye.org>
6534
6535         * wl-e21.el (wl-plugged-init-icons): Use
6536         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6537         (wl-biff-init-icons): Ditto.
6538
6539 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6540
6541         * wl-highlight.el (wl-highlight-summary-current-line):
6542         Fixed highlighting refile/copy destination.
6543
6544         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6545         (wl-acap-store): Encode string by wl-acap-coding-system.
6546
6547 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6548
6549         * wl-acap.el (toplevel): Check and require 'un-define before
6550         'xemacs-ucs;
6551          Added checking for UTF-2000.
6552
6553 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6554
6555         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6556         Don't enclose with `eval-and-compile'.
6557
6558         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6559         wl-init is non-nil.
6560
6561         * wl-draft.el (wl-draft): Ditto.
6562
6563         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6564
6565         * wl-acap.el (toplevel): Require 'wl.
6566         (wl-acap-store): Call `elmo-init'.
6567
6568         * wl.el (wl): Changed position of `wl-check-environment'.
6569         (toplevel): Added autoload setting for wl-acap.
6570
6571         * wl-vars.el (wl-setting): New custom group.
6572         (wl-from): Added wl-setting group.
6573         (wl-user-mail-address-list): Ditto.
6574         (wl-organization): Ditto.
6575         (wl-subscribed-mailing-list): Ditto.
6576         (wl-envelope-from): Ditto.
6577         (wl-smtp-posting-user): Ditto.
6578         (wl-smtp-posting-server): Ditto.
6579         (wl-smtp-posting-port): Ditto.
6580         (wl-smtp-authenticate-type): Ditto.
6581         (wl-pop-before-smtp-user): Ditto.
6582         (wl-pop-before-smtp-server): Ditto.
6583         (wl-pop-before-smtp-port): Ditto.
6584         (wl-pop-before-smtp-authenticate-type): Ditto.
6585         (wl-nntp-posting-server): Ditto.
6586         (wl-nntp-posting-user): Ditto.
6587         (wl-nntp-posting-port): Ditto.
6588         (wl-fetch-confirm-threshold): Ditto.
6589         (wl-prefetch-threshold): Ditto.
6590         (wl-thread-insert-opened): Ditto.
6591         (wl-ldap-server): Ditto.
6592         (wl-ldap-port): Ditto.
6593         (wl-ldap-base): Ditto.
6594         (wl-ldap-objectclass): Ditto.
6595         (wl-use-ldap): Ditto.
6596         (wl-draft-config-alist): Ditto.
6597         (wl-draft-config-matchone): Ditto.
6598         (wl-template-alist): Ditto.
6599         (wl-message-sort-field-list): Ditto.
6600         (wl-message-ignored-field-list): Ditto.
6601         (wl-message-visible-field-list): Ditto.
6602         (wl-interactive-send): Ditto.
6603         (wl-summary-move-order): Ditto.
6604         (wl-auto-select-first): Ditto.
6605         (wl-auto-select-next): Ditto.
6606         (wl-interactive-save-folders): Ditto.
6607
6608         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6609         Initialization codes are moved from wl-local-folder-init.
6610         (wl-local-folder-init): Follow the change above.
6611         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6612
6613         * wl-acap.el: New file.
6614
6615         * Version number is increased to 2.7.3.
6616
6617 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6618
6619         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6620
6621 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6622
6623         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6624         (wl-addrmgr-address-entry-list): Ditto.
6625
6626 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6627
6628         * wl-e21.el (wl-draft-mode-map): Removed binding for
6629         `wl-draft-insert-x-face-field'.
6630
6631         * wl-mule.el (wl-draft-mode-map): Ditto.
6632
6633         * wl-xmas.el (wl-draft-mode-map): Ditto.
6634
6635         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6636         (wl-cs-autoconv): Ditto.
6637         (wl-cs-local): Ditto.
6638         (wl-use-scoring): Ditto.
6639         (wl-mime-charset): Ditto.
6640         (wl-folder-check-async): Ditto.
6641
6642         * wl.el (toplevel): Ignore nemacs and tm.
6643         (wl-exit): Ditto.
6644
6645         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6646         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6647         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6648         instead of wl-address-petname-add-or-change.
6649         (wl-summary-edit-addresses-subr): Use wl-address-delete
6650         instead of wl-address-petname-delete.
6651
6652         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6653
6654         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6655         if error occured.
6656
6657         * wl-message.el (require): Remove tm support.
6658
6659         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6660
6661         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6662         (wl-folder-jump-to-current-entity): Ditto.
6663         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6664
6665         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6666         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6667         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6668
6669         * wl-mule.el (wl-draft-key-setup): Ditto.
6670
6671         * wl-xmas.el (wl-draft-key-setup): Ditto.
6672
6673         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6674         (wl-draft-std11-parse-addresses): New function.
6675         (wl-draft-parse-mailbox-list): Use it.
6676         (wl-draft): Ignore nemacs.
6677         (wl-draft-reedit): Ditto.
6678
6679         * wl-addrmgr.el: New file.
6680         (Original is wl-rcpt.el written by
6681         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6682         Thanks Kitamoto-san.)
6683
6684         * wl-address.el (wl-address-make-address-list): Modified parsing
6685         process.
6686         (wl-address-delete): Renamed from `wl-address-petname-delete';
6687         Modify wl-address-list too.
6688         (wl-address-add-or-change): Renamed from
6689         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6690
6691 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6692
6693         * wl-highlight.el (wl-highlight-summary-current-line):
6694           Work with transient-mark-mode
6695
6696 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6697
6698         * Version number is increased to 2.7.2.
6699
6700         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6701         instead of elmo-dop-queue-method.
6702
6703 2001-08-06  SAITO Atsunori <sai@yedo.com>
6704
6705         * wl-vars.el (wl-ldap-objectclass): New user option.
6706
6707         * wl-address.el (wl-ldap-make-filter): Use it.
6708
6709 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6710
6711         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6712
6713 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6714
6715         * wl-folder.el (wl-folder): redisplay after folder insertion.
6716
6717         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6718
6719         * wl-summary.el (wl-summary-sync-update):
6720         Change status mark only when new-msgdb exists.
6721         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6722
6723 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6724
6725         * wl-summary.el (wl-summary-open-folder): New function.
6726         (wl-summary-goto-folder-subr): Use it.
6727         (wl-summary-mark-as-important): Fix;
6728         Encache only when no cache exists.
6729
6730 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6731
6732         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6733         Use with-current-buffer.
6734
6735 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6736
6737         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6738         before call `get-buffer'. Fixed parenthesis.
6739         (wl-score-get-header-entry): Clear message and help window when
6740         keyboard quit.
6741         (wl-score-edit-insert-header): Ditto.
6742
6743 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6744
6745         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6746         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6747         (wl-default-draft-cite): Fix.
6748
6749         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6750         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6751
6752 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6753
6754         * wl-message.el (wl-message-prev-page): Do same bahavior
6755         as summary when it is called in the message buffer.
6756         (wl-message-next-page): Ditto.
6757
6758 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6759
6760         * wl-summary.el (wl-summary-forward): Use cache if it is not
6761         section cache.
6762
6763 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6764
6765         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6766         Removed redundant require of elmo-vars.
6767         (wl-biff-state-indicator-on): Changed default value for
6768         xemacs with non-mule environment.
6769
6770         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6771         wl-message-buffer is nil;
6772         Hide progress bar after moving messages.
6773
6774 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6775
6776         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6777         message at cursor point is deleted.
6778
6779 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6780
6781         * wl-vars.el: Changed file coding system to euc-japan.
6782         Added -*-coding:-*- magic to the first line.
6783
6784         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6785         Search parent from the first message.
6786
6787         * Version number is increased to 2.7.1.
6788
6789 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6790
6791         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6792
6793 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6794
6795         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6796         refile/delete execution.
6797
6798         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6799         Fixed docstring.
6800
6801 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6802
6803         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6804         do update process;
6805         Don't update marks when update process is interrupted.
6806
6807 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6808
6809         * wl-summary.el (wl-summary-reply): Fixed problem when
6810         wl-draft-use-frame is non-nil.
6811         (wl-summary-forward): Ditto.
6812
6813         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6814         as nil.
6815         (wl-folder-mark-as-read-all-entity): Ditto.
6816         (wl-folder-prefetch-entity): Ditto.
6817
6818         * wl.el (wl): Check environment before wl-init.
6819
6820         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6821         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6822         instead of wl-summary-collect-unread.
6823         (wl-summary-reply): Split message window.
6824
6825 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6826
6827         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6828         only if current language environment is japanese,
6829
6830         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6831         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6832         (wl-folder-goto-folder-subr): Ditto.
6833
6834         * wl-draft.el (wl-draft-dispatch-message): Call
6835         `elmo-file-cache-get-path'.
6836
6837 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6838
6839         * wl-summary.el (wl-summary-cursor-move): If return value of
6840         wl-summary-next-message is not number, don't jump.
6841
6842 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6843
6844         * wl-summary.el (wl-summary-buffer-next-message-function): New
6845         variable.
6846         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6847         if it is bound.
6848
6849         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6850         string.
6851
6852         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6853         (wl-plugged-drawing): Ditto.
6854
6855 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6856
6857         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6858         process.
6859         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6860         with unwind-protect.
6861
6862         * wl.el (wl-init): Require mime-setup.
6863         (wl-check-environment): Don't require mime-setup.
6864
6865         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6866         instead of elmo-folder-type.
6867
6868         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6869         value as nil.
6870
6871 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6872
6873         * Version number is increased to 2.7.0.
6874
6875         * wl-version.el (wl-version): Changed codename.
6876
6877         * wl-summary.el (wl-summary-delete-cache): Fixed.
6878
6879         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6880         Workaround for net folders.
6881         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6882
6883         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6884         value to nil (According to the patch from
6885         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6886
6887         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6888         of elmo-folder-close.
6889
6890 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6891
6892         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6893         for postfix.
6894
6895 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6896
6897         * wl-summary.el (wl-summary-resend-message): Fixed.
6898
6899         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6900         Call wl-draft with `from' argument if its address is included in
6901         `wl-user-mail-address-list'.
6902         (wl-draft): Added `from' argument.
6903
6904         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6905         non-nil.
6906         (wl): Don't show demo if wl-demo is nil.
6907
6908         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6909         wl-summary-use-frame.
6910
6911         * wl-vars.el (wl-summary-use-frame): New user option.
6912         (wl-folder-use-frame): Changed docstring.
6913
6914         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6915         non-nil.
6916         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6917         wl-summary-use-frame.
6918
6919         * wl-vars.el (wl-folder-use-frame): New user option.
6920
6921         * wl-summary.el (wl-summary-exit): Back to folder frame if
6922         wl-folder-use-frame is non-nil.
6923         (wl-summary-redisplay-internal): Ignore cache if current folder
6924         is draft folder,
6925         (wl-summary-redisplay-no-mime): Ditto.
6926         (wl-summary-redisplay-all-header): Ditto.
6927
6928         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6929         if wl-folder-use-frame is non-nil.
6930
6931 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6932
6933         * wl-summary.el (wl-summary-sync-update): Bind
6934         elmo-folder-update-threshold.
6935         (wl-summary-mark-as-important): Enclosed server mark processing
6936         with `save-match-data'.
6937
6938         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6939         only when it is already defined.
6940
6941 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6942
6943         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6944         name of folder exclude localdir is wrong.
6945         * wl-folder.el (wl-folder-sync-entity):
6946         Set `wl-summary-always-sticky-folder-list' as nil.
6947         (wl-folder-mark-as-read-all-entity): Ditto.
6948         (wl-folder-prefetch-entity): Ditto.
6949
6950 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6951
6952         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6953         instead of `wl-summary-write-current-newsgroup'.
6954
6955 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6956
6957         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6958         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6959         non-nil and selected message is important, do not display.
6960
6961 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6962
6963         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6964
6965 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6966
6967         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6968
6969         * wl-summary.el (wl-summary-mark-as-important): Set message number
6970         using wl-summary-message-number.
6971
6972 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6973
6974         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6975         destination folder is 'null.
6976
6977 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6978
6979         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6980         New function.
6981         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6982         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6983         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6984
6985 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6986
6987         * wl-mime.el (wl-mime-setup): Added setting for
6988         `mime-setup-signature-key-alist' to avoid overriding key bind for
6989         `wl-draft-send'.
6990
6991         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6992         for `wl-draft-send'.
6993         * wl-mule.el (wl-draft-overload-functions): Ditto.
6994         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6995         * wl-draft.el (wl-draft-send): Ditto.
6996
6997         * wl-message.el (wl-message-display-internal):
6998         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6999         (Patch is provided by <kita@coe.nttdata.co.jp>).
7000
7001 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7002
7003         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7004
7005 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7006
7007         * wl.el (wl): Fix for wl-demo.
7008
7009 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7010
7011         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7012
7013 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7014
7015         * wl-folder.el (wl-folder-prefetch-entity): Use
7016         `wl-folder-get-elmo-folder'.
7017         (wl-folder-count-incorporates): Do not use
7018         `wl-folder-get-elmo-folder'.
7019
7020 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7021
7022         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7023         instead of `elmo-folder-get-type'.
7024
7025 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7026
7027         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7028         position on Subject: field.
7029         (Advised by Mito <mit@nines.nec.co.jp>)
7030
7031 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7032
7033         * wl-folder.el (wl-folder-prefetch-entity): Use
7034         `wl-folder-get-elmo-folder'.
7035
7036 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7037
7038         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7039
7040         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7041         `process-duplicates' slot.
7042
7043         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7044         if detection failed.
7045
7046 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7047
7048         * wl-version.el (wl-version-status): Set to "alpha".
7049
7050 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7051
7052         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7053         Check wl-message-buffer lives before set-buffer.
7054
7055 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7056
7057         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7058         called in folder mode.
7059         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7060         * wl-summary.el (wl-summary-exit-pre-hook): Run
7061         `wl-summary-exit-pre-hook' before exit summary mode.
7062
7063 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7064
7065         * wl-version.el (wl-version-status): New variable.
7066         (wl-version-status-alist): Removed.
7067         (wl-version-status): Rule included.
7068
7069 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7070
7071         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7072         @sponichi.
7073
7074         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7075         when `mail-reply-buffer' is buffer-local variable.
7076         (Reported by <kita@coe.nttdata.co.jp>).
7077
7078 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7079
7080         * wl-vars.el (toplevel): Require 'elmo-util.
7081
7082 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7083
7084         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7085         (All other related portions are changed)
7086
7087         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7088
7089         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7090
7091 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7092
7093         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7094
7095 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7096
7097         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7098         Delete other windows to avoid an error.
7099         Use `point-marker' instead of `point' to remember the start point
7100         of body.
7101
7102         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7103
7104         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7105         number not to exceed all message number.
7106
7107 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7108
7109         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7110         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7111
7112 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7113
7114         * wl-summary.el (wl-summary-sync-force-update): Added argument
7115         no-check.
7116         (wl-summary-sync-update): Ditto.
7117         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7118         with `no-check'.
7119
7120         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7121         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7122         already running.
7123
7124 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7125
7126         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7127         `dst-folder-arg'.
7128         (wl-expire-archive-number1): Diito.
7129         (wl-expire-archive-number2): Diito.
7130         (wl-expire-archive-Date): Diito.
7131         (wl-archive-number1): Diito.
7132         (wl-archive-number2): Diito.
7133         (wl-archive-date): Diito.
7134         (wl-archive-folder-p): New function.
7135         (wl-summary-expire): Support of expand folder name at
7136         wl-expire-alist.
7137         * wl-util.el (wl-expand-newtext): Renamed from
7138         `wl-refile-expand-newtext'.
7139
7140 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7141
7142         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7143         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7144         `(elmo-msgdb-get-overview msgdb)'.
7145         (wl-summary-prefetch): Bind match data before call
7146         `wl-summay-prefetch-msg'.
7147         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7148         'off if `wl-summary-buffer-disp-msg' is non-nil.
7149         Fixed problem that couldn't show only one new or unread message when
7150         enter folder.
7151         (wl-summary-reply): Don't call `split-window-vertically' and other
7152         window.
7153
7154 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7155
7156         * wl-expire.el (wl-expire-refile): Fixed.
7157
7158 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7159
7160         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7161
7162         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7163         biff notification is removed.
7164
7165         * wl.el (wl): Changed position of `elmo-init'.
7166
7167         * wl-draft.el (wl-default-draft-cite): Use date field
7168         on the citation buffer.
7169
7170         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7171
7172         * wl-xmas.el (wl-folder-internal-icon-list): Added
7173         `wl-folder-shimbun-image'.
7174
7175         * wl-e21.el (wl-folder-internal-icon-list): Added
7176         `wl-folder-shimbun-image'.
7177
7178 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7179
7180         * wl.el (wl-init): Eliminated argument.
7181         (wl): Rewrite.
7182
7183         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7184         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7185         instead of `elmo-folder-msgdb-internal'.
7186         (wl-summary-sync-update): Ditto.
7187         (wl-summary-flush-pending-append-operations): Eliminated.
7188         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7189         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7190         `elmo-folder-open'.
7191
7192         * wl-mime.el (wl-summary-burst): Fixed.
7193
7194         * wl-folder.el (wl-folder-info-save): Check data type.
7195
7196         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7197         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7198         instead of `elmo-folder-msgdb-internal'.
7199         (wl-expire-hide): Ditto.
7200
7201
7202         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7203
7204 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7205
7206         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7207
7208 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7209
7210         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7211
7212 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7213
7214         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7215         Fixed `match-beginning' argument mismatch.
7216
7217 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7218
7219         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7220         the default value.
7221
7222 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7223
7224         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7225         instead of `elmo-nntp-default-port'.
7226
7227         * wl-vars.el: Fixed some doc strings.
7228
7229 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7230
7231         * wl-summary.el (wl-summary-prefetch-msg): Use
7232         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7233
7234         * wl-vars.el: Define *-func as obsolete variable using
7235         `elmo-define-obsolete-variable'.
7236
7237         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7238         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7239         instead of `wl-message-buffer-prefetch-threshold'.
7240
7241         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7242
7243         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7244
7245         * wl-draft.el (wl-caesar-region-func): Ditto.
7246
7247         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7248         Keep unread status in elmo-folder-move-messages.
7249         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7250
7251 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7252
7253         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7254         `wl-summary-buffer-exit-func'
7255         (wl-summary-buffer-message-redisplay-function): Renamed from
7256         `wl-summary-buffer-message-redisplay-func'
7257         (wl-summary-buffer-next-folder-function): Renamed from
7258         `wl-summary-buffer-next-folder-func'.
7259         (wl-summary-buffer-prev-folder-function): Renamed from
7260         `wl-summary-buffer-prev-folder-func'.
7261         (wl-summary-get-petname-function): Renamed from
7262         `wl-summary-get-petname-func'.
7263
7264         * wl-score.el (wl-score-edit-exit-function): Renamed from
7265         `wl-score-edit-exit-func'.
7266
7267         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7268         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7269
7270         * wl-util.el (wl-load-profile-function): Renamed from
7271         `wl-load-profile-func'.
7272
7273         * wl-folder.el (wl-folder-completion-function): Renamed from
7274         `wl-folder-completion-func'.
7275         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7276
7277         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7278         `wl-expire-archive-get-folder-func'.
7279         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7280         (wl-draft-send-mail-function): Renamed from
7281         `wl-draft-send-mail-func'.
7282         (wl-draft-send-news-function): Renamed from
7283         `wl-draft-send-news-func'.
7284         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7285         (wl-generate-mailer-string-function): Renamed from
7286         `wl-generate-mailer-string-func'.
7287         (wl-highlight-signature-search-function): Renamed from
7288         `wl-highlight-signature-search-func'.
7289         (wl-highlight-x-face-function): Renamed from
7290         `wl-highlight-x-face-func'
7291         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7292         (wl-ps-print-buffer-function): Renamed from
7293         `wl-ps-print-buffer-func'
7294         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7295         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7296         (wl-summary-subject-filter-function): Renamed from
7297         `wl-summary-subject-filter-func'.
7298
7299         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7300         `wl-draft-queue-flush-send-func'
7301         (wl-draft-cite-function): Renamed from
7302         `wl-draft-cite-func'
7303
7304         * wl-address.el (wl-address-init-function): Renamed from
7305         `wl-address-init-func'.
7306
7307 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7308
7309         * wl-draft.el (wl-draft-queue-flush): Don't call
7310         `elmo-dop-unlock-message'.
7311         * wl-draft.el (wl-draft-queue-append): Don't call
7312         `elmo-dop-lock-message'.
7313
7314         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7315         (wl-summary-buffer-folder-name): Ditto.
7316         (wl-summary-message-regexp): Added '-' (all other related portions
7317         are changed).
7318         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7319         wl-summary-buffer-folder-name.
7320
7321 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7322
7323         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7324         the number of mails in the folder buffer is not updated by wl-biff.
7325
7326 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7327
7328         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7329         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7330
7331 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7332
7333         * wl-summary.el (wl-summary-next-message):
7334         Return next message number when wl-summary-move-order is nil.
7335
7336 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7337
7338         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7339         `wl-summary-move-spec-alist'.
7340         (wl-summary-move-spec-unplugged-alist): New variable
7341         (Move spec for unplugged status).
7342         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7343         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7344
7345 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7346
7347         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7348         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7349
7350 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7351
7352         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7353         simple quotation to quote the anonymous function.
7354         * tm-wl.el (wl-draft-preview-message): Ditto.
7355
7356 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7357
7358         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7359         Eliminate redundant `save-excursion'.
7360         (wl-highlight-summary-current-line): Ditto.
7361
7362         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7363         accessing match data when `looking-at' failed.
7364
7365         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7366         `elmo-match-string' where users don't care about the speed.
7367         (wl-draft-save): Ditto.
7368
7369 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7370
7371         * wl-util.el (wl-regexp-opt): New function.
7372
7373         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7374         number from `wl-summary-buffer-number-list'.
7375         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7376         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7377         (wl-summary-move-spec-alist): Changed default setting.
7378
7379 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7380
7381         * wl-vars.el (wl-biff-notify-hook): New hook.
7382         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7383         the arrival of new mail.
7384         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7385         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7386
7387 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7388
7389         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7390
7391 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7392
7393         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7394
7395         * Version number is increased to 2.5.8.
7396
7397         * wl-thread.el (toplevel): require 'cl.
7398         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7399         (wl-thread-make-number-list): New function.
7400         (wl-thread-entity-make-number-list-from-children): Ditto.
7401         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7402         (wl-thread-entity-insert-as-children): Likewise.
7403         (wl-thread-delete-message): Likewise.
7404         (wl-meaning-of-mark): Eliminated.
7405         (wl-thread-next-failure-mark-p): Ditto.
7406         (wl-thread-entity-get-mark): Ditto.
7407         (wl-thread-meaning-alist-get-result): Ditto.
7408         (wl-thread-entity-check-prev-mark): Ditto.
7409         (wl-thread-entity-check-next-mark): Ditto.
7410         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7411         (wl-thread-entity-get-prev-marked-entity): Ditto.
7412         (wl-thread-get-prev-unread): Ditto.
7413         (wl-thread-jump-to-prev-unread): Ditto.
7414         (wl-thread-get-next-unread): Ditto.
7415         (wl-thread-jump-to-next-unread): Ditto.
7416         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7417         (wl-thread-entity-get-next-marked-entity): Ditto.
7418
7419         * wl-summary.el (wl-summary-buffer-number-list):
7420         New bufer-local variable.
7421         (wl-summary-switch-to-clone-buffer): Clone
7422         `wl-summary-buffer-number-list'.
7423         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7424         (wl-summary-cursor-move-regex): Eliminated.
7425         (wl-summary-cursor-up): Rewrite.
7426         (wl-summary-cursor-down): Ditto.
7427         (wl-summary-mode-spec-alist): New variable.
7428         (wl-summary-next-message): New inline function.
7429         (wl-summary-cursor-move): New function.
7430         (wl-summary-default-get-next-msg): Rewrite.
7431         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7432         (wl-summary-rescan): Ditto.
7433         (wl-summary-sync-all-init): Ditto.
7434         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7435         summary is not thread view.
7436         (wl-summary-sync-update): Ditto.
7437         (wl-summary-rescan): Ditto.
7438         (wl-summary-make-number-list): New function.
7439
7440         * wl-draft.el: "FCC" -> "Fcc".
7441
7442 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7443
7444         * wl-highlight.el (wl-highlight-summary-window):
7445         Call `set-buffer-modified-p'.
7446
7447         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7448         (wl): Call `elmo-init' and fix.
7449
7450         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7451         Use new variables.
7452
7453         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7454
7455 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7456
7457         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7458
7459 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7460
7461         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7462
7463 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7464
7465         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7466         `wl-use-toolbar' nor `display-graphic-p'.
7467         (wl-e21-setup-message-toolbar): Ditto.
7468         (wl-e21-setup-summary-toolbar): Ditto.
7469         (wl-e21-setup-folder-toolbar): Ditto.
7470
7471         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7472         (wl-plugged-init-icons): Ditto.
7473
7474         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7475         `display-graphic-p'.
7476         (wl-plugged-set-folder-icon): Ditto.
7477         (wl-highlight-plugged-current-line): Ditto.
7478         (wl-highlight-folder-current-line): Ditto.
7479         (wl-e21-highlight-folder-group-line): Ditto.
7480         (wl-e21-setup-toolbar): Ditto.
7481         (wl-e21-display-image-p): New macro.
7482
7483         * wl-demo.el (wl-demo): Simplified.
7484         (wl-demo-image-type-alist): Use `image-type-available-p' for
7485         checking whether the image type `xbm' is available.
7486
7487 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7488
7489         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7490         (wl-summary-input-range): Ditto.
7491
7492 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7493
7494         * wl-summary.el (wl-summary-edit-addresses): Use
7495         `wl-summary-get-original-buffer'
7496         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7497         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7498         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7499         (wl-summary-get-newsgroups): Eliminated.
7500         (wl-summary-set-crosspost): Ditto.
7501         (wl-summary-is-crosspost-folder): Ditto.
7502         (wl-crosspost-alist-load): Ditto.
7503         (wl-crosspost-alist-save): Ditto.
7504
7505         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7506         `elmo-setup-subscribed-newsgroups' instead of
7507         `elmo-nntp-make-groups-hashtb'.
7508         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7509         instead of `wl-crosspost-alist-save'.
7510
7511         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7512         of `elmo-folder-message-appendable-p'.
7513         (wl-mime-header-presentation-method): Eliminated.
7514
7515         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7516         (Error occurs in emacs21).
7517
7518         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7519         the current buffer).
7520
7521         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7522         instead of `wl-crosspost-alist-save'.
7523         (wl-init): `elmo-crosspost-message-alist-load'
7524         instead of `wl-crosspost-alist-load'
7525
7526         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7527         (wl-parse-newsgroups): Likewise.
7528         (wl-biff-notify): Run `wl-biff-notify-hook'.
7529
7530 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7531
7532         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7533
7534         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7535         when `wl-summary-lazy-highlight' is non-nil.
7536         (wl-summary-goto-folder-subr): Highlight only when
7537         `wl-summary-lazy-highlight' is non-nil.
7538
7539         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7540         Don't display progress and highlight temp-mark when
7541         `wl-summary-lazy-highlight' is non-nil.
7542         (wl-highlight-summary-window): New function.
7543         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7544
7545 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7546
7547         * wl-summary.el (wl-summary-sync): Change `all-visible'
7548         from `all-shown'
7549         (wl-summary-input-range): Ditto.
7550
7551 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7552
7553         * wl-e21.el (wl-highlight-folder-current-line): Call
7554         `wl-folder-init-icons' when folder icons have not been initialized.
7555
7556         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7557
7558         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7559         (wl-demo-image-type-alist): New macro.
7560
7561 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7562
7563         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7564         display does not support graphics.
7565         (wl-plugged-init-icons): Ditto.
7566         (wl-folder-init-icons): Ditto.
7567
7568         * wl-demo.el (wl-demo): Chech closely whether the display
7569         supports graphics.
7570
7571 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7572
7573         * wl-summary.el (wl-summary-get-original-buffer): New function.
7574         (wl-summary-set-crosspost): Use it.
7575         (wl-summary-target-mark-uudecode): Ditto.
7576         (wl-summary-reedit): Ditto.
7577         (wl-summary-resend-bounced-mail): Ditto.
7578         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7579         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7580
7581         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7582         (wl-message-display-internal): Ditto.
7583
7584 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7585
7586         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7587
7588 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7589
7590         * wl-summary.el (wl-summary-save-view): Renamed from
7591         `wl-summary-save-status'.
7592
7593 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7594
7595         * wl-summary.el (wl-summary-sync): Added `all-shown'
7596
7597 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7598
7599         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7600
7601 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7602
7603         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7604
7605 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7606
7607         * wl-highlight.el (wl-highlight-summary-line-string): Use
7608         `zerop' instead of `= 0'.
7609         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7610
7611         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7612         for comparing numbers.
7613         (wl-template-prev): Use `zerop' instead of `eq 0'.
7614
7615         * wl-draft.el (wl-draft-insert-current-message): Use
7616         `with-current-buffer' instead of `save-excursion'.
7617         Use `zerop' instead of `eq 0'.
7618
7619 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7620
7621         * wl-draft.el (wl-draft-insert-ccs): New function.
7622         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7623         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7624
7625 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7626
7627         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7628
7629 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7630
7631         * wl-expire.el (wl-expire-refile): Don't call
7632         elmo-msgdb-add-msgs-to-seen-list;
7633         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7634         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7635
7636 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7637
7638         * wl-message.el (wl-message-prev-page): Ignore errors while
7639         scroll-down.
7640
7641 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7642
7643         * wl-mime.el: Use elmo-original-message-mode instead of
7644         mmelmo-original-mode.
7645
7646         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7647         `elmo-folder-get-spec';
7648         (wl-fldmgr-add-completion-all-completions):
7649         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7650
7651         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7652         of `elmo-folder-get-type'.
7653
7654         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7655         `elmo-folder-get-spec';
7656         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7657         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7658         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7659         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7660         `elmo-read-msg-no-cache';
7661         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7662         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7663         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7664         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7665         `elmo-cache-save';
7666         (wl-draft-reedit): Use `elmo-message-file-name'.
7667
7668         * wl-expire.el: Use `elmo-folder-name-internal';
7669         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7670         Use macro `wl-summary-buffer-msgdb' instead of variable
7671         `wl-summary-buffer-msgdb';
7672         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7673         Use macro `wl-summary-buffer-folder-name' instead of variable
7674         `wl-summary-buffer-folder-name'.
7675         * wl-score.el: Likewise.
7676
7677         * wl-message.el: Rewrite for new message buffer cache mechanism.
7678         (wl-message-buffer-cache-buffer-get): New macro.
7679         (wl-message-buffer-cache-folder-get): Ditto.
7680         (wl-message-buffer-cache-message-get): Ditto.
7681         (wl-message-buffer-cache-entry-make): Ditto.
7682         (wl-message-buffer-cache-hit): Ditto.
7683         (wl-message-buffer-cache-sort): New function.
7684         (wl-message-buffer-cache-add): Ditto.
7685         (wl-message-buffer-cache-delete): Ditto.
7686         (wl-message-buffer-cache-clean-up): Ditto.
7687         (wl-message-buffer-window): Rewrite.
7688         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7689         (wl-message-buffer-display): New function.
7690         (wl-message-display-internal): New function.
7691
7692 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7693
7694         * wl-folder.el: Use `elmo-folder-name-internal';
7695         Use `wl-folder-get-elmo-folder';
7696         Use `elmo-folder-list-messages' instead of
7697         `elmo-list-folder';
7698         Use `elmo-folder-get-primitive-list' instead of
7699         `elmo-folder-get-primitive-spec-list';
7700         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7701         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7702         Use `elmo-folder-create' instead of `elmo-create-folder'.
7703         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7704         (wl-folder-get-elmo-folder): New macro.
7705         (wl-folder-elmo-folder-cache-get): Ditto.
7706         (wl-folder-elmo-folder-cache-put): Ditto.
7707         (wl-folder-suspend): Call `elmo-quit'.
7708
7709         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7710         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7711         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7712         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7713         (toplevel): require 'cl.
7714         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7715
7716         * wl-summary.el: Rewrite to use new elmo interface.
7717
7718 \f
7719 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7720
7721         * wl-mime.el (wl-draft-preview-message):
7722         Run `wl-draft-send-hook' before collecting recipients information;
7723         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7724
7725         * tm-wl.el (wl-draft-preview-message): Ditto.
7726
7727 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7728
7729         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7730         wrong recipients are displayed when forwarded message.
7731
7732 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7733
7734         * Version number is increased to 2.5.7.
7735
7736 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7737
7738         * wl-message.el (wl-message-next-page): Bind
7739         `window-pixel-scroll-increment' to nil while scrolling up.
7740
7741 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7742
7743         * wl-vars.el (wl-save-hook): New hook.
7744         * wl.el (wl-save): Call `wl-save-hook'.
7745
7746 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7747
7748         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7749         Argument WITH-ARG instead of NO-ARG (negative mean).
7750         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7751         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7752         * wl-message.el (wl-message-follow-current-entity): Likewise.
7753
7754 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7755
7756         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7757         FROM was optional argument.
7758         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7759
7760 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7761
7762         * Version number is increased to 2.5.6.
7763
7764 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7765
7766         * wl-version.el (wl-version-show): Removed.
7767         (wl-version): Add `interactive'.
7768
7769 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7770
7771         * wl-summary.el (wl-summary-get-petname-func): New variable.
7772         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7773         instead of `wl-address-get-petname-1'.
7774         (wl-summary-simple-from): Ditto.
7775
7776         * wl-address.el (wl-address-get-petname-1): Define as function.
7777
7778 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7779
7780         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7781         field in the original message.
7782         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7783
7784 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7785
7786         * wl-expire.el (wl-expire-hide):
7787         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7788
7789 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7790
7791         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7792         find decoder for To, Cc, and Subject.
7793
7794 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7795
7796         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7797         for checking `elmo-use-buffer-cache'.
7798         (wl-summary-mark-as-important): Fixed typo in comment.
7799
7800 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7801
7802         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7803         field in the original message.
7804         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7805
7806 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7807
7808         * wl-expire.el (wl-expire-hide):
7809         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7810
7811 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7812
7813         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7814         find decoder for To, Cc, and Subject.
7815
7816 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7817
7818         * Version number is increased to 2.5.5.
7819
7820         * wl-address.el (wl-address-specials-regexp): New constant.
7821         (wl-address-quote-specials): Use it.
7822
7823 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7824
7825         * wl-summary.el (wl-summary-rescan):
7826         Call `wl-summary-buffer-number-column-detect'.
7827         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7828
7829         * wl-message.el (wl-message-mode-map): Define.
7830         (wl-message-decode): Use it as local-map.
7831
7832 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7833
7834         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7835         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7836
7837 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7838
7839         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7840
7841         * wl-mule.el (wl-read-event-char): Ditto.
7842
7843         * wl-e21.el (wl-read-event-char): Ditto.
7844
7845         * wl-nemacs.el (wl-read-event-char): Ditto.
7846         (read-event): Removed.
7847
7848         * wl-util.el (toplevel): Removed dummy definition of
7849         `read-event'.
7850         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7851
7852 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7853
7854         * wl-nemacs.el (elmo-archive-call-process): Moved to
7855         elmo-archive.el.
7856
7857 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7858
7859         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7860         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7861
7862         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7863         instead of magic-number 6.  Use `not' instead of `null' for symbol
7864         `nil' check (not empty list).
7865         (wl-draft-insert-x-face-field): Fixed paren style.
7866
7867         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7868         one-branch conditional statement, instead of `and' and `if'.
7869         (wl-draft-forward): Likewise.
7870         (wl-draft-add-references): Likewise.
7871         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7872
7873         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7874         conditional steatment.  Use `cond' instead of `if'.
7875         (wl-draft-confirm): Likewise.
7876
7877 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7878
7879         * wl-version.el (wl-version-show): Use `product-string-1'
7880         instead of `wl-version'.
7881         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7882
7883         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7884
7885 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7886
7887         * wl-highlight.el (wl-highlight-headers): Revert
7888         `wl-highlight-x-face-func' argument (`beg' and `end').
7889
7890 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7891
7892         * wl.el (toplevel): Move `product-provide' declare.
7893         * wl-demo.el (toplevel): Ditto.
7894         * wl-dnd.el (toplevel): Ditto.
7895         * wl-highlight.el (toplevel): Ditto.
7896         * wl-message.el (toplevel): Ditto.
7897         * wl-refile.el (toplevel): Ditto.
7898         * wl-util.el (toplevel): Ditto.
7899
7900 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7901
7902         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7903         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7904         (wl-thread-close-all): keep cursor position.
7905
7906 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7907
7908         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7909         (eq x 0).
7910         (wl-generate-user-agent-string-1): Fix conditional statement.
7911
7912 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7913
7914         * wl.el (wl-check-environment): Additional check for
7915         'wl-local-domain' and `wl-message-id-domain'.
7916
7917 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7918
7919         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7920
7921 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7922
7923         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7924         instead of `smtp-sasl-user-realm'.
7925
7926 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7927
7928         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7929
7930 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7931
7932         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7933         to the default value as well as `eword-lexical-analyzer'.
7934
7935 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7936
7937         * wl-version.el (wl-extended-emacs-version,
7938         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7939         `elmo-match-string' instead of `wl-match-string'.
7940
7941 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7942
7943         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7944         docstring.
7945
7946 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7947
7948         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7949
7950 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7951
7952         * wl-highlight.el (wl-highlight-headers): Remove
7953         `wl-highlight-x-face-func' argument (`beg' and `end').
7954
7955 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7956
7957         * wl-summary.el (wl-summary-mark-as-important):
7958         Remove cache if folder is local.
7959
7960 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7961
7962         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7963         to get existing e-mail address string.
7964
7965 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7966
7967         * wl-version.el (wl-generate-user-agent-string): Commentary.
7968         (wl-generate-user-agent-string-1): Use `when' for
7969         one-branch conditional statement, instead of `and' and `if'.
7970         (wl-extended-emacs-version, wl-extended-emacs-version2,
7971         wl-extended-emacs-version3): Ditto.
7972
7973 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7974
7975         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7976         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7977         condition-case; Remove initialization.
7978         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7979         (wl-summary-sync-update3): Added argument `sync-all';
7980         Eliminated local variable `msgdb';
7981         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7982         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7983         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7984
7985 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7986
7987         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7988         connection before call `wl-draft-send-mail-with-smtp'.
7989
7990 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7991
7992         * Version number is increased to 2.5.4.
7993
7994 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7995
7996         * wl.el (wl-check-environment): Additional check for
7997         'wl-local-domain' and `wl-message-id-domain'.
7998
7999 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8000
8001         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8002         buffer as command specific.
8003         (wl-folder-mark-as-read-all-entity): Ditto.
8004         (wl-folder-prefetch-entity): Ditto.
8005         (wl-folder-drop-unsync-entity): Ditto.
8006
8007         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8008         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8009         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8010
8011         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8012         save-excursion.
8013
8014 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8015
8016         * Version number is increased to 2.5.3.
8017
8018         * wl-summary.el (wl-summary-save-view-cache):
8019         Delete duplicated `write-region';
8020         Use `write-region-as-binary' instead of `as-binary-output-file' and
8021         `write-region'.
8022
8023 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8024
8025         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8026
8027 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8028
8029         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8030         instead of `smtp-via-smtp'.
8031
8032 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8033
8034         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8035
8036 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8037
8038         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8039         instead of `smtp-sasl-user-realm'.
8040
8041 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8042
8043         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8044
8045 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8046
8047         * Version number is increased to 2.5.2.
8048
8049 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8050
8051         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8052         does not exist.
8053         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8054         (wl-biff-start): Call `timer-activate' if timer already exists.
8055
8056         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8057         only when it is bound as function.
8058
8059 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8060
8061         * Version number is increased to 2.5.1.
8062
8063 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8064
8065         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8066         Print refile/copy destination.
8067
8068 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8069
8070         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8071         queue-flush-only is non-nil.
8072
8073         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8074
8075         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8076         checking cache folder.
8077
8078 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8079
8080         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8081         `regexp-quote'.
8082
8083 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8084
8085         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8086         function.
8087         * wl-summary.el (wl-summary-write-current-folder-functions):
8088         Change default value.  Use it.
8089
8090 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8091
8092         * Version number is increased to 2.5.0.
8093
8094         * wl-version.el (wl-version): Changed codename.
8095
8096 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8097
8098         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8099         (wl-summary-supersedes-message): Ditto.
8100
8101 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8102
8103         * wl-refile.el (wl-refile-guess-functions): Renamed from
8104         `wl-refile-guess-func-list'.
8105
8106 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8107
8108         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8109         Fixed problem when no rule was matched.
8110
8111 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8112
8113         * wl-summary.el (wl-summary-get-mark): Fixed
8114         `wl-summary-buffer-target-mark' check logic.
8115
8116 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8117
8118         * wl-folder.el (wl-folder-write-current-folder): Added group
8119         folder check.
8120
8121         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8122         `wl-summary-write-current-newsgroup'.
8123         (wl-summary-write-current-folder-functions): New variable.
8124         * wl-folder.el (wl-folder-get-newsgroups): New function.
8125         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8126         (wl-folder-write-current-folder): Renamed from
8127         `wl-folder-write-current-newsgroup'.
8128
8129 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8130
8131         * Version number is increased to 2.3.93.
8132
8133 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8134
8135         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8136         (wl-ldap-make-matched-value-list): Ditto.
8137         (wl-ldap-alias-safe-string): Split e-mail address.
8138
8139         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8140         petname folder default was selected.
8141         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8142         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8143
8144 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8145
8146         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8147         to `wl-draft-config-exec'.
8148
8149         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8150         instead of calling `wl-draft-config-exec';
8151         Process group-list and show recipients in minibuffer.
8152
8153         * tm-wl.el (wl-draft-preview-message): Ditto.
8154
8155 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8156
8157         * wl.el (toplevel): Added (C) to copyright notice, and
8158         sync Author header.
8159         * tm-wl.el (toplevel): Ditto.
8160         * wl-address.el (toplevel): Ditto.
8161         * wl-demo.el (toplevel): Ditto.
8162         * wl-dnd.el (toplevel): Ditto.
8163         * wl-draft.el (toplevel): Ditto.
8164         * wl-e21.el (toplevel): Ditto.
8165         * wl-expire.el (toplevel): Ditto.
8166         * wl-folder.el (toplevel): Ditto.
8167         * wl-highlight.el (toplevel): Ditto.
8168         * wl-message.el (toplevel): Ditto.
8169         * wl-mime.el (toplevel): Ditto.
8170         * wl-mule.el (toplevel): Ditto.
8171         * wl-nemacs.el (toplevel): Ditto.
8172         * wl-refile.el (toplevel): Ditto.
8173         * wl-score.el (toplevel): Ditto.
8174         * wl-summary.el (toplevel): Ditto.
8175         * wl-template.el (toplevel): Ditto.
8176         * wl-thread.el (toplevel): Ditto.
8177         * wl-util.el (toplevel): Ditto.
8178         * wl-vars.el (toplevel): Ditto.
8179         * wl-xmas.el (toplevel): Ditto.
8180
8181 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8182
8183         * wl.el (wl-init): Added comment about `wl-init-hook'.
8184         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8185         * wl-vars.el (wl-init-hook): Added docs.
8186         (wl-make-plugged-hook): Removed useless docs.
8187         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8188         * wl-xmas.el (toplevel): Ditto.
8189
8190 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8191
8192         * wl-address.el (toplevel): Fixed multiple Author header format.
8193         * wl-demo.el (toplevel): Ditto.
8194         * wl-draft.el (toplevel): Ditto.
8195         * wl-folder.el (toplevel): Ditto.
8196         * wl-summary.el (toplevel): Ditto.
8197         * wl-thread.el (toplevel): Ditto.
8198         * wl-util.el (toplevel): Ditto.
8199         * wl-vars.el (toplevel): Ditto.
8200         * wl-version.el (toplevel): Ditto.
8201         * wl-xmas.el (toplevel): Ditto.
8202         * wl.el (toplevel): Ditto.
8203
8204         * wl-version.el (toplevel): Added require `elmo-version' for
8205         `product-version-as-string'.
8206
8207 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8208
8209         * wl-vars.el (wl-draft-send-hook): Changed default value to
8210         '(wl-draft-config-exec).
8211
8212         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8213         explicitly.
8214         (wl-draft): Set `wl-draft-config-exec-flag' before running
8215         `wl-mail-setup-hook'.
8216
8217         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8218         `wl-biff-init-icons' to `wl-init-hook' instead of
8219         `wl-make-plugged-hook'.
8220         (Because if `wl-draft' command is invoked at first,
8221         they are not initialized)
8222         Updated copyright notice.
8223
8224         * wl-e21.el (toplevel): Ditto;
8225
8226         * wl-demo.el (toplevel): Updated copyright notice.
8227         * wl-address.el (toplevel): Ditto.
8228         * wl-draft.el (toplevel): Ditto.
8229         * wl-version.el (toplevel): Ditto.
8230         * wl-folder.el (toplevel): Ditto.
8231         * wl-summary.el (toplevel): Ditto.
8232         * wl-thread.el (toplevel): Ditto.
8233         * wl-util.el (toplevel): Ditto.
8234         * wl-vars.el (toplevel): Ditto.
8235         * wl.el (toplevel): Ditto.
8236
8237 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8238
8239         * wl-highlight.el (wl-highlight-message): Fixed problem of
8240         highlighting failure which occured when the last field contains
8241         multiple lines in the draft buffer.
8242
8243         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8244         `wl-biff-start' if plugged.
8245
8246         * wl-util.el (wl-biff-check-folder): New function.
8247         (wl-biff-check-folders): Don't set session name prefix.
8248         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8249         (wl-biff-check-folder-async): Ditto.
8250
8251         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8252         in email address.
8253
8254 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8255
8256         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8257
8258         * wl-draft.el (wl-draft-strip-subject-re): New function.
8259
8260         * wl-draft.el (wl-draft-reply): Use it.
8261
8262 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8263
8264         * wl-message.el (wl-mmelmo-message-redisplay): Use
8265         `mime-display-message' instead of `wl-mime-display-message'.
8266
8267         * wl-mime.el (toplevel): Removed compatibility workaround
8268         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8269         (wl-mime-display-message): Abolished.
8270         (wl-mime-entity-read-field): Ditto.
8271         (wl-mime-combine-message/partial-pieces): Use
8272         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8273
8274 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8275
8276         * wl-template.el: Doc fixes.
8277
8278 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8279
8280         * wl-e21.el (wl-message-overload-functions): Do nothing if
8281         `current-local-map' is not available.
8282         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8283
8284 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8285
8286         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8287         representation.
8288
8289         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8290         number.
8291         (wl-fldmgr-save-folders): Don't use `format' when insert
8292         `wl-fldmgr-folders-header'.
8293
8294 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8295
8296         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8297
8298 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8299
8300         * wl-highlight.el (wl-highlight-message):
8301         Use `std11-field-end' to detect end point of the header field.
8302         Refer `wl-highlight-max-header-size'.
8303
8304         * wl-vars.el (wl-highlight-max-header-size): New variable.
8305
8306         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8307
8308         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8309         Set `for-draft' argument of wl-highlight-headers.
8310         (wl-draft): Ditto.
8311         (wl-draft-reedit): Ditto.
8312         (wl-user-agent-compose-internal): Ditto.
8313
8314 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8315
8316         * wl-message.el (wl-message-add-button): Use overlay.
8317
8318 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8319
8320         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8321
8322         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8323         problem when group-list content is nothing.
8324         (Reported by Mito <mit@nines.nec.co.jp>)
8325
8326 2000-10-18  SAITO Atsunori <sai@yedo.com>
8327
8328         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8329
8330 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8331
8332         * tm-wl.el (toplevel): Use product-provide.
8333
8334 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8335
8336         * Version number is increased to 2.3.92.
8337
8338 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8339
8340         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8341         title text, use `display' property for left margin under Emacs 21.
8342
8343         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8344         properties.
8345         (wl-plugged-init-icons): Ditto.
8346
8347 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8348
8349         * wl.el (wl-save-status, wl-init): Remove last period in
8350         "...done." message.
8351         * tm-wl.el (wl-summary-burst): Ditto.
8352         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8353         wl-summary-resume-cache-status,
8354         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8355         wl-summary-sync-update3, wl-summary-highlight-msgs,
8356         wl-summary-flush-pending-append-operations,
8357         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8358         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8359         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8360         wl-thread-open-all): Ditto.
8361         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8362         * wl-mime.el (wl-summary-burst): Ditto.
8363         * wl-highlight.el (wl-highlight-summary): Ditto.
8364         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8365         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8366         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8367         * wl-address.el (wl-local-address-init): Ditto.
8368
8369 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8370
8371         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8372         `add-text-properties'.
8373         (wl-plugged-init-icons): Ditto.
8374         (wl-folder-init-icons): Use `propertize' instead of
8375         `put-text-property'.
8376         (wl-plugged-set-folder-icon): Ditto.
8377         (wl-e21-highlight-folder-group-line): Ditto.
8378
8379 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8380
8381         * wl-version.el (wl-version-status-alist): New variable.
8382         (wl-version-status): New function.
8383
8384         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8385         "Cc" part of the case "Reply-To".
8386
8387         * wl-draft.el (wl-draft-reply): Use result of
8388         `eword-extract-address-components'.
8389
8390         * wl-demo.el (wl-demo-icon-name): New constant.
8391         (wl-logo-xpm): Use it.
8392         (wl-logo-xbm): Ditto.
8393         (wl-logo-bitmap): Ditto.
8394
8395         * Version number is increased to 2.3.91.
8396
8397 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8398
8399         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8400         (wl-extended-emacs-version, wl-extended-emacs-version2,
8401         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8402         docstring.
8403
8404         * wl-version.el (wl-generate-user-agent-string-1): New function.
8405         (wl-generate-user-agent-string): Use it.
8406
8407         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8408         `mime-edit-insert-user-agent-field'.
8409         (wl-generate-user-agent-string): Check
8410         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8411
8412         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8413         instead of `if', when verbose case.
8414
8415 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8416
8417         * wl-expire.el (wl-summary-expire): Fix.
8418
8419 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8420
8421         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8422         and `elmo-lost+found-folder' if 'wl-draft.
8423         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8424
8425 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8426
8427         * wl-expire.el (wl-summary-expire): Change messages.
8428         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8429         `deleing-info' instead of "Deleting..."
8430
8431 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8432
8433         * wl-summary.el (wl-summary-refile-subr): Fix.
8434
8435 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8436
8437         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8438         if pipe folder.
8439
8440 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8441
8442         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8443
8444 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8445
8446         * wl-expire.el (wl-expire-hide): New function.
8447         (wl-summary-expire): Add `hide'.
8448
8449 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8450
8451         * wl-vars.el (wl-draft-reply-without-argument-list):
8452         Changed default value to consider `Reply-To:'.
8453         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8454
8455         * Version number is increased to 2.3.90.
8456
8457         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8458         elmo-imap4-get-session with unwind-protect.
8459         Don't cause error.
8460         (wl-summary-sync-marks): Don't check plugged nor folder type.
8461         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8462         (Always keep current buffer).
8463
8464 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8465
8466         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8467         Enclose with `save-excursion'.
8468
8469 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8470
8471         * wl-version.el (wl-version): Remove interactive.
8472
8473 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8474
8475         * wl-version.el (wl-generate-user-agent-string): Use
8476         `product-string-verbose' instead of `product-string-1'.
8477
8478 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8479
8480         * wl-vars.el (wl-draft-use-cache): New variable.
8481         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8482         if wl-draft-use-cache is non-nil.
8483
8484 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8485
8486         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8487         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8488
8489 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8490
8491         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8492         (wl-thread-msg-mark-as-unread): Ditto.
8493
8494         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8495         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8496         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8497         Don't set mark in summary if return value of `elmo-mark-as-read'
8498         is nil.
8499         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8500         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8501         instead of `wl-thread-msg-mark-as-read'.
8502         (wl-summary-mark-as-unread-region): Ditto.
8503         (wl-summary-target-mark-mark-as-read): Ditto.
8504
8505         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8506
8507 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8508
8509         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8510
8511         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8512
8513 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8514
8515         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8516         face.
8517
8518 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8519
8520         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8521         `running-xemacs'.
8522
8523 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8524
8525         * wl-version.el (toplevel): Use `product-version-as-string' for
8526         set verstion-string, if defined.
8527
8528         * wl-version.el (wl-version-show): Insert string at point, when
8529         call with argument.
8530
8531         * wl-version.el (wl-generate-user-agent-string): Use
8532         `product-string-1' instead of `wl-appname', `wl-version' and
8533         `wl-codename'.
8534
8535 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8536
8537         * wl-address.el (toplevel): Use product-provide.
8538         * wl-demo.el (toplevel): Ditto.
8539         * wl-dnd.el (toplevel): Ditto.
8540         * wl-draft.el (toplevel): Ditto.
8541         * wl-e21.el (toplevel): Ditto.
8542         * wl-expire.el (toplevel): Ditto.
8543         * wl-fldmgr.el (toplevel): Ditto.
8544         * wl-folder.el (toplevel): Ditto.
8545         * wl-highlight.el (toplevel): Ditto.
8546         * wl-message.el (toplevel): Ditto.
8547         * wl-mime.el (toplevel): Ditto.
8548         * wl-mule.el (toplevel): Ditto.
8549         * wl-nemacs.el (toplevel): Ditto.
8550         * wl-refile.el (toplevel): Ditto.
8551         * wl-score.el (toplevel): Ditto.
8552         * wl-summary.el (toplevel): Ditto.
8553         * wl-template.el (toplevel): Ditto.
8554         * wl-thread.el (toplevel): Ditto.
8555         * wl-util.el (toplevel): Ditto.
8556         * wl-vars.el (toplevel): Ditto.
8557         * wl-xmas.el (toplevel): Ditto.
8558         * wl.el (toplevel): Ditto.
8559
8560 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8561
8562         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8563         instead of product.
8564
8565         * wl-version.el (wl-version): Compile time evalution elmo-version.
8566
8567 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8568
8569         * wl-summary.el (wl-summary-sync-force-update): Append queue
8570         `mark-as-read'if unplugged.
8571
8572 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8573
8574         * wl-version.el: New file.  Use product.el.
8575         * wl.el: add (require 'wl-version).
8576         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8577         for ~/.folders header.
8578         (wl-fldmgr-folders-header): Changed.
8579         * wl-demo.el (wl-demo): Use product.el.
8580
8581         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8582         wl-version.el.
8583         * wl-util.el (wl-version, wl-version-show): Ditto.
8584
8585         * wl-util.el (wl-generate-user-agent-string,
8586         wl-extended-emacs-version, wl-extended-emacs-version2,
8587         wl-extended-emacs-version3): Move to wl-version.el.
8588         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8589         xemacs-codename, mime-edit-insert-user-agent-field,
8590         mime-edit-user-agent-value, mime-editor/version,
8591         mime-editor/codename): Compile warning killer move to
8592         wl-version.el
8593
8594 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8595
8596         * wl-summary.el (wl-summary-refile-subr): Fix.
8597
8598 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8599
8600         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8601         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8602
8603 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8604
8605         * wl.el (wl-check-environment): Check too many `@'.
8606
8607 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8608
8609         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8610
8611 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8612
8613         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8614         wl-draft-reply-myself-without-argument-list): Add variables.
8615         * wl-draft.el (wl-draft-reply): Use it.
8616
8617 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8618
8619         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8620         the 5th argument of `elmo-network-get-spec'.
8621
8622         * wl-thread.el (wl-thread-reparent-children): New inline function.
8623         (wl-thread-delete-message): Use it.
8624
8625         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8626         (wl-summary-score-update-all-lines): Don't use `dolist'.
8627
8628 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8629
8630         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8631         (require 'elmo-msgdb) for inline function.
8632
8633 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8634
8635         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8636
8637 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8638
8639         * wl-score.el (wl-score-headers): Fix for the confusing macro
8640         `elmo-kill-buffer'.
8641
8642 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8643
8644         * wl-summary.el: Don't use the 3rd argument of `require' because
8645         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8646         * wl-util.el: Ditto.
8647         * wl-draft.el: Ditto.
8648
8649 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8650
8651         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8652         window system is not used.
8653
8654 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8655
8656         * wl-thread.el: Don't use `mapcar' only for iteration.
8657         (wl-thread-resume-entity): Ditto.
8658         (wl-thread-delete-message): Ditto.
8659
8660         * wl-summary.el: Bind `dragdrop-drop-functions',
8661         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8662         of `require' for `timezone', `easymenu' and `ps-print';
8663         don't use `mapcar' only for iteration.
8664
8665         * wl-util.el: Bind `mule-version', `nemacs-version',
8666         `emacs-beta-version', `xemacs-codename',
8667         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8668         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8669         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8670         only for iteration.
8671
8672         * wl-score.el: Don't use `mapcar' only for iteration.
8673         (wl-score-simplify-buffer-fuzzy): Ditto.
8674         (wl-score-simplify-subject): Ditto.
8675         (wl-score-headers): Ditto.
8676         (wl-summary-score-update-all-lines): Ditto.
8677
8678         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8679         `enable-multibyte-characters' and `mule-version'.
8680
8681         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8682         `mapcar' only for iteration.
8683
8684         * wl-demo.el: Don't use `mapcar' only for iteration.
8685
8686         * wl-folder.el: Don't use `mapcar' only for iteration.
8687         (wl-folder-open-all): Ditto.
8688         (wl-folder-count-incorporates): Ditto.
8689
8690         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8691         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8692
8693         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8694         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8695         `smtp-connection-type'; specify 3rd argument of `require' for
8696         `timezone'; don't use `mapcar' only for iteration.
8697         (wl-draft-clone-local-variables): Don't use `mapcar'.
8698         (wl-draft-generate-clone-buffer): Ditto.
8699         (wl-user-agent-compose-internal): Ditto.
8700
8701         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8702
8703         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8704         (wl-save-status): Ditto.
8705
8706         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8707         for iteration.
8708
8709 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8710
8711         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8712         removed `Date'.
8713         (wl-fldmgr-make-filter-default): New user option.
8714
8715         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8716         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8717         (wl-fldmgr-filter-completion-alist): Abolish.
8718
8719         * wl.el (wl): Don't check servers if arg is non-nil.
8720
8721         * wl-draft.el (wl-draft-reply): Set only message-id string to
8722         In-Reply-To field.
8723
8724 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8725
8726         * wl-summary.el (wl-summary-pick): Rewrite.
8727
8728         * wl-draft.el (wl-draft-forward): Get references field from
8729         original buffer.
8730         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8731
8732 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8733
8734         * wl-draft.el (wl-draft-forward): Add references field.
8735
8736 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8737
8738         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8739         (wl-draft-reply): Use it.
8740
8741 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8742
8743         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8744         when Emacs 21 is running.
8745
8746         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8747         bindings.
8748
8749 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8750
8751         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8752         XPM icons transparent.
8753
8754         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8755         Emacs 21.
8756
8757 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8758
8759         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8760         nil.
8761
8762         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8763         when it is persistent.
8764         (wl-summary-sync-marks): Changed argument for
8765         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8766         (wl-summary-virtual): Use `elmo-read-search-condition'.
8767         (wl-summary-redisplay-internal): If folder is local, mark as read
8768         even when folder is plugged.
8769
8770 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8771
8772         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8773         of `tool-bar-lines' in the frame parameters.
8774         (after-make-frame-functions, post-command-hook): Don't modify the
8775         value.
8776         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8777         wl-e21-tool-bar-lines): Removed.
8778
8779 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8780
8781         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8782         properties `evaporate' and `wl-momentary-overlay' as well.
8783         (wl-highlight-summary-displaying): Ditto.
8784         (wl-delete-all-overlays): Don't delete overlay which does not have
8785         a property `wl-momentary-overlay'.
8786
8787         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8788         `display-mouse-p' and `display-graphic-p'.
8789         (wl-folder-init-icons): Don't search for XBM or the other files.
8790         (wl-plugged-set-folder-icon): Make icons if and only if
8791         `display-graphic-p' returns non-nil.
8792         (wl-highlight-plugged-current-line): Use `before-string' overlay
8793         property to show icon images.
8794         (wl-highlight-folder-current-line): Ditto.
8795         (wl-e21-highlight-folder-group-line): Ditto.
8796         (wl-e21-highlight-folder-by-numbers): Ditto.
8797         (wl-e21-insert-image): Removed.
8798         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8799         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8800         said.
8801         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8802         `wl-e21-force-switch-toolbar'.
8803         (wl-e21-make-icon-image): Removed.
8804         (wl-e21-setup-toolbar): Don't search for XBM files.
8805         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8806         the default value.
8807
8808 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8809
8810         * wl-util.el (wl-biff-check-folder-async): Set
8811         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8812
8813 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8814
8815         * wl-e21.el (after-make-frame-functions): Add
8816         `wl-e21-force-switch-toolbar'.
8817         (wl-e21-force-switch-toolbar): New function force to switch the
8818         toolbar appearance automatically.
8819         (post-command-hook): Add `wl-e21-switch-toolbar'.
8820         (wl-e21-switch-toolbar): New function to switch the toolbar
8821         appearance automatically.
8822         (wl-e21-tool-bar-lines): New buffer local variable.
8823
8824 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8825
8826         * wl-util.el (wl-biff-check-folders-running): New variable.
8827         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8828         (wl-biff-check-folder-async-callback):
8829         Set `wl-biff-check-folders-running'.
8830         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8831         with unwind-protect.
8832
8833         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8834         Enclose `wl-folder-auto-check' with unwind-protect.
8835
8836         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8837         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8838
8839         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8840
8841         * wl-util.el (wl-biff-notify): New inline function.
8842         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8843         locally.
8844         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8845         folder-list' is 1.
8846         Use `wl-biff-notify'.
8847         (wl-biff-check-folder-async-callback): New function.
8848         (wl-biff-check-folder-async): Ditto.
8849
8850         * wl-folder.el (wl-folder): Don't check folders.
8851         (wl-folder-auto-check): New function.
8852
8853 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8854
8855         * wl-util.el (wl-biff-start) [Emacs19+]:
8856         Use `timer-next-integral-multiple-of-time'.
8857         (wl-biff-check-folders): Use `wl-default-folder'
8858         if `wl-biff-check-folder-list' is nil.
8859
8860 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8861
8862         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8863         instead of `elmo-delete-lists'.
8864
8865 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8866
8867         * wl.el (wl-plugged-toggle-all): Set the value of
8868         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8869         (wl-plugged-toggle): Ditto.
8870         (wl-toggle-plugged): Ditto.
8871         (wl-plugged-init): Ditto.
8872
8873         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8874         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8875         instead of `wl-biff-state-indicator-off' and
8876         `wl-biff-state-indicator-on'; don't modify the value and the type
8877         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8878         (wl-plugged-init-icons): Set icons data to
8879         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8880         instead of `wl-plug-state-indicator-off' and
8881         `wl-plug-state-indicator-on'; don't modify the value and the type
8882         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8883
8884         * wl-vars.el (wl-modeline-biff-state-off,
8885         wl-modeline-biff-state-on, wl-modeline-biff-status,
8886         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8887         wl-modeline-plug-status): New internal variables.
8888         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8889         wl-biff-check-interval, wl-biff-check-folder-list): Change
8890         customization group from `wl-folder' to `wl-highlight'.
8891         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8892         wl-show-plug-status-on-modeline): Defcustomized.
8893
8894         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8895         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8896         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8897         a flag to `mode-line-buffer-identification'.
8898
8899         * wl-e21.el (wl-biff-init-icons): Set icons data to
8900         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8901         instead of `wl-biff-state-indicator-off' and
8902         `wl-biff-state-indicator-on'.
8903         (wl-plugged-init-icons): Set icons data to
8904         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8905         instead of `wl-plug-state-indicator-off' and
8906         `wl-plug-state-indicator-on'.
8907
8908 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8909
8910         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8911         excessive titles.
8912
8913 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8914
8915         * wl.el (wl-plugged-mode): Use revised
8916         `wl-mode-line-buffer-identification'.
8917         (wl-plugged-init): Don't use `force-mode-line-update'.
8918
8919         * wl-xmas.el (wl-draft-overload-functions): Use revised
8920         `wl-mode-line-buffer-identification'.
8921         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8922         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8923         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8924         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8925         `wl-make-plugged-hook';
8926         add `wl-folder-init-icons' and `wl-setup-folder' to
8927         `wl-folder-mode-hook'.
8928
8929         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8930         19 as well.
8931         (wl-mode-line-display-priority-list): New user option.
8932         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8933         Defcustomized.
8934         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8935         Add docs.
8936
8937         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8938         start.
8939         (wl-mode-line-buffer-identification): Revised as a function.
8940
8941         * wl-summary.el (wl-summary-mode): Use revised
8942         `wl-mode-line-buffer-identification'; don't call
8943         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8944         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8945         `wl-xmas-setup-summary'.
8946
8947         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8948         `wl-mode-line-buffer-identification'.
8949
8950         * wl-mule.el (wl-draft-overload-functions): Use revised
8951         `wl-mode-line-buffer-identification'.
8952
8953         * wl-folder.el (wl-make-plugged-alist): Don't call
8954         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8955         (wl-folder): Don't call `wl-folder-init-icons' directly.
8956         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8957         `wl-xmas-setup-folder' directly;
8958         use revised `wl-mode-line-buffer-identification'.
8959         (TopLevel): Don't bind `wl-biff-init-icons',
8960         `wl-plugged-init-icons', `wl-folder-init-icons',
8961         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8962
8963         * wl-e21.el (wl-draft-overload-functions): Use revised
8964         `wl-mode-line-buffer-identification'.
8965         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8966         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8967         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8968         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8969         `wl-make-plugged-hook';
8970         add `wl-folder-init-icons' and `wl-setup-folder' to
8971         `wl-folder-mode-hook'.
8972
8973 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8974             Katsumi Yamaoka    <yamaoka@jpl.org>
8975
8976         * wl.el (wl): Call `wl-biff-start'.
8977         (wl-exit): Call `wl-biff-stop'.
8978         (wl-plugged-mode): Show biff in modeline.
8979         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8980
8981         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8982         (wl-biff-init-icons): New function.
8983         (wl-plugged-init-icons): Don't make too much keymaps.
8984         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8985
8986         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8987         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8988         variables.
8989         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8990         options.
8991
8992         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8993         wl-biff-start, wl-biff-stop): New functions.
8994         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8995         (wl-biff-timer-name): New variable.
8996
8997         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8998
8999         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9000         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9001
9002         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9003         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9004
9005         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9006         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9007         `wl-folder-init-icons' to `ignore' if they are not available.
9008         (wl-folder-mode): Show biff in modeline.
9009
9010         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9011         (wl-biff-init-icons): New function.
9012         (wl-plugged-init-icons): Don't make too much keymaps.
9013         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9014
9015 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9016
9017         * wl-vars.el (wl-strict-diff-folders): Customization Type
9018         and doc fix.  Define as a list of regular expressions for
9019         folders or nil.
9020         * wl-folder.el (wl-folder-check-one-entity): Use
9021         `wl-string-match-member' instead of `wl-string-member' for
9022         `wl-strict-diff-folders'.
9023
9024 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9025
9026         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9027         (wl-highlight-folder-current-line): Use it; new implementation.
9028         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9029         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9030         `defsubst' instead of `defun'.
9031
9032         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9033         `wl-highlight-group-folder-by-numbers'; made it can also be a
9034         number.  See info for more details.
9035
9036         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9037         running.
9038
9039         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9040         to bind them.
9041
9042         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9043         (wl-highlight-folder-current-line): New implementation.
9044
9045         * wl-highlight.el (wl-highlight-folder-group-line): New
9046         implementation.
9047         (wl-delete-all-overlays): Rewrite as a marco.
9048         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9049
9050         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9051         running.
9052         (wl-folder-*-glyph): No need to bind them.
9053
9054         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9055         `wl-e21-highlight-folder-group-icon'; rewrite.
9056         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9057         `defsubst' instead of `defun'.
9058         (wl-folder-mode-map): Bind it when compiling.
9059
9060 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9061
9062         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9063
9064         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9065
9066 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9067
9068         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9069
9070 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9071
9072         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9073         (wl-highlight-folder-current-line): Use it.
9074
9075         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9076         in `id-name'.
9077
9078 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9079
9080         * wl.el: Require `wl-e21' when Emacs 21 is running.
9081
9082         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9083         default when Emacs 21 is running.
9084         (wl-use-highlight-mouse-line): Ditto.
9085         (wl-on-emacs21): New constant.
9086         (wl-on-emacs20): Removed.
9087
9088         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9089         Emacs 21 is running.
9090
9091         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9092         Emacs 21 is running.
9093
9094         * wl-e21.el: New file.
9095
9096 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9097
9098         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9099         (wl-toggle-plugged): Ditto.
9100         (wl-plugged-toggle): Ditto.
9101         (wl-plugged-toggle-all): Ditto.
9102
9103         * wl-vars.el (wl-plug-state-indicator): Refer
9104         `wl-plug-state-indicator-on' indirectly.
9105
9106 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9107
9108         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9109         Call `wl-folder-confirm-existence'.
9110
9111         * wl-folder.el (wl-folder-confirm-existence): Added optional
9112         argument `force'.
9113
9114 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9115
9116         * wl-summary.el (wl-summary-refile-subr): Assume
9117         `copy-or-refile' as symbol.
9118         (wl-summary-refile): Follow up above change.
9119         (wl-summary-copy): Ditto.  Doc fix.
9120
9121 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9122
9123         * wl-summary.el (wl-summary-pick): Don't bind
9124         `elmo-search-mime-charset'.
9125
9126         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9127         default using old backquote style.
9128         (wl-search-mime-charset): Abolished.
9129
9130         * wl-highlight.el (wl-highlight-headers):
9131         Call `point' after `re-search-forward'(for Nemacs).
9132
9133         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9134         for elmo-imap4.el.
9135
9136 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9137
9138         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9139         `wl-message-ignored-field-list' instead of
9140         `mime-view-ignored-field-list'.
9141
9142         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9143         Add interactive spec.
9144         (wl-folder-goto-bottom-of-current-folder): Ditto.
9145         (wl-folder-mode-map): Bind them.
9146
9147         * wl-vars.el (wl-message-ignored-field-list): New variable.
9148         (wl-message-visible-field-list): New variable.
9149
9150         * wl-mime.el (wl-mime-header-presentation-method): New function.
9151         (wl-mime-setup): Set header-presentation-method.
9152
9153 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9154
9155         * wl-nemacs.el (wl-draft-overload-functions): Set
9156         `mode-line-buffer-identification' instead of using
9157         `wl-make-modeline'.
9158
9159         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9160         instead of using `wl-make-modeline'.
9161
9162         * wl-xmas.el (wl-plugged-init-icons): Set up
9163         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9164         (wl-make-modeline): Abolish.
9165         (wl-draft-overload-functions): Set
9166         `mode-line-buffer-identification' instead of using
9167         `wl-make-modeline'.
9168
9169         * wl-util.el (wl-make-modeline-subr): Abolish.
9170         (wl-mode-line-buffer-identification): New alias.
9171
9172         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9173         (wl-summary-make-modeline): Abolish.
9174         (wl-summary-buffer-set-folder): Set
9175         `wl-summary-buffer-folder-indicator'.
9176         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9177         of using `wl-make-modeline'.
9178         (wl-summary-switch-to-clone-buffer): Don't set
9179         `mode-line-buffer-identification'.
9180         (wl-summary-goto-folder-subr): Ditto.
9181
9182         * wl-mule.el (wl-draft-overload-functions): Set
9183         `mode-line-buffer-identification' instead of using
9184         `wl-make-modeline'.
9185
9186         * wl-folder.el (wl-folder-mode): Set
9187         `mode-line-buffer-identification' instead of using
9188         `wl-make-modeline'.
9189         (wl-folder): Don't set `mode-line-buffer-identification'.
9190
9191 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9192
9193         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9194         instead of `member' for `wl-refile-guess-func-list' look-ups.
9195         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9196
9197 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9198
9199         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9200         `wl-message-button-dispatcher'.
9201
9202         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9203
9204         * wl-message.el (wl-message-button-dispatcher): Use it.
9205
9206         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9207         "In-Reply-To".
9208
9209         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9210         Bind `case-fold-search' to t.
9211
9212 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9213
9214         * wl-xmas.el (wl-message-overload-functions): Initialize
9215         `wl-message-button-map'.
9216
9217         * wl-mule.el (wl-message-overload-functions): Initialize
9218         `wl-message-button-map'.
9219
9220         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9221
9222         * wl-message.el (wl-message-button-map): New keymap.
9223         (wl-message-add-button): New function.
9224         (wl-message-button-dispatcher): New function.
9225         (wl-message-button-refer-article): New function.
9226
9227         * wl-highlight.el
9228         (wl-highlight-message-add-buttons-to-header): New function.
9229         (wl-highlight-headers): Use it.
9230
9231 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9232
9233         * wl-summary.el (wl-summary-default-from): Use
9234         `wl-address-get-petname-1'.
9235         (wl-summary-simple-from): Ditto.
9236
9237         * wl-address.el (wl-address-get-petname-1): New inline function.
9238         (wl-address-get-petname): Use it.
9239
9240 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9241
9242         * wl-summary.el (wl-summary-default-from): Return full-name part
9243         from the address if no petname was found.
9244         (wl-summary-simple-from): Ditto.
9245
9246         * wl-address.el (wl-address-get-petname): Return nil if no petname
9247         associated with the address was found.
9248
9249 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9250
9251         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9252         display is finished.
9253
9254 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9255
9256         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9257         `elmo-folder-exists-p' argument.
9258
9259 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9260
9261         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9262         the folder.
9263
9264 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9265
9266         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9267
9268         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9269         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9270
9271 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9272
9273         * wl-folder.el (wl-folder-create-subr): New function.
9274         (wl-folder-confirm-existence): Use it.
9275         (wl-folder-check-one-entity): Use it.
9276         Check the error symbol is derived from 'elmo-open-error.
9277
9278         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9279         `ignore-error'.
9280
9281 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9282
9283         * wl-util.el (toplevel): Add (eval-when-compile (require
9284         'elmo-util)).  (Maybe `provide' is typo.)
9285
9286 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9287
9288         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9289         (I don't know why this was needed.)
9290
9291         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9292         Follow up changes for stream-type.
9293
9294         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9295         (wl-draft-elmo-nntp-send): Ditto.
9296
9297         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9298         (wl-nntp-posting-stream-type): Ditto.
9299         (wl-pop-before-smtp-ssl): Abolished.
9300         (wl-nntp-posting-ssl): Ditto.
9301
9302         * wl-address.el (wl-address-quote-specials): New function.
9303         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9304
9305         * wl-draft.el (wl-draft-reply): Ditto.
9306
9307 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9308
9309         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9310         use function `wl-string-match-assoc'.
9311
9312 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9313
9314         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9315
9316         * wl-draft.el (wl-draft-deduce-address-list): New function.
9317         (wl-draft-parse-mailbox-list): Ditto.
9318         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9319         instead of `smtp-deduce-address-list'.
9320         (wl-draft-on-field-p): Follow group list.
9321
9322         * wl-address.el (wl-address-concat-token): New function.
9323         (wl-address-string-without-group-list-contents): Ditto.
9324         (wl-complete-field-body): Fixed problem of completion
9325         by japanese petname.
9326         (wl-address-make-completion-list): Rewrite.
9327
9328 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9329
9330         * wl-address.el (wl-address-make-completion-list): Completion by
9331         petname.
9332         (wl-complete-field-body): Likewise.
9333
9334 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9335
9336         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9337         contains invalid address syntax.
9338
9339 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9340
9341         * wl-folder.el (wl-folder-check-entity-async): Use
9342         `elmo-nntp-spec-hostname'.
9343
9344 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9345
9346         * wl-summary.el (wl-summary-msgdb-load-async): Use
9347         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9348
9349 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9350
9351         * wl-draft.el (wl-draft-reply): Set argument
9352         `content-transfer-encoding' as nil.
9353
9354 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9355
9356         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9357         `wl-refile-alist'.
9358
9359 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9360
9361         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9362         (wl-draft-edit-string): Ditto.
9363         (wl-draft-forward): Ditto.
9364         * wl-summary.el (wl-summary-write): Ditto.
9365
9366 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9367
9368         * wl-summary.el (wl-summary-sync-update3): Call
9369         `wl-summary-buffer-number-column-detect'.
9370         (wl-summary-buffer-number-column-detect): Search from point-min.
9371
9372 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9373
9374         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9375         contains an address which is not included in original to or cc.
9376
9377 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9378
9379         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9380         begin-line does not exist.
9381         * wl-message.el (wl-message-uu-substring): Ditto.
9382
9383 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9384
9385         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9386         clear local variables.
9387         (wl-summary-exit): Call `elmo-commit'.
9388         (wl-summary-switch-to-clone-buffer): Call
9389         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9390         (wl-summary-goto-folder-subr): Ditto.
9391
9392         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9393         POP folder.
9394
9395 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9396
9397         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9398         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9399         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9400         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9401         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9402         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9403
9404         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9405
9406 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9407
9408         * wl-summary.el (wl-summary-search-by-subject):
9409         Search parent message from the latest one.
9410
9411 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9412
9413         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9414         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9415
9416         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9417         New user option.
9418
9419         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9420         if elmo-nntp-use-killed-list is nil.
9421         Use `elmo-msgdb-append-to-killed-list'.
9422         (Append numbers confirmed as disappeared to the killed list.)
9423         (wl-summary-confirm-appends): Don't display negative number.
9424
9425 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9426
9427         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9428
9429 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9430
9431         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9432         range is `all'.
9433         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9434         `elmo-list-bigger-diff'.
9435
9436 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9437
9438         * wl-summary.el (wl-summary-buffer-exit-func):
9439         New buffer local variable.
9440         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9441
9442 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9443
9444         * wl-demo.el (wl-demo): Fix the last change.
9445
9446 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9447
9448         * wl-demo.el (wl-demo): Don't use `eval'.
9449
9450 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9451
9452         * wl-summary.el (wl-summary-buffer-thread-modified):
9453         New buffer-local variable.
9454         (wl-summary-set-thread-modified): New function.
9455         (wl-summary-thread-modified-p): New function.
9456         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9457         (wl-summary-yank-saved-message): Use function
9458         `wl-summary-set-thread-modified'
9459         (wl-summary-switch-to-clone-buffer): Add
9460         `wl-summary-buffer-thread-modified'.
9461
9462         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9463         (wl-summary-buffer-mark-saved-hook): Ditto.
9464         * wl-summary.el (wl-summary-msgdb-save): New hook
9465         `wl-summary-buffer-message-saved-hook' and
9466         `wl-summary-buffer-mark-saved-hook'.
9467
9468 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9469
9470         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9471
9472 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9473
9474         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9475         don't hide scroll bars under FSF Emacsen because it may incur an
9476         undesirable redrawing.
9477
9478 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9479
9480         * wl-draft.el (wl-draft-edit-string): Call
9481         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9482
9483 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9484
9485         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9486
9487 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9488
9489         * wl-summary.el (wl-summary-msgdb-load-async): Call
9490         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9491
9492 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9493
9494         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9495         fringes in demo buffer; center bitmap logo correctly even if old
9496         Mule is used.
9497
9498 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9499
9500         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9501
9502         * wl-refile.el (wl-refile-subject-alist): New variable.
9503         (wl-refile-subject-alist-file-name): Ditto.
9504         (wl-refile-alist-setup): Rewrite.
9505         (wl-refile-alist-save): Use `elmo-object-save'.
9506         Eliminated arguments.
9507         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9508         (wl-refile-guess-by-subject): New function.
9509         (wl-refile-guess-func-list): Added it.
9510
9511 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9512
9513         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9514         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9515
9516 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9517
9518         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9519         New buffer-local variable.
9520         (wl-summary-buffer-next-folder-func): Ditto.
9521         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9522         if non-nil.
9523         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9524         if non-nil.
9525         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9526         if non-nil.
9527         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9528         if non-nil.
9529
9530 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9531
9532         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9533         permanently in the demo buffer.
9534
9535 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9536
9537         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9538         `mime-entity-fetch-field'.
9539
9540         * wl.el (wl-exit): Delete plugged buffer.
9541
9542         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9543         XEmacs has menubar feature.
9544
9545 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9546
9547         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9548         cannot arrive at the beginning of the buffer under old Emacsen.
9549
9550 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9551
9552         * wl-address.el (wl-address-ldap-search):
9553         Call `ldap-search-entries' with `withdn' argument t.
9554         (wl-complete-field-body): Bind completion-ignore-case as t.
9555         Clear ldap search hash when it was sole completion.
9556         Use elmo-string for pattern string.
9557         (wl-ldap-alias-safe-string): Eliminated needless let.
9558
9559 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9560
9561         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9562         (wl-ldap-alias-sep): New constant.
9563         (wl-ldap-search-attribute-type-list): Ditto.
9564         (wl-ldap-get-value): New function.
9565         (wl-ldap-make-filter): Ditto.
9566         (wl-ldap-make-matched-value-list): Ditto.
9567         (wl-ldap-alias-safe-string): Ditto.
9568         (wl-ldap-register-dn-string): Ditto.
9569         (wl-address-ldap-search): Rewrite.
9570
9571 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9572
9573         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9574         thread is deleted.
9575         (wl-thread-delete-line-from-buffer): Ditto.
9576         (wl-thread-get-exist-children): New function.
9577
9578 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9579
9580         * wl-demo.el (wl-demo): Made it to select various image types.
9581         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9582         from `wl-title-logo'.
9583         (wl-logo-ascii): New variable.
9584         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9585         (wl-demo-copyright-notice): New constant.
9586
9587         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9588
9589 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9590
9591         * wl-vars.el (wl-summary-target-above): Renamed from
9592         wl-summary-temp-above.
9593         * wl-score.el (wl-score-get-score-alist): Use it.
9594         (wl-summary-score-update-all-lines): Use it.
9595         * wl-summary.el: Ditto. (make-variable-buffer-local).
9596
9597 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9598
9599         * wl-vars.el (wl-ldap-port): New user option.
9600
9601         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9602         Rewite whole implementation.
9603         (wl-complete-field-body): Fixed.
9604
9605 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9606
9607         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9608         Choose implementation at compile time.
9609
9610 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9611
9612         * wl-address.el (wl-ldap-search-internal): New function.
9613         (wl-complete-field-to): Use it.
9614
9615 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9616
9617         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9618         Use `let' instead of `let*'.
9619         Require 'wl-vars.
9620
9621         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9622         Define as defcustom.
9623         (wl-ldap-base): Ditto.
9624         (wl-use-ldap): Ditto.
9625
9626 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9627
9628         * wl-address.el (wl-ldap-search): New function.
9629         (wl-complete-field-body): Use `wl-ldap-search'.
9630         (wl-ldap-server): New variable.
9631         (wl-ldap-base): Ditto.
9632         (wl-use-ldap): Ditto.
9633
9634 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9635
9636         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9637         (Pointed out by Mito <mit@nines.nec.co.jp>).
9638         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9639         buffer-local variables like `wl-summary-redisplay-internal'.
9640         (wl-summary-redisplay-all-header): Likewise.  Update
9641         Summary view too.
9642
9643 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9644
9645         * wl-summary.el (wl-summary-jump-to-parent-message):
9646         Consider prefix argument.
9647
9648         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9649         when closed thread is deleted.
9650
9651 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9652
9653         * wl-summary.el (wl-summary-jump-to-parent-message):
9654         Consider thread modification.
9655
9656 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9657
9658         * wl-message.el (wl-message-normal-get-original-buffer): Use
9659         `save-excursion'.
9660
9661         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9662         (wl-summary-showto-folder-regexp): Ditto.
9663
9664 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9665
9666         * wl-util.el (wl-delete-alist): Doc fix.
9667         (wl-delete-associations): New function.
9668         (wl-inverse-alist): New function.
9669         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9670         Split temporary variables. Use `wl-delete-associations'
9671         and `wl-inverse-alist'.
9672         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9673
9674 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9675
9676         * wl-folder.el (wl-folder-prefetch-entity):
9677         Execute prefetching if new count is unknown.
9678
9679 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9680
9681         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9682
9683         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9684         delete entity.
9685         (wl-thread-set-parent): If insert as top, set linked as nil.
9686
9687         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9688         `wl-thread-cleanup-symbols' when view mode is thread.
9689
9690 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9691
9692         * wl-folder.el (wl-folder-create-folder-entity): Use
9693         with-current-buffer.
9694         (wl-local-folder-init): Call set-buffer to make sure we are in
9695         the Folder buffer. Don't touch buffer-local variables here.
9696         (wl-folder-mode): Initialize buffer-local variables here.
9697
9698         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9699         (wl-folder-entity-assign-id): Ditto.
9700         (wl-folder-create-entity-hashtb): Ditto.
9701         (wl-local-folder-init): Ditto.
9702         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9703
9704 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9705
9706         * wl-summary.el (wl-summary-default-from): Fix probrem when
9707         std11-extract-address-components return (nil "foo@bar").
9708
9709 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9710
9711         * wl-draft.el (wl-draft-clone-local-variables):
9712         Remove redundant `setq'.
9713
9714 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9715
9716         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9717         Bind wl-highlight-x-face-func as nil while highlighting header.
9718
9719 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9720
9721         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9722
9723 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9724
9725         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9726         elmo-msgdb-overview-hashtb from copy-variables.
9727         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9728         instead of `elmo-msgdb-overview-get-entity-by-number'.
9729         (wl-summary-auto-refile): Ditto.
9730
9731         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9732         `elmo-msgdb-overview-get-entity' instead of
9733         `elmo-msgdb-search-overview-entity'.  Use
9734         `elmo-msgdb-overview-get-entity' instead of
9735         `elmo-msgdb-overview-get-entity-by-number'.
9736         (wl-thread-insert-entity-sub): Ditto.
9737         (wl-thread-insert-message): Ditto.
9738
9739         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9740         `elmo-msgdb-overview-get-entity'.
9741         (wl-normal-message-redisplay): Ditto.
9742
9743 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9744
9745         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9746         `wl-thread-entities'.
9747         (wl-thread-delete-message): Fix remove top message from
9748         `wl-thread-entity-list'.
9749
9750         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9751         wl-append(nconc), because update-list is broken on Meadow.
9752
9753         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9754         updating process.
9755         (wl-summary-rescan): Ditto.
9756         (wl-summary-sync-update3): Ditto.
9757         * wl-thread.el (wl-thread-set-parent): Renamed from
9758         `wl-summary-set-parent'.
9759         (wl-thread-insert-message): Updating buffer faster.
9760         (wl-thread-delete-message): Updating buffer faster.
9761
9762         * wl-score.el (wl-summary-score-update-all-lines): Changed
9763         interval for display progress gauge.
9764
9765 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9766
9767         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9768         folder always-sticky.
9769         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9770         defmacro.
9771
9772 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9773
9774         * wl-vars.el (wl-draft-add-references): New user option.
9775
9776         * wl-draft.el (wl-draft-add-references): New function.
9777         (wl-draft-yank-from-mail-reply-buffer): Use it.
9778         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9779         as nil.
9780
9781 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9782
9783         * wl-thread.el (wl-thread-update-line-msgs): Called
9784         `wl-thread-update-line-on-buffer-sub'.
9785         (wl-thread-update-line-on-buffer): Delete routine of inserting
9786         thread.
9787         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9788         moved from `wl-thread-update-line-on-buffer'.
9789         Add threshold for displaying progress gauge.
9790         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9791         argument of `wl-thread-update-line-msgs'.
9792         Add threshold for displaying progress gauge.
9793         * wl-folder.el:
9794         Add threshold for displaying progress gauge.
9795         * wl-score.el: Ditto.
9796
9797         * wl-expire.el (wl-summary-expire): Display deleting info.
9798
9799 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9800
9801         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9802         `no-msg'.
9803         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9804         argument of `wl-thread-update-line-msgs'.
9805         (wl-summary-set-parent): Added optional argument `parent-number'.
9806         (wl-summary-buffer-saved-message): New buffer local variable.
9807         (wl-summary-save-current-message): New command.
9808         (wl-summary-yank-saved-message): Ditto.
9809         (wl-summary-mode-map): Added key binding for
9810         `wl-summary-save-current-message' (\ew) and
9811         `wl-summary-yank-saved-message' (\C-y).
9812         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9813
9814 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9815
9816         * wl-summary.el (wl-summary-mode-map): Added key binding for
9817         `wl-summary-set-parent' (ts).
9818
9819 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9820
9821         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9822         subject faster. If thread number is reverse, delayed updating
9823         thread.
9824         (wl-summary-search-by-subject): Ditto.
9825         (wl-summary-put-alike): Ditto.
9826         (wl-summary-get-alike): Ditto.
9827         (wl-summary-insert-headers): Insert header of all overview in
9828         buffer.
9829         (wl-summary-rescan): Delayed updating thread. Kill search subject
9830         buffer for wl-summary-search-by-subject.
9831         (wl-summary-sync-update3): Ditto.
9832         (wl-summary-exit): Ditto.
9833         (wl-summary-goto-bottom-of-current-thread): Change for linked
9834         thread.
9835         (wl-summary-overview-create-summary-line): Change line for linked
9836         thread.
9837
9838         * wl-summary.el (wl-summary-update-thread): Use
9839         wl-thread-maybe-get-children-num.
9840         (wl-summary-set-parent): If change parent, move sub thread.
9841         (wl-summary-redisplay-internal): Add horizontal recenter.
9842         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9843
9844         * wl-thread.el (wl-thread-entity-get-linked): New function.
9845         (wl-thread-entity-set-linked): New function.
9846         (wl-thread-create-entity): Add linked element.
9847         (wl-thread-entity-insert-as-top): Use wl-append.
9848         (wl-thread-maybe-get-children-num): If closing thread, return
9849         children msgs.
9850         (wl-thread-update-line-msgs): Displaying progress message.
9851         (wl-thread-update-line-on-buffer-sub): Use
9852         wl-thread-maybe-get-children-num.
9853         (wl-thread-update-line-on-buffer): If update line is not exists,
9854         insert thread.
9855         (wl-thread-delete-message): If delete top msg of thread, search
9856         parent by subject.
9857         (wl-thread-insert-entity): Use
9858         wl-thread-maybe-get-children-num.
9859
9860         * wl-highlight.el (wl-highlight-summary-current-line): change
9861         sregexp for linked thread.
9862         * wl-util.el (wl-count-lines): Count lines.
9863         (wl-horizontal-recenter): horizontal recenter.
9864         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9865         (wl-score-get-alike): Ditto.
9866         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9867         (wl-subject-length-limit): New variable.
9868         (wl-highlight-thread-indent-string-regexp): Changed for linked
9869         thread.
9870
9871 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9872
9873         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9874         New variable (revival).
9875         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9876         by subject matching if there's no in-reply-to nor references field
9877         (revival).
9878
9879 \f
9880 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9881
9882         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9883         message.
9884
9885 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9886
9887         * wl-summary.el (wl-summary-reply): Return t if there was a
9888         message at cursor point.
9889         Added unwind-protect.
9890         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9891         returns t.
9892         (wl-summary-cancel-message): Do nothing when there's no message at
9893         cursor point.
9894         (wl-summary-forward): Ditto.
9895         (wl-summary-jump-to-parent-message): Ditto.
9896         (wl-summary-reedit): Ditto.
9897         (wl-summary-edit-addresses): Ditto.
9898         (wl-summary-pipe-message): Ditto.
9899         (wl-summary-print-message-with-ps-print): Ditto.
9900         (wl-summary-print-message): Ditto.
9901         (wl-summary-mark-as-important): Ditto.
9902         (wl-summary-mark-as-unread): Ditto.
9903
9904         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9905         message at cursor point.
9906         (wl-summary-reply-with-citation): Remove unwind-protect.
9907
9908         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9909         subject searching feature.
9910         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9911         Eliminated.
9912
9913 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9914
9915         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9916         New variable.
9917         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9918         by subject matching if there's no in-reply-to nor references field.
9919
9920         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9921
9922         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9923         when display is finished.
9924         (wl-folder-open-all): Ditto.
9925         (wl-folder-update-access-group): Ditto.
9926         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9927         * wl-thread.el (wl-thread-close-all): Ditto.
9928
9929         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9930         progress gauge only when it was displayed.
9931         * wl-folder.el (wl-folder-insert-entity): Ditto.
9932
9933 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9934
9935         * wl-summary.el (wl-summary-incorporate): Enclose
9936         `wl-summary-sync-force-update' with save-excursion.
9937
9938 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9939
9940         * wl-summary.el (wl-summary-prefetch-region):
9941         Pass current cursor point to `pos-visible-in-window-p' after
9942         moving cursor to the started point.
9943
9944 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9945
9946         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9947
9948         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9949         fields from the forwarding message.
9950         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9951         `ignored-fields'.
9952
9953 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9954
9955         * wl-mime.el (wl-message-request-partial):
9956         Eliminated argument `msgdb'.
9957         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9958         (wl-mime-combine-message/partial-pieces): Likewise.
9959         * tm-wl.el (wl-message-request-partial): Likewise.
9960         (wl-mime-combine-message/partial-pieces): Likewise.
9961
9962 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9963
9964         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9965         when display is finished.
9966
9967 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9968
9969         * wl-summary.el (wl-summary-goto-folder-subr):
9970         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9971
9972 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9973
9974         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9975         when cursor point is visible.
9976
9977 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9978
9979         * wl-expire.el (wl-expire-archive-get-max-number):
9980         Don't use `file-name-directory'.
9981
9982 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9983
9984         * wl-expire.el (wl-expire-archive-get-max-number):
9985         Use `file-name-directory'.
9986
9987 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9988
9989         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9990         only when there is progress.
9991
9992 2000-04-13  Mito <mit@nines.nec.co.jp>
9993
9994         * wl-summary.el (wl-summary-sync-marks): Display progress.
9995
9996 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9997
9998         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9999         (wl-summary-prev): Move cursor regardless of unread status.
10000         (wl-summary-next): Ditto.
10001
10002 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10003
10004         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10005         Added argument `target' and `number'.
10006         * tm-wl.el (wl-summary-burst-subr): New function.
10007         (wl-summary-burst): Use it.
10008
10009 2000-04-10  Mito <mit@nines.nec.co.jp>
10010
10011         * wl-mime.el (wl-burst): New function.
10012         (wl-summary-burst): Use it.
10013
10014 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10015
10016         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10017         as petname when there's no candidate.
10018
10019 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10020
10021         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10022         New variable.
10023         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10024
10025         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10026
10027         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10028
10029 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10030
10031         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10032         Use substring of `original' instead of buffer-substring.
10033         (wl-refile-evaluate-rule):
10034         Set `original' argument of wl-refile-expand-newtext.
10035
10036         * wl-summary.el
10037         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10038         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10039         (wl-summary-auto-refile): Check existence of destination folder just
10040         before marking.
10041
10042 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10043
10044         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10045         when wl-refile-get-field-value return nil.
10046
10047 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10048
10049         * wl-refile.el
10050         (wl-refile-expand-newtext): New function imported from Gnus.
10051         (wl-refile-evaluate-rule): Use it.
10052
10053 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10054
10055         * wl-summary.el (wl-summary-print-destination):
10056         Duplicate folder string to avoid putting text-property on
10057         original string.
10058
10059         * wl-refile.el (wl-refile-get-field-value): New function.
10060         (wl-refile-evaluate-rule): New function;
10061         Evaluate refile rule recursively.
10062         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10063         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10064         New function; Check existence of a target folder recursively.
10065         (wl-summary-auto-refile-check-refile-rule-alist):
10066         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10067
10068 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10069
10070         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10071
10072         * wl-folder.el (wl-create-folder-entity-from-buffer):
10073         Fixed problem when '}' character is contained in folder name.
10074
10075         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10076
10077 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10078
10079         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10080         (wl-fldmgr-add-completion-all-completions):
10081         Use wl-fldmgr-add-completion-hashtb.
10082
10083 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10084
10085         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10086         wl-fldmgr-add-completion-subr): New functions.
10087         * wl-folder.el (wl-folder-completion-func): New variable.
10088         * wl-summary.el (wl-summary-read-folder):
10089         Use wl-folder-completion-func.
10090
10091         * wl-refile.el: Eliminate throw & catch.
10092
10093         * wl.el (wl-plugged-sending-queue-status): Fixed.
10094
10095 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10096
10097         * wl-draft.el (wl-draft): Put category property on
10098         mail-header-separator.