c00cc2a0cbf03f5005d05f4fad82a2d36f24578d
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
4         `update-overview'
5         (wl-summary-buffer-detach): Disconnect from it.
6         (wl-summary-rescan-message): Use command.
7
8         * wl-message.el (wl-message-buffer-display): Use
9         `with-current-buffer' instead of `save-excursion'.
10
11 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
12
13         * wl-mime.el (wl-draft-preview-attributes-list): Protect
14         wl-draft-preview-attributes-list from distraction.
15
16 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
17
18         * wl-summary.el (wl-summary-sync-update): Sort the return value of
19         `elmo-list-diff'.
20
21 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
22
23         * wl-summary.el
24         (wl-summary-edit-addresses-collect-candidate-fields): Use
25         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
26
27         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
28         instead of `elmo-set-work-buf'.
29
30         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
31         (wl-address-make-address-list): Ditto.
32
33         * Version number is increased to 2.13.3.
34
35 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
36
37         * wl-vars.el (wl-message-use-header-narrowing): New user option.
38
39         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
40         argument `5'.
41
42         * wl-message.el (wl-message-display-no-merge-p): New function.
43         (wl-message-buffer-display): Check whether the message is
44         reassembled and follow the API change.
45
46 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
47
48         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
49         multibyte on working buffer and removed unnecessary
50         `buffer-disable-undo'.
51
52 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
53
54         * wl-util.el (wl-read-search-condition-internal): Fixed the last
55         change.
56
57 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
58
59         * wl-util.el (wl-read-search-condition-internal): Protect
60         elmo-global-flags from distraction.
61
62 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
63
64         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
65
66         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
67         (wl-summary-event-handler): Ditto.
68         (wl-summary-update-persistent-mark-on-event): New
69         function (renamed from `elmo-event-handler-flag-changed').
70         (wl-summary-buffer-attach): New function.
71         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
72         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
73         instead of `elmo-folder-add-handler'.
74
75         * Version number is increased to 2.13.2.
76
77 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
78
79         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
80         and "\177" to the `wl-news-previous-page'.
81         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
82         (wl-news-previous-page): New function.
83
84 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
85
86         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
87         instead of `write-region' and simplify.
88
89 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
90
91         * wl-template.el (wl-template-select): Cause error if
92         `wl-template-alist' is nil.
93
94 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
95
96         * wl-news.el.in: Set file variable `no-byte-compile'.
97
98 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
99
100         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
101         whether a target message is within displaying area.
102         (elmo-event-handler-cache-changed): Ditto.
103
104 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
105
106         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
107         to `defun'.  Use `nconc' instead of `append' to collect descendant
108         message numbers.
109
110 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
111
112         * wl-thread.el (wl-thread-save-top-list)
113         (wl-thread-save-entities): Use `with-temp-buffer'.
114         * wl-news.el.in (wl-news-previous-version-load):
115         (wl-news-previous-version-save): Ditto.
116         * wl-summary.el (wl-summary-load-file-object)
117         (wl-summary-save-view-cache): Ditto.
118
119 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
120
121         * wl-util.el (toplevel): Require 'elmo-flag'.
122         (wl-read-search-condition): New function (Renamed from
123         `elmo-read-search-condition').
124         (wl-read-search-condition-internal): Likewise.
125
126         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
127         invalid.
128         (wl-summary-pick): Use `wl-read-search-condition' instead of
129         `elmo-read-search-condition'.
130         (wl-summary-virtual): Ditto.
131
132         * wl-folder.el (wl-folder-virtual): Ditto.
133         (wl-folder-pick): Ditto.
134
135         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
136
137 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
138
139         * wl-summary.el (wl-summary-reedit): Call
140         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
141
142 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
143
144         * wl-mime.el (toplevel): Require wl-vars.
145
146         * wl-message.el (toplevel): Require cl at compile.
147
148         * wl-draft.el (toplevel): Require elmo.
149
150 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
151
152         * wl-message.el (wl-message-buffer-prefetch): Count is a number
153         and do nothing when it is not positive.
154         (wl-message-buffer-prefetch-next): Ditto.
155
156 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
157
158         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
159         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
160         (wl-summary-redisplay-internal): Ditto.
161
162         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
163         message (the condition is borrowed from `wl-check-variables-2').
164         (wl-summary-redisplay-internal): Ditto.
165
166 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
167
168         * wl-mime.el (wl-draft-nntp-attribute): New function.
169         (wl-draft-attribute-nntp-posting-server): Use it.
170         (wl-draft-attribute-nntp-posting-port): Ditto.
171
172         * wl-mime.el (wl-draft-preview-attributes-list): New function.
173         (wl-draft-show-attributes-buffer): Ditto.
174         (wl-draft-hide-attributes-buffer): Ditto.
175         (wl-draft-attribute-newsgroups): Ditto.
176         (wl-draft-attribute-nntp-posting-server): Ditto.
177         (wl-draft-attribute-nntp-posting-port): Ditto.
178         (wl-draft-preview-message): Use there functions.
179
180         * wl-vars.el (wl-draft-preview-attributes-list): Change default
181         value.
182
183 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
184
185         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
186         (wl-draft-reedit): Ditto.
187         (wl-draft-queue-flush): Ditto.
188
189         * wl-mime.el (wl-message-request-partial): Ditto.
190         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
191         instead of `elmo-message-fetch'.
192
193         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
194
195         * wl-summary.el (wl-summary-message-string): Ditto.
196
197 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
198
199         * wl-util.el (wl-current-message-buffer): Follow the API change.
200
201         * wl-summary.el (wl-summary-redisplay-internal): Call
202         `wl-summary-mark-as-read' with 2nd argument as nil and update
203         unread count instead of persistent mark.
204
205         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
206         variable.
207         (wl-message-redisplay): Follow the API change.
208         (wl-message-buffer-display): Managed mime-entity directly and
209         return preview buffer only.
210         (wl-message-display-internal): Rewrite.
211         (wl-message-buffer-prefetch-subr): Not save return value of
212         `wl-message-buffer-display'.
213
214         * Version number is increased to 2.13.1.
215
216 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
217
218         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
219         'elmo-multiple-fields-body-list' with boundary specified.
220
221 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
222
223         * wl-vars.el (wl-summary-resend-use-cache): New variable.
224         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
225         cache if `wl-summary-resend-use-cache' is non-nil.
226
227 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
228
229         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
230         (wl-nntp-posting-stream-type): Ditto.
231
232 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
233
234         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
235
236 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
237
238         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
239         message.
240
241 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
242
243         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
244         Abolish.
245         (wl-summary-buffer-persistent-mark-version): New internal
246         variable.
247         (wl-summary-update-mark-and-highlight-window): Check by
248         wl-summary-persistent-mark-invalid-p.
249         (wl-summary-update-status-marks): Ditto.
250         (elmo-event-handler-flag-changed): Rewrite.
251         (elmo-event-handler-cache-changed): Define.
252         (wl-summary-prefetch-msg): Does not update persistent mark here.
253         (wl-summary-delete-cache): Ditto.
254         (wl-summary-resume-cache-status): Ditto.
255         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
256         (wl-summary-persistent-mark-invalid-p): New function.
257         (wl-summary-validate-persistent-mark): Ditto.
258         (wl-summary-validate-persistent-mark-string): Ditto.
259         (wl-summary-invalidate-persistent-mark): Ditto.
260         (wl-summary-update-persistent-mark): Call
261         `wl-summary-validate-persistent-mark'.
262         (wl-summary-create-line): Call
263         `wl-summary-validate-persistent-mark-string'.
264
265         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
266         status as t if cache used.
267
268 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
269
270         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
271         only if the target is group.
272         * wl-folder.el (wl-folder-append-petname): Don't check group name.
273
274 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
275
276         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
277
278 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
279
280         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
281
282         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
283
284 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
285
286         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
287         (Thanks to Yoichi NAKAYAMA).
288
289 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
290
291         * wl-util.el (wl-save-drafts): Restore echo area.
292
293 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
294
295         * Version number is increased to 2.13.0.
296
297         * wl-util.el (wl-biff-check-folder-async): Use
298         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
299
300 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
301
302         * wl-message.el (wl-message-display-internal): Does not put
303         wl-message-display-type property on message buffer.
304         (wl-message-buffer-display-type): New function.
305
306         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
307
308         * wl-summary.el (wl-summary-mode): Use `dolist' to add
309         `wl-summary-buffer-detach'.
310         (wl-summary-message-display-type): Use
311         `wl-summary-buffer-display-type'.
312
313 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
314
315         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
316         buffer-local.
317
318         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
319         kill-buffer-hook instead of make-local-variable.
320         (wl-draft-preview-message): Set `local' argument of add-hook as t.
321
322 2004-12-12  Scott Renfro <scott@renfro.org>
323
324         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
325         regex for square-branket.
326
327 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
328
329         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
330         `wl-message-mime-analysis-p' with argument `header'.
331
332 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
333
334         * wl-mime.el (wl-draft-yank-current-message-entity): 
335         Switch to no-mime following method according to wl-message-display-type
336         property.
337         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
338
339         * wl-message.el (wl-message-display-internal): 
340         Put wl-message-display-type property on message buffer.
341
342         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
343         (wl-message-display-internal): Ditto;
344
345         * wl-summary.el (wl-summary-toggle-mime): Ditto.
346
347 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
348
349         * wl-message.el (wl-message-make-display-type): New function.
350         (wl-message-display-type-property): Ditto.
351         (wl-message-mime-analysys-p): Ditto.
352         (wl-message-display-all-header-p): Ditto.
353         (wl-message-redisplay): Removed argument `as-is', `all-header' and
354         added `display-type'.
355         (wl-message-buffer-display): Likewise.
356         (wl-message-display-internal): Likewise.
357         (wl-message-buffer-display-type): Abolish.
358         (wl-message-buffer-prefetch-subr): Follow the API changed.
359
360         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
361         from wl-summary-buffer-display-all-header and changed default value.
362         (wl-summary-message-display-type): New function.
363         (wl-summary-buffer-display-mime-mode): Ditto.
364         (wl-summary-buffer-display-header-mode): Ditto.
365         (wl-summary-toggle-mime): Rewrite with above functions.
366         (wl-summary-toggle-all-header): Ditto.
367         (wl-summary-redisplay): Force redisplay with default mode.
368         (wl-summary-redisplay-internal): Renamed argument from `mode',
369         `all-header' to `mime-mode', `header-mode'.
370         Use `wl-message-make-display-type'.
371
372         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
373         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
374
375 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
376
377         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
378
379 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
380
381         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
382         in original message buffer.
383         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
384         buffer.
385
386 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
387
388         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
389
390 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
391
392         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
393
394 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
395
396         * wl-action.el (wl-summary-exec-action-refile): Display a done message
397         when actions succeeded.
398         (wl-summary-exec-action-copy): Likewise.
399
400 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
401
402         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
403         there is switch-to-buffer at the end of wl-message-select-buffer.
404         (wl-summary-reply): Ditto.
405
406 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
407
408         * wl-summary.el (wl-summary-forward): Put subject in original
409         message buffer as argument of wl-draft-forward.
410         * wl-draft.el (wl-draft-forward): Decode subject as in
411         wl-draft-reply.
412
413 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
414
415         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
416         a folder under access group.
417
418 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
419
420         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
421         wl-message-buffer-display.
422
423         * wl-util.el (wl-set-save-drafts): Fix typo.
424
425 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
426
427         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
428         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
429         wl-highlight-logo-face to set the bg color of an xbm image; fixed
430         the way to measure the width of a bitmap image; don't put face on
431         ascii and bitmap images; put the mark which should not use the
432         variable-pitch face on ascii and bitmap images.
433         (wl-demo-setup-properties): Don't use the variable-pitch face on
434         ascii and bitmap images; made it work on Emacs 20 and earlier.
435         (wl-demo-insert-text): End with a newline at the bottom; don't put
436         face on text.
437
438         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
439
440 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
441
442         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
443
444         * wl-util.el (wl-save-drafts): Moved from sample setting.
445         (wl-set-save-drafts): New function to set idle timer.
446         * wl-draft.el (wl-draft): Call it.
447         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
448
449 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
450
451         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
452         a summary which has toggle display status off.
453
454 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
455
456         * wl-draft.el (wl-draft-do-fcc): No cache save.
457
458 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
459
460         * wl-summary.el (elmo-event-handler-flag-changed): Use
461         `set-buffer' instead of `with-current-buffer'.
462
463 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
464
465         * wl-summary.el (wl-summary-after-resize-function): New function.
466         (wl-summary-mode): Add `wl-summary-after-resize-function' to
467         window-size-change-functions.
468
469 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
470
471         * wl-draft.el (wl-draft-create-buffer): Bind
472         `change-major-mode-hook' after current buffer is changed.
473
474         * wl-summary.el (wl-summary-buffer-detach): New function.
475         (wl-summary-buffer-set-folder): Call it.
476         (wl-summary-mode): Add `wl-summary-buffer-detach' to
477         change-major-mode-hook and kill-buffer-hook.
478         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
479         (wl-summary-switch-to-clone-buffer): Ditto.
480         (wl-summary-goto-folder-subr): Ditto.
481
482 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
483
484         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
485         after boundp check.
486
487 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
488
489         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
490         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
491         for `kill-buffer'.
492
493         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
494         handler of current buffer from elmo-folder.
495
496 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
497
498         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
499
500 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
501
502         * wl-summary.el (wl-summary-buffer-event-handler): New internal
503         variable.
504         (wl-summary-event-handler): New class.
505         (elmo-event-handler-flag-changed): Define to update persistent
506         mark.
507         (wl-summary-buffer-set-folder): Register event handler to
508         elmo-folder.
509         (wl-summary-exit): Unregister event handler.
510         (wl-summary-goto-folder-subr): Ditto.
511         (wl-summary-mark-as-read-all): Does not call
512         `wl-summary-update-persistent-mark' directly.
513         (wl-summary-mark-as-read-internal): Ditto.
514         (wl-summary-set-persistent-mark-internal): Ditto.
515         (wl-summary-set-flags-internal): Ditto.
516
517         * Version number is increased to 2.11.33.
518
519 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
520
521         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
522         to nil.
523
524 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
525
526         * wl-spam.el (wl-spam-setup): Add hook
527         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
528         instead of `wl-summary-prepare-hook'.
529
530         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
531         if folder type is `'flag'.
532         (wl-summary-mark-as-important): Ditto.
533
534 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
535
536         * wl-address.el (wl-address-minibuffer-history): New variable.
537         (wl-address-minibuffer-local-map): New keymap.
538         (wl-address-read-from-minibuffer): New function.
539
540         * wl-action.el (wl-summary-get-resend-address): Use
541         `wl-address-read-from-minibuffer' instead of `completing-read'.
542
543 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
544
545         * Version number is increased to 2.11.32.
546
547 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
548
549         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
550         without mule to iso-8859-1.
551         (wl-draft-add-in-reply-to): Add note in description.
552         (wl-draft-add-references): Ditto.
553
554 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
555
556         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
557         definition for `m'.
558         (wl-summary-mode-line-format): Add '[%m]'.
559         (wl-message-mode-line-format-spec-alist): Ditto.
560         (wl-summary-display-mime-mode-list): New variable.
561
562         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
563         from wl-summary-buffer-display-as-is.
564         (wl-summary-buffer-display-all-header): New buffer local variable.
565         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
566         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
567         instead of wl-summary-buffer-display-as-is.
568         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
569         (wl-summary-set-persistent-mark): Ditto.
570         (wl-summary-set-message-buffer-or-redisplay): Just call
571         `wl-summary-redisplay-internal' without optional arguments.
572         (wl-summary-toggle-mime): Rewrite.
573         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
574         (wl-summary-toggle-all-header): New function.
575         (wl-summary-redisplay-internal): Treat mime mode.
576
577         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
578         to wl-mime-preview-follow-no-mime.
579         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
580         accodring to the display-mode.
581
582         * wl-message.el (wl-message-buffer-display-type): Rewrite.
583         (wl-message-buffer-display): Changed argument name from `as-is' to
584         `mode'.
585         (wl-message-display-internal): Ditto;
586         Bind elmo-mime-display-header-analysis according to the mode.
587         (wl-message-display-internal): Put wl-message-display-mime-mode
588         property on entire buffer.
589
590 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
591
592         * wl-draft.el (wl-draft-do-fcc): Undo last change.
593
594 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
595
596         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
597         Don't extract mail address.
598         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
599
600         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
601
602         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
603
604 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
605
606         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
607         wl-fldmgr-cut-entity-list on confirmation.
608
609 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
610
611         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
612         (wl-mime-quit-preview): Check existence of
613         mime-edit-temp-message-buffer here.
614
615 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
616
617         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
618         after deletion.
619
620         * wl-draft.el (wl-draft-send-confirm): Check major-mode
621         before calling wl-mime-quit-preview.
622
623 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
624
625         * wl-summary.el (wl-summary-pick): If call it with prefix
626         argument, set `delete-marks' as non-nil. Pick from only visible
627         messages.
628         (wl-summary-check-target-mark): New function.
629         (wl-summary-target-mark-mark-as-read): Use it.
630         (wl-summary-target-mark-mark-as-unread): Ditto.
631         (wl-summary-target-mark-operation): Ditto.
632         (wl-summary-target-mark-set-flags): Ditto.
633         (wl-summary-target-mark-save): Ditto.
634         (wl-summary-target-mark-pick): Ditto.
635         (wl-summary-target-mark-forward): Ditto.
636         (wl-summary-target-mark-reply-with-citation): Ditto.
637         (wl-summary-target-mark-print): Ditto.
638         (wl-summary-target-mark-uudecode): Ditto.
639
640         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
641         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
642         with `ask-coding' is non-nil.
643
644 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
645
646         * wl-thread.el (wl-thread-set-parent): If parent is a message
647         which is identified by references, set linked as nil.
648
649 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
650
651         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
652         (wl-message-mode-line-format-spec-alist): Ditto.
653         (wl-message-mode-line-format): Ditto.
654         (wl-summary-mode-line-format): Ditto for docstring.
655         (wl-summary-no-mime-folder-list): Fix typo.
656
657         * wl-util.el (wl-current-message-buffer): Call
658         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
659
660         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
661         variable.
662         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
663         of `wl-summary-redisplay-no-mime'.
664         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
665         (wl-summary-toggle-mime): New function.
666         (wl-summary-redisplay-all-header): Rewrite.
667         (wl-summary-redisplay-no-mime): Ditto.
668         (wl-summary-redisplay-internal): Added argument `as-is' and
669         `all-header'.
670
671         * wl-refile.el (wl-refile-default-from-folder-path-separator):
672         New variable.
673         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
674         bottom.
675         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
676         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
677         "/" unconditionally.
678
679         * wl-mime.el (wl-draft-yank-current-message-entity): Use
680         wl-mime-preview-follow-no-mime for as-is content.
681         (wl-mime-preview-follow-no-mime): New function.
682         (wl-mime-preview-follow-current-region): Fixed parenthesis.
683
684         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
685         and added `as-is', `all-header'.
686         (wl-message-buffer-display): Ditto.
687         (wl-message-buffer-display-type): New function.
688
689 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
690
691         * wl-vars.el (wl-message-header-button-alist): Change default
692         value.
693         (wl-message-body-button-alist): Ditto.
694
695 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
696
697         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
698
699 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
700
701         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
702
703 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
704
705         * wl-summary.el (wl-summary-sync-marks): Remove condition which
706         is always true.
707
708 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
709
710         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
711         on null entity.
712
713 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
714
715         * wl-vars.el (wl-draft-reply-default-position): Fix range.
716
717 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
718
719         * wl-vars.el (wl-summary-resend-hook): New hook.
720
721         * wl-action.el (wl-summary-exec-action-resend-subr): Run
722         `wl-summary-resend-hook'.
723
724 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
725
726         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
727         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
728         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
729         (wl-summary-new-cached-mark): Changed default value to 'n'.
730         (wl-summary-unread-cached-mark): Changed default value to 'u'.
731         (wl-summary-answered-cached-mark): Changed default value to 'a'.
732         (wl-folder-sync-range-alist): Remove spec for 'flag.
733         (wl-summary-force-prefetch-folder-list): New user option.
734
735         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
736         `wl-summary-toggle-persistent-mark'.
737         (wl-summary-update-mark-and-highlight-window): Don't highlight when
738         number is nil.
739         (wl-summary-mark-as-answered-region): Set interactive argument of
740         `wl-summary-set-persistent-mark-internal'.
741         (wl-summary-mark-as-important-region): Ditto.
742         (wl-summary-unset-persistent-mark): Ditto.
743         (wl-summary-set-persistent-mark): Ditto.
744         (wl-summary-mark-as-answered): Ditto.
745         (wl-summary-mark-as-important): Ditto.
746         (wl-summary-set-persistent-mark-internal): Do nothing
747         when `elmo-message-flag-available-p' is nil.
748         (wl-summary-toggle-persistent-mark): New function.
749         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
750         when the folder matches `wl-summary-force-prefetch-folder-list'.
751
752
753         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
754         when number is nil.
755         (wl-highlight-summary-forwarded-face): New face.
756
757 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
758
759         * Version number is increased to 2.11.31.
760
761 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
762
763         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
764         (wl-biff-check-folder-async): Ditto.
765         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
766
767 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
768
769         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
770         Add an argument `reverse'.  All callers are updated.
771         (wl-summary-sort): Add a prefix argument `reverse' to specify
772         reverse sorting.
773         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
774         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
775         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
776
777 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
778
779         * wl-message.el (wl-message-redisplay): Does not narrow header if
780         disply-type is all-header or as-is.
781
782         * wl-summary.el (wl-summary-enter-handler): Use
783         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
784
785 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
786
787         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
788         after adding wl-draft-parent-variables.
789         (wl-draft-forward): Ditto.
790
791 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
792
793         * wl-summary.el (wl-summary-sync-marks): Call
794         `wl-summary-set-persistent-mark' and
795         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
796         (wl-summary-set-persistent-mark-internal): Add 4th argument
797         `no-server'.
798         (wl-summary-unset-persistent-mark): Ditto.
799         (wl-summary-set-persistent-mark): Ditto.
800         (wl-summary-add-flags-internal): Abolish.
801         (wl-summary-remove-flags-internal): Ditto.
802         (wl-summary-mark-as-important-internal): Ditto.
803         (wl-summary-mark-as-important): Use
804         `wl-summary-set-persistent-mark' instead of
805         `wl-summary-add-flags-internal'.
806         (wl-summary-mark-as-important-region): Ditto.
807
808         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
809
810         * wl-summary.el (wl-summary-get-available-flags): New function.
811         (wl-summary-sync-marks): Use it and simplified.
812         (wl-summary-unset-persistent-mark): Use
813         `wl-summary-get-available-flags'.
814         (wl-summary-set-persistent-mark): Ditto.
815
816 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
817
818         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
819         id.
820
821 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
822
823         * wl-summary.el (wl-summary-enter-handler): If argument is not a
824         number, call `wl-summary-prev-line-content'. Show message when the
825         message is not found.
826
827 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
828
829         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
830         wl-summary-enter-handler.
831         (wl-summary-enter-handler): New command.
832
833         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
834         docstring and custom spec.
835
836         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
837         flags too; Don't treat Cached and New.
838         (wl-summary-set-persistent-mark): Ditto.
839
840         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
841         `wl-folder-set-flag'.
842
843         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
844         instead of `wl-folder-set-flag'.
845
846         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
847         for completion.
848         (wl-summary-set-persistent-mark): Ditto.
849
850         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
851         instead of `wl-draft-quit-preview'.
852
853         * wl-mime.el (toplevel): Avoid compile warning.
854         (wl-mime-quit-preview): New function
855         (formarly defined as `wl-draft-quit-preview').
856         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
857         quitting method.
858
859         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
860
861         * wl-folder.el (wl-folder-set-flag): Renamed from
862         `wl-draft-set-flag-on-parent'.
863
864         * wl-draft.el (wl-draft-quit-preview): New function.
865         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
866         (wl-draft-send): Call `wl-folder-set-flag' instead of
867         `wl-draft-set-flag-on-parent'.
868         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
869
870 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
871
872         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
873         (wl-draft-send): Ditto.
874
875 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
876
877         * wl-vars.el (wl-draft-reply-hook): Changed default value.
878         (wl-draft-kill-pre-hook): Set default value as nil.
879         (wl-summary-reply-hook): Ditto.
880         (wl-draft-kill-flags): Abolish.
881
882         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
883         (wl-draft-parent-variables): Renamed from
884         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
885         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
886         argument; Add wl-draft-parent-variables to
887         wl-draft-config-variables.
888         (wl-draft-reply): Likewise.
889         (wl-draft-kill-flags): Abolish.
890         (wl-draft-send): Call wl-draft-set-flag-on-parent.
891         (wl-draft-set-flag-on-parent): New function.
892         (wl-draft-setup-parent-flag): Ditto.
893
894 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
895
896         * wl-draft.el (wl-draft-kill-flags): Avoid error when
897         `wl-draft-parent-folder' is "".
898
899 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
900
901         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
902         (wl-summary-digit-jump): New function.
903         (Adviced by John Owens and Hiroya Murata)
904
905         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
906         (Adviced by John Owens)
907
908         * wl-xmas.el (wl-message-define-keymap): Ditto.
909
910         * wl-mule.el (wl-message-define-keymap): Ditto.
911
912 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
913
914         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
915         change of return value of elmo-folder-count-flags.
916
917         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
918         (wl-summary-mark-as-read-internal): Ditto.
919         (wl-summary-set-persistent-mark-internal): Ditto.
920         (wl-summary-folder-info-update): Ditto.
921         (wl-summary-sync-update): Fixed the last change.
922
923         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
924
925 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
926
927         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
928         (wl-draft-kill-flags): Fixed docstring.
929
930         * wl-draft.el (wl-draft-kill-flags): New function.
931         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
932
933 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
934
935         * wl-vars.el (wl-reply-hook): Abolish.
936         (wl-draft-reply-hook): New hook.
937         (wl-summary-reply-hook): Ditto.
938         (wl-draft-forward-hook): Ditto.
939         (wl-summary-forward-hook): Ditto.
940         (wl-draft-kill-flags): New variable.
941
942         * wl-summary.el (wl-summary-mark-as-answered-region): Use
943         wl-summary-set-persistent-mark-internal.
944         (wl-summary-sync-marks): Use elmo-preserved-flags.
945         (wl-summary-update-persistent-mark): Make it interactive.
946         (wl-summary-set-persistent-mark-internal): New inline function.
947         (wl-summary-mark-as-answered): Use it.
948         (wl-summary-mark-as-unanswered): Ditto.
949         (wl-summary-unset-persistent-mark): New function.
950         (wl-summary-set-persistent-mark): Ditto.
951         (wl-summary-reply): Don't set answered flag;
952         Run wl-summary-reply-hook instead.
953         (wl-summary-forward): Call wl-draft-forward with number.
954         Run wl-summary-forward-hook.
955
956         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
957         (wl-highlight-summary-line-face-spec): Use it as a default
958         persistent mark face.
959
960         * wl-draft.el (wl-draft-forward): Added optional argument number;
961         Set wl-draft-parent-number; Run wl-draft-forward-hook.
962         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
963         (wl-draft-kill): Use wl-draft-kill-flags.
964
965         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
966
967         * wl-folder.el (wl-folder-check-one-entity): Follow the change
968         of return value of elmo-folder-count-flags.
969
970         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
971
972         * wl-summary.el (wl-summary-count-unread): Ditto.
973         (wl-summary-sync-update): Follow the change above.
974         (wl-summary-force-prefetch): New function.
975
976 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
977
978         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
979         variable `buf' with `let' instead of `setq'.
980
981 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
982
983         * wl-mime.el (wl-message-delete-current-part): If filename exists,
984         add Content-Disposition heaeder on the deleted part.
985
986 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
987
988         * wl-draft.el (wl-draft-save): Encode address list under edit by
989         `eword-encode-unstructured-field-body'.
990
991         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
992
993 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
994
995         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
996         wl-current-summary-buffer.
997
998 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
999
1000         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1001         `numbers' is ignored.
1002
1003 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1004
1005         * wl-folder.el (wl-folder-open-folder): Avoid error.
1006         Reported by John Owens, [wl-en:815]
1007
1008         * wl.el (wl): Set timer for biff process even if prefix argument
1009         is given or auto-checking is quitted.
1010
1011         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1012         immediately.
1013         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1014         (wl-toggle-plugged): Ditto.
1015
1016         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1017         * wl-util.el (wl-biff-start): Use idle timer if
1018         `wl-biff-use-idle-timer' is non-nil.
1019
1020 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1021
1022         * wl-highlight.el (wl-highlight-message): Fix description.
1023
1024 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1025
1026         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1027         tty.
1028
1029 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1030
1031         * wl-action.el (wl-summary-exec): Print failure count.
1032
1033 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1034
1035         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1036         to `defun', remove interactive form.
1037         Set elmo-message-fetch-confirm when force-reload is non-nil.
1038
1039 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1040
1041         * wl-summary.el (toplevel): Removed unnecessary autoload.
1042
1043 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1044
1045         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1046         the buffer is generated from another message buffer.
1047
1048 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1049
1050         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1051         extracted from `wl-fldmgr-save-folders'.
1052         (wl-fldmgr-delete): Call it after deletion.
1053
1054 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1055
1056         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1057         multi-tty support.
1058
1059 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1060
1061         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1062
1063 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1064
1065         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1066         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1067
1068 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1069
1070         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1071         unsubscribe list only if argument CLEAR is nil.
1072
1073 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1074
1075         * wl-draft.el (wl-draft-reply): Decode subject before removing
1076         Re: prefix.
1077
1078 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1079
1080         * wl-summary.el (wl-summary-sort-by-size): New command.
1081
1082 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1083
1084         * wl-summary.el (wl-summary-number-list-from-region): New
1085         function.
1086         (wl-summary-mark-as-read-region): Use it.
1087         (wl-summary-mark-as-unread-region): Ditto.
1088         (wl-summary-set-flags-region): Ditto and add optional argument
1089         remove.
1090         (wl-summary-mark-as-answered-region): Ditto.
1091         (wl-summary-mark-as-important-region): Ditto.
1092         (wl-summary-target-mark-mark-as-important): Added optional
1093         argument remove.
1094         (wl-summary-target-mark-mark-as-answered): Ditto.
1095         (wl-summary-target-mark-set-flags): Ditto.
1096
1097 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1098
1099         * wl-summary.el (wl-summary-set-flags-region): Call
1100         `wl-summary-set-flags-internal' with number list instead of call
1101         one by each message.
1102         (wl-summary-target-mark-set-flags): Likewise.
1103
1104 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1105
1106         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1107         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1108         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1109         (wl-summary-target-mark-mark-as-answered): Likewise.
1110
1111 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1112
1113         * wl-summary.el (wl-summary-target-mark-forward): Use
1114         `wl-summary-delete-all-target-marks' instead of
1115         `wl-summary-delete-all-temp-marks'.
1116         (wl-summary-target-mark-reply-with-citation): Ditto.
1117         (wl-summary-target-mark-uudecode): Ditto.
1118         (wl-summary-target-mark-set-flags): Ditto and remove needless
1119         cursor move.
1120
1121 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1122
1123         * wl-summary.el (wl-summary-target-mark-forward): Protect
1124         wl-summary-buffer-target-mark-list from nreverse.
1125         (wl-summary-target-mark-reply-with-citation): Ditto.
1126
1127 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1128
1129         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1130         `elmo-display-progress-threshold'.
1131
1132 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1133
1134         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1135         check `wl-summary-highlight'.
1136         (wl-summary-window-scroll-functions): Respect value of
1137         `wl-summary-highlight'.
1138         (wl-summary-sync-update): Run hooks
1139         `wl-summary-buffer-window-scroll-functions' at any time.
1140
1141 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1142
1143         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1144         from `wl-summary-cleanup-temp-marks'.
1145         (wl-summary-cleanup-temp-marks): Abolish argument.
1146         * wl.el (wl-save-status): Revert previous change.
1147         (wl-execute-temp-marks): New function, call
1148         `wl-summary-exec-with-confirmation'.
1149         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1150         (wl-folder-save-and-exec-marks): Abolished.
1151
1152 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1153
1154         * wl-e21.el (wl-e21-display-image-p): Respect
1155         `wl-highlight-folder-with-icon'.
1156         (wl-e21-highlight-folder-group-line): Highlight mouse line
1157         even if wl-e21-display-image-p is nil.
1158
1159         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1160         Respect value of `wl-summary-highlight'.
1161
1162         * wl.el (wl-save-status): Remove unused variable.
1163
1164         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1165         (wl-folder-mode-map): Bind it to "x".
1166
1167 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1168
1169         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1170
1171         * wl-thread.el (wl-thread-get-parent-list): Don't check
1172         disconnected ancestors, neglecting needless work in
1173         `wl-thread-update-indent-string-thread'.
1174
1175         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1176         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1177         argument, add argument default-keep to keep marks by default.
1178
1179         * Version number is increased to 2.11.30.
1180
1181         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1182         customization type and docstring.
1183         (wl-draft-reply-without-argument-list): Ditto.
1184
1185 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1186
1187         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1188
1189         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1190
1191 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1192
1193         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1194
1195 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1196
1197         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1198         save-excursion so as not to include run-hooks.
1199
1200 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1201
1202         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1203         Clarify that marks are going to be cleared.
1204
1205 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1206
1207         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1208         according to 3rd element of wl-summary-flag-mark.
1209
1210         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1211
1212 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1213
1214         * wl-action.el (wl-summary-target-mark-all): Don't set
1215         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1216
1217 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1218
1219         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1220         (wl-forward-subject-prefix): Ditto.
1221         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1222         (wl-draft-reply-make-subject): Ditto.
1223
1224         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1225         `wl-draft-forward'.
1226         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1227
1228 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1229
1230         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1231         target message does not exist.
1232
1233 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1234
1235         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1236         `wl-subject-prefix-regexp'.
1237         (wl-subject-forward-prefix-regexp): New variable.
1238         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1239         `wl-draft-strip-subject-re' and take regexp as argument.
1240         (wl-draft-forward): Use it.
1241         (wl-draft-reply): Ditto.
1242
1243 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1244
1245         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1246         emacs multi-tty support.
1247
1248 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1249
1250         * wl-e21.el (wl-e21-display-image-p): Don't call
1251         `display-images-p'.
1252         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1253         support.
1254         (wl-highlight-folder-current-line): Ditto.
1255         (wl-folder-init-icons): Ditto.
1256
1257 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1258
1259         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1260         the last line of summary in unplugged mode.
1261
1262 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1263
1264         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1265
1266 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1267
1268         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1269         * wl-address.el (wl-address-user-mail-address-p): Use it.
1270         (wl-address-delete-user-mail-addresses): Ditto.
1271         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1272
1273         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1274         (wl-address-delete-user-mail-addresses): Ditto.
1275
1276         * wl-address.el (wl-address-delete-user-mail-addresses): New
1277         function.
1278         * wl-refile.el (wl-refile-guess-by-history): Use it.
1279         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1280         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1281
1282         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1283         use wl-address-user-mail-address-p.
1284
1285 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1286
1287         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1288         after opening group.
1289
1290 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1291
1292         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1293         of elmo-set-buffer-multibyte.
1294
1295         * wl-message.el (wl-original-message-mode): Ditto.
1296
1297         * wl-score.el (wl-score-insert-header): Ditto.
1298
1299         * wl-summary.el
1300         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1301         (wl-summary-goto-folder-subr): Ditto.
1302         (wl-summary-insert-headers): Ditto.
1303
1304         * wl-util.el (wl-set-string-width): Ditto.
1305
1306         * Version number is increased to 2.11.29.
1307
1308 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1309
1310         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1311         (wl-highlight-summary-line-help-echo-alist): New variable.
1312         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1313         into `wl-highlight-summary-line-help-echo' and
1314         `wl-highlight-flag-folder-help-echo'.
1315         (wl-highlight-summary-line-string): Change accordingly.
1316         (wl-highlight-summary-current-line): Ditto.
1317
1318 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1319
1320         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1321         at the beginning of field body (Thanks to Markus Knittig).
1322
1323         * wl-draft.el (wl-draft-insert-current-message): Also check
1324         summary buffer, remove unnecessary tag.
1325
1326 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1327
1328         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1329         when wl-message-buffer is nil.
1330
1331         * wl-folder.el (wl-folder): Abolish unused argument.
1332         Call wl-folder-init when wl-folder-entity is nil.
1333         * wl.el (wl): Change accordingly.
1334
1335 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1336
1337         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1338         multibyte string before insert into draft buffer.
1339         (wl-draft-create-buffer): Always enable multibyte characters for
1340         draft buffer.
1341
1342         * Version number is increased to 2.11.28.
1343
1344 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1345
1346         * wl-folder.el (wl-folder-open-close): Handle blank line.
1347         (wl-folder-jump-to-current-entity): Ditto.
1348
1349 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1350
1351         * Version number is increased to 2.11.27.
1352
1353 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1354
1355         * wl-thread.el (wl-thread-insert-message): When the thread is
1356         devided by wl-summary-max-thread-depth, insert line at the end of
1357         buffer.
1358
1359 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1360
1361         * Version number is increased to 2.11.26.
1362
1363 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1364
1365         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1366
1367 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1368
1369         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1370         value of stream-type and session.
1371
1372 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1373
1374         * Version number is increased to 2.11.25.
1375
1376 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1377
1378         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1379         in a quit message.
1380
1381 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1382
1383         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1384         (wl-summary-redisplay-no-mime-internal): Ditto.
1385
1386 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1387
1388         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1389         * wl-vars.el (wl-smtp-connection-type): Ditto.
1390
1391 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1392
1393         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1394         for the separator line and quote mail-header-separator.
1395
1396 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1397
1398         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1399         result message.
1400
1401         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1402         `elmo-multiple-fields-body-list' with boundary as
1403         mail-header-separator.
1404
1405 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1406
1407         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1408
1409 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1410
1411         * wl-util.el (wl-list-diff): Remove unused function.
1412
1413         * wl-draft.el (wl-draft-send-confirm): Discard input before
1414         confirmation.
1415
1416 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1417
1418         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1419         order of flag and new.
1420
1421 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1422
1423         * wl-vars.el (wl-refile-policy-alist): Abolished.
1424
1425         * wl-action.el (wl-summary-set-action-refile): Follow the change
1426         above.
1427
1428 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1429
1430         * wl-highlight.el (wl-highlight-signature-search): Don't use
1431         re-search-backward for a long word since it is possible to crash
1432         XEmacs because of a bug.
1433
1434 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1435
1436         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1437
1438 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1439
1440         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1441         argument for wl-summary-sync-force-update.
1442
1443 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1444
1445         * wl-summary.el (wl-summary-mode-map): Revival of
1446         wl-summary-mark-as-important related bindings;
1447         Bind 'F','tF','mF','rF','m&'.
1448         (wl-summary-mark-as-important-region): Revival.
1449         (wl-summary-target-mark-mark-as-important): Ditto.
1450         (wl-summary-target-mark-operation): New function.
1451         (wl-summary-target-mark-mark-as-answered): Use it.
1452         (wl-summary-decide-flag): Don't set Important as default.
1453         (wl-summary-mark-as-important-internal): Revival.
1454         (wl-summary-mark-as-important): Ditto.
1455
1456         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1457
1458         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1459         instead of facep.
1460
1461 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1462
1463         * wl-dnd.el (wl-dnd-drop-func): Fix.
1464
1465         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1466         mouse-set-point instead of posn-point.
1467
1468         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1469
1470         * wl-mule.el (wl-completing-read-multiple): Ditto.
1471
1472 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1473
1474         * wl-demo.el (face-background-name): Defalias to avoid compile
1475         warning.
1476
1477 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1478
1479         * wl-summary.el (wl-summary-decide-flag): Use
1480         wl-completing-read-multiple instead of completing-read-multiple.
1481
1482         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1483         New alias.
1484
1485         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1486         Use face-background-name instead of face-background.
1487
1488         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1489
1490         * wl-summary.el (wl-summary-save): Use it.
1491         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1492
1493         * wl-mime.el (wl-mime-save-content): Fix last change.
1494
1495 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1496
1497         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1498         New function.
1499         (wl-summary-sort-specs): Added sort.
1500         * wl-mime.el (wl-mime-save-content): Expand file name.
1501
1502 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1503
1504         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1505
1506         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1507
1508 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1509
1510         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1511         for flag if it is not defined.
1512
1513 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1514
1515         * wl-e21.el (wl-highlight-folder-current-line): Use
1516         elmo-folder-type-internal when elmo-folder-type returns nil.
1517
1518         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1519
1520         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1521
1522         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1523
1524         * wl-e21.el (wl-summary-toolbar): Ditto.
1525
1526         * wl-vars.el (wl-demo-background-color): Abolished.
1527         (wl-summary-persistent-mark-priority-list): Renamed from
1528         wl-summary-flag-priority-list.
1529         (wl-summary-flag-alist): New user option.
1530         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1531         (wl-message-mode-line-format-spec-alist): Added 'F'.
1532         (wl-message-mode-line-format): Likewise.
1533         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1534         instead of wl-summary-important-mark.
1535         (wl-file-folder-icon): New variable.
1536
1537         * wl-thread.el (wl-thread-set-flags): Renamed from
1538         wl-thread-mark-as-important.
1539
1540         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1541         warning.
1542         (wl-summary-mode-menu-spec): Follow the change of 
1543         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1544         (wl-summary-mode-map): Follow the change of
1545         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1546         (wl-summary-detect-mark-position): Follow the variable name change.
1547         (wl-summary-set-flags-region): New function for the replacement of
1548         wl-summary-mark-as-important-region.
1549         (wl-summary-sync-marks): Sync all global-flags.
1550         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1551         instead of elmo-message-flagged-p.
1552         (wl-summary-persistent-mark-string): Follow the variable name change;
1553         Put wl-summary-flag-mark if the message has global-flag.
1554         (wl-summary-target-mark-set-flags): Renamed from 
1555         wl-summary-target-mark-mark-as-important.
1556         (wl-summary-decide-flag): New function.
1557         (wl-summary-set-flags-internal): Renamed from
1558         wl-summary-mark-as-important-internal.
1559         (wl-summary-add-flags-internal): New function.
1560         (wl-summary-remove-flags-internal): Ditto.
1561         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1562         (wl-summary-mark-as-unimportant): Abolish.
1563         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1564         (wl-summary-next-message): List flagged messages in the msgdb.
1565
1566         * wl-score.el (wl-summary-score-update-all-lines): Use
1567         wl-summary-add-flags-internal instead of 
1568
1569         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1570
1571         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1572         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1573         (wl-message-buffer-require-all-header): Renamed from
1574         wl-message-buffer-all-header-flag (Ditto).
1575         (wl-message-buffer-flag-indicator): New variable.
1576         (wl-message-redisplay): Changed local varibale name from `flag' to
1577         `display-type'; Set up wl-message-buffer-flag-indicator.
1578         (wl-message-buffer-display): Changed varibale name from `flag' to
1579         `display-type'.
1580         (wl-message-display-internal): Likewise.
1581
1582         * wl-highlight.el (wl-highlight-demo-face): Define default background
1583         color.
1584         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1585
1586         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1587
1588         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1589         (wl-demo-setup-properties): Renamed from
1590         `wl-demo-set-background-color'.
1591         (wl-demo): Follow the change above.
1592         
1593         * Version number is increased to 2.11.24.
1594
1595 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1596
1597         * wl-summary.el (wl-summary-toggle-thread): Call
1598         `wl-summary-rescan' with disable-thread as non-nil.
1599         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1600
1601 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1602
1603         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1604         foreground property of the face.
1605         (wl-demo-insert-text): Don't set up face property here.
1606         (wl-demo): Call wl-demo-set-background-color, anyway.
1607
1608 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1609
1610         * wl-vars.el (wl-demo-background-color): The value can be nil.
1611
1612 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1613
1614         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1615         to wl-summary-wheel-dispatcher.
1616
1617         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1618         wl-message-wheel-dispatcher.
1619         (wl-message-wheel-dispatcher): New function.
1620         (wl-summary-wheel-dispatcher): Ditto.
1621
1622 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1623
1624         * wl-action.el (wl-summary-target-mark-all): List messages which are
1625         not in the killed-list.
1626
1627         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1628         only when the folder is 'flag/important.
1629
1630         * wl-address.el (wl-complete-field-body): Complete if the last
1631         character is a space.
1632
1633 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1634
1635         * wl-folder.el (wl-folder-clear-entity-info): Use
1636         elmo-clear-hash-val.
1637
1638         * wl-fldmgr.el (wl-fldmgr-rename): Set
1639         wl-folder-info-alist-modified as t.
1640
1641 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1642
1643         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1644
1645 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1646
1647         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1648         (wl-folder-buffer-last-visited-entity-id): New buffer local
1649         variable.
1650         (wl-folder-revisit-last-visited-folder): New function.
1651         (wl-folder-mode-map): Bind it to "C-i".
1652         (wl-folder-set-current-entity-id): Set last visited folder.
1653         * wl-summary.el (wl-summary-exit): Ditto.
1654
1655 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1656
1657         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1658         before calling `recenter' in order to cope with an XEmacs bug.
1659
1660 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1661
1662         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1663         to the default value.
1664
1665 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1666
1667         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1668         change.
1669         (wl-summary-sync-marks): Ditto.
1670         (wl-summary-mark-as-read-internal): Ditto.
1671         (wl-summary-mark-as-answered-internal): Ditto.
1672         (wl-summary-mark-as-important-internal): Ditto.
1673         (wl-summary-reply): Ditto.
1674
1675         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1676         instead of `elmo-folder-unflag-answered'.
1677
1678         * Version number is increased to 2.11.23.
1679
1680         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1681         the last change.
1682
1683 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1684
1685         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1686         Specify "spam" or "good".
1687
1688 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1689
1690         * wl-spam.el (wl-summary-exec-action-spam): Call
1691         wl-folder-confirm-existence for spam folder.
1692         (wl-spam-setup): Bind "mk".
1693
1694 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1695
1696         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1697
1698 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1699
1700         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1701         destination folder is empty.
1702
1703 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1704
1705         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1706         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1707
1708         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1709         (wl-summary-refile-prev-destination-region): New function.
1710         (wl-thread-refile-prev-destination): Ditto.
1711         (wl-summary-target-mark-refile-prev-destination): Ditto.
1712
1713 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1714
1715         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1716         (wl-demo-background-color): Changed default value.
1717
1718         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1719         color.
1720
1721         * wl-demo.el (wl-demo-set-background-color): New function.
1722         (wl-demo): Call it.
1723
1724 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1725
1726         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1727         * wl-address.el (wl-address-add-or-change): Don't add empty
1728         address.
1729
1730 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1731
1732         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1733
1734 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1735
1736         * wl-vars.el (wl-demo-image-filter-alist): New variable
1737         (wl-demo-background-color): Ditto.
1738
1739         * wl-demo.el (wl-demo-xpm-set-background): New function.
1740         (wl-demo-image-filter): Ditto.
1741         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1742
1743         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1744
1745         * wl-demo.el (wl-demo-icon-name): Define as function.
1746         (wl-demo-insert-image): Use it.
1747
1748 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1749
1750         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1751
1752 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1753
1754         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1755
1756 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1757
1758         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1759
1760 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1761
1762         * wl-thread.el (wl-thread-mark-as-answered): New function.
1763
1764         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1765         answered" entry.
1766         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1767         "r&" and wl-thread-mark-as-answered to "t&".
1768         (wl-summary-mark-as-important-region): Refine to toggle mark.
1769         (wl-summary-mark-as-answered-region): New function.
1770         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1771         and 3rd argument.
1772         (wl-summary-mark-as-important-internal): Likewise.
1773
1774 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1775
1776         * wl-template.el (wl-template-preview): New internal variable.
1777         (wl-template-preview-p): New function.
1778         (wl-template-show): Bind `wl-template-preview' as t.
1779
1780 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1781
1782         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1783         `elmo-message-entity-field' with 3rd argument which is non-nil.
1784
1785 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1786
1787         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1788         Removed duplicate local bind `folder'.
1789
1790 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1791
1792         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1793
1794 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1795
1796         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1797         duplicate definition.
1798
1799 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1800
1801         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1802         non-nil, use it; Don't fetch message if there's no message in the
1803         current cursor position.
1804
1805 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1806
1807         * wl-util.el (wl-region-exists-p): Use region-active-p.
1808         (wl-deactivate-region): New function.
1809         * wl-message.el (wl-message-redisplay): Deactivate region.
1810
1811         * wl-summary.el (wl-summary-reply): Call
1812         `wl-summary-set-message-buffer-or-redisplay' instead of
1813         `wl-summary-redisplay-internal', don't move point.
1814
1815 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1816
1817         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1818         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1819         by regexp.
1820
1821 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1822
1823         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1824         if no need.
1825
1826 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1827
1828         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1829         default value to nil.
1830         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1831         `wl-summary-prepare-hook'; Replace refile action to
1832         `wl-summary-exec-action-refile-with-register'.
1833
1834         * Version number is increased to 2.11.22.
1835
1836 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1837
1838         * wl-summary.el (wl-summary-detect-mark-position): Set
1839         `wl-summary-buffer-weekday-name-lang'.
1840
1841 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1842
1843         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1844         (wl-summary-mark-as-read-all): Ditto.
1845         (wl-summary-delete-messages-on-buffer): Ditto.
1846         (wl-summary-sync-update): Ditto.
1847         (wl-summary-mark-as-read-internal): Ditto.
1848         (wl-summary-mark-as-answered-internal): Ditto.
1849         (wl-summary-update-folder-info): Abolished.
1850
1851 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1852
1853         * wl-summary.el (wl-summary-mark-as-read-all): Use
1854         `wl-summary-update-folder-info' instead of
1855         `wl-folder-update-unread'.
1856
1857 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1858
1859         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1860         `wl-summary-folder-info-update'.
1861         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1862         instead of `wl-summary-folder-info-update'.
1863         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1864         `wl-folder-set-folder-updated'.
1865         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1866         instead of `wl-folder-update-unread'.
1867         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1868         the value of `wl-summary-buffer-unread-count' for the second parameter of
1869         `wl-folder-update-unread'.
1870
1871         * Version number is increased to 2.11.21.
1872
1873 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1874
1875         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1876         a local variable.
1877
1878 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1879
1880         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1881         interactively.
1882
1883         * wl-summary.el (wl-summary-mark-as-important-internal): New
1884         internal function.
1885         (wl-summary-mark-as-important): Use it.
1886         (wl-summary-mark-as-unimportant): New function.
1887         (wl-summary-sync-marks): Follow the API change.
1888
1889         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1890
1891         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1892
1893 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1894
1895         * wl-folder.el (wl-folder-update-unread): Re-indent.
1896         Narrow the scope of a local variable.
1897
1898 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1899
1900         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1901         (wl-addrmgr-merge-entries): Ditto.
1902         (wl-addrmgr): Added to address entry which exists in draft buffer
1903         if no entry is in original.
1904
1905 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1906
1907         * wl-batch.el: New file.
1908
1909 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1910
1911         * wl-vars.el (wl-use-semi): Remove unused variable.
1912
1913 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1914
1915         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1916         "?".
1917
1918 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1919
1920         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1921         wl-summary-new-mark.
1922         (wl-summary-new-cached-mark): New user option.
1923         (wl-summary-score-marks): Follow the change above.
1924         (wl-summary-auto-refile-skip-marks): Ditto.
1925         (wl-summary-incorporate-marks): Ditto.
1926         (wl-summary-expire-reserve-marks): Ditto.
1927
1928         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1929
1930         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1931         (wl-summary-persistent-mark-string): Distinguished between cached
1932         and uncached mark when the message is new.
1933
1934 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1935
1936         * wl-spam.el (wl-spam-domain): Renamed from
1937         `wl-spam-folder-guess-domain'.
1938         (wl-summary-exec-action-spam): Register as spam if domain of the
1939         source folder is good.
1940         (wl-summary-exec-action-refile-with-register): Register message if
1941         domain of the source folder is not undecided.
1942
1943 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1944
1945         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1946         detect thread loop.
1947
1948 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1949
1950         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1951         and wl-summary-skip-mark-list.
1952
1953 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1954
1955         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1956
1957         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1958
1959         * wl-spam.el (toplevel): Require wl-highlight.
1960         (wl-spam-auto-check-policy-alist): Abolish.
1961         (wl-spam-auto-check-folder-regexp-list): New user option.
1962         (wl-spam-auto-check-marks): Ditto.
1963         (wl-spam-mark-action-list): Ditto.
1964         (wl-highlight-summary-spam-face): New face.
1965         (wl-spam-auto-check-message-p): New function.
1966         (wl-spam-map-spam-messages): Fixed message.
1967         (wl-spam-register-spam-messages): Ditto.
1968         (wl-spam-register-good-messages): Ditto.
1969         (wl-summary-spam-map): Add and remove keybind.
1970         (wl-summary-target-mark-spam): Abolish.
1971         (wl-summary-refile-spam): Ditto.
1972         (wl-summary-test-spam): New function.
1973         (wl-summary-mark-spam): Ditto.
1974         (wl-summary-auto-check-spam): Follow the above change.
1975         (wl-summary-exec-action-spam): New function.
1976         (wl-summary-exec-action-refile-with-register): Fixed message.
1977         (wl-message-check-spam): New function.
1978         (wl-spam-setup): Ditto.
1979         (toplevel): Call it if this file is loaded interactivity.
1980
1981         * Version number is increased to 2.11.20.
1982
1983 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1984
1985         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1986         when new optional argument `force' is non nil or modified.
1987
1988 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1989
1990         * wl.el (toplevel): Require wl-spam when compile.
1991         (wl-save-status): Call wl-spam-save-status.
1992
1993         * wl-spam.el (wl-spam-register-spam-messages): New function.
1994         (wl-spam-register-good-messages): Ditto.
1995         (wl-spam-save-status): Ditto.
1996         (wl-summary-mode-map): Bind
1997         wl-summary-target-mark-register-as-spam to "ms" and
1998         wl-summary-target-mark-register-as-good to "mn".
1999         (wl-summary-register-as-spam): Abolish optional argument; Use
2000         wl-spam-register-spam-messages.
2001         (wl-summary-register-as-spam-all): Use
2002         wl-spam-register-spam-messages.
2003         (wl-summary-register-as-good): Abolish optional argument; Use
2004         wl-spam-register-good-messages.
2005         (wl-summary-register-as-good-all): Use
2006         wl-spam-register-good-messages.
2007         (wl-summary-target-mark-register-as-spam): New funtion.
2008         (wl-summary-target-mark-register-as-good): Ditto.
2009
2010 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2011
2012         * wl-spam.el: New file.
2013
2014 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2015
2016         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2017
2018         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2019         (wl-summary-auto-refile): Call wl-refile-guess with
2020         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2021
2022 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2023
2024         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2025         with disable-thread argument non-nil.
2026
2027 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2028
2029         * wl-summary.el (wl-summary-rescan): Added optional argument
2030         disable-thread.
2031         (wl-summary-sync): Call wl-summary-rescan with argument
2032         disable-thread.
2033         (wl-summary-input-range): Added new range `rescan-thread'.
2034
2035 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2036
2037         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2038
2039 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2040
2041         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2042         internal variable.
2043         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2044         wl-summary-search-parent-by-subject-regexp and
2045         wl-summary-divide-thread-when-subject-changed as nil.
2046         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2047         (wl-summary-insert-thread): Search parent entity from
2048         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2049         thread loop.
2050
2051 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2052
2053         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2054
2055         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2056
2057         * wl-util.el (wl-require-update-all-folder-p): New function.
2058         (wl-get-assoc-list-value): Added `function' to match directive.
2059         (wl-collect-draft): Rewrite.
2060
2061         * wl-summary.el (wl-summary-sync-update): Clear faces
2062         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2063         are non-nil.
2064         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2065         argument as function.
2066         (wl-summary-input-range): Ditto.
2067
2068         * wl-folder.el (wl-draft-get-folder): New function.
2069         (wl-folder-get-elmo-folder): Consider draft folder.
2070
2071         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2072         (wl-draft-buffer-message-number): New buffer local variable.
2073         (wl-draft-folder-internal): New internal variable.
2074         (wl-draft-delete): Rewrite.
2075         (wl-draft-save): Ditto.
2076         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2077         wl-folder-get-elmo-folder.
2078         (wl-draft-config-info-operation): Ditto.
2079         (wl-jump-to-draft-folder): Ditto.
2080         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2081         (wl-draft-reedit): Rewrite.
2082
2083         * Version number is increased to 2.11.19.
2084         
2085 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2086
2087         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2088         variable.
2089
2090 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2091
2092         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2093         Use ignore-errors instead of unwind-protect.
2094
2095 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2096
2097         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2098         for updating `wl-thread-entity-list'.
2099
2100 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2101
2102         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2103         parameter from calling `wl-thread-entity-get-older-brothers' and
2104         `wl-thread-entity-get-younger-brothers'.
2105         Replace nested `append' with a single one.
2106
2107 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2108
2109         * wl-summary.el (wl-summary-mode): Don't use the return value of
2110         `make-local-hook'.
2111
2112 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2113
2114         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2115         instead of `let*'.
2116         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2117         of local variables.
2118
2119 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2120
2121         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2122         Renamed from wl-summary-window-scroll-functions.
2123         (wl-summary-window-scroll-functions): Don't set to variable.
2124         (wl-summary-display-top): Use run-hooks.
2125         (wl-summary-display-bottom): Ditto.
2126         (wl-summary-toggle-disp-msg): Ditto.
2127         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2128         Use it instead of wl-summary-window-scroll-functions.
2129         (wl-summary-goto-folder-subr): Don't call
2130         wl-summary-window-scroll-functions, use
2131         wl-summary-buffer-window-scroll-functions instead.
2132
2133 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2134
2135         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2136         make-local-variable.
2137
2138 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2139
2140         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2141         set-buffer-modified-p.
2142         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2143         (wl-summary-display-bottom): Ditto.
2144         (wl-summary-toggle-disp-msg): Ditto.
2145
2146 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2147
2148         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2149
2150         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2151         (wl-summary-forward): Use elmo-message-entity-field instead of
2152         elmo-message-field.
2153
2154         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2155
2156 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2157
2158         * wl-summary.el (wl-summary-window-scroll-functions): No use
2159         `append'.
2160
2161 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2162
2163         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2164         function.
2165         (wl-summary-window-scroll-functions): Call it when both
2166         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2167         (wl-summary-temp-mark): Added optional argument number.
2168         (wl-summary-message-mark): Added optional argument flag.
2169         (wl-summary-persistent-mark): Added optional argument number and flag.
2170         (wl-summary-update-persistent-mark): Ditto.
2171         (wl-summary-update-status-marks): Set "r" for interactive spec.
2172
2173         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2174         argument number and flag.
2175
2176         * wl-action.el (wl-summary-registered-temp-mark): 
2177         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2178
2179 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2180
2181         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2182         internal variable (buffer local).
2183         (wl-summary-window-scroll-functions): New function.
2184         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2185         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2186         as nil.
2187         (wl-summary-update-status-marks): Added arguments beg, end and
2188         check.
2189         (wl-summary-update-mark-window): Use function.
2190         (wl-summary-sync-update): Follow the change above.
2191         (wl-summary-switch-to-clone-buffer): Copy
2192         wl-summary-buffer-unsync-mark-number-list.
2193         (wl-summary-goto-folder-subr): Set
2194         wl-summary-buffer-unsync-mark-number-list and
2195         use wl-summary-window-scroll-functions instead of
2196         wl-summary-lazy-highlight.
2197
2198         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2199
2200 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2201
2202         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2203
2204         * wl-summary.el (wl-summary-update-persistent-mark): Call
2205         wl-summary-set-message-modified.
2206
2207         * wl-summary.el (wl-summary-sync-update): Don't call
2208         wl-summary-update-status-marks.
2209
2210         * Version number is increased to 2.11.18.
2211
2212 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2213
2214         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2215         (wl-message-next-page): Ditto.
2216
2217 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2218
2219         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2220         local variable.  Change the order of a collected list into the
2221         same as the specified range.  Remove nil from a collected list.
2222
2223 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2224
2225         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2226         argument for elmo-folder-list-messages.
2227
2228 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2229
2230         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2231         change (wl-summary-count-unreads return a list instead of a cons
2232         cell).
2233
2234 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2235
2236         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2237         `wl-summary-folder-info-update'.
2238
2239 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2240
2241         * wl-summary.el (wl-summary-set-message-modified): No use
2242         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2243         (wl-summary-set-mark-modified): Abolish.
2244         (wl-summary-mark-modified-p): Ditto.
2245         (wl-summary-save-view): Follow the change above.
2246
2247         * wl-expire.el (wl-summary-expire): Likewise.
2248
2249 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2250
2251         * wl-summary.el (wl-summary-detect-mark-position): Use
2252         modb-entity-handler.
2253         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2254
2255         * Version number is increased to 2.11.17.
2256
2257 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2258
2259         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2260         entity field value.
2261         (wl-summary-prefetch-msg): Ditto.
2262         (wl-summary-print-message-with-ps-print): Ditto.
2263
2264 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2265
2266         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2267         for dummy entity.
2268         (wl-summary-insert-thread): Use elmo-message-entity-field.
2269         (wl-summary-update-thread): Use elmo-message-entity-field and
2270         elmo-message-entity-number.
2271         (wl-summary-line-number):  Use elmo-message-entity-number.
2272         (wl-summary-line-size): Use elmo-message-entity-field.
2273         (wl-summary-line-subject): Ditto.
2274         (wl-summary-line-from): Ditto.
2275         (wl-summary-line-attached): Ditto.
2276         (wl-summary-create-line): Ditto.
2277         (wl-summary-create-line): Use elmo-message-entity-number.
2278         (wl-summary-print-message-with-ps-print): Use
2279         elmo-message-entity-field.
2280
2281 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2282
2283         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2284         change in elmo-msgdb-make-message-entity.
2285         (wl-summary-buffer-set-folder): Don't call
2286         wl-summary-detect-mark-position here.
2287         (wl-summary-rescan): Call elmo-message-entity-number.
2288         (wl-summary-sync-update): Ditto.
2289         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2290
2291         * wl-score.el (wl-score-header-index): Redefine 2th element.
2292         (wl-score-overview-entity-get-extra): Abolish.
2293         (wl-score-ov-entity-get): Rewrite.
2294         (wl-score-string-index<, wl-score-string-func<): Abolish.
2295         (wl-score-string<): New function.
2296         (wl-score-string-sort): Use it.
2297
2298         * wl-refile.el (wl-refile-guess-by-history): Use
2299         elmo-message-entity-field.
2300         (wl-refile-guess-by-from): Ditto.
2301         (wl-refile-guess-by-msgid): Ditto.
2302
2303         * Version number is increased to 2.11.16.
2304
2305 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2306
2307         * wl-folder.el (wl-folder-confirm-existence): Don't call
2308         file-exists-p if msgdb-path is nil.
2309         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2310         `wl-read-folder-hist' to `wl-read-folder-history'.
2311
2312 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2313
2314         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2315         `y-or-n-p'.
2316
2317 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2318
2319         * wl-score.el (wl-score-headers): Don't use
2320         elmo-folder-do-each-message-entity.
2321
2322         * Version number is increased to 2.11.15.
2323
2324 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2325
2326         * wl-summary.el (wl-summary-delete-all-msgs): Use
2327         elmo-folder-move-messages instead of elmo-folder-delete-messages
2328         and elmo-folder-detach-messages.
2329         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2330
2331         * wl-expire.el (wl-expire-delete): Ditto.
2332         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2333
2334 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2335
2336         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2337         (wl-message-header-narrowing-fields): Ditto.
2338         (wl-message-header-narrowing-lines): Ditto.
2339         (wl-message-header-narrowing-string): Ditto.
2340
2341         * wl-summary.el (wl-summary-mode-map): Bind
2342         wl-summary-toggle-header-narrowing to "C-cC-f".
2343         (wl-summary-toggle-header-narrowing): New function.
2344
2345         * wl-message.el (wl-message-buffer-create): Call
2346         wl-message-header-narrowing-setup.
2347         (wl-message-redisplay): Call wl-message-header-narrowing.
2348         (wl-message-header-narrowing): New function.
2349         (wl-message-header-narrowing-map): New keymap.
2350         (wl-message-header-narrowing-widen-map): New keymap.
2351         (wl-message-header-narrowing-again-at-mouse): New function.
2352         (wl-message-header-narrowing-1): Ditto.
2353         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2354         (wl-message-header-narrowing-setup): Ditto.
2355         (wl-message-header-narrowing-toggle): Ditto.
2356         
2357         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2358
2359         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2360         'flag as all.
2361         (wl-use-flag-folder-help-echo): New user option.
2362
2363         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2364         wl-summary-highlight as nil.
2365         (wl-summary-set-mark-modified): Follow the API change.
2366         (wl-summary-mark-modified-p): Ditto.
2367         (wl-summary-mark-as-read-all): Ditto.
2368         (wl-summary-sync-marks): Don't call
2369         elmo-folder-list-messages-with-global-mark.
2370         (wl-summary-mark-as-read-internal): Follow the API change.
2371         (wl-summary-mark-as-answered-internal): Ditto.
2372         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2373         Follow the API change.
2374         (wl-summary-create-line): Call with number argument.
2375         (wl-summary-reply): Follow the API change.
2376
2377         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2378         function.
2379         (wl-highlight-summary-line-string): Call it when
2380         wl-use-flag-folder-help-echo is non-nil.
2381         (wl-highlight-summary-current-line): Ditto.
2382         (elmo-flag-folder-referrer): Added autoload setting.
2383
2384         * wl-draft.el (wl-draft-kill): Follow the API change.
2385
2386         * Version number is increased to 2.11.14.
2387         
2388 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2389
2390         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2391
2392 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2393
2394         * Version number is increased to 2.11.13.
2395
2396 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2397
2398         * wl-draft.el (wl-draft-previous-history-element): Fixed
2399         unbalanced parenthesis and bind unbound local variables.
2400
2401 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2402
2403         * wl-draft.el (wl-draft-previous-history-element): New function.
2404         (wl-draft-next-history-element): Ditto.
2405         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2406         them to M-p and M-n.
2407
2408 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2409
2410         * Version number is increased to 2.11.12.
2411
2412 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2413
2414         * wl-draft.el (wl-draft-hide): Select buffer-window.
2415
2416 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2417
2418         * wl-summary.el (wl-summary-narrow-to-region): New function.
2419         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2420         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2421         (wl-summary-save-region): Use it.
2422         * wl-action.el (wl-summary-collect-numbers-region)
2423         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2424
2425 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2426
2427         * wl-folder.el (wl-folder-count-incorporates): Don't use
2428         `elmo-msgdb-mark-load'
2429
2430         * Version number is increased to 2.11.11.
2431
2432 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2433
2434         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2435         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2436
2437 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2438
2439         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2440
2441 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2442
2443         * Version number is increased to 2.11.10.
2444
2445 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2446
2447         * wl-mime.el (wl-draft-attribute-value): Fixed.
2448
2449 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2450
2451         * wl-util.el (wl-copy-local-variables): New function.
2452
2453         * wl-mime.el (wl-draft-attribute-recipients): New function.
2454         (wl-draft-attribute-envelope-from): Ditto.
2455         (wl-draft-attribute-smtp-posting-server): Ditto.
2456         (wl-draft-attribute-smtp-posting-port): Ditto.
2457         (wl-draft-attribute-value): Ditto.
2458         (wl-draft-preview-message): Use it to get value for
2459         attributes. Reflect result of `wl-draft-config'.
2460
2461         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2462         and call `wl-summary-mark-as-read' before to call
2463         `wl-summary-unset-mark'.
2464         (wl-summary-target-mark-mark-as-unread): Likewise.
2465         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2466
2467 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2468
2469         * wl-mime.el (wl-draft-preview-message): Use actual value for
2470         attributes; Fix for small window.
2471
2472 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2473
2474         * wl-refile.el (wl-refile-get-field-value): Call
2475         `elmo-message-entity-field' with 3rd argument is non-nil.
2476
2477 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2478
2479         * wl-vars.el (wl-draft-preview-attributes): New user option.
2480         (wl-draft-preview-attributes-list): Ditto.
2481         (wl-draft-preview-attributes-buffer-lines): Ditto.
2482         (wl-draft-preview-attributes-buffer-name): Ditto.
2483
2484         * wl-mime.el (wl-draft-preview-message): Display attributes.
2485
2486 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2487
2488         * wl-summary.el (wl-summary-detect-mark-position): Bind
2489         wl-summary-flag-priority-list to '(new).
2490
2491 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2492
2493         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2494         funtion.
2495         (wl-highlight-summary-line-string): Use it.
2496         (wl-highlight-summary-current-line): Ditto.
2497
2498 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2499
2500         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2501         line even when the mark string is not changed.
2502
2503         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2504         argument change in the wl-summary-create-line.
2505         (wl-thread-insert-entity-sub): Ditto.
2506
2507         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2508         argument change in the wl-summary-create-line.
2509         (wl-summary-insert-sequential): Ditto.
2510         (wl-summary-update-thread): Ditto.
2511         (wl-summary-persistent-mark-string): New inline function.
2512         (wl-summary-message-mark): Use it.
2513         (wl-summary-create-line): Abolish argument wl-persistent-mark
2514         and added wl-flags, wl-cached.
2515
2516         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2517         mark to flags.
2518         (wl-highlight-summary-current-line): Decide the face not by the 
2519         persistent mark but flags.
2520
2521 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2522
2523         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2524         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2525         wl-summary-read-uncached-mark): Revive.
2526         (wl-summary-answered-cached-mark,
2527         wl-summary-answered-uncached-mark): New user option.
2528         (wl-summary-score-marks): Follow the change above.
2529         (wl-summary-auto-refile-skip-marks): Ditto.
2530         (wl-summary-incorporate-marks): Ditto.
2531         (wl-summary-expire-reserve-marks): Ditto.
2532         (wl-summary-flag-priority-list): New user option.
2533
2534         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2535         changes.
2536         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2537         of elmo-message-mark.
2538         (wl-summary-mark-as-read-internal): Ditto.
2539         (wl-summary-mark-as-answered): Ditto.
2540         (wl-summary-mark-as-important): Ditto.
2541         (wl-summary-redisplay-internal): Ditto.
2542         (wl-summary-redisplay-no-mime-internal): Ditto.
2543         (wl-summary-message-mark): New function.
2544         (wl-summary-insert-sequential): Use wl-summary-message-mark
2545         instead of elmo-message-mark.
2546         (wl-summary-update-thread): Ditto.
2547         (wl-summary-persistent-mark): Ditto.
2548         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2549         instead of elmo-message-mark.
2550
2551         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2552         wl-summary-message-mark instead of elmo-message-mark.
2553         (wl-thread-insert-entity-sub): Ditto.
2554         (wl-thread-get-children-msgs-uncached): Ditto.
2555
2556         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2557         variable name changes.
2558         (wl-highlight-summary-current-line): Ditto.
2559
2560         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2561         wl-summary-message-mark instead of elmo-message-mark.
2562
2563         * wl-expire.el (wl-expire-message-p): Ditto.
2564
2565         * wl-score.el (wl-score-headers): Ditto.
2566
2567         * Version number is increased to 2.11.9.
2568
2569         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2570         (wl-summary-sync-update): Follow the change above.
2571         (wl-summary-switch-to-clone-buffer): Ditto.
2572         (wl-summary-open-folder): Ditto.
2573
2574 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2575
2576         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2577         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2578
2579         * Version number is increased to 2.11.8.
2580
2581         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2582
2583         * wl-expire.el (wl-expire-refile): Follow the API change on
2584         `elmo-folder-move-messages'.
2585         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2586
2587         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2588         (wl-summary-exec-action-refile): Ditto.
2589         (wl-summary-exec-action-copy): Ditto.
2590         (wl-summary-no-auto-refile-message-p): No use
2591         `wl-summary-buffer-msgdb'.
2592         (wl-summary-auto-refile): Ditto.
2593
2594 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2595
2596         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2597
2598 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2599
2600         * wl-summary.el (wl-summary-sync): Treat no-sync.
2601
2602         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2603         (wl-default-sync-range): Ditto.
2604
2605 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2606
2607         * wl-refile.el (wl-refile-subject-learn): Call
2608         `elmo-message-entity-field' with 3rd argument is non-nil.
2609         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2610         instead of `elmo-msgdb-overview-entity-get-subject'.
2611
2612 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2613
2614         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2615         scan-type is rescan.
2616         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2617         new optional argument force is non-nil.
2618         (wl-summary-save-view-cache): Call it with force argument non-nil.
2619
2620         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2621
2622 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2623
2624         * wl-action.el (wl-summary-print-argument): Fixed last change.
2625
2626 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2627
2628         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2629         simplified.
2630         (wl-summary-target-mark-mark-as-unread): Likewise.
2631         (wl-summary-target-mark-mark-as-important): Likewise.
2632
2633 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2634
2635         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2636         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2637         (wl-summary-mark-as-important-region): Change accordingly.
2638         (wl-summary-target-mark-mark-as-important): Ditto.
2639
2640 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2641
2642         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2643
2644         * wl-action.el (wl-summary-print-argument): Print argument to
2645         right side of window if `wl-summary-print-argument-within-window'
2646         is non-nil.
2647
2648 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2649
2650         * wl-action.el (wl-summary-set-mark): Use
2651         `wl-summary-message-visible-p' to check visibility of the message
2652         and jump to message only when the message line is visible and have
2653         different number; Call wl-summary-unset-mark with number argument.
2654         (wl-summary-unset-mark): 
2655         Use `wl-summary-message-visible-p'
2656         to check visibility of the message and jump to message only when
2657         the message line is visible and have different number;
2658
2659 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2660
2661         * Version number is increased to 2.11.7.
2662
2663         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2664         and wl-folder-summary-line-format.
2665
2666         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2667         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2668         (wl-summary-set-score-mark): Use it.
2669         (wl-summary-target-mark-mark-as-read): Ditto.
2670         (wl-summary-target-mark-mark-as-unread): Ditto.
2671         (wl-summary-target-mark-mark-as-important): Ditto.
2672         (wl-summary-target-mark-msgs): Simplified.
2673         (wl-summary-detect-mark-position): Fixed problem when
2674         summary-line-format no contain persisten/temp mark spec.
2675         (wl-summary-temp-mark): Ditto.
2676         (wl-summary-persistent-mark): Ditto.
2677         (wl-summary-update-persistent-mark): Ditto.
2678
2679         * wl-action.el (wl-summary-set-mark): Ditto.
2680         (wl-summary-unset-mark): Ditto.
2681         All other related portions are changed.
2682
2683 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2684
2685         * Version number is increased to 2.11.6.
2686
2687 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2688
2689         * wl-util.el (wl-current-message-buffer): Define as function;
2690         Don't use the value of wl-messge-buffer.
2691
2692         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2693         persistent mark.
2694
2695         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2696         no current message, cause an error.
2697
2698 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2699
2700         * wl-summary.el (wl-summary-set-message-modified): Use
2701         elmo-folder-set-message-modified instead of
2702         elmo-folder-set-message-modified-internal.
2703
2704 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2705
2706         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2707         interactively.
2708         (wl-summary-sync): nokill->entirely.
2709         (wl-summary-sync-marks): Fixed message.
2710         (wl-summary-input-range): Added mark, nokill->entirely.
2711
2712         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2713         messages as read.
2714
2715 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2716
2717         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2718         update-noscore.
2719         (wl-summary-sync): Follow the change above.
2720
2721 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2722
2723         * wl-action.el (wl-summary-target-mark-all): Use
2724         elmo-folder-list-messages.
2725
2726 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2727
2728         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2729         (wl-summary-rescan): Set wl-summary-scored as nil.
2730         (wl-summary-sync-force-update): Follow the change above.
2731         (wl-summary-sync): Ditto.
2732         (wl-summary-sync-update): Added argument disable-killed.
2733         (wl-summary-insert-headers): Set visible-only argument for
2734         elmo-folder-list-messages.
2735         (wl-summary-input-range): Added update-nokill, update-noscore,
2736         all-nokill, all-noscore and mark.
2737
2738         * Version number is increased to 2.11.5.
2739
2740         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2741
2742 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2743
2744         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2745         (wl-summary-prefetch-region-no-mark): Change accordingly.
2746         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2747
2748 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2749
2750         * wl-address.el (wl-complete-field-to): Abolished.
2751         (wl-complete-address): Completion function for completing-read.
2752         * wl-action.el (wl-summary-get-resend-address): Use it.
2753
2754         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2755         wl-summary-update-mark and abolish unused argument.
2756         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2757         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2758         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2759         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2760         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2761         * wl-draft.el (wl-draft-kill): Ditto.
2762
2763         * wl-summary.el: Remove unused binding of case-fold-search.
2764         (wl-summary-replace-status-marks): Abolished.
2765
2766 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2767
2768         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2769         is specified or folder length is zero.
2770
2771 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2772
2773         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2774         (wl-folder-archive-current-entity): Ditto.
2775
2776 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2777
2778         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2779         retrieving message mark.
2780         (wl-summary-redisplay-internal): Ditto.
2781
2782         * wl-message.el (wl-message-buffer-display): Ignore errors while
2783         retrieving message-id field.
2784
2785         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2786         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2787         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2788         order of the arguments for `wl-expire-message-p'.
2789         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2790
2791         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2792         Check return value of wl-summary-reply.
2793         (wl-summary-reply): Recover window configuration when an error occured.
2794
2795 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2796
2797         * wl-summary.el (wl-summary-resend-message): Abolished, the
2798         feature is inherited by wl-summary-resend (put resend mark).
2799
2800 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2801
2802         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2803         wl-message-buffer to nil when the message is hide.
2804
2805 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2806
2807         * .cvsignore: New file.
2808
2809 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2810
2811         * wl-action.el (wl-summary-action-docstring): Add more info.
2812         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2813         duplicate definition.
2814         (wl-summary-define-mark-action): Functions wl-summary-*-region
2815         keep current position.
2816         (wl-summary-unregister-target-mark): Store result to the variable.
2817
2818 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2819
2820         * Version number is increased to 2.11.4.
2821
2822 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2823
2824         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2825         wl-summary-delete-all-temp-marks.
2826         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2827
2828         * wl-action.el (wl-summary-set-mark): Changed terminology
2829         refile-destination -> action-argument.
2830         (wl-summary-unset-mark): Ditto.
2831         (wl-summary-remove-argument): Ditto.
2832         (wl-summary-print-argument): Ditto.
2833
2834         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2835         (wl-thread-remove-argument-region): Ditto.
2836         (wl-thread-print-argument-region): Ditto.
2837         (wl-thread-close): Ditto.
2838         (wl-thread-open): Ditto.
2839
2840         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2841         (wl-highlight-refile-destination-face is abolished)
2842         (wl-highlight-action-argument-string): Ditto.
2843         (wl-highlight-summary-current-line): Highlight action argument.
2844
2845         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2846         color for light backgrounds.
2847         (wl-highlight-summary-answered-face): Ditto.
2848
2849 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2850
2851         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2852
2853         * wl-score.el (wl-summary-score-update-all-lines): Use
2854         wl-summary-set-mark.
2855         (wl-summary-score-update-all-lines): Kill expunged messages.
2856
2857         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2858
2859 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2860
2861         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2862         directly.
2863         (wl-score-overview-entity-get-lines): Ditto.
2864         (wl-score-overview-entity-get-xref): Ditto.
2865         (wl-score-get-latest-msgs): Ditto.
2866         (wl-summary-rescore): Ditto.
2867
2868         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2869         to "&".
2870         (wl-summary-mark-as-answered-internal): New inline function.
2871         (wl-summary-mark-as-answered): New function.
2872         (wl-summary-mark-as-unanswered): Ditto.
2873         (wl-summary-sync-marks): Modified for answered-mark synching.
2874
2875 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2876
2877         * wl-action.el (wl-summary-set-mark): Fixed last change.
2878
2879 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2880
2881         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2882         behavior of wl-summary-unread-message-hook
2883         (Pointed out by akira yamada <akira@arika.org>).
2884
2885 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2886
2887         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2888         wl-summary-delete.
2889         * wl-xmas.el (wl-summary-toolbar): Ditto.
2890
2891         * wl-action.el (wl-summary-set-mark): Don't override current
2892         temp-mark.
2893
2894         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2895
2896 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2897
2898         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2899         (wl-refile-msgid-learn): Ditto.
2900         (wl-refile-get-field-value): Ditto.
2901
2902         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2903
2904         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2905         (wl-expire-delete-reserved-messages): Renamed from
2906         wl-expire-reserve-marked-msgs-from-list.
2907         (wl-expire-delete): Removed argument `msgdb'.
2908         (wl-expire-refile): Ditto.
2909         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2910         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2911         mark-alist as argument.
2912         (wl-expire-archive-number1): Removed argument `msgdb'.
2913         (wl-expire-archive-number2): Ditto.
2914         (wl-expire-archive-date): Ditto.
2915         (wl-expire-localdir-date): Ditto.
2916         (wl-expire-hide): Ditto.
2917         (wl-archive-number1): Ditto.
2918         (wl-archive-number2): Ditto.
2919         (wl-archive-date): Ditto.
2920         (wl-archive-folder): Ditto.
2921         All other related portions are changed.
2922
2923 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2924
2925         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2926         mean move up and down. (suggested by Takashi Kawachi)
2927
2928 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2929
2930         * wl-acap.el (toplevel): Don't require un-define.
2931
2932 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2933
2934         * wl-thread.el (wl-thread-delete-message): Always update
2935         wl-summary-buffer-number-list.
2936
2937         * wl-action.el (wl-summary-print-destination): 
2938         Do nothing when folder is nil.
2939
2940 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2941
2942         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2943         persistent mark when prefetch is succeeded.
2944
2945 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2946
2947         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2948         instead of elmo-msgdb-delete-msgs.
2949         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2950         (wl-expire-hide): Ditto.
2951
2952         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2953
2954         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2955         elmo-msgdb interface.
2956         (wl-thread-get-exist-children): Likewise.
2957         (wl-thread-insert-message): Likewise.
2958         (wl-thread-msg-mark-as-important): Likewise.
2959         (wl-thread-insert-entity-sub): Likewise.
2960         (wl-thread-get-children-msgs-uncached): Likewise.
2961
2962         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2963         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2964         (wl-summary-sync-update): Likewise.
2965         (wl-summary-auto-select-msg-p): Likewise.
2966         (wl-summary-update-thread): Likewise.
2967         (wl-summary-mark-as-important): Likewise.
2968         (wl-summary-jump-to-msg-internal): Likewise.
2969         (wl-summary-redisplay-internal): Likewise.
2970         (wl-summary-print-message-with-ps-print): Likewise.
2971         (wl-summary-folder-info-update): Likewise.
2972
2973         * wl-folder.el (wl-folder-check-one-entity):
2974         elmo-folder-count-flags instead of wl-summary-count-unread.
2975
2976         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2977
2978         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2979
2980         * wl-summary.el (wl-summary-set-message-modified): 
2981         Call wl-summary-set-mark-modified.
2982         (wl-summary-delete-messages-on-buffer): Call
2983         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2984         (wl-summary-sync-update): Call elmo-folder-length instead of
2985         elmo-folder-messages.
2986         (wl-summary-insert-headers): Don't call
2987         elmo-folder-list-message-entities.
2988
2989 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2990
2991         * wl-action.el (wl-summary-define-mark-action): Call
2992         `wl-summary-set-mark' with argument `data'.
2993         (wl-summary-auto-refile): Fixed order of arguments when call
2994         `wl-summary-refile'.
2995
2996 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2997
2998         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2999
3000         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3001
3002         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3003         (Renamed from wl-highlight-summary-deleted-face).
3004         (wl-highlight-summary-resend-face): New face.
3005
3006         (wl-highlight-summary-deleted-face): Renamed from
3007         wl-highlight-summary-erased-face.
3008
3009         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3010
3011         * wl-action.el (wl-summary-get-resend-address): New function.
3012         (wl-summary-exec-action-resend): Ditto.
3013         (wl-summary-exec-action-resend-subr): Ditto.
3014
3015         * w-thread.el (wl-thread-copy): Removed definition.
3016         (wl-thread-refile): Ditto.
3017         (wl-thread-delete): Ditto.
3018         (wl-thread-target-mark): Ditto.
3019
3020         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3021         (wl-summary-target-mark-set-action): Fixed.
3022         (wl-summary-define-mark-action): Fixed quotation.
3023         (wl-summary-move-mark-list-messages): Display message.
3024         (wl-summary-define-mark-action): Define thread functions.
3025         (wl-summary-exec-action-refile): Changed message.
3026         (wl-summary-exec): Ditto.
3027
3028 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3029         
3030         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3031         '%%'.
3032
3033 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3034
3035         * wl.el (toplevel): Require wl-action.
3036         (wl-init): Call wl-summary-define-mark-action.
3037
3038         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3039
3040         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3041         wl-summary-delete and wl-summary-erase.
3042         (wl-summary-mode-map): Ditto.
3043
3044         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3045         wl-delete-folder-alist.
3046
3047         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3048         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3049         (toplevel): Moved mark & action related functions to the wl-action.el.
3050
3051         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3052         in wl-summary-mark-action-list.
3053         (wl-highlight-summary-current-line): Ditto.
3054
3055         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3056         empty lines.
3057
3058         * wl-action.el: New file. 
3059
3060 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3061
3062         * wl-summary.el (wl-summary-target-mark-replace): New function.
3063         (wl-summary-target-mark-prefetch): Use it.
3064         (wl-summary-target-mark-delete): Ditto.
3065         (toplevel): Rearranged definition order.
3066         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3067         (wl-summary-target-mark-erase): Rewrite.
3068         (wl-summary-erase-region): New function.
3069         (wl-summary-exec-action-erase): Changed message.
3070         (wl-summary-move-mark-list-messages): New function.
3071         (wl-summary-exec-action-delete): Use it.
3072         (wl-summary-exec-action-erase): Ditto.
3073
3074         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3075         (wl-summary-skip-mark-list): Added "d".
3076
3077         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3078         while searching.
3079
3080         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3081         and define using defcustom;
3082         Define 4th element as a face.
3083         
3084         * wl-summary.el (wl-summary-incorporate): Use 
3085         `wl-summary-prefetch-region-no-mark' instead of
3086         `wl-summary-prefetch-region'.
3087         (wl-summary-prefetch-region-no-mark): Revival of old
3088         `wl-summary-prefetch-region'.
3089         (wl-summary-mark-action-list): Moved to wl-vars.el
3090
3091         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3092         face according to the `wl-summary-mark-action-list'.
3093         (wl-highlight-summary-current-line): Ditto;
3094         Removed destination highlighting.
3095
3096         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3097         (wl-highlight-summary-line-string): Highlight for "i" mark.
3098         (wl-highlight-summary-current-line): Ditto.
3099
3100         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3101         no destination.
3102
3103         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3104         exists, just go ahead.
3105         (wl-summary-prefetch-region): Rewrite.
3106         (wl-summary-prefetch): Ditto.
3107         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3108         (wl-summary-exec-action-prefetch): New function.
3109         (wl-summary-target-mark-prefetch): Rewrite.
3110
3111 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3112
3113         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3114         (wl-highlight-summary-line-string): Added "d" and "D".
3115         (wl-highlight-summary-current-line): Ditto.
3116
3117         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3118         in wl-summary.el.
3119         (wl-thread-insert-entity-sub): Ditto.
3120         (wl-thread-remove-destination-region): Ditto.
3121         (wl-thread-print-destination-region): Ditto.
3122
3123         * wl-summary.el (wl-summary-buffer-refile-list,
3124         wl-summary-buffer-delete-list,
3125         wl-summary-buffer-copy-list): Abolish.
3126         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3127         All other related portions are changed.
3128         (wl-summary-mark-action-list): New variable.
3129         (wl-summary-set-mark): New function.
3130         (wl-summary-register-target-mark): Ditto.
3131         (wl-summary-unregister-target-mark): Ditto.
3132         (wl-summary-have-target-mark-p): Ditto.
3133         (wl-summary-register-temp-mark): Ditto.
3134         (wl-summary-unregister-temp-mark): Ditto.
3135         (wl-summary-registered-temp-mark): Ditto.
3136         (wl-summary-collect-temp-mark): Ditto.
3137         (wl-summary-unset-mark): Ditto.
3138         (wl-summary-set-target-mark): Ditto.
3139         (wl-summary-unset-target-mark): Ditto.
3140         (wl-summary-set-action-generic): Ditto.
3141         (wl-summary-unset-action-generic): Ditto.
3142         (wl-summary-exec-action-delete): Ditto.
3143         (wl-summary-exec-action-erase): Ditto.
3144         (wl-summary-set-action-refile): Ditto.
3145         (wl-summary-set-action-refile-subr): Ditto.
3146         (wl-summary-unset-action-refile): Ditto.
3147         (wl-summary-make-destination-numbers-list): Ditto.
3148         (wl-summary-exec-action-refile): Ditto.
3149         (wl-summary-set-action-copy): Ditto.
3150         (wl-summary-unset-action-copy): Ditto.
3151         (wl-summary-exec-action-copy): Ditto.
3152         (wl-summary-collect-numbers-region): Ditto.
3153         (wl-summary-delete): Rewrite.
3154         (wl-summary-erase): Ditto.
3155         (wl-summary-remove-destination): Ditto.
3156         (wl-summary-exec): Ditto.
3157         (wl-summary-exec-region): Ditto.
3158         (wl-summary-target-mark-erase): Ditto.
3159         (wl-summary-refile): Ditto.
3160         (wl-summary-copy): Ditto.
3161         (wl-summary-unmark): Ditto.
3162         (wl-summary-delete-all-mark): Ditto.
3163         (wl-summary-mark-line): Don't highlight.
3164         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3165         (wl-summary-target-mark-refile-subr): Rewrite.
3166
3167         (wl-summary-copy-prev-destination): Abolish.
3168
3169 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3170
3171         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3172         default values along the value of wl-on-mule.
3173         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3174         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3175         It is not used anywhere.
3176
3177 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3178
3179         * wl-summary.el (wl-summary-print-destination): Keep position.
3180         (wl-summary-cursor-move-surface): Keep horizontal position.
3181
3182 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3183
3184         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3185         write sendlog.
3186
3187 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3188
3189         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3190         `wl-summary-highlight'.
3191
3192 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3193
3194         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3195         trivial condition for temp-mark.
3196
3197 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3198
3199         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3200         when it hits killed buffer.
3201
3202 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3203
3204         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3205         * wl-news.el.in: `message' and `error' take format string.
3206
3207 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3208
3209         * wl-folder (wl-folder-insert-entity): Display a message,
3210         `...done', when the work finish.
3211         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3212
3213 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3214
3215         * wl-message.el (wl-message-redisplay): Remove unused local
3216         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3217
3218 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3219
3220         * wl-summary.el (wl-summary-replace-status-marks): Disable
3221         interactive use.
3222         (wl-summary-reedit): Check message existence at first.
3223         (wl-summary-mark-line): Fix doc, return value is indefinite.
3224
3225         * wl-highlight.el (wl-highlight-message): Arranged.
3226
3227         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3228         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3229         check temp-mark by wl-summary-temp-mark always.
3230         (wl-highlight-summary): Change accordingly.
3231         * wl-summary.el (wl-summary-mark-as-read-all)
3232         (wl-summary-delete-cache, wl-summary-set-score-mark)
3233         (wl-summary-mark-as-unread, wl-summary-unmark)
3234         (wl-summary-mark-line, wl-summary-mark-as-read)
3235         (wl-summary-mark-as-important): Ditto.
3236
3237         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3238         end of the window if possible.
3239         * wl-summary.el (wl-summary-sync-update): Support lazy
3240         highlighting.
3241         (wl-summary-toggle-disp-msg): Ditto.
3242
3243 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3244
3245         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3246
3247 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3248
3249         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3250         change.
3251
3252 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3253
3254         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3255         API.
3256         (wl-summary-sync-update): Ditto.
3257
3258         * wl-score.el (wl-score-get-score-alist): Changed argument.
3259         (wl-summary-rescore-msgs): Likewise.
3260         (wl-summary-score-headers): Likewise.
3261         (wl-score-headers): Likewise;
3262         Use elmo-folder-do-each-message-entity, etc.
3263         (wl-summary-score-effect): Follow the changes above.
3264         (wl-summary-rescore): Ditto.
3265         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3266         (wl-score-get-overview): Abolish.
3267
3268         * wl-summary.el (wl-summary-default-from): Follow the API change in
3269         elmo-msgdb.
3270         (wl-summary-count-unread): Ditto.
3271         (wl-summary-detect-mark-position): Ditto.
3272         (wl-summary-overview-entity-compare-by-date): Ditto.
3273         (wl-summary-overview-entity-compare-by-number): Ditto.
3274         (wl-summary-overview-entity-compare-by-from): Ditto.
3275         (wl-summary-overview-entity-compare-by-subject): Ditto.
3276         (wl-summary-get-list-info): Ditto.
3277         (wl-summary-rescan): Ditto.
3278         (wl-summary-jump-to-msg-by-message-id): Ditto.
3279         (wl-summary-sync-update): Ditto; Removed comment.
3280         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3281         (wl-summary-insert-message): Use wl-summary-insert
3282         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3283         (wl-summary-insert-headers): Changed argument overview to folder.
3284         (wl-summary-search-by-subject): Likewise.
3285         (wl-summary-insert-thread): Renamed from 
3286         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3287
3288         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3289         too.
3290
3291         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3292         wl-string-member.
3293
3294 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3295
3296         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3297         elmo-folder-append-buffer.
3298         (wl-draft-queue-append): Likewise.
3299
3300         * wl-mime.el (wl-message-delete-current-part): Ditto.
3301         (wl-summary-burst-subr): Ditto.
3302
3303         * wl-news.el.in (wl-news-send-news): Ditto.
3304
3305 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3306
3307         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3308         function.
3309         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3310         (wl-summary-update-mark): Enclose with save-excursion.
3311         (wl-summary-mark-as-read-internal): Fixed last change.
3312         (wl-summary-mark-as-important): Use 3rd argument of
3313         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3314         Don't use elmo-msgdb-set-mark.
3315         (wl-summary-redisplay-internal): If msgdb flag is already read,
3316         just update the mark on buffer.
3317
3318 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3319
3320         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3321         cut visible folder when elmo-folder-delete returns non-nil value.
3322
3323 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3324
3325         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3326         by Kenichi OKADA <okada@opaopa.org>).
3327
3328 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3329
3330         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3331
3332 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3333
3334         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3335         Fixed the last change, search group entity by its real name.
3336         (Thanks to: KOBAYASHI Shinji)
3337
3338 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3339
3340         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3341         (wl-fldmgr-access-display-all): Don't refer visible name.
3342         * wl-expire.el (wl-folder-archive-current-entity)
3343         (wl-folder-expire-current-entity): Ditto.
3344         * wl-folder.el (wl-folder-jump-to-current-entity)
3345         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3346         (wl-folder-open-folder-sub,wl-folder-open-all)
3347         (wl-folder-write-current-folder): Ditto.
3348         (wl-folder-insert-entity): Don't use petname for normal group.
3349         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3350         is the real name.
3351         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3352         Abolished.
3353
3354 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3355
3356         * wl-draft.el (wl-draft-create-buffer): Add
3357         `wl-summary-reply-with-citation'
3358
3359 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3360
3361         * wl-draft.el (wl-draft-reply): Fixed.
3362
3363 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3364
3365         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3366         when `wl-draft-send-confirm-with-preview' is non-nil.
3367         You can scroll up/down by j/k.
3368         (wl-draft-send-confirm-with-preview): New variable (default=t).
3369
3370 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3371
3372         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3373         (wl-fldmgr-save-folders): Fix comment.
3374
3375 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3376
3377         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3378         along the last change in `wl-folder-buffer-group-p'.
3379
3380 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3381
3382         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3383         folder.
3384
3385         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3386         the default value.
3387
3388         * wl-mime.el (wl-summary-burst): Update summary only when target
3389         folder equals current folder.
3390
3391 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3392
3393         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3394
3395 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3396
3397         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3398         value.
3399
3400 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3401
3402         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3403         `map-extents' instead of `extent-at' repeatedly.
3404         (wl-highlight-folder-current-line): Ditto.
3405
3406         * wl-highlight.el: Remove useless dummy functions.
3407
3408 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3409
3410         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3411         (wl-folder-put-folder-property): New function to put text property.
3412         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3413         (wl-folder-insert-entity, wl-folder-update-diff-line)
3414         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3415         * wl-e21.el, wl-xmas.el, wl-mule.el
3416         (wl-highlight-folder-current-line): Ditto.
3417         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3418         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3419         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3420         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3421
3422 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3423
3424         * Version number is increased to 2.11.3.
3425
3426 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3427
3428         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3429         Resume current-buffer since it is assumed by remaining tasks.
3430
3431 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3432
3433         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3434         (wl-folder-completion-function): Abolished.
3435         (wl-folder-complete-folder): New function.
3436         (wl-folder-complete-filter-condition): Ditto.
3437         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3438         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3439
3440 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3441
3442         * wl-draft.el (wl-draft-send-confirm): New function.
3443         (wl-draft-send): Use it.
3444
3445         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3446         cursor-in-echo-area while confirming.
3447
3448         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3449
3450         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3451         searching via nntp if wl-summary-search-via-nntp is 'force.
3452         Otherwise, invoke searching in nntp folder only.
3453         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3454
3455         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3456         explicitly for mime-make-text-tag.
3457
3458 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3459
3460         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3461         `mime-make-text-tag' instead of `mime-create-tag'.
3462
3463 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3464
3465         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3466         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3467
3468 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3469
3470         * wl-score.el (wl-score-save): Bind print-length and print-level.
3471         (wl-score-pretty-print): Ditto.
3472         (wl-score-edit-insert-header-entry): Ditto.
3473
3474         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3475         "From" entry to be treated with wl-draft-eword-encode-address-list.
3476         * wl-mime.el (wl-draft-preview-message): Ditto.
3477
3478         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3479         (wl-summary-mark-as-unread): Ditto.
3480         (wl-summary-mark-as-read-region): Change accordingly.
3481         (wl-summary-mark-as-unread-region): Ditto.
3482         (wl-summary-target-mark-mark-as-read): Ditto.
3483         (wl-summary-target-mark-mark-as-unread): Ditto.
3484
3485 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3486
3487         * Version number is increased to 2.11.2.
3488
3489 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3490
3491         * wl-news.el.in (wl-news-previous-version-save): Bind
3492         print-length and print-level.
3493         * wl-thread.el (wl-thread-save-entities): Ditto.
3494         (wl-thread-save-top-list): Bind print-length.
3495
3496 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3497
3498         * wl-highlight.el (wl-highlight-summary-line-string): Use
3499         wl-summary-score-below-mark, wl-summary-score-over-mark.
3500         (wl-highlight-summary-current-line): Ditto.
3501
3502 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3503
3504         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3505         insert it.
3506
3507 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3508
3509         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3510
3511 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3512
3513         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3514         message without msgid.
3515         Rewrite with elmo-folder-move-messages.
3516         Set wl-message-buffer to nil.
3517
3518         * wl-summary.el (wl-summary-erase-subr): New function. Use
3519         elmo-folder-move-messages.
3520         (wl-summary-erase): Call it.
3521         (wl-summary-target-mark-erase): Ditto.
3522
3523 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3524
3525         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3526         it is not up-tp-date.
3527
3528 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3529
3530         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3531         buffer after calling `wl-summary-goto-folder-subr' without the
3532         argument `interactive'.
3533         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3534
3535 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3536
3537         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3538         `mime-create-tag'. Use `string=' instead of `looking-at'.
3539
3540 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3541
3542         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3543         to avoid compile warning.
3544
3545         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3546         entity-id when folder is given.
3547         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3548         save-excursion, use save-selected-window instead.
3549         Select folder buffer window if exists.
3550         (To correct behavior with wl-folder-move-cur-folder.)
3551
3552 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3553
3554         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3555
3556 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3557
3558         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3559         list-count instead of %d.
3560
3561 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3562
3563         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3564         (wl-news): Set it.
3565         (wl-news-append-to-folder): Use it.
3566
3567         * wl-news.el.in (wl-news-send-news): Append to specified folder
3568         instead of wl-default-folder.
3569         (wl-news-append-to-folder): Show error message with specified folder.
3570
3571         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3572                 In most major modes, Emacs assumes that any opening
3573                 delimiter found at the left margin is the start of a
3574                 top-level definition, or defun. Therefore, *never put an
3575                 opening delimiter at the left margin unless it should have
3576                 that significance.*
3577
3578         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3579
3580 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3581
3582         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3583
3584 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3585
3586         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3587
3588 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3589
3590         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3591         for sequential numbering case.
3592
3593 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3594
3595         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3596         value.
3597         (wl-draft-reply-without-argument-list): Ditto.
3598         (wl-draft-reply-myself-with-argument-list): Abolish.
3599         (wl-draft-reply-myself-without-argument-list): Ditto.
3600         * wl-draft.el (wl-draft-self-reply-p): New function.
3601         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3602
3603 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3604
3605         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3606         (avoid error for the case without byte-compiling)
3607
3608 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3609
3610         * wl-news.el.in (wl-news-append-to-folder): New function.
3611         (wl-news-exit): Rewrite.
3612         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3613
3614 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3615
3616         * wl-draft.el (wl-draft-reply-position): New function.
3617         (wl-draft-reply-position): Fix.
3618         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3619         (wl-summary-target-mark-reply-with-citation): Ditto.
3620         (wl-summary-reply-with-citation): Ditto.
3621         * wl-vars.el (wl-draft-reply-default-position): New variable.
3622
3623 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3624
3625         * wl-draft.el (wl-draft-send): Preview when interactive send.
3626
3627 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3628
3629         * wl-draft.el (wl-draft-reply): Set default position.
3630         * wl-summary.el (wl-summary-reply): Ditto.
3631         (wl-summary-reply-with-citation): Ditto.
3632         (wl-summary-target-mark-reply-with-citation): Ditto.
3633
3634 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3635
3636         * wl-news.el.in (wl-news-lang): Set default value according to
3637         current-language-environment.
3638         (wl-news-append-news): Do nothing when news-list is nil.
3639
3640 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3641
3642         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3643         (wl-news): Change message.
3644         (wl-news-exit): Check buffer.
3645         (wl-news-force-exit): New function.
3646         (wl-news-show-all): New function.
3647         (wl-news-discard-and-exit): Fix.
3648
3649 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3650
3651         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3652         according to current-language-environment.
3653
3654         * wl-news.el.in (wl-news): If arg, show all NEWS after
3655         wl-news-default-previous-version.
3656
3657 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3658
3659         * wl-news.el.in (wl-news-check): Rewritten.
3660         (wl-news-previous-version-load): Change data type.
3661         (wl-news-previous-version-save): Change data type.
3662         (wl-news-append-news): Add return value.
3663         (wl-news-check-news): New function.
3664         (wl-news-already-current-p): New function.
3665         (wl-news-send-news): Rewritten.
3666         (wl-news-mode-map): Add new keybind.
3667         (wl-news): Rewritten.
3668         (wl-news-exit): Rewritten.
3669         (wl-news-discard-and-mail): New function.
3670         (wl-news-send-to-address): Abolished.
3671         * wl.el (wl-init): Delete a message.
3672
3673 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3674
3675         * wl-news.el.in (wl-news-exit): Update previous version.
3676         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3677
3678 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3679
3680         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3681
3682 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3683
3684         * wl-news.el.in (wl-news): New function.
3685         (wl-news-mode): New function.
3686         (wl-news-next-line): New function.
3687         (wl-news-next-page): New function.
3688         (wl-news-exit): New function.
3689         (wl-news-buf-name): New variable.
3690         (wl-news-mode-map): New variable.
3691         (wl-news-winconf): New variable.
3692         (wl-news-append-news): Add an option.
3693
3694 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3695
3696         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3697
3698 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3699
3700         * wl-news.el.in (wl-news-send-to-address): New variable.
3701         (wl-news-send-news): Use it.
3702         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3703         Return updating status.
3704         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3705
3706 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3707
3708         * wl-news.el.in (wl-news-send-news): Delete
3709         Organization and X-Face.
3710
3711 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3712
3713         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3714         (wl-news-append-news): New function.
3715         (wl-news-send-news): New function.
3716
3717 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3718
3719         * Version number is increased to 2.11.1.
3720
3721 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3722
3723         * wl-news.el.in : New file.
3724
3725 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3726
3727         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3728         default value.
3729         (wl-draft-reply-without-argument-list): Ditto.
3730
3731 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3732
3733         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3734         (wl-message-buffer-prefetch-idle-time): Ditto.
3735         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3736
3737 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3738
3739         * wl-thread.el (wl-thread-insert-message): Use
3740         wl-summary-max-thread-depth.
3741
3742         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3743         loop detection.
3744
3745         * wl-message.el (wl-message-buffer-display): Back to the first page
3746         when cache is hit.
3747
3748 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3749
3750         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3751
3752         * wl-summary.el (wl-summary-insert-thread-entity):
3753         If the thread depth is reached to wl-summary-max-thread-depth,
3754         divide the thread.
3755
3756 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3757
3758         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3759         for elmo-remove-passwd.
3760
3761 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3762
3763         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3764         folder is sticky.
3765         (wl-folder-mark-as-read-all-entity): Ditto.
3766         (wl-folder-prefetch-entity): Ditto.
3767
3768 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3769
3770         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3771
3772 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3773
3774         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3775         Delete messages on buffer for unplugged operation.
3776         (wl-summary-erase): Ditto.
3777
3778 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3779
3780         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3781         take nil so as not to search parent by subject.
3782
3783 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3784
3785         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3786         (wl-folder-get-next-folder): Ditto.
3787         (wl-folder-get-path): Ditto.
3788
3789 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3790
3791         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3792         system and encode the region with it before verifying.
3793
3794 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3795
3796         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3797         system of the echo buffer before decoding.
3798
3799 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3800
3801         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3802         original contents.
3803
3804 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3805
3806         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3807         with argument 'any-exists.
3808
3809 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3810
3811         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3812         Use `wl-cs-autoconv'.
3813
3814 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3815
3816         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3817         by `mime-view-automatic-conversion'.
3818
3819         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3820         (wl-message-verify-pgp-nonmime): Ditto.
3821         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3822         Bind them to C-c:d and C-c:v respectively.
3823
3824         Merge following code by Teranishi-san from [wl-en:00167].
3825         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3826         (wl-mime-preview-application/pgp-encrypted): Ditto.
3827         (wl-mime-setup): Add entry.
3828
3829 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3830
3831         * wl-summary.el (wl-summary-target-mark-erase): New function.
3832         Bind it to "mD".
3833
3834 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3835
3836         * wl-vars.el (wl-draft-write-file-function): Fix.
3837         (wl-draft-reedit-hook): Changed default value.
3838
3839         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3840         wl-draft-reedit-hook.
3841         (wl-draft-remove-text-plain-tag): New function.
3842         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3843
3844         * wl-vars.el (wl-draft-write-file-function): New user option.
3845
3846         * wl-draft.el (wl-draft-prepare-edit): Use it for
3847         local-write-file-hooks.
3848         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3849
3850         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3851         (wl-draft-insert-mail-header-separator): Return the body beginning
3852         point.
3853         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3854         text/plain.
3855         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3856
3857 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3858
3859         * wl-summary.el (wl-summary-erase): New function to erase message
3860         without moving it to trash. Bind to "D".
3861
3862         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3863         as `keep' unless switch-function.
3864
3865 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3866
3867         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3868         message buffer by using `wl-summary-toggle-disp-msg'.
3869         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3870         buffer window.
3871         (wl-summary-supresedes-message): Ditto.
3872
3873         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3874         Do not delete other windows.
3875         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3876         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3877         (wl-draft-create-buffer): Set reply-or-forward also for target
3878         mark commands.
3879
3880 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3881
3882         * wl-draft.el (wl-user-agent-compose): Delete special case for
3883         switch-to-buffer-other-window.
3884
3885         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3886         (wl-summary-forward): Ditto.
3887
3888         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3889         function.
3890         (wl-draft-buffer-style): New use option.
3891
3892         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3893         (wl-draft): Follow the change above.
3894         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3895         wl-draft-buffer-style.
3896         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3897         switch-function.
3898
3899 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3900
3901         * wl-address.el (wl-address-make-completion-entry): Extracted from
3902         `wl-address-make-completion-list'.
3903         (wl-address-enable-strict-loading): New variable.
3904         (wl-address-make-completion-list): Revive petname duplication
3905         inquiry, and enable it if `wl-address-enable-strict-loading'.
3906         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3907
3908 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3909
3910         * wl-message.el (wl-message-get-original-buffer): Avoid
3911         'Selecting deleted buffer' error when original buffer is killed.
3912
3913 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3914
3915         * wl-summary.el (wl-summary-next-message): Use
3916         elmo-message-accessible-p instead of elmo-message-cached-p.
3917
3918 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3919
3920         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3921
3922         * wl-thread.el (wl-thread-open-all-unread): Use
3923         elmo-folder-list-flagged instead of
3924         elmo-folder-list-messages-mark-match.
3925
3926         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3927         instead of elmo-folder-list-messages-mark-match.
3928         (wl-summary-move-spec-alist): New variable.
3929         (wl-summary-move-spec-plugged-alist,
3930         wl-summary-move-spec-unplugged-alist): Abolish.
3931         (wl-summary-next-message): Follow the change above.
3932         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3933         with 'no-msg' argument.
3934
3935         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3936         variable.
3937         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3938         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3939         (wl-message-buffer-prefetch-get-next): Follow the change above.
3940
3941 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3942
3943         * wl-version.el (wl-version): Changed codename.
3944
3945         * Version number is increased to 2.11.0.
3946
3947 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3948
3949         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3950         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3951         `wl-draft-config-variables'.
3952         (wl-draft-kill): Fixed problem when the draft is reedit.
3953
3954 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3955
3956         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3957         buffer-modified status (Thanks to
3958         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3959
3960 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3961
3962         * wl-util.el (wl-region-exists-p): New function.
3963
3964         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3965         Remove defvars for byte-compile warnings.
3966
3967 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3968
3969         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3970         defvar-maybe. Removed unused bind.
3971
3972 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3973
3974         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3975         summary buffer window before creating new frame.
3976         (wl-draft-reply): Ditto.
3977
3978 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3979
3980         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3981
3982 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3983
3984         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3985
3986 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3987
3988         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3989         instead of `kill-region'.
3990
3991 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3992
3993         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3994         (wl-highlight-summary-line-string): Use it.
3995         (wl-highlight-summary-current-line): Ditto.
3996
3997         * wl-mime.el (wl-message-delete-current-part): Check the class of
3998         mime-entity.
3999
4000         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4001
4002         * wl-summary.el (wl-summary-make-number-list): Initialize.
4003         (wl-summary-update-mark): New function.
4004         (wl-summary-reply): Put `answered' mark on the message.
4005         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4006
4007         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4008         (wl-draft-reply): Added optional argument `number';
4009         Set wl-draft-parent-number.
4010         (wl-draft-kill): Delete answered mark if it is a reply.
4011
4012 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4013
4014         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4015         that originates in mime-preview-follow-current-entity.
4016         (wl-draft-yank-current-message-entity): Use it if region is active.
4017
4018         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4019         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4020         `wl-message-delete-current-part'.
4021         * wl-mule.el (wl-message-define-keymap): Ditto.
4022         * wl-xmas.el (wl-message-define-keymap): Ditto.
4023
4024 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4025
4026         * wl-mime.el (wl-message-delete-current-part): New function.
4027         (wl-mime-node-id-to-string): Ditto.
4028
4029         * wl-mime.el (wl-message-delete-current-part): Use existing
4030         original buffer which corresponds current mime-view buffer.
4031         (fetched buffer might have different structure, possibly)
4032
4033         * wl-mime.el (wl-message-delete-current-part): Quit if the
4034         message content differs from the actual message.
4035
4036 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4037
4038         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4039         order.
4040         (wl-summary-search-by-subject): Search parent message from tail;
4041         Check the existence of the parent message on the current thread tree.
4042         (wl-summary-update-thread): Check whether the line is inserted.
4043
4044 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4045
4046         * wl-vars.el (wl-summary-line-format): Undo last change.
4047         * wl-summary.el (wl-summary-print-destination): Do not put
4048         invisible property when `wl-summary-width' is nil.
4049         (wl-summary-line-subject-minimum-length): Abolished.
4050         (wl-summary-line-subject): Ditto.
4051
4052 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4053
4054         * wl-vars.el (wl-summary-line-format): Change default value.
4055         (wl-summary-subject-length-limit): Abolished.
4056         * wl-summary.el (wl-summary-line-subject): Ditto.
4057
4058 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4059
4060         * wl-template.el (wl-template-select): Added optional argument.
4061         If optional argument is specified, reverse
4062         `wl-template-visible-select'.
4063
4064 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4065
4066         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4067         Take prefix argument to force asking the destination folder.
4068
4069 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4070
4071         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4072         count and update status.
4073
4074 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4075
4076         * wl-summary.el (wl-summary-redisplay-internal): If
4077         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4078         after fetching.
4079
4080 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4081
4082         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4083         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4084
4085         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4086
4087 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4088
4089         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4090         (All other related portions are changed).
4091         (wl-summary-mark-as-read-all): Rewrite.
4092
4093 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4094
4095         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4096         `wl-summary-mark-as-read'.
4097         (wl-summary-mark-as-unread): Rewrite.
4098         (wl-summary-mark-as-read): Added no-modeline argument.
4099         (wl-summary-resume-cache-status): Rewrite.
4100         (wl-summary-exec-subr): Remove unused local variable.
4101
4102 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4103
4104         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4105         logic to call `wl-summary-buffer-prev-folder-function'.
4106         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4107
4108 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4109
4110         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4111         is nil.
4112
4113 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4114
4115         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4116         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4117         (wl-mime-setup): Add its entry.
4118
4119 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4120
4121         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4122         (wl-summary-delete-cache): Likewise.
4123         (wl-summary-mark-as-read): Rewrite.
4124
4125 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4126
4127         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4128         `wl-summary-count-unread'.
4129
4130         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4131
4132         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4133
4134 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4135
4136         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4137         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4138         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4139         Renamed to the elmo-msgdb-*-mark.
4140         (wl-summary-score-marks): Follow the change above.
4141         (wl-summary-auto-refile-skip-marks): Ditto.
4142         (wl-summary-incorporate-marks): Ditto.
4143         (wl-summary-expire-reserve-marks): Ditto.
4144
4145         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4146         changes.
4147         (wl-thread-insert-top): Changed updating message.
4148
4149         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4150         variable.
4151         (wl-summary-count-unread): Count answered marks.
4152         (wl-summary-rescan): Call wl-summary-insert-message instead of
4153         wl-summary-append-message-func-internal.
4154         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4155         (wl-summary-prefetch-msg): Follow the variable name changes.
4156         (wl-summary-prefetch-region): Ditto.
4157         (wl-summary-mark-as-read-all): Follow the API changes;
4158         Don't call elmo-folder-replace-marks.
4159         (wl-summary-delete-cache): Follow the variable name changes.
4160         (wl-summary-resume-cache-status): Ditto.
4161         (wl-summary-update-status-marks): New function.
4162         (wl-summary-insert-message): New function.
4163         (wl-summary-sync-marks): Follow the variable name changes.
4164         (wl-summary-sync-update): Synchronize to the msgdb, too;
4165         Changed update messages.
4166         (wl-summary-make-number-list): Rewrite.
4167         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4168         (wl-summary-mark-as-unread): Follow the API changes.
4169         (wl-summary-exec-subr): Follow the variable name changes.
4170         (wl-summary-mark-as-read): Ditto.
4171         (wl-summary-move-spec-plugged-alist): Ditto.
4172         (wl-summary-move-spec-unplugged-alist): Ditto.
4173         (wl-summary-cursor-move-surface): Ditto.
4174
4175         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4176         variable name changes.
4177         (wl-highlight-summary-current-line): Ditto.
4178
4179         * wl-expire.el (wl-expire-refile): Follow the API change in
4180         elmo-folder-move-messages.
4181         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4182         (wl-summary-archive): Use elmo-folder-msgdb instead of
4183         elmo-msgdb-load.
4184
4185 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4186
4187         * wl-mime.el (wl-draft-preview-message): Restore the position
4188         before evaluating wl-draft-send-hook in preview buffer.
4189
4190 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4191
4192         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4193         when it creates new draft buffer.
4194
4195         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4196         without argument.
4197
4198         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4199         Evaluate content and if the value is string, insert it.
4200         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4201         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4202         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4203         wl-draft-config-sub-part-bottom): Use it.
4204
4205         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4206         with the folder name. The question was unintelligible when it is
4207         called from wl-save-status.
4208
4209 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4210
4211         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4212         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4213         cannot take second argument).
4214
4215 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4216
4217         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4218         as t. Since type and subtype are not case sensitive (RFC 2045).
4219
4220 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4221
4222         * wl-vars.el (wl-message-mode-line-format): New variable.
4223         (wl-message-mode-line-format-spec-alist): Ditto.
4224         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4225         (wl-message-redisplay): Use wl-message-mode-line-format.
4226
4227 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4228
4229         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4230
4231 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4232
4233         * wl-summary.el (wl-summary-default-from): Write description.
4234
4235 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4236
4237         * wl-vars.el (wl-ldap-objectclass): Abolish.
4238
4239         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4240         (wl-ldap-make-filter): Removed condition for objectclass.
4241         (wl-ldap-make-matched-value-list): Remove meaningless process.
4242         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4243         (wl-address-ldap-search): Don't add `*' to `pat' string;
4244         use ignore-errors; added `email';
4245         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4246         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4247         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4248
4249
4250 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4251
4252         * wl-draft.el (wl-draft-parent-folder): Write description.
4253         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4254
4255 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4256
4257         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4258         as "" (zero-length string) if no parent.
4259         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4260
4261 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4262
4263         * wl-address.el (wl-address-make-completion-list): Skip duplication
4264         checking.
4265         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4266         `append'.
4267
4268 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4269
4270         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4271         instead of `beginning-of-buffer'.
4272
4273 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4274
4275         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4276
4277 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4278
4279         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4280         Refer wl-message-buffer-name.
4281         (wl-message-wheel-down): Ditto.
4282
4283 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4284
4285         * wl-vars.el (wl-message-buffer-name): New user option.
4286
4287         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4288         directly instead of making alist dinamically.
4289
4290         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4291         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4292         wl-message-buffer-cache-name.
4293         (wl-message-buffer-cache-clean-up): Ditto.
4294
4295         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4296
4297         * Version number is increased to 2.9.15.
4298
4299 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4300
4301         * wl-vars.el (wl-summary-default-view-alist): New user option.
4302
4303         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4304
4305         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4306         while deleting address.
4307         (wl-draft-delete-myself-from-cc): Ditto.
4308
4309         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4310         If optional argument is specified, reverse sort order.
4311
4312         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4313
4314 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4315
4316         * wl-thread.el (wl-thread-insert-message): Return parent number if
4317         exists.
4318         (wl-thread-update-indent-string-region): Use
4319         wl-thread-update-line-on-buffer-sub instead of
4320         wl-thread-update-line-on-buffer.
4321
4322 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4323
4324         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4325         (wl-folder-close-all): Ditto.
4326
4327 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4328
4329         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4330         and mailing-list:.
4331         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4332         value.
4333         (wl-summary-line-list-info): Print mailing-list name even when 
4334         list-number is empty.
4335
4336 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4337
4338         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4339
4340         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4341         (wl-draft-open-file): Ditto.
4342         (wl-draft-random-alphabet): Ditto.
4343
4344         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4345         bindings.
4346
4347 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4348
4349         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4350         * wl-vars.el (wl-draft-config-alist): Ditto.
4351
4352 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4353
4354         * Version number is increased to 2.9.14.
4355
4356         * wl.el (wl): Don't set wl-init as nil when error occured while
4357         auto-checking folders.
4358
4359         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4360         `elmo-expand-newtext'.
4361
4362 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4363
4364         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4365         `this-command' so that `wl-folder-goto-folder' contained in
4366         `wl-summary-keep-cursor-command' work.
4367
4368 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4369
4370         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4371         message buffer displaying state.
4372
4373 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4374
4375         * wl-vars.el (wl-summary-default-view): New variable to specify
4376         default value for `wl-summary-buffer-view' instead of using
4377         set-default.
4378         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4379
4380 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4381
4382         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4383
4384         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4385
4386 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4387
4388         * wl-vars.el (wl-forward-subject-prefix): New variable.
4389         * wl-draft.el (wl-draft-forward): Use it.
4390
4391 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4392
4393         * wl-message.el (wl-message-prev-page): When it is called without
4394         lines argument, scroll down by wl-message-scroll-amount lines.
4395         (wl-message-next-page): Ditto.
4396         * wl-vars.el (wl-message-scroll-amount): Change default value
4397         to preserve current behavior.
4398
4399 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4400
4401         * wl-summary.el (wl-summary-prefetch-msg): Bind
4402         `wl-message-entity' to call `wl-summary-from-function'.
4403
4404 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4405
4406         * wl-message.el (wl-message-buffer-create): Run
4407         wl-message-buffer-created-hook.
4408
4409 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4410
4411         * wl-summary.el (wl-summary-sort-specs): New variable.
4412         (wl-summary-default-sort-spec): Ditto.
4413         (wl-summary-sort): Rewrite.
4414         (wl-summary-sort-by-list-info): New function.
4415
4416 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4417
4418         * wl-summary.el (wl-summary-get-list-info): New function.
4419         (wl-summary-sort): Rewrite.
4420         (wl-summary-line-list-info): Ditto.
4421         (wl-summary-line-list-count): Ditto.
4422         (wl-summary-refile-region): Fixed docstring.
4423
4424 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4425
4426         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4427         `wl-folder-entity-hashtb' as completion table.
4428
4429 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4430
4431         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4432         only when this command is called interactively; silence the byte-
4433         compiler.
4434
4435 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4436
4437         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4438         active in XEmacs.
4439
4440 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4441
4442         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4443         plural lines.
4444
4445 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4446
4447         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4448         of current line when the cursor is on the header name.
4449         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4450
4451 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4452
4453         * wl-util.el (wl-read-directory-name): Return displayed directory
4454         as the default value also on XEmacs.
4455
4456 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4457
4458         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4459         formatting.
4460
4461 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4462
4463         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4464         argument and when it is non-nil, check face property before
4465         highlighting for each line.
4466         (wl-highlight-summary-window): Set it.
4467
4468 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4469
4470         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4471         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4472
4473         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4474         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4475         (wl-draft-get-fcc-list): Likewise.
4476
4477 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4478
4479         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4480         (wl-thread-entity-cur): Ditto.
4481         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4482         wl-thread-indent-regexp setting.
4483         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4484
4485         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4486         wl-summary-lazy-highlight.
4487         (wl-summary-display-bottom): Ditto.
4488
4489         * wl-thread.el (wl-thread-open-close): Likewise.
4490
4491         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4492         from and subject;
4493         Bind wl-draft-use-frame;
4494         Enclose with save-window-excursion;
4495         Use wl-draft-create-buffer instead of with-temp-buffer;
4496         Use wl-draft-prepare-edit;
4497         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4498         Use wl-draft-send instead of wl-draft-raw-send.
4499
4500 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4501
4502         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4503         of using wl-from.
4504
4505 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4506
4507         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4508         insert-buffer instead of clone-buffer.
4509         (wl-draft-doing-mime-bcc): New variable.
4510         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4511         infinite loop.
4512         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4513
4514         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4515         (wl-draft-mime-bcc-body): Ditto.
4516
4517         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4518         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4519         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4520         wl-draft-do-mime-bcc.
4521         (wl-draft-mime-bcc-field): New function.
4522         (wl-draft-do-mime-bcc): Ditto.
4523
4524         * wl-address.el (wl-address-complete-header-list): New variable.
4525         (wl-address-complete-header-regexp): Changed default value.
4526
4527         * Version number is increased to 2.9.13.
4528
4529 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4530
4531         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4532         it is differed.
4533
4534 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4535
4536         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4537         (wl-summary-line-list-count): Ditto.
4538
4539 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4540
4541         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4542         (wl-nntp-posting-function): New variable.
4543         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4544         `wl-nntp-posting-config-alist'.
4545
4546 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4547
4548         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4549         FLIM.
4550
4551 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4552
4553         * wl-summary.el (wl-summary-target-mark-refile-sub):
4554         Remove a nuisance funcall.
4555
4556 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4557
4558         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4559         as t for `try-completion'.
4560
4561 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4562
4563         * wl-summary.el (wl-summary-default-from): Use
4564         wl-address-header-extract-address instead of
4565         std11-extract-address-components.
4566         (wl-summary-simple-from): Ditto.
4567         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4568         (wl-summary-insert-headers): Show message.
4569         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4570         for whole line.
4571         (wl-summary-default-from): Revert last change.
4572         (wl-summary-simple-from): Ditto.
4573         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4574         (wl-summary-mark-as-read-region): Follow the change above.
4575         (wl-summary-sync-marks): Ditto.
4576         (wl-summary-target-mark-mark-as-read): Ditto.
4577         (wl-summary-redisplay-internal): Ditto.
4578         (wl-summary-redisplay-no-mime-internal): Ditto.
4579         (wl-summary-redisplay-all-header): Ditto.
4580         (wl-summary-mark-as-read): Removed argument `cached';
4581         Use current cache status to set cache mark.
4582         (wl-summary-redisplay-internal): Follow the change above.
4583         (wl-summary-redisplay-no-mime-internal): Ditto.
4584         (wl-summary-redisplay-all-header): Ditto.
4585
4586         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4587
4588         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4589         Don't call itself recursively (Adviced by Yamaoka-san).
4590
4591 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4592
4593         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4594         bind wl-summary-highlight as nil to avoid error caused by missing
4595         local variables.
4596
4597 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4598
4599         * wl-vars.el (wl-invalid-character-message): New user option.
4600
4601         * wl-util.el (wl-set-string-width): If truncated string-width is
4602         larger than specified width, use `wl-invalid-character-message'.
4603
4604 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4605
4606         * wl-summary.el (wl-summary-prefetch-msg): 
4607         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4608
4609 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4610
4611         * wl-vars.el (wl-summary-check-line-format): New user option.
4612         (wl-summary-line-format-file): Ditto.
4613
4614         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4615         variable.
4616         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4617         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4618         and `wl-summary-view-old-p' to check whether do a rescan or not.
4619         (wl-summary-view-old-p): New function.
4620         (wl-summary-line-format-changed-p): Ditto.
4621         (wl-summary-line-format-save): Ditto.
4622         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4623
4624         * wl-util.el (wl-set-string-width): Avoid using negative number
4625         for make-string.
4626
4627 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4628
4629         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4630         return value.
4631
4632         * wl-util.el (wl-set-string-width): Added optional argument
4633         `padding' (All other related portions are changed).
4634         (wl-line-parse-format): If the first letter of column number is
4635         `0', zero-padding the result (ex: "%05l").
4636
4637         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4638
4639 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4640
4641         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4642         sequential summary view.
4643
4644 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4645
4646         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4647         if it doesn't have a -unix version.
4648
4649 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4650
4651         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4652
4653 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4654
4655         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4656         content.
4657         (wl-draft): Follow the change above.
4658
4659         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4660
4661         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4662         and wl-folder-summary-line-format-alist contain %T and %P.
4663
4664         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4665         (wl-summary-mode-line-format): New user option.
4666         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4667         (wl-summary-line-format): Changed default value.
4668         (wl-summary-lazy-highlight): Changed default value.
4669
4670         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4671         change in wl-summary-create-line.
4672         (wl-thread-insert-entity-sub): Ditto.
4673
4674         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4675         (wl-summary-buffer-unread-status): Ditto.
4676         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4677         (wl-summary-buffer-persistent-mark-column): Ditto.
4678         (wl-summary-buffer-mode-line-formatter): Ditto.
4679         (wl-summary-buffer-mode-line): Ditto.
4680         (wl-summary-message-regexp): Abolished.
4681         (All other related portions are changed.)
4682         (wl-summary-detect-mark-position): New function.
4683         (wl-summary-buffer-set-folder): Setup
4684         wl-summary-buffer-mode-line-formatter.
4685         (wl-summary-mode): Setup selective-display;
4686         Setup pre-idle-hook when xemacs.
4687         (wl-summary-update-modeline): Rewrite.
4688         (wl-summary-jump-to-msg): Define as function;
4689         Changed regexp for searching messages.
4690         (wl-summary-message-number): Rewrite.
4691         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4692         Do rescan when old type summary cache.
4693         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4694         (wl-summary-remove-destination): Use '\r' to detect EOL.
4695         (wl-summary-print-destination): Ditto.
4696         (wl-summary-temp-mark): New inline function.
4697         (wl-summary-persistent-mark): Ditto.
4698         (wl-summary-line-number): New function.
4699         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4700         (wl-summary-line-list-count): New function.
4701         (wl-summary-create-line): Added argument persistent-mark.
4702         (All other related portions are changed)
4703         (wl-summary-create-line): Insert '\r'.
4704         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4705         (wl-summary-cursor-move-surface): New inline function.
4706         (wl-summary-prev): Use it.
4707         (wl-summary-next): Ditto.
4708
4709         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4710         wl-summary-message-regexp.
4711         (wl-highlight-summary): Delete progress message.
4712         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4713
4714         * Version number is increased to 2.9.12.
4715
4716 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4717
4718         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4719         variable (nil: no minimum).
4720         (wl-summary-line-subject): Add some spaces after subject by
4721         wl-summary-line-subject-minimum-length.
4722
4723 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4724
4725         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4726         and removed `F'.
4727         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4728         change above).
4729
4730 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4731
4732         * wl-summary.el (wl-summary-line-list-count): Reverted.
4733         (example setting in samples/*/dot.wl is also updated)
4734
4735 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4736
4737         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4738
4739         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4740
4741         * wl-vars.el (wl-summary-line-format): Addes some description to the
4742         docstring.
4743
4744         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4745         (wl-summary-line-close-bracket): Ditto.
4746         (wl-summary-line-children-number): Ditto.
4747         (wl-summary-line-thread-indent): Ditto.
4748         (wl-summary-line-children-and-from): Ditto.
4749
4750         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4751         't', 'c', 'F' and added 'C'.
4752
4753         * wl-util.el (wl-set-string-width): Accept negative value.
4754         (wl-line-parse-format): Added "%number(" and "%)".
4755
4756 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4757
4758         * wl-summary.el (wl-summary-line-list-count): Change format of the
4759         return value.
4760
4761 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4762
4763         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4764         from the recent message.el.
4765         (wl-draft-point-in-header-p): Ditto.
4766         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4767         wl-draft-beginning-of-line.
4768         * wl-e21.el (wl-draft-mode-map): Ditto.
4769         * wl-xmas.el (wl-draft-mode-map): Ditto.
4770
4771         * wl-folder.el: Sort macrodefs by dependencies.
4772
4773 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4774
4775         * wl-summary.el (wl-summary-prev): Fixed regexp.
4776         (wl-summary-next): Ditto.
4777
4778 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4779
4780         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4781
4782 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4783
4784         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4785         for backward compatibility.
4786
4787 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4788
4789         * wl-summary.el (wl-summary-line-list-count): New function, merged
4790         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4791         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4792         list counts.
4793
4794 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4795
4796         * wl-summary.el (wl-summary-create-line): Ignore errors while
4797         timezone-fix-time.
4798
4799         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4800
4801         * wl-summary.el (wl-summary-sync-update): Ditto.
4802         (wl-summary-default-from): Use wl-message-entity
4803         instead of entity.
4804
4805         * wl-summary.el (wl-summary-create-line): Fix.
4806
4807         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4808         (wl-summary-line-format): New user option.
4809         (wl-folder-summary-line-format-alist): Ditto.
4810         (wl-summary-from-width): Abolished.
4811
4812         * wl-util.el (toplevel): Require 'bytecomp.
4813         (wl-line-parse-format): New function.
4814         (wl-line-formatter-setup): New macro.
4815
4816         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4817         (wl-summary-buffer-line-formatter): New buffer local variable.
4818         (wl-summary-switch-to-clone-buffer): Follow the change above.
4819         (wl-summary-message-regexp): Fix.
4820         (wl-summary-from-func-internal): Abolished.
4821         (wl-summary-subject-func-internal): Ditto.
4822         (wl-summary-subject-filter-func-internal): Ditto.
4823         (All other related portions are changed.)
4824         (wl-summary-buffer-set-folder):
4825         Set up wl-summary-buffer-number-column and 
4826         wl-summary-buffer-line-formatter
4827         (All other related portions are changed.)
4828         (wl-summary-buffer-number-column-detect): Abolished.
4829         (All other related portions are changed.)
4830         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4831         (wl-summary-delete-all-temp-marks-on-buffer): Use
4832         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4833         (wl-summary-target-mark-delete): Ditto.
4834         (wl-summary-target-mark-refile-subr): Ditto.
4835         (wl-summary-target-mark-mark-as-read): Ditto.
4836         (wl-summary-target-mark-mark-as-unread): Ditto.
4837         (wl-summary-target-mark-mark-as-important): Ditto.
4838         (wl-summary-target-mark-save): Ditto.
4839         (wl-summary-replace-status-marks): Renamed from
4840         wl-summary-set-status-marks-on-buffer;
4841         Use wl-summary-message-regexp instead of
4842         wl-summary-buffer-number-regexp.
4843         (wl-summary-sync-update): Follow the change above.
4844         (wl-summary-goto-previous-message-beginning): New function.
4845         (wl-summary-mark-as-unread): Use it.
4846         (wl-summary-mark-as-important): Ditto.
4847         (wl-summary-line-formatter): New variable.
4848         (wl-summary-line-year): New function.
4849         (wl-summary-line-day): Ditto.
4850         (wl-summary-line-day-of-week): Ditto.
4851         (wl-summary-line-hour): Ditto.
4852         (wl-summary-line-minute): Ditto.
4853         (wl-summary-line-open-bracket): Ditto.
4854         (wl-summary-line-close-bracket): Ditto.
4855         (wl-summary-line-children-number): Ditto.
4856         (wl-summary-line-thread-indent): Ditto.
4857         (wl-summary-line-size): Ditto.
4858         (wl-summary-line-subject): Ditto.
4859         (wl-summary-line-from): Ditto.
4860         (wl-summary-line-children-and-from): Ditto.
4861         (wl-summary-create-line): Rewritten.
4862         (wl-summary-format-date): Abolished.
4863
4864         * wl-highlight.el (wl-highlight-summary-current-line): Use
4865         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4866         Use thread structure to detect thread top message.
4867
4868         * wl-draft.el (wl-default-draft-cite): Don't use
4869         wl-summary-from-func-internal.
4870
4871         * wl-refile.el (wl-refile-subject-learn): Don't use
4872         wl-summary-subject-filter-func-internal.
4873         (wl-refile-guess-by-subject): Ditto.
4874
4875         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4876         parameters.
4877
4878         * wl-thread.el (wl-thread-update-indent-string-region):
4879         Use wl-thread-update-line-on-buffer instead of
4880         wl-thread-update-indent-string.
4881         (wl-thread-update-children-number): Redefine using
4882         wl-thread-update-line-on-buffer.
4883         (wl-thread-update-indent-string): Abolished.
4884
4885         * Version number is increased to 2.9.11.
4886
4887 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4888
4889         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4890         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4891         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4892
4893         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4894         as nil.
4895
4896         * wl-thread.el (wl-thread-open-all-unread): Use 
4897         elmo-folder-list-messages-mark-match.
4898         (wl-thread-insert-message): Removed argument `mark-alist'.
4899         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4900         elmo-msgdb-set-mark.
4901         (wl-thread-get-children-msgs-uncached): Likewise.
4902         (wl-thread-get-exist-children): Added argument include-self.
4903         (wl-thread-delete-message): Follow the change above.
4904
4905         * wl-summary.el (wl-summary-count-unread): Removed argument.
4906         (wl-summary-rescan): Follow the change above.
4907         (wl-summary-mark-as-read-region): Ditto
4908         (wl-summary-mark-as-unread-region): Ditto.
4909         (wl-summary-delete-messages-on-buffer): Ditto.
4910         (wl-summary-sync-update): Ditto.
4911         (wl-summary-switch-to-clone-buffer): Ditto.
4912         (wl-summary-goto-folder-subr): Ditto.
4913         (wl-summary-target-mark-mark-as-read): Ditto.
4914         (wl-summary-target-mark-mark-as-unread): Ditto.
4915         (wl-summary-target-mark-mark-as-important): Ditto.
4916         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4917         (wl-summary-update-thread): Removed argument `mark-alist'.
4918         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4919         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4920         (wl-summary-resume-cache-status): Likewise.
4921         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4922         elmo-msgdb-set-mark.
4923         (wl-summary-mark-as-read-all): Likewise.
4924         (wl-summary-delete-cache): Ditto.
4925         (wl-summary-auto-select-msg-p): Ditto.
4926         (wl-summary-mark-as-unread): Ditto.
4927         (wl-summary-no-auto-refile-message-p): Ditto.
4928         (wl-summary-mark-as-read): Ditto.
4929         (wl-summary-mark-as-important): Ditto.
4930         (wl-summary-auto-refile): Follow the change above.
4931         (wl-summary-delete-all-marks): Removed.
4932         (wl-summary-resume-marks-and-highlight): Ditto.
4933         (wl-summary-resume-marks): Ditto.
4934         (wl-summary-delete-important-msgs-from-list): Ditto.
4935         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4936
4937         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4938         wl-summary-count-unread.
4939
4940         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4941         (wl-summary-score-update-all-lines): Use
4942         elmo-msgdb-set-mark.
4943
4944 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4945
4946         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4947         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4948         (wl-summary-create-line): Renamed from
4949         wl-summary-overview-create-summary-line;
4950         Argument rearrangement.
4951         (wl-summary-update-thread): Follow the change above.
4952
4953         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4954         (wl-thread-insert-entity-sub): Likewise.
4955
4956         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4957         argument `overview', `mark-alist' and added `msgdb'.
4958
4959         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4960
4961         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4962         (wl-summary-rescan): Follow the change above.
4963         (wl-summary-sync-update): Ditto.
4964         (wl-summary-insert-thread-entity): Ditto;
4965         Don't use `let*' in every while loop;
4966         Detect infinite loop of threads.
4967         (wl-summary-update-thread): Removed argument `overview'.
4968
4969         * wl-thread.el (wl-thread-insert-message): Ditto.
4970
4971         * Version number is increased to 2.9.10.
4972
4973         * wl-message.el (wl-message-redisplay): Ignore errors while
4974         wl-message-redisplay-hook.
4975
4976 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4977
4978         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4979
4980 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4981
4982         * wl.el (wl): inhibit-quit while wl-folder.
4983
4984 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4985
4986         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4987         while msgdb access.
4988
4989 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4990
4991         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4992         even if no folder is not created.
4993
4994 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4995
4996         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4997
4998         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4999         implementation.
5000         (wl-summary-target-mark-thread): Ditto.
5001
5002         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5003
5004 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5005
5006         * wl-util.el (wl-display-bytes): Remove unused function.
5007
5008 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5009
5010         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5011         seems critical one (partially reverse the change in 2002/03/17).
5012
5013 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5014
5015         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5016         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5017
5018 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5019
5020         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5021         is not writable.
5022         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5023         plugged status instead of `'force' as 2nd argument.
5024
5025         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5026         is not creatable.
5027
5028         * Version number is increased to 2.9.9.
5029
5030 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5031
5032         * wl-summary.el (wl-summary-suspend): New function.
5033
5034 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5035
5036         * wl.el (wl): Do not check variables if check is nil.
5037         * wl-utils.el (wl-collect-draft): New function.
5038         * wl-folder.el (wl-folder-suspend): Put summary buffers
5039         and draft buffers at the end of buffer list.
5040         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5041
5042 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5043
5044         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5045         loop instead of recursive call.
5046
5047         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5048         2nd argument.
5049
5050 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5051
5052         * wl-draft.el (wl-draft-create-contents): Don't take neither
5053         (function . args) nor (string . something) any more.
5054
5055         * wl-version.el (wl-generate-user-agent-string): Return string
5056         without header symbol.
5057         * wl-draft.el (wl-draft-default-headers): Use it.
5058
5059         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5060         `wl-draft-insert-ccs' and return field value instead of inserting
5061         the header. Abolish cc argument.
5062         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5063
5064         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5065         rather than one with string car.
5066
5067         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5068         * wl-draft.el (wl-draft-create-contents): Add it after the default
5069         headers.
5070
5071         * wl-draft.el (wl-draft-create-contents): For the case of
5072         (symbol-or-string . function) insert header only when the function
5073         returns string value.
5074
5075 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5076
5077         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5078         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5079
5080 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5081
5082         * wl.el (wl-check-environment): Don't check Message-ID when
5083         `wl-insert-message-id' is nil.
5084         Revive checking if `wl-message-id-domain' contains "@".
5085
5086 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5087
5088         * wl.el (wl-check-environment): Merge examination for "@" at
5089         inappropriate position into the first string-match.
5090
5091         * wl-summary.el (wl-summary-target-mark-print): New function.
5092         (wl-summary-pipe-message-subr): Extracted from
5093         `wl-summary-pipe-message'.
5094         (wl-summary-target-mark-pipe): New function.
5095         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5096         `wl-summary-target-mark-pipe'.
5097
5098 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5099
5100         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5101
5102 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5103
5104         * wl.el (wl-check-environment): Use elmo-warning instead of
5105         error for non-critical ones.
5106         Remove trash folder check.
5107         (wl): Don't ignore error in wl-check-environment.
5108
5109         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5110         check, which is moved from `wl-check-environment'.
5111         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5112
5113 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5114
5115         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5116         guess anything, call wl-summary-write.
5117         (wl-summary-write): Create draft with blank To field.
5118         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5119
5120 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5121
5122         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5123         argument full as well for wl-folder-write-current-folder.
5124         If wl-*-write-current-folder cannot guess addressee, add blank
5125         To header.
5126         Rewrite condition for positioning cursor.
5127
5128 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5129
5130         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5131         summary buffer is present, use it.
5132         (wl-folder-jump-to-previous-summary): Ditto.
5133
5134 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5135
5136         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5137
5138         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5139         wl-summary-previous-buffer and wl-summary-next-buffer.
5140
5141         * wl-folder.el (wl-folder-mode-map): Bind
5142         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5143         (wl-folder-jump-to-next-summary): New function.
5144         (wl-folder-jump-to-previous-summary): Ditto.
5145
5146         * wl-draft.el (wl-draft): Rearranged.
5147
5148 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5149
5150         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5151         of header.
5152         (wl-draft): Collect arguments for the header as header-alist.
5153         (wl-draft-forward): Arrange arguments for wl-draft.
5154         (wl-draft-reply): Ditto.
5155         (wl-draft-edit-string): Ditto.
5156         * wl-summary.el (wl-summary-write): Ditto.
5157         (wl-summary-write-current-folder): Ditto.
5158
5159         * Version number is increased to 2.9.8.
5160
5161 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5162
5163         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5164
5165         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5166
5167         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5168         even if the guess failed.
5169
5170         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5171         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5172         wl-summary-write-current-folder.
5173         * wl-xmas.el: Ditto.
5174
5175 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5176
5177         * wl-summary.el (wl-summary-next-page): Force display message if
5178         message is not displayed yet.
5179         (wl-summary-prev-page): Ditto.
5180
5181 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5182
5183         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5184
5185 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5186
5187         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5188         add "Preview Message" and "Save Draft and Exit".
5189
5190 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5191
5192         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5193         if addrmgr is called from draft in splitted window.
5194
5195         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5196         * wl-mule.el: Ditto.
5197         * wl-xmas.el: Ditto.
5198
5199 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5200
5201         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5202
5203         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5204         * wl-xmas.el (wl-folder-toolbar): Ditto.
5205
5206 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5207
5208         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5209         and wl-draft-save-and-exit.
5210         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5211         * wl-xmas.el: Ditto.
5212         * wl-mule.el: Ditto.
5213
5214         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5215         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5216
5217 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5218
5219         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5220         lists for saving buffer.
5221
5222 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5223
5224         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5225         parent-folder argument instead of it.
5226         (wl-draft-create-buffer): Ditto.
5227         (wl-draft-forward): Ditto.
5228         (wl-draft-reply): Ditto.
5229         * wl-summary.el (wl-summary-write): Ditto.
5230         (wl-summary-write-current-folder): Ditto.
5231
5232         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5233         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5234         Folder buffer after composing.
5235
5236 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5239         header if the file `wl-x-face-file' already contains it.
5240
5241 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5242
5243         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5244         folder" entry.
5245         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5246         * wl-e21.el (wl-folder-toolbar): Ditto.
5247         * wl-xmas.el (wl-folder-toolbar): Ditto.
5248
5249 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5250
5251         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5252         wl-folder-goto-folder with sticky argument.
5253         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5254
5255 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5256
5257         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5258         and wl-summary-previous-buffer.
5259         (wl-summary-next-buffer): New function.
5260         (wl-summary-previous-buffer): Ditto.
5261
5262 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5263
5264         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5265         wl-folder-jump-to-current-entity-with-arg.
5266         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5267         `wl-folder-jump-to-current-entity'.
5268         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5269         `wl-summary-goto-folder-sticky'.
5270         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5271         `wl-summary-goto-folder'.
5272         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5273         Unless force-exit, do not clean temp. marks for sticky summary.
5274         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5275
5276 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5277
5278         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5279         not entire.
5280
5281 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5282
5283         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5284         to `C-x C-s'.
5285         (wl-summary-save-status): New command.
5286         (wl-summary-exit): Don't clean-up temp marks when sticky.
5287         (Applied patch from Nakayama-san [wl: 09548])
5288         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5289         Do nothing when no mark data.
5290         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5291         Call `wl-summary-delete-all-temp-marks' before saving.
5292
5293 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5294
5295         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5296
5297 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5298
5299         * wl.el (wl-check-environment): Also cause error when (system-name)
5300         returns "localhost.localdomain". (Although it doesn't affect because
5301         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5302
5303 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5304
5305         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5306         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5307
5308         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5309         value.
5310
5311 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5312
5313         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5314         Likewise r-cc-list and r-ng-list.
5315
5316 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5317
5318         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5319         only if it is bound as variable.
5320
5321         * wl-mime.el (wl-draft-preview-message): Ditto.
5322
5323 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5324
5325         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5326         needless `goto-char'.
5327
5328         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5329         `wl-summary-redisplay-no-mime-internal' instead of
5330         `wl-summary-redisplay-no-mime'.
5331         (wl-summary-redisplay-no-mime): Changed argument;
5332         Call `wl-summary-redisplay-no-mime-internal'.
5333
5334         * wl-mime.el (wl-draft-preview-message): Bind
5335         `mime-header-encode-method-alist' locally.
5336
5337         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5338         (wl-draft-std11-parse-addresses): Added the first address check.
5339         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5340
5341         * Version number is increased to 2.9.7.
5342
5343 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5344
5345         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5346
5347 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5348
5349         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5350         related to scrollbar support, if there is no such a feature
5351         compiled in.
5352
5353 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5354
5355         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5356         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5357         for prefetch.
5358
5359 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5360
5361         * wl-summary.el (wl-summary-pick): Fix for no match.
5362
5363 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5364
5365         * wl-draft.el (wl-draft-save):
5366         Override `mime-header-encode-method-alist'.
5367
5368 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5369
5370         * wl-folder.el (wl-folder-pick): New function.
5371         Define key as "?".
5372
5373 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5374
5375         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5376         Fix for unplugged.
5377
5378 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5379
5380         * wl-folder.el (wl-folder-virtual): New function.
5381         Define key as "V".
5382
5383 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5384
5385         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5386         multi folder if entity is group.
5387
5388 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5389
5390         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5391         is nil.
5392
5393 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5394
5395         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5396         (wl-summary-target-mark-msgs): Return the number of marked messages.
5397
5398 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5399
5400         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5401         "first:" is specified.
5402
5403 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5404
5405         * wl-vars.el (wl-from): Use return value of function
5406         user-full-name instead of the variable user-full-name since
5407         XEmacs-20.4 doesn't set this variable.
5408
5409 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5410
5411         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5412         call `wl' directly.
5413
5414 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5415
5416         * wl-draft.el (wl-draft-reedit): Removed duplicated
5417         switch-to-buffers.
5418
5419 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5420
5421         * wl.el (wl-other-frame): Removed garbages.
5422
5423 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5424
5425         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5426
5427         * wl-xmas.el (wl-draft-key-setup): Ditto.
5428
5429         * wl-mule.el (wl-draft-key-setup): Ditto.
5430
5431         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5432         (wl-draft-reedit): Ditto.
5433         (wl-draft-prepare-edit): Add `wl-draft-save' to
5434         `local-write-file-hooks'.
5435         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5436         (wl-draft-reedit): Set buffer-file-name.
5437         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5438
5439
5440         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5441         call it.
5442         (wl-delete-startup-frame-function): New variable.
5443         (wl-other-frame): New function
5444         (Original was written by Yamaoka san [wl: 09239]).
5445
5446         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5447         if `wl-folder-use-frame'.
5448
5449 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5450
5451         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5452
5453 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5454
5455         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5456         New variable.
5457         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5458         (wl-message-buffer-prefetch-get-next): Use them.
5459         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5460
5461 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5462
5463         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5464         with unwind-protect.
5465
5466         * wl-draft.el (wl-draft-reedit): Rewrite.
5467         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5468         (wl-draft-save): Insert header separator if it does not exist;
5469         Removed condition-case.
5470
5471         * wl-summary.el (wl-summary-reedit): Revert last change.
5472
5473         * wl-draft.el (wl-draft-save): Rewrite.
5474         (wl-draft-create-buffer): Set buffer-file-name as nil.
5475
5476         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5477
5478         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5479
5480         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5481         nil.
5482
5483 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5484
5485         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5486         If count is nil, do not prefetch.
5487         (wl-message-buffer-prefetch-next): Next.
5488
5489 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5490
5491         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5492
5493 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5494
5495         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5496         `delete-backward-char'
5497         (wl-draft-prepare-edit): Check major-mode.
5498         (wl-draft-decode-header): Rewrite.
5499         (wl-draft): Fix.
5500
5501 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5502
5503         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5504
5505 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5506
5507         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5508         (wl-message-buffer-prefetch-get-next): Remove size checking.
5509         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5510
5511 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5512
5513         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5514         (wl-draft-default-headers): Fix.
5515
5516 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5517
5518         * wl-draft.el (wl-draft-default-headers): Insert return value of
5519         `wl-generate-mailer-string-function'.
5520
5521 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5522
5523         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5524         (wl-draft-insert-mail-header-separator): Ditto.
5525
5526         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5527         again (Reverted the change on 2002-01-17 by OKADA san).
5528
5529 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5530
5531         * wl-draft.el (wl-draft): Rewrite.
5532         (wl-draft-create-buffer): New function.
5533         (wl-draft-create-contents): Ditto.
5534         (wl-draft-prepare-edit): Ditto.
5535         (wl-draft-decode-header): Ditto.
5536         (wl-draft-decode-body): Ditto.
5537         (wl-draft-check-new-line): Ditto.
5538         (wl-draft-default-headers): Ditto.
5539         (wl-draft-insert-mail-header-separator): Ditto.
5540
5541 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5542
5543         * Version number is increased to 2.9.6.
5544
5545 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5546
5547         * wl-draft.el (wl-draft-delete-field): Optional argument.
5548         (wl-draft-delete-fields): Ditto.
5549
5550 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5551
5552         * wl-message.el (toplevel): Eliminated byte-compile warning.
5553         for `itimer-function', `delete-timer' and `itimer-list'.
5554
5555 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5556
5557         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5558         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5559         `wl-message-buffer-prefetch-threshold'.
5560         * wl-summary.el (wl-summary-redisplay-internal): Remove
5561         the check of `wl-message-buffer-prefetch-depth'.
5562
5563 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5564
5565         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5566         size of article.
5567         (wl-message-buffer-prefetch-subr): Remove size check.
5568
5569 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5570
5571         * wl-vars.el (wl-plugged): Make customizable.
5572
5573 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5574
5575         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5576         (wl-message-buffer-prefetch-set-timer): New function.
5577         (wl-message-buffer-prefetch-get-next): New function.
5578         (wl-message-buffer-prefetch): New function.
5579         (wl-message-buffer-prefetch-next): Rewrite.
5580         (wl-message-buffer-prefetch-subr): Rewrite.
5581         * wl-vars.el (wl-auto-prefetch-first): New variable.
5582         * wl-summary.el (wl-summary-goto-folder-subr): Call
5583         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5584
5585 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5586
5587         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5588         `wl-summary-unread-message-hook'.
5589
5590 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5591
5592         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5593         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5594         if range is `cache-status'.
5595
5596 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5597
5598         * wl-message.el (wl-message-buffer-prefetch-subr):
5599         Improve debug message.
5600
5601 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5602
5603         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5604         `wl-mail-send-pre-hook'.
5605         (wl-draft-send-mail-with-qmail): Ditto.
5606         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5607
5608 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5609
5610         * wl-message.el (wl-message-buffer-prefetch-subr):
5611         Fix for cancel-function-timers bug.
5612         (wl-message-buffer-prefetch-debug): Default value is t.
5613
5614 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5615
5616         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5617         (wl-message-buffer-prefetch-subr): Rewrite.
5618         Rename from `wl-message-buffer-prefetch'.
5619
5620 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5621
5622         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5623         (wl-default-draft-cite-decorate-author): Ditto.
5624
5625         * wl-draft.el (wl-draft-cite-function): Removed.
5626         (wl-default-draft-cite-decorate-author): Ditto.
5627
5628 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5629
5630         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5631         (wl-default-draft-cite): Do not arrange author name if the value of
5632         `wl-default-draft-cite-decorate-author' is nil.
5633
5634 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5635
5636         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5637
5638         * wl-folder.el (wl-folder-check-one-entity): Don't care
5639         `elmo-folder-use-flag-p'.
5640
5641 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5642
5643         * wl-folder (wl-folder-check-one-entity): Fix
5644         problem if unread is nil.
5645
5646 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5647
5648         * wl-address.el (wl-address-make-completion-list): Check whether
5649         the address is a group list.
5650         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5651
5652 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5653
5654         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5655         The number of the messages of new and unread does not count
5656         correctly.
5657
5658         * wl-summary.el (wl-summary-count-unread): Changed to return
5659         `(new . unread)' instead of total.
5660         (wl-summary-sync-update): Follow the change above.
5661
5662         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5663
5664 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5665
5666         * wl-address.el (wl-address-make-completion-list): Do not enclose
5667         address by " <" and ">" if associated realname is "".
5668         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5669         This is against the promblem with group list in .addresses pointed
5670         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5671
5672 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5673
5674         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5675         message is a format control string.
5676         * wl-expire.el (wl-expire-append-log): Ditto.
5677         * wl-mime.el (wl-summary-burst-subr): Ditto.
5678         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5679         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5680
5681 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5682
5683         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5684         wl.el (wl-check-variables): Rename from `wl-check-type'.
5685         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5686         (wl-check-variables-2): New function.
5687         (wl): Call `wl-check-variables-2'.
5688
5689 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5690
5691         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5692         after renaming folder in access group.
5693
5694 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5695
5696         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5697         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5698         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5699         (wl-message-buffer-prefetch): Rewrite.
5700         (wl-message-buffer-prefetch-idle-time): Removed.
5701         * wl-summary.el (wl-summary-redisplay-internal):
5702         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5703         Error check for `wl-message-buffer-prefetch-depht'.
5704
5705 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5706
5707         * Version number is increased to 2.9.5.
5708         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5709
5710 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5711
5712         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5713         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5714         Based on the patch written by
5715         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5716
5717 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5718
5719         * wl-draft.el (wl-draft-raw-send): Fix for
5720         `wl-news-send-pre-hook'
5721
5722 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5723
5724         * wl-utils.el (wl-message-id-function): New variable.
5725         * wl-draft.el (wl-draft-insert-required-fields):
5726         Use `wl-message-id-function'.
5727
5728 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5729
5730         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5731         * wl-utils.el (wl-draft-make-message-id-string):
5732         Use `wl-from' for domain part of Message-ID
5733         if `wl-message-id-use-wl-from' if non-nil.
5734         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5735
5736 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5737
5738         * wl.el (wl): Call `wl-check-type'
5739         Do not 'condition-case'.
5740
5741 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5742
5743         * wl.el (wl-check-type): New function.
5744         (wl-check-type-variables): New variable.
5745
5746 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5747
5748         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5749
5750 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5751
5752         * wl-draft.el (wl-smtp-password-key): New function.
5753         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5754         (wl-draft-send-mail-with-smtp): Ditto.
5755         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5756
5757 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5758
5759         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5760         * wl-utils.el (wl-unique-id-suffix): Remove.
5761
5762 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5763
5764         * Version number is increased to 2.9.4.
5765
5766 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5767
5768         * wl-utils.el (wl-unique-id-suffix): New variable.
5769         (wl-unique-id): Use `wl-unique-id-suffix'
5770
5771 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5772
5773         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5774         instead of `elmo-msgdb-search'.
5775
5776         * Version number is increased to 2.9.3.
5777
5778 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5779
5780         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5781
5782 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5783
5784         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5785         (wl-draft-dispatch-message): Changed for send-later.
5786         (wl-draft-queue-flush): Ditto.
5787         (wl-draft): Clear `wl-sent-message-queued'.
5788         (wl-draft-reedit): Ditto.
5789         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5790         * wl-vars.el (wl-draft-force-queuing): New variable.
5791         (wl-draft-force-queuing-mail): New variable.
5792         (wl-draft-force-queuing-news): New variable.
5793
5794 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5795
5796         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5797         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5798
5799 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5800
5801         * Version number is increased to 2.9.2.
5802
5803 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5804
5805         * wl-draft.el (wl-draft-elide-region): New user command.
5806         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5807
5808         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5809         command `wl-draft-elide-region'.
5810         * wl-mule.el: Ditto.
5811         * wl-xmas.el: Ditto.
5812
5813 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5814
5815         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5816         (wl-biff-check-folder-async): Removed needless let.
5817
5818 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5819
5820         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5821         wl-folder-get-elmo-folder.
5822         (wl-biff-check-folder): Set `biff' argument of
5823         `wl-folder-check-one-entity'.
5824         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5825
5826         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5827         (wl-folder-check-one-entity): Added `biff' argument;
5828         Setup `biff' slot of folder.
5829
5830         * Version number is increased to 2.9.1.
5831
5832 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5833
5834         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5835         comment out and fixed.
5836         (wl-fldmgr-add-completion-subr): Ditto.
5837
5838         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5839         and msgdb.
5840
5841         * wl.el (wl-toggle-plugged): Save summary view.
5842
5843 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5844
5845         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5846
5847 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5848
5849         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5850
5851 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5854         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5855         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5856
5857         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5858         if it was failed.
5859         (wl-demo): Disable undo in the demo buffer.
5860
5861 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5862
5863         * wl-version.el (wl-version): Changed codename.
5864
5865         * Version number is increased to 2.9.0.
5866
5867 2001-12-14  Takuo KITAME <kitame@northeye.org>
5868
5869         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5870         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5871         (wl-folder-mark-as-read-all-current-entity): Ditto.
5872
5873 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5874
5875         * wl-vars.el (wl-from-width): Define as obsolete variable.
5876         (wl-subject-length-limit): Ditto.
5877
5878         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5879
5880         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5881         wl-summary-save-view.
5882
5883         * wl.el (wl-save-status): Ditto.
5884         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5885
5886         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5887         (wl-summary-exit): Follow the change above.
5888         (wl-summary-goto-folder-subr): Ditto.
5889
5890         * wl-folder.el (wl-folder-create-subr): Don't use
5891         `elmo-folder-creatable-p'.
5892
5893 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5894
5895         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5896
5897 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5900         rather than bitmap on Emacs 21.
5901         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5902         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5903         for xbm if the new redisplay engine is not available.
5904
5905 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5906
5907         * wl-folder.el (wl-folder-init-hook): New hook.
5908         (wl-folder-init): Run `wl-folder-init-hook'.
5909
5910 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5913
5914 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5915
5916         * wl-acap.el (wl-acap-cache-filename): New variable.
5917         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5918         (wl-acap-init): Use cache if no ACAP server found.
5919
5920 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5921
5922         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5923         `wl-acap-original-msgdb-dir'.
5924
5925         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5926         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5927
5928         * wl-mime.el (wl-mime-save-directory): Renamed from
5929         `wl-mime-save-dir'.
5930
5931 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5934
5935         * wl-demo.el: Require `path-util'.
5936         (wl-demo-bitmap-mule-available-p): New internal variable.
5937         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5938         `module-installed-p' instead.
5939         (wl-demo-insert-image): Use *.img file for a bitmap image.
5940         (wl-demo): Don't call the ascii demo recursively.
5941
5942 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5943
5944         * Version number is increased to 2.7.7.
5945
5946 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5947
5948         * wl.el (wl-exit): Eliminated byte-compile warning.
5949
5950 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5951
5952         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5953         obsolete variable using `elmo-define-obsolete-variable'.
5954         (wl-fetch-confirm-threshold): Ditto.
5955         (wl-cache-prefetch-folder-type-list): Ditto.
5956         (wl-cache-prefetch-folder-list): Ditto.
5957
5958 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5961         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5962         (wl-demo-insert-image): New function.
5963         (wl-demo-insert-text): New function.
5964         (wl-demo-image-type-alist): Redefine as a function.
5965         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5966         (wl-demo-with-temp-file-buffer): Removed.
5967         (wl-logo-xpm): Removed.
5968         (wl-logo-xbm): Removed.
5969         (wl-logo-bitmap): Removed.
5970
5971 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5972
5973         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5974         (wl-expire-localdir-get-folder-function): New user option.
5975         (wl-expire-localdir-get-folder): New function.
5976         (wl-expire-localdir-date): Ditto.
5977
5978 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5979
5980         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5981         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5982         Fixed unread number mismatch when all-unread < unread.
5983
5984 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5985
5986         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5987         (wl-fetch-confirm-threshold): Ditto.
5988
5989         * wl-summary.el (wl-summary-confirm-appends): Removed.
5990         (wl-summary-sync-update): Don't refer
5991         `wl-summary-update-confirm-threshold' (It is now abolished).
5992
5993         * wl-message.el (wl-message-display-internal): Don't refer
5994         `wl-fetch-confirm-threshold' (It is now abolished).
5995
5996 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5999
6000 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6001
6002         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6003         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6004         Change default value to nil.
6005         (wl-summary-indent-length-limit): The value can be nil, nil means
6006         unlimited.
6007
6008         * wl-summary.el: Don't set limit for indent length if the value of
6009         wl-summary-indent-length-limit is nil.
6010         If the value of wl-summary-width is nil, it means only that the width
6011         of summary is unlimited (nil doesn't mean that the indent length is
6012         unlimited).
6013
6014         * wl-thread.el: Ditto.
6015
6016 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6017
6018         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6019         be nil, nil means never confirm.
6020         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6021
6022 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6023
6024         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6025         means unlimited).
6026
6027 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6028
6029         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6030         Use `with-temp-buffer'.
6031
6032 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6033
6034         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6035         with new backquote style).
6036         (wl-folder-get-entity-from-buffer): Ditto.
6037
6038 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6039
6040         * wl-version.el (nemacs-version): Eliminated.
6041         (wl-extended-emacs-version2): Ignore nemacs.
6042         (wl-extended-emacs-version3): Ditto.
6043
6044 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6045
6046         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6047         (wl-draft-add-in-reply-to): New variable.
6048         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6049         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6050         (wl-draft-yank-from-mail-reply-buffer): Use
6051         `wl-draft-add-in-reply-to'.
6052         (wl-draft-insert-current-message): Ditto.
6053
6054 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6055
6056         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6057         typo (kill->hide).
6058         (wl-message-buffer-prefetch-folder-type-list): Added elements
6059         `mark' and `cache' instead of `internal'.
6060
6061 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6062
6063         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6064         resume msgdb directory.
6065
6066 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6067
6068         * wl.el (wl-exit): Call `wl-acap-exit'.
6069
6070         * wl-summary.el (wl-summary-message-string): New function.
6071         (wl-summary-reedit): Use it.
6072         (wl-summary-resend-bounced-mail): Remove needless let.
6073         (wl-summary-supersedes-message): Ditto.
6074         (wl-summary-save): Ditto.
6075
6076         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6077         (wl-acap-init): Set it.
6078         (wl-acap-exit): New function.
6079
6080 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6081
6082         * wl.el (wl-init): Revert (require 'mime-setup). move from
6083         toplevel.
6084
6085 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6086
6087         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6088         local variables.  Add error when guess function return invalid
6089         value.
6090
6091 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6092
6093         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6094         Change local variable name.
6095         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6096         (wl-folder-get-newsgroups): Return nil when non-news folder.
6097         * wl-summary.el (wl-summary-write-current-folder): State through
6098         when guess-list return nil.
6099         (wl-summary-write-current-folder-functions): Fixed docstring.
6100
6101         * wl.el (wl-exit): Changed confirm message.
6102
6103         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6104         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6105
6106         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6107
6108 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6109
6110         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6111         user option (Renamed from wl-cache-prefetch-folder-type-list).
6112         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6113         from wl-cache-prefetch-folder-list).
6114
6115         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6116         Move to wl-vars.el.
6117         (wl-message-buffer-prefetch-p): Changed to enable
6118         `wl-message-buffer-prefetch-folder-list'.
6119
6120         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6121         `ignore-cache'.
6122
6123 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6124
6125         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6126         `part-top' and `part-bottom'.
6127         (wl-draft-config-sub-part-top): New function.
6128         (wl-draft-config-sub-part-bottom): New function.
6129
6130 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6131
6132         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6133
6134 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6135
6136         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6137
6138 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6139
6140         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6141
6142         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6143         (wl-summary-write-current-folder): Ditto.
6144
6145 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6146
6147         * wl-folder.el (wl-folder-get-newsgroups): Use
6148         `elmo-folder-newsgroups'.
6149
6150 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6151
6152         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6153         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6154         `wl-draft-config-sub-header-bottom'.
6155
6156 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6157
6158         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6159         localnews folder.
6160
6161 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6162
6163         * wl-summary.el (wl-summary-mode): Undo last change.
6164
6165         * wl-folder.el (wl-folder-mode): Ditto.
6166
6167 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6168
6169         * wl-summary.el (wl-summary-mode): Locally set
6170         truncate-partial-window-width to nil.
6171         (for XEmacs)
6172
6173         * wl-folder.el (wl-folder-mode): Ditto.
6174
6175 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6176
6177         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6178
6179 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6180
6181         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6182         number.
6183
6184         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6185
6186         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6187
6188         * Version number is increased to 2.7.6.
6189
6190 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6191
6192         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6193
6194 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6195
6196         * wl-summary.el (wl-summary-sync-update): Enclose network
6197         related portion with `unwind-protect'.
6198
6199 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6200
6201         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6202
6203 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6204
6205         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6206         element.
6207         * wl-vars.el (wl-message-body-button-alist): Ditto.
6208
6209         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6210         max match length.
6211         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6212
6213         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6214         for the max match length;
6215         Use 4th element value for the button string regexp group.
6216
6217         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6218         candidate exists, prompt to select.
6219
6220 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6221
6222         * wl-summary.el (wl-summary-jump-to-msg): Search before
6223         calibration point by `beginning-of-line'.
6224
6225 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6226
6227         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6228         for access group.
6229
6230 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6231
6232         * wl-message.el (wl-message-display-internal): Bind
6233         `default-mime-charset'.
6234
6235         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6236
6237         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6238
6239         * Version number is increased to 2.7.5.
6240
6241 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6242
6243         * wl-expire.el (wl-summary-archive): Fixed;
6244         Use `elmo-folder-name-internal'.
6245
6246 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6247
6248         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6249         from `elmo-folder-move-messages' caller.
6250         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6251
6252         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6253         related portions are changed).
6254
6255 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6256
6257         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6258         counter.
6259
6260 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6261
6262         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6263         buffer local and set it to nil.
6264
6265         * wl-message.el (wl-message-redisplay): Ditto.
6266
6267 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6268
6269         * wl-summary.el (wl-summary-mark-as-important): If message is
6270         already cached, set messag as read, otherwise encache and mark as read.
6271
6272 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6273
6274         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6275         point-min.
6276
6277 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6278
6279         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6280         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6281         a keymap.
6282
6283 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6284
6285         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6286         parent.
6287
6288         * wl-mule.el (wl-message-define-keymap): Ditto.
6289
6290         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6291
6292         * wl-xmas.el (wl-message-display-internal-hook): Define.
6293         (wl-xmas-setup-message-toolbar): Define as function.
6294         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6295         (wl-message-overload-functions): Abolished.
6296         (wl-message-define-keymap): New function.
6297
6298         * wl-vars.el (wl-message-display-internal-hook): New variable.
6299         (wl-message-header-button-alist): New variable (Renamed from
6300         wl-highlight-message-header-button-alist).
6301         (wl-message-body-button-alist): Ditto.
6302
6303         * wl-mule.el (wl-message-define-keymap): New function.
6304         (wl-message-overload-functions): Abolished.
6305
6306         * wl-message.el (wl-message-add-buttons-to-body): New function.
6307         (wl-message-redisplay): Don't call wl-message-overload-functions;
6308         Call wl-message-add-buttons-to-header and
6309         wl-message-add-buttons-to-body.
6310         (wl-message-display-internal): Set keymap argument for
6311         elmo-mime-display-as-is, elmo-mime-message-display;
6312         Run wl-message-display-internal-hook.
6313         (wl-message-refer-article-or-url): Abolished.
6314
6315         * wl-highlight.el (wl-highlight-headers): Don't call
6316         wl-highlight-message-add-buttons-to-header.
6317         (wl-highlight-message-add-buttons-to-header): Abolished.
6318
6319
6320         * wl-e21.el (wl-message-display-internal-hook): Define.
6321         (wl-e21-setup-toolbar): Deleted duplicated binding.
6322         (wl-e21-setup-message-toolbar): Define as function.
6323         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6324         (wl-message-define-keymap): New function.
6325         (wl-message-overload-functions): Abolished.
6326
6327 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6328
6329         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6330         and elmo-folder-close.
6331
6332         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6333
6334 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6335
6336         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6337         boolean value.
6338         * wl-draft.el (wl-draft-do-fcc): Ditto.
6339
6340 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6341
6342         * wl-vars.el (wl-fcc-force-as-read): New variable.
6343         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6344         mark copied message as read.
6345
6346 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6347
6348         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6349
6350 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6351
6352         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6353         `wl-summary-target-above' instead of obsolete variable
6354         `wl-summary-temp-above'.
6355
6356         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6357         instead of `make-obsolete-variable'.
6358         * wl-refile.el (toplevel): Ditto.
6359
6360 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6361
6362         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6363         with third argument t.
6364         (wl-draft): Set first argument for wl-plugged-init as t.
6365
6366         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6367         definition.
6368
6369 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6370
6371         * wl-vars.el: Tabify.
6372         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6373
6374         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6375         message.
6376
6377 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6378
6379         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6380         and set default to beep.
6381
6382 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6383
6384         * wl-vars.el (wl-draft-truncate-lines): New variable.
6385
6386         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6387         instead of wl-message-truncate-lines for truncate-lines.
6388
6389 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6390
6391         * wl-message.el (wl-message-display-internal): Call
6392         `wl-highlight-message' after `elmo-mime-display-as-is'.
6393
6394         * wl-mime.el (wl-mime-display-text/plain): New function.
6395         (wl-mime-display-header): Ditto.
6396         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6397         body-presentation-method for text/plain;
6398         Register `wl-mime-display-header' as a header-presentation-method;
6399         Don't set up `elmo-message-text-content-inserted-hook' and
6400         `elmo-message-header-inserted-hook'.
6401
6402         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6403         variable.
6404         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6405         as t if flag is 'all-header;
6406         Don't bind `elmo-message-ignored-field-list',
6407         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6408
6409 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6412         for xemacs with non-mule environment.
6413
6414 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6415
6416         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6417         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6418         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6419
6420 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6421
6422         * wl-vars.el (wl-interactive-send): Set default value as t.
6423
6424 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6425
6426         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6427         (wl-addrmgr-method-list): Abolished.
6428         (wl-addrmgr-change-method): Follow above change.
6429
6430         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6431
6432 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6433
6434         * wl-vars.el (wl-message-truncate-lines): Change default value
6435         to default-truncate-lines.
6436
6437         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6438
6439 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6440
6441         * wl-vars.el (wl-message-truncate-lines): New variable.
6442
6443         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6444         wl-message-truncate-lines.
6445
6446 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6447
6448         * wl-acap.el (wl-acap-init): Remove period from error message.
6449         (wl-acap-find-acap-service): Remove period from message.
6450
6451 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6452
6453         * wl.el (wl-check-environment): Undo last change.
6454
6455         * wl-vars.el (wl-from): Changed default value.
6456
6457         * wl-util.el (toplevel): Don't require tm-edit.
6458
6459         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6460         `wl-folder-init';
6461         Don't set mark on mail body.
6462         (wl-draft-reedit): Ditto.
6463
6464         * wl-address.el (wl-address-quote-specials): Define as an alias for
6465         elmo-address-quote-specials.
6466
6467 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6468
6469         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6470
6471         * wl-vars.el (wl-from): Set default value as nil.
6472         (wl-organization): Set default value as ORGANIZATION environment
6473         variable.
6474
6475         * wl-draft.el (wl-smtp-extension-bind): Check value of
6476         wl-smtp-connection-type.
6477
6478         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6479         error.
6480
6481 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6482
6483         * Version number is increased to 2.7.4.
6484
6485         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6486         arguments from `wl-highlight-x-face-function' caller.
6487         Use x-face-1.3.6.12 or later.
6488
6489 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6490
6491         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6492
6493 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6494
6495         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6496         (wl-fcc): Fix to accept function.
6497         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6498
6499 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6500
6501         * wl-acap.el (toplevel): Added `product-provide' declare.
6502         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6503
6504 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6505
6506         * wl.el (wl): Changed order of calling `elmo-init'
6507         and `elmo-folder-init'.
6508
6509 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6510
6511         * wl-mime.el (wl-summary-burst): Extract message when content-type
6512         of root entity is not only `multipart' but also `message/rfc822'.
6513         (wl-summary-burst-subr): Ditto.
6514
6515 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6516
6517         * wl-vars.el (toplevel): Require 'custom.
6518         (wl-trash-folder): Added to `wl-setting' group.
6519
6520         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6521         exists.
6522         (wl-addrmgr-draw): Insert empty line when no entry exists.
6523
6524         * wl-mule.el (wl-message-wheel-up): Fixed.
6525         (wl-message-wheel-down): Ditto.
6526
6527 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6528
6529         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6530         config is an anonymous lambda expression.
6531
6532 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6535         when Mule 2 is running.
6536
6537 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6538
6539         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6540
6541 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6542
6543         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6544         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6545
6546         * wl-address.el (wl-address-specials-regexp): Eliminated.
6547         (wl-address-quote-specials): Rewrite.
6548
6549 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6550
6551         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6552         shy-groups for regexp.
6553
6554         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6555         character classes and Perl style shy-groups for regexp.
6556         (wl-highlight-plugged-current-line): Use Posix style character
6557         classes for regexp.
6558         (wl-e21-highlight-folder-by-numbers): Ditto.
6559         (wl-e21-display-image-p): Use `display-images-p' instead of
6560         `display-graphic-p'.
6561         (display-images-p): Make an alias to `display-graphic-p' if it is
6562         not available.  It is for Emacs version prior to 21.0.105.
6563
6564         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6565         `display-graphic-p'.
6566         (wl-demo-image-type-alist): Ditto.
6567         (display-images-p): Make an alias to `display-graphic-p' if it is
6568         not available.  It is for Emacs version prior to 21.0.105.
6569
6570 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6571
6572         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6573         support.
6574         (wl-generate-user-agent-string): Ditto.
6575
6576         * wl-version.el (wl-version): Update docsting.
6577         (wl-version-status): Ditto.
6578
6579 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6580
6581         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6582         21.0.105.  For Emacs 21.0.104 or earlier.
6583
6584 2001-09-03  Takuo KITAME <kitame@northeye.org>
6585
6586         * wl-e21.el (wl-plugged-init-icons): Use
6587         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6588         (wl-biff-init-icons): Ditto.
6589
6590 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6591
6592         * wl-highlight.el (wl-highlight-summary-current-line):
6593         Fixed highlighting refile/copy destination.
6594
6595         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6596         (wl-acap-store): Encode string by wl-acap-coding-system.
6597
6598 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6599
6600         * wl-acap.el (toplevel): Check and require 'un-define before
6601         'xemacs-ucs;
6602          Added checking for UTF-2000.
6603
6604 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6605
6606         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6607         Don't enclose with `eval-and-compile'.
6608
6609         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6610         wl-init is non-nil.
6611
6612         * wl-draft.el (wl-draft): Ditto.
6613
6614         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6615
6616         * wl-acap.el (toplevel): Require 'wl.
6617         (wl-acap-store): Call `elmo-init'.
6618
6619         * wl.el (wl): Changed position of `wl-check-environment'.
6620         (toplevel): Added autoload setting for wl-acap.
6621
6622         * wl-vars.el (wl-setting): New custom group.
6623         (wl-from): Added wl-setting group.
6624         (wl-user-mail-address-list): Ditto.
6625         (wl-organization): Ditto.
6626         (wl-subscribed-mailing-list): Ditto.
6627         (wl-envelope-from): Ditto.
6628         (wl-smtp-posting-user): Ditto.
6629         (wl-smtp-posting-server): Ditto.
6630         (wl-smtp-posting-port): Ditto.
6631         (wl-smtp-authenticate-type): Ditto.
6632         (wl-pop-before-smtp-user): Ditto.
6633         (wl-pop-before-smtp-server): Ditto.
6634         (wl-pop-before-smtp-port): Ditto.
6635         (wl-pop-before-smtp-authenticate-type): Ditto.
6636         (wl-nntp-posting-server): Ditto.
6637         (wl-nntp-posting-user): Ditto.
6638         (wl-nntp-posting-port): Ditto.
6639         (wl-fetch-confirm-threshold): Ditto.
6640         (wl-prefetch-threshold): Ditto.
6641         (wl-thread-insert-opened): Ditto.
6642         (wl-ldap-server): Ditto.
6643         (wl-ldap-port): Ditto.
6644         (wl-ldap-base): Ditto.
6645         (wl-ldap-objectclass): Ditto.
6646         (wl-use-ldap): Ditto.
6647         (wl-draft-config-alist): Ditto.
6648         (wl-draft-config-matchone): Ditto.
6649         (wl-template-alist): Ditto.
6650         (wl-message-sort-field-list): Ditto.
6651         (wl-message-ignored-field-list): Ditto.
6652         (wl-message-visible-field-list): Ditto.
6653         (wl-interactive-send): Ditto.
6654         (wl-summary-move-order): Ditto.
6655         (wl-auto-select-first): Ditto.
6656         (wl-auto-select-next): Ditto.
6657         (wl-interactive-save-folders): Ditto.
6658
6659         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6660         Initialization codes are moved from wl-local-folder-init.
6661         (wl-local-folder-init): Follow the change above.
6662         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6663
6664         * wl-acap.el: New file.
6665
6666         * Version number is increased to 2.7.3.
6667
6668 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6669
6670         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6671
6672 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6673
6674         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6675         (wl-addrmgr-address-entry-list): Ditto.
6676
6677 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6678
6679         * wl-e21.el (wl-draft-mode-map): Removed binding for
6680         `wl-draft-insert-x-face-field'.
6681
6682         * wl-mule.el (wl-draft-mode-map): Ditto.
6683
6684         * wl-xmas.el (wl-draft-mode-map): Ditto.
6685
6686         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6687         (wl-cs-autoconv): Ditto.
6688         (wl-cs-local): Ditto.
6689         (wl-use-scoring): Ditto.
6690         (wl-mime-charset): Ditto.
6691         (wl-folder-check-async): Ditto.
6692
6693         * wl.el (toplevel): Ignore nemacs and tm.
6694         (wl-exit): Ditto.
6695
6696         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6697         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6698         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6699         instead of wl-address-petname-add-or-change.
6700         (wl-summary-edit-addresses-subr): Use wl-address-delete
6701         instead of wl-address-petname-delete.
6702
6703         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6704
6705         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6706         if error occured.
6707
6708         * wl-message.el (require): Remove tm support.
6709
6710         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6711
6712         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6713         (wl-folder-jump-to-current-entity): Ditto.
6714         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6715
6716         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6717         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6718         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6719
6720         * wl-mule.el (wl-draft-key-setup): Ditto.
6721
6722         * wl-xmas.el (wl-draft-key-setup): Ditto.
6723
6724         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6725         (wl-draft-std11-parse-addresses): New function.
6726         (wl-draft-parse-mailbox-list): Use it.
6727         (wl-draft): Ignore nemacs.
6728         (wl-draft-reedit): Ditto.
6729
6730         * wl-addrmgr.el: New file.
6731         (Original is wl-rcpt.el written by
6732         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6733         Thanks Kitamoto-san.)
6734
6735         * wl-address.el (wl-address-make-address-list): Modified parsing
6736         process.
6737         (wl-address-delete): Renamed from `wl-address-petname-delete';
6738         Modify wl-address-list too.
6739         (wl-address-add-or-change): Renamed from
6740         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6741
6742 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6743
6744         * wl-highlight.el (wl-highlight-summary-current-line):
6745           Work with transient-mark-mode
6746
6747 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6748
6749         * Version number is increased to 2.7.2.
6750
6751         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6752         instead of elmo-dop-queue-method.
6753
6754 2001-08-06  SAITO Atsunori <sai@yedo.com>
6755
6756         * wl-vars.el (wl-ldap-objectclass): New user option.
6757
6758         * wl-address.el (wl-ldap-make-filter): Use it.
6759
6760 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6761
6762         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6763
6764 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6765
6766         * wl-folder.el (wl-folder): redisplay after folder insertion.
6767
6768         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6769
6770         * wl-summary.el (wl-summary-sync-update):
6771         Change status mark only when new-msgdb exists.
6772         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6773
6774 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6775
6776         * wl-summary.el (wl-summary-open-folder): New function.
6777         (wl-summary-goto-folder-subr): Use it.
6778         (wl-summary-mark-as-important): Fix;
6779         Encache only when no cache exists.
6780
6781 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6782
6783         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6784         Use with-current-buffer.
6785
6786 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6787
6788         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6789         before call `get-buffer'. Fixed parenthesis.
6790         (wl-score-get-header-entry): Clear message and help window when
6791         keyboard quit.
6792         (wl-score-edit-insert-header): Ditto.
6793
6794 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6795
6796         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6797         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6798         (wl-default-draft-cite): Fix.
6799
6800         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6801         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6802
6803 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6804
6805         * wl-message.el (wl-message-prev-page): Do same bahavior
6806         as summary when it is called in the message buffer.
6807         (wl-message-next-page): Ditto.
6808
6809 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6810
6811         * wl-summary.el (wl-summary-forward): Use cache if it is not
6812         section cache.
6813
6814 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6815
6816         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6817         Removed redundant require of elmo-vars.
6818         (wl-biff-state-indicator-on): Changed default value for
6819         xemacs with non-mule environment.
6820
6821         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6822         wl-message-buffer is nil;
6823         Hide progress bar after moving messages.
6824
6825 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6826
6827         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6828         message at cursor point is deleted.
6829
6830 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6831
6832         * wl-vars.el: Changed file coding system to euc-japan.
6833         Added -*-coding:-*- magic to the first line.
6834
6835         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6836         Search parent from the first message.
6837
6838         * Version number is increased to 2.7.1.
6839
6840 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6841
6842         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6843
6844 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6845
6846         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6847         refile/delete execution.
6848
6849         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6850         Fixed docstring.
6851
6852 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6853
6854         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6855         do update process;
6856         Don't update marks when update process is interrupted.
6857
6858 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6859
6860         * wl-summary.el (wl-summary-reply): Fixed problem when
6861         wl-draft-use-frame is non-nil.
6862         (wl-summary-forward): Ditto.
6863
6864         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6865         as nil.
6866         (wl-folder-mark-as-read-all-entity): Ditto.
6867         (wl-folder-prefetch-entity): Ditto.
6868
6869         * wl.el (wl): Check environment before wl-init.
6870
6871         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6872         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6873         instead of wl-summary-collect-unread.
6874         (wl-summary-reply): Split message window.
6875
6876 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6877
6878         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6879         only if current language environment is japanese,
6880
6881         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6882         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6883         (wl-folder-goto-folder-subr): Ditto.
6884
6885         * wl-draft.el (wl-draft-dispatch-message): Call
6886         `elmo-file-cache-get-path'.
6887
6888 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6889
6890         * wl-summary.el (wl-summary-cursor-move): If return value of
6891         wl-summary-next-message is not number, don't jump.
6892
6893 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6894
6895         * wl-summary.el (wl-summary-buffer-next-message-function): New
6896         variable.
6897         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6898         if it is bound.
6899
6900         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6901         string.
6902
6903         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6904         (wl-plugged-drawing): Ditto.
6905
6906 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6907
6908         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6909         process.
6910         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6911         with unwind-protect.
6912
6913         * wl.el (wl-init): Require mime-setup.
6914         (wl-check-environment): Don't require mime-setup.
6915
6916         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6917         instead of elmo-folder-type.
6918
6919         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6920         value as nil.
6921
6922 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6923
6924         * Version number is increased to 2.7.0.
6925
6926         * wl-version.el (wl-version): Changed codename.
6927
6928         * wl-summary.el (wl-summary-delete-cache): Fixed.
6929
6930         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6931         Workaround for net folders.
6932         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6933
6934         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6935         value to nil (According to the patch from
6936         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6937
6938         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6939         of elmo-folder-close.
6940
6941 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6942
6943         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6944         for postfix.
6945
6946 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6947
6948         * wl-summary.el (wl-summary-resend-message): Fixed.
6949
6950         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6951         Call wl-draft with `from' argument if its address is included in
6952         `wl-user-mail-address-list'.
6953         (wl-draft): Added `from' argument.
6954
6955         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6956         non-nil.
6957         (wl): Don't show demo if wl-demo is nil.
6958
6959         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6960         wl-summary-use-frame.
6961
6962         * wl-vars.el (wl-summary-use-frame): New user option.
6963         (wl-folder-use-frame): Changed docstring.
6964
6965         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6966         non-nil.
6967         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6968         wl-summary-use-frame.
6969
6970         * wl-vars.el (wl-folder-use-frame): New user option.
6971
6972         * wl-summary.el (wl-summary-exit): Back to folder frame if
6973         wl-folder-use-frame is non-nil.
6974         (wl-summary-redisplay-internal): Ignore cache if current folder
6975         is draft folder,
6976         (wl-summary-redisplay-no-mime): Ditto.
6977         (wl-summary-redisplay-all-header): Ditto.
6978
6979         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6980         if wl-folder-use-frame is non-nil.
6981
6982 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6983
6984         * wl-summary.el (wl-summary-sync-update): Bind
6985         elmo-folder-update-threshold.
6986         (wl-summary-mark-as-important): Enclosed server mark processing
6987         with `save-match-data'.
6988
6989         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6990         only when it is already defined.
6991
6992 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6993
6994         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6995         name of folder exclude localdir is wrong.
6996         * wl-folder.el (wl-folder-sync-entity):
6997         Set `wl-summary-always-sticky-folder-list' as nil.
6998         (wl-folder-mark-as-read-all-entity): Ditto.
6999         (wl-folder-prefetch-entity): Ditto.
7000
7001 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7002
7003         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7004         instead of `wl-summary-write-current-newsgroup'.
7005
7006 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7007
7008         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7009         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7010         non-nil and selected message is important, do not display.
7011
7012 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7013
7014         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7015
7016 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7017
7018         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7019
7020         * wl-summary.el (wl-summary-mark-as-important): Set message number
7021         using wl-summary-message-number.
7022
7023 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7024
7025         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7026         destination folder is 'null.
7027
7028 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7029
7030         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7031         New function.
7032         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7033         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7034         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7035
7036 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7037
7038         * wl-mime.el (wl-mime-setup): Added setting for
7039         `mime-setup-signature-key-alist' to avoid overriding key bind for
7040         `wl-draft-send'.
7041
7042         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7043         for `wl-draft-send'.
7044         * wl-mule.el (wl-draft-overload-functions): Ditto.
7045         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7046         * wl-draft.el (wl-draft-send): Ditto.
7047
7048         * wl-message.el (wl-message-display-internal):
7049         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7050         (Patch is provided by <kita@coe.nttdata.co.jp>).
7051
7052 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7053
7054         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7055
7056 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7057
7058         * wl.el (wl): Fix for wl-demo.
7059
7060 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7061
7062         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7063
7064 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7065
7066         * wl-folder.el (wl-folder-prefetch-entity): Use
7067         `wl-folder-get-elmo-folder'.
7068         (wl-folder-count-incorporates): Do not use
7069         `wl-folder-get-elmo-folder'.
7070
7071 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7072
7073         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7074         instead of `elmo-folder-get-type'.
7075
7076 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7077
7078         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7079         position on Subject: field.
7080         (Advised by Mito <mit@nines.nec.co.jp>)
7081
7082 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7083
7084         * wl-folder.el (wl-folder-prefetch-entity): Use
7085         `wl-folder-get-elmo-folder'.
7086
7087 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7088
7089         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7090
7091         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7092         `process-duplicates' slot.
7093
7094         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7095         if detection failed.
7096
7097 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7098
7099         * wl-version.el (wl-version-status): Set to "alpha".
7100
7101 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7102
7103         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7104         Check wl-message-buffer lives before set-buffer.
7105
7106 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7107
7108         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7109         called in folder mode.
7110         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7111         * wl-summary.el (wl-summary-exit-pre-hook): Run
7112         `wl-summary-exit-pre-hook' before exit summary mode.
7113
7114 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7115
7116         * wl-version.el (wl-version-status): New variable.
7117         (wl-version-status-alist): Removed.
7118         (wl-version-status): Rule included.
7119
7120 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7121
7122         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7123         @sponichi.
7124
7125         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7126         when `mail-reply-buffer' is buffer-local variable.
7127         (Reported by <kita@coe.nttdata.co.jp>).
7128
7129 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7130
7131         * wl-vars.el (toplevel): Require 'elmo-util.
7132
7133 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7134
7135         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7136         (All other related portions are changed)
7137
7138         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7139
7140         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7141
7142 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7143
7144         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7145
7146 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7147
7148         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7149         Delete other windows to avoid an error.
7150         Use `point-marker' instead of `point' to remember the start point
7151         of body.
7152
7153         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7154
7155         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7156         number not to exceed all message number.
7157
7158 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7159
7160         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7161         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7162
7163 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7164
7165         * wl-summary.el (wl-summary-sync-force-update): Added argument
7166         no-check.
7167         (wl-summary-sync-update): Ditto.
7168         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7169         with `no-check'.
7170
7171         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7172         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7173         already running.
7174
7175 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7176
7177         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7178         `dst-folder-arg'.
7179         (wl-expire-archive-number1): Diito.
7180         (wl-expire-archive-number2): Diito.
7181         (wl-expire-archive-Date): Diito.
7182         (wl-archive-number1): Diito.
7183         (wl-archive-number2): Diito.
7184         (wl-archive-date): Diito.
7185         (wl-archive-folder-p): New function.
7186         (wl-summary-expire): Support of expand folder name at
7187         wl-expire-alist.
7188         * wl-util.el (wl-expand-newtext): Renamed from
7189         `wl-refile-expand-newtext'.
7190
7191 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7192
7193         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7194         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7195         `(elmo-msgdb-get-overview msgdb)'.
7196         (wl-summary-prefetch): Bind match data before call
7197         `wl-summay-prefetch-msg'.
7198         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7199         'off if `wl-summary-buffer-disp-msg' is non-nil.
7200         Fixed problem that couldn't show only one new or unread message when
7201         enter folder.
7202         (wl-summary-reply): Don't call `split-window-vertically' and other
7203         window.
7204
7205 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7206
7207         * wl-expire.el (wl-expire-refile): Fixed.
7208
7209 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7210
7211         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7212
7213         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7214         biff notification is removed.
7215
7216         * wl.el (wl): Changed position of `elmo-init'.
7217
7218         * wl-draft.el (wl-default-draft-cite): Use date field
7219         on the citation buffer.
7220
7221         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7222
7223         * wl-xmas.el (wl-folder-internal-icon-list): Added
7224         `wl-folder-shimbun-image'.
7225
7226         * wl-e21.el (wl-folder-internal-icon-list): Added
7227         `wl-folder-shimbun-image'.
7228
7229 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7230
7231         * wl.el (wl-init): Eliminated argument.
7232         (wl): Rewrite.
7233
7234         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7235         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7236         instead of `elmo-folder-msgdb-internal'.
7237         (wl-summary-sync-update): Ditto.
7238         (wl-summary-flush-pending-append-operations): Eliminated.
7239         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7240         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7241         `elmo-folder-open'.
7242
7243         * wl-mime.el (wl-summary-burst): Fixed.
7244
7245         * wl-folder.el (wl-folder-info-save): Check data type.
7246
7247         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7248         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7249         instead of `elmo-folder-msgdb-internal'.
7250         (wl-expire-hide): Ditto.
7251
7252
7253         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7254
7255 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7256
7257         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7258
7259 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7260
7261         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7262
7263 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7264
7265         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7266         Fixed `match-beginning' argument mismatch.
7267
7268 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7269
7270         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7271         the default value.
7272
7273 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7274
7275         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7276         instead of `elmo-nntp-default-port'.
7277
7278         * wl-vars.el: Fixed some doc strings.
7279
7280 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7281
7282         * wl-summary.el (wl-summary-prefetch-msg): Use
7283         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7284
7285         * wl-vars.el: Define *-func as obsolete variable using
7286         `elmo-define-obsolete-variable'.
7287
7288         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7289         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7290         instead of `wl-message-buffer-prefetch-threshold'.
7291
7292         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7293
7294         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7295
7296         * wl-draft.el (wl-caesar-region-func): Ditto.
7297
7298         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7299         Keep unread status in elmo-folder-move-messages.
7300         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7301
7302 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7303
7304         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7305         `wl-summary-buffer-exit-func'
7306         (wl-summary-buffer-message-redisplay-function): Renamed from
7307         `wl-summary-buffer-message-redisplay-func'
7308         (wl-summary-buffer-next-folder-function): Renamed from
7309         `wl-summary-buffer-next-folder-func'.
7310         (wl-summary-buffer-prev-folder-function): Renamed from
7311         `wl-summary-buffer-prev-folder-func'.
7312         (wl-summary-get-petname-function): Renamed from
7313         `wl-summary-get-petname-func'.
7314
7315         * wl-score.el (wl-score-edit-exit-function): Renamed from
7316         `wl-score-edit-exit-func'.
7317
7318         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7319         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7320
7321         * wl-util.el (wl-load-profile-function): Renamed from
7322         `wl-load-profile-func'.
7323
7324         * wl-folder.el (wl-folder-completion-function): Renamed from
7325         `wl-folder-completion-func'.
7326         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7327
7328         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7329         `wl-expire-archive-get-folder-func'.
7330         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7331         (wl-draft-send-mail-function): Renamed from
7332         `wl-draft-send-mail-func'.
7333         (wl-draft-send-news-function): Renamed from
7334         `wl-draft-send-news-func'.
7335         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7336         (wl-generate-mailer-string-function): Renamed from
7337         `wl-generate-mailer-string-func'.
7338         (wl-highlight-signature-search-function): Renamed from
7339         `wl-highlight-signature-search-func'.
7340         (wl-highlight-x-face-function): Renamed from
7341         `wl-highlight-x-face-func'
7342         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7343         (wl-ps-print-buffer-function): Renamed from
7344         `wl-ps-print-buffer-func'
7345         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7346         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7347         (wl-summary-subject-filter-function): Renamed from
7348         `wl-summary-subject-filter-func'.
7349
7350         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7351         `wl-draft-queue-flush-send-func'
7352         (wl-draft-cite-function): Renamed from
7353         `wl-draft-cite-func'
7354
7355         * wl-address.el (wl-address-init-function): Renamed from
7356         `wl-address-init-func'.
7357
7358 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7359
7360         * wl-draft.el (wl-draft-queue-flush): Don't call
7361         `elmo-dop-unlock-message'.
7362         * wl-draft.el (wl-draft-queue-append): Don't call
7363         `elmo-dop-lock-message'.
7364
7365         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7366         (wl-summary-buffer-folder-name): Ditto.
7367         (wl-summary-message-regexp): Added '-' (all other related portions
7368         are changed).
7369         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7370         wl-summary-buffer-folder-name.
7371
7372 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7373
7374         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7375         the number of mails in the folder buffer is not updated by wl-biff.
7376
7377 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7378
7379         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7380         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7381
7382 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7383
7384         * wl-summary.el (wl-summary-next-message):
7385         Return next message number when wl-summary-move-order is nil.
7386
7387 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7388
7389         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7390         `wl-summary-move-spec-alist'.
7391         (wl-summary-move-spec-unplugged-alist): New variable
7392         (Move spec for unplugged status).
7393         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7394         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7395
7396 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7397
7398         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7399         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7400
7401 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7402
7403         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7404         simple quotation to quote the anonymous function.
7405         * tm-wl.el (wl-draft-preview-message): Ditto.
7406
7407 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7408
7409         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7410         Eliminate redundant `save-excursion'.
7411         (wl-highlight-summary-current-line): Ditto.
7412
7413         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7414         accessing match data when `looking-at' failed.
7415
7416         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7417         `elmo-match-string' where users don't care about the speed.
7418         (wl-draft-save): Ditto.
7419
7420 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7421
7422         * wl-util.el (wl-regexp-opt): New function.
7423
7424         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7425         number from `wl-summary-buffer-number-list'.
7426         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7427         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7428         (wl-summary-move-spec-alist): Changed default setting.
7429
7430 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7431
7432         * wl-vars.el (wl-biff-notify-hook): New hook.
7433         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7434         the arrival of new mail.
7435         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7436         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7437
7438 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7439
7440         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7441
7442 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7443
7444         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7445
7446         * Version number is increased to 2.5.8.
7447
7448         * wl-thread.el (toplevel): require 'cl.
7449         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7450         (wl-thread-make-number-list): New function.
7451         (wl-thread-entity-make-number-list-from-children): Ditto.
7452         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7453         (wl-thread-entity-insert-as-children): Likewise.
7454         (wl-thread-delete-message): Likewise.
7455         (wl-meaning-of-mark): Eliminated.
7456         (wl-thread-next-failure-mark-p): Ditto.
7457         (wl-thread-entity-get-mark): Ditto.
7458         (wl-thread-meaning-alist-get-result): Ditto.
7459         (wl-thread-entity-check-prev-mark): Ditto.
7460         (wl-thread-entity-check-next-mark): Ditto.
7461         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7462         (wl-thread-entity-get-prev-marked-entity): Ditto.
7463         (wl-thread-get-prev-unread): Ditto.
7464         (wl-thread-jump-to-prev-unread): Ditto.
7465         (wl-thread-get-next-unread): Ditto.
7466         (wl-thread-jump-to-next-unread): Ditto.
7467         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7468         (wl-thread-entity-get-next-marked-entity): Ditto.
7469
7470         * wl-summary.el (wl-summary-buffer-number-list):
7471         New bufer-local variable.
7472         (wl-summary-switch-to-clone-buffer): Clone
7473         `wl-summary-buffer-number-list'.
7474         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7475         (wl-summary-cursor-move-regex): Eliminated.
7476         (wl-summary-cursor-up): Rewrite.
7477         (wl-summary-cursor-down): Ditto.
7478         (wl-summary-mode-spec-alist): New variable.
7479         (wl-summary-next-message): New inline function.
7480         (wl-summary-cursor-move): New function.
7481         (wl-summary-default-get-next-msg): Rewrite.
7482         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7483         (wl-summary-rescan): Ditto.
7484         (wl-summary-sync-all-init): Ditto.
7485         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7486         summary is not thread view.
7487         (wl-summary-sync-update): Ditto.
7488         (wl-summary-rescan): Ditto.
7489         (wl-summary-make-number-list): New function.
7490
7491         * wl-draft.el: "FCC" -> "Fcc".
7492
7493 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7494
7495         * wl-highlight.el (wl-highlight-summary-window):
7496         Call `set-buffer-modified-p'.
7497
7498         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7499         (wl): Call `elmo-init' and fix.
7500
7501         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7502         Use new variables.
7503
7504         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7505
7506 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7507
7508         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7509
7510 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7511
7512         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7513
7514 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7515
7516         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7517         `wl-use-toolbar' nor `display-graphic-p'.
7518         (wl-e21-setup-message-toolbar): Ditto.
7519         (wl-e21-setup-summary-toolbar): Ditto.
7520         (wl-e21-setup-folder-toolbar): Ditto.
7521
7522         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7523         (wl-plugged-init-icons): Ditto.
7524
7525         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7526         `display-graphic-p'.
7527         (wl-plugged-set-folder-icon): Ditto.
7528         (wl-highlight-plugged-current-line): Ditto.
7529         (wl-highlight-folder-current-line): Ditto.
7530         (wl-e21-highlight-folder-group-line): Ditto.
7531         (wl-e21-setup-toolbar): Ditto.
7532         (wl-e21-display-image-p): New macro.
7533
7534         * wl-demo.el (wl-demo): Simplified.
7535         (wl-demo-image-type-alist): Use `image-type-available-p' for
7536         checking whether the image type `xbm' is available.
7537
7538 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7539
7540         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7541         (wl-summary-input-range): Ditto.
7542
7543 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7544
7545         * wl-summary.el (wl-summary-edit-addresses): Use
7546         `wl-summary-get-original-buffer'
7547         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7548         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7549         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7550         (wl-summary-get-newsgroups): Eliminated.
7551         (wl-summary-set-crosspost): Ditto.
7552         (wl-summary-is-crosspost-folder): Ditto.
7553         (wl-crosspost-alist-load): Ditto.
7554         (wl-crosspost-alist-save): Ditto.
7555
7556         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7557         `elmo-setup-subscribed-newsgroups' instead of
7558         `elmo-nntp-make-groups-hashtb'.
7559         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7560         instead of `wl-crosspost-alist-save'.
7561
7562         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7563         of `elmo-folder-message-appendable-p'.
7564         (wl-mime-header-presentation-method): Eliminated.
7565
7566         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7567         (Error occurs in emacs21).
7568
7569         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7570         the current buffer).
7571
7572         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7573         instead of `wl-crosspost-alist-save'.
7574         (wl-init): `elmo-crosspost-message-alist-load'
7575         instead of `wl-crosspost-alist-load'
7576
7577         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7578         (wl-parse-newsgroups): Likewise.
7579         (wl-biff-notify): Run `wl-biff-notify-hook'.
7580
7581 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7582
7583         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7584
7585         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7586         when `wl-summary-lazy-highlight' is non-nil.
7587         (wl-summary-goto-folder-subr): Highlight only when
7588         `wl-summary-lazy-highlight' is non-nil.
7589
7590         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7591         Don't display progress and highlight temp-mark when
7592         `wl-summary-lazy-highlight' is non-nil.
7593         (wl-highlight-summary-window): New function.
7594         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7595
7596 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7597
7598         * wl-summary.el (wl-summary-sync): Change `all-visible'
7599         from `all-shown'
7600         (wl-summary-input-range): Ditto.
7601
7602 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7603
7604         * wl-e21.el (wl-highlight-folder-current-line): Call
7605         `wl-folder-init-icons' when folder icons have not been initialized.
7606
7607         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7608
7609         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7610         (wl-demo-image-type-alist): New macro.
7611
7612 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7613
7614         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7615         display does not support graphics.
7616         (wl-plugged-init-icons): Ditto.
7617         (wl-folder-init-icons): Ditto.
7618
7619         * wl-demo.el (wl-demo): Chech closely whether the display
7620         supports graphics.
7621
7622 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7623
7624         * wl-summary.el (wl-summary-get-original-buffer): New function.
7625         (wl-summary-set-crosspost): Use it.
7626         (wl-summary-target-mark-uudecode): Ditto.
7627         (wl-summary-reedit): Ditto.
7628         (wl-summary-resend-bounced-mail): Ditto.
7629         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7630         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7631
7632         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7633         (wl-message-display-internal): Ditto.
7634
7635 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7636
7637         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7638
7639 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7640
7641         * wl-summary.el (wl-summary-save-view): Renamed from
7642         `wl-summary-save-status'.
7643
7644 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7645
7646         * wl-summary.el (wl-summary-sync): Added `all-shown'
7647
7648 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7649
7650         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7651
7652 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7653
7654         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7655
7656 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7657
7658         * wl-highlight.el (wl-highlight-summary-line-string): Use
7659         `zerop' instead of `= 0'.
7660         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7661
7662         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7663         for comparing numbers.
7664         (wl-template-prev): Use `zerop' instead of `eq 0'.
7665
7666         * wl-draft.el (wl-draft-insert-current-message): Use
7667         `with-current-buffer' instead of `save-excursion'.
7668         Use `zerop' instead of `eq 0'.
7669
7670 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7671
7672         * wl-draft.el (wl-draft-insert-ccs): New function.
7673         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7674         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7675
7676 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7677
7678         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7679
7680 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7681
7682         * wl-expire.el (wl-expire-refile): Don't call
7683         elmo-msgdb-add-msgs-to-seen-list;
7684         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7685         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7686
7687 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7688
7689         * wl-message.el (wl-message-prev-page): Ignore errors while
7690         scroll-down.
7691
7692 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7693
7694         * wl-mime.el: Use elmo-original-message-mode instead of
7695         mmelmo-original-mode.
7696
7697         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7698         `elmo-folder-get-spec';
7699         (wl-fldmgr-add-completion-all-completions):
7700         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7701
7702         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7703         of `elmo-folder-get-type'.
7704
7705         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7706         `elmo-folder-get-spec';
7707         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7708         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7709         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7710         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7711         `elmo-read-msg-no-cache';
7712         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7713         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7714         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7715         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7716         `elmo-cache-save';
7717         (wl-draft-reedit): Use `elmo-message-file-name'.
7718
7719         * wl-expire.el: Use `elmo-folder-name-internal';
7720         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7721         Use macro `wl-summary-buffer-msgdb' instead of variable
7722         `wl-summary-buffer-msgdb';
7723         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7724         Use macro `wl-summary-buffer-folder-name' instead of variable
7725         `wl-summary-buffer-folder-name'.
7726         * wl-score.el: Likewise.
7727
7728         * wl-message.el: Rewrite for new message buffer cache mechanism.
7729         (wl-message-buffer-cache-buffer-get): New macro.
7730         (wl-message-buffer-cache-folder-get): Ditto.
7731         (wl-message-buffer-cache-message-get): Ditto.
7732         (wl-message-buffer-cache-entry-make): Ditto.
7733         (wl-message-buffer-cache-hit): Ditto.
7734         (wl-message-buffer-cache-sort): New function.
7735         (wl-message-buffer-cache-add): Ditto.
7736         (wl-message-buffer-cache-delete): Ditto.
7737         (wl-message-buffer-cache-clean-up): Ditto.
7738         (wl-message-buffer-window): Rewrite.
7739         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7740         (wl-message-buffer-display): New function.
7741         (wl-message-display-internal): New function.
7742
7743 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7744
7745         * wl-folder.el: Use `elmo-folder-name-internal';
7746         Use `wl-folder-get-elmo-folder';
7747         Use `elmo-folder-list-messages' instead of
7748         `elmo-list-folder';
7749         Use `elmo-folder-get-primitive-list' instead of
7750         `elmo-folder-get-primitive-spec-list';
7751         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7752         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7753         Use `elmo-folder-create' instead of `elmo-create-folder'.
7754         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7755         (wl-folder-get-elmo-folder): New macro.
7756         (wl-folder-elmo-folder-cache-get): Ditto.
7757         (wl-folder-elmo-folder-cache-put): Ditto.
7758         (wl-folder-suspend): Call `elmo-quit'.
7759
7760         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7761         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7762         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7763         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7764         (toplevel): require 'cl.
7765         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7766
7767         * wl-summary.el: Rewrite to use new elmo interface.
7768
7769 \f
7770 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7771
7772         * wl-mime.el (wl-draft-preview-message):
7773         Run `wl-draft-send-hook' before collecting recipients information;
7774         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7775
7776         * tm-wl.el (wl-draft-preview-message): Ditto.
7777
7778 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7779
7780         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7781         wrong recipients are displayed when forwarded message.
7782
7783 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7784
7785         * Version number is increased to 2.5.7.
7786
7787 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7788
7789         * wl-message.el (wl-message-next-page): Bind
7790         `window-pixel-scroll-increment' to nil while scrolling up.
7791
7792 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7793
7794         * wl-vars.el (wl-save-hook): New hook.
7795         * wl.el (wl-save): Call `wl-save-hook'.
7796
7797 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7798
7799         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7800         Argument WITH-ARG instead of NO-ARG (negative mean).
7801         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7802         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7803         * wl-message.el (wl-message-follow-current-entity): Likewise.
7804
7805 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7806
7807         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7808         FROM was optional argument.
7809         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7810
7811 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7812
7813         * Version number is increased to 2.5.6.
7814
7815 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7816
7817         * wl-version.el (wl-version-show): Removed.
7818         (wl-version): Add `interactive'.
7819
7820 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7821
7822         * wl-summary.el (wl-summary-get-petname-func): New variable.
7823         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7824         instead of `wl-address-get-petname-1'.
7825         (wl-summary-simple-from): Ditto.
7826
7827         * wl-address.el (wl-address-get-petname-1): Define as function.
7828
7829 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7830
7831         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7832         field in the original message.
7833         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7834
7835 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7836
7837         * wl-expire.el (wl-expire-hide):
7838         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7839
7840 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7841
7842         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7843         find decoder for To, Cc, and Subject.
7844
7845 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7846
7847         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7848         for checking `elmo-use-buffer-cache'.
7849         (wl-summary-mark-as-important): Fixed typo in comment.
7850
7851 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7852
7853         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7854         field in the original message.
7855         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7856
7857 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7858
7859         * wl-expire.el (wl-expire-hide):
7860         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7861
7862 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7863
7864         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7865         find decoder for To, Cc, and Subject.
7866
7867 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7868
7869         * Version number is increased to 2.5.5.
7870
7871         * wl-address.el (wl-address-specials-regexp): New constant.
7872         (wl-address-quote-specials): Use it.
7873
7874 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7875
7876         * wl-summary.el (wl-summary-rescan):
7877         Call `wl-summary-buffer-number-column-detect'.
7878         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7879
7880         * wl-message.el (wl-message-mode-map): Define.
7881         (wl-message-decode): Use it as local-map.
7882
7883 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7884
7885         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7886         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7887
7888 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7889
7890         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7891
7892         * wl-mule.el (wl-read-event-char): Ditto.
7893
7894         * wl-e21.el (wl-read-event-char): Ditto.
7895
7896         * wl-nemacs.el (wl-read-event-char): Ditto.
7897         (read-event): Removed.
7898
7899         * wl-util.el (toplevel): Removed dummy definition of
7900         `read-event'.
7901         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7902
7903 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7904
7905         * wl-nemacs.el (elmo-archive-call-process): Moved to
7906         elmo-archive.el.
7907
7908 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7909
7910         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7911         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7912
7913         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7914         instead of magic-number 6.  Use `not' instead of `null' for symbol
7915         `nil' check (not empty list).
7916         (wl-draft-insert-x-face-field): Fixed paren style.
7917
7918         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7919         one-branch conditional statement, instead of `and' and `if'.
7920         (wl-draft-forward): Likewise.
7921         (wl-draft-add-references): Likewise.
7922         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7923
7924         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7925         conditional steatment.  Use `cond' instead of `if'.
7926         (wl-draft-confirm): Likewise.
7927
7928 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7929
7930         * wl-version.el (wl-version-show): Use `product-string-1'
7931         instead of `wl-version'.
7932         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7933
7934         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7935
7936 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7937
7938         * wl-highlight.el (wl-highlight-headers): Revert
7939         `wl-highlight-x-face-func' argument (`beg' and `end').
7940
7941 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7942
7943         * wl.el (toplevel): Move `product-provide' declare.
7944         * wl-demo.el (toplevel): Ditto.
7945         * wl-dnd.el (toplevel): Ditto.
7946         * wl-highlight.el (toplevel): Ditto.
7947         * wl-message.el (toplevel): Ditto.
7948         * wl-refile.el (toplevel): Ditto.
7949         * wl-util.el (toplevel): Ditto.
7950
7951 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7952
7953         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7954         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7955         (wl-thread-close-all): keep cursor position.
7956
7957 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7958
7959         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7960         (eq x 0).
7961         (wl-generate-user-agent-string-1): Fix conditional statement.
7962
7963 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7964
7965         * wl.el (wl-check-environment): Additional check for
7966         'wl-local-domain' and `wl-message-id-domain'.
7967
7968 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7969
7970         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7971
7972 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7973
7974         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7975         instead of `smtp-sasl-user-realm'.
7976
7977 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7978
7979         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7980
7981 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7982
7983         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7984         to the default value as well as `eword-lexical-analyzer'.
7985
7986 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7987
7988         * wl-version.el (wl-extended-emacs-version,
7989         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7990         `elmo-match-string' instead of `wl-match-string'.
7991
7992 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7993
7994         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7995         docstring.
7996
7997 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7998
7999         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8000
8001 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8002
8003         * wl-highlight.el (wl-highlight-headers): Remove
8004         `wl-highlight-x-face-func' argument (`beg' and `end').
8005
8006 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8007
8008         * wl-summary.el (wl-summary-mark-as-important):
8009         Remove cache if folder is local.
8010
8011 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8012
8013         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8014         to get existing e-mail address string.
8015
8016 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8017
8018         * wl-version.el (wl-generate-user-agent-string): Commentary.
8019         (wl-generate-user-agent-string-1): Use `when' for
8020         one-branch conditional statement, instead of `and' and `if'.
8021         (wl-extended-emacs-version, wl-extended-emacs-version2,
8022         wl-extended-emacs-version3): Ditto.
8023
8024 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8025
8026         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8027         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8028         condition-case; Remove initialization.
8029         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8030         (wl-summary-sync-update3): Added argument `sync-all';
8031         Eliminated local variable `msgdb';
8032         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8033         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8034         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8035
8036 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8037
8038         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8039         connection before call `wl-draft-send-mail-with-smtp'.
8040
8041 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8042
8043         * Version number is increased to 2.5.4.
8044
8045 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8046
8047         * wl.el (wl-check-environment): Additional check for
8048         'wl-local-domain' and `wl-message-id-domain'.
8049
8050 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8051
8052         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8053         buffer as command specific.
8054         (wl-folder-mark-as-read-all-entity): Ditto.
8055         (wl-folder-prefetch-entity): Ditto.
8056         (wl-folder-drop-unsync-entity): Ditto.
8057
8058         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8059         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8060         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8061
8062         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8063         save-excursion.
8064
8065 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8066
8067         * Version number is increased to 2.5.3.
8068
8069         * wl-summary.el (wl-summary-save-view-cache):
8070         Delete duplicated `write-region';
8071         Use `write-region-as-binary' instead of `as-binary-output-file' and
8072         `write-region'.
8073
8074 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8075
8076         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8077
8078 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8079
8080         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8081         instead of `smtp-via-smtp'.
8082
8083 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8084
8085         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8086
8087 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8088
8089         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8090         instead of `smtp-sasl-user-realm'.
8091
8092 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8093
8094         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8095
8096 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8097
8098         * Version number is increased to 2.5.2.
8099
8100 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8101
8102         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8103         does not exist.
8104         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8105         (wl-biff-start): Call `timer-activate' if timer already exists.
8106
8107         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8108         only when it is bound as function.
8109
8110 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8111
8112         * Version number is increased to 2.5.1.
8113
8114 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8115
8116         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8117         Print refile/copy destination.
8118
8119 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8120
8121         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8122         queue-flush-only is non-nil.
8123
8124         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8125
8126         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8127         checking cache folder.
8128
8129 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8130
8131         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8132         `regexp-quote'.
8133
8134 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8135
8136         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8137         function.
8138         * wl-summary.el (wl-summary-write-current-folder-functions):
8139         Change default value.  Use it.
8140
8141 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8142
8143         * Version number is increased to 2.5.0.
8144
8145         * wl-version.el (wl-version): Changed codename.
8146
8147 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8148
8149         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8150         (wl-summary-supersedes-message): Ditto.
8151
8152 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8153
8154         * wl-refile.el (wl-refile-guess-functions): Renamed from
8155         `wl-refile-guess-func-list'.
8156
8157 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8158
8159         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8160         Fixed problem when no rule was matched.
8161
8162 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8163
8164         * wl-summary.el (wl-summary-get-mark): Fixed
8165         `wl-summary-buffer-target-mark' check logic.
8166
8167 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8168
8169         * wl-folder.el (wl-folder-write-current-folder): Added group
8170         folder check.
8171
8172         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8173         `wl-summary-write-current-newsgroup'.
8174         (wl-summary-write-current-folder-functions): New variable.
8175         * wl-folder.el (wl-folder-get-newsgroups): New function.
8176         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8177         (wl-folder-write-current-folder): Renamed from
8178         `wl-folder-write-current-newsgroup'.
8179
8180 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8181
8182         * Version number is increased to 2.3.93.
8183
8184 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8185
8186         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8187         (wl-ldap-make-matched-value-list): Ditto.
8188         (wl-ldap-alias-safe-string): Split e-mail address.
8189
8190         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8191         petname folder default was selected.
8192         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8193         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8194
8195 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8196
8197         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8198         to `wl-draft-config-exec'.
8199
8200         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8201         instead of calling `wl-draft-config-exec';
8202         Process group-list and show recipients in minibuffer.
8203
8204         * tm-wl.el (wl-draft-preview-message): Ditto.
8205
8206 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8207
8208         * wl.el (toplevel): Added (C) to copyright notice, and
8209         sync Author header.
8210         * tm-wl.el (toplevel): Ditto.
8211         * wl-address.el (toplevel): Ditto.
8212         * wl-demo.el (toplevel): Ditto.
8213         * wl-dnd.el (toplevel): Ditto.
8214         * wl-draft.el (toplevel): Ditto.
8215         * wl-e21.el (toplevel): Ditto.
8216         * wl-expire.el (toplevel): Ditto.
8217         * wl-folder.el (toplevel): Ditto.
8218         * wl-highlight.el (toplevel): Ditto.
8219         * wl-message.el (toplevel): Ditto.
8220         * wl-mime.el (toplevel): Ditto.
8221         * wl-mule.el (toplevel): Ditto.
8222         * wl-nemacs.el (toplevel): Ditto.
8223         * wl-refile.el (toplevel): Ditto.
8224         * wl-score.el (toplevel): Ditto.
8225         * wl-summary.el (toplevel): Ditto.
8226         * wl-template.el (toplevel): Ditto.
8227         * wl-thread.el (toplevel): Ditto.
8228         * wl-util.el (toplevel): Ditto.
8229         * wl-vars.el (toplevel): Ditto.
8230         * wl-xmas.el (toplevel): Ditto.
8231
8232 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8233
8234         * wl.el (wl-init): Added comment about `wl-init-hook'.
8235         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8236         * wl-vars.el (wl-init-hook): Added docs.
8237         (wl-make-plugged-hook): Removed useless docs.
8238         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8239         * wl-xmas.el (toplevel): Ditto.
8240
8241 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8242
8243         * wl-address.el (toplevel): Fixed multiple Author header format.
8244         * wl-demo.el (toplevel): Ditto.
8245         * wl-draft.el (toplevel): Ditto.
8246         * wl-folder.el (toplevel): Ditto.
8247         * wl-summary.el (toplevel): Ditto.
8248         * wl-thread.el (toplevel): Ditto.
8249         * wl-util.el (toplevel): Ditto.
8250         * wl-vars.el (toplevel): Ditto.
8251         * wl-version.el (toplevel): Ditto.
8252         * wl-xmas.el (toplevel): Ditto.
8253         * wl.el (toplevel): Ditto.
8254
8255         * wl-version.el (toplevel): Added require `elmo-version' for
8256         `product-version-as-string'.
8257
8258 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8259
8260         * wl-vars.el (wl-draft-send-hook): Changed default value to
8261         '(wl-draft-config-exec).
8262
8263         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8264         explicitly.
8265         (wl-draft): Set `wl-draft-config-exec-flag' before running
8266         `wl-mail-setup-hook'.
8267
8268         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8269         `wl-biff-init-icons' to `wl-init-hook' instead of
8270         `wl-make-plugged-hook'.
8271         (Because if `wl-draft' command is invoked at first,
8272         they are not initialized)
8273         Updated copyright notice.
8274
8275         * wl-e21.el (toplevel): Ditto;
8276
8277         * wl-demo.el (toplevel): Updated copyright notice.
8278         * wl-address.el (toplevel): Ditto.
8279         * wl-draft.el (toplevel): Ditto.
8280         * wl-version.el (toplevel): Ditto.
8281         * wl-folder.el (toplevel): Ditto.
8282         * wl-summary.el (toplevel): Ditto.
8283         * wl-thread.el (toplevel): Ditto.
8284         * wl-util.el (toplevel): Ditto.
8285         * wl-vars.el (toplevel): Ditto.
8286         * wl.el (toplevel): Ditto.
8287
8288 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8289
8290         * wl-highlight.el (wl-highlight-message): Fixed problem of
8291         highlighting failure which occured when the last field contains
8292         multiple lines in the draft buffer.
8293
8294         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8295         `wl-biff-start' if plugged.
8296
8297         * wl-util.el (wl-biff-check-folder): New function.
8298         (wl-biff-check-folders): Don't set session name prefix.
8299         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8300         (wl-biff-check-folder-async): Ditto.
8301
8302         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8303         in email address.
8304
8305 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8306
8307         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8308
8309         * wl-draft.el (wl-draft-strip-subject-re): New function.
8310
8311         * wl-draft.el (wl-draft-reply): Use it.
8312
8313 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8314
8315         * wl-message.el (wl-mmelmo-message-redisplay): Use
8316         `mime-display-message' instead of `wl-mime-display-message'.
8317
8318         * wl-mime.el (toplevel): Removed compatibility workaround
8319         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8320         (wl-mime-display-message): Abolished.
8321         (wl-mime-entity-read-field): Ditto.
8322         (wl-mime-combine-message/partial-pieces): Use
8323         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8324
8325 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8326
8327         * wl-template.el: Doc fixes.
8328
8329 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8330
8331         * wl-e21.el (wl-message-overload-functions): Do nothing if
8332         `current-local-map' is not available.
8333         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8334
8335 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8336
8337         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8338         representation.
8339
8340         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8341         number.
8342         (wl-fldmgr-save-folders): Don't use `format' when insert
8343         `wl-fldmgr-folders-header'.
8344
8345 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8346
8347         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8348
8349 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8350
8351         * wl-highlight.el (wl-highlight-message):
8352         Use `std11-field-end' to detect end point of the header field.
8353         Refer `wl-highlight-max-header-size'.
8354
8355         * wl-vars.el (wl-highlight-max-header-size): New variable.
8356
8357         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8358
8359         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8360         Set `for-draft' argument of wl-highlight-headers.
8361         (wl-draft): Ditto.
8362         (wl-draft-reedit): Ditto.
8363         (wl-user-agent-compose-internal): Ditto.
8364
8365 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8366
8367         * wl-message.el (wl-message-add-button): Use overlay.
8368
8369 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8370
8371         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8372
8373         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8374         problem when group-list content is nothing.
8375         (Reported by Mito <mit@nines.nec.co.jp>)
8376
8377 2000-10-18  SAITO Atsunori <sai@yedo.com>
8378
8379         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8380
8381 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8382
8383         * tm-wl.el (toplevel): Use product-provide.
8384
8385 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8386
8387         * Version number is increased to 2.3.92.
8388
8389 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8390
8391         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8392         title text, use `display' property for left margin under Emacs 21.
8393
8394         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8395         properties.
8396         (wl-plugged-init-icons): Ditto.
8397
8398 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8399
8400         * wl.el (wl-save-status, wl-init): Remove last period in
8401         "...done." message.
8402         * tm-wl.el (wl-summary-burst): Ditto.
8403         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8404         wl-summary-resume-cache-status,
8405         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8406         wl-summary-sync-update3, wl-summary-highlight-msgs,
8407         wl-summary-flush-pending-append-operations,
8408         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8409         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8410         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8411         wl-thread-open-all): Ditto.
8412         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8413         * wl-mime.el (wl-summary-burst): Ditto.
8414         * wl-highlight.el (wl-highlight-summary): Ditto.
8415         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8416         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8417         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8418         * wl-address.el (wl-local-address-init): Ditto.
8419
8420 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8421
8422         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8423         `add-text-properties'.
8424         (wl-plugged-init-icons): Ditto.
8425         (wl-folder-init-icons): Use `propertize' instead of
8426         `put-text-property'.
8427         (wl-plugged-set-folder-icon): Ditto.
8428         (wl-e21-highlight-folder-group-line): Ditto.
8429
8430 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8431
8432         * wl-version.el (wl-version-status-alist): New variable.
8433         (wl-version-status): New function.
8434
8435         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8436         "Cc" part of the case "Reply-To".
8437
8438         * wl-draft.el (wl-draft-reply): Use result of
8439         `eword-extract-address-components'.
8440
8441         * wl-demo.el (wl-demo-icon-name): New constant.
8442         (wl-logo-xpm): Use it.
8443         (wl-logo-xbm): Ditto.
8444         (wl-logo-bitmap): Ditto.
8445
8446         * Version number is increased to 2.3.91.
8447
8448 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8449
8450         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8451         (wl-extended-emacs-version, wl-extended-emacs-version2,
8452         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8453         docstring.
8454
8455         * wl-version.el (wl-generate-user-agent-string-1): New function.
8456         (wl-generate-user-agent-string): Use it.
8457
8458         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8459         `mime-edit-insert-user-agent-field'.
8460         (wl-generate-user-agent-string): Check
8461         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8462
8463         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8464         instead of `if', when verbose case.
8465
8466 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8467
8468         * wl-expire.el (wl-summary-expire): Fix.
8469
8470 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8471
8472         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8473         and `elmo-lost+found-folder' if 'wl-draft.
8474         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8475
8476 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8477
8478         * wl-expire.el (wl-summary-expire): Change messages.
8479         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8480         `deleing-info' instead of "Deleting..."
8481
8482 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8483
8484         * wl-summary.el (wl-summary-refile-subr): Fix.
8485
8486 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8487
8488         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8489         if pipe folder.
8490
8491 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8492
8493         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8494
8495 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8496
8497         * wl-expire.el (wl-expire-hide): New function.
8498         (wl-summary-expire): Add `hide'.
8499
8500 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8501
8502         * wl-vars.el (wl-draft-reply-without-argument-list):
8503         Changed default value to consider `Reply-To:'.
8504         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8505
8506         * Version number is increased to 2.3.90.
8507
8508         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8509         elmo-imap4-get-session with unwind-protect.
8510         Don't cause error.
8511         (wl-summary-sync-marks): Don't check plugged nor folder type.
8512         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8513         (Always keep current buffer).
8514
8515 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8516
8517         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8518         Enclose with `save-excursion'.
8519
8520 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8521
8522         * wl-version.el (wl-version): Remove interactive.
8523
8524 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8525
8526         * wl-version.el (wl-generate-user-agent-string): Use
8527         `product-string-verbose' instead of `product-string-1'.
8528
8529 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8530
8531         * wl-vars.el (wl-draft-use-cache): New variable.
8532         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8533         if wl-draft-use-cache is non-nil.
8534
8535 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8536
8537         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8538         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8539
8540 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8541
8542         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8543         (wl-thread-msg-mark-as-unread): Ditto.
8544
8545         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8546         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8547         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8548         Don't set mark in summary if return value of `elmo-mark-as-read'
8549         is nil.
8550         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8551         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8552         instead of `wl-thread-msg-mark-as-read'.
8553         (wl-summary-mark-as-unread-region): Ditto.
8554         (wl-summary-target-mark-mark-as-read): Ditto.
8555
8556         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8557
8558 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8559
8560         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8561
8562         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8563
8564 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8565
8566         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8567         face.
8568
8569 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8570
8571         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8572         `running-xemacs'.
8573
8574 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8575
8576         * wl-version.el (toplevel): Use `product-version-as-string' for
8577         set verstion-string, if defined.
8578
8579         * wl-version.el (wl-version-show): Insert string at point, when
8580         call with argument.
8581
8582         * wl-version.el (wl-generate-user-agent-string): Use
8583         `product-string-1' instead of `wl-appname', `wl-version' and
8584         `wl-codename'.
8585
8586 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8587
8588         * wl-address.el (toplevel): Use product-provide.
8589         * wl-demo.el (toplevel): Ditto.
8590         * wl-dnd.el (toplevel): Ditto.
8591         * wl-draft.el (toplevel): Ditto.
8592         * wl-e21.el (toplevel): Ditto.
8593         * wl-expire.el (toplevel): Ditto.
8594         * wl-fldmgr.el (toplevel): Ditto.
8595         * wl-folder.el (toplevel): Ditto.
8596         * wl-highlight.el (toplevel): Ditto.
8597         * wl-message.el (toplevel): Ditto.
8598         * wl-mime.el (toplevel): Ditto.
8599         * wl-mule.el (toplevel): Ditto.
8600         * wl-nemacs.el (toplevel): Ditto.
8601         * wl-refile.el (toplevel): Ditto.
8602         * wl-score.el (toplevel): Ditto.
8603         * wl-summary.el (toplevel): Ditto.
8604         * wl-template.el (toplevel): Ditto.
8605         * wl-thread.el (toplevel): Ditto.
8606         * wl-util.el (toplevel): Ditto.
8607         * wl-vars.el (toplevel): Ditto.
8608         * wl-xmas.el (toplevel): Ditto.
8609         * wl.el (toplevel): Ditto.
8610
8611 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8612
8613         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8614         instead of product.
8615
8616         * wl-version.el (wl-version): Compile time evalution elmo-version.
8617
8618 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8619
8620         * wl-summary.el (wl-summary-sync-force-update): Append queue
8621         `mark-as-read'if unplugged.
8622
8623 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8624
8625         * wl-version.el: New file.  Use product.el.
8626         * wl.el: add (require 'wl-version).
8627         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8628         for ~/.folders header.
8629         (wl-fldmgr-folders-header): Changed.
8630         * wl-demo.el (wl-demo): Use product.el.
8631
8632         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8633         wl-version.el.
8634         * wl-util.el (wl-version, wl-version-show): Ditto.
8635
8636         * wl-util.el (wl-generate-user-agent-string,
8637         wl-extended-emacs-version, wl-extended-emacs-version2,
8638         wl-extended-emacs-version3): Move to wl-version.el.
8639         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8640         xemacs-codename, mime-edit-insert-user-agent-field,
8641         mime-edit-user-agent-value, mime-editor/version,
8642         mime-editor/codename): Compile warning killer move to
8643         wl-version.el
8644
8645 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8646
8647         * wl-summary.el (wl-summary-refile-subr): Fix.
8648
8649 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8650
8651         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8652         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8653
8654 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8655
8656         * wl.el (wl-check-environment): Check too many `@'.
8657
8658 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8659
8660         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8661
8662 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8663
8664         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8665         wl-draft-reply-myself-without-argument-list): Add variables.
8666         * wl-draft.el (wl-draft-reply): Use it.
8667
8668 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8669
8670         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8671         the 5th argument of `elmo-network-get-spec'.
8672
8673         * wl-thread.el (wl-thread-reparent-children): New inline function.
8674         (wl-thread-delete-message): Use it.
8675
8676         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8677         (wl-summary-score-update-all-lines): Don't use `dolist'.
8678
8679 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8680
8681         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8682         (require 'elmo-msgdb) for inline function.
8683
8684 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8685
8686         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8687
8688 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8689
8690         * wl-score.el (wl-score-headers): Fix for the confusing macro
8691         `elmo-kill-buffer'.
8692
8693 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8694
8695         * wl-summary.el: Don't use the 3rd argument of `require' because
8696         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8697         * wl-util.el: Ditto.
8698         * wl-draft.el: Ditto.
8699
8700 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8701
8702         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8703         window system is not used.
8704
8705 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8706
8707         * wl-thread.el: Don't use `mapcar' only for iteration.
8708         (wl-thread-resume-entity): Ditto.
8709         (wl-thread-delete-message): Ditto.
8710
8711         * wl-summary.el: Bind `dragdrop-drop-functions',
8712         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8713         of `require' for `timezone', `easymenu' and `ps-print';
8714         don't use `mapcar' only for iteration.
8715
8716         * wl-util.el: Bind `mule-version', `nemacs-version',
8717         `emacs-beta-version', `xemacs-codename',
8718         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8719         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8720         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8721         only for iteration.
8722
8723         * wl-score.el: Don't use `mapcar' only for iteration.
8724         (wl-score-simplify-buffer-fuzzy): Ditto.
8725         (wl-score-simplify-subject): Ditto.
8726         (wl-score-headers): Ditto.
8727         (wl-summary-score-update-all-lines): Ditto.
8728
8729         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8730         `enable-multibyte-characters' and `mule-version'.
8731
8732         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8733         `mapcar' only for iteration.
8734
8735         * wl-demo.el: Don't use `mapcar' only for iteration.
8736
8737         * wl-folder.el: Don't use `mapcar' only for iteration.
8738         (wl-folder-open-all): Ditto.
8739         (wl-folder-count-incorporates): Ditto.
8740
8741         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8742         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8743
8744         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8745         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8746         `smtp-connection-type'; specify 3rd argument of `require' for
8747         `timezone'; don't use `mapcar' only for iteration.
8748         (wl-draft-clone-local-variables): Don't use `mapcar'.
8749         (wl-draft-generate-clone-buffer): Ditto.
8750         (wl-user-agent-compose-internal): Ditto.
8751
8752         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8753
8754         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8755         (wl-save-status): Ditto.
8756
8757         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8758         for iteration.
8759
8760 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8761
8762         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8763         removed `Date'.
8764         (wl-fldmgr-make-filter-default): New user option.
8765
8766         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8767         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8768         (wl-fldmgr-filter-completion-alist): Abolish.
8769
8770         * wl.el (wl): Don't check servers if arg is non-nil.
8771
8772         * wl-draft.el (wl-draft-reply): Set only message-id string to
8773         In-Reply-To field.
8774
8775 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8776
8777         * wl-summary.el (wl-summary-pick): Rewrite.
8778
8779         * wl-draft.el (wl-draft-forward): Get references field from
8780         original buffer.
8781         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8782
8783 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8784
8785         * wl-draft.el (wl-draft-forward): Add references field.
8786
8787 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8788
8789         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8790         (wl-draft-reply): Use it.
8791
8792 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8793
8794         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8795         when Emacs 21 is running.
8796
8797         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8798         bindings.
8799
8800 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8801
8802         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8803         XPM icons transparent.
8804
8805         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8806         Emacs 21.
8807
8808 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8809
8810         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8811         nil.
8812
8813         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8814         when it is persistent.
8815         (wl-summary-sync-marks): Changed argument for
8816         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8817         (wl-summary-virtual): Use `elmo-read-search-condition'.
8818         (wl-summary-redisplay-internal): If folder is local, mark as read
8819         even when folder is plugged.
8820
8821 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8822
8823         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8824         of `tool-bar-lines' in the frame parameters.
8825         (after-make-frame-functions, post-command-hook): Don't modify the
8826         value.
8827         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8828         wl-e21-tool-bar-lines): Removed.
8829
8830 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8831
8832         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8833         properties `evaporate' and `wl-momentary-overlay' as well.
8834         (wl-highlight-summary-displaying): Ditto.
8835         (wl-delete-all-overlays): Don't delete overlay which does not have
8836         a property `wl-momentary-overlay'.
8837
8838         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8839         `display-mouse-p' and `display-graphic-p'.
8840         (wl-folder-init-icons): Don't search for XBM or the other files.
8841         (wl-plugged-set-folder-icon): Make icons if and only if
8842         `display-graphic-p' returns non-nil.
8843         (wl-highlight-plugged-current-line): Use `before-string' overlay
8844         property to show icon images.
8845         (wl-highlight-folder-current-line): Ditto.
8846         (wl-e21-highlight-folder-group-line): Ditto.
8847         (wl-e21-highlight-folder-by-numbers): Ditto.
8848         (wl-e21-insert-image): Removed.
8849         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8850         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8851         said.
8852         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8853         `wl-e21-force-switch-toolbar'.
8854         (wl-e21-make-icon-image): Removed.
8855         (wl-e21-setup-toolbar): Don't search for XBM files.
8856         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8857         the default value.
8858
8859 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8860
8861         * wl-util.el (wl-biff-check-folder-async): Set
8862         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8863
8864 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8865
8866         * wl-e21.el (after-make-frame-functions): Add
8867         `wl-e21-force-switch-toolbar'.
8868         (wl-e21-force-switch-toolbar): New function force to switch the
8869         toolbar appearance automatically.
8870         (post-command-hook): Add `wl-e21-switch-toolbar'.
8871         (wl-e21-switch-toolbar): New function to switch the toolbar
8872         appearance automatically.
8873         (wl-e21-tool-bar-lines): New buffer local variable.
8874
8875 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8876
8877         * wl-util.el (wl-biff-check-folders-running): New variable.
8878         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8879         (wl-biff-check-folder-async-callback):
8880         Set `wl-biff-check-folders-running'.
8881         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8882         with unwind-protect.
8883
8884         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8885         Enclose `wl-folder-auto-check' with unwind-protect.
8886
8887         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8888         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8889
8890         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8891
8892         * wl-util.el (wl-biff-notify): New inline function.
8893         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8894         locally.
8895         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8896         folder-list' is 1.
8897         Use `wl-biff-notify'.
8898         (wl-biff-check-folder-async-callback): New function.
8899         (wl-biff-check-folder-async): Ditto.
8900
8901         * wl-folder.el (wl-folder): Don't check folders.
8902         (wl-folder-auto-check): New function.
8903
8904 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8905
8906         * wl-util.el (wl-biff-start) [Emacs19+]:
8907         Use `timer-next-integral-multiple-of-time'.
8908         (wl-biff-check-folders): Use `wl-default-folder'
8909         if `wl-biff-check-folder-list' is nil.
8910
8911 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8912
8913         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8914         instead of `elmo-delete-lists'.
8915
8916 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8917
8918         * wl.el (wl-plugged-toggle-all): Set the value of
8919         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8920         (wl-plugged-toggle): Ditto.
8921         (wl-toggle-plugged): Ditto.
8922         (wl-plugged-init): Ditto.
8923
8924         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8925         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8926         instead of `wl-biff-state-indicator-off' and
8927         `wl-biff-state-indicator-on'; don't modify the value and the type
8928         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8929         (wl-plugged-init-icons): Set icons data to
8930         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8931         instead of `wl-plug-state-indicator-off' and
8932         `wl-plug-state-indicator-on'; don't modify the value and the type
8933         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8934
8935         * wl-vars.el (wl-modeline-biff-state-off,
8936         wl-modeline-biff-state-on, wl-modeline-biff-status,
8937         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8938         wl-modeline-plug-status): New internal variables.
8939         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8940         wl-biff-check-interval, wl-biff-check-folder-list): Change
8941         customization group from `wl-folder' to `wl-highlight'.
8942         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8943         wl-show-plug-status-on-modeline): Defcustomized.
8944
8945         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8946         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8947         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8948         a flag to `mode-line-buffer-identification'.
8949
8950         * wl-e21.el (wl-biff-init-icons): Set icons data to
8951         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8952         instead of `wl-biff-state-indicator-off' and
8953         `wl-biff-state-indicator-on'.
8954         (wl-plugged-init-icons): Set icons data to
8955         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8956         instead of `wl-plug-state-indicator-off' and
8957         `wl-plug-state-indicator-on'.
8958
8959 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8960
8961         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8962         excessive titles.
8963
8964 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8965
8966         * wl.el (wl-plugged-mode): Use revised
8967         `wl-mode-line-buffer-identification'.
8968         (wl-plugged-init): Don't use `force-mode-line-update'.
8969
8970         * wl-xmas.el (wl-draft-overload-functions): Use revised
8971         `wl-mode-line-buffer-identification'.
8972         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8973         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8974         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8975         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8976         `wl-make-plugged-hook';
8977         add `wl-folder-init-icons' and `wl-setup-folder' to
8978         `wl-folder-mode-hook'.
8979
8980         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8981         19 as well.
8982         (wl-mode-line-display-priority-list): New user option.
8983         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8984         Defcustomized.
8985         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8986         Add docs.
8987
8988         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8989         start.
8990         (wl-mode-line-buffer-identification): Revised as a function.
8991
8992         * wl-summary.el (wl-summary-mode): Use revised
8993         `wl-mode-line-buffer-identification'; don't call
8994         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8995         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8996         `wl-xmas-setup-summary'.
8997
8998         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8999         `wl-mode-line-buffer-identification'.
9000
9001         * wl-mule.el (wl-draft-overload-functions): Use revised
9002         `wl-mode-line-buffer-identification'.
9003
9004         * wl-folder.el (wl-make-plugged-alist): Don't call
9005         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9006         (wl-folder): Don't call `wl-folder-init-icons' directly.
9007         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9008         `wl-xmas-setup-folder' directly;
9009         use revised `wl-mode-line-buffer-identification'.
9010         (TopLevel): Don't bind `wl-biff-init-icons',
9011         `wl-plugged-init-icons', `wl-folder-init-icons',
9012         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9013
9014         * wl-e21.el (wl-draft-overload-functions): Use revised
9015         `wl-mode-line-buffer-identification'.
9016         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9017         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9018         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9019         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9020         `wl-make-plugged-hook';
9021         add `wl-folder-init-icons' and `wl-setup-folder' to
9022         `wl-folder-mode-hook'.
9023
9024 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9025             Katsumi Yamaoka    <yamaoka@jpl.org>
9026
9027         * wl.el (wl): Call `wl-biff-start'.
9028         (wl-exit): Call `wl-biff-stop'.
9029         (wl-plugged-mode): Show biff in modeline.
9030         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9031
9032         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9033         (wl-biff-init-icons): New function.
9034         (wl-plugged-init-icons): Don't make too much keymaps.
9035         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9036
9037         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9038         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9039         variables.
9040         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9041         options.
9042
9043         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9044         wl-biff-start, wl-biff-stop): New functions.
9045         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9046         (wl-biff-timer-name): New variable.
9047
9048         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9049
9050         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9051         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9052
9053         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9054         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9055
9056         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9057         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9058         `wl-folder-init-icons' to `ignore' if they are not available.
9059         (wl-folder-mode): Show biff in modeline.
9060
9061         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9062         (wl-biff-init-icons): New function.
9063         (wl-plugged-init-icons): Don't make too much keymaps.
9064         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9065
9066 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9067
9068         * wl-vars.el (wl-strict-diff-folders): Customization Type
9069         and doc fix.  Define as a list of regular expressions for
9070         folders or nil.
9071         * wl-folder.el (wl-folder-check-one-entity): Use
9072         `wl-string-match-member' instead of `wl-string-member' for
9073         `wl-strict-diff-folders'.
9074
9075 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9076
9077         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9078         (wl-highlight-folder-current-line): Use it; new implementation.
9079         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9080         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9081         `defsubst' instead of `defun'.
9082
9083         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9084         `wl-highlight-group-folder-by-numbers'; made it can also be a
9085         number.  See info for more details.
9086
9087         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9088         running.
9089
9090         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9091         to bind them.
9092
9093         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9094         (wl-highlight-folder-current-line): New implementation.
9095
9096         * wl-highlight.el (wl-highlight-folder-group-line): New
9097         implementation.
9098         (wl-delete-all-overlays): Rewrite as a marco.
9099         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9100
9101         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9102         running.
9103         (wl-folder-*-glyph): No need to bind them.
9104
9105         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9106         `wl-e21-highlight-folder-group-icon'; rewrite.
9107         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9108         `defsubst' instead of `defun'.
9109         (wl-folder-mode-map): Bind it when compiling.
9110
9111 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9112
9113         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9114
9115         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9116
9117 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9118
9119         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9120
9121 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9122
9123         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9124         (wl-highlight-folder-current-line): Use it.
9125
9126         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9127         in `id-name'.
9128
9129 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9130
9131         * wl.el: Require `wl-e21' when Emacs 21 is running.
9132
9133         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9134         default when Emacs 21 is running.
9135         (wl-use-highlight-mouse-line): Ditto.
9136         (wl-on-emacs21): New constant.
9137         (wl-on-emacs20): Removed.
9138
9139         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9140         Emacs 21 is running.
9141
9142         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9143         Emacs 21 is running.
9144
9145         * wl-e21.el: New file.
9146
9147 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9148
9149         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9150         (wl-toggle-plugged): Ditto.
9151         (wl-plugged-toggle): Ditto.
9152         (wl-plugged-toggle-all): Ditto.
9153
9154         * wl-vars.el (wl-plug-state-indicator): Refer
9155         `wl-plug-state-indicator-on' indirectly.
9156
9157 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9158
9159         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9160         Call `wl-folder-confirm-existence'.
9161
9162         * wl-folder.el (wl-folder-confirm-existence): Added optional
9163         argument `force'.
9164
9165 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9166
9167         * wl-summary.el (wl-summary-refile-subr): Assume
9168         `copy-or-refile' as symbol.
9169         (wl-summary-refile): Follow up above change.
9170         (wl-summary-copy): Ditto.  Doc fix.
9171
9172 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9173
9174         * wl-summary.el (wl-summary-pick): Don't bind
9175         `elmo-search-mime-charset'.
9176
9177         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9178         default using old backquote style.
9179         (wl-search-mime-charset): Abolished.
9180
9181         * wl-highlight.el (wl-highlight-headers):
9182         Call `point' after `re-search-forward'(for Nemacs).
9183
9184         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9185         for elmo-imap4.el.
9186
9187 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9188
9189         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9190         `wl-message-ignored-field-list' instead of
9191         `mime-view-ignored-field-list'.
9192
9193         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9194         Add interactive spec.
9195         (wl-folder-goto-bottom-of-current-folder): Ditto.
9196         (wl-folder-mode-map): Bind them.
9197
9198         * wl-vars.el (wl-message-ignored-field-list): New variable.
9199         (wl-message-visible-field-list): New variable.
9200
9201         * wl-mime.el (wl-mime-header-presentation-method): New function.
9202         (wl-mime-setup): Set header-presentation-method.
9203
9204 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9205
9206         * wl-nemacs.el (wl-draft-overload-functions): Set
9207         `mode-line-buffer-identification' instead of using
9208         `wl-make-modeline'.
9209
9210         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9211         instead of using `wl-make-modeline'.
9212
9213         * wl-xmas.el (wl-plugged-init-icons): Set up
9214         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9215         (wl-make-modeline): Abolish.
9216         (wl-draft-overload-functions): Set
9217         `mode-line-buffer-identification' instead of using
9218         `wl-make-modeline'.
9219
9220         * wl-util.el (wl-make-modeline-subr): Abolish.
9221         (wl-mode-line-buffer-identification): New alias.
9222
9223         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9224         (wl-summary-make-modeline): Abolish.
9225         (wl-summary-buffer-set-folder): Set
9226         `wl-summary-buffer-folder-indicator'.
9227         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9228         of using `wl-make-modeline'.
9229         (wl-summary-switch-to-clone-buffer): Don't set
9230         `mode-line-buffer-identification'.
9231         (wl-summary-goto-folder-subr): Ditto.
9232
9233         * wl-mule.el (wl-draft-overload-functions): Set
9234         `mode-line-buffer-identification' instead of using
9235         `wl-make-modeline'.
9236
9237         * wl-folder.el (wl-folder-mode): Set
9238         `mode-line-buffer-identification' instead of using
9239         `wl-make-modeline'.
9240         (wl-folder): Don't set `mode-line-buffer-identification'.
9241
9242 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9243
9244         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9245         instead of `member' for `wl-refile-guess-func-list' look-ups.
9246         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9247
9248 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9249
9250         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9251         `wl-message-button-dispatcher'.
9252
9253         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9254
9255         * wl-message.el (wl-message-button-dispatcher): Use it.
9256
9257         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9258         "In-Reply-To".
9259
9260         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9261         Bind `case-fold-search' to t.
9262
9263 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9264
9265         * wl-xmas.el (wl-message-overload-functions): Initialize
9266         `wl-message-button-map'.
9267
9268         * wl-mule.el (wl-message-overload-functions): Initialize
9269         `wl-message-button-map'.
9270
9271         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9272
9273         * wl-message.el (wl-message-button-map): New keymap.
9274         (wl-message-add-button): New function.
9275         (wl-message-button-dispatcher): New function.
9276         (wl-message-button-refer-article): New function.
9277
9278         * wl-highlight.el
9279         (wl-highlight-message-add-buttons-to-header): New function.
9280         (wl-highlight-headers): Use it.
9281
9282 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9283
9284         * wl-summary.el (wl-summary-default-from): Use
9285         `wl-address-get-petname-1'.
9286         (wl-summary-simple-from): Ditto.
9287
9288         * wl-address.el (wl-address-get-petname-1): New inline function.
9289         (wl-address-get-petname): Use it.
9290
9291 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9292
9293         * wl-summary.el (wl-summary-default-from): Return full-name part
9294         from the address if no petname was found.
9295         (wl-summary-simple-from): Ditto.
9296
9297         * wl-address.el (wl-address-get-petname): Return nil if no petname
9298         associated with the address was found.
9299
9300 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9301
9302         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9303         display is finished.
9304
9305 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9306
9307         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9308         `elmo-folder-exists-p' argument.
9309
9310 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9311
9312         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9313         the folder.
9314
9315 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9316
9317         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9318
9319         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9320         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9321
9322 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9323
9324         * wl-folder.el (wl-folder-create-subr): New function.
9325         (wl-folder-confirm-existence): Use it.
9326         (wl-folder-check-one-entity): Use it.
9327         Check the error symbol is derived from 'elmo-open-error.
9328
9329         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9330         `ignore-error'.
9331
9332 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9333
9334         * wl-util.el (toplevel): Add (eval-when-compile (require
9335         'elmo-util)).  (Maybe `provide' is typo.)
9336
9337 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9338
9339         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9340         (I don't know why this was needed.)
9341
9342         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9343         Follow up changes for stream-type.
9344
9345         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9346         (wl-draft-elmo-nntp-send): Ditto.
9347
9348         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9349         (wl-nntp-posting-stream-type): Ditto.
9350         (wl-pop-before-smtp-ssl): Abolished.
9351         (wl-nntp-posting-ssl): Ditto.
9352
9353         * wl-address.el (wl-address-quote-specials): New function.
9354         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9355
9356         * wl-draft.el (wl-draft-reply): Ditto.
9357
9358 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9359
9360         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9361         use function `wl-string-match-assoc'.
9362
9363 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9364
9365         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9366
9367         * wl-draft.el (wl-draft-deduce-address-list): New function.
9368         (wl-draft-parse-mailbox-list): Ditto.
9369         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9370         instead of `smtp-deduce-address-list'.
9371         (wl-draft-on-field-p): Follow group list.
9372
9373         * wl-address.el (wl-address-concat-token): New function.
9374         (wl-address-string-without-group-list-contents): Ditto.
9375         (wl-complete-field-body): Fixed problem of completion
9376         by japanese petname.
9377         (wl-address-make-completion-list): Rewrite.
9378
9379 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9380
9381         * wl-address.el (wl-address-make-completion-list): Completion by
9382         petname.
9383         (wl-complete-field-body): Likewise.
9384
9385 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9386
9387         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9388         contains invalid address syntax.
9389
9390 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9391
9392         * wl-folder.el (wl-folder-check-entity-async): Use
9393         `elmo-nntp-spec-hostname'.
9394
9395 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9396
9397         * wl-summary.el (wl-summary-msgdb-load-async): Use
9398         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9399
9400 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9401
9402         * wl-draft.el (wl-draft-reply): Set argument
9403         `content-transfer-encoding' as nil.
9404
9405 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9406
9407         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9408         `wl-refile-alist'.
9409
9410 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9411
9412         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9413         (wl-draft-edit-string): Ditto.
9414         (wl-draft-forward): Ditto.
9415         * wl-summary.el (wl-summary-write): Ditto.
9416
9417 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9418
9419         * wl-summary.el (wl-summary-sync-update3): Call
9420         `wl-summary-buffer-number-column-detect'.
9421         (wl-summary-buffer-number-column-detect): Search from point-min.
9422
9423 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9424
9425         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9426         contains an address which is not included in original to or cc.
9427
9428 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9429
9430         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9431         begin-line does not exist.
9432         * wl-message.el (wl-message-uu-substring): Ditto.
9433
9434 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9435
9436         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9437         clear local variables.
9438         (wl-summary-exit): Call `elmo-commit'.
9439         (wl-summary-switch-to-clone-buffer): Call
9440         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9441         (wl-summary-goto-folder-subr): Ditto.
9442
9443         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9444         POP folder.
9445
9446 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9447
9448         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9449         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9450         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9451         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9452         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9453         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9454
9455         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9456
9457 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9458
9459         * wl-summary.el (wl-summary-search-by-subject):
9460         Search parent message from the latest one.
9461
9462 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9463
9464         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9465         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9466
9467         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9468         New user option.
9469
9470         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9471         if elmo-nntp-use-killed-list is nil.
9472         Use `elmo-msgdb-append-to-killed-list'.
9473         (Append numbers confirmed as disappeared to the killed list.)
9474         (wl-summary-confirm-appends): Don't display negative number.
9475
9476 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9477
9478         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9479
9480 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9481
9482         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9483         range is `all'.
9484         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9485         `elmo-list-bigger-diff'.
9486
9487 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9488
9489         * wl-summary.el (wl-summary-buffer-exit-func):
9490         New buffer local variable.
9491         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9492
9493 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9494
9495         * wl-demo.el (wl-demo): Fix the last change.
9496
9497 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9498
9499         * wl-demo.el (wl-demo): Don't use `eval'.
9500
9501 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9502
9503         * wl-summary.el (wl-summary-buffer-thread-modified):
9504         New buffer-local variable.
9505         (wl-summary-set-thread-modified): New function.
9506         (wl-summary-thread-modified-p): New function.
9507         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9508         (wl-summary-yank-saved-message): Use function
9509         `wl-summary-set-thread-modified'
9510         (wl-summary-switch-to-clone-buffer): Add
9511         `wl-summary-buffer-thread-modified'.
9512
9513         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9514         (wl-summary-buffer-mark-saved-hook): Ditto.
9515         * wl-summary.el (wl-summary-msgdb-save): New hook
9516         `wl-summary-buffer-message-saved-hook' and
9517         `wl-summary-buffer-mark-saved-hook'.
9518
9519 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9520
9521         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9522
9523 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9524
9525         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9526         don't hide scroll bars under FSF Emacsen because it may incur an
9527         undesirable redrawing.
9528
9529 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9530
9531         * wl-draft.el (wl-draft-edit-string): Call
9532         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9533
9534 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9535
9536         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9537
9538 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9539
9540         * wl-summary.el (wl-summary-msgdb-load-async): Call
9541         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9542
9543 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9544
9545         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9546         fringes in demo buffer; center bitmap logo correctly even if old
9547         Mule is used.
9548
9549 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9550
9551         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9552
9553         * wl-refile.el (wl-refile-subject-alist): New variable.
9554         (wl-refile-subject-alist-file-name): Ditto.
9555         (wl-refile-alist-setup): Rewrite.
9556         (wl-refile-alist-save): Use `elmo-object-save'.
9557         Eliminated arguments.
9558         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9559         (wl-refile-guess-by-subject): New function.
9560         (wl-refile-guess-func-list): Added it.
9561
9562 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9563
9564         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9565         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9566
9567 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9568
9569         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9570         New buffer-local variable.
9571         (wl-summary-buffer-next-folder-func): Ditto.
9572         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9573         if non-nil.
9574         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9575         if non-nil.
9576         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9577         if non-nil.
9578         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9579         if non-nil.
9580
9581 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9582
9583         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9584         permanently in the demo buffer.
9585
9586 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9587
9588         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9589         `mime-entity-fetch-field'.
9590
9591         * wl.el (wl-exit): Delete plugged buffer.
9592
9593         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9594         XEmacs has menubar feature.
9595
9596 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9597
9598         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9599         cannot arrive at the beginning of the buffer under old Emacsen.
9600
9601 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9602
9603         * wl-address.el (wl-address-ldap-search):
9604         Call `ldap-search-entries' with `withdn' argument t.
9605         (wl-complete-field-body): Bind completion-ignore-case as t.
9606         Clear ldap search hash when it was sole completion.
9607         Use elmo-string for pattern string.
9608         (wl-ldap-alias-safe-string): Eliminated needless let.
9609
9610 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9611
9612         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9613         (wl-ldap-alias-sep): New constant.
9614         (wl-ldap-search-attribute-type-list): Ditto.
9615         (wl-ldap-get-value): New function.
9616         (wl-ldap-make-filter): Ditto.
9617         (wl-ldap-make-matched-value-list): Ditto.
9618         (wl-ldap-alias-safe-string): Ditto.
9619         (wl-ldap-register-dn-string): Ditto.
9620         (wl-address-ldap-search): Rewrite.
9621
9622 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9623
9624         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9625         thread is deleted.
9626         (wl-thread-delete-line-from-buffer): Ditto.
9627         (wl-thread-get-exist-children): New function.
9628
9629 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9630
9631         * wl-demo.el (wl-demo): Made it to select various image types.
9632         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9633         from `wl-title-logo'.
9634         (wl-logo-ascii): New variable.
9635         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9636         (wl-demo-copyright-notice): New constant.
9637
9638         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9639
9640 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9641
9642         * wl-vars.el (wl-summary-target-above): Renamed from
9643         wl-summary-temp-above.
9644         * wl-score.el (wl-score-get-score-alist): Use it.
9645         (wl-summary-score-update-all-lines): Use it.
9646         * wl-summary.el: Ditto. (make-variable-buffer-local).
9647
9648 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9649
9650         * wl-vars.el (wl-ldap-port): New user option.
9651
9652         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9653         Rewite whole implementation.
9654         (wl-complete-field-body): Fixed.
9655
9656 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9657
9658         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9659         Choose implementation at compile time.
9660
9661 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9662
9663         * wl-address.el (wl-ldap-search-internal): New function.
9664         (wl-complete-field-to): Use it.
9665
9666 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9667
9668         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9669         Use `let' instead of `let*'.
9670         Require 'wl-vars.
9671
9672         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9673         Define as defcustom.
9674         (wl-ldap-base): Ditto.
9675         (wl-use-ldap): Ditto.
9676
9677 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9678
9679         * wl-address.el (wl-ldap-search): New function.
9680         (wl-complete-field-body): Use `wl-ldap-search'.
9681         (wl-ldap-server): New variable.
9682         (wl-ldap-base): Ditto.
9683         (wl-use-ldap): Ditto.
9684
9685 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9686
9687         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9688         (Pointed out by Mito <mit@nines.nec.co.jp>).
9689         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9690         buffer-local variables like `wl-summary-redisplay-internal'.
9691         (wl-summary-redisplay-all-header): Likewise.  Update
9692         Summary view too.
9693
9694 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9695
9696         * wl-summary.el (wl-summary-jump-to-parent-message):
9697         Consider prefix argument.
9698
9699         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9700         when closed thread is deleted.
9701
9702 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9703
9704         * wl-summary.el (wl-summary-jump-to-parent-message):
9705         Consider thread modification.
9706
9707 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9708
9709         * wl-message.el (wl-message-normal-get-original-buffer): Use
9710         `save-excursion'.
9711
9712         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9713         (wl-summary-showto-folder-regexp): Ditto.
9714
9715 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9716
9717         * wl-util.el (wl-delete-alist): Doc fix.
9718         (wl-delete-associations): New function.
9719         (wl-inverse-alist): New function.
9720         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9721         Split temporary variables. Use `wl-delete-associations'
9722         and `wl-inverse-alist'.
9723         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9724
9725 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9726
9727         * wl-folder.el (wl-folder-prefetch-entity):
9728         Execute prefetching if new count is unknown.
9729
9730 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9731
9732         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9733
9734         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9735         delete entity.
9736         (wl-thread-set-parent): If insert as top, set linked as nil.
9737
9738         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9739         `wl-thread-cleanup-symbols' when view mode is thread.
9740
9741 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9742
9743         * wl-folder.el (wl-folder-create-folder-entity): Use
9744         with-current-buffer.
9745         (wl-local-folder-init): Call set-buffer to make sure we are in
9746         the Folder buffer. Don't touch buffer-local variables here.
9747         (wl-folder-mode): Initialize buffer-local variables here.
9748
9749         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9750         (wl-folder-entity-assign-id): Ditto.
9751         (wl-folder-create-entity-hashtb): Ditto.
9752         (wl-local-folder-init): Ditto.
9753         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9754
9755 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9756
9757         * wl-summary.el (wl-summary-default-from): Fix probrem when
9758         std11-extract-address-components return (nil "foo@bar").
9759
9760 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9761
9762         * wl-draft.el (wl-draft-clone-local-variables):
9763         Remove redundant `setq'.
9764
9765 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9766
9767         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9768         Bind wl-highlight-x-face-func as nil while highlighting header.
9769
9770 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9771
9772         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9773
9774 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9775
9776         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9777         elmo-msgdb-overview-hashtb from copy-variables.
9778         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9779         instead of `elmo-msgdb-overview-get-entity-by-number'.
9780         (wl-summary-auto-refile): Ditto.
9781
9782         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9783         `elmo-msgdb-overview-get-entity' instead of
9784         `elmo-msgdb-search-overview-entity'.  Use
9785         `elmo-msgdb-overview-get-entity' instead of
9786         `elmo-msgdb-overview-get-entity-by-number'.
9787         (wl-thread-insert-entity-sub): Ditto.
9788         (wl-thread-insert-message): Ditto.
9789
9790         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9791         `elmo-msgdb-overview-get-entity'.
9792         (wl-normal-message-redisplay): Ditto.
9793
9794 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9795
9796         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9797         `wl-thread-entities'.
9798         (wl-thread-delete-message): Fix remove top message from
9799         `wl-thread-entity-list'.
9800
9801         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9802         wl-append(nconc), because update-list is broken on Meadow.
9803
9804         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9805         updating process.
9806         (wl-summary-rescan): Ditto.
9807         (wl-summary-sync-update3): Ditto.
9808         * wl-thread.el (wl-thread-set-parent): Renamed from
9809         `wl-summary-set-parent'.
9810         (wl-thread-insert-message): Updating buffer faster.
9811         (wl-thread-delete-message): Updating buffer faster.
9812
9813         * wl-score.el (wl-summary-score-update-all-lines): Changed
9814         interval for display progress gauge.
9815
9816 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9817
9818         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9819         folder always-sticky.
9820         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9821         defmacro.
9822
9823 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9824
9825         * wl-vars.el (wl-draft-add-references): New user option.
9826
9827         * wl-draft.el (wl-draft-add-references): New function.
9828         (wl-draft-yank-from-mail-reply-buffer): Use it.
9829         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9830         as nil.
9831
9832 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9833
9834         * wl-thread.el (wl-thread-update-line-msgs): Called
9835         `wl-thread-update-line-on-buffer-sub'.
9836         (wl-thread-update-line-on-buffer): Delete routine of inserting
9837         thread.
9838         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9839         moved from `wl-thread-update-line-on-buffer'.
9840         Add threshold for displaying progress gauge.
9841         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9842         argument of `wl-thread-update-line-msgs'.
9843         Add threshold for displaying progress gauge.
9844         * wl-folder.el:
9845         Add threshold for displaying progress gauge.
9846         * wl-score.el: Ditto.
9847
9848         * wl-expire.el (wl-summary-expire): Display deleting info.
9849
9850 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9851
9852         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9853         `no-msg'.
9854         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9855         argument of `wl-thread-update-line-msgs'.
9856         (wl-summary-set-parent): Added optional argument `parent-number'.
9857         (wl-summary-buffer-saved-message): New buffer local variable.
9858         (wl-summary-save-current-message): New command.
9859         (wl-summary-yank-saved-message): Ditto.
9860         (wl-summary-mode-map): Added key binding for
9861         `wl-summary-save-current-message' (\ew) and
9862         `wl-summary-yank-saved-message' (\C-y).
9863         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9864
9865 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9866
9867         * wl-summary.el (wl-summary-mode-map): Added key binding for
9868         `wl-summary-set-parent' (ts).
9869
9870 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9871
9872         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9873         subject faster. If thread number is reverse, delayed updating
9874         thread.
9875         (wl-summary-search-by-subject): Ditto.
9876         (wl-summary-put-alike): Ditto.
9877         (wl-summary-get-alike): Ditto.
9878         (wl-summary-insert-headers): Insert header of all overview in
9879         buffer.
9880         (wl-summary-rescan): Delayed updating thread. Kill search subject
9881         buffer for wl-summary-search-by-subject.
9882         (wl-summary-sync-update3): Ditto.
9883         (wl-summary-exit): Ditto.
9884         (wl-summary-goto-bottom-of-current-thread): Change for linked
9885         thread.
9886         (wl-summary-overview-create-summary-line): Change line for linked
9887         thread.
9888
9889         * wl-summary.el (wl-summary-update-thread): Use
9890         wl-thread-maybe-get-children-num.
9891         (wl-summary-set-parent): If change parent, move sub thread.
9892         (wl-summary-redisplay-internal): Add horizontal recenter.
9893         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9894
9895         * wl-thread.el (wl-thread-entity-get-linked): New function.
9896         (wl-thread-entity-set-linked): New function.
9897         (wl-thread-create-entity): Add linked element.
9898         (wl-thread-entity-insert-as-top): Use wl-append.
9899         (wl-thread-maybe-get-children-num): If closing thread, return
9900         children msgs.
9901         (wl-thread-update-line-msgs): Displaying progress message.
9902         (wl-thread-update-line-on-buffer-sub): Use
9903         wl-thread-maybe-get-children-num.
9904         (wl-thread-update-line-on-buffer): If update line is not exists,
9905         insert thread.
9906         (wl-thread-delete-message): If delete top msg of thread, search
9907         parent by subject.
9908         (wl-thread-insert-entity): Use
9909         wl-thread-maybe-get-children-num.
9910
9911         * wl-highlight.el (wl-highlight-summary-current-line): change
9912         sregexp for linked thread.
9913         * wl-util.el (wl-count-lines): Count lines.
9914         (wl-horizontal-recenter): horizontal recenter.
9915         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9916         (wl-score-get-alike): Ditto.
9917         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9918         (wl-subject-length-limit): New variable.
9919         (wl-highlight-thread-indent-string-regexp): Changed for linked
9920         thread.
9921
9922 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9923
9924         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9925         New variable (revival).
9926         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9927         by subject matching if there's no in-reply-to nor references field
9928         (revival).
9929
9930 \f
9931 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9932
9933         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9934         message.
9935
9936 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9937
9938         * wl-summary.el (wl-summary-reply): Return t if there was a
9939         message at cursor point.
9940         Added unwind-protect.
9941         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9942         returns t.
9943         (wl-summary-cancel-message): Do nothing when there's no message at
9944         cursor point.
9945         (wl-summary-forward): Ditto.
9946         (wl-summary-jump-to-parent-message): Ditto.
9947         (wl-summary-reedit): Ditto.
9948         (wl-summary-edit-addresses): Ditto.
9949         (wl-summary-pipe-message): Ditto.
9950         (wl-summary-print-message-with-ps-print): Ditto.
9951         (wl-summary-print-message): Ditto.
9952         (wl-summary-mark-as-important): Ditto.
9953         (wl-summary-mark-as-unread): Ditto.
9954
9955         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9956         message at cursor point.
9957         (wl-summary-reply-with-citation): Remove unwind-protect.
9958
9959         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9960         subject searching feature.
9961         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9962         Eliminated.
9963
9964 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9965
9966         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9967         New variable.
9968         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9969         by subject matching if there's no in-reply-to nor references field.
9970
9971         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9972
9973         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9974         when display is finished.
9975         (wl-folder-open-all): Ditto.
9976         (wl-folder-update-access-group): Ditto.
9977         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9978         * wl-thread.el (wl-thread-close-all): Ditto.
9979
9980         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9981         progress gauge only when it was displayed.
9982         * wl-folder.el (wl-folder-insert-entity): Ditto.
9983
9984 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9985
9986         * wl-summary.el (wl-summary-incorporate): Enclose
9987         `wl-summary-sync-force-update' with save-excursion.
9988
9989 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9990
9991         * wl-summary.el (wl-summary-prefetch-region):
9992         Pass current cursor point to `pos-visible-in-window-p' after
9993         moving cursor to the started point.
9994
9995 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9996
9997         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9998
9999         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10000         fields from the forwarding message.
10001         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10002         `ignored-fields'.
10003
10004 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10005
10006         * wl-mime.el (wl-message-request-partial):
10007         Eliminated argument `msgdb'.
10008         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10009         (wl-mime-combine-message/partial-pieces): Likewise.
10010         * tm-wl.el (wl-message-request-partial): Likewise.
10011         (wl-mime-combine-message/partial-pieces): Likewise.
10012
10013 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10014
10015         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10016         when display is finished.
10017
10018 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10019
10020         * wl-summary.el (wl-summary-goto-folder-subr):
10021         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10022
10023 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10024
10025         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10026         when cursor point is visible.
10027
10028 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10029
10030         * wl-expire.el (wl-expire-archive-get-max-number):
10031         Don't use `file-name-directory'.
10032
10033 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10034
10035         * wl-expire.el (wl-expire-archive-get-max-number):
10036         Use `file-name-directory'.
10037
10038 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10039
10040         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10041         only when there is progress.
10042
10043 2000-04-13  Mito <mit@nines.nec.co.jp>
10044
10045         * wl-summary.el (wl-summary-sync-marks): Display progress.
10046
10047 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10048
10049         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10050         (wl-summary-prev): Move cursor regardless of unread status.
10051         (wl-summary-next): Ditto.
10052
10053 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10054
10055         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10056         Added argument `target' and `number'.
10057         * tm-wl.el (wl-summary-burst-subr): New function.
10058         (wl-summary-burst): Use it.
10059
10060 2000-04-10  Mito <mit@nines.nec.co.jp>
10061
10062         * wl-mime.el (wl-burst): New function.
10063         (wl-summary-burst): Use it.
10064
10065 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10066
10067         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10068         as petname when there's no candidate.
10069
10070 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10071
10072         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10073         New variable.
10074         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10075
10076         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10077
10078         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10079
10080 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10081
10082         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10083         Use substring of `original' instead of buffer-substring.
10084         (wl-refile-evaluate-rule):
10085         Set `original' argument of wl-refile-expand-newtext.
10086
10087         * wl-summary.el
10088         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10089         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10090         (wl-summary-auto-refile): Check existence of destination folder just
10091         before marking.
10092
10093 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10094
10095         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10096         when wl-refile-get-field-value return nil.
10097
10098 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10099
10100         * wl-refile.el
10101         (wl-refile-expand-newtext): New function imported from Gnus.
10102         (wl-refile-evaluate-rule): Use it.
10103
10104 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10105
10106         * wl-summary.el (wl-summary-print-destination):
10107         Duplicate folder string to avoid putting text-property on
10108         original string.
10109
10110         * wl-refile.el (wl-refile-get-field-value): New function.
10111         (wl-refile-evaluate-rule): New function;
10112         Evaluate refile rule recursively.
10113         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10114         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10115         New function; Check existence of a target folder recursively.
10116         (wl-summary-auto-refile-check-refile-rule-alist):
10117         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10118
10119 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10120
10121         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10122
10123         * wl-folder.el (wl-create-folder-entity-from-buffer):
10124         Fixed problem when '}' character is contained in folder name.
10125
10126         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10127
10128 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10129
10130         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10131         (wl-fldmgr-add-completion-all-completions):
10132         Use wl-fldmgr-add-completion-hashtb.
10133
10134 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10135
10136         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10137         wl-fldmgr-add-completion-subr): New functions.
10138         * wl-folder.el (wl-folder-completion-func): New variable.
10139         * wl-summary.el (wl-summary-read-folder):
10140         Use wl-folder-completion-func.
10141
10142         * wl-refile.el: Eliminate throw & catch.
10143
10144         * wl.el (wl-plugged-sending-queue-status): Fixed.
10145
10146 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10147
10148         * wl-draft.el (wl-draft): Put category property on
10149         mail-header-separator.