39eb120f60067ab679371225f0e0f39c8944720d
[elisp/wanderlust.git] / wl / ChangeLog
1 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-draft.el (wl-draft-config-info-filename): Extracted from
4         `wl-draft-config-info-operation'.
5         (wl-draft-buffer-change-number): New function.
6         (wl-draft-rename-saved-config): Ditto.
7         * wl.el (wl-init): Connect slot for message-number-changed.
8         (toplevel): Add autoload for wl-draft-rename-saved-config.
9
10 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
11
12         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
13         `update-overview'
14         (wl-summary-buffer-detach): Disconnect from it.
15         (wl-summary-rescan-message): Use command.
16
17         * wl-message.el (wl-message-buffer-display): Use
18         `with-current-buffer' instead of `save-excursion'.
19
20 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
21
22         * wl-mime.el (wl-draft-preview-attributes-list): Protect
23         wl-draft-preview-attributes-list from distraction.
24
25 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
26
27         * wl-summary.el (wl-summary-sync-update): Sort the return value of
28         `elmo-list-diff'.
29
30 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
31
32         * wl-summary.el
33         (wl-summary-edit-addresses-collect-candidate-fields): Use
34         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
35
36         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
37         instead of `elmo-set-work-buf'.
38
39         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
40         (wl-address-make-address-list): Ditto.
41
42         * Version number is increased to 2.13.3.
43
44 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
45
46         * wl-vars.el (wl-message-use-header-narrowing): New user option.
47
48         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
49         argument `5'.
50
51         * wl-message.el (wl-message-display-no-merge-p): New function.
52         (wl-message-buffer-display): Check whether the message is
53         reassembled and follow the API change.
54
55 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
56
57         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
58         multibyte on working buffer and removed unnecessary
59         `buffer-disable-undo'.
60
61 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
62
63         * wl-util.el (wl-read-search-condition-internal): Fixed the last
64         change.
65
66 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
67
68         * wl-util.el (wl-read-search-condition-internal): Protect
69         elmo-global-flags from distraction.
70
71 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
72
73         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
74
75         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
76         (wl-summary-event-handler): Ditto.
77         (wl-summary-update-persistent-mark-on-event): New
78         function (renamed from `elmo-event-handler-flag-changed').
79         (wl-summary-buffer-attach): New function.
80         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
81         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
82         instead of `elmo-folder-add-handler'.
83
84         * Version number is increased to 2.13.2.
85
86 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
87
88         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
89         and "\177" to the `wl-news-previous-page'.
90         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
91         (wl-news-previous-page): New function.
92
93 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
94
95         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
96         instead of `write-region' and simplify.
97
98 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
99
100         * wl-template.el (wl-template-select): Cause error if
101         `wl-template-alist' is nil.
102
103 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
104
105         * wl-news.el.in: Set file variable `no-byte-compile'.
106
107 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
108
109         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
110         whether a target message is within displaying area.
111         (elmo-event-handler-cache-changed): Ditto.
112
113 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
114
115         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
116         to `defun'.  Use `nconc' instead of `append' to collect descendant
117         message numbers.
118
119 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
120
121         * wl-thread.el (wl-thread-save-top-list)
122         (wl-thread-save-entities): Use `with-temp-buffer'.
123         * wl-news.el.in (wl-news-previous-version-load):
124         (wl-news-previous-version-save): Ditto.
125         * wl-summary.el (wl-summary-load-file-object)
126         (wl-summary-save-view-cache): Ditto.
127
128 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
129
130         * wl-util.el (toplevel): Require 'elmo-flag'.
131         (wl-read-search-condition): New function (Renamed from
132         `elmo-read-search-condition').
133         (wl-read-search-condition-internal): Likewise.
134
135         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
136         invalid.
137         (wl-summary-pick): Use `wl-read-search-condition' instead of
138         `elmo-read-search-condition'.
139         (wl-summary-virtual): Ditto.
140
141         * wl-folder.el (wl-folder-virtual): Ditto.
142         (wl-folder-pick): Ditto.
143
144         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
145
146 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
147
148         * wl-summary.el (wl-summary-reedit): Call
149         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
150
151 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
152
153         * wl-mime.el (toplevel): Require wl-vars.
154
155         * wl-message.el (toplevel): Require cl at compile.
156
157         * wl-draft.el (toplevel): Require elmo.
158
159 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
160
161         * wl-message.el (wl-message-buffer-prefetch): Count is a number
162         and do nothing when it is not positive.
163         (wl-message-buffer-prefetch-next): Ditto.
164
165 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
166
167         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
168         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
169         (wl-summary-redisplay-internal): Ditto.
170
171         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
172         message (the condition is borrowed from `wl-check-variables-2').
173         (wl-summary-redisplay-internal): Ditto.
174
175 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
176
177         * wl-mime.el (wl-draft-nntp-attribute): New function.
178         (wl-draft-attribute-nntp-posting-server): Use it.
179         (wl-draft-attribute-nntp-posting-port): Ditto.
180
181         * wl-mime.el (wl-draft-preview-attributes-list): New function.
182         (wl-draft-show-attributes-buffer): Ditto.
183         (wl-draft-hide-attributes-buffer): Ditto.
184         (wl-draft-attribute-newsgroups): Ditto.
185         (wl-draft-attribute-nntp-posting-server): Ditto.
186         (wl-draft-attribute-nntp-posting-port): Ditto.
187         (wl-draft-preview-message): Use there functions.
188
189         * wl-vars.el (wl-draft-preview-attributes-list): Change default
190         value.
191
192 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
193
194         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
195         (wl-draft-reedit): Ditto.
196         (wl-draft-queue-flush): Ditto.
197
198         * wl-mime.el (wl-message-request-partial): Ditto.
199         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
200         instead of `elmo-message-fetch'.
201
202         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
203
204         * wl-summary.el (wl-summary-message-string): Ditto.
205
206 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
207
208         * wl-util.el (wl-current-message-buffer): Follow the API change.
209
210         * wl-summary.el (wl-summary-redisplay-internal): Call
211         `wl-summary-mark-as-read' with 2nd argument as nil and update
212         unread count instead of persistent mark.
213
214         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
215         variable.
216         (wl-message-redisplay): Follow the API change.
217         (wl-message-buffer-display): Managed mime-entity directly and
218         return preview buffer only.
219         (wl-message-display-internal): Rewrite.
220         (wl-message-buffer-prefetch-subr): Not save return value of
221         `wl-message-buffer-display'.
222
223         * Version number is increased to 2.13.1.
224
225 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
226
227         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
228         'elmo-multiple-fields-body-list' with boundary specified.
229
230 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
231
232         * wl-vars.el (wl-summary-resend-use-cache): New variable.
233         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
234         cache if `wl-summary-resend-use-cache' is non-nil.
235
236 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
237
238         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
239         (wl-nntp-posting-stream-type): Ditto.
240
241 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
242
243         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
244
245 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
246
247         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
248         message.
249
250 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
251
252         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
253         Abolish.
254         (wl-summary-buffer-persistent-mark-version): New internal
255         variable.
256         (wl-summary-update-mark-and-highlight-window): Check by
257         wl-summary-persistent-mark-invalid-p.
258         (wl-summary-update-status-marks): Ditto.
259         (elmo-event-handler-flag-changed): Rewrite.
260         (elmo-event-handler-cache-changed): Define.
261         (wl-summary-prefetch-msg): Does not update persistent mark here.
262         (wl-summary-delete-cache): Ditto.
263         (wl-summary-resume-cache-status): Ditto.
264         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
265         (wl-summary-persistent-mark-invalid-p): New function.
266         (wl-summary-validate-persistent-mark): Ditto.
267         (wl-summary-validate-persistent-mark-string): Ditto.
268         (wl-summary-invalidate-persistent-mark): Ditto.
269         (wl-summary-update-persistent-mark): Call
270         `wl-summary-validate-persistent-mark'.
271         (wl-summary-create-line): Call
272         `wl-summary-validate-persistent-mark-string'.
273
274         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
275         status as t if cache used.
276
277 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
278
279         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
280         only if the target is group.
281         * wl-folder.el (wl-folder-append-petname): Don't check group name.
282
283 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
284
285         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
286
287 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
288
289         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
290
291         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
292
293 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
294
295         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
296         (Thanks to Yoichi NAKAYAMA).
297
298 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
299
300         * wl-util.el (wl-save-drafts): Restore echo area.
301
302 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
303
304         * Version number is increased to 2.13.0.
305
306         * wl-util.el (wl-biff-check-folder-async): Use
307         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
308
309 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
310
311         * wl-message.el (wl-message-display-internal): Does not put
312         wl-message-display-type property on message buffer.
313         (wl-message-buffer-display-type): New function.
314
315         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
316
317         * wl-summary.el (wl-summary-mode): Use `dolist' to add
318         `wl-summary-buffer-detach'.
319         (wl-summary-message-display-type): Use
320         `wl-summary-buffer-display-type'.
321
322 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
323
324         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
325         buffer-local.
326
327         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
328         kill-buffer-hook instead of make-local-variable.
329         (wl-draft-preview-message): Set `local' argument of add-hook as t.
330
331 2004-12-12  Scott Renfro <scott@renfro.org>
332
333         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
334         regex for square-branket.
335
336 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
337
338         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
339         `wl-message-mime-analysis-p' with argument `header'.
340
341 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
342
343         * wl-mime.el (wl-draft-yank-current-message-entity): 
344         Switch to no-mime following method according to wl-message-display-type
345         property.
346         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
347
348         * wl-message.el (wl-message-display-internal): 
349         Put wl-message-display-type property on message buffer.
350
351         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
352         (wl-message-display-internal): Ditto;
353
354         * wl-summary.el (wl-summary-toggle-mime): Ditto.
355
356 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
357
358         * wl-message.el (wl-message-make-display-type): New function.
359         (wl-message-display-type-property): Ditto.
360         (wl-message-mime-analysys-p): Ditto.
361         (wl-message-display-all-header-p): Ditto.
362         (wl-message-redisplay): Removed argument `as-is', `all-header' and
363         added `display-type'.
364         (wl-message-buffer-display): Likewise.
365         (wl-message-display-internal): Likewise.
366         (wl-message-buffer-display-type): Abolish.
367         (wl-message-buffer-prefetch-subr): Follow the API changed.
368
369         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
370         from wl-summary-buffer-display-all-header and changed default value.
371         (wl-summary-message-display-type): New function.
372         (wl-summary-buffer-display-mime-mode): Ditto.
373         (wl-summary-buffer-display-header-mode): Ditto.
374         (wl-summary-toggle-mime): Rewrite with above functions.
375         (wl-summary-toggle-all-header): Ditto.
376         (wl-summary-redisplay): Force redisplay with default mode.
377         (wl-summary-redisplay-internal): Renamed argument from `mode',
378         `all-header' to `mime-mode', `header-mode'.
379         Use `wl-message-make-display-type'.
380
381         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
382         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
383
384 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
385
386         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
387
388 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
389
390         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
391         in original message buffer.
392         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
393         buffer.
394
395 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
396
397         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
398
399 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
400
401         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
402
403 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
404
405         * wl-action.el (wl-summary-exec-action-refile): Display a done message
406         when actions succeeded.
407         (wl-summary-exec-action-copy): Likewise.
408
409 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
410
411         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
412         there is switch-to-buffer at the end of wl-message-select-buffer.
413         (wl-summary-reply): Ditto.
414
415 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
416
417         * wl-summary.el (wl-summary-forward): Put subject in original
418         message buffer as argument of wl-draft-forward.
419         * wl-draft.el (wl-draft-forward): Decode subject as in
420         wl-draft-reply.
421
422 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
423
424         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
425         a folder under access group.
426
427 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
428
429         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
430         wl-message-buffer-display.
431
432         * wl-util.el (wl-set-save-drafts): Fix typo.
433
434 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
435
436         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
437         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
438         wl-highlight-logo-face to set the bg color of an xbm image; fixed
439         the way to measure the width of a bitmap image; don't put face on
440         ascii and bitmap images; put the mark which should not use the
441         variable-pitch face on ascii and bitmap images.
442         (wl-demo-setup-properties): Don't use the variable-pitch face on
443         ascii and bitmap images; made it work on Emacs 20 and earlier.
444         (wl-demo-insert-text): End with a newline at the bottom; don't put
445         face on text.
446
447         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
448
449 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
450
451         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
452
453         * wl-util.el (wl-save-drafts): Moved from sample setting.
454         (wl-set-save-drafts): New function to set idle timer.
455         * wl-draft.el (wl-draft): Call it.
456         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
457
458 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
459
460         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
461         a summary which has toggle display status off.
462
463 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
464
465         * wl-draft.el (wl-draft-do-fcc): No cache save.
466
467 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
468
469         * wl-summary.el (elmo-event-handler-flag-changed): Use
470         `set-buffer' instead of `with-current-buffer'.
471
472 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
473
474         * wl-summary.el (wl-summary-after-resize-function): New function.
475         (wl-summary-mode): Add `wl-summary-after-resize-function' to
476         window-size-change-functions.
477
478 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
479
480         * wl-draft.el (wl-draft-create-buffer): Bind
481         `change-major-mode-hook' after current buffer is changed.
482
483         * wl-summary.el (wl-summary-buffer-detach): New function.
484         (wl-summary-buffer-set-folder): Call it.
485         (wl-summary-mode): Add `wl-summary-buffer-detach' to
486         change-major-mode-hook and kill-buffer-hook.
487         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
488         (wl-summary-switch-to-clone-buffer): Ditto.
489         (wl-summary-goto-folder-subr): Ditto.
490
491 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
492
493         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
494         after boundp check.
495
496 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
497
498         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
499         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
500         for `kill-buffer'.
501
502         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
503         handler of current buffer from elmo-folder.
504
505 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
506
507         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
508
509 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
510
511         * wl-summary.el (wl-summary-buffer-event-handler): New internal
512         variable.
513         (wl-summary-event-handler): New class.
514         (elmo-event-handler-flag-changed): Define to update persistent
515         mark.
516         (wl-summary-buffer-set-folder): Register event handler to
517         elmo-folder.
518         (wl-summary-exit): Unregister event handler.
519         (wl-summary-goto-folder-subr): Ditto.
520         (wl-summary-mark-as-read-all): Does not call
521         `wl-summary-update-persistent-mark' directly.
522         (wl-summary-mark-as-read-internal): Ditto.
523         (wl-summary-set-persistent-mark-internal): Ditto.
524         (wl-summary-set-flags-internal): Ditto.
525
526         * Version number is increased to 2.11.33.
527
528 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
529
530         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
531         to nil.
532
533 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
534
535         * wl-spam.el (wl-spam-setup): Add hook
536         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
537         instead of `wl-summary-prepare-hook'.
538
539         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
540         if folder type is `'flag'.
541         (wl-summary-mark-as-important): Ditto.
542
543 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
544
545         * wl-address.el (wl-address-minibuffer-history): New variable.
546         (wl-address-minibuffer-local-map): New keymap.
547         (wl-address-read-from-minibuffer): New function.
548
549         * wl-action.el (wl-summary-get-resend-address): Use
550         `wl-address-read-from-minibuffer' instead of `completing-read'.
551
552 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
553
554         * Version number is increased to 2.11.32.
555
556 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
557
558         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
559         without mule to iso-8859-1.
560         (wl-draft-add-in-reply-to): Add note in description.
561         (wl-draft-add-references): Ditto.
562
563 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
564
565         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
566         definition for `m'.
567         (wl-summary-mode-line-format): Add '[%m]'.
568         (wl-message-mode-line-format-spec-alist): Ditto.
569         (wl-summary-display-mime-mode-list): New variable.
570
571         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
572         from wl-summary-buffer-display-as-is.
573         (wl-summary-buffer-display-all-header): New buffer local variable.
574         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
575         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
576         instead of wl-summary-buffer-display-as-is.
577         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
578         (wl-summary-set-persistent-mark): Ditto.
579         (wl-summary-set-message-buffer-or-redisplay): Just call
580         `wl-summary-redisplay-internal' without optional arguments.
581         (wl-summary-toggle-mime): Rewrite.
582         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
583         (wl-summary-toggle-all-header): New function.
584         (wl-summary-redisplay-internal): Treat mime mode.
585
586         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
587         to wl-mime-preview-follow-no-mime.
588         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
589         accodring to the display-mode.
590
591         * wl-message.el (wl-message-buffer-display-type): Rewrite.
592         (wl-message-buffer-display): Changed argument name from `as-is' to
593         `mode'.
594         (wl-message-display-internal): Ditto;
595         Bind elmo-mime-display-header-analysis according to the mode.
596         (wl-message-display-internal): Put wl-message-display-mime-mode
597         property on entire buffer.
598
599 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
600
601         * wl-draft.el (wl-draft-do-fcc): Undo last change.
602
603 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
604
605         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
606         Don't extract mail address.
607         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
608
609         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
610
611         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
612
613 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
614
615         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
616         wl-fldmgr-cut-entity-list on confirmation.
617
618 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
619
620         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
621         (wl-mime-quit-preview): Check existence of
622         mime-edit-temp-message-buffer here.
623
624 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
625
626         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
627         after deletion.
628
629         * wl-draft.el (wl-draft-send-confirm): Check major-mode
630         before calling wl-mime-quit-preview.
631
632 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
633
634         * wl-summary.el (wl-summary-pick): If call it with prefix
635         argument, set `delete-marks' as non-nil. Pick from only visible
636         messages.
637         (wl-summary-check-target-mark): New function.
638         (wl-summary-target-mark-mark-as-read): Use it.
639         (wl-summary-target-mark-mark-as-unread): Ditto.
640         (wl-summary-target-mark-operation): Ditto.
641         (wl-summary-target-mark-set-flags): Ditto.
642         (wl-summary-target-mark-save): Ditto.
643         (wl-summary-target-mark-pick): Ditto.
644         (wl-summary-target-mark-forward): Ditto.
645         (wl-summary-target-mark-reply-with-citation): Ditto.
646         (wl-summary-target-mark-print): Ditto.
647         (wl-summary-target-mark-uudecode): Ditto.
648
649         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
650         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
651         with `ask-coding' is non-nil.
652
653 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
654
655         * wl-thread.el (wl-thread-set-parent): If parent is a message
656         which is identified by references, set linked as nil.
657
658 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
659
660         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
661         (wl-message-mode-line-format-spec-alist): Ditto.
662         (wl-message-mode-line-format): Ditto.
663         (wl-summary-mode-line-format): Ditto for docstring.
664         (wl-summary-no-mime-folder-list): Fix typo.
665
666         * wl-util.el (wl-current-message-buffer): Call
667         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
668
669         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
670         variable.
671         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
672         of `wl-summary-redisplay-no-mime'.
673         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
674         (wl-summary-toggle-mime): New function.
675         (wl-summary-redisplay-all-header): Rewrite.
676         (wl-summary-redisplay-no-mime): Ditto.
677         (wl-summary-redisplay-internal): Added argument `as-is' and
678         `all-header'.
679
680         * wl-refile.el (wl-refile-default-from-folder-path-separator):
681         New variable.
682         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
683         bottom.
684         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
685         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
686         "/" unconditionally.
687
688         * wl-mime.el (wl-draft-yank-current-message-entity): Use
689         wl-mime-preview-follow-no-mime for as-is content.
690         (wl-mime-preview-follow-no-mime): New function.
691         (wl-mime-preview-follow-current-region): Fixed parenthesis.
692
693         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
694         and added `as-is', `all-header'.
695         (wl-message-buffer-display): Ditto.
696         (wl-message-buffer-display-type): New function.
697
698 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
699
700         * wl-vars.el (wl-message-header-button-alist): Change default
701         value.
702         (wl-message-body-button-alist): Ditto.
703
704 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
705
706         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
707
708 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
709
710         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
711
712 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
713
714         * wl-summary.el (wl-summary-sync-marks): Remove condition which
715         is always true.
716
717 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
718
719         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
720         on null entity.
721
722 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
723
724         * wl-vars.el (wl-draft-reply-default-position): Fix range.
725
726 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
727
728         * wl-vars.el (wl-summary-resend-hook): New hook.
729
730         * wl-action.el (wl-summary-exec-action-resend-subr): Run
731         `wl-summary-resend-hook'.
732
733 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
734
735         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
736         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
737         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
738         (wl-summary-new-cached-mark): Changed default value to 'n'.
739         (wl-summary-unread-cached-mark): Changed default value to 'u'.
740         (wl-summary-answered-cached-mark): Changed default value to 'a'.
741         (wl-folder-sync-range-alist): Remove spec for 'flag.
742         (wl-summary-force-prefetch-folder-list): New user option.
743
744         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
745         `wl-summary-toggle-persistent-mark'.
746         (wl-summary-update-mark-and-highlight-window): Don't highlight when
747         number is nil.
748         (wl-summary-mark-as-answered-region): Set interactive argument of
749         `wl-summary-set-persistent-mark-internal'.
750         (wl-summary-mark-as-important-region): Ditto.
751         (wl-summary-unset-persistent-mark): Ditto.
752         (wl-summary-set-persistent-mark): Ditto.
753         (wl-summary-mark-as-answered): Ditto.
754         (wl-summary-mark-as-important): Ditto.
755         (wl-summary-set-persistent-mark-internal): Do nothing
756         when `elmo-message-flag-available-p' is nil.
757         (wl-summary-toggle-persistent-mark): New function.
758         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
759         when the folder matches `wl-summary-force-prefetch-folder-list'.
760
761
762         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
763         when number is nil.
764         (wl-highlight-summary-forwarded-face): New face.
765
766 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
767
768         * Version number is increased to 2.11.31.
769
770 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
771
772         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
773         (wl-biff-check-folder-async): Ditto.
774         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
775
776 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
777
778         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
779         Add an argument `reverse'.  All callers are updated.
780         (wl-summary-sort): Add a prefix argument `reverse' to specify
781         reverse sorting.
782         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
783         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
784         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
785
786 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
787
788         * wl-message.el (wl-message-redisplay): Does not narrow header if
789         disply-type is all-header or as-is.
790
791         * wl-summary.el (wl-summary-enter-handler): Use
792         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
793
794 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
795
796         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
797         after adding wl-draft-parent-variables.
798         (wl-draft-forward): Ditto.
799
800 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
801
802         * wl-summary.el (wl-summary-sync-marks): Call
803         `wl-summary-set-persistent-mark' and
804         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
805         (wl-summary-set-persistent-mark-internal): Add 4th argument
806         `no-server'.
807         (wl-summary-unset-persistent-mark): Ditto.
808         (wl-summary-set-persistent-mark): Ditto.
809         (wl-summary-add-flags-internal): Abolish.
810         (wl-summary-remove-flags-internal): Ditto.
811         (wl-summary-mark-as-important-internal): Ditto.
812         (wl-summary-mark-as-important): Use
813         `wl-summary-set-persistent-mark' instead of
814         `wl-summary-add-flags-internal'.
815         (wl-summary-mark-as-important-region): Ditto.
816
817         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
818
819         * wl-summary.el (wl-summary-get-available-flags): New function.
820         (wl-summary-sync-marks): Use it and simplified.
821         (wl-summary-unset-persistent-mark): Use
822         `wl-summary-get-available-flags'.
823         (wl-summary-set-persistent-mark): Ditto.
824
825 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
826
827         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
828         id.
829
830 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
831
832         * wl-summary.el (wl-summary-enter-handler): If argument is not a
833         number, call `wl-summary-prev-line-content'. Show message when the
834         message is not found.
835
836 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
837
838         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
839         wl-summary-enter-handler.
840         (wl-summary-enter-handler): New command.
841
842         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
843         docstring and custom spec.
844
845         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
846         flags too; Don't treat Cached and New.
847         (wl-summary-set-persistent-mark): Ditto.
848
849         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
850         `wl-folder-set-flag'.
851
852         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
853         instead of `wl-folder-set-flag'.
854
855         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
856         for completion.
857         (wl-summary-set-persistent-mark): Ditto.
858
859         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
860         instead of `wl-draft-quit-preview'.
861
862         * wl-mime.el (toplevel): Avoid compile warning.
863         (wl-mime-quit-preview): New function
864         (formarly defined as `wl-draft-quit-preview').
865         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
866         quitting method.
867
868         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
869
870         * wl-folder.el (wl-folder-set-flag): Renamed from
871         `wl-draft-set-flag-on-parent'.
872
873         * wl-draft.el (wl-draft-quit-preview): New function.
874         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
875         (wl-draft-send): Call `wl-folder-set-flag' instead of
876         `wl-draft-set-flag-on-parent'.
877         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
878
879 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
880
881         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
882         (wl-draft-send): Ditto.
883
884 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
885
886         * wl-vars.el (wl-draft-reply-hook): Changed default value.
887         (wl-draft-kill-pre-hook): Set default value as nil.
888         (wl-summary-reply-hook): Ditto.
889         (wl-draft-kill-flags): Abolish.
890
891         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
892         (wl-draft-parent-variables): Renamed from
893         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
894         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
895         argument; Add wl-draft-parent-variables to
896         wl-draft-config-variables.
897         (wl-draft-reply): Likewise.
898         (wl-draft-kill-flags): Abolish.
899         (wl-draft-send): Call wl-draft-set-flag-on-parent.
900         (wl-draft-set-flag-on-parent): New function.
901         (wl-draft-setup-parent-flag): Ditto.
902
903 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
904
905         * wl-draft.el (wl-draft-kill-flags): Avoid error when
906         `wl-draft-parent-folder' is "".
907
908 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
909
910         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
911         (wl-summary-digit-jump): New function.
912         (Adviced by John Owens and Hiroya Murata)
913
914         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
915         (Adviced by John Owens)
916
917         * wl-xmas.el (wl-message-define-keymap): Ditto.
918
919         * wl-mule.el (wl-message-define-keymap): Ditto.
920
921 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
922
923         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
924         change of return value of elmo-folder-count-flags.
925
926         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
927         (wl-summary-mark-as-read-internal): Ditto.
928         (wl-summary-set-persistent-mark-internal): Ditto.
929         (wl-summary-folder-info-update): Ditto.
930         (wl-summary-sync-update): Fixed the last change.
931
932         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
933
934 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
935
936         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
937         (wl-draft-kill-flags): Fixed docstring.
938
939         * wl-draft.el (wl-draft-kill-flags): New function.
940         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
941
942 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
943
944         * wl-vars.el (wl-reply-hook): Abolish.
945         (wl-draft-reply-hook): New hook.
946         (wl-summary-reply-hook): Ditto.
947         (wl-draft-forward-hook): Ditto.
948         (wl-summary-forward-hook): Ditto.
949         (wl-draft-kill-flags): New variable.
950
951         * wl-summary.el (wl-summary-mark-as-answered-region): Use
952         wl-summary-set-persistent-mark-internal.
953         (wl-summary-sync-marks): Use elmo-preserved-flags.
954         (wl-summary-update-persistent-mark): Make it interactive.
955         (wl-summary-set-persistent-mark-internal): New inline function.
956         (wl-summary-mark-as-answered): Use it.
957         (wl-summary-mark-as-unanswered): Ditto.
958         (wl-summary-unset-persistent-mark): New function.
959         (wl-summary-set-persistent-mark): Ditto.
960         (wl-summary-reply): Don't set answered flag;
961         Run wl-summary-reply-hook instead.
962         (wl-summary-forward): Call wl-draft-forward with number.
963         Run wl-summary-forward-hook.
964
965         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
966         (wl-highlight-summary-line-face-spec): Use it as a default
967         persistent mark face.
968
969         * wl-draft.el (wl-draft-forward): Added optional argument number;
970         Set wl-draft-parent-number; Run wl-draft-forward-hook.
971         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
972         (wl-draft-kill): Use wl-draft-kill-flags.
973
974         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
975
976         * wl-folder.el (wl-folder-check-one-entity): Follow the change
977         of return value of elmo-folder-count-flags.
978
979         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
980
981         * wl-summary.el (wl-summary-count-unread): Ditto.
982         (wl-summary-sync-update): Follow the change above.
983         (wl-summary-force-prefetch): New function.
984
985 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
986
987         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
988         variable `buf' with `let' instead of `setq'.
989
990 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
991
992         * wl-mime.el (wl-message-delete-current-part): If filename exists,
993         add Content-Disposition heaeder on the deleted part.
994
995 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
996
997         * wl-draft.el (wl-draft-save): Encode address list under edit by
998         `eword-encode-unstructured-field-body'.
999
1000         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1001
1002 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1003
1004         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1005         wl-current-summary-buffer.
1006
1007 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1008
1009         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1010         `numbers' is ignored.
1011
1012 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1013
1014         * wl-folder.el (wl-folder-open-folder): Avoid error.
1015         Reported by John Owens, [wl-en:815]
1016
1017         * wl.el (wl): Set timer for biff process even if prefix argument
1018         is given or auto-checking is quitted.
1019
1020         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1021         immediately.
1022         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1023         (wl-toggle-plugged): Ditto.
1024
1025         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1026         * wl-util.el (wl-biff-start): Use idle timer if
1027         `wl-biff-use-idle-timer' is non-nil.
1028
1029 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1030
1031         * wl-highlight.el (wl-highlight-message): Fix description.
1032
1033 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1034
1035         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1036         tty.
1037
1038 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1039
1040         * wl-action.el (wl-summary-exec): Print failure count.
1041
1042 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1043
1044         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1045         to `defun', remove interactive form.
1046         Set elmo-message-fetch-confirm when force-reload is non-nil.
1047
1048 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1049
1050         * wl-summary.el (toplevel): Removed unnecessary autoload.
1051
1052 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1053
1054         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1055         the buffer is generated from another message buffer.
1056
1057 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1058
1059         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1060         extracted from `wl-fldmgr-save-folders'.
1061         (wl-fldmgr-delete): Call it after deletion.
1062
1063 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1064
1065         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1066         multi-tty support.
1067
1068 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1069
1070         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1071
1072 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1073
1074         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1075         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1076
1077 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1078
1079         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1080         unsubscribe list only if argument CLEAR is nil.
1081
1082 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1083
1084         * wl-draft.el (wl-draft-reply): Decode subject before removing
1085         Re: prefix.
1086
1087 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1088
1089         * wl-summary.el (wl-summary-sort-by-size): New command.
1090
1091 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1092
1093         * wl-summary.el (wl-summary-number-list-from-region): New
1094         function.
1095         (wl-summary-mark-as-read-region): Use it.
1096         (wl-summary-mark-as-unread-region): Ditto.
1097         (wl-summary-set-flags-region): Ditto and add optional argument
1098         remove.
1099         (wl-summary-mark-as-answered-region): Ditto.
1100         (wl-summary-mark-as-important-region): Ditto.
1101         (wl-summary-target-mark-mark-as-important): Added optional
1102         argument remove.
1103         (wl-summary-target-mark-mark-as-answered): Ditto.
1104         (wl-summary-target-mark-set-flags): Ditto.
1105
1106 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1107
1108         * wl-summary.el (wl-summary-set-flags-region): Call
1109         `wl-summary-set-flags-internal' with number list instead of call
1110         one by each message.
1111         (wl-summary-target-mark-set-flags): Likewise.
1112
1113 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1114
1115         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1116         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1117         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1118         (wl-summary-target-mark-mark-as-answered): Likewise.
1119
1120 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1121
1122         * wl-summary.el (wl-summary-target-mark-forward): Use
1123         `wl-summary-delete-all-target-marks' instead of
1124         `wl-summary-delete-all-temp-marks'.
1125         (wl-summary-target-mark-reply-with-citation): Ditto.
1126         (wl-summary-target-mark-uudecode): Ditto.
1127         (wl-summary-target-mark-set-flags): Ditto and remove needless
1128         cursor move.
1129
1130 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1131
1132         * wl-summary.el (wl-summary-target-mark-forward): Protect
1133         wl-summary-buffer-target-mark-list from nreverse.
1134         (wl-summary-target-mark-reply-with-citation): Ditto.
1135
1136 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1137
1138         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1139         `elmo-display-progress-threshold'.
1140
1141 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1142
1143         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1144         check `wl-summary-highlight'.
1145         (wl-summary-window-scroll-functions): Respect value of
1146         `wl-summary-highlight'.
1147         (wl-summary-sync-update): Run hooks
1148         `wl-summary-buffer-window-scroll-functions' at any time.
1149
1150 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1151
1152         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1153         from `wl-summary-cleanup-temp-marks'.
1154         (wl-summary-cleanup-temp-marks): Abolish argument.
1155         * wl.el (wl-save-status): Revert previous change.
1156         (wl-execute-temp-marks): New function, call
1157         `wl-summary-exec-with-confirmation'.
1158         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1159         (wl-folder-save-and-exec-marks): Abolished.
1160
1161 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1162
1163         * wl-e21.el (wl-e21-display-image-p): Respect
1164         `wl-highlight-folder-with-icon'.
1165         (wl-e21-highlight-folder-group-line): Highlight mouse line
1166         even if wl-e21-display-image-p is nil.
1167
1168         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1169         Respect value of `wl-summary-highlight'.
1170
1171         * wl.el (wl-save-status): Remove unused variable.
1172
1173         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1174         (wl-folder-mode-map): Bind it to "x".
1175
1176 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1177
1178         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1179
1180         * wl-thread.el (wl-thread-get-parent-list): Don't check
1181         disconnected ancestors, neglecting needless work in
1182         `wl-thread-update-indent-string-thread'.
1183
1184         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1185         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1186         argument, add argument default-keep to keep marks by default.
1187
1188         * Version number is increased to 2.11.30.
1189
1190         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1191         customization type and docstring.
1192         (wl-draft-reply-without-argument-list): Ditto.
1193
1194 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1195
1196         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1197
1198         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1199
1200 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1201
1202         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1203
1204 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1205
1206         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1207         save-excursion so as not to include run-hooks.
1208
1209 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1210
1211         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1212         Clarify that marks are going to be cleared.
1213
1214 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1215
1216         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1217         according to 3rd element of wl-summary-flag-mark.
1218
1219         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1220
1221 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1222
1223         * wl-action.el (wl-summary-target-mark-all): Don't set
1224         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1225
1226 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1227
1228         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1229         (wl-forward-subject-prefix): Ditto.
1230         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1231         (wl-draft-reply-make-subject): Ditto.
1232
1233         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1234         `wl-draft-forward'.
1235         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1236
1237 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1238
1239         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1240         target message does not exist.
1241
1242 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1243
1244         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1245         `wl-subject-prefix-regexp'.
1246         (wl-subject-forward-prefix-regexp): New variable.
1247         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1248         `wl-draft-strip-subject-re' and take regexp as argument.
1249         (wl-draft-forward): Use it.
1250         (wl-draft-reply): Ditto.
1251
1252 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1253
1254         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1255         emacs multi-tty support.
1256
1257 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1258
1259         * wl-e21.el (wl-e21-display-image-p): Don't call
1260         `display-images-p'.
1261         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1262         support.
1263         (wl-highlight-folder-current-line): Ditto.
1264         (wl-folder-init-icons): Ditto.
1265
1266 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1267
1268         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1269         the last line of summary in unplugged mode.
1270
1271 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1272
1273         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1274
1275 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1276
1277         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1278         * wl-address.el (wl-address-user-mail-address-p): Use it.
1279         (wl-address-delete-user-mail-addresses): Ditto.
1280         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1281
1282         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1283         (wl-address-delete-user-mail-addresses): Ditto.
1284
1285         * wl-address.el (wl-address-delete-user-mail-addresses): New
1286         function.
1287         * wl-refile.el (wl-refile-guess-by-history): Use it.
1288         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1289         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1290
1291         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1292         use wl-address-user-mail-address-p.
1293
1294 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1295
1296         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1297         after opening group.
1298
1299 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1300
1301         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1302         of elmo-set-buffer-multibyte.
1303
1304         * wl-message.el (wl-original-message-mode): Ditto.
1305
1306         * wl-score.el (wl-score-insert-header): Ditto.
1307
1308         * wl-summary.el
1309         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1310         (wl-summary-goto-folder-subr): Ditto.
1311         (wl-summary-insert-headers): Ditto.
1312
1313         * wl-util.el (wl-set-string-width): Ditto.
1314
1315         * Version number is increased to 2.11.29.
1316
1317 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1318
1319         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1320         (wl-highlight-summary-line-help-echo-alist): New variable.
1321         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1322         into `wl-highlight-summary-line-help-echo' and
1323         `wl-highlight-flag-folder-help-echo'.
1324         (wl-highlight-summary-line-string): Change accordingly.
1325         (wl-highlight-summary-current-line): Ditto.
1326
1327 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1328
1329         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1330         at the beginning of field body (Thanks to Markus Knittig).
1331
1332         * wl-draft.el (wl-draft-insert-current-message): Also check
1333         summary buffer, remove unnecessary tag.
1334
1335 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1336
1337         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1338         when wl-message-buffer is nil.
1339
1340         * wl-folder.el (wl-folder): Abolish unused argument.
1341         Call wl-folder-init when wl-folder-entity is nil.
1342         * wl.el (wl): Change accordingly.
1343
1344 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1345
1346         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1347         multibyte string before insert into draft buffer.
1348         (wl-draft-create-buffer): Always enable multibyte characters for
1349         draft buffer.
1350
1351         * Version number is increased to 2.11.28.
1352
1353 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1354
1355         * wl-folder.el (wl-folder-open-close): Handle blank line.
1356         (wl-folder-jump-to-current-entity): Ditto.
1357
1358 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1359
1360         * Version number is increased to 2.11.27.
1361
1362 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1363
1364         * wl-thread.el (wl-thread-insert-message): When the thread is
1365         devided by wl-summary-max-thread-depth, insert line at the end of
1366         buffer.
1367
1368 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1369
1370         * Version number is increased to 2.11.26.
1371
1372 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1373
1374         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1375
1376 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1377
1378         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1379         value of stream-type and session.
1380
1381 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1382
1383         * Version number is increased to 2.11.25.
1384
1385 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1386
1387         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1388         in a quit message.
1389
1390 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1391
1392         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1393         (wl-summary-redisplay-no-mime-internal): Ditto.
1394
1395 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1396
1397         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1398         * wl-vars.el (wl-smtp-connection-type): Ditto.
1399
1400 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1401
1402         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1403         for the separator line and quote mail-header-separator.
1404
1405 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1406
1407         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1408         result message.
1409
1410         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1411         `elmo-multiple-fields-body-list' with boundary as
1412         mail-header-separator.
1413
1414 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1415
1416         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1417
1418 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1419
1420         * wl-util.el (wl-list-diff): Remove unused function.
1421
1422         * wl-draft.el (wl-draft-send-confirm): Discard input before
1423         confirmation.
1424
1425 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1426
1427         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1428         order of flag and new.
1429
1430 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1431
1432         * wl-vars.el (wl-refile-policy-alist): Abolished.
1433
1434         * wl-action.el (wl-summary-set-action-refile): Follow the change
1435         above.
1436
1437 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1438
1439         * wl-highlight.el (wl-highlight-signature-search): Don't use
1440         re-search-backward for a long word since it is possible to crash
1441         XEmacs because of a bug.
1442
1443 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1444
1445         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1446
1447 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1448
1449         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1450         argument for wl-summary-sync-force-update.
1451
1452 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1453
1454         * wl-summary.el (wl-summary-mode-map): Revival of
1455         wl-summary-mark-as-important related bindings;
1456         Bind 'F','tF','mF','rF','m&'.
1457         (wl-summary-mark-as-important-region): Revival.
1458         (wl-summary-target-mark-mark-as-important): Ditto.
1459         (wl-summary-target-mark-operation): New function.
1460         (wl-summary-target-mark-mark-as-answered): Use it.
1461         (wl-summary-decide-flag): Don't set Important as default.
1462         (wl-summary-mark-as-important-internal): Revival.
1463         (wl-summary-mark-as-important): Ditto.
1464
1465         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1466
1467         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1468         instead of facep.
1469
1470 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1471
1472         * wl-dnd.el (wl-dnd-drop-func): Fix.
1473
1474         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1475         mouse-set-point instead of posn-point.
1476
1477         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1478
1479         * wl-mule.el (wl-completing-read-multiple): Ditto.
1480
1481 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1482
1483         * wl-demo.el (face-background-name): Defalias to avoid compile
1484         warning.
1485
1486 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1487
1488         * wl-summary.el (wl-summary-decide-flag): Use
1489         wl-completing-read-multiple instead of completing-read-multiple.
1490
1491         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1492         New alias.
1493
1494         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1495         Use face-background-name instead of face-background.
1496
1497         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1498
1499         * wl-summary.el (wl-summary-save): Use it.
1500         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1501
1502         * wl-mime.el (wl-mime-save-content): Fix last change.
1503
1504 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1505
1506         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1507         New function.
1508         (wl-summary-sort-specs): Added sort.
1509         * wl-mime.el (wl-mime-save-content): Expand file name.
1510
1511 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1512
1513         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1514
1515         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1516
1517 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1518
1519         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1520         for flag if it is not defined.
1521
1522 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1523
1524         * wl-e21.el (wl-highlight-folder-current-line): Use
1525         elmo-folder-type-internal when elmo-folder-type returns nil.
1526
1527         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1528
1529         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1530
1531         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1532
1533         * wl-e21.el (wl-summary-toolbar): Ditto.
1534
1535         * wl-vars.el (wl-demo-background-color): Abolished.
1536         (wl-summary-persistent-mark-priority-list): Renamed from
1537         wl-summary-flag-priority-list.
1538         (wl-summary-flag-alist): New user option.
1539         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1540         (wl-message-mode-line-format-spec-alist): Added 'F'.
1541         (wl-message-mode-line-format): Likewise.
1542         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1543         instead of wl-summary-important-mark.
1544         (wl-file-folder-icon): New variable.
1545
1546         * wl-thread.el (wl-thread-set-flags): Renamed from
1547         wl-thread-mark-as-important.
1548
1549         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1550         warning.
1551         (wl-summary-mode-menu-spec): Follow the change of 
1552         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1553         (wl-summary-mode-map): Follow the change of
1554         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1555         (wl-summary-detect-mark-position): Follow the variable name change.
1556         (wl-summary-set-flags-region): New function for the replacement of
1557         wl-summary-mark-as-important-region.
1558         (wl-summary-sync-marks): Sync all global-flags.
1559         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1560         instead of elmo-message-flagged-p.
1561         (wl-summary-persistent-mark-string): Follow the variable name change;
1562         Put wl-summary-flag-mark if the message has global-flag.
1563         (wl-summary-target-mark-set-flags): Renamed from 
1564         wl-summary-target-mark-mark-as-important.
1565         (wl-summary-decide-flag): New function.
1566         (wl-summary-set-flags-internal): Renamed from
1567         wl-summary-mark-as-important-internal.
1568         (wl-summary-add-flags-internal): New function.
1569         (wl-summary-remove-flags-internal): Ditto.
1570         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1571         (wl-summary-mark-as-unimportant): Abolish.
1572         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1573         (wl-summary-next-message): List flagged messages in the msgdb.
1574
1575         * wl-score.el (wl-summary-score-update-all-lines): Use
1576         wl-summary-add-flags-internal instead of 
1577
1578         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1579
1580         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1581         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1582         (wl-message-buffer-require-all-header): Renamed from
1583         wl-message-buffer-all-header-flag (Ditto).
1584         (wl-message-buffer-flag-indicator): New variable.
1585         (wl-message-redisplay): Changed local varibale name from `flag' to
1586         `display-type'; Set up wl-message-buffer-flag-indicator.
1587         (wl-message-buffer-display): Changed varibale name from `flag' to
1588         `display-type'.
1589         (wl-message-display-internal): Likewise.
1590
1591         * wl-highlight.el (wl-highlight-demo-face): Define default background
1592         color.
1593         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1594
1595         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1596
1597         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1598         (wl-demo-setup-properties): Renamed from
1599         `wl-demo-set-background-color'.
1600         (wl-demo): Follow the change above.
1601         
1602         * Version number is increased to 2.11.24.
1603
1604 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1605
1606         * wl-summary.el (wl-summary-toggle-thread): Call
1607         `wl-summary-rescan' with disable-thread as non-nil.
1608         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1609
1610 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1611
1612         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1613         foreground property of the face.
1614         (wl-demo-insert-text): Don't set up face property here.
1615         (wl-demo): Call wl-demo-set-background-color, anyway.
1616
1617 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1618
1619         * wl-vars.el (wl-demo-background-color): The value can be nil.
1620
1621 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1622
1623         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1624         to wl-summary-wheel-dispatcher.
1625
1626         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1627         wl-message-wheel-dispatcher.
1628         (wl-message-wheel-dispatcher): New function.
1629         (wl-summary-wheel-dispatcher): Ditto.
1630
1631 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1632
1633         * wl-action.el (wl-summary-target-mark-all): List messages which are
1634         not in the killed-list.
1635
1636         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1637         only when the folder is 'flag/important.
1638
1639         * wl-address.el (wl-complete-field-body): Complete if the last
1640         character is a space.
1641
1642 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1643
1644         * wl-folder.el (wl-folder-clear-entity-info): Use
1645         elmo-clear-hash-val.
1646
1647         * wl-fldmgr.el (wl-fldmgr-rename): Set
1648         wl-folder-info-alist-modified as t.
1649
1650 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1651
1652         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1653
1654 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1655
1656         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1657         (wl-folder-buffer-last-visited-entity-id): New buffer local
1658         variable.
1659         (wl-folder-revisit-last-visited-folder): New function.
1660         (wl-folder-mode-map): Bind it to "C-i".
1661         (wl-folder-set-current-entity-id): Set last visited folder.
1662         * wl-summary.el (wl-summary-exit): Ditto.
1663
1664 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1665
1666         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1667         before calling `recenter' in order to cope with an XEmacs bug.
1668
1669 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1670
1671         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1672         to the default value.
1673
1674 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1675
1676         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1677         change.
1678         (wl-summary-sync-marks): Ditto.
1679         (wl-summary-mark-as-read-internal): Ditto.
1680         (wl-summary-mark-as-answered-internal): Ditto.
1681         (wl-summary-mark-as-important-internal): Ditto.
1682         (wl-summary-reply): Ditto.
1683
1684         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1685         instead of `elmo-folder-unflag-answered'.
1686
1687         * Version number is increased to 2.11.23.
1688
1689         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1690         the last change.
1691
1692 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1693
1694         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1695         Specify "spam" or "good".
1696
1697 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1698
1699         * wl-spam.el (wl-summary-exec-action-spam): Call
1700         wl-folder-confirm-existence for spam folder.
1701         (wl-spam-setup): Bind "mk".
1702
1703 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1704
1705         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1706
1707 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1708
1709         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1710         destination folder is empty.
1711
1712 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1713
1714         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1715         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1716
1717         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1718         (wl-summary-refile-prev-destination-region): New function.
1719         (wl-thread-refile-prev-destination): Ditto.
1720         (wl-summary-target-mark-refile-prev-destination): Ditto.
1721
1722 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1723
1724         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1725         (wl-demo-background-color): Changed default value.
1726
1727         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1728         color.
1729
1730         * wl-demo.el (wl-demo-set-background-color): New function.
1731         (wl-demo): Call it.
1732
1733 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1734
1735         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1736         * wl-address.el (wl-address-add-or-change): Don't add empty
1737         address.
1738
1739 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1740
1741         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1742
1743 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1744
1745         * wl-vars.el (wl-demo-image-filter-alist): New variable
1746         (wl-demo-background-color): Ditto.
1747
1748         * wl-demo.el (wl-demo-xpm-set-background): New function.
1749         (wl-demo-image-filter): Ditto.
1750         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1751
1752         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1753
1754         * wl-demo.el (wl-demo-icon-name): Define as function.
1755         (wl-demo-insert-image): Use it.
1756
1757 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1758
1759         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1760
1761 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1762
1763         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1764
1765 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1766
1767         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1768
1769 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1770
1771         * wl-thread.el (wl-thread-mark-as-answered): New function.
1772
1773         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1774         answered" entry.
1775         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1776         "r&" and wl-thread-mark-as-answered to "t&".
1777         (wl-summary-mark-as-important-region): Refine to toggle mark.
1778         (wl-summary-mark-as-answered-region): New function.
1779         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1780         and 3rd argument.
1781         (wl-summary-mark-as-important-internal): Likewise.
1782
1783 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1784
1785         * wl-template.el (wl-template-preview): New internal variable.
1786         (wl-template-preview-p): New function.
1787         (wl-template-show): Bind `wl-template-preview' as t.
1788
1789 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1790
1791         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1792         `elmo-message-entity-field' with 3rd argument which is non-nil.
1793
1794 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1795
1796         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1797         Removed duplicate local bind `folder'.
1798
1799 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1800
1801         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1802
1803 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1804
1805         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1806         duplicate definition.
1807
1808 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1809
1810         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1811         non-nil, use it; Don't fetch message if there's no message in the
1812         current cursor position.
1813
1814 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1815
1816         * wl-util.el (wl-region-exists-p): Use region-active-p.
1817         (wl-deactivate-region): New function.
1818         * wl-message.el (wl-message-redisplay): Deactivate region.
1819
1820         * wl-summary.el (wl-summary-reply): Call
1821         `wl-summary-set-message-buffer-or-redisplay' instead of
1822         `wl-summary-redisplay-internal', don't move point.
1823
1824 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1825
1826         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1827         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1828         by regexp.
1829
1830 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1831
1832         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1833         if no need.
1834
1835 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1836
1837         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1838         default value to nil.
1839         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1840         `wl-summary-prepare-hook'; Replace refile action to
1841         `wl-summary-exec-action-refile-with-register'.
1842
1843         * Version number is increased to 2.11.22.
1844
1845 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1846
1847         * wl-summary.el (wl-summary-detect-mark-position): Set
1848         `wl-summary-buffer-weekday-name-lang'.
1849
1850 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1851
1852         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1853         (wl-summary-mark-as-read-all): Ditto.
1854         (wl-summary-delete-messages-on-buffer): Ditto.
1855         (wl-summary-sync-update): Ditto.
1856         (wl-summary-mark-as-read-internal): Ditto.
1857         (wl-summary-mark-as-answered-internal): Ditto.
1858         (wl-summary-update-folder-info): Abolished.
1859
1860 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1861
1862         * wl-summary.el (wl-summary-mark-as-read-all): Use
1863         `wl-summary-update-folder-info' instead of
1864         `wl-folder-update-unread'.
1865
1866 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1867
1868         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1869         `wl-summary-folder-info-update'.
1870         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1871         instead of `wl-summary-folder-info-update'.
1872         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1873         `wl-folder-set-folder-updated'.
1874         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1875         instead of `wl-folder-update-unread'.
1876         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1877         the value of `wl-summary-buffer-unread-count' for the second parameter of
1878         `wl-folder-update-unread'.
1879
1880         * Version number is increased to 2.11.21.
1881
1882 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1883
1884         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1885         a local variable.
1886
1887 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1888
1889         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1890         interactively.
1891
1892         * wl-summary.el (wl-summary-mark-as-important-internal): New
1893         internal function.
1894         (wl-summary-mark-as-important): Use it.
1895         (wl-summary-mark-as-unimportant): New function.
1896         (wl-summary-sync-marks): Follow the API change.
1897
1898         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1899
1900         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1901
1902 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1903
1904         * wl-folder.el (wl-folder-update-unread): Re-indent.
1905         Narrow the scope of a local variable.
1906
1907 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1908
1909         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1910         (wl-addrmgr-merge-entries): Ditto.
1911         (wl-addrmgr): Added to address entry which exists in draft buffer
1912         if no entry is in original.
1913
1914 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1915
1916         * wl-batch.el: New file.
1917
1918 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1919
1920         * wl-vars.el (wl-use-semi): Remove unused variable.
1921
1922 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1923
1924         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1925         "?".
1926
1927 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1928
1929         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1930         wl-summary-new-mark.
1931         (wl-summary-new-cached-mark): New user option.
1932         (wl-summary-score-marks): Follow the change above.
1933         (wl-summary-auto-refile-skip-marks): Ditto.
1934         (wl-summary-incorporate-marks): Ditto.
1935         (wl-summary-expire-reserve-marks): Ditto.
1936
1937         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1938
1939         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1940         (wl-summary-persistent-mark-string): Distinguished between cached
1941         and uncached mark when the message is new.
1942
1943 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1944
1945         * wl-spam.el (wl-spam-domain): Renamed from
1946         `wl-spam-folder-guess-domain'.
1947         (wl-summary-exec-action-spam): Register as spam if domain of the
1948         source folder is good.
1949         (wl-summary-exec-action-refile-with-register): Register message if
1950         domain of the source folder is not undecided.
1951
1952 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1953
1954         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1955         detect thread loop.
1956
1957 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1958
1959         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1960         and wl-summary-skip-mark-list.
1961
1962 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1963
1964         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1965
1966         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1967
1968         * wl-spam.el (toplevel): Require wl-highlight.
1969         (wl-spam-auto-check-policy-alist): Abolish.
1970         (wl-spam-auto-check-folder-regexp-list): New user option.
1971         (wl-spam-auto-check-marks): Ditto.
1972         (wl-spam-mark-action-list): Ditto.
1973         (wl-highlight-summary-spam-face): New face.
1974         (wl-spam-auto-check-message-p): New function.
1975         (wl-spam-map-spam-messages): Fixed message.
1976         (wl-spam-register-spam-messages): Ditto.
1977         (wl-spam-register-good-messages): Ditto.
1978         (wl-summary-spam-map): Add and remove keybind.
1979         (wl-summary-target-mark-spam): Abolish.
1980         (wl-summary-refile-spam): Ditto.
1981         (wl-summary-test-spam): New function.
1982         (wl-summary-mark-spam): Ditto.
1983         (wl-summary-auto-check-spam): Follow the above change.
1984         (wl-summary-exec-action-spam): New function.
1985         (wl-summary-exec-action-refile-with-register): Fixed message.
1986         (wl-message-check-spam): New function.
1987         (wl-spam-setup): Ditto.
1988         (toplevel): Call it if this file is loaded interactivity.
1989
1990         * Version number is increased to 2.11.20.
1991
1992 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1993
1994         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1995         when new optional argument `force' is non nil or modified.
1996
1997 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1998
1999         * wl.el (toplevel): Require wl-spam when compile.
2000         (wl-save-status): Call wl-spam-save-status.
2001
2002         * wl-spam.el (wl-spam-register-spam-messages): New function.
2003         (wl-spam-register-good-messages): Ditto.
2004         (wl-spam-save-status): Ditto.
2005         (wl-summary-mode-map): Bind
2006         wl-summary-target-mark-register-as-spam to "ms" and
2007         wl-summary-target-mark-register-as-good to "mn".
2008         (wl-summary-register-as-spam): Abolish optional argument; Use
2009         wl-spam-register-spam-messages.
2010         (wl-summary-register-as-spam-all): Use
2011         wl-spam-register-spam-messages.
2012         (wl-summary-register-as-good): Abolish optional argument; Use
2013         wl-spam-register-good-messages.
2014         (wl-summary-register-as-good-all): Use
2015         wl-spam-register-good-messages.
2016         (wl-summary-target-mark-register-as-spam): New funtion.
2017         (wl-summary-target-mark-register-as-good): Ditto.
2018
2019 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2020
2021         * wl-spam.el: New file.
2022
2023 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2024
2025         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2026
2027         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2028         (wl-summary-auto-refile): Call wl-refile-guess with
2029         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2030
2031 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2032
2033         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2034         with disable-thread argument non-nil.
2035
2036 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2037
2038         * wl-summary.el (wl-summary-rescan): Added optional argument
2039         disable-thread.
2040         (wl-summary-sync): Call wl-summary-rescan with argument
2041         disable-thread.
2042         (wl-summary-input-range): Added new range `rescan-thread'.
2043
2044 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2045
2046         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2047
2048 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2049
2050         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2051         internal variable.
2052         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2053         wl-summary-search-parent-by-subject-regexp and
2054         wl-summary-divide-thread-when-subject-changed as nil.
2055         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2056         (wl-summary-insert-thread): Search parent entity from
2057         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2058         thread loop.
2059
2060 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2061
2062         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2063
2064         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2065
2066         * wl-util.el (wl-require-update-all-folder-p): New function.
2067         (wl-get-assoc-list-value): Added `function' to match directive.
2068         (wl-collect-draft): Rewrite.
2069
2070         * wl-summary.el (wl-summary-sync-update): Clear faces
2071         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2072         are non-nil.
2073         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2074         argument as function.
2075         (wl-summary-input-range): Ditto.
2076
2077         * wl-folder.el (wl-draft-get-folder): New function.
2078         (wl-folder-get-elmo-folder): Consider draft folder.
2079
2080         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2081         (wl-draft-buffer-message-number): New buffer local variable.
2082         (wl-draft-folder-internal): New internal variable.
2083         (wl-draft-delete): Rewrite.
2084         (wl-draft-save): Ditto.
2085         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2086         wl-folder-get-elmo-folder.
2087         (wl-draft-config-info-operation): Ditto.
2088         (wl-jump-to-draft-folder): Ditto.
2089         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2090         (wl-draft-reedit): Rewrite.
2091
2092         * Version number is increased to 2.11.19.
2093         
2094 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2095
2096         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2097         variable.
2098
2099 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2100
2101         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2102         Use ignore-errors instead of unwind-protect.
2103
2104 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2105
2106         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2107         for updating `wl-thread-entity-list'.
2108
2109 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2110
2111         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2112         parameter from calling `wl-thread-entity-get-older-brothers' and
2113         `wl-thread-entity-get-younger-brothers'.
2114         Replace nested `append' with a single one.
2115
2116 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2117
2118         * wl-summary.el (wl-summary-mode): Don't use the return value of
2119         `make-local-hook'.
2120
2121 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2122
2123         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2124         instead of `let*'.
2125         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2126         of local variables.
2127
2128 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2129
2130         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2131         Renamed from wl-summary-window-scroll-functions.
2132         (wl-summary-window-scroll-functions): Don't set to variable.
2133         (wl-summary-display-top): Use run-hooks.
2134         (wl-summary-display-bottom): Ditto.
2135         (wl-summary-toggle-disp-msg): Ditto.
2136         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2137         Use it instead of wl-summary-window-scroll-functions.
2138         (wl-summary-goto-folder-subr): Don't call
2139         wl-summary-window-scroll-functions, use
2140         wl-summary-buffer-window-scroll-functions instead.
2141
2142 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2143
2144         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2145         make-local-variable.
2146
2147 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2148
2149         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2150         set-buffer-modified-p.
2151         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2152         (wl-summary-display-bottom): Ditto.
2153         (wl-summary-toggle-disp-msg): Ditto.
2154
2155 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2156
2157         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2158
2159         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2160         (wl-summary-forward): Use elmo-message-entity-field instead of
2161         elmo-message-field.
2162
2163         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2164
2165 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2166
2167         * wl-summary.el (wl-summary-window-scroll-functions): No use
2168         `append'.
2169
2170 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2171
2172         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2173         function.
2174         (wl-summary-window-scroll-functions): Call it when both
2175         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2176         (wl-summary-temp-mark): Added optional argument number.
2177         (wl-summary-message-mark): Added optional argument flag.
2178         (wl-summary-persistent-mark): Added optional argument number and flag.
2179         (wl-summary-update-persistent-mark): Ditto.
2180         (wl-summary-update-status-marks): Set "r" for interactive spec.
2181
2182         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2183         argument number and flag.
2184
2185         * wl-action.el (wl-summary-registered-temp-mark): 
2186         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2187
2188 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2189
2190         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2191         internal variable (buffer local).
2192         (wl-summary-window-scroll-functions): New function.
2193         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2194         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2195         as nil.
2196         (wl-summary-update-status-marks): Added arguments beg, end and
2197         check.
2198         (wl-summary-update-mark-window): Use function.
2199         (wl-summary-sync-update): Follow the change above.
2200         (wl-summary-switch-to-clone-buffer): Copy
2201         wl-summary-buffer-unsync-mark-number-list.
2202         (wl-summary-goto-folder-subr): Set
2203         wl-summary-buffer-unsync-mark-number-list and
2204         use wl-summary-window-scroll-functions instead of
2205         wl-summary-lazy-highlight.
2206
2207         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2208
2209 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2210
2211         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2212
2213         * wl-summary.el (wl-summary-update-persistent-mark): Call
2214         wl-summary-set-message-modified.
2215
2216         * wl-summary.el (wl-summary-sync-update): Don't call
2217         wl-summary-update-status-marks.
2218
2219         * Version number is increased to 2.11.18.
2220
2221 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2222
2223         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2224         (wl-message-next-page): Ditto.
2225
2226 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2227
2228         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2229         local variable.  Change the order of a collected list into the
2230         same as the specified range.  Remove nil from a collected list.
2231
2232 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2233
2234         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2235         argument for elmo-folder-list-messages.
2236
2237 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2238
2239         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2240         change (wl-summary-count-unreads return a list instead of a cons
2241         cell).
2242
2243 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2244
2245         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2246         `wl-summary-folder-info-update'.
2247
2248 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2249
2250         * wl-summary.el (wl-summary-set-message-modified): No use
2251         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2252         (wl-summary-set-mark-modified): Abolish.
2253         (wl-summary-mark-modified-p): Ditto.
2254         (wl-summary-save-view): Follow the change above.
2255
2256         * wl-expire.el (wl-summary-expire): Likewise.
2257
2258 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2259
2260         * wl-summary.el (wl-summary-detect-mark-position): Use
2261         modb-entity-handler.
2262         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2263
2264         * Version number is increased to 2.11.17.
2265
2266 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2267
2268         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2269         entity field value.
2270         (wl-summary-prefetch-msg): Ditto.
2271         (wl-summary-print-message-with-ps-print): Ditto.
2272
2273 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2274
2275         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2276         for dummy entity.
2277         (wl-summary-insert-thread): Use elmo-message-entity-field.
2278         (wl-summary-update-thread): Use elmo-message-entity-field and
2279         elmo-message-entity-number.
2280         (wl-summary-line-number):  Use elmo-message-entity-number.
2281         (wl-summary-line-size): Use elmo-message-entity-field.
2282         (wl-summary-line-subject): Ditto.
2283         (wl-summary-line-from): Ditto.
2284         (wl-summary-line-attached): Ditto.
2285         (wl-summary-create-line): Ditto.
2286         (wl-summary-create-line): Use elmo-message-entity-number.
2287         (wl-summary-print-message-with-ps-print): Use
2288         elmo-message-entity-field.
2289
2290 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2291
2292         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2293         change in elmo-msgdb-make-message-entity.
2294         (wl-summary-buffer-set-folder): Don't call
2295         wl-summary-detect-mark-position here.
2296         (wl-summary-rescan): Call elmo-message-entity-number.
2297         (wl-summary-sync-update): Ditto.
2298         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2299
2300         * wl-score.el (wl-score-header-index): Redefine 2th element.
2301         (wl-score-overview-entity-get-extra): Abolish.
2302         (wl-score-ov-entity-get): Rewrite.
2303         (wl-score-string-index<, wl-score-string-func<): Abolish.
2304         (wl-score-string<): New function.
2305         (wl-score-string-sort): Use it.
2306
2307         * wl-refile.el (wl-refile-guess-by-history): Use
2308         elmo-message-entity-field.
2309         (wl-refile-guess-by-from): Ditto.
2310         (wl-refile-guess-by-msgid): Ditto.
2311
2312         * Version number is increased to 2.11.16.
2313
2314 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2315
2316         * wl-folder.el (wl-folder-confirm-existence): Don't call
2317         file-exists-p if msgdb-path is nil.
2318         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2319         `wl-read-folder-hist' to `wl-read-folder-history'.
2320
2321 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2322
2323         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2324         `y-or-n-p'.
2325
2326 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2327
2328         * wl-score.el (wl-score-headers): Don't use
2329         elmo-folder-do-each-message-entity.
2330
2331         * Version number is increased to 2.11.15.
2332
2333 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2334
2335         * wl-summary.el (wl-summary-delete-all-msgs): Use
2336         elmo-folder-move-messages instead of elmo-folder-delete-messages
2337         and elmo-folder-detach-messages.
2338         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2339
2340         * wl-expire.el (wl-expire-delete): Ditto.
2341         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2342
2343 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2344
2345         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2346         (wl-message-header-narrowing-fields): Ditto.
2347         (wl-message-header-narrowing-lines): Ditto.
2348         (wl-message-header-narrowing-string): Ditto.
2349
2350         * wl-summary.el (wl-summary-mode-map): Bind
2351         wl-summary-toggle-header-narrowing to "C-cC-f".
2352         (wl-summary-toggle-header-narrowing): New function.
2353
2354         * wl-message.el (wl-message-buffer-create): Call
2355         wl-message-header-narrowing-setup.
2356         (wl-message-redisplay): Call wl-message-header-narrowing.
2357         (wl-message-header-narrowing): New function.
2358         (wl-message-header-narrowing-map): New keymap.
2359         (wl-message-header-narrowing-widen-map): New keymap.
2360         (wl-message-header-narrowing-again-at-mouse): New function.
2361         (wl-message-header-narrowing-1): Ditto.
2362         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2363         (wl-message-header-narrowing-setup): Ditto.
2364         (wl-message-header-narrowing-toggle): Ditto.
2365         
2366         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2367
2368         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2369         'flag as all.
2370         (wl-use-flag-folder-help-echo): New user option.
2371
2372         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2373         wl-summary-highlight as nil.
2374         (wl-summary-set-mark-modified): Follow the API change.
2375         (wl-summary-mark-modified-p): Ditto.
2376         (wl-summary-mark-as-read-all): Ditto.
2377         (wl-summary-sync-marks): Don't call
2378         elmo-folder-list-messages-with-global-mark.
2379         (wl-summary-mark-as-read-internal): Follow the API change.
2380         (wl-summary-mark-as-answered-internal): Ditto.
2381         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2382         Follow the API change.
2383         (wl-summary-create-line): Call with number argument.
2384         (wl-summary-reply): Follow the API change.
2385
2386         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2387         function.
2388         (wl-highlight-summary-line-string): Call it when
2389         wl-use-flag-folder-help-echo is non-nil.
2390         (wl-highlight-summary-current-line): Ditto.
2391         (elmo-flag-folder-referrer): Added autoload setting.
2392
2393         * wl-draft.el (wl-draft-kill): Follow the API change.
2394
2395         * Version number is increased to 2.11.14.
2396         
2397 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2398
2399         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2400
2401 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2402
2403         * Version number is increased to 2.11.13.
2404
2405 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2406
2407         * wl-draft.el (wl-draft-previous-history-element): Fixed
2408         unbalanced parenthesis and bind unbound local variables.
2409
2410 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2411
2412         * wl-draft.el (wl-draft-previous-history-element): New function.
2413         (wl-draft-next-history-element): Ditto.
2414         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2415         them to M-p and M-n.
2416
2417 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2418
2419         * Version number is increased to 2.11.12.
2420
2421 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2422
2423         * wl-draft.el (wl-draft-hide): Select buffer-window.
2424
2425 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2426
2427         * wl-summary.el (wl-summary-narrow-to-region): New function.
2428         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2429         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2430         (wl-summary-save-region): Use it.
2431         * wl-action.el (wl-summary-collect-numbers-region)
2432         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2433
2434 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2435
2436         * wl-folder.el (wl-folder-count-incorporates): Don't use
2437         `elmo-msgdb-mark-load'
2438
2439         * Version number is increased to 2.11.11.
2440
2441 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2442
2443         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2444         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2445
2446 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2447
2448         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2449
2450 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2451
2452         * Version number is increased to 2.11.10.
2453
2454 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2455
2456         * wl-mime.el (wl-draft-attribute-value): Fixed.
2457
2458 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2459
2460         * wl-util.el (wl-copy-local-variables): New function.
2461
2462         * wl-mime.el (wl-draft-attribute-recipients): New function.
2463         (wl-draft-attribute-envelope-from): Ditto.
2464         (wl-draft-attribute-smtp-posting-server): Ditto.
2465         (wl-draft-attribute-smtp-posting-port): Ditto.
2466         (wl-draft-attribute-value): Ditto.
2467         (wl-draft-preview-message): Use it to get value for
2468         attributes. Reflect result of `wl-draft-config'.
2469
2470         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2471         and call `wl-summary-mark-as-read' before to call
2472         `wl-summary-unset-mark'.
2473         (wl-summary-target-mark-mark-as-unread): Likewise.
2474         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2475
2476 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2477
2478         * wl-mime.el (wl-draft-preview-message): Use actual value for
2479         attributes; Fix for small window.
2480
2481 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2482
2483         * wl-refile.el (wl-refile-get-field-value): Call
2484         `elmo-message-entity-field' with 3rd argument is non-nil.
2485
2486 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2487
2488         * wl-vars.el (wl-draft-preview-attributes): New user option.
2489         (wl-draft-preview-attributes-list): Ditto.
2490         (wl-draft-preview-attributes-buffer-lines): Ditto.
2491         (wl-draft-preview-attributes-buffer-name): Ditto.
2492
2493         * wl-mime.el (wl-draft-preview-message): Display attributes.
2494
2495 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2496
2497         * wl-summary.el (wl-summary-detect-mark-position): Bind
2498         wl-summary-flag-priority-list to '(new).
2499
2500 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2501
2502         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2503         funtion.
2504         (wl-highlight-summary-line-string): Use it.
2505         (wl-highlight-summary-current-line): Ditto.
2506
2507 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2508
2509         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2510         line even when the mark string is not changed.
2511
2512         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2513         argument change in the wl-summary-create-line.
2514         (wl-thread-insert-entity-sub): Ditto.
2515
2516         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2517         argument change in the wl-summary-create-line.
2518         (wl-summary-insert-sequential): Ditto.
2519         (wl-summary-update-thread): Ditto.
2520         (wl-summary-persistent-mark-string): New inline function.
2521         (wl-summary-message-mark): Use it.
2522         (wl-summary-create-line): Abolish argument wl-persistent-mark
2523         and added wl-flags, wl-cached.
2524
2525         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2526         mark to flags.
2527         (wl-highlight-summary-current-line): Decide the face not by the 
2528         persistent mark but flags.
2529
2530 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2531
2532         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2533         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2534         wl-summary-read-uncached-mark): Revive.
2535         (wl-summary-answered-cached-mark,
2536         wl-summary-answered-uncached-mark): New user option.
2537         (wl-summary-score-marks): Follow the change above.
2538         (wl-summary-auto-refile-skip-marks): Ditto.
2539         (wl-summary-incorporate-marks): Ditto.
2540         (wl-summary-expire-reserve-marks): Ditto.
2541         (wl-summary-flag-priority-list): New user option.
2542
2543         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2544         changes.
2545         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2546         of elmo-message-mark.
2547         (wl-summary-mark-as-read-internal): Ditto.
2548         (wl-summary-mark-as-answered): Ditto.
2549         (wl-summary-mark-as-important): Ditto.
2550         (wl-summary-redisplay-internal): Ditto.
2551         (wl-summary-redisplay-no-mime-internal): Ditto.
2552         (wl-summary-message-mark): New function.
2553         (wl-summary-insert-sequential): Use wl-summary-message-mark
2554         instead of elmo-message-mark.
2555         (wl-summary-update-thread): Ditto.
2556         (wl-summary-persistent-mark): Ditto.
2557         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2558         instead of elmo-message-mark.
2559
2560         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2561         wl-summary-message-mark instead of elmo-message-mark.
2562         (wl-thread-insert-entity-sub): Ditto.
2563         (wl-thread-get-children-msgs-uncached): Ditto.
2564
2565         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2566         variable name changes.
2567         (wl-highlight-summary-current-line): Ditto.
2568
2569         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2570         wl-summary-message-mark instead of elmo-message-mark.
2571
2572         * wl-expire.el (wl-expire-message-p): Ditto.
2573
2574         * wl-score.el (wl-score-headers): Ditto.
2575
2576         * Version number is increased to 2.11.9.
2577
2578         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2579         (wl-summary-sync-update): Follow the change above.
2580         (wl-summary-switch-to-clone-buffer): Ditto.
2581         (wl-summary-open-folder): Ditto.
2582
2583 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2584
2585         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2586         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2587
2588         * Version number is increased to 2.11.8.
2589
2590         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2591
2592         * wl-expire.el (wl-expire-refile): Follow the API change on
2593         `elmo-folder-move-messages'.
2594         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2595
2596         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2597         (wl-summary-exec-action-refile): Ditto.
2598         (wl-summary-exec-action-copy): Ditto.
2599         (wl-summary-no-auto-refile-message-p): No use
2600         `wl-summary-buffer-msgdb'.
2601         (wl-summary-auto-refile): Ditto.
2602
2603 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2604
2605         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2606
2607 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2608
2609         * wl-summary.el (wl-summary-sync): Treat no-sync.
2610
2611         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2612         (wl-default-sync-range): Ditto.
2613
2614 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2615
2616         * wl-refile.el (wl-refile-subject-learn): Call
2617         `elmo-message-entity-field' with 3rd argument is non-nil.
2618         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2619         instead of `elmo-msgdb-overview-entity-get-subject'.
2620
2621 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2622
2623         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2624         scan-type is rescan.
2625         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2626         new optional argument force is non-nil.
2627         (wl-summary-save-view-cache): Call it with force argument non-nil.
2628
2629         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2630
2631 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2632
2633         * wl-action.el (wl-summary-print-argument): Fixed last change.
2634
2635 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2636
2637         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2638         simplified.
2639         (wl-summary-target-mark-mark-as-unread): Likewise.
2640         (wl-summary-target-mark-mark-as-important): Likewise.
2641
2642 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2643
2644         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2645         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2646         (wl-summary-mark-as-important-region): Change accordingly.
2647         (wl-summary-target-mark-mark-as-important): Ditto.
2648
2649 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2650
2651         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2652
2653         * wl-action.el (wl-summary-print-argument): Print argument to
2654         right side of window if `wl-summary-print-argument-within-window'
2655         is non-nil.
2656
2657 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2658
2659         * wl-action.el (wl-summary-set-mark): Use
2660         `wl-summary-message-visible-p' to check visibility of the message
2661         and jump to message only when the message line is visible and have
2662         different number; Call wl-summary-unset-mark with number argument.
2663         (wl-summary-unset-mark): 
2664         Use `wl-summary-message-visible-p'
2665         to check visibility of the message and jump to message only when
2666         the message line is visible and have different number;
2667
2668 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2669
2670         * Version number is increased to 2.11.7.
2671
2672         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2673         and wl-folder-summary-line-format.
2674
2675         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2676         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2677         (wl-summary-set-score-mark): Use it.
2678         (wl-summary-target-mark-mark-as-read): Ditto.
2679         (wl-summary-target-mark-mark-as-unread): Ditto.
2680         (wl-summary-target-mark-mark-as-important): Ditto.
2681         (wl-summary-target-mark-msgs): Simplified.
2682         (wl-summary-detect-mark-position): Fixed problem when
2683         summary-line-format no contain persisten/temp mark spec.
2684         (wl-summary-temp-mark): Ditto.
2685         (wl-summary-persistent-mark): Ditto.
2686         (wl-summary-update-persistent-mark): Ditto.
2687
2688         * wl-action.el (wl-summary-set-mark): Ditto.
2689         (wl-summary-unset-mark): Ditto.
2690         All other related portions are changed.
2691
2692 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2693
2694         * Version number is increased to 2.11.6.
2695
2696 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2697
2698         * wl-util.el (wl-current-message-buffer): Define as function;
2699         Don't use the value of wl-messge-buffer.
2700
2701         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2702         persistent mark.
2703
2704         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2705         no current message, cause an error.
2706
2707 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2708
2709         * wl-summary.el (wl-summary-set-message-modified): Use
2710         elmo-folder-set-message-modified instead of
2711         elmo-folder-set-message-modified-internal.
2712
2713 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2714
2715         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2716         interactively.
2717         (wl-summary-sync): nokill->entirely.
2718         (wl-summary-sync-marks): Fixed message.
2719         (wl-summary-input-range): Added mark, nokill->entirely.
2720
2721         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2722         messages as read.
2723
2724 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2725
2726         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2727         update-noscore.
2728         (wl-summary-sync): Follow the change above.
2729
2730 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2731
2732         * wl-action.el (wl-summary-target-mark-all): Use
2733         elmo-folder-list-messages.
2734
2735 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2736
2737         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2738         (wl-summary-rescan): Set wl-summary-scored as nil.
2739         (wl-summary-sync-force-update): Follow the change above.
2740         (wl-summary-sync): Ditto.
2741         (wl-summary-sync-update): Added argument disable-killed.
2742         (wl-summary-insert-headers): Set visible-only argument for
2743         elmo-folder-list-messages.
2744         (wl-summary-input-range): Added update-nokill, update-noscore,
2745         all-nokill, all-noscore and mark.
2746
2747         * Version number is increased to 2.11.5.
2748
2749         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2750
2751 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2752
2753         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2754         (wl-summary-prefetch-region-no-mark): Change accordingly.
2755         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2756
2757 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2758
2759         * wl-address.el (wl-complete-field-to): Abolished.
2760         (wl-complete-address): Completion function for completing-read.
2761         * wl-action.el (wl-summary-get-resend-address): Use it.
2762
2763         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2764         wl-summary-update-mark and abolish unused argument.
2765         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2766         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2767         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2768         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2769         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2770         * wl-draft.el (wl-draft-kill): Ditto.
2771
2772         * wl-summary.el: Remove unused binding of case-fold-search.
2773         (wl-summary-replace-status-marks): Abolished.
2774
2775 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2776
2777         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2778         is specified or folder length is zero.
2779
2780 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2781
2782         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2783         (wl-folder-archive-current-entity): Ditto.
2784
2785 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2786
2787         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2788         retrieving message mark.
2789         (wl-summary-redisplay-internal): Ditto.
2790
2791         * wl-message.el (wl-message-buffer-display): Ignore errors while
2792         retrieving message-id field.
2793
2794         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2795         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2796         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2797         order of the arguments for `wl-expire-message-p'.
2798         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2799
2800         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2801         Check return value of wl-summary-reply.
2802         (wl-summary-reply): Recover window configuration when an error occured.
2803
2804 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2805
2806         * wl-summary.el (wl-summary-resend-message): Abolished, the
2807         feature is inherited by wl-summary-resend (put resend mark).
2808
2809 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2810
2811         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2812         wl-message-buffer to nil when the message is hide.
2813
2814 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2815
2816         * .cvsignore: New file.
2817
2818 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2819
2820         * wl-action.el (wl-summary-action-docstring): Add more info.
2821         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2822         duplicate definition.
2823         (wl-summary-define-mark-action): Functions wl-summary-*-region
2824         keep current position.
2825         (wl-summary-unregister-target-mark): Store result to the variable.
2826
2827 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2828
2829         * Version number is increased to 2.11.4.
2830
2831 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2832
2833         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2834         wl-summary-delete-all-temp-marks.
2835         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2836
2837         * wl-action.el (wl-summary-set-mark): Changed terminology
2838         refile-destination -> action-argument.
2839         (wl-summary-unset-mark): Ditto.
2840         (wl-summary-remove-argument): Ditto.
2841         (wl-summary-print-argument): Ditto.
2842
2843         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2844         (wl-thread-remove-argument-region): Ditto.
2845         (wl-thread-print-argument-region): Ditto.
2846         (wl-thread-close): Ditto.
2847         (wl-thread-open): Ditto.
2848
2849         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2850         (wl-highlight-refile-destination-face is abolished)
2851         (wl-highlight-action-argument-string): Ditto.
2852         (wl-highlight-summary-current-line): Highlight action argument.
2853
2854         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2855         color for light backgrounds.
2856         (wl-highlight-summary-answered-face): Ditto.
2857
2858 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2859
2860         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2861
2862         * wl-score.el (wl-summary-score-update-all-lines): Use
2863         wl-summary-set-mark.
2864         (wl-summary-score-update-all-lines): Kill expunged messages.
2865
2866         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2867
2868 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2869
2870         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2871         directly.
2872         (wl-score-overview-entity-get-lines): Ditto.
2873         (wl-score-overview-entity-get-xref): Ditto.
2874         (wl-score-get-latest-msgs): Ditto.
2875         (wl-summary-rescore): Ditto.
2876
2877         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2878         to "&".
2879         (wl-summary-mark-as-answered-internal): New inline function.
2880         (wl-summary-mark-as-answered): New function.
2881         (wl-summary-mark-as-unanswered): Ditto.
2882         (wl-summary-sync-marks): Modified for answered-mark synching.
2883
2884 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2885
2886         * wl-action.el (wl-summary-set-mark): Fixed last change.
2887
2888 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2889
2890         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2891         behavior of wl-summary-unread-message-hook
2892         (Pointed out by akira yamada <akira@arika.org>).
2893
2894 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2895
2896         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2897         wl-summary-delete.
2898         * wl-xmas.el (wl-summary-toolbar): Ditto.
2899
2900         * wl-action.el (wl-summary-set-mark): Don't override current
2901         temp-mark.
2902
2903         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2904
2905 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2906
2907         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2908         (wl-refile-msgid-learn): Ditto.
2909         (wl-refile-get-field-value): Ditto.
2910
2911         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2912
2913         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2914         (wl-expire-delete-reserved-messages): Renamed from
2915         wl-expire-reserve-marked-msgs-from-list.
2916         (wl-expire-delete): Removed argument `msgdb'.
2917         (wl-expire-refile): Ditto.
2918         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2919         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2920         mark-alist as argument.
2921         (wl-expire-archive-number1): Removed argument `msgdb'.
2922         (wl-expire-archive-number2): Ditto.
2923         (wl-expire-archive-date): Ditto.
2924         (wl-expire-localdir-date): Ditto.
2925         (wl-expire-hide): Ditto.
2926         (wl-archive-number1): Ditto.
2927         (wl-archive-number2): Ditto.
2928         (wl-archive-date): Ditto.
2929         (wl-archive-folder): Ditto.
2930         All other related portions are changed.
2931
2932 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2933
2934         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2935         mean move up and down. (suggested by Takashi Kawachi)
2936
2937 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2938
2939         * wl-acap.el (toplevel): Don't require un-define.
2940
2941 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2942
2943         * wl-thread.el (wl-thread-delete-message): Always update
2944         wl-summary-buffer-number-list.
2945
2946         * wl-action.el (wl-summary-print-destination): 
2947         Do nothing when folder is nil.
2948
2949 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2950
2951         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2952         persistent mark when prefetch is succeeded.
2953
2954 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2955
2956         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2957         instead of elmo-msgdb-delete-msgs.
2958         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2959         (wl-expire-hide): Ditto.
2960
2961         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2962
2963         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2964         elmo-msgdb interface.
2965         (wl-thread-get-exist-children): Likewise.
2966         (wl-thread-insert-message): Likewise.
2967         (wl-thread-msg-mark-as-important): Likewise.
2968         (wl-thread-insert-entity-sub): Likewise.
2969         (wl-thread-get-children-msgs-uncached): Likewise.
2970
2971         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2972         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2973         (wl-summary-sync-update): Likewise.
2974         (wl-summary-auto-select-msg-p): Likewise.
2975         (wl-summary-update-thread): Likewise.
2976         (wl-summary-mark-as-important): Likewise.
2977         (wl-summary-jump-to-msg-internal): Likewise.
2978         (wl-summary-redisplay-internal): Likewise.
2979         (wl-summary-print-message-with-ps-print): Likewise.
2980         (wl-summary-folder-info-update): Likewise.
2981
2982         * wl-folder.el (wl-folder-check-one-entity):
2983         elmo-folder-count-flags instead of wl-summary-count-unread.
2984
2985         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2986
2987         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2988
2989         * wl-summary.el (wl-summary-set-message-modified): 
2990         Call wl-summary-set-mark-modified.
2991         (wl-summary-delete-messages-on-buffer): Call
2992         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2993         (wl-summary-sync-update): Call elmo-folder-length instead of
2994         elmo-folder-messages.
2995         (wl-summary-insert-headers): Don't call
2996         elmo-folder-list-message-entities.
2997
2998 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2999
3000         * wl-action.el (wl-summary-define-mark-action): Call
3001         `wl-summary-set-mark' with argument `data'.
3002         (wl-summary-auto-refile): Fixed order of arguments when call
3003         `wl-summary-refile'.
3004
3005 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3006
3007         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3008
3009         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3010
3011         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3012         (Renamed from wl-highlight-summary-deleted-face).
3013         (wl-highlight-summary-resend-face): New face.
3014
3015         (wl-highlight-summary-deleted-face): Renamed from
3016         wl-highlight-summary-erased-face.
3017
3018         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3019
3020         * wl-action.el (wl-summary-get-resend-address): New function.
3021         (wl-summary-exec-action-resend): Ditto.
3022         (wl-summary-exec-action-resend-subr): Ditto.
3023
3024         * w-thread.el (wl-thread-copy): Removed definition.
3025         (wl-thread-refile): Ditto.
3026         (wl-thread-delete): Ditto.
3027         (wl-thread-target-mark): Ditto.
3028
3029         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3030         (wl-summary-target-mark-set-action): Fixed.
3031         (wl-summary-define-mark-action): Fixed quotation.
3032         (wl-summary-move-mark-list-messages): Display message.
3033         (wl-summary-define-mark-action): Define thread functions.
3034         (wl-summary-exec-action-refile): Changed message.
3035         (wl-summary-exec): Ditto.
3036
3037 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3038         
3039         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3040         '%%'.
3041
3042 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3043
3044         * wl.el (toplevel): Require wl-action.
3045         (wl-init): Call wl-summary-define-mark-action.
3046
3047         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3048
3049         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3050         wl-summary-delete and wl-summary-erase.
3051         (wl-summary-mode-map): Ditto.
3052
3053         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3054         wl-delete-folder-alist.
3055
3056         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3057         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3058         (toplevel): Moved mark & action related functions to the wl-action.el.
3059
3060         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3061         in wl-summary-mark-action-list.
3062         (wl-highlight-summary-current-line): Ditto.
3063
3064         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3065         empty lines.
3066
3067         * wl-action.el: New file. 
3068
3069 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3070
3071         * wl-summary.el (wl-summary-target-mark-replace): New function.
3072         (wl-summary-target-mark-prefetch): Use it.
3073         (wl-summary-target-mark-delete): Ditto.
3074         (toplevel): Rearranged definition order.
3075         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3076         (wl-summary-target-mark-erase): Rewrite.
3077         (wl-summary-erase-region): New function.
3078         (wl-summary-exec-action-erase): Changed message.
3079         (wl-summary-move-mark-list-messages): New function.
3080         (wl-summary-exec-action-delete): Use it.
3081         (wl-summary-exec-action-erase): Ditto.
3082
3083         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3084         (wl-summary-skip-mark-list): Added "d".
3085
3086         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3087         while searching.
3088
3089         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3090         and define using defcustom;
3091         Define 4th element as a face.
3092         
3093         * wl-summary.el (wl-summary-incorporate): Use 
3094         `wl-summary-prefetch-region-no-mark' instead of
3095         `wl-summary-prefetch-region'.
3096         (wl-summary-prefetch-region-no-mark): Revival of old
3097         `wl-summary-prefetch-region'.
3098         (wl-summary-mark-action-list): Moved to wl-vars.el
3099
3100         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3101         face according to the `wl-summary-mark-action-list'.
3102         (wl-highlight-summary-current-line): Ditto;
3103         Removed destination highlighting.
3104
3105         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3106         (wl-highlight-summary-line-string): Highlight for "i" mark.
3107         (wl-highlight-summary-current-line): Ditto.
3108
3109         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3110         no destination.
3111
3112         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3113         exists, just go ahead.
3114         (wl-summary-prefetch-region): Rewrite.
3115         (wl-summary-prefetch): Ditto.
3116         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3117         (wl-summary-exec-action-prefetch): New function.
3118         (wl-summary-target-mark-prefetch): Rewrite.
3119
3120 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3121
3122         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3123         (wl-highlight-summary-line-string): Added "d" and "D".
3124         (wl-highlight-summary-current-line): Ditto.
3125
3126         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3127         in wl-summary.el.
3128         (wl-thread-insert-entity-sub): Ditto.
3129         (wl-thread-remove-destination-region): Ditto.
3130         (wl-thread-print-destination-region): Ditto.
3131
3132         * wl-summary.el (wl-summary-buffer-refile-list,
3133         wl-summary-buffer-delete-list,
3134         wl-summary-buffer-copy-list): Abolish.
3135         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3136         All other related portions are changed.
3137         (wl-summary-mark-action-list): New variable.
3138         (wl-summary-set-mark): New function.
3139         (wl-summary-register-target-mark): Ditto.
3140         (wl-summary-unregister-target-mark): Ditto.
3141         (wl-summary-have-target-mark-p): Ditto.
3142         (wl-summary-register-temp-mark): Ditto.
3143         (wl-summary-unregister-temp-mark): Ditto.
3144         (wl-summary-registered-temp-mark): Ditto.
3145         (wl-summary-collect-temp-mark): Ditto.
3146         (wl-summary-unset-mark): Ditto.
3147         (wl-summary-set-target-mark): Ditto.
3148         (wl-summary-unset-target-mark): Ditto.
3149         (wl-summary-set-action-generic): Ditto.
3150         (wl-summary-unset-action-generic): Ditto.
3151         (wl-summary-exec-action-delete): Ditto.
3152         (wl-summary-exec-action-erase): Ditto.
3153         (wl-summary-set-action-refile): Ditto.
3154         (wl-summary-set-action-refile-subr): Ditto.
3155         (wl-summary-unset-action-refile): Ditto.
3156         (wl-summary-make-destination-numbers-list): Ditto.
3157         (wl-summary-exec-action-refile): Ditto.
3158         (wl-summary-set-action-copy): Ditto.
3159         (wl-summary-unset-action-copy): Ditto.
3160         (wl-summary-exec-action-copy): Ditto.
3161         (wl-summary-collect-numbers-region): Ditto.
3162         (wl-summary-delete): Rewrite.
3163         (wl-summary-erase): Ditto.
3164         (wl-summary-remove-destination): Ditto.
3165         (wl-summary-exec): Ditto.
3166         (wl-summary-exec-region): Ditto.
3167         (wl-summary-target-mark-erase): Ditto.
3168         (wl-summary-refile): Ditto.
3169         (wl-summary-copy): Ditto.
3170         (wl-summary-unmark): Ditto.
3171         (wl-summary-delete-all-mark): Ditto.
3172         (wl-summary-mark-line): Don't highlight.
3173         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3174         (wl-summary-target-mark-refile-subr): Rewrite.
3175
3176         (wl-summary-copy-prev-destination): Abolish.
3177
3178 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3179
3180         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3181         default values along the value of wl-on-mule.
3182         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3183         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3184         It is not used anywhere.
3185
3186 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3187
3188         * wl-summary.el (wl-summary-print-destination): Keep position.
3189         (wl-summary-cursor-move-surface): Keep horizontal position.
3190
3191 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3192
3193         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3194         write sendlog.
3195
3196 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3197
3198         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3199         `wl-summary-highlight'.
3200
3201 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3202
3203         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3204         trivial condition for temp-mark.
3205
3206 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3207
3208         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3209         when it hits killed buffer.
3210
3211 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3212
3213         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3214         * wl-news.el.in: `message' and `error' take format string.
3215
3216 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3217
3218         * wl-folder (wl-folder-insert-entity): Display a message,
3219         `...done', when the work finish.
3220         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3221
3222 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3223
3224         * wl-message.el (wl-message-redisplay): Remove unused local
3225         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3226
3227 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3228
3229         * wl-summary.el (wl-summary-replace-status-marks): Disable
3230         interactive use.
3231         (wl-summary-reedit): Check message existence at first.
3232         (wl-summary-mark-line): Fix doc, return value is indefinite.
3233
3234         * wl-highlight.el (wl-highlight-message): Arranged.
3235
3236         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3237         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3238         check temp-mark by wl-summary-temp-mark always.
3239         (wl-highlight-summary): Change accordingly.
3240         * wl-summary.el (wl-summary-mark-as-read-all)
3241         (wl-summary-delete-cache, wl-summary-set-score-mark)
3242         (wl-summary-mark-as-unread, wl-summary-unmark)
3243         (wl-summary-mark-line, wl-summary-mark-as-read)
3244         (wl-summary-mark-as-important): Ditto.
3245
3246         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3247         end of the window if possible.
3248         * wl-summary.el (wl-summary-sync-update): Support lazy
3249         highlighting.
3250         (wl-summary-toggle-disp-msg): Ditto.
3251
3252 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3253
3254         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3255
3256 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3257
3258         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3259         change.
3260
3261 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3262
3263         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3264         API.
3265         (wl-summary-sync-update): Ditto.
3266
3267         * wl-score.el (wl-score-get-score-alist): Changed argument.
3268         (wl-summary-rescore-msgs): Likewise.
3269         (wl-summary-score-headers): Likewise.
3270         (wl-score-headers): Likewise;
3271         Use elmo-folder-do-each-message-entity, etc.
3272         (wl-summary-score-effect): Follow the changes above.
3273         (wl-summary-rescore): Ditto.
3274         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3275         (wl-score-get-overview): Abolish.
3276
3277         * wl-summary.el (wl-summary-default-from): Follow the API change in
3278         elmo-msgdb.
3279         (wl-summary-count-unread): Ditto.
3280         (wl-summary-detect-mark-position): Ditto.
3281         (wl-summary-overview-entity-compare-by-date): Ditto.
3282         (wl-summary-overview-entity-compare-by-number): Ditto.
3283         (wl-summary-overview-entity-compare-by-from): Ditto.
3284         (wl-summary-overview-entity-compare-by-subject): Ditto.
3285         (wl-summary-get-list-info): Ditto.
3286         (wl-summary-rescan): Ditto.
3287         (wl-summary-jump-to-msg-by-message-id): Ditto.
3288         (wl-summary-sync-update): Ditto; Removed comment.
3289         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3290         (wl-summary-insert-message): Use wl-summary-insert
3291         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3292         (wl-summary-insert-headers): Changed argument overview to folder.
3293         (wl-summary-search-by-subject): Likewise.
3294         (wl-summary-insert-thread): Renamed from 
3295         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3296
3297         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3298         too.
3299
3300         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3301         wl-string-member.
3302
3303 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3304
3305         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3306         elmo-folder-append-buffer.
3307         (wl-draft-queue-append): Likewise.
3308
3309         * wl-mime.el (wl-message-delete-current-part): Ditto.
3310         (wl-summary-burst-subr): Ditto.
3311
3312         * wl-news.el.in (wl-news-send-news): Ditto.
3313
3314 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3315
3316         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3317         function.
3318         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3319         (wl-summary-update-mark): Enclose with save-excursion.
3320         (wl-summary-mark-as-read-internal): Fixed last change.
3321         (wl-summary-mark-as-important): Use 3rd argument of
3322         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3323         Don't use elmo-msgdb-set-mark.
3324         (wl-summary-redisplay-internal): If msgdb flag is already read,
3325         just update the mark on buffer.
3326
3327 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3328
3329         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3330         cut visible folder when elmo-folder-delete returns non-nil value.
3331
3332 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3333
3334         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3335         by Kenichi OKADA <okada@opaopa.org>).
3336
3337 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3338
3339         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3340
3341 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3342
3343         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3344         Fixed the last change, search group entity by its real name.
3345         (Thanks to: KOBAYASHI Shinji)
3346
3347 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3348
3349         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3350         (wl-fldmgr-access-display-all): Don't refer visible name.
3351         * wl-expire.el (wl-folder-archive-current-entity)
3352         (wl-folder-expire-current-entity): Ditto.
3353         * wl-folder.el (wl-folder-jump-to-current-entity)
3354         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3355         (wl-folder-open-folder-sub,wl-folder-open-all)
3356         (wl-folder-write-current-folder): Ditto.
3357         (wl-folder-insert-entity): Don't use petname for normal group.
3358         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3359         is the real name.
3360         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3361         Abolished.
3362
3363 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3364
3365         * wl-draft.el (wl-draft-create-buffer): Add
3366         `wl-summary-reply-with-citation'
3367
3368 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3369
3370         * wl-draft.el (wl-draft-reply): Fixed.
3371
3372 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3373
3374         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3375         when `wl-draft-send-confirm-with-preview' is non-nil.
3376         You can scroll up/down by j/k.
3377         (wl-draft-send-confirm-with-preview): New variable (default=t).
3378
3379 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3380
3381         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3382         (wl-fldmgr-save-folders): Fix comment.
3383
3384 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3385
3386         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3387         along the last change in `wl-folder-buffer-group-p'.
3388
3389 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3390
3391         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3392         folder.
3393
3394         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3395         the default value.
3396
3397         * wl-mime.el (wl-summary-burst): Update summary only when target
3398         folder equals current folder.
3399
3400 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3401
3402         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3403
3404 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3405
3406         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3407         value.
3408
3409 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3410
3411         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3412         `map-extents' instead of `extent-at' repeatedly.
3413         (wl-highlight-folder-current-line): Ditto.
3414
3415         * wl-highlight.el: Remove useless dummy functions.
3416
3417 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3418
3419         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3420         (wl-folder-put-folder-property): New function to put text property.
3421         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3422         (wl-folder-insert-entity, wl-folder-update-diff-line)
3423         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3424         * wl-e21.el, wl-xmas.el, wl-mule.el
3425         (wl-highlight-folder-current-line): Ditto.
3426         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3427         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3428         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3429         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3430
3431 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3432
3433         * Version number is increased to 2.11.3.
3434
3435 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3436
3437         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3438         Resume current-buffer since it is assumed by remaining tasks.
3439
3440 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3441
3442         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3443         (wl-folder-completion-function): Abolished.
3444         (wl-folder-complete-folder): New function.
3445         (wl-folder-complete-filter-condition): Ditto.
3446         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3447         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3448
3449 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3450
3451         * wl-draft.el (wl-draft-send-confirm): New function.
3452         (wl-draft-send): Use it.
3453
3454         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3455         cursor-in-echo-area while confirming.
3456
3457         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3458
3459         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3460         searching via nntp if wl-summary-search-via-nntp is 'force.
3461         Otherwise, invoke searching in nntp folder only.
3462         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3463
3464         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3465         explicitly for mime-make-text-tag.
3466
3467 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3468
3469         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3470         `mime-make-text-tag' instead of `mime-create-tag'.
3471
3472 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3473
3474         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3475         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3476
3477 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3478
3479         * wl-score.el (wl-score-save): Bind print-length and print-level.
3480         (wl-score-pretty-print): Ditto.
3481         (wl-score-edit-insert-header-entry): Ditto.
3482
3483         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3484         "From" entry to be treated with wl-draft-eword-encode-address-list.
3485         * wl-mime.el (wl-draft-preview-message): Ditto.
3486
3487         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3488         (wl-summary-mark-as-unread): Ditto.
3489         (wl-summary-mark-as-read-region): Change accordingly.
3490         (wl-summary-mark-as-unread-region): Ditto.
3491         (wl-summary-target-mark-mark-as-read): Ditto.
3492         (wl-summary-target-mark-mark-as-unread): Ditto.
3493
3494 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3495
3496         * Version number is increased to 2.11.2.
3497
3498 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3499
3500         * wl-news.el.in (wl-news-previous-version-save): Bind
3501         print-length and print-level.
3502         * wl-thread.el (wl-thread-save-entities): Ditto.
3503         (wl-thread-save-top-list): Bind print-length.
3504
3505 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3506
3507         * wl-highlight.el (wl-highlight-summary-line-string): Use
3508         wl-summary-score-below-mark, wl-summary-score-over-mark.
3509         (wl-highlight-summary-current-line): Ditto.
3510
3511 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3512
3513         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3514         insert it.
3515
3516 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3517
3518         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3519
3520 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3521
3522         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3523         message without msgid.
3524         Rewrite with elmo-folder-move-messages.
3525         Set wl-message-buffer to nil.
3526
3527         * wl-summary.el (wl-summary-erase-subr): New function. Use
3528         elmo-folder-move-messages.
3529         (wl-summary-erase): Call it.
3530         (wl-summary-target-mark-erase): Ditto.
3531
3532 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3533
3534         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3535         it is not up-tp-date.
3536
3537 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3538
3539         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3540         buffer after calling `wl-summary-goto-folder-subr' without the
3541         argument `interactive'.
3542         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3543
3544 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3545
3546         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3547         `mime-create-tag'. Use `string=' instead of `looking-at'.
3548
3549 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3550
3551         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3552         to avoid compile warning.
3553
3554         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3555         entity-id when folder is given.
3556         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3557         save-excursion, use save-selected-window instead.
3558         Select folder buffer window if exists.
3559         (To correct behavior with wl-folder-move-cur-folder.)
3560
3561 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3562
3563         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3564
3565 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3566
3567         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3568         list-count instead of %d.
3569
3570 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3571
3572         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3573         (wl-news): Set it.
3574         (wl-news-append-to-folder): Use it.
3575
3576         * wl-news.el.in (wl-news-send-news): Append to specified folder
3577         instead of wl-default-folder.
3578         (wl-news-append-to-folder): Show error message with specified folder.
3579
3580         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3581                 In most major modes, Emacs assumes that any opening
3582                 delimiter found at the left margin is the start of a
3583                 top-level definition, or defun. Therefore, *never put an
3584                 opening delimiter at the left margin unless it should have
3585                 that significance.*
3586
3587         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3588
3589 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3590
3591         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3592
3593 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3594
3595         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3596
3597 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3598
3599         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3600         for sequential numbering case.
3601
3602 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3603
3604         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3605         value.
3606         (wl-draft-reply-without-argument-list): Ditto.
3607         (wl-draft-reply-myself-with-argument-list): Abolish.
3608         (wl-draft-reply-myself-without-argument-list): Ditto.
3609         * wl-draft.el (wl-draft-self-reply-p): New function.
3610         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3611
3612 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3613
3614         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3615         (avoid error for the case without byte-compiling)
3616
3617 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3618
3619         * wl-news.el.in (wl-news-append-to-folder): New function.
3620         (wl-news-exit): Rewrite.
3621         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3622
3623 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3624
3625         * wl-draft.el (wl-draft-reply-position): New function.
3626         (wl-draft-reply-position): Fix.
3627         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3628         (wl-summary-target-mark-reply-with-citation): Ditto.
3629         (wl-summary-reply-with-citation): Ditto.
3630         * wl-vars.el (wl-draft-reply-default-position): New variable.
3631
3632 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3633
3634         * wl-draft.el (wl-draft-send): Preview when interactive send.
3635
3636 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3637
3638         * wl-draft.el (wl-draft-reply): Set default position.
3639         * wl-summary.el (wl-summary-reply): Ditto.
3640         (wl-summary-reply-with-citation): Ditto.
3641         (wl-summary-target-mark-reply-with-citation): Ditto.
3642
3643 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3644
3645         * wl-news.el.in (wl-news-lang): Set default value according to
3646         current-language-environment.
3647         (wl-news-append-news): Do nothing when news-list is nil.
3648
3649 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3650
3651         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3652         (wl-news): Change message.
3653         (wl-news-exit): Check buffer.
3654         (wl-news-force-exit): New function.
3655         (wl-news-show-all): New function.
3656         (wl-news-discard-and-exit): Fix.
3657
3658 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3659
3660         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3661         according to current-language-environment.
3662
3663         * wl-news.el.in (wl-news): If arg, show all NEWS after
3664         wl-news-default-previous-version.
3665
3666 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3667
3668         * wl-news.el.in (wl-news-check): Rewritten.
3669         (wl-news-previous-version-load): Change data type.
3670         (wl-news-previous-version-save): Change data type.
3671         (wl-news-append-news): Add return value.
3672         (wl-news-check-news): New function.
3673         (wl-news-already-current-p): New function.
3674         (wl-news-send-news): Rewritten.
3675         (wl-news-mode-map): Add new keybind.
3676         (wl-news): Rewritten.
3677         (wl-news-exit): Rewritten.
3678         (wl-news-discard-and-mail): New function.
3679         (wl-news-send-to-address): Abolished.
3680         * wl.el (wl-init): Delete a message.
3681
3682 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3683
3684         * wl-news.el.in (wl-news-exit): Update previous version.
3685         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3686
3687 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3688
3689         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3690
3691 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3692
3693         * wl-news.el.in (wl-news): New function.
3694         (wl-news-mode): New function.
3695         (wl-news-next-line): New function.
3696         (wl-news-next-page): New function.
3697         (wl-news-exit): New function.
3698         (wl-news-buf-name): New variable.
3699         (wl-news-mode-map): New variable.
3700         (wl-news-winconf): New variable.
3701         (wl-news-append-news): Add an option.
3702
3703 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3704
3705         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3706
3707 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3708
3709         * wl-news.el.in (wl-news-send-to-address): New variable.
3710         (wl-news-send-news): Use it.
3711         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3712         Return updating status.
3713         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3714
3715 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3716
3717         * wl-news.el.in (wl-news-send-news): Delete
3718         Organization and X-Face.
3719
3720 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3721
3722         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3723         (wl-news-append-news): New function.
3724         (wl-news-send-news): New function.
3725
3726 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3727
3728         * Version number is increased to 2.11.1.
3729
3730 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3731
3732         * wl-news.el.in : New file.
3733
3734 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3735
3736         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3737         default value.
3738         (wl-draft-reply-without-argument-list): Ditto.
3739
3740 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3741
3742         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3743         (wl-message-buffer-prefetch-idle-time): Ditto.
3744         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3745
3746 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3747
3748         * wl-thread.el (wl-thread-insert-message): Use
3749         wl-summary-max-thread-depth.
3750
3751         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3752         loop detection.
3753
3754         * wl-message.el (wl-message-buffer-display): Back to the first page
3755         when cache is hit.
3756
3757 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3758
3759         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3760
3761         * wl-summary.el (wl-summary-insert-thread-entity):
3762         If the thread depth is reached to wl-summary-max-thread-depth,
3763         divide the thread.
3764
3765 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3766
3767         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3768         for elmo-remove-passwd.
3769
3770 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3771
3772         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3773         folder is sticky.
3774         (wl-folder-mark-as-read-all-entity): Ditto.
3775         (wl-folder-prefetch-entity): Ditto.
3776
3777 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3778
3779         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3780
3781 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3782
3783         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3784         Delete messages on buffer for unplugged operation.
3785         (wl-summary-erase): Ditto.
3786
3787 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3788
3789         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3790         take nil so as not to search parent by subject.
3791
3792 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3793
3794         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3795         (wl-folder-get-next-folder): Ditto.
3796         (wl-folder-get-path): Ditto.
3797
3798 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3799
3800         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3801         system and encode the region with it before verifying.
3802
3803 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3804
3805         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3806         system of the echo buffer before decoding.
3807
3808 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3809
3810         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3811         original contents.
3812
3813 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3814
3815         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3816         with argument 'any-exists.
3817
3818 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3819
3820         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3821         Use `wl-cs-autoconv'.
3822
3823 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3824
3825         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3826         by `mime-view-automatic-conversion'.
3827
3828         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3829         (wl-message-verify-pgp-nonmime): Ditto.
3830         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3831         Bind them to C-c:d and C-c:v respectively.
3832
3833         Merge following code by Teranishi-san from [wl-en:00167].
3834         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3835         (wl-mime-preview-application/pgp-encrypted): Ditto.
3836         (wl-mime-setup): Add entry.
3837
3838 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3839
3840         * wl-summary.el (wl-summary-target-mark-erase): New function.
3841         Bind it to "mD".
3842
3843 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3844
3845         * wl-vars.el (wl-draft-write-file-function): Fix.
3846         (wl-draft-reedit-hook): Changed default value.
3847
3848         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3849         wl-draft-reedit-hook.
3850         (wl-draft-remove-text-plain-tag): New function.
3851         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3852
3853         * wl-vars.el (wl-draft-write-file-function): New user option.
3854
3855         * wl-draft.el (wl-draft-prepare-edit): Use it for
3856         local-write-file-hooks.
3857         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3858
3859         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3860         (wl-draft-insert-mail-header-separator): Return the body beginning
3861         point.
3862         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3863         text/plain.
3864         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3865
3866 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3867
3868         * wl-summary.el (wl-summary-erase): New function to erase message
3869         without moving it to trash. Bind to "D".
3870
3871         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3872         as `keep' unless switch-function.
3873
3874 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3875
3876         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3877         message buffer by using `wl-summary-toggle-disp-msg'.
3878         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3879         buffer window.
3880         (wl-summary-supresedes-message): Ditto.
3881
3882         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3883         Do not delete other windows.
3884         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3885         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3886         (wl-draft-create-buffer): Set reply-or-forward also for target
3887         mark commands.
3888
3889 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3890
3891         * wl-draft.el (wl-user-agent-compose): Delete special case for
3892         switch-to-buffer-other-window.
3893
3894         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3895         (wl-summary-forward): Ditto.
3896
3897         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3898         function.
3899         (wl-draft-buffer-style): New use option.
3900
3901         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3902         (wl-draft): Follow the change above.
3903         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3904         wl-draft-buffer-style.
3905         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3906         switch-function.
3907
3908 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3909
3910         * wl-address.el (wl-address-make-completion-entry): Extracted from
3911         `wl-address-make-completion-list'.
3912         (wl-address-enable-strict-loading): New variable.
3913         (wl-address-make-completion-list): Revive petname duplication
3914         inquiry, and enable it if `wl-address-enable-strict-loading'.
3915         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3916
3917 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3918
3919         * wl-message.el (wl-message-get-original-buffer): Avoid
3920         'Selecting deleted buffer' error when original buffer is killed.
3921
3922 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3923
3924         * wl-summary.el (wl-summary-next-message): Use
3925         elmo-message-accessible-p instead of elmo-message-cached-p.
3926
3927 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3928
3929         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3930
3931         * wl-thread.el (wl-thread-open-all-unread): Use
3932         elmo-folder-list-flagged instead of
3933         elmo-folder-list-messages-mark-match.
3934
3935         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3936         instead of elmo-folder-list-messages-mark-match.
3937         (wl-summary-move-spec-alist): New variable.
3938         (wl-summary-move-spec-plugged-alist,
3939         wl-summary-move-spec-unplugged-alist): Abolish.
3940         (wl-summary-next-message): Follow the change above.
3941         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3942         with 'no-msg' argument.
3943
3944         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3945         variable.
3946         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3947         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3948         (wl-message-buffer-prefetch-get-next): Follow the change above.
3949
3950 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3951
3952         * wl-version.el (wl-version): Changed codename.
3953
3954         * Version number is increased to 2.11.0.
3955
3956 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3957
3958         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3959         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3960         `wl-draft-config-variables'.
3961         (wl-draft-kill): Fixed problem when the draft is reedit.
3962
3963 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3964
3965         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3966         buffer-modified status (Thanks to
3967         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3968
3969 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3970
3971         * wl-util.el (wl-region-exists-p): New function.
3972
3973         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3974         Remove defvars for byte-compile warnings.
3975
3976 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3977
3978         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3979         defvar-maybe. Removed unused bind.
3980
3981 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3982
3983         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3984         summary buffer window before creating new frame.
3985         (wl-draft-reply): Ditto.
3986
3987 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3988
3989         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3990
3991 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3992
3993         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3994
3995 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3996
3997         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3998         instead of `kill-region'.
3999
4000 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4001
4002         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4003         (wl-highlight-summary-line-string): Use it.
4004         (wl-highlight-summary-current-line): Ditto.
4005
4006         * wl-mime.el (wl-message-delete-current-part): Check the class of
4007         mime-entity.
4008
4009         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4010
4011         * wl-summary.el (wl-summary-make-number-list): Initialize.
4012         (wl-summary-update-mark): New function.
4013         (wl-summary-reply): Put `answered' mark on the message.
4014         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4015
4016         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4017         (wl-draft-reply): Added optional argument `number';
4018         Set wl-draft-parent-number.
4019         (wl-draft-kill): Delete answered mark if it is a reply.
4020
4021 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4022
4023         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4024         that originates in mime-preview-follow-current-entity.
4025         (wl-draft-yank-current-message-entity): Use it if region is active.
4026
4027         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4028         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4029         `wl-message-delete-current-part'.
4030         * wl-mule.el (wl-message-define-keymap): Ditto.
4031         * wl-xmas.el (wl-message-define-keymap): Ditto.
4032
4033 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4034
4035         * wl-mime.el (wl-message-delete-current-part): New function.
4036         (wl-mime-node-id-to-string): Ditto.
4037
4038         * wl-mime.el (wl-message-delete-current-part): Use existing
4039         original buffer which corresponds current mime-view buffer.
4040         (fetched buffer might have different structure, possibly)
4041
4042         * wl-mime.el (wl-message-delete-current-part): Quit if the
4043         message content differs from the actual message.
4044
4045 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4046
4047         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4048         order.
4049         (wl-summary-search-by-subject): Search parent message from tail;
4050         Check the existence of the parent message on the current thread tree.
4051         (wl-summary-update-thread): Check whether the line is inserted.
4052
4053 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4054
4055         * wl-vars.el (wl-summary-line-format): Undo last change.
4056         * wl-summary.el (wl-summary-print-destination): Do not put
4057         invisible property when `wl-summary-width' is nil.
4058         (wl-summary-line-subject-minimum-length): Abolished.
4059         (wl-summary-line-subject): Ditto.
4060
4061 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4062
4063         * wl-vars.el (wl-summary-line-format): Change default value.
4064         (wl-summary-subject-length-limit): Abolished.
4065         * wl-summary.el (wl-summary-line-subject): Ditto.
4066
4067 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4068
4069         * wl-template.el (wl-template-select): Added optional argument.
4070         If optional argument is specified, reverse
4071         `wl-template-visible-select'.
4072
4073 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4074
4075         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4076         Take prefix argument to force asking the destination folder.
4077
4078 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4079
4080         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4081         count and update status.
4082
4083 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4084
4085         * wl-summary.el (wl-summary-redisplay-internal): If
4086         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4087         after fetching.
4088
4089 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4090
4091         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4092         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4093
4094         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4095
4096 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4097
4098         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4099         (All other related portions are changed).
4100         (wl-summary-mark-as-read-all): Rewrite.
4101
4102 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4103
4104         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4105         `wl-summary-mark-as-read'.
4106         (wl-summary-mark-as-unread): Rewrite.
4107         (wl-summary-mark-as-read): Added no-modeline argument.
4108         (wl-summary-resume-cache-status): Rewrite.
4109         (wl-summary-exec-subr): Remove unused local variable.
4110
4111 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4112
4113         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4114         logic to call `wl-summary-buffer-prev-folder-function'.
4115         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4116
4117 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4118
4119         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4120         is nil.
4121
4122 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4123
4124         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4125         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4126         (wl-mime-setup): Add its entry.
4127
4128 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4129
4130         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4131         (wl-summary-delete-cache): Likewise.
4132         (wl-summary-mark-as-read): Rewrite.
4133
4134 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4135
4136         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4137         `wl-summary-count-unread'.
4138
4139         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4140
4141         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4142
4143 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4144
4145         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4146         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4147         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4148         Renamed to the elmo-msgdb-*-mark.
4149         (wl-summary-score-marks): Follow the change above.
4150         (wl-summary-auto-refile-skip-marks): Ditto.
4151         (wl-summary-incorporate-marks): Ditto.
4152         (wl-summary-expire-reserve-marks): Ditto.
4153
4154         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4155         changes.
4156         (wl-thread-insert-top): Changed updating message.
4157
4158         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4159         variable.
4160         (wl-summary-count-unread): Count answered marks.
4161         (wl-summary-rescan): Call wl-summary-insert-message instead of
4162         wl-summary-append-message-func-internal.
4163         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4164         (wl-summary-prefetch-msg): Follow the variable name changes.
4165         (wl-summary-prefetch-region): Ditto.
4166         (wl-summary-mark-as-read-all): Follow the API changes;
4167         Don't call elmo-folder-replace-marks.
4168         (wl-summary-delete-cache): Follow the variable name changes.
4169         (wl-summary-resume-cache-status): Ditto.
4170         (wl-summary-update-status-marks): New function.
4171         (wl-summary-insert-message): New function.
4172         (wl-summary-sync-marks): Follow the variable name changes.
4173         (wl-summary-sync-update): Synchronize to the msgdb, too;
4174         Changed update messages.
4175         (wl-summary-make-number-list): Rewrite.
4176         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4177         (wl-summary-mark-as-unread): Follow the API changes.
4178         (wl-summary-exec-subr): Follow the variable name changes.
4179         (wl-summary-mark-as-read): Ditto.
4180         (wl-summary-move-spec-plugged-alist): Ditto.
4181         (wl-summary-move-spec-unplugged-alist): Ditto.
4182         (wl-summary-cursor-move-surface): Ditto.
4183
4184         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4185         variable name changes.
4186         (wl-highlight-summary-current-line): Ditto.
4187
4188         * wl-expire.el (wl-expire-refile): Follow the API change in
4189         elmo-folder-move-messages.
4190         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4191         (wl-summary-archive): Use elmo-folder-msgdb instead of
4192         elmo-msgdb-load.
4193
4194 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4195
4196         * wl-mime.el (wl-draft-preview-message): Restore the position
4197         before evaluating wl-draft-send-hook in preview buffer.
4198
4199 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4200
4201         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4202         when it creates new draft buffer.
4203
4204         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4205         without argument.
4206
4207         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4208         Evaluate content and if the value is string, insert it.
4209         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4210         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4211         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4212         wl-draft-config-sub-part-bottom): Use it.
4213
4214         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4215         with the folder name. The question was unintelligible when it is
4216         called from wl-save-status.
4217
4218 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4219
4220         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4221         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4222         cannot take second argument).
4223
4224 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4225
4226         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4227         as t. Since type and subtype are not case sensitive (RFC 2045).
4228
4229 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4230
4231         * wl-vars.el (wl-message-mode-line-format): New variable.
4232         (wl-message-mode-line-format-spec-alist): Ditto.
4233         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4234         (wl-message-redisplay): Use wl-message-mode-line-format.
4235
4236 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4237
4238         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4239
4240 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4241
4242         * wl-summary.el (wl-summary-default-from): Write description.
4243
4244 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4245
4246         * wl-vars.el (wl-ldap-objectclass): Abolish.
4247
4248         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4249         (wl-ldap-make-filter): Removed condition for objectclass.
4250         (wl-ldap-make-matched-value-list): Remove meaningless process.
4251         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4252         (wl-address-ldap-search): Don't add `*' to `pat' string;
4253         use ignore-errors; added `email';
4254         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4255         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4256         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4257
4258
4259 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4260
4261         * wl-draft.el (wl-draft-parent-folder): Write description.
4262         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4263
4264 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4265
4266         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4267         as "" (zero-length string) if no parent.
4268         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4269
4270 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4271
4272         * wl-address.el (wl-address-make-completion-list): Skip duplication
4273         checking.
4274         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4275         `append'.
4276
4277 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4278
4279         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4280         instead of `beginning-of-buffer'.
4281
4282 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4283
4284         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4285
4286 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4287
4288         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4289         Refer wl-message-buffer-name.
4290         (wl-message-wheel-down): Ditto.
4291
4292 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4293
4294         * wl-vars.el (wl-message-buffer-name): New user option.
4295
4296         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4297         directly instead of making alist dinamically.
4298
4299         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4300         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4301         wl-message-buffer-cache-name.
4302         (wl-message-buffer-cache-clean-up): Ditto.
4303
4304         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4305
4306         * Version number is increased to 2.9.15.
4307
4308 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4309
4310         * wl-vars.el (wl-summary-default-view-alist): New user option.
4311
4312         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4313
4314         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4315         while deleting address.
4316         (wl-draft-delete-myself-from-cc): Ditto.
4317
4318         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4319         If optional argument is specified, reverse sort order.
4320
4321         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4322
4323 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4324
4325         * wl-thread.el (wl-thread-insert-message): Return parent number if
4326         exists.
4327         (wl-thread-update-indent-string-region): Use
4328         wl-thread-update-line-on-buffer-sub instead of
4329         wl-thread-update-line-on-buffer.
4330
4331 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4332
4333         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4334         (wl-folder-close-all): Ditto.
4335
4336 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4337
4338         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4339         and mailing-list:.
4340         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4341         value.
4342         (wl-summary-line-list-info): Print mailing-list name even when 
4343         list-number is empty.
4344
4345 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4346
4347         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4348
4349         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4350         (wl-draft-open-file): Ditto.
4351         (wl-draft-random-alphabet): Ditto.
4352
4353         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4354         bindings.
4355
4356 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4357
4358         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4359         * wl-vars.el (wl-draft-config-alist): Ditto.
4360
4361 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4362
4363         * Version number is increased to 2.9.14.
4364
4365         * wl.el (wl): Don't set wl-init as nil when error occured while
4366         auto-checking folders.
4367
4368         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4369         `elmo-expand-newtext'.
4370
4371 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4372
4373         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4374         `this-command' so that `wl-folder-goto-folder' contained in
4375         `wl-summary-keep-cursor-command' work.
4376
4377 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4378
4379         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4380         message buffer displaying state.
4381
4382 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4383
4384         * wl-vars.el (wl-summary-default-view): New variable to specify
4385         default value for `wl-summary-buffer-view' instead of using
4386         set-default.
4387         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4388
4389 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4390
4391         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4392
4393         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4394
4395 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4396
4397         * wl-vars.el (wl-forward-subject-prefix): New variable.
4398         * wl-draft.el (wl-draft-forward): Use it.
4399
4400 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4401
4402         * wl-message.el (wl-message-prev-page): When it is called without
4403         lines argument, scroll down by wl-message-scroll-amount lines.
4404         (wl-message-next-page): Ditto.
4405         * wl-vars.el (wl-message-scroll-amount): Change default value
4406         to preserve current behavior.
4407
4408 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4409
4410         * wl-summary.el (wl-summary-prefetch-msg): Bind
4411         `wl-message-entity' to call `wl-summary-from-function'.
4412
4413 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4414
4415         * wl-message.el (wl-message-buffer-create): Run
4416         wl-message-buffer-created-hook.
4417
4418 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4419
4420         * wl-summary.el (wl-summary-sort-specs): New variable.
4421         (wl-summary-default-sort-spec): Ditto.
4422         (wl-summary-sort): Rewrite.
4423         (wl-summary-sort-by-list-info): New function.
4424
4425 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4426
4427         * wl-summary.el (wl-summary-get-list-info): New function.
4428         (wl-summary-sort): Rewrite.
4429         (wl-summary-line-list-info): Ditto.
4430         (wl-summary-line-list-count): Ditto.
4431         (wl-summary-refile-region): Fixed docstring.
4432
4433 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4434
4435         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4436         `wl-folder-entity-hashtb' as completion table.
4437
4438 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4439
4440         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4441         only when this command is called interactively; silence the byte-
4442         compiler.
4443
4444 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4445
4446         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4447         active in XEmacs.
4448
4449 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4450
4451         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4452         plural lines.
4453
4454 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4455
4456         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4457         of current line when the cursor is on the header name.
4458         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4459
4460 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4461
4462         * wl-util.el (wl-read-directory-name): Return displayed directory
4463         as the default value also on XEmacs.
4464
4465 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4466
4467         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4468         formatting.
4469
4470 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4471
4472         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4473         argument and when it is non-nil, check face property before
4474         highlighting for each line.
4475         (wl-highlight-summary-window): Set it.
4476
4477 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4478
4479         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4480         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4481
4482         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4483         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4484         (wl-draft-get-fcc-list): Likewise.
4485
4486 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4487
4488         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4489         (wl-thread-entity-cur): Ditto.
4490         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4491         wl-thread-indent-regexp setting.
4492         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4493
4494         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4495         wl-summary-lazy-highlight.
4496         (wl-summary-display-bottom): Ditto.
4497
4498         * wl-thread.el (wl-thread-open-close): Likewise.
4499
4500         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4501         from and subject;
4502         Bind wl-draft-use-frame;
4503         Enclose with save-window-excursion;
4504         Use wl-draft-create-buffer instead of with-temp-buffer;
4505         Use wl-draft-prepare-edit;
4506         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4507         Use wl-draft-send instead of wl-draft-raw-send.
4508
4509 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4510
4511         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4512         of using wl-from.
4513
4514 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4515
4516         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4517         insert-buffer instead of clone-buffer.
4518         (wl-draft-doing-mime-bcc): New variable.
4519         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4520         infinite loop.
4521         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4522
4523         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4524         (wl-draft-mime-bcc-body): Ditto.
4525
4526         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4527         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4528         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4529         wl-draft-do-mime-bcc.
4530         (wl-draft-mime-bcc-field): New function.
4531         (wl-draft-do-mime-bcc): Ditto.
4532
4533         * wl-address.el (wl-address-complete-header-list): New variable.
4534         (wl-address-complete-header-regexp): Changed default value.
4535
4536         * Version number is increased to 2.9.13.
4537
4538 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4539
4540         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4541         it is differed.
4542
4543 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4544
4545         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4546         (wl-summary-line-list-count): Ditto.
4547
4548 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4549
4550         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4551         (wl-nntp-posting-function): New variable.
4552         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4553         `wl-nntp-posting-config-alist'.
4554
4555 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4556
4557         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4558         FLIM.
4559
4560 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4561
4562         * wl-summary.el (wl-summary-target-mark-refile-sub):
4563         Remove a nuisance funcall.
4564
4565 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4566
4567         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4568         as t for `try-completion'.
4569
4570 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4571
4572         * wl-summary.el (wl-summary-default-from): Use
4573         wl-address-header-extract-address instead of
4574         std11-extract-address-components.
4575         (wl-summary-simple-from): Ditto.
4576         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4577         (wl-summary-insert-headers): Show message.
4578         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4579         for whole line.
4580         (wl-summary-default-from): Revert last change.
4581         (wl-summary-simple-from): Ditto.
4582         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4583         (wl-summary-mark-as-read-region): Follow the change above.
4584         (wl-summary-sync-marks): Ditto.
4585         (wl-summary-target-mark-mark-as-read): Ditto.
4586         (wl-summary-redisplay-internal): Ditto.
4587         (wl-summary-redisplay-no-mime-internal): Ditto.
4588         (wl-summary-redisplay-all-header): Ditto.
4589         (wl-summary-mark-as-read): Removed argument `cached';
4590         Use current cache status to set cache mark.
4591         (wl-summary-redisplay-internal): Follow the change above.
4592         (wl-summary-redisplay-no-mime-internal): Ditto.
4593         (wl-summary-redisplay-all-header): Ditto.
4594
4595         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4596
4597         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4598         Don't call itself recursively (Adviced by Yamaoka-san).
4599
4600 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4601
4602         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4603         bind wl-summary-highlight as nil to avoid error caused by missing
4604         local variables.
4605
4606 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4607
4608         * wl-vars.el (wl-invalid-character-message): New user option.
4609
4610         * wl-util.el (wl-set-string-width): If truncated string-width is
4611         larger than specified width, use `wl-invalid-character-message'.
4612
4613 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4614
4615         * wl-summary.el (wl-summary-prefetch-msg): 
4616         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4617
4618 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4619
4620         * wl-vars.el (wl-summary-check-line-format): New user option.
4621         (wl-summary-line-format-file): Ditto.
4622
4623         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4624         variable.
4625         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4626         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4627         and `wl-summary-view-old-p' to check whether do a rescan or not.
4628         (wl-summary-view-old-p): New function.
4629         (wl-summary-line-format-changed-p): Ditto.
4630         (wl-summary-line-format-save): Ditto.
4631         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4632
4633         * wl-util.el (wl-set-string-width): Avoid using negative number
4634         for make-string.
4635
4636 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4637
4638         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4639         return value.
4640
4641         * wl-util.el (wl-set-string-width): Added optional argument
4642         `padding' (All other related portions are changed).
4643         (wl-line-parse-format): If the first letter of column number is
4644         `0', zero-padding the result (ex: "%05l").
4645
4646         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4647
4648 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4649
4650         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4651         sequential summary view.
4652
4653 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4654
4655         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4656         if it doesn't have a -unix version.
4657
4658 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4659
4660         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4661
4662 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4663
4664         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4665         content.
4666         (wl-draft): Follow the change above.
4667
4668         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4669
4670         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4671         and wl-folder-summary-line-format-alist contain %T and %P.
4672
4673         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4674         (wl-summary-mode-line-format): New user option.
4675         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4676         (wl-summary-line-format): Changed default value.
4677         (wl-summary-lazy-highlight): Changed default value.
4678
4679         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4680         change in wl-summary-create-line.
4681         (wl-thread-insert-entity-sub): Ditto.
4682
4683         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4684         (wl-summary-buffer-unread-status): Ditto.
4685         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4686         (wl-summary-buffer-persistent-mark-column): Ditto.
4687         (wl-summary-buffer-mode-line-formatter): Ditto.
4688         (wl-summary-buffer-mode-line): Ditto.
4689         (wl-summary-message-regexp): Abolished.
4690         (All other related portions are changed.)
4691         (wl-summary-detect-mark-position): New function.
4692         (wl-summary-buffer-set-folder): Setup
4693         wl-summary-buffer-mode-line-formatter.
4694         (wl-summary-mode): Setup selective-display;
4695         Setup pre-idle-hook when xemacs.
4696         (wl-summary-update-modeline): Rewrite.
4697         (wl-summary-jump-to-msg): Define as function;
4698         Changed regexp for searching messages.
4699         (wl-summary-message-number): Rewrite.
4700         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4701         Do rescan when old type summary cache.
4702         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4703         (wl-summary-remove-destination): Use '\r' to detect EOL.
4704         (wl-summary-print-destination): Ditto.
4705         (wl-summary-temp-mark): New inline function.
4706         (wl-summary-persistent-mark): Ditto.
4707         (wl-summary-line-number): New function.
4708         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4709         (wl-summary-line-list-count): New function.
4710         (wl-summary-create-line): Added argument persistent-mark.
4711         (All other related portions are changed)
4712         (wl-summary-create-line): Insert '\r'.
4713         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4714         (wl-summary-cursor-move-surface): New inline function.
4715         (wl-summary-prev): Use it.
4716         (wl-summary-next): Ditto.
4717
4718         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4719         wl-summary-message-regexp.
4720         (wl-highlight-summary): Delete progress message.
4721         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4722
4723         * Version number is increased to 2.9.12.
4724
4725 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4726
4727         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4728         variable (nil: no minimum).
4729         (wl-summary-line-subject): Add some spaces after subject by
4730         wl-summary-line-subject-minimum-length.
4731
4732 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4733
4734         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4735         and removed `F'.
4736         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4737         change above).
4738
4739 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4740
4741         * wl-summary.el (wl-summary-line-list-count): Reverted.
4742         (example setting in samples/*/dot.wl is also updated)
4743
4744 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4745
4746         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4747
4748         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4749
4750         * wl-vars.el (wl-summary-line-format): Addes some description to the
4751         docstring.
4752
4753         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4754         (wl-summary-line-close-bracket): Ditto.
4755         (wl-summary-line-children-number): Ditto.
4756         (wl-summary-line-thread-indent): Ditto.
4757         (wl-summary-line-children-and-from): Ditto.
4758
4759         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4760         't', 'c', 'F' and added 'C'.
4761
4762         * wl-util.el (wl-set-string-width): Accept negative value.
4763         (wl-line-parse-format): Added "%number(" and "%)".
4764
4765 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4766
4767         * wl-summary.el (wl-summary-line-list-count): Change format of the
4768         return value.
4769
4770 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4771
4772         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4773         from the recent message.el.
4774         (wl-draft-point-in-header-p): Ditto.
4775         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4776         wl-draft-beginning-of-line.
4777         * wl-e21.el (wl-draft-mode-map): Ditto.
4778         * wl-xmas.el (wl-draft-mode-map): Ditto.
4779
4780         * wl-folder.el: Sort macrodefs by dependencies.
4781
4782 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4783
4784         * wl-summary.el (wl-summary-prev): Fixed regexp.
4785         (wl-summary-next): Ditto.
4786
4787 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4788
4789         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4790
4791 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4792
4793         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4794         for backward compatibility.
4795
4796 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4797
4798         * wl-summary.el (wl-summary-line-list-count): New function, merged
4799         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4800         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4801         list counts.
4802
4803 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4804
4805         * wl-summary.el (wl-summary-create-line): Ignore errors while
4806         timezone-fix-time.
4807
4808         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4809
4810         * wl-summary.el (wl-summary-sync-update): Ditto.
4811         (wl-summary-default-from): Use wl-message-entity
4812         instead of entity.
4813
4814         * wl-summary.el (wl-summary-create-line): Fix.
4815
4816         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4817         (wl-summary-line-format): New user option.
4818         (wl-folder-summary-line-format-alist): Ditto.
4819         (wl-summary-from-width): Abolished.
4820
4821         * wl-util.el (toplevel): Require 'bytecomp.
4822         (wl-line-parse-format): New function.
4823         (wl-line-formatter-setup): New macro.
4824
4825         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4826         (wl-summary-buffer-line-formatter): New buffer local variable.
4827         (wl-summary-switch-to-clone-buffer): Follow the change above.
4828         (wl-summary-message-regexp): Fix.
4829         (wl-summary-from-func-internal): Abolished.
4830         (wl-summary-subject-func-internal): Ditto.
4831         (wl-summary-subject-filter-func-internal): Ditto.
4832         (All other related portions are changed.)
4833         (wl-summary-buffer-set-folder):
4834         Set up wl-summary-buffer-number-column and 
4835         wl-summary-buffer-line-formatter
4836         (All other related portions are changed.)
4837         (wl-summary-buffer-number-column-detect): Abolished.
4838         (All other related portions are changed.)
4839         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4840         (wl-summary-delete-all-temp-marks-on-buffer): Use
4841         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4842         (wl-summary-target-mark-delete): Ditto.
4843         (wl-summary-target-mark-refile-subr): Ditto.
4844         (wl-summary-target-mark-mark-as-read): Ditto.
4845         (wl-summary-target-mark-mark-as-unread): Ditto.
4846         (wl-summary-target-mark-mark-as-important): Ditto.
4847         (wl-summary-target-mark-save): Ditto.
4848         (wl-summary-replace-status-marks): Renamed from
4849         wl-summary-set-status-marks-on-buffer;
4850         Use wl-summary-message-regexp instead of
4851         wl-summary-buffer-number-regexp.
4852         (wl-summary-sync-update): Follow the change above.
4853         (wl-summary-goto-previous-message-beginning): New function.
4854         (wl-summary-mark-as-unread): Use it.
4855         (wl-summary-mark-as-important): Ditto.
4856         (wl-summary-line-formatter): New variable.
4857         (wl-summary-line-year): New function.
4858         (wl-summary-line-day): Ditto.
4859         (wl-summary-line-day-of-week): Ditto.
4860         (wl-summary-line-hour): Ditto.
4861         (wl-summary-line-minute): Ditto.
4862         (wl-summary-line-open-bracket): Ditto.
4863         (wl-summary-line-close-bracket): Ditto.
4864         (wl-summary-line-children-number): Ditto.
4865         (wl-summary-line-thread-indent): Ditto.
4866         (wl-summary-line-size): Ditto.
4867         (wl-summary-line-subject): Ditto.
4868         (wl-summary-line-from): Ditto.
4869         (wl-summary-line-children-and-from): Ditto.
4870         (wl-summary-create-line): Rewritten.
4871         (wl-summary-format-date): Abolished.
4872
4873         * wl-highlight.el (wl-highlight-summary-current-line): Use
4874         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4875         Use thread structure to detect thread top message.
4876
4877         * wl-draft.el (wl-default-draft-cite): Don't use
4878         wl-summary-from-func-internal.
4879
4880         * wl-refile.el (wl-refile-subject-learn): Don't use
4881         wl-summary-subject-filter-func-internal.
4882         (wl-refile-guess-by-subject): Ditto.
4883
4884         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4885         parameters.
4886
4887         * wl-thread.el (wl-thread-update-indent-string-region):
4888         Use wl-thread-update-line-on-buffer instead of
4889         wl-thread-update-indent-string.
4890         (wl-thread-update-children-number): Redefine using
4891         wl-thread-update-line-on-buffer.
4892         (wl-thread-update-indent-string): Abolished.
4893
4894         * Version number is increased to 2.9.11.
4895
4896 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4897
4898         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4899         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4900         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4901
4902         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4903         as nil.
4904
4905         * wl-thread.el (wl-thread-open-all-unread): Use 
4906         elmo-folder-list-messages-mark-match.
4907         (wl-thread-insert-message): Removed argument `mark-alist'.
4908         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4909         elmo-msgdb-set-mark.
4910         (wl-thread-get-children-msgs-uncached): Likewise.
4911         (wl-thread-get-exist-children): Added argument include-self.
4912         (wl-thread-delete-message): Follow the change above.
4913
4914         * wl-summary.el (wl-summary-count-unread): Removed argument.
4915         (wl-summary-rescan): Follow the change above.
4916         (wl-summary-mark-as-read-region): Ditto
4917         (wl-summary-mark-as-unread-region): Ditto.
4918         (wl-summary-delete-messages-on-buffer): Ditto.
4919         (wl-summary-sync-update): Ditto.
4920         (wl-summary-switch-to-clone-buffer): Ditto.
4921         (wl-summary-goto-folder-subr): Ditto.
4922         (wl-summary-target-mark-mark-as-read): Ditto.
4923         (wl-summary-target-mark-mark-as-unread): Ditto.
4924         (wl-summary-target-mark-mark-as-important): Ditto.
4925         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4926         (wl-summary-update-thread): Removed argument `mark-alist'.
4927         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4928         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4929         (wl-summary-resume-cache-status): Likewise.
4930         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4931         elmo-msgdb-set-mark.
4932         (wl-summary-mark-as-read-all): Likewise.
4933         (wl-summary-delete-cache): Ditto.
4934         (wl-summary-auto-select-msg-p): Ditto.
4935         (wl-summary-mark-as-unread): Ditto.
4936         (wl-summary-no-auto-refile-message-p): Ditto.
4937         (wl-summary-mark-as-read): Ditto.
4938         (wl-summary-mark-as-important): Ditto.
4939         (wl-summary-auto-refile): Follow the change above.
4940         (wl-summary-delete-all-marks): Removed.
4941         (wl-summary-resume-marks-and-highlight): Ditto.
4942         (wl-summary-resume-marks): Ditto.
4943         (wl-summary-delete-important-msgs-from-list): Ditto.
4944         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4945
4946         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4947         wl-summary-count-unread.
4948
4949         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4950         (wl-summary-score-update-all-lines): Use
4951         elmo-msgdb-set-mark.
4952
4953 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4954
4955         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4956         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4957         (wl-summary-create-line): Renamed from
4958         wl-summary-overview-create-summary-line;
4959         Argument rearrangement.
4960         (wl-summary-update-thread): Follow the change above.
4961
4962         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4963         (wl-thread-insert-entity-sub): Likewise.
4964
4965         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4966         argument `overview', `mark-alist' and added `msgdb'.
4967
4968         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4969
4970         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4971         (wl-summary-rescan): Follow the change above.
4972         (wl-summary-sync-update): Ditto.
4973         (wl-summary-insert-thread-entity): Ditto;
4974         Don't use `let*' in every while loop;
4975         Detect infinite loop of threads.
4976         (wl-summary-update-thread): Removed argument `overview'.
4977
4978         * wl-thread.el (wl-thread-insert-message): Ditto.
4979
4980         * Version number is increased to 2.9.10.
4981
4982         * wl-message.el (wl-message-redisplay): Ignore errors while
4983         wl-message-redisplay-hook.
4984
4985 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4986
4987         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4988
4989 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4990
4991         * wl.el (wl): inhibit-quit while wl-folder.
4992
4993 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4994
4995         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4996         while msgdb access.
4997
4998 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4999
5000         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5001         even if no folder is not created.
5002
5003 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5004
5005         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5006
5007         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5008         implementation.
5009         (wl-summary-target-mark-thread): Ditto.
5010
5011         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5012
5013 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5014
5015         * wl-util.el (wl-display-bytes): Remove unused function.
5016
5017 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5018
5019         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5020         seems critical one (partially reverse the change in 2002/03/17).
5021
5022 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5023
5024         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5025         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5026
5027 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5028
5029         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5030         is not writable.
5031         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5032         plugged status instead of `'force' as 2nd argument.
5033
5034         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5035         is not creatable.
5036
5037         * Version number is increased to 2.9.9.
5038
5039 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5040
5041         * wl-summary.el (wl-summary-suspend): New function.
5042
5043 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5044
5045         * wl.el (wl): Do not check variables if check is nil.
5046         * wl-utils.el (wl-collect-draft): New function.
5047         * wl-folder.el (wl-folder-suspend): Put summary buffers
5048         and draft buffers at the end of buffer list.
5049         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5050
5051 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5052
5053         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5054         loop instead of recursive call.
5055
5056         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5057         2nd argument.
5058
5059 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5060
5061         * wl-draft.el (wl-draft-create-contents): Don't take neither
5062         (function . args) nor (string . something) any more.
5063
5064         * wl-version.el (wl-generate-user-agent-string): Return string
5065         without header symbol.
5066         * wl-draft.el (wl-draft-default-headers): Use it.
5067
5068         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5069         `wl-draft-insert-ccs' and return field value instead of inserting
5070         the header. Abolish cc argument.
5071         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5072
5073         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5074         rather than one with string car.
5075
5076         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5077         * wl-draft.el (wl-draft-create-contents): Add it after the default
5078         headers.
5079
5080         * wl-draft.el (wl-draft-create-contents): For the case of
5081         (symbol-or-string . function) insert header only when the function
5082         returns string value.
5083
5084 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5085
5086         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5087         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5088
5089 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5090
5091         * wl.el (wl-check-environment): Don't check Message-ID when
5092         `wl-insert-message-id' is nil.
5093         Revive checking if `wl-message-id-domain' contains "@".
5094
5095 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5096
5097         * wl.el (wl-check-environment): Merge examination for "@" at
5098         inappropriate position into the first string-match.
5099
5100         * wl-summary.el (wl-summary-target-mark-print): New function.
5101         (wl-summary-pipe-message-subr): Extracted from
5102         `wl-summary-pipe-message'.
5103         (wl-summary-target-mark-pipe): New function.
5104         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5105         `wl-summary-target-mark-pipe'.
5106
5107 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5108
5109         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5110
5111 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5112
5113         * wl.el (wl-check-environment): Use elmo-warning instead of
5114         error for non-critical ones.
5115         Remove trash folder check.
5116         (wl): Don't ignore error in wl-check-environment.
5117
5118         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5119         check, which is moved from `wl-check-environment'.
5120         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5121
5122 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5123
5124         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5125         guess anything, call wl-summary-write.
5126         (wl-summary-write): Create draft with blank To field.
5127         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5128
5129 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5130
5131         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5132         argument full as well for wl-folder-write-current-folder.
5133         If wl-*-write-current-folder cannot guess addressee, add blank
5134         To header.
5135         Rewrite condition for positioning cursor.
5136
5137 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5138
5139         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5140         summary buffer is present, use it.
5141         (wl-folder-jump-to-previous-summary): Ditto.
5142
5143 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5144
5145         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5146
5147         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5148         wl-summary-previous-buffer and wl-summary-next-buffer.
5149
5150         * wl-folder.el (wl-folder-mode-map): Bind
5151         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5152         (wl-folder-jump-to-next-summary): New function.
5153         (wl-folder-jump-to-previous-summary): Ditto.
5154
5155         * wl-draft.el (wl-draft): Rearranged.
5156
5157 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5158
5159         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5160         of header.
5161         (wl-draft): Collect arguments for the header as header-alist.
5162         (wl-draft-forward): Arrange arguments for wl-draft.
5163         (wl-draft-reply): Ditto.
5164         (wl-draft-edit-string): Ditto.
5165         * wl-summary.el (wl-summary-write): Ditto.
5166         (wl-summary-write-current-folder): Ditto.
5167
5168         * Version number is increased to 2.9.8.
5169
5170 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5171
5172         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5173
5174         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5175
5176         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5177         even if the guess failed.
5178
5179         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5180         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5181         wl-summary-write-current-folder.
5182         * wl-xmas.el: Ditto.
5183
5184 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5185
5186         * wl-summary.el (wl-summary-next-page): Force display message if
5187         message is not displayed yet.
5188         (wl-summary-prev-page): Ditto.
5189
5190 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5191
5192         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5193
5194 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5195
5196         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5197         add "Preview Message" and "Save Draft and Exit".
5198
5199 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5200
5201         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5202         if addrmgr is called from draft in splitted window.
5203
5204         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5205         * wl-mule.el: Ditto.
5206         * wl-xmas.el: Ditto.
5207
5208 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5209
5210         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5211
5212         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5213         * wl-xmas.el (wl-folder-toolbar): Ditto.
5214
5215 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5216
5217         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5218         and wl-draft-save-and-exit.
5219         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5220         * wl-xmas.el: Ditto.
5221         * wl-mule.el: Ditto.
5222
5223         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5224         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5225
5226 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5227
5228         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5229         lists for saving buffer.
5230
5231 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5232
5233         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5234         parent-folder argument instead of it.
5235         (wl-draft-create-buffer): Ditto.
5236         (wl-draft-forward): Ditto.
5237         (wl-draft-reply): Ditto.
5238         * wl-summary.el (wl-summary-write): Ditto.
5239         (wl-summary-write-current-folder): Ditto.
5240
5241         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5242         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5243         Folder buffer after composing.
5244
5245 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5246
5247         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5248         header if the file `wl-x-face-file' already contains it.
5249
5250 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5251
5252         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5253         folder" entry.
5254         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5255         * wl-e21.el (wl-folder-toolbar): Ditto.
5256         * wl-xmas.el (wl-folder-toolbar): Ditto.
5257
5258 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5259
5260         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5261         wl-folder-goto-folder with sticky argument.
5262         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5263
5264 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5265
5266         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5267         and wl-summary-previous-buffer.
5268         (wl-summary-next-buffer): New function.
5269         (wl-summary-previous-buffer): Ditto.
5270
5271 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5272
5273         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5274         wl-folder-jump-to-current-entity-with-arg.
5275         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5276         `wl-folder-jump-to-current-entity'.
5277         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5278         `wl-summary-goto-folder-sticky'.
5279         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5280         `wl-summary-goto-folder'.
5281         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5282         Unless force-exit, do not clean temp. marks for sticky summary.
5283         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5284
5285 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5286
5287         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5288         not entire.
5289
5290 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5291
5292         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5293         to `C-x C-s'.
5294         (wl-summary-save-status): New command.
5295         (wl-summary-exit): Don't clean-up temp marks when sticky.
5296         (Applied patch from Nakayama-san [wl: 09548])
5297         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5298         Do nothing when no mark data.
5299         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5300         Call `wl-summary-delete-all-temp-marks' before saving.
5301
5302 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5303
5304         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5305
5306 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5307
5308         * wl.el (wl-check-environment): Also cause error when (system-name)
5309         returns "localhost.localdomain". (Although it doesn't affect because
5310         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5311
5312 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5313
5314         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5315         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5316
5317         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5318         value.
5319
5320 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5321
5322         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5323         Likewise r-cc-list and r-ng-list.
5324
5325 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5326
5327         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5328         only if it is bound as variable.
5329
5330         * wl-mime.el (wl-draft-preview-message): Ditto.
5331
5332 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5333
5334         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5335         needless `goto-char'.
5336
5337         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5338         `wl-summary-redisplay-no-mime-internal' instead of
5339         `wl-summary-redisplay-no-mime'.
5340         (wl-summary-redisplay-no-mime): Changed argument;
5341         Call `wl-summary-redisplay-no-mime-internal'.
5342
5343         * wl-mime.el (wl-draft-preview-message): Bind
5344         `mime-header-encode-method-alist' locally.
5345
5346         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5347         (wl-draft-std11-parse-addresses): Added the first address check.
5348         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5349
5350         * Version number is increased to 2.9.7.
5351
5352 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5353
5354         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5355
5356 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5357
5358         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5359         related to scrollbar support, if there is no such a feature
5360         compiled in.
5361
5362 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5363
5364         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5365         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5366         for prefetch.
5367
5368 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5369
5370         * wl-summary.el (wl-summary-pick): Fix for no match.
5371
5372 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5373
5374         * wl-draft.el (wl-draft-save):
5375         Override `mime-header-encode-method-alist'.
5376
5377 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5378
5379         * wl-folder.el (wl-folder-pick): New function.
5380         Define key as "?".
5381
5382 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5383
5384         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5385         Fix for unplugged.
5386
5387 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5388
5389         * wl-folder.el (wl-folder-virtual): New function.
5390         Define key as "V".
5391
5392 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5393
5394         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5395         multi folder if entity is group.
5396
5397 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5398
5399         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5400         is nil.
5401
5402 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5403
5404         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5405         (wl-summary-target-mark-msgs): Return the number of marked messages.
5406
5407 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5408
5409         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5410         "first:" is specified.
5411
5412 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5413
5414         * wl-vars.el (wl-from): Use return value of function
5415         user-full-name instead of the variable user-full-name since
5416         XEmacs-20.4 doesn't set this variable.
5417
5418 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5419
5420         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5421         call `wl' directly.
5422
5423 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5424
5425         * wl-draft.el (wl-draft-reedit): Removed duplicated
5426         switch-to-buffers.
5427
5428 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * wl.el (wl-other-frame): Removed garbages.
5431
5432 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5433
5434         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5435
5436         * wl-xmas.el (wl-draft-key-setup): Ditto.
5437
5438         * wl-mule.el (wl-draft-key-setup): Ditto.
5439
5440         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5441         (wl-draft-reedit): Ditto.
5442         (wl-draft-prepare-edit): Add `wl-draft-save' to
5443         `local-write-file-hooks'.
5444         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5445         (wl-draft-reedit): Set buffer-file-name.
5446         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5447
5448
5449         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5450         call it.
5451         (wl-delete-startup-frame-function): New variable.
5452         (wl-other-frame): New function
5453         (Original was written by Yamaoka san [wl: 09239]).
5454
5455         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5456         if `wl-folder-use-frame'.
5457
5458 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5459
5460         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5461
5462 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5463
5464         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5465         New variable.
5466         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5467         (wl-message-buffer-prefetch-get-next): Use them.
5468         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5469
5470 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5471
5472         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5473         with unwind-protect.
5474
5475         * wl-draft.el (wl-draft-reedit): Rewrite.
5476         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5477         (wl-draft-save): Insert header separator if it does not exist;
5478         Removed condition-case.
5479
5480         * wl-summary.el (wl-summary-reedit): Revert last change.
5481
5482         * wl-draft.el (wl-draft-save): Rewrite.
5483         (wl-draft-create-buffer): Set buffer-file-name as nil.
5484
5485         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5486
5487         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5488
5489         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5490         nil.
5491
5492 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5493
5494         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5495         If count is nil, do not prefetch.
5496         (wl-message-buffer-prefetch-next): Next.
5497
5498 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5499
5500         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5501
5502 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5503
5504         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5505         `delete-backward-char'
5506         (wl-draft-prepare-edit): Check major-mode.
5507         (wl-draft-decode-header): Rewrite.
5508         (wl-draft): Fix.
5509
5510 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5511
5512         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5513
5514 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5515
5516         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5517         (wl-message-buffer-prefetch-get-next): Remove size checking.
5518         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5519
5520 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5521
5522         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5523         (wl-draft-default-headers): Fix.
5524
5525 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5526
5527         * wl-draft.el (wl-draft-default-headers): Insert return value of
5528         `wl-generate-mailer-string-function'.
5529
5530 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5531
5532         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5533         (wl-draft-insert-mail-header-separator): Ditto.
5534
5535         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5536         again (Reverted the change on 2002-01-17 by OKADA san).
5537
5538 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5539
5540         * wl-draft.el (wl-draft): Rewrite.
5541         (wl-draft-create-buffer): New function.
5542         (wl-draft-create-contents): Ditto.
5543         (wl-draft-prepare-edit): Ditto.
5544         (wl-draft-decode-header): Ditto.
5545         (wl-draft-decode-body): Ditto.
5546         (wl-draft-check-new-line): Ditto.
5547         (wl-draft-default-headers): Ditto.
5548         (wl-draft-insert-mail-header-separator): Ditto.
5549
5550 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5551
5552         * Version number is increased to 2.9.6.
5553
5554 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5555
5556         * wl-draft.el (wl-draft-delete-field): Optional argument.
5557         (wl-draft-delete-fields): Ditto.
5558
5559 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5560
5561         * wl-message.el (toplevel): Eliminated byte-compile warning.
5562         for `itimer-function', `delete-timer' and `itimer-list'.
5563
5564 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5565
5566         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5567         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5568         `wl-message-buffer-prefetch-threshold'.
5569         * wl-summary.el (wl-summary-redisplay-internal): Remove
5570         the check of `wl-message-buffer-prefetch-depth'.
5571
5572 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5573
5574         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5575         size of article.
5576         (wl-message-buffer-prefetch-subr): Remove size check.
5577
5578 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5579
5580         * wl-vars.el (wl-plugged): Make customizable.
5581
5582 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5583
5584         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5585         (wl-message-buffer-prefetch-set-timer): New function.
5586         (wl-message-buffer-prefetch-get-next): New function.
5587         (wl-message-buffer-prefetch): New function.
5588         (wl-message-buffer-prefetch-next): Rewrite.
5589         (wl-message-buffer-prefetch-subr): Rewrite.
5590         * wl-vars.el (wl-auto-prefetch-first): New variable.
5591         * wl-summary.el (wl-summary-goto-folder-subr): Call
5592         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5593
5594 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5595
5596         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5597         `wl-summary-unread-message-hook'.
5598
5599 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5600
5601         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5602         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5603         if range is `cache-status'.
5604
5605 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5606
5607         * wl-message.el (wl-message-buffer-prefetch-subr):
5608         Improve debug message.
5609
5610 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5611
5612         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5613         `wl-mail-send-pre-hook'.
5614         (wl-draft-send-mail-with-qmail): Ditto.
5615         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5616
5617 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5618
5619         * wl-message.el (wl-message-buffer-prefetch-subr):
5620         Fix for cancel-function-timers bug.
5621         (wl-message-buffer-prefetch-debug): Default value is t.
5622
5623 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5624
5625         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5626         (wl-message-buffer-prefetch-subr): Rewrite.
5627         Rename from `wl-message-buffer-prefetch'.
5628
5629 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5630
5631         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5632         (wl-default-draft-cite-decorate-author): Ditto.
5633
5634         * wl-draft.el (wl-draft-cite-function): Removed.
5635         (wl-default-draft-cite-decorate-author): Ditto.
5636
5637 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5638
5639         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5640         (wl-default-draft-cite): Do not arrange author name if the value of
5641         `wl-default-draft-cite-decorate-author' is nil.
5642
5643 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5644
5645         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5646
5647         * wl-folder.el (wl-folder-check-one-entity): Don't care
5648         `elmo-folder-use-flag-p'.
5649
5650 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5651
5652         * wl-folder (wl-folder-check-one-entity): Fix
5653         problem if unread is nil.
5654
5655 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5656
5657         * wl-address.el (wl-address-make-completion-list): Check whether
5658         the address is a group list.
5659         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5660
5661 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5662
5663         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5664         The number of the messages of new and unread does not count
5665         correctly.
5666
5667         * wl-summary.el (wl-summary-count-unread): Changed to return
5668         `(new . unread)' instead of total.
5669         (wl-summary-sync-update): Follow the change above.
5670
5671         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5672
5673 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5674
5675         * wl-address.el (wl-address-make-completion-list): Do not enclose
5676         address by " <" and ">" if associated realname is "".
5677         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5678         This is against the promblem with group list in .addresses pointed
5679         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5680
5681 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5682
5683         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5684         message is a format control string.
5685         * wl-expire.el (wl-expire-append-log): Ditto.
5686         * wl-mime.el (wl-summary-burst-subr): Ditto.
5687         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5688         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5689
5690 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5691
5692         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5693         wl.el (wl-check-variables): Rename from `wl-check-type'.
5694         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5695         (wl-check-variables-2): New function.
5696         (wl): Call `wl-check-variables-2'.
5697
5698 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5699
5700         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5701         after renaming folder in access group.
5702
5703 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5704
5705         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5706         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5707         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5708         (wl-message-buffer-prefetch): Rewrite.
5709         (wl-message-buffer-prefetch-idle-time): Removed.
5710         * wl-summary.el (wl-summary-redisplay-internal):
5711         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5712         Error check for `wl-message-buffer-prefetch-depht'.
5713
5714 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5715
5716         * Version number is increased to 2.9.5.
5717         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5718
5719 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5720
5721         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5722         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5723         Based on the patch written by
5724         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5725
5726 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5727
5728         * wl-draft.el (wl-draft-raw-send): Fix for
5729         `wl-news-send-pre-hook'
5730
5731 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5732
5733         * wl-utils.el (wl-message-id-function): New variable.
5734         * wl-draft.el (wl-draft-insert-required-fields):
5735         Use `wl-message-id-function'.
5736
5737 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5738
5739         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5740         * wl-utils.el (wl-draft-make-message-id-string):
5741         Use `wl-from' for domain part of Message-ID
5742         if `wl-message-id-use-wl-from' if non-nil.
5743         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5744
5745 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5746
5747         * wl.el (wl): Call `wl-check-type'
5748         Do not 'condition-case'.
5749
5750 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5751
5752         * wl.el (wl-check-type): New function.
5753         (wl-check-type-variables): New variable.
5754
5755 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5756
5757         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5758
5759 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5760
5761         * wl-draft.el (wl-smtp-password-key): New function.
5762         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5763         (wl-draft-send-mail-with-smtp): Ditto.
5764         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5765
5766 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5767
5768         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5769         * wl-utils.el (wl-unique-id-suffix): Remove.
5770
5771 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5772
5773         * Version number is increased to 2.9.4.
5774
5775 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5776
5777         * wl-utils.el (wl-unique-id-suffix): New variable.
5778         (wl-unique-id): Use `wl-unique-id-suffix'
5779
5780 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5781
5782         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5783         instead of `elmo-msgdb-search'.
5784
5785         * Version number is increased to 2.9.3.
5786
5787 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5788
5789         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5790
5791 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5792
5793         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5794         (wl-draft-dispatch-message): Changed for send-later.
5795         (wl-draft-queue-flush): Ditto.
5796         (wl-draft): Clear `wl-sent-message-queued'.
5797         (wl-draft-reedit): Ditto.
5798         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5799         * wl-vars.el (wl-draft-force-queuing): New variable.
5800         (wl-draft-force-queuing-mail): New variable.
5801         (wl-draft-force-queuing-news): New variable.
5802
5803 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5804
5805         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5806         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5807
5808 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5809
5810         * Version number is increased to 2.9.2.
5811
5812 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * wl-draft.el (wl-draft-elide-region): New user command.
5815         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5816
5817         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5818         command `wl-draft-elide-region'.
5819         * wl-mule.el: Ditto.
5820         * wl-xmas.el: Ditto.
5821
5822 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5823
5824         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5825         (wl-biff-check-folder-async): Removed needless let.
5826
5827 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5828
5829         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5830         wl-folder-get-elmo-folder.
5831         (wl-biff-check-folder): Set `biff' argument of
5832         `wl-folder-check-one-entity'.
5833         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5834
5835         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5836         (wl-folder-check-one-entity): Added `biff' argument;
5837         Setup `biff' slot of folder.
5838
5839         * Version number is increased to 2.9.1.
5840
5841 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5842
5843         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5844         comment out and fixed.
5845         (wl-fldmgr-add-completion-subr): Ditto.
5846
5847         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5848         and msgdb.
5849
5850         * wl.el (wl-toggle-plugged): Save summary view.
5851
5852 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5853
5854         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5855
5856 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5857
5858         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5859
5860 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5861
5862         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5863         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5864         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5865
5866         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5867         if it was failed.
5868         (wl-demo): Disable undo in the demo buffer.
5869
5870 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5871
5872         * wl-version.el (wl-version): Changed codename.
5873
5874         * Version number is increased to 2.9.0.
5875
5876 2001-12-14  Takuo KITAME <kitame@northeye.org>
5877
5878         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5879         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5880         (wl-folder-mark-as-read-all-current-entity): Ditto.
5881
5882 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5883
5884         * wl-vars.el (wl-from-width): Define as obsolete variable.
5885         (wl-subject-length-limit): Ditto.
5886
5887         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5888
5889         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5890         wl-summary-save-view.
5891
5892         * wl.el (wl-save-status): Ditto.
5893         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5894
5895         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5896         (wl-summary-exit): Follow the change above.
5897         (wl-summary-goto-folder-subr): Ditto.
5898
5899         * wl-folder.el (wl-folder-create-subr): Don't use
5900         `elmo-folder-creatable-p'.
5901
5902 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5903
5904         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5905
5906 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5907
5908         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5909         rather than bitmap on Emacs 21.
5910         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5911         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5912         for xbm if the new redisplay engine is not available.
5913
5914 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5915
5916         * wl-folder.el (wl-folder-init-hook): New hook.
5917         (wl-folder-init): Run `wl-folder-init-hook'.
5918
5919 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5922
5923 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5924
5925         * wl-acap.el (wl-acap-cache-filename): New variable.
5926         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5927         (wl-acap-init): Use cache if no ACAP server found.
5928
5929 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5930
5931         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5932         `wl-acap-original-msgdb-dir'.
5933
5934         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5935         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5936
5937         * wl-mime.el (wl-mime-save-directory): Renamed from
5938         `wl-mime-save-dir'.
5939
5940 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5941
5942         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5943
5944         * wl-demo.el: Require `path-util'.
5945         (wl-demo-bitmap-mule-available-p): New internal variable.
5946         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5947         `module-installed-p' instead.
5948         (wl-demo-insert-image): Use *.img file for a bitmap image.
5949         (wl-demo): Don't call the ascii demo recursively.
5950
5951 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5952
5953         * Version number is increased to 2.7.7.
5954
5955 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5956
5957         * wl.el (wl-exit): Eliminated byte-compile warning.
5958
5959 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5960
5961         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5962         obsolete variable using `elmo-define-obsolete-variable'.
5963         (wl-fetch-confirm-threshold): Ditto.
5964         (wl-cache-prefetch-folder-type-list): Ditto.
5965         (wl-cache-prefetch-folder-list): Ditto.
5966
5967 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5968
5969         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5970         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5971         (wl-demo-insert-image): New function.
5972         (wl-demo-insert-text): New function.
5973         (wl-demo-image-type-alist): Redefine as a function.
5974         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5975         (wl-demo-with-temp-file-buffer): Removed.
5976         (wl-logo-xpm): Removed.
5977         (wl-logo-xbm): Removed.
5978         (wl-logo-bitmap): Removed.
5979
5980 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5981
5982         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5983         (wl-expire-localdir-get-folder-function): New user option.
5984         (wl-expire-localdir-get-folder): New function.
5985         (wl-expire-localdir-date): Ditto.
5986
5987 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5988
5989         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5990         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5991         Fixed unread number mismatch when all-unread < unread.
5992
5993 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5994
5995         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5996         (wl-fetch-confirm-threshold): Ditto.
5997
5998         * wl-summary.el (wl-summary-confirm-appends): Removed.
5999         (wl-summary-sync-update): Don't refer
6000         `wl-summary-update-confirm-threshold' (It is now abolished).
6001
6002         * wl-message.el (wl-message-display-internal): Don't refer
6003         `wl-fetch-confirm-threshold' (It is now abolished).
6004
6005 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6006
6007         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6008
6009 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6010
6011         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6012         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6013         Change default value to nil.
6014         (wl-summary-indent-length-limit): The value can be nil, nil means
6015         unlimited.
6016
6017         * wl-summary.el: Don't set limit for indent length if the value of
6018         wl-summary-indent-length-limit is nil.
6019         If the value of wl-summary-width is nil, it means only that the width
6020         of summary is unlimited (nil doesn't mean that the indent length is
6021         unlimited).
6022
6023         * wl-thread.el: Ditto.
6024
6025 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6026
6027         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6028         be nil, nil means never confirm.
6029         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6030
6031 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6032
6033         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6034         means unlimited).
6035
6036 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6037
6038         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6039         Use `with-temp-buffer'.
6040
6041 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6042
6043         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6044         with new backquote style).
6045         (wl-folder-get-entity-from-buffer): Ditto.
6046
6047 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6048
6049         * wl-version.el (nemacs-version): Eliminated.
6050         (wl-extended-emacs-version2): Ignore nemacs.
6051         (wl-extended-emacs-version3): Ditto.
6052
6053 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6054
6055         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6056         (wl-draft-add-in-reply-to): New variable.
6057         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6058         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6059         (wl-draft-yank-from-mail-reply-buffer): Use
6060         `wl-draft-add-in-reply-to'.
6061         (wl-draft-insert-current-message): Ditto.
6062
6063 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6064
6065         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6066         typo (kill->hide).
6067         (wl-message-buffer-prefetch-folder-type-list): Added elements
6068         `mark' and `cache' instead of `internal'.
6069
6070 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6071
6072         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6073         resume msgdb directory.
6074
6075 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6076
6077         * wl.el (wl-exit): Call `wl-acap-exit'.
6078
6079         * wl-summary.el (wl-summary-message-string): New function.
6080         (wl-summary-reedit): Use it.
6081         (wl-summary-resend-bounced-mail): Remove needless let.
6082         (wl-summary-supersedes-message): Ditto.
6083         (wl-summary-save): Ditto.
6084
6085         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6086         (wl-acap-init): Set it.
6087         (wl-acap-exit): New function.
6088
6089 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6090
6091         * wl.el (wl-init): Revert (require 'mime-setup). move from
6092         toplevel.
6093
6094 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6095
6096         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6097         local variables.  Add error when guess function return invalid
6098         value.
6099
6100 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6101
6102         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6103         Change local variable name.
6104         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6105         (wl-folder-get-newsgroups): Return nil when non-news folder.
6106         * wl-summary.el (wl-summary-write-current-folder): State through
6107         when guess-list return nil.
6108         (wl-summary-write-current-folder-functions): Fixed docstring.
6109
6110         * wl.el (wl-exit): Changed confirm message.
6111
6112         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6113         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6114
6115         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6116
6117 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6118
6119         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6120         user option (Renamed from wl-cache-prefetch-folder-type-list).
6121         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6122         from wl-cache-prefetch-folder-list).
6123
6124         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6125         Move to wl-vars.el.
6126         (wl-message-buffer-prefetch-p): Changed to enable
6127         `wl-message-buffer-prefetch-folder-list'.
6128
6129         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6130         `ignore-cache'.
6131
6132 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6133
6134         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6135         `part-top' and `part-bottom'.
6136         (wl-draft-config-sub-part-top): New function.
6137         (wl-draft-config-sub-part-bottom): New function.
6138
6139 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6140
6141         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6142
6143 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6144
6145         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6146
6147 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6148
6149         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6150
6151         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6152         (wl-summary-write-current-folder): Ditto.
6153
6154 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6155
6156         * wl-folder.el (wl-folder-get-newsgroups): Use
6157         `elmo-folder-newsgroups'.
6158
6159 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6160
6161         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6162         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6163         `wl-draft-config-sub-header-bottom'.
6164
6165 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6166
6167         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6168         localnews folder.
6169
6170 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6171
6172         * wl-summary.el (wl-summary-mode): Undo last change.
6173
6174         * wl-folder.el (wl-folder-mode): Ditto.
6175
6176 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6177
6178         * wl-summary.el (wl-summary-mode): Locally set
6179         truncate-partial-window-width to nil.
6180         (for XEmacs)
6181
6182         * wl-folder.el (wl-folder-mode): Ditto.
6183
6184 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6185
6186         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6187
6188 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6189
6190         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6191         number.
6192
6193         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6194
6195         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6196
6197         * Version number is increased to 2.7.6.
6198
6199 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6200
6201         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6202
6203 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6204
6205         * wl-summary.el (wl-summary-sync-update): Enclose network
6206         related portion with `unwind-protect'.
6207
6208 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6209
6210         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6211
6212 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6213
6214         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6215         element.
6216         * wl-vars.el (wl-message-body-button-alist): Ditto.
6217
6218         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6219         max match length.
6220         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6221
6222         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6223         for the max match length;
6224         Use 4th element value for the button string regexp group.
6225
6226         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6227         candidate exists, prompt to select.
6228
6229 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6230
6231         * wl-summary.el (wl-summary-jump-to-msg): Search before
6232         calibration point by `beginning-of-line'.
6233
6234 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6235
6236         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6237         for access group.
6238
6239 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6240
6241         * wl-message.el (wl-message-display-internal): Bind
6242         `default-mime-charset'.
6243
6244         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6245
6246         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6247
6248         * Version number is increased to 2.7.5.
6249
6250 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6251
6252         * wl-expire.el (wl-summary-archive): Fixed;
6253         Use `elmo-folder-name-internal'.
6254
6255 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6256
6257         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6258         from `elmo-folder-move-messages' caller.
6259         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6260
6261         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6262         related portions are changed).
6263
6264 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6265
6266         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6267         counter.
6268
6269 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6270
6271         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6272         buffer local and set it to nil.
6273
6274         * wl-message.el (wl-message-redisplay): Ditto.
6275
6276 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6277
6278         * wl-summary.el (wl-summary-mark-as-important): If message is
6279         already cached, set messag as read, otherwise encache and mark as read.
6280
6281 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6282
6283         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6284         point-min.
6285
6286 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6287
6288         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6289         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6290         a keymap.
6291
6292 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6293
6294         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6295         parent.
6296
6297         * wl-mule.el (wl-message-define-keymap): Ditto.
6298
6299         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6300
6301         * wl-xmas.el (wl-message-display-internal-hook): Define.
6302         (wl-xmas-setup-message-toolbar): Define as function.
6303         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6304         (wl-message-overload-functions): Abolished.
6305         (wl-message-define-keymap): New function.
6306
6307         * wl-vars.el (wl-message-display-internal-hook): New variable.
6308         (wl-message-header-button-alist): New variable (Renamed from
6309         wl-highlight-message-header-button-alist).
6310         (wl-message-body-button-alist): Ditto.
6311
6312         * wl-mule.el (wl-message-define-keymap): New function.
6313         (wl-message-overload-functions): Abolished.
6314
6315         * wl-message.el (wl-message-add-buttons-to-body): New function.
6316         (wl-message-redisplay): Don't call wl-message-overload-functions;
6317         Call wl-message-add-buttons-to-header and
6318         wl-message-add-buttons-to-body.
6319         (wl-message-display-internal): Set keymap argument for
6320         elmo-mime-display-as-is, elmo-mime-message-display;
6321         Run wl-message-display-internal-hook.
6322         (wl-message-refer-article-or-url): Abolished.
6323
6324         * wl-highlight.el (wl-highlight-headers): Don't call
6325         wl-highlight-message-add-buttons-to-header.
6326         (wl-highlight-message-add-buttons-to-header): Abolished.
6327
6328
6329         * wl-e21.el (wl-message-display-internal-hook): Define.
6330         (wl-e21-setup-toolbar): Deleted duplicated binding.
6331         (wl-e21-setup-message-toolbar): Define as function.
6332         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6333         (wl-message-define-keymap): New function.
6334         (wl-message-overload-functions): Abolished.
6335
6336 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6337
6338         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6339         and elmo-folder-close.
6340
6341         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6342
6343 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6344
6345         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6346         boolean value.
6347         * wl-draft.el (wl-draft-do-fcc): Ditto.
6348
6349 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6350
6351         * wl-vars.el (wl-fcc-force-as-read): New variable.
6352         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6353         mark copied message as read.
6354
6355 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6356
6357         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6358
6359 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6360
6361         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6362         `wl-summary-target-above' instead of obsolete variable
6363         `wl-summary-temp-above'.
6364
6365         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6366         instead of `make-obsolete-variable'.
6367         * wl-refile.el (toplevel): Ditto.
6368
6369 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6370
6371         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6372         with third argument t.
6373         (wl-draft): Set first argument for wl-plugged-init as t.
6374
6375         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6376         definition.
6377
6378 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6379
6380         * wl-vars.el: Tabify.
6381         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6382
6383         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6384         message.
6385
6386 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6387
6388         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6389         and set default to beep.
6390
6391 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6392
6393         * wl-vars.el (wl-draft-truncate-lines): New variable.
6394
6395         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6396         instead of wl-message-truncate-lines for truncate-lines.
6397
6398 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6399
6400         * wl-message.el (wl-message-display-internal): Call
6401         `wl-highlight-message' after `elmo-mime-display-as-is'.
6402
6403         * wl-mime.el (wl-mime-display-text/plain): New function.
6404         (wl-mime-display-header): Ditto.
6405         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6406         body-presentation-method for text/plain;
6407         Register `wl-mime-display-header' as a header-presentation-method;
6408         Don't set up `elmo-message-text-content-inserted-hook' and
6409         `elmo-message-header-inserted-hook'.
6410
6411         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6412         variable.
6413         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6414         as t if flag is 'all-header;
6415         Don't bind `elmo-message-ignored-field-list',
6416         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6417
6418 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6419
6420         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6421         for xemacs with non-mule environment.
6422
6423 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6424
6425         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6426         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6427         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6428
6429 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6430
6431         * wl-vars.el (wl-interactive-send): Set default value as t.
6432
6433 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6434
6435         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6436         (wl-addrmgr-method-list): Abolished.
6437         (wl-addrmgr-change-method): Follow above change.
6438
6439         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6440
6441 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6442
6443         * wl-vars.el (wl-message-truncate-lines): Change default value
6444         to default-truncate-lines.
6445
6446         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6447
6448 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6449
6450         * wl-vars.el (wl-message-truncate-lines): New variable.
6451
6452         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6453         wl-message-truncate-lines.
6454
6455 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6456
6457         * wl-acap.el (wl-acap-init): Remove period from error message.
6458         (wl-acap-find-acap-service): Remove period from message.
6459
6460 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6461
6462         * wl.el (wl-check-environment): Undo last change.
6463
6464         * wl-vars.el (wl-from): Changed default value.
6465
6466         * wl-util.el (toplevel): Don't require tm-edit.
6467
6468         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6469         `wl-folder-init';
6470         Don't set mark on mail body.
6471         (wl-draft-reedit): Ditto.
6472
6473         * wl-address.el (wl-address-quote-specials): Define as an alias for
6474         elmo-address-quote-specials.
6475
6476 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6477
6478         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6479
6480         * wl-vars.el (wl-from): Set default value as nil.
6481         (wl-organization): Set default value as ORGANIZATION environment
6482         variable.
6483
6484         * wl-draft.el (wl-smtp-extension-bind): Check value of
6485         wl-smtp-connection-type.
6486
6487         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6488         error.
6489
6490 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6491
6492         * Version number is increased to 2.7.4.
6493
6494         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6495         arguments from `wl-highlight-x-face-function' caller.
6496         Use x-face-1.3.6.12 or later.
6497
6498 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6499
6500         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6501
6502 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6503
6504         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6505         (wl-fcc): Fix to accept function.
6506         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6507
6508 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6509
6510         * wl-acap.el (toplevel): Added `product-provide' declare.
6511         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6512
6513 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6514
6515         * wl.el (wl): Changed order of calling `elmo-init'
6516         and `elmo-folder-init'.
6517
6518 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6519
6520         * wl-mime.el (wl-summary-burst): Extract message when content-type
6521         of root entity is not only `multipart' but also `message/rfc822'.
6522         (wl-summary-burst-subr): Ditto.
6523
6524 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6525
6526         * wl-vars.el (toplevel): Require 'custom.
6527         (wl-trash-folder): Added to `wl-setting' group.
6528
6529         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6530         exists.
6531         (wl-addrmgr-draw): Insert empty line when no entry exists.
6532
6533         * wl-mule.el (wl-message-wheel-up): Fixed.
6534         (wl-message-wheel-down): Ditto.
6535
6536 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6537
6538         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6539         config is an anonymous lambda expression.
6540
6541 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6542
6543         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6544         when Mule 2 is running.
6545
6546 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6547
6548         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6549
6550 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6551
6552         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6553         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6554
6555         * wl-address.el (wl-address-specials-regexp): Eliminated.
6556         (wl-address-quote-specials): Rewrite.
6557
6558 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6559
6560         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6561         shy-groups for regexp.
6562
6563         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6564         character classes and Perl style shy-groups for regexp.
6565         (wl-highlight-plugged-current-line): Use Posix style character
6566         classes for regexp.
6567         (wl-e21-highlight-folder-by-numbers): Ditto.
6568         (wl-e21-display-image-p): Use `display-images-p' instead of
6569         `display-graphic-p'.
6570         (display-images-p): Make an alias to `display-graphic-p' if it is
6571         not available.  It is for Emacs version prior to 21.0.105.
6572
6573         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6574         `display-graphic-p'.
6575         (wl-demo-image-type-alist): Ditto.
6576         (display-images-p): Make an alias to `display-graphic-p' if it is
6577         not available.  It is for Emacs version prior to 21.0.105.
6578
6579 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6580
6581         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6582         support.
6583         (wl-generate-user-agent-string): Ditto.
6584
6585         * wl-version.el (wl-version): Update docsting.
6586         (wl-version-status): Ditto.
6587
6588 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6589
6590         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6591         21.0.105.  For Emacs 21.0.104 or earlier.
6592
6593 2001-09-03  Takuo KITAME <kitame@northeye.org>
6594
6595         * wl-e21.el (wl-plugged-init-icons): Use
6596         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6597         (wl-biff-init-icons): Ditto.
6598
6599 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6600
6601         * wl-highlight.el (wl-highlight-summary-current-line):
6602         Fixed highlighting refile/copy destination.
6603
6604         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6605         (wl-acap-store): Encode string by wl-acap-coding-system.
6606
6607 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6608
6609         * wl-acap.el (toplevel): Check and require 'un-define before
6610         'xemacs-ucs;
6611          Added checking for UTF-2000.
6612
6613 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6614
6615         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6616         Don't enclose with `eval-and-compile'.
6617
6618         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6619         wl-init is non-nil.
6620
6621         * wl-draft.el (wl-draft): Ditto.
6622
6623         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6624
6625         * wl-acap.el (toplevel): Require 'wl.
6626         (wl-acap-store): Call `elmo-init'.
6627
6628         * wl.el (wl): Changed position of `wl-check-environment'.
6629         (toplevel): Added autoload setting for wl-acap.
6630
6631         * wl-vars.el (wl-setting): New custom group.
6632         (wl-from): Added wl-setting group.
6633         (wl-user-mail-address-list): Ditto.
6634         (wl-organization): Ditto.
6635         (wl-subscribed-mailing-list): Ditto.
6636         (wl-envelope-from): Ditto.
6637         (wl-smtp-posting-user): Ditto.
6638         (wl-smtp-posting-server): Ditto.
6639         (wl-smtp-posting-port): Ditto.
6640         (wl-smtp-authenticate-type): Ditto.
6641         (wl-pop-before-smtp-user): Ditto.
6642         (wl-pop-before-smtp-server): Ditto.
6643         (wl-pop-before-smtp-port): Ditto.
6644         (wl-pop-before-smtp-authenticate-type): Ditto.
6645         (wl-nntp-posting-server): Ditto.
6646         (wl-nntp-posting-user): Ditto.
6647         (wl-nntp-posting-port): Ditto.
6648         (wl-fetch-confirm-threshold): Ditto.
6649         (wl-prefetch-threshold): Ditto.
6650         (wl-thread-insert-opened): Ditto.
6651         (wl-ldap-server): Ditto.
6652         (wl-ldap-port): Ditto.
6653         (wl-ldap-base): Ditto.
6654         (wl-ldap-objectclass): Ditto.
6655         (wl-use-ldap): Ditto.
6656         (wl-draft-config-alist): Ditto.
6657         (wl-draft-config-matchone): Ditto.
6658         (wl-template-alist): Ditto.
6659         (wl-message-sort-field-list): Ditto.
6660         (wl-message-ignored-field-list): Ditto.
6661         (wl-message-visible-field-list): Ditto.
6662         (wl-interactive-send): Ditto.
6663         (wl-summary-move-order): Ditto.
6664         (wl-auto-select-first): Ditto.
6665         (wl-auto-select-next): Ditto.
6666         (wl-interactive-save-folders): Ditto.
6667
6668         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6669         Initialization codes are moved from wl-local-folder-init.
6670         (wl-local-folder-init): Follow the change above.
6671         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6672
6673         * wl-acap.el: New file.
6674
6675         * Version number is increased to 2.7.3.
6676
6677 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6678
6679         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6680
6681 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6682
6683         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6684         (wl-addrmgr-address-entry-list): Ditto.
6685
6686 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6687
6688         * wl-e21.el (wl-draft-mode-map): Removed binding for
6689         `wl-draft-insert-x-face-field'.
6690
6691         * wl-mule.el (wl-draft-mode-map): Ditto.
6692
6693         * wl-xmas.el (wl-draft-mode-map): Ditto.
6694
6695         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6696         (wl-cs-autoconv): Ditto.
6697         (wl-cs-local): Ditto.
6698         (wl-use-scoring): Ditto.
6699         (wl-mime-charset): Ditto.
6700         (wl-folder-check-async): Ditto.
6701
6702         * wl.el (toplevel): Ignore nemacs and tm.
6703         (wl-exit): Ditto.
6704
6705         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6706         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6707         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6708         instead of wl-address-petname-add-or-change.
6709         (wl-summary-edit-addresses-subr): Use wl-address-delete
6710         instead of wl-address-petname-delete.
6711
6712         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6713
6714         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6715         if error occured.
6716
6717         * wl-message.el (require): Remove tm support.
6718
6719         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6720
6721         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6722         (wl-folder-jump-to-current-entity): Ditto.
6723         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6724
6725         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6726         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6727         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6728
6729         * wl-mule.el (wl-draft-key-setup): Ditto.
6730
6731         * wl-xmas.el (wl-draft-key-setup): Ditto.
6732
6733         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6734         (wl-draft-std11-parse-addresses): New function.
6735         (wl-draft-parse-mailbox-list): Use it.
6736         (wl-draft): Ignore nemacs.
6737         (wl-draft-reedit): Ditto.
6738
6739         * wl-addrmgr.el: New file.
6740         (Original is wl-rcpt.el written by
6741         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6742         Thanks Kitamoto-san.)
6743
6744         * wl-address.el (wl-address-make-address-list): Modified parsing
6745         process.
6746         (wl-address-delete): Renamed from `wl-address-petname-delete';
6747         Modify wl-address-list too.
6748         (wl-address-add-or-change): Renamed from
6749         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6750
6751 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6752
6753         * wl-highlight.el (wl-highlight-summary-current-line):
6754           Work with transient-mark-mode
6755
6756 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6757
6758         * Version number is increased to 2.7.2.
6759
6760         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6761         instead of elmo-dop-queue-method.
6762
6763 2001-08-06  SAITO Atsunori <sai@yedo.com>
6764
6765         * wl-vars.el (wl-ldap-objectclass): New user option.
6766
6767         * wl-address.el (wl-ldap-make-filter): Use it.
6768
6769 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6770
6771         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6772
6773 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6774
6775         * wl-folder.el (wl-folder): redisplay after folder insertion.
6776
6777         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6778
6779         * wl-summary.el (wl-summary-sync-update):
6780         Change status mark only when new-msgdb exists.
6781         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6782
6783 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6784
6785         * wl-summary.el (wl-summary-open-folder): New function.
6786         (wl-summary-goto-folder-subr): Use it.
6787         (wl-summary-mark-as-important): Fix;
6788         Encache only when no cache exists.
6789
6790 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6791
6792         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6793         Use with-current-buffer.
6794
6795 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6796
6797         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6798         before call `get-buffer'. Fixed parenthesis.
6799         (wl-score-get-header-entry): Clear message and help window when
6800         keyboard quit.
6801         (wl-score-edit-insert-header): Ditto.
6802
6803 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6804
6805         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6806         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6807         (wl-default-draft-cite): Fix.
6808
6809         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6810         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6811
6812 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6813
6814         * wl-message.el (wl-message-prev-page): Do same bahavior
6815         as summary when it is called in the message buffer.
6816         (wl-message-next-page): Ditto.
6817
6818 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6819
6820         * wl-summary.el (wl-summary-forward): Use cache if it is not
6821         section cache.
6822
6823 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6824
6825         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6826         Removed redundant require of elmo-vars.
6827         (wl-biff-state-indicator-on): Changed default value for
6828         xemacs with non-mule environment.
6829
6830         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6831         wl-message-buffer is nil;
6832         Hide progress bar after moving messages.
6833
6834 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6835
6836         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6837         message at cursor point is deleted.
6838
6839 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6840
6841         * wl-vars.el: Changed file coding system to euc-japan.
6842         Added -*-coding:-*- magic to the first line.
6843
6844         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6845         Search parent from the first message.
6846
6847         * Version number is increased to 2.7.1.
6848
6849 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6850
6851         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6852
6853 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6854
6855         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6856         refile/delete execution.
6857
6858         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6859         Fixed docstring.
6860
6861 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6862
6863         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6864         do update process;
6865         Don't update marks when update process is interrupted.
6866
6867 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6868
6869         * wl-summary.el (wl-summary-reply): Fixed problem when
6870         wl-draft-use-frame is non-nil.
6871         (wl-summary-forward): Ditto.
6872
6873         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6874         as nil.
6875         (wl-folder-mark-as-read-all-entity): Ditto.
6876         (wl-folder-prefetch-entity): Ditto.
6877
6878         * wl.el (wl): Check environment before wl-init.
6879
6880         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6881         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6882         instead of wl-summary-collect-unread.
6883         (wl-summary-reply): Split message window.
6884
6885 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6886
6887         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6888         only if current language environment is japanese,
6889
6890         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6891         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6892         (wl-folder-goto-folder-subr): Ditto.
6893
6894         * wl-draft.el (wl-draft-dispatch-message): Call
6895         `elmo-file-cache-get-path'.
6896
6897 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6898
6899         * wl-summary.el (wl-summary-cursor-move): If return value of
6900         wl-summary-next-message is not number, don't jump.
6901
6902 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6903
6904         * wl-summary.el (wl-summary-buffer-next-message-function): New
6905         variable.
6906         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6907         if it is bound.
6908
6909         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6910         string.
6911
6912         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6913         (wl-plugged-drawing): Ditto.
6914
6915 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6916
6917         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6918         process.
6919         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6920         with unwind-protect.
6921
6922         * wl.el (wl-init): Require mime-setup.
6923         (wl-check-environment): Don't require mime-setup.
6924
6925         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6926         instead of elmo-folder-type.
6927
6928         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6929         value as nil.
6930
6931 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6932
6933         * Version number is increased to 2.7.0.
6934
6935         * wl-version.el (wl-version): Changed codename.
6936
6937         * wl-summary.el (wl-summary-delete-cache): Fixed.
6938
6939         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6940         Workaround for net folders.
6941         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6942
6943         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6944         value to nil (According to the patch from
6945         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6946
6947         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6948         of elmo-folder-close.
6949
6950 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6951
6952         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6953         for postfix.
6954
6955 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6956
6957         * wl-summary.el (wl-summary-resend-message): Fixed.
6958
6959         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6960         Call wl-draft with `from' argument if its address is included in
6961         `wl-user-mail-address-list'.
6962         (wl-draft): Added `from' argument.
6963
6964         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6965         non-nil.
6966         (wl): Don't show demo if wl-demo is nil.
6967
6968         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6969         wl-summary-use-frame.
6970
6971         * wl-vars.el (wl-summary-use-frame): New user option.
6972         (wl-folder-use-frame): Changed docstring.
6973
6974         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6975         non-nil.
6976         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6977         wl-summary-use-frame.
6978
6979         * wl-vars.el (wl-folder-use-frame): New user option.
6980
6981         * wl-summary.el (wl-summary-exit): Back to folder frame if
6982         wl-folder-use-frame is non-nil.
6983         (wl-summary-redisplay-internal): Ignore cache if current folder
6984         is draft folder,
6985         (wl-summary-redisplay-no-mime): Ditto.
6986         (wl-summary-redisplay-all-header): Ditto.
6987
6988         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6989         if wl-folder-use-frame is non-nil.
6990
6991 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6992
6993         * wl-summary.el (wl-summary-sync-update): Bind
6994         elmo-folder-update-threshold.
6995         (wl-summary-mark-as-important): Enclosed server mark processing
6996         with `save-match-data'.
6997
6998         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6999         only when it is already defined.
7000
7001 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7002
7003         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7004         name of folder exclude localdir is wrong.
7005         * wl-folder.el (wl-folder-sync-entity):
7006         Set `wl-summary-always-sticky-folder-list' as nil.
7007         (wl-folder-mark-as-read-all-entity): Ditto.
7008         (wl-folder-prefetch-entity): Ditto.
7009
7010 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7011
7012         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7013         instead of `wl-summary-write-current-newsgroup'.
7014
7015 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7016
7017         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7018         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7019         non-nil and selected message is important, do not display.
7020
7021 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7022
7023         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7024
7025 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7026
7027         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7028
7029         * wl-summary.el (wl-summary-mark-as-important): Set message number
7030         using wl-summary-message-number.
7031
7032 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7033
7034         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7035         destination folder is 'null.
7036
7037 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7038
7039         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7040         New function.
7041         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7042         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7043         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7044
7045 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7046
7047         * wl-mime.el (wl-mime-setup): Added setting for
7048         `mime-setup-signature-key-alist' to avoid overriding key bind for
7049         `wl-draft-send'.
7050
7051         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7052         for `wl-draft-send'.
7053         * wl-mule.el (wl-draft-overload-functions): Ditto.
7054         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7055         * wl-draft.el (wl-draft-send): Ditto.
7056
7057         * wl-message.el (wl-message-display-internal):
7058         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7059         (Patch is provided by <kita@coe.nttdata.co.jp>).
7060
7061 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7062
7063         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7064
7065 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7066
7067         * wl.el (wl): Fix for wl-demo.
7068
7069 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7070
7071         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7072
7073 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7074
7075         * wl-folder.el (wl-folder-prefetch-entity): Use
7076         `wl-folder-get-elmo-folder'.
7077         (wl-folder-count-incorporates): Do not use
7078         `wl-folder-get-elmo-folder'.
7079
7080 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7081
7082         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7083         instead of `elmo-folder-get-type'.
7084
7085 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7086
7087         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7088         position on Subject: field.
7089         (Advised by Mito <mit@nines.nec.co.jp>)
7090
7091 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7092
7093         * wl-folder.el (wl-folder-prefetch-entity): Use
7094         `wl-folder-get-elmo-folder'.
7095
7096 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7097
7098         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7099
7100         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7101         `process-duplicates' slot.
7102
7103         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7104         if detection failed.
7105
7106 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7107
7108         * wl-version.el (wl-version-status): Set to "alpha".
7109
7110 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7111
7112         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7113         Check wl-message-buffer lives before set-buffer.
7114
7115 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7116
7117         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7118         called in folder mode.
7119         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7120         * wl-summary.el (wl-summary-exit-pre-hook): Run
7121         `wl-summary-exit-pre-hook' before exit summary mode.
7122
7123 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7124
7125         * wl-version.el (wl-version-status): New variable.
7126         (wl-version-status-alist): Removed.
7127         (wl-version-status): Rule included.
7128
7129 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7130
7131         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7132         @sponichi.
7133
7134         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7135         when `mail-reply-buffer' is buffer-local variable.
7136         (Reported by <kita@coe.nttdata.co.jp>).
7137
7138 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7139
7140         * wl-vars.el (toplevel): Require 'elmo-util.
7141
7142 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7143
7144         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7145         (All other related portions are changed)
7146
7147         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7148
7149         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7150
7151 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7152
7153         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7154
7155 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7156
7157         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7158         Delete other windows to avoid an error.
7159         Use `point-marker' instead of `point' to remember the start point
7160         of body.
7161
7162         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7163
7164         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7165         number not to exceed all message number.
7166
7167 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7168
7169         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7170         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7171
7172 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7173
7174         * wl-summary.el (wl-summary-sync-force-update): Added argument
7175         no-check.
7176         (wl-summary-sync-update): Ditto.
7177         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7178         with `no-check'.
7179
7180         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7181         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7182         already running.
7183
7184 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7185
7186         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7187         `dst-folder-arg'.
7188         (wl-expire-archive-number1): Diito.
7189         (wl-expire-archive-number2): Diito.
7190         (wl-expire-archive-Date): Diito.
7191         (wl-archive-number1): Diito.
7192         (wl-archive-number2): Diito.
7193         (wl-archive-date): Diito.
7194         (wl-archive-folder-p): New function.
7195         (wl-summary-expire): Support of expand folder name at
7196         wl-expire-alist.
7197         * wl-util.el (wl-expand-newtext): Renamed from
7198         `wl-refile-expand-newtext'.
7199
7200 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7201
7202         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7203         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7204         `(elmo-msgdb-get-overview msgdb)'.
7205         (wl-summary-prefetch): Bind match data before call
7206         `wl-summay-prefetch-msg'.
7207         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7208         'off if `wl-summary-buffer-disp-msg' is non-nil.
7209         Fixed problem that couldn't show only one new or unread message when
7210         enter folder.
7211         (wl-summary-reply): Don't call `split-window-vertically' and other
7212         window.
7213
7214 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7215
7216         * wl-expire.el (wl-expire-refile): Fixed.
7217
7218 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7219
7220         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7221
7222         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7223         biff notification is removed.
7224
7225         * wl.el (wl): Changed position of `elmo-init'.
7226
7227         * wl-draft.el (wl-default-draft-cite): Use date field
7228         on the citation buffer.
7229
7230         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7231
7232         * wl-xmas.el (wl-folder-internal-icon-list): Added
7233         `wl-folder-shimbun-image'.
7234
7235         * wl-e21.el (wl-folder-internal-icon-list): Added
7236         `wl-folder-shimbun-image'.
7237
7238 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7239
7240         * wl.el (wl-init): Eliminated argument.
7241         (wl): Rewrite.
7242
7243         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7244         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7245         instead of `elmo-folder-msgdb-internal'.
7246         (wl-summary-sync-update): Ditto.
7247         (wl-summary-flush-pending-append-operations): Eliminated.
7248         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7249         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7250         `elmo-folder-open'.
7251
7252         * wl-mime.el (wl-summary-burst): Fixed.
7253
7254         * wl-folder.el (wl-folder-info-save): Check data type.
7255
7256         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7257         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7258         instead of `elmo-folder-msgdb-internal'.
7259         (wl-expire-hide): Ditto.
7260
7261
7262         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7263
7264 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7265
7266         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7267
7268 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7269
7270         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7271
7272 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7273
7274         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7275         Fixed `match-beginning' argument mismatch.
7276
7277 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7278
7279         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7280         the default value.
7281
7282 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7283
7284         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7285         instead of `elmo-nntp-default-port'.
7286
7287         * wl-vars.el: Fixed some doc strings.
7288
7289 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7290
7291         * wl-summary.el (wl-summary-prefetch-msg): Use
7292         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7293
7294         * wl-vars.el: Define *-func as obsolete variable using
7295         `elmo-define-obsolete-variable'.
7296
7297         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7298         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7299         instead of `wl-message-buffer-prefetch-threshold'.
7300
7301         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7302
7303         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7304
7305         * wl-draft.el (wl-caesar-region-func): Ditto.
7306
7307         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7308         Keep unread status in elmo-folder-move-messages.
7309         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7310
7311 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7312
7313         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7314         `wl-summary-buffer-exit-func'
7315         (wl-summary-buffer-message-redisplay-function): Renamed from
7316         `wl-summary-buffer-message-redisplay-func'
7317         (wl-summary-buffer-next-folder-function): Renamed from
7318         `wl-summary-buffer-next-folder-func'.
7319         (wl-summary-buffer-prev-folder-function): Renamed from
7320         `wl-summary-buffer-prev-folder-func'.
7321         (wl-summary-get-petname-function): Renamed from
7322         `wl-summary-get-petname-func'.
7323
7324         * wl-score.el (wl-score-edit-exit-function): Renamed from
7325         `wl-score-edit-exit-func'.
7326
7327         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7328         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7329
7330         * wl-util.el (wl-load-profile-function): Renamed from
7331         `wl-load-profile-func'.
7332
7333         * wl-folder.el (wl-folder-completion-function): Renamed from
7334         `wl-folder-completion-func'.
7335         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7336
7337         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7338         `wl-expire-archive-get-folder-func'.
7339         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7340         (wl-draft-send-mail-function): Renamed from
7341         `wl-draft-send-mail-func'.
7342         (wl-draft-send-news-function): Renamed from
7343         `wl-draft-send-news-func'.
7344         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7345         (wl-generate-mailer-string-function): Renamed from
7346         `wl-generate-mailer-string-func'.
7347         (wl-highlight-signature-search-function): Renamed from
7348         `wl-highlight-signature-search-func'.
7349         (wl-highlight-x-face-function): Renamed from
7350         `wl-highlight-x-face-func'
7351         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7352         (wl-ps-print-buffer-function): Renamed from
7353         `wl-ps-print-buffer-func'
7354         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7355         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7356         (wl-summary-subject-filter-function): Renamed from
7357         `wl-summary-subject-filter-func'.
7358
7359         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7360         `wl-draft-queue-flush-send-func'
7361         (wl-draft-cite-function): Renamed from
7362         `wl-draft-cite-func'
7363
7364         * wl-address.el (wl-address-init-function): Renamed from
7365         `wl-address-init-func'.
7366
7367 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7368
7369         * wl-draft.el (wl-draft-queue-flush): Don't call
7370         `elmo-dop-unlock-message'.
7371         * wl-draft.el (wl-draft-queue-append): Don't call
7372         `elmo-dop-lock-message'.
7373
7374         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7375         (wl-summary-buffer-folder-name): Ditto.
7376         (wl-summary-message-regexp): Added '-' (all other related portions
7377         are changed).
7378         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7379         wl-summary-buffer-folder-name.
7380
7381 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7382
7383         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7384         the number of mails in the folder buffer is not updated by wl-biff.
7385
7386 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7387
7388         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7389         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7390
7391 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7392
7393         * wl-summary.el (wl-summary-next-message):
7394         Return next message number when wl-summary-move-order is nil.
7395
7396 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7397
7398         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7399         `wl-summary-move-spec-alist'.
7400         (wl-summary-move-spec-unplugged-alist): New variable
7401         (Move spec for unplugged status).
7402         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7403         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7404
7405 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7406
7407         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7408         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7409
7410 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7411
7412         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7413         simple quotation to quote the anonymous function.
7414         * tm-wl.el (wl-draft-preview-message): Ditto.
7415
7416 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7417
7418         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7419         Eliminate redundant `save-excursion'.
7420         (wl-highlight-summary-current-line): Ditto.
7421
7422         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7423         accessing match data when `looking-at' failed.
7424
7425         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7426         `elmo-match-string' where users don't care about the speed.
7427         (wl-draft-save): Ditto.
7428
7429 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7430
7431         * wl-util.el (wl-regexp-opt): New function.
7432
7433         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7434         number from `wl-summary-buffer-number-list'.
7435         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7436         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7437         (wl-summary-move-spec-alist): Changed default setting.
7438
7439 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7440
7441         * wl-vars.el (wl-biff-notify-hook): New hook.
7442         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7443         the arrival of new mail.
7444         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7445         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7446
7447 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7448
7449         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7450
7451 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7452
7453         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7454
7455         * Version number is increased to 2.5.8.
7456
7457         * wl-thread.el (toplevel): require 'cl.
7458         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7459         (wl-thread-make-number-list): New function.
7460         (wl-thread-entity-make-number-list-from-children): Ditto.
7461         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7462         (wl-thread-entity-insert-as-children): Likewise.
7463         (wl-thread-delete-message): Likewise.
7464         (wl-meaning-of-mark): Eliminated.
7465         (wl-thread-next-failure-mark-p): Ditto.
7466         (wl-thread-entity-get-mark): Ditto.
7467         (wl-thread-meaning-alist-get-result): Ditto.
7468         (wl-thread-entity-check-prev-mark): Ditto.
7469         (wl-thread-entity-check-next-mark): Ditto.
7470         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7471         (wl-thread-entity-get-prev-marked-entity): Ditto.
7472         (wl-thread-get-prev-unread): Ditto.
7473         (wl-thread-jump-to-prev-unread): Ditto.
7474         (wl-thread-get-next-unread): Ditto.
7475         (wl-thread-jump-to-next-unread): Ditto.
7476         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7477         (wl-thread-entity-get-next-marked-entity): Ditto.
7478
7479         * wl-summary.el (wl-summary-buffer-number-list):
7480         New bufer-local variable.
7481         (wl-summary-switch-to-clone-buffer): Clone
7482         `wl-summary-buffer-number-list'.
7483         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7484         (wl-summary-cursor-move-regex): Eliminated.
7485         (wl-summary-cursor-up): Rewrite.
7486         (wl-summary-cursor-down): Ditto.
7487         (wl-summary-mode-spec-alist): New variable.
7488         (wl-summary-next-message): New inline function.
7489         (wl-summary-cursor-move): New function.
7490         (wl-summary-default-get-next-msg): Rewrite.
7491         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7492         (wl-summary-rescan): Ditto.
7493         (wl-summary-sync-all-init): Ditto.
7494         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7495         summary is not thread view.
7496         (wl-summary-sync-update): Ditto.
7497         (wl-summary-rescan): Ditto.
7498         (wl-summary-make-number-list): New function.
7499
7500         * wl-draft.el: "FCC" -> "Fcc".
7501
7502 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7503
7504         * wl-highlight.el (wl-highlight-summary-window):
7505         Call `set-buffer-modified-p'.
7506
7507         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7508         (wl): Call `elmo-init' and fix.
7509
7510         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7511         Use new variables.
7512
7513         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7514
7515 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7516
7517         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7518
7519 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7520
7521         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7522
7523 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7524
7525         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7526         `wl-use-toolbar' nor `display-graphic-p'.
7527         (wl-e21-setup-message-toolbar): Ditto.
7528         (wl-e21-setup-summary-toolbar): Ditto.
7529         (wl-e21-setup-folder-toolbar): Ditto.
7530
7531         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7532         (wl-plugged-init-icons): Ditto.
7533
7534         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7535         `display-graphic-p'.
7536         (wl-plugged-set-folder-icon): Ditto.
7537         (wl-highlight-plugged-current-line): Ditto.
7538         (wl-highlight-folder-current-line): Ditto.
7539         (wl-e21-highlight-folder-group-line): Ditto.
7540         (wl-e21-setup-toolbar): Ditto.
7541         (wl-e21-display-image-p): New macro.
7542
7543         * wl-demo.el (wl-demo): Simplified.
7544         (wl-demo-image-type-alist): Use `image-type-available-p' for
7545         checking whether the image type `xbm' is available.
7546
7547 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7548
7549         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7550         (wl-summary-input-range): Ditto.
7551
7552 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7553
7554         * wl-summary.el (wl-summary-edit-addresses): Use
7555         `wl-summary-get-original-buffer'
7556         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7557         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7558         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7559         (wl-summary-get-newsgroups): Eliminated.
7560         (wl-summary-set-crosspost): Ditto.
7561         (wl-summary-is-crosspost-folder): Ditto.
7562         (wl-crosspost-alist-load): Ditto.
7563         (wl-crosspost-alist-save): Ditto.
7564
7565         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7566         `elmo-setup-subscribed-newsgroups' instead of
7567         `elmo-nntp-make-groups-hashtb'.
7568         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7569         instead of `wl-crosspost-alist-save'.
7570
7571         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7572         of `elmo-folder-message-appendable-p'.
7573         (wl-mime-header-presentation-method): Eliminated.
7574
7575         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7576         (Error occurs in emacs21).
7577
7578         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7579         the current buffer).
7580
7581         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7582         instead of `wl-crosspost-alist-save'.
7583         (wl-init): `elmo-crosspost-message-alist-load'
7584         instead of `wl-crosspost-alist-load'
7585
7586         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7587         (wl-parse-newsgroups): Likewise.
7588         (wl-biff-notify): Run `wl-biff-notify-hook'.
7589
7590 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7591
7592         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7593
7594         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7595         when `wl-summary-lazy-highlight' is non-nil.
7596         (wl-summary-goto-folder-subr): Highlight only when
7597         `wl-summary-lazy-highlight' is non-nil.
7598
7599         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7600         Don't display progress and highlight temp-mark when
7601         `wl-summary-lazy-highlight' is non-nil.
7602         (wl-highlight-summary-window): New function.
7603         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7604
7605 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7606
7607         * wl-summary.el (wl-summary-sync): Change `all-visible'
7608         from `all-shown'
7609         (wl-summary-input-range): Ditto.
7610
7611 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7612
7613         * wl-e21.el (wl-highlight-folder-current-line): Call
7614         `wl-folder-init-icons' when folder icons have not been initialized.
7615
7616         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7617
7618         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7619         (wl-demo-image-type-alist): New macro.
7620
7621 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7622
7623         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7624         display does not support graphics.
7625         (wl-plugged-init-icons): Ditto.
7626         (wl-folder-init-icons): Ditto.
7627
7628         * wl-demo.el (wl-demo): Chech closely whether the display
7629         supports graphics.
7630
7631 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7632
7633         * wl-summary.el (wl-summary-get-original-buffer): New function.
7634         (wl-summary-set-crosspost): Use it.
7635         (wl-summary-target-mark-uudecode): Ditto.
7636         (wl-summary-reedit): Ditto.
7637         (wl-summary-resend-bounced-mail): Ditto.
7638         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7639         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7640
7641         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7642         (wl-message-display-internal): Ditto.
7643
7644 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7645
7646         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7647
7648 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7649
7650         * wl-summary.el (wl-summary-save-view): Renamed from
7651         `wl-summary-save-status'.
7652
7653 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7654
7655         * wl-summary.el (wl-summary-sync): Added `all-shown'
7656
7657 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7658
7659         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7660
7661 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7662
7663         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7664
7665 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7666
7667         * wl-highlight.el (wl-highlight-summary-line-string): Use
7668         `zerop' instead of `= 0'.
7669         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7670
7671         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7672         for comparing numbers.
7673         (wl-template-prev): Use `zerop' instead of `eq 0'.
7674
7675         * wl-draft.el (wl-draft-insert-current-message): Use
7676         `with-current-buffer' instead of `save-excursion'.
7677         Use `zerop' instead of `eq 0'.
7678
7679 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7680
7681         * wl-draft.el (wl-draft-insert-ccs): New function.
7682         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7683         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7684
7685 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7686
7687         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7688
7689 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7690
7691         * wl-expire.el (wl-expire-refile): Don't call
7692         elmo-msgdb-add-msgs-to-seen-list;
7693         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7694         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7695
7696 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7697
7698         * wl-message.el (wl-message-prev-page): Ignore errors while
7699         scroll-down.
7700
7701 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7702
7703         * wl-mime.el: Use elmo-original-message-mode instead of
7704         mmelmo-original-mode.
7705
7706         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7707         `elmo-folder-get-spec';
7708         (wl-fldmgr-add-completion-all-completions):
7709         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7710
7711         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7712         of `elmo-folder-get-type'.
7713
7714         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7715         `elmo-folder-get-spec';
7716         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7717         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7718         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7719         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7720         `elmo-read-msg-no-cache';
7721         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7722         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7723         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7724         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7725         `elmo-cache-save';
7726         (wl-draft-reedit): Use `elmo-message-file-name'.
7727
7728         * wl-expire.el: Use `elmo-folder-name-internal';
7729         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7730         Use macro `wl-summary-buffer-msgdb' instead of variable
7731         `wl-summary-buffer-msgdb';
7732         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7733         Use macro `wl-summary-buffer-folder-name' instead of variable
7734         `wl-summary-buffer-folder-name'.
7735         * wl-score.el: Likewise.
7736
7737         * wl-message.el: Rewrite for new message buffer cache mechanism.
7738         (wl-message-buffer-cache-buffer-get): New macro.
7739         (wl-message-buffer-cache-folder-get): Ditto.
7740         (wl-message-buffer-cache-message-get): Ditto.
7741         (wl-message-buffer-cache-entry-make): Ditto.
7742         (wl-message-buffer-cache-hit): Ditto.
7743         (wl-message-buffer-cache-sort): New function.
7744         (wl-message-buffer-cache-add): Ditto.
7745         (wl-message-buffer-cache-delete): Ditto.
7746         (wl-message-buffer-cache-clean-up): Ditto.
7747         (wl-message-buffer-window): Rewrite.
7748         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7749         (wl-message-buffer-display): New function.
7750         (wl-message-display-internal): New function.
7751
7752 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7753
7754         * wl-folder.el: Use `elmo-folder-name-internal';
7755         Use `wl-folder-get-elmo-folder';
7756         Use `elmo-folder-list-messages' instead of
7757         `elmo-list-folder';
7758         Use `elmo-folder-get-primitive-list' instead of
7759         `elmo-folder-get-primitive-spec-list';
7760         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7761         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7762         Use `elmo-folder-create' instead of `elmo-create-folder'.
7763         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7764         (wl-folder-get-elmo-folder): New macro.
7765         (wl-folder-elmo-folder-cache-get): Ditto.
7766         (wl-folder-elmo-folder-cache-put): Ditto.
7767         (wl-folder-suspend): Call `elmo-quit'.
7768
7769         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7770         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7771         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7772         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7773         (toplevel): require 'cl.
7774         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7775
7776         * wl-summary.el: Rewrite to use new elmo interface.
7777
7778 \f
7779 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7780
7781         * wl-mime.el (wl-draft-preview-message):
7782         Run `wl-draft-send-hook' before collecting recipients information;
7783         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7784
7785         * tm-wl.el (wl-draft-preview-message): Ditto.
7786
7787 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7788
7789         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7790         wrong recipients are displayed when forwarded message.
7791
7792 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7793
7794         * Version number is increased to 2.5.7.
7795
7796 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7797
7798         * wl-message.el (wl-message-next-page): Bind
7799         `window-pixel-scroll-increment' to nil while scrolling up.
7800
7801 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7802
7803         * wl-vars.el (wl-save-hook): New hook.
7804         * wl.el (wl-save): Call `wl-save-hook'.
7805
7806 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7807
7808         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7809         Argument WITH-ARG instead of NO-ARG (negative mean).
7810         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7811         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7812         * wl-message.el (wl-message-follow-current-entity): Likewise.
7813
7814 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7815
7816         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7817         FROM was optional argument.
7818         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7819
7820 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7821
7822         * Version number is increased to 2.5.6.
7823
7824 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7825
7826         * wl-version.el (wl-version-show): Removed.
7827         (wl-version): Add `interactive'.
7828
7829 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7830
7831         * wl-summary.el (wl-summary-get-petname-func): New variable.
7832         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7833         instead of `wl-address-get-petname-1'.
7834         (wl-summary-simple-from): Ditto.
7835
7836         * wl-address.el (wl-address-get-petname-1): Define as function.
7837
7838 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7839
7840         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7841         field in the original message.
7842         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7843
7844 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7845
7846         * wl-expire.el (wl-expire-hide):
7847         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7848
7849 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7850
7851         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7852         find decoder for To, Cc, and Subject.
7853
7854 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7855
7856         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7857         for checking `elmo-use-buffer-cache'.
7858         (wl-summary-mark-as-important): Fixed typo in comment.
7859
7860 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7861
7862         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7863         field in the original message.
7864         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7865
7866 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7867
7868         * wl-expire.el (wl-expire-hide):
7869         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7870
7871 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7872
7873         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7874         find decoder for To, Cc, and Subject.
7875
7876 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7877
7878         * Version number is increased to 2.5.5.
7879
7880         * wl-address.el (wl-address-specials-regexp): New constant.
7881         (wl-address-quote-specials): Use it.
7882
7883 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7884
7885         * wl-summary.el (wl-summary-rescan):
7886         Call `wl-summary-buffer-number-column-detect'.
7887         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7888
7889         * wl-message.el (wl-message-mode-map): Define.
7890         (wl-message-decode): Use it as local-map.
7891
7892 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7893
7894         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7895         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7896
7897 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7898
7899         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7900
7901         * wl-mule.el (wl-read-event-char): Ditto.
7902
7903         * wl-e21.el (wl-read-event-char): Ditto.
7904
7905         * wl-nemacs.el (wl-read-event-char): Ditto.
7906         (read-event): Removed.
7907
7908         * wl-util.el (toplevel): Removed dummy definition of
7909         `read-event'.
7910         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7911
7912 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7913
7914         * wl-nemacs.el (elmo-archive-call-process): Moved to
7915         elmo-archive.el.
7916
7917 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7918
7919         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7920         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7921
7922         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7923         instead of magic-number 6.  Use `not' instead of `null' for symbol
7924         `nil' check (not empty list).
7925         (wl-draft-insert-x-face-field): Fixed paren style.
7926
7927         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7928         one-branch conditional statement, instead of `and' and `if'.
7929         (wl-draft-forward): Likewise.
7930         (wl-draft-add-references): Likewise.
7931         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7932
7933         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7934         conditional steatment.  Use `cond' instead of `if'.
7935         (wl-draft-confirm): Likewise.
7936
7937 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7938
7939         * wl-version.el (wl-version-show): Use `product-string-1'
7940         instead of `wl-version'.
7941         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7942
7943         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7944
7945 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7946
7947         * wl-highlight.el (wl-highlight-headers): Revert
7948         `wl-highlight-x-face-func' argument (`beg' and `end').
7949
7950 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7951
7952         * wl.el (toplevel): Move `product-provide' declare.
7953         * wl-demo.el (toplevel): Ditto.
7954         * wl-dnd.el (toplevel): Ditto.
7955         * wl-highlight.el (toplevel): Ditto.
7956         * wl-message.el (toplevel): Ditto.
7957         * wl-refile.el (toplevel): Ditto.
7958         * wl-util.el (toplevel): Ditto.
7959
7960 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7961
7962         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7963         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7964         (wl-thread-close-all): keep cursor position.
7965
7966 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7967
7968         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7969         (eq x 0).
7970         (wl-generate-user-agent-string-1): Fix conditional statement.
7971
7972 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7973
7974         * wl.el (wl-check-environment): Additional check for
7975         'wl-local-domain' and `wl-message-id-domain'.
7976
7977 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7978
7979         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7980
7981 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7982
7983         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7984         instead of `smtp-sasl-user-realm'.
7985
7986 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7987
7988         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7989
7990 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7991
7992         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7993         to the default value as well as `eword-lexical-analyzer'.
7994
7995 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7996
7997         * wl-version.el (wl-extended-emacs-version,
7998         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7999         `elmo-match-string' instead of `wl-match-string'.
8000
8001 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8002
8003         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8004         docstring.
8005
8006 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8007
8008         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8009
8010 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8011
8012         * wl-highlight.el (wl-highlight-headers): Remove
8013         `wl-highlight-x-face-func' argument (`beg' and `end').
8014
8015 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8016
8017         * wl-summary.el (wl-summary-mark-as-important):
8018         Remove cache if folder is local.
8019
8020 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8021
8022         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8023         to get existing e-mail address string.
8024
8025 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8026
8027         * wl-version.el (wl-generate-user-agent-string): Commentary.
8028         (wl-generate-user-agent-string-1): Use `when' for
8029         one-branch conditional statement, instead of `and' and `if'.
8030         (wl-extended-emacs-version, wl-extended-emacs-version2,
8031         wl-extended-emacs-version3): Ditto.
8032
8033 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8034
8035         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8036         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8037         condition-case; Remove initialization.
8038         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8039         (wl-summary-sync-update3): Added argument `sync-all';
8040         Eliminated local variable `msgdb';
8041         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8042         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8043         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8044
8045 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8046
8047         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8048         connection before call `wl-draft-send-mail-with-smtp'.
8049
8050 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8051
8052         * Version number is increased to 2.5.4.
8053
8054 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8055
8056         * wl.el (wl-check-environment): Additional check for
8057         'wl-local-domain' and `wl-message-id-domain'.
8058
8059 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8060
8061         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8062         buffer as command specific.
8063         (wl-folder-mark-as-read-all-entity): Ditto.
8064         (wl-folder-prefetch-entity): Ditto.
8065         (wl-folder-drop-unsync-entity): Ditto.
8066
8067         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8068         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8069         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8070
8071         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8072         save-excursion.
8073
8074 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8075
8076         * Version number is increased to 2.5.3.
8077
8078         * wl-summary.el (wl-summary-save-view-cache):
8079         Delete duplicated `write-region';
8080         Use `write-region-as-binary' instead of `as-binary-output-file' and
8081         `write-region'.
8082
8083 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8084
8085         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8086
8087 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8088
8089         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8090         instead of `smtp-via-smtp'.
8091
8092 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8093
8094         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8095
8096 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8097
8098         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8099         instead of `smtp-sasl-user-realm'.
8100
8101 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8102
8103         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8104
8105 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8106
8107         * Version number is increased to 2.5.2.
8108
8109 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8110
8111         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8112         does not exist.
8113         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8114         (wl-biff-start): Call `timer-activate' if timer already exists.
8115
8116         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8117         only when it is bound as function.
8118
8119 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8120
8121         * Version number is increased to 2.5.1.
8122
8123 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8124
8125         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8126         Print refile/copy destination.
8127
8128 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8129
8130         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8131         queue-flush-only is non-nil.
8132
8133         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8134
8135         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8136         checking cache folder.
8137
8138 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8139
8140         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8141         `regexp-quote'.
8142
8143 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8144
8145         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8146         function.
8147         * wl-summary.el (wl-summary-write-current-folder-functions):
8148         Change default value.  Use it.
8149
8150 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8151
8152         * Version number is increased to 2.5.0.
8153
8154         * wl-version.el (wl-version): Changed codename.
8155
8156 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8157
8158         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8159         (wl-summary-supersedes-message): Ditto.
8160
8161 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8162
8163         * wl-refile.el (wl-refile-guess-functions): Renamed from
8164         `wl-refile-guess-func-list'.
8165
8166 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8167
8168         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8169         Fixed problem when no rule was matched.
8170
8171 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8172
8173         * wl-summary.el (wl-summary-get-mark): Fixed
8174         `wl-summary-buffer-target-mark' check logic.
8175
8176 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8177
8178         * wl-folder.el (wl-folder-write-current-folder): Added group
8179         folder check.
8180
8181         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8182         `wl-summary-write-current-newsgroup'.
8183         (wl-summary-write-current-folder-functions): New variable.
8184         * wl-folder.el (wl-folder-get-newsgroups): New function.
8185         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8186         (wl-folder-write-current-folder): Renamed from
8187         `wl-folder-write-current-newsgroup'.
8188
8189 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8190
8191         * Version number is increased to 2.3.93.
8192
8193 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8194
8195         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8196         (wl-ldap-make-matched-value-list): Ditto.
8197         (wl-ldap-alias-safe-string): Split e-mail address.
8198
8199         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8200         petname folder default was selected.
8201         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8202         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8203
8204 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8205
8206         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8207         to `wl-draft-config-exec'.
8208
8209         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8210         instead of calling `wl-draft-config-exec';
8211         Process group-list and show recipients in minibuffer.
8212
8213         * tm-wl.el (wl-draft-preview-message): Ditto.
8214
8215 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8216
8217         * wl.el (toplevel): Added (C) to copyright notice, and
8218         sync Author header.
8219         * tm-wl.el (toplevel): Ditto.
8220         * wl-address.el (toplevel): Ditto.
8221         * wl-demo.el (toplevel): Ditto.
8222         * wl-dnd.el (toplevel): Ditto.
8223         * wl-draft.el (toplevel): Ditto.
8224         * wl-e21.el (toplevel): Ditto.
8225         * wl-expire.el (toplevel): Ditto.
8226         * wl-folder.el (toplevel): Ditto.
8227         * wl-highlight.el (toplevel): Ditto.
8228         * wl-message.el (toplevel): Ditto.
8229         * wl-mime.el (toplevel): Ditto.
8230         * wl-mule.el (toplevel): Ditto.
8231         * wl-nemacs.el (toplevel): Ditto.
8232         * wl-refile.el (toplevel): Ditto.
8233         * wl-score.el (toplevel): Ditto.
8234         * wl-summary.el (toplevel): Ditto.
8235         * wl-template.el (toplevel): Ditto.
8236         * wl-thread.el (toplevel): Ditto.
8237         * wl-util.el (toplevel): Ditto.
8238         * wl-vars.el (toplevel): Ditto.
8239         * wl-xmas.el (toplevel): Ditto.
8240
8241 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8242
8243         * wl.el (wl-init): Added comment about `wl-init-hook'.
8244         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8245         * wl-vars.el (wl-init-hook): Added docs.
8246         (wl-make-plugged-hook): Removed useless docs.
8247         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8248         * wl-xmas.el (toplevel): Ditto.
8249
8250 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8251
8252         * wl-address.el (toplevel): Fixed multiple Author header format.
8253         * wl-demo.el (toplevel): Ditto.
8254         * wl-draft.el (toplevel): Ditto.
8255         * wl-folder.el (toplevel): Ditto.
8256         * wl-summary.el (toplevel): Ditto.
8257         * wl-thread.el (toplevel): Ditto.
8258         * wl-util.el (toplevel): Ditto.
8259         * wl-vars.el (toplevel): Ditto.
8260         * wl-version.el (toplevel): Ditto.
8261         * wl-xmas.el (toplevel): Ditto.
8262         * wl.el (toplevel): Ditto.
8263
8264         * wl-version.el (toplevel): Added require `elmo-version' for
8265         `product-version-as-string'.
8266
8267 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8268
8269         * wl-vars.el (wl-draft-send-hook): Changed default value to
8270         '(wl-draft-config-exec).
8271
8272         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8273         explicitly.
8274         (wl-draft): Set `wl-draft-config-exec-flag' before running
8275         `wl-mail-setup-hook'.
8276
8277         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8278         `wl-biff-init-icons' to `wl-init-hook' instead of
8279         `wl-make-plugged-hook'.
8280         (Because if `wl-draft' command is invoked at first,
8281         they are not initialized)
8282         Updated copyright notice.
8283
8284         * wl-e21.el (toplevel): Ditto;
8285
8286         * wl-demo.el (toplevel): Updated copyright notice.
8287         * wl-address.el (toplevel): Ditto.
8288         * wl-draft.el (toplevel): Ditto.
8289         * wl-version.el (toplevel): Ditto.
8290         * wl-folder.el (toplevel): Ditto.
8291         * wl-summary.el (toplevel): Ditto.
8292         * wl-thread.el (toplevel): Ditto.
8293         * wl-util.el (toplevel): Ditto.
8294         * wl-vars.el (toplevel): Ditto.
8295         * wl.el (toplevel): Ditto.
8296
8297 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8298
8299         * wl-highlight.el (wl-highlight-message): Fixed problem of
8300         highlighting failure which occured when the last field contains
8301         multiple lines in the draft buffer.
8302
8303         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8304         `wl-biff-start' if plugged.
8305
8306         * wl-util.el (wl-biff-check-folder): New function.
8307         (wl-biff-check-folders): Don't set session name prefix.
8308         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8309         (wl-biff-check-folder-async): Ditto.
8310
8311         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8312         in email address.
8313
8314 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8315
8316         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8317
8318         * wl-draft.el (wl-draft-strip-subject-re): New function.
8319
8320         * wl-draft.el (wl-draft-reply): Use it.
8321
8322 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8323
8324         * wl-message.el (wl-mmelmo-message-redisplay): Use
8325         `mime-display-message' instead of `wl-mime-display-message'.
8326
8327         * wl-mime.el (toplevel): Removed compatibility workaround
8328         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8329         (wl-mime-display-message): Abolished.
8330         (wl-mime-entity-read-field): Ditto.
8331         (wl-mime-combine-message/partial-pieces): Use
8332         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8333
8334 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8335
8336         * wl-template.el: Doc fixes.
8337
8338 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8339
8340         * wl-e21.el (wl-message-overload-functions): Do nothing if
8341         `current-local-map' is not available.
8342         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8343
8344 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8345
8346         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8347         representation.
8348
8349         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8350         number.
8351         (wl-fldmgr-save-folders): Don't use `format' when insert
8352         `wl-fldmgr-folders-header'.
8353
8354 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8355
8356         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8357
8358 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8359
8360         * wl-highlight.el (wl-highlight-message):
8361         Use `std11-field-end' to detect end point of the header field.
8362         Refer `wl-highlight-max-header-size'.
8363
8364         * wl-vars.el (wl-highlight-max-header-size): New variable.
8365
8366         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8367
8368         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8369         Set `for-draft' argument of wl-highlight-headers.
8370         (wl-draft): Ditto.
8371         (wl-draft-reedit): Ditto.
8372         (wl-user-agent-compose-internal): Ditto.
8373
8374 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8375
8376         * wl-message.el (wl-message-add-button): Use overlay.
8377
8378 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8379
8380         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8381
8382         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8383         problem when group-list content is nothing.
8384         (Reported by Mito <mit@nines.nec.co.jp>)
8385
8386 2000-10-18  SAITO Atsunori <sai@yedo.com>
8387
8388         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8389
8390 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8391
8392         * tm-wl.el (toplevel): Use product-provide.
8393
8394 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8395
8396         * Version number is increased to 2.3.92.
8397
8398 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8399
8400         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8401         title text, use `display' property for left margin under Emacs 21.
8402
8403         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8404         properties.
8405         (wl-plugged-init-icons): Ditto.
8406
8407 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8408
8409         * wl.el (wl-save-status, wl-init): Remove last period in
8410         "...done." message.
8411         * tm-wl.el (wl-summary-burst): Ditto.
8412         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8413         wl-summary-resume-cache-status,
8414         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8415         wl-summary-sync-update3, wl-summary-highlight-msgs,
8416         wl-summary-flush-pending-append-operations,
8417         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8418         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8419         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8420         wl-thread-open-all): Ditto.
8421         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8422         * wl-mime.el (wl-summary-burst): Ditto.
8423         * wl-highlight.el (wl-highlight-summary): Ditto.
8424         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8425         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8426         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8427         * wl-address.el (wl-local-address-init): Ditto.
8428
8429 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8430
8431         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8432         `add-text-properties'.
8433         (wl-plugged-init-icons): Ditto.
8434         (wl-folder-init-icons): Use `propertize' instead of
8435         `put-text-property'.
8436         (wl-plugged-set-folder-icon): Ditto.
8437         (wl-e21-highlight-folder-group-line): Ditto.
8438
8439 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8440
8441         * wl-version.el (wl-version-status-alist): New variable.
8442         (wl-version-status): New function.
8443
8444         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8445         "Cc" part of the case "Reply-To".
8446
8447         * wl-draft.el (wl-draft-reply): Use result of
8448         `eword-extract-address-components'.
8449
8450         * wl-demo.el (wl-demo-icon-name): New constant.
8451         (wl-logo-xpm): Use it.
8452         (wl-logo-xbm): Ditto.
8453         (wl-logo-bitmap): Ditto.
8454
8455         * Version number is increased to 2.3.91.
8456
8457 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8458
8459         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8460         (wl-extended-emacs-version, wl-extended-emacs-version2,
8461         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8462         docstring.
8463
8464         * wl-version.el (wl-generate-user-agent-string-1): New function.
8465         (wl-generate-user-agent-string): Use it.
8466
8467         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8468         `mime-edit-insert-user-agent-field'.
8469         (wl-generate-user-agent-string): Check
8470         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8471
8472         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8473         instead of `if', when verbose case.
8474
8475 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8476
8477         * wl-expire.el (wl-summary-expire): Fix.
8478
8479 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8480
8481         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8482         and `elmo-lost+found-folder' if 'wl-draft.
8483         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8484
8485 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8486
8487         * wl-expire.el (wl-summary-expire): Change messages.
8488         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8489         `deleing-info' instead of "Deleting..."
8490
8491 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8492
8493         * wl-summary.el (wl-summary-refile-subr): Fix.
8494
8495 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8496
8497         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8498         if pipe folder.
8499
8500 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8501
8502         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8503
8504 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8505
8506         * wl-expire.el (wl-expire-hide): New function.
8507         (wl-summary-expire): Add `hide'.
8508
8509 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8510
8511         * wl-vars.el (wl-draft-reply-without-argument-list):
8512         Changed default value to consider `Reply-To:'.
8513         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8514
8515         * Version number is increased to 2.3.90.
8516
8517         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8518         elmo-imap4-get-session with unwind-protect.
8519         Don't cause error.
8520         (wl-summary-sync-marks): Don't check plugged nor folder type.
8521         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8522         (Always keep current buffer).
8523
8524 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8525
8526         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8527         Enclose with `save-excursion'.
8528
8529 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8530
8531         * wl-version.el (wl-version): Remove interactive.
8532
8533 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8534
8535         * wl-version.el (wl-generate-user-agent-string): Use
8536         `product-string-verbose' instead of `product-string-1'.
8537
8538 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8539
8540         * wl-vars.el (wl-draft-use-cache): New variable.
8541         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8542         if wl-draft-use-cache is non-nil.
8543
8544 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8545
8546         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8547         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8548
8549 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8550
8551         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8552         (wl-thread-msg-mark-as-unread): Ditto.
8553
8554         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8555         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8556         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8557         Don't set mark in summary if return value of `elmo-mark-as-read'
8558         is nil.
8559         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8560         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8561         instead of `wl-thread-msg-mark-as-read'.
8562         (wl-summary-mark-as-unread-region): Ditto.
8563         (wl-summary-target-mark-mark-as-read): Ditto.
8564
8565         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8566
8567 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8568
8569         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8570
8571         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8572
8573 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8574
8575         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8576         face.
8577
8578 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8579
8580         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8581         `running-xemacs'.
8582
8583 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8584
8585         * wl-version.el (toplevel): Use `product-version-as-string' for
8586         set verstion-string, if defined.
8587
8588         * wl-version.el (wl-version-show): Insert string at point, when
8589         call with argument.
8590
8591         * wl-version.el (wl-generate-user-agent-string): Use
8592         `product-string-1' instead of `wl-appname', `wl-version' and
8593         `wl-codename'.
8594
8595 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8596
8597         * wl-address.el (toplevel): Use product-provide.
8598         * wl-demo.el (toplevel): Ditto.
8599         * wl-dnd.el (toplevel): Ditto.
8600         * wl-draft.el (toplevel): Ditto.
8601         * wl-e21.el (toplevel): Ditto.
8602         * wl-expire.el (toplevel): Ditto.
8603         * wl-fldmgr.el (toplevel): Ditto.
8604         * wl-folder.el (toplevel): Ditto.
8605         * wl-highlight.el (toplevel): Ditto.
8606         * wl-message.el (toplevel): Ditto.
8607         * wl-mime.el (toplevel): Ditto.
8608         * wl-mule.el (toplevel): Ditto.
8609         * wl-nemacs.el (toplevel): Ditto.
8610         * wl-refile.el (toplevel): Ditto.
8611         * wl-score.el (toplevel): Ditto.
8612         * wl-summary.el (toplevel): Ditto.
8613         * wl-template.el (toplevel): Ditto.
8614         * wl-thread.el (toplevel): Ditto.
8615         * wl-util.el (toplevel): Ditto.
8616         * wl-vars.el (toplevel): Ditto.
8617         * wl-xmas.el (toplevel): Ditto.
8618         * wl.el (toplevel): Ditto.
8619
8620 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8621
8622         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8623         instead of product.
8624
8625         * wl-version.el (wl-version): Compile time evalution elmo-version.
8626
8627 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8628
8629         * wl-summary.el (wl-summary-sync-force-update): Append queue
8630         `mark-as-read'if unplugged.
8631
8632 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8633
8634         * wl-version.el: New file.  Use product.el.
8635         * wl.el: add (require 'wl-version).
8636         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8637         for ~/.folders header.
8638         (wl-fldmgr-folders-header): Changed.
8639         * wl-demo.el (wl-demo): Use product.el.
8640
8641         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8642         wl-version.el.
8643         * wl-util.el (wl-version, wl-version-show): Ditto.
8644
8645         * wl-util.el (wl-generate-user-agent-string,
8646         wl-extended-emacs-version, wl-extended-emacs-version2,
8647         wl-extended-emacs-version3): Move to wl-version.el.
8648         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8649         xemacs-codename, mime-edit-insert-user-agent-field,
8650         mime-edit-user-agent-value, mime-editor/version,
8651         mime-editor/codename): Compile warning killer move to
8652         wl-version.el
8653
8654 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8655
8656         * wl-summary.el (wl-summary-refile-subr): Fix.
8657
8658 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8659
8660         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8661         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8662
8663 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8664
8665         * wl.el (wl-check-environment): Check too many `@'.
8666
8667 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8668
8669         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8670
8671 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8672
8673         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8674         wl-draft-reply-myself-without-argument-list): Add variables.
8675         * wl-draft.el (wl-draft-reply): Use it.
8676
8677 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8678
8679         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8680         the 5th argument of `elmo-network-get-spec'.
8681
8682         * wl-thread.el (wl-thread-reparent-children): New inline function.
8683         (wl-thread-delete-message): Use it.
8684
8685         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8686         (wl-summary-score-update-all-lines): Don't use `dolist'.
8687
8688 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8689
8690         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8691         (require 'elmo-msgdb) for inline function.
8692
8693 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8694
8695         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8696
8697 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8698
8699         * wl-score.el (wl-score-headers): Fix for the confusing macro
8700         `elmo-kill-buffer'.
8701
8702 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8703
8704         * wl-summary.el: Don't use the 3rd argument of `require' because
8705         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8706         * wl-util.el: Ditto.
8707         * wl-draft.el: Ditto.
8708
8709 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8710
8711         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8712         window system is not used.
8713
8714 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8715
8716         * wl-thread.el: Don't use `mapcar' only for iteration.
8717         (wl-thread-resume-entity): Ditto.
8718         (wl-thread-delete-message): Ditto.
8719
8720         * wl-summary.el: Bind `dragdrop-drop-functions',
8721         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8722         of `require' for `timezone', `easymenu' and `ps-print';
8723         don't use `mapcar' only for iteration.
8724
8725         * wl-util.el: Bind `mule-version', `nemacs-version',
8726         `emacs-beta-version', `xemacs-codename',
8727         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8728         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8729         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8730         only for iteration.
8731
8732         * wl-score.el: Don't use `mapcar' only for iteration.
8733         (wl-score-simplify-buffer-fuzzy): Ditto.
8734         (wl-score-simplify-subject): Ditto.
8735         (wl-score-headers): Ditto.
8736         (wl-summary-score-update-all-lines): Ditto.
8737
8738         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8739         `enable-multibyte-characters' and `mule-version'.
8740
8741         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8742         `mapcar' only for iteration.
8743
8744         * wl-demo.el: Don't use `mapcar' only for iteration.
8745
8746         * wl-folder.el: Don't use `mapcar' only for iteration.
8747         (wl-folder-open-all): Ditto.
8748         (wl-folder-count-incorporates): Ditto.
8749
8750         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8751         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8752
8753         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8754         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8755         `smtp-connection-type'; specify 3rd argument of `require' for
8756         `timezone'; don't use `mapcar' only for iteration.
8757         (wl-draft-clone-local-variables): Don't use `mapcar'.
8758         (wl-draft-generate-clone-buffer): Ditto.
8759         (wl-user-agent-compose-internal): Ditto.
8760
8761         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8762
8763         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8764         (wl-save-status): Ditto.
8765
8766         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8767         for iteration.
8768
8769 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8770
8771         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8772         removed `Date'.
8773         (wl-fldmgr-make-filter-default): New user option.
8774
8775         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8776         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8777         (wl-fldmgr-filter-completion-alist): Abolish.
8778
8779         * wl.el (wl): Don't check servers if arg is non-nil.
8780
8781         * wl-draft.el (wl-draft-reply): Set only message-id string to
8782         In-Reply-To field.
8783
8784 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8785
8786         * wl-summary.el (wl-summary-pick): Rewrite.
8787
8788         * wl-draft.el (wl-draft-forward): Get references field from
8789         original buffer.
8790         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8791
8792 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8793
8794         * wl-draft.el (wl-draft-forward): Add references field.
8795
8796 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8797
8798         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8799         (wl-draft-reply): Use it.
8800
8801 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8802
8803         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8804         when Emacs 21 is running.
8805
8806         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8807         bindings.
8808
8809 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8810
8811         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8812         XPM icons transparent.
8813
8814         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8815         Emacs 21.
8816
8817 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8818
8819         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8820         nil.
8821
8822         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8823         when it is persistent.
8824         (wl-summary-sync-marks): Changed argument for
8825         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8826         (wl-summary-virtual): Use `elmo-read-search-condition'.
8827         (wl-summary-redisplay-internal): If folder is local, mark as read
8828         even when folder is plugged.
8829
8830 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8831
8832         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8833         of `tool-bar-lines' in the frame parameters.
8834         (after-make-frame-functions, post-command-hook): Don't modify the
8835         value.
8836         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8837         wl-e21-tool-bar-lines): Removed.
8838
8839 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8840
8841         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8842         properties `evaporate' and `wl-momentary-overlay' as well.
8843         (wl-highlight-summary-displaying): Ditto.
8844         (wl-delete-all-overlays): Don't delete overlay which does not have
8845         a property `wl-momentary-overlay'.
8846
8847         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8848         `display-mouse-p' and `display-graphic-p'.
8849         (wl-folder-init-icons): Don't search for XBM or the other files.
8850         (wl-plugged-set-folder-icon): Make icons if and only if
8851         `display-graphic-p' returns non-nil.
8852         (wl-highlight-plugged-current-line): Use `before-string' overlay
8853         property to show icon images.
8854         (wl-highlight-folder-current-line): Ditto.
8855         (wl-e21-highlight-folder-group-line): Ditto.
8856         (wl-e21-highlight-folder-by-numbers): Ditto.
8857         (wl-e21-insert-image): Removed.
8858         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8859         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8860         said.
8861         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8862         `wl-e21-force-switch-toolbar'.
8863         (wl-e21-make-icon-image): Removed.
8864         (wl-e21-setup-toolbar): Don't search for XBM files.
8865         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8866         the default value.
8867
8868 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8869
8870         * wl-util.el (wl-biff-check-folder-async): Set
8871         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8872
8873 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8874
8875         * wl-e21.el (after-make-frame-functions): Add
8876         `wl-e21-force-switch-toolbar'.
8877         (wl-e21-force-switch-toolbar): New function force to switch the
8878         toolbar appearance automatically.
8879         (post-command-hook): Add `wl-e21-switch-toolbar'.
8880         (wl-e21-switch-toolbar): New function to switch the toolbar
8881         appearance automatically.
8882         (wl-e21-tool-bar-lines): New buffer local variable.
8883
8884 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8885
8886         * wl-util.el (wl-biff-check-folders-running): New variable.
8887         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8888         (wl-biff-check-folder-async-callback):
8889         Set `wl-biff-check-folders-running'.
8890         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8891         with unwind-protect.
8892
8893         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8894         Enclose `wl-folder-auto-check' with unwind-protect.
8895
8896         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8897         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8898
8899         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8900
8901         * wl-util.el (wl-biff-notify): New inline function.
8902         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8903         locally.
8904         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8905         folder-list' is 1.
8906         Use `wl-biff-notify'.
8907         (wl-biff-check-folder-async-callback): New function.
8908         (wl-biff-check-folder-async): Ditto.
8909
8910         * wl-folder.el (wl-folder): Don't check folders.
8911         (wl-folder-auto-check): New function.
8912
8913 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8914
8915         * wl-util.el (wl-biff-start) [Emacs19+]:
8916         Use `timer-next-integral-multiple-of-time'.
8917         (wl-biff-check-folders): Use `wl-default-folder'
8918         if `wl-biff-check-folder-list' is nil.
8919
8920 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8921
8922         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8923         instead of `elmo-delete-lists'.
8924
8925 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8926
8927         * wl.el (wl-plugged-toggle-all): Set the value of
8928         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8929         (wl-plugged-toggle): Ditto.
8930         (wl-toggle-plugged): Ditto.
8931         (wl-plugged-init): Ditto.
8932
8933         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8934         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8935         instead of `wl-biff-state-indicator-off' and
8936         `wl-biff-state-indicator-on'; don't modify the value and the type
8937         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8938         (wl-plugged-init-icons): Set icons data to
8939         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8940         instead of `wl-plug-state-indicator-off' and
8941         `wl-plug-state-indicator-on'; don't modify the value and the type
8942         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8943
8944         * wl-vars.el (wl-modeline-biff-state-off,
8945         wl-modeline-biff-state-on, wl-modeline-biff-status,
8946         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8947         wl-modeline-plug-status): New internal variables.
8948         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8949         wl-biff-check-interval, wl-biff-check-folder-list): Change
8950         customization group from `wl-folder' to `wl-highlight'.
8951         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8952         wl-show-plug-status-on-modeline): Defcustomized.
8953
8954         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8955         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8956         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8957         a flag to `mode-line-buffer-identification'.
8958
8959         * wl-e21.el (wl-biff-init-icons): Set icons data to
8960         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8961         instead of `wl-biff-state-indicator-off' and
8962         `wl-biff-state-indicator-on'.
8963         (wl-plugged-init-icons): Set icons data to
8964         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8965         instead of `wl-plug-state-indicator-off' and
8966         `wl-plug-state-indicator-on'.
8967
8968 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8969
8970         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8971         excessive titles.
8972
8973 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8974
8975         * wl.el (wl-plugged-mode): Use revised
8976         `wl-mode-line-buffer-identification'.
8977         (wl-plugged-init): Don't use `force-mode-line-update'.
8978
8979         * wl-xmas.el (wl-draft-overload-functions): Use revised
8980         `wl-mode-line-buffer-identification'.
8981         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8982         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8983         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8984         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8985         `wl-make-plugged-hook';
8986         add `wl-folder-init-icons' and `wl-setup-folder' to
8987         `wl-folder-mode-hook'.
8988
8989         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8990         19 as well.
8991         (wl-mode-line-display-priority-list): New user option.
8992         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8993         Defcustomized.
8994         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8995         Add docs.
8996
8997         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8998         start.
8999         (wl-mode-line-buffer-identification): Revised as a function.
9000
9001         * wl-summary.el (wl-summary-mode): Use revised
9002         `wl-mode-line-buffer-identification'; don't call
9003         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9004         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9005         `wl-xmas-setup-summary'.
9006
9007         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9008         `wl-mode-line-buffer-identification'.
9009
9010         * wl-mule.el (wl-draft-overload-functions): Use revised
9011         `wl-mode-line-buffer-identification'.
9012
9013         * wl-folder.el (wl-make-plugged-alist): Don't call
9014         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9015         (wl-folder): Don't call `wl-folder-init-icons' directly.
9016         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9017         `wl-xmas-setup-folder' directly;
9018         use revised `wl-mode-line-buffer-identification'.
9019         (TopLevel): Don't bind `wl-biff-init-icons',
9020         `wl-plugged-init-icons', `wl-folder-init-icons',
9021         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9022
9023         * wl-e21.el (wl-draft-overload-functions): Use revised
9024         `wl-mode-line-buffer-identification'.
9025         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9026         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9027         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9028         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9029         `wl-make-plugged-hook';
9030         add `wl-folder-init-icons' and `wl-setup-folder' to
9031         `wl-folder-mode-hook'.
9032
9033 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9034             Katsumi Yamaoka    <yamaoka@jpl.org>
9035
9036         * wl.el (wl): Call `wl-biff-start'.
9037         (wl-exit): Call `wl-biff-stop'.
9038         (wl-plugged-mode): Show biff in modeline.
9039         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9040
9041         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9042         (wl-biff-init-icons): New function.
9043         (wl-plugged-init-icons): Don't make too much keymaps.
9044         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9045
9046         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9047         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9048         variables.
9049         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9050         options.
9051
9052         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9053         wl-biff-start, wl-biff-stop): New functions.
9054         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9055         (wl-biff-timer-name): New variable.
9056
9057         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9058
9059         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9060         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9061
9062         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9063         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9064
9065         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9066         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9067         `wl-folder-init-icons' to `ignore' if they are not available.
9068         (wl-folder-mode): Show biff in modeline.
9069
9070         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9071         (wl-biff-init-icons): New function.
9072         (wl-plugged-init-icons): Don't make too much keymaps.
9073         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9074
9075 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9076
9077         * wl-vars.el (wl-strict-diff-folders): Customization Type
9078         and doc fix.  Define as a list of regular expressions for
9079         folders or nil.
9080         * wl-folder.el (wl-folder-check-one-entity): Use
9081         `wl-string-match-member' instead of `wl-string-member' for
9082         `wl-strict-diff-folders'.
9083
9084 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9085
9086         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9087         (wl-highlight-folder-current-line): Use it; new implementation.
9088         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9089         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9090         `defsubst' instead of `defun'.
9091
9092         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9093         `wl-highlight-group-folder-by-numbers'; made it can also be a
9094         number.  See info for more details.
9095
9096         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9097         running.
9098
9099         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9100         to bind them.
9101
9102         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9103         (wl-highlight-folder-current-line): New implementation.
9104
9105         * wl-highlight.el (wl-highlight-folder-group-line): New
9106         implementation.
9107         (wl-delete-all-overlays): Rewrite as a marco.
9108         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9109
9110         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9111         running.
9112         (wl-folder-*-glyph): No need to bind them.
9113
9114         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9115         `wl-e21-highlight-folder-group-icon'; rewrite.
9116         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9117         `defsubst' instead of `defun'.
9118         (wl-folder-mode-map): Bind it when compiling.
9119
9120 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9121
9122         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9123
9124         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9125
9126 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9127
9128         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9129
9130 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9131
9132         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9133         (wl-highlight-folder-current-line): Use it.
9134
9135         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9136         in `id-name'.
9137
9138 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9139
9140         * wl.el: Require `wl-e21' when Emacs 21 is running.
9141
9142         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9143         default when Emacs 21 is running.
9144         (wl-use-highlight-mouse-line): Ditto.
9145         (wl-on-emacs21): New constant.
9146         (wl-on-emacs20): Removed.
9147
9148         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9149         Emacs 21 is running.
9150
9151         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9152         Emacs 21 is running.
9153
9154         * wl-e21.el: New file.
9155
9156 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9157
9158         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9159         (wl-toggle-plugged): Ditto.
9160         (wl-plugged-toggle): Ditto.
9161         (wl-plugged-toggle-all): Ditto.
9162
9163         * wl-vars.el (wl-plug-state-indicator): Refer
9164         `wl-plug-state-indicator-on' indirectly.
9165
9166 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9167
9168         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9169         Call `wl-folder-confirm-existence'.
9170
9171         * wl-folder.el (wl-folder-confirm-existence): Added optional
9172         argument `force'.
9173
9174 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9175
9176         * wl-summary.el (wl-summary-refile-subr): Assume
9177         `copy-or-refile' as symbol.
9178         (wl-summary-refile): Follow up above change.
9179         (wl-summary-copy): Ditto.  Doc fix.
9180
9181 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9182
9183         * wl-summary.el (wl-summary-pick): Don't bind
9184         `elmo-search-mime-charset'.
9185
9186         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9187         default using old backquote style.
9188         (wl-search-mime-charset): Abolished.
9189
9190         * wl-highlight.el (wl-highlight-headers):
9191         Call `point' after `re-search-forward'(for Nemacs).
9192
9193         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9194         for elmo-imap4.el.
9195
9196 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9197
9198         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9199         `wl-message-ignored-field-list' instead of
9200         `mime-view-ignored-field-list'.
9201
9202         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9203         Add interactive spec.
9204         (wl-folder-goto-bottom-of-current-folder): Ditto.
9205         (wl-folder-mode-map): Bind them.
9206
9207         * wl-vars.el (wl-message-ignored-field-list): New variable.
9208         (wl-message-visible-field-list): New variable.
9209
9210         * wl-mime.el (wl-mime-header-presentation-method): New function.
9211         (wl-mime-setup): Set header-presentation-method.
9212
9213 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9214
9215         * wl-nemacs.el (wl-draft-overload-functions): Set
9216         `mode-line-buffer-identification' instead of using
9217         `wl-make-modeline'.
9218
9219         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9220         instead of using `wl-make-modeline'.
9221
9222         * wl-xmas.el (wl-plugged-init-icons): Set up
9223         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9224         (wl-make-modeline): Abolish.
9225         (wl-draft-overload-functions): Set
9226         `mode-line-buffer-identification' instead of using
9227         `wl-make-modeline'.
9228
9229         * wl-util.el (wl-make-modeline-subr): Abolish.
9230         (wl-mode-line-buffer-identification): New alias.
9231
9232         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9233         (wl-summary-make-modeline): Abolish.
9234         (wl-summary-buffer-set-folder): Set
9235         `wl-summary-buffer-folder-indicator'.
9236         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9237         of using `wl-make-modeline'.
9238         (wl-summary-switch-to-clone-buffer): Don't set
9239         `mode-line-buffer-identification'.
9240         (wl-summary-goto-folder-subr): Ditto.
9241
9242         * wl-mule.el (wl-draft-overload-functions): Set
9243         `mode-line-buffer-identification' instead of using
9244         `wl-make-modeline'.
9245
9246         * wl-folder.el (wl-folder-mode): Set
9247         `mode-line-buffer-identification' instead of using
9248         `wl-make-modeline'.
9249         (wl-folder): Don't set `mode-line-buffer-identification'.
9250
9251 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9252
9253         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9254         instead of `member' for `wl-refile-guess-func-list' look-ups.
9255         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9256
9257 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9258
9259         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9260         `wl-message-button-dispatcher'.
9261
9262         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9263
9264         * wl-message.el (wl-message-button-dispatcher): Use it.
9265
9266         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9267         "In-Reply-To".
9268
9269         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9270         Bind `case-fold-search' to t.
9271
9272 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9273
9274         * wl-xmas.el (wl-message-overload-functions): Initialize
9275         `wl-message-button-map'.
9276
9277         * wl-mule.el (wl-message-overload-functions): Initialize
9278         `wl-message-button-map'.
9279
9280         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9281
9282         * wl-message.el (wl-message-button-map): New keymap.
9283         (wl-message-add-button): New function.
9284         (wl-message-button-dispatcher): New function.
9285         (wl-message-button-refer-article): New function.
9286
9287         * wl-highlight.el
9288         (wl-highlight-message-add-buttons-to-header): New function.
9289         (wl-highlight-headers): Use it.
9290
9291 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9292
9293         * wl-summary.el (wl-summary-default-from): Use
9294         `wl-address-get-petname-1'.
9295         (wl-summary-simple-from): Ditto.
9296
9297         * wl-address.el (wl-address-get-petname-1): New inline function.
9298         (wl-address-get-petname): Use it.
9299
9300 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9301
9302         * wl-summary.el (wl-summary-default-from): Return full-name part
9303         from the address if no petname was found.
9304         (wl-summary-simple-from): Ditto.
9305
9306         * wl-address.el (wl-address-get-petname): Return nil if no petname
9307         associated with the address was found.
9308
9309 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9310
9311         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9312         display is finished.
9313
9314 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9315
9316         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9317         `elmo-folder-exists-p' argument.
9318
9319 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9320
9321         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9322         the folder.
9323
9324 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9325
9326         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9327
9328         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9329         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9330
9331 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9332
9333         * wl-folder.el (wl-folder-create-subr): New function.
9334         (wl-folder-confirm-existence): Use it.
9335         (wl-folder-check-one-entity): Use it.
9336         Check the error symbol is derived from 'elmo-open-error.
9337
9338         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9339         `ignore-error'.
9340
9341 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9342
9343         * wl-util.el (toplevel): Add (eval-when-compile (require
9344         'elmo-util)).  (Maybe `provide' is typo.)
9345
9346 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9347
9348         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9349         (I don't know why this was needed.)
9350
9351         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9352         Follow up changes for stream-type.
9353
9354         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9355         (wl-draft-elmo-nntp-send): Ditto.
9356
9357         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9358         (wl-nntp-posting-stream-type): Ditto.
9359         (wl-pop-before-smtp-ssl): Abolished.
9360         (wl-nntp-posting-ssl): Ditto.
9361
9362         * wl-address.el (wl-address-quote-specials): New function.
9363         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9364
9365         * wl-draft.el (wl-draft-reply): Ditto.
9366
9367 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9368
9369         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9370         use function `wl-string-match-assoc'.
9371
9372 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9373
9374         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9375
9376         * wl-draft.el (wl-draft-deduce-address-list): New function.
9377         (wl-draft-parse-mailbox-list): Ditto.
9378         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9379         instead of `smtp-deduce-address-list'.
9380         (wl-draft-on-field-p): Follow group list.
9381
9382         * wl-address.el (wl-address-concat-token): New function.
9383         (wl-address-string-without-group-list-contents): Ditto.
9384         (wl-complete-field-body): Fixed problem of completion
9385         by japanese petname.
9386         (wl-address-make-completion-list): Rewrite.
9387
9388 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9389
9390         * wl-address.el (wl-address-make-completion-list): Completion by
9391         petname.
9392         (wl-complete-field-body): Likewise.
9393
9394 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9395
9396         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9397         contains invalid address syntax.
9398
9399 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9400
9401         * wl-folder.el (wl-folder-check-entity-async): Use
9402         `elmo-nntp-spec-hostname'.
9403
9404 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9405
9406         * wl-summary.el (wl-summary-msgdb-load-async): Use
9407         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9408
9409 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9410
9411         * wl-draft.el (wl-draft-reply): Set argument
9412         `content-transfer-encoding' as nil.
9413
9414 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9415
9416         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9417         `wl-refile-alist'.
9418
9419 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9420
9421         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9422         (wl-draft-edit-string): Ditto.
9423         (wl-draft-forward): Ditto.
9424         * wl-summary.el (wl-summary-write): Ditto.
9425
9426 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9427
9428         * wl-summary.el (wl-summary-sync-update3): Call
9429         `wl-summary-buffer-number-column-detect'.
9430         (wl-summary-buffer-number-column-detect): Search from point-min.
9431
9432 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9433
9434         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9435         contains an address which is not included in original to or cc.
9436
9437 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9438
9439         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9440         begin-line does not exist.
9441         * wl-message.el (wl-message-uu-substring): Ditto.
9442
9443 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9444
9445         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9446         clear local variables.
9447         (wl-summary-exit): Call `elmo-commit'.
9448         (wl-summary-switch-to-clone-buffer): Call
9449         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9450         (wl-summary-goto-folder-subr): Ditto.
9451
9452         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9453         POP folder.
9454
9455 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9456
9457         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9458         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9459         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9460         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9461         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9462         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9463
9464         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9465
9466 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9467
9468         * wl-summary.el (wl-summary-search-by-subject):
9469         Search parent message from the latest one.
9470
9471 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9472
9473         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9474         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9475
9476         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9477         New user option.
9478
9479         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9480         if elmo-nntp-use-killed-list is nil.
9481         Use `elmo-msgdb-append-to-killed-list'.
9482         (Append numbers confirmed as disappeared to the killed list.)
9483         (wl-summary-confirm-appends): Don't display negative number.
9484
9485 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9486
9487         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9488
9489 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9490
9491         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9492         range is `all'.
9493         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9494         `elmo-list-bigger-diff'.
9495
9496 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9497
9498         * wl-summary.el (wl-summary-buffer-exit-func):
9499         New buffer local variable.
9500         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9501
9502 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9503
9504         * wl-demo.el (wl-demo): Fix the last change.
9505
9506 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9507
9508         * wl-demo.el (wl-demo): Don't use `eval'.
9509
9510 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9511
9512         * wl-summary.el (wl-summary-buffer-thread-modified):
9513         New buffer-local variable.
9514         (wl-summary-set-thread-modified): New function.
9515         (wl-summary-thread-modified-p): New function.
9516         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9517         (wl-summary-yank-saved-message): Use function
9518         `wl-summary-set-thread-modified'
9519         (wl-summary-switch-to-clone-buffer): Add
9520         `wl-summary-buffer-thread-modified'.
9521
9522         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9523         (wl-summary-buffer-mark-saved-hook): Ditto.
9524         * wl-summary.el (wl-summary-msgdb-save): New hook
9525         `wl-summary-buffer-message-saved-hook' and
9526         `wl-summary-buffer-mark-saved-hook'.
9527
9528 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9529
9530         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9531
9532 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9533
9534         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9535         don't hide scroll bars under FSF Emacsen because it may incur an
9536         undesirable redrawing.
9537
9538 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9539
9540         * wl-draft.el (wl-draft-edit-string): Call
9541         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9542
9543 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9544
9545         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9546
9547 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9548
9549         * wl-summary.el (wl-summary-msgdb-load-async): Call
9550         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9551
9552 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9553
9554         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9555         fringes in demo buffer; center bitmap logo correctly even if old
9556         Mule is used.
9557
9558 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9559
9560         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9561
9562         * wl-refile.el (wl-refile-subject-alist): New variable.
9563         (wl-refile-subject-alist-file-name): Ditto.
9564         (wl-refile-alist-setup): Rewrite.
9565         (wl-refile-alist-save): Use `elmo-object-save'.
9566         Eliminated arguments.
9567         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9568         (wl-refile-guess-by-subject): New function.
9569         (wl-refile-guess-func-list): Added it.
9570
9571 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9572
9573         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9574         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9575
9576 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9577
9578         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9579         New buffer-local variable.
9580         (wl-summary-buffer-next-folder-func): Ditto.
9581         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9582         if non-nil.
9583         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9584         if non-nil.
9585         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9586         if non-nil.
9587         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9588         if non-nil.
9589
9590 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9591
9592         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9593         permanently in the demo buffer.
9594
9595 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9596
9597         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9598         `mime-entity-fetch-field'.
9599
9600         * wl.el (wl-exit): Delete plugged buffer.
9601
9602         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9603         XEmacs has menubar feature.
9604
9605 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9606
9607         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9608         cannot arrive at the beginning of the buffer under old Emacsen.
9609
9610 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9611
9612         * wl-address.el (wl-address-ldap-search):
9613         Call `ldap-search-entries' with `withdn' argument t.
9614         (wl-complete-field-body): Bind completion-ignore-case as t.
9615         Clear ldap search hash when it was sole completion.
9616         Use elmo-string for pattern string.
9617         (wl-ldap-alias-safe-string): Eliminated needless let.
9618
9619 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9620
9621         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9622         (wl-ldap-alias-sep): New constant.
9623         (wl-ldap-search-attribute-type-list): Ditto.
9624         (wl-ldap-get-value): New function.
9625         (wl-ldap-make-filter): Ditto.
9626         (wl-ldap-make-matched-value-list): Ditto.
9627         (wl-ldap-alias-safe-string): Ditto.
9628         (wl-ldap-register-dn-string): Ditto.
9629         (wl-address-ldap-search): Rewrite.
9630
9631 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9632
9633         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9634         thread is deleted.
9635         (wl-thread-delete-line-from-buffer): Ditto.
9636         (wl-thread-get-exist-children): New function.
9637
9638 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9639
9640         * wl-demo.el (wl-demo): Made it to select various image types.
9641         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9642         from `wl-title-logo'.
9643         (wl-logo-ascii): New variable.
9644         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9645         (wl-demo-copyright-notice): New constant.
9646
9647         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9648
9649 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9650
9651         * wl-vars.el (wl-summary-target-above): Renamed from
9652         wl-summary-temp-above.
9653         * wl-score.el (wl-score-get-score-alist): Use it.
9654         (wl-summary-score-update-all-lines): Use it.
9655         * wl-summary.el: Ditto. (make-variable-buffer-local).
9656
9657 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9658
9659         * wl-vars.el (wl-ldap-port): New user option.
9660
9661         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9662         Rewite whole implementation.
9663         (wl-complete-field-body): Fixed.
9664
9665 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9666
9667         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9668         Choose implementation at compile time.
9669
9670 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9671
9672         * wl-address.el (wl-ldap-search-internal): New function.
9673         (wl-complete-field-to): Use it.
9674
9675 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9676
9677         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9678         Use `let' instead of `let*'.
9679         Require 'wl-vars.
9680
9681         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9682         Define as defcustom.
9683         (wl-ldap-base): Ditto.
9684         (wl-use-ldap): Ditto.
9685
9686 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9687
9688         * wl-address.el (wl-ldap-search): New function.
9689         (wl-complete-field-body): Use `wl-ldap-search'.
9690         (wl-ldap-server): New variable.
9691         (wl-ldap-base): Ditto.
9692         (wl-use-ldap): Ditto.
9693
9694 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9695
9696         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9697         (Pointed out by Mito <mit@nines.nec.co.jp>).
9698         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9699         buffer-local variables like `wl-summary-redisplay-internal'.
9700         (wl-summary-redisplay-all-header): Likewise.  Update
9701         Summary view too.
9702
9703 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9704
9705         * wl-summary.el (wl-summary-jump-to-parent-message):
9706         Consider prefix argument.
9707
9708         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9709         when closed thread is deleted.
9710
9711 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9712
9713         * wl-summary.el (wl-summary-jump-to-parent-message):
9714         Consider thread modification.
9715
9716 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9717
9718         * wl-message.el (wl-message-normal-get-original-buffer): Use
9719         `save-excursion'.
9720
9721         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9722         (wl-summary-showto-folder-regexp): Ditto.
9723
9724 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9725
9726         * wl-util.el (wl-delete-alist): Doc fix.
9727         (wl-delete-associations): New function.
9728         (wl-inverse-alist): New function.
9729         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9730         Split temporary variables. Use `wl-delete-associations'
9731         and `wl-inverse-alist'.
9732         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9733
9734 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9735
9736         * wl-folder.el (wl-folder-prefetch-entity):
9737         Execute prefetching if new count is unknown.
9738
9739 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9740
9741         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9742
9743         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9744         delete entity.
9745         (wl-thread-set-parent): If insert as top, set linked as nil.
9746
9747         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9748         `wl-thread-cleanup-symbols' when view mode is thread.
9749
9750 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9751
9752         * wl-folder.el (wl-folder-create-folder-entity): Use
9753         with-current-buffer.
9754         (wl-local-folder-init): Call set-buffer to make sure we are in
9755         the Folder buffer. Don't touch buffer-local variables here.
9756         (wl-folder-mode): Initialize buffer-local variables here.
9757
9758         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9759         (wl-folder-entity-assign-id): Ditto.
9760         (wl-folder-create-entity-hashtb): Ditto.
9761         (wl-local-folder-init): Ditto.
9762         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9763
9764 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9765
9766         * wl-summary.el (wl-summary-default-from): Fix probrem when
9767         std11-extract-address-components return (nil "foo@bar").
9768
9769 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9770
9771         * wl-draft.el (wl-draft-clone-local-variables):
9772         Remove redundant `setq'.
9773
9774 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9775
9776         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9777         Bind wl-highlight-x-face-func as nil while highlighting header.
9778
9779 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9780
9781         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9782
9783 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9784
9785         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9786         elmo-msgdb-overview-hashtb from copy-variables.
9787         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9788         instead of `elmo-msgdb-overview-get-entity-by-number'.
9789         (wl-summary-auto-refile): Ditto.
9790
9791         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9792         `elmo-msgdb-overview-get-entity' instead of
9793         `elmo-msgdb-search-overview-entity'.  Use
9794         `elmo-msgdb-overview-get-entity' instead of
9795         `elmo-msgdb-overview-get-entity-by-number'.
9796         (wl-thread-insert-entity-sub): Ditto.
9797         (wl-thread-insert-message): Ditto.
9798
9799         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9800         `elmo-msgdb-overview-get-entity'.
9801         (wl-normal-message-redisplay): Ditto.
9802
9803 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9804
9805         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9806         `wl-thread-entities'.
9807         (wl-thread-delete-message): Fix remove top message from
9808         `wl-thread-entity-list'.
9809
9810         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9811         wl-append(nconc), because update-list is broken on Meadow.
9812
9813         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9814         updating process.
9815         (wl-summary-rescan): Ditto.
9816         (wl-summary-sync-update3): Ditto.
9817         * wl-thread.el (wl-thread-set-parent): Renamed from
9818         `wl-summary-set-parent'.
9819         (wl-thread-insert-message): Updating buffer faster.
9820         (wl-thread-delete-message): Updating buffer faster.
9821
9822         * wl-score.el (wl-summary-score-update-all-lines): Changed
9823         interval for display progress gauge.
9824
9825 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9826
9827         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9828         folder always-sticky.
9829         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9830         defmacro.
9831
9832 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9833
9834         * wl-vars.el (wl-draft-add-references): New user option.
9835
9836         * wl-draft.el (wl-draft-add-references): New function.
9837         (wl-draft-yank-from-mail-reply-buffer): Use it.
9838         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9839         as nil.
9840
9841 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9842
9843         * wl-thread.el (wl-thread-update-line-msgs): Called
9844         `wl-thread-update-line-on-buffer-sub'.
9845         (wl-thread-update-line-on-buffer): Delete routine of inserting
9846         thread.
9847         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9848         moved from `wl-thread-update-line-on-buffer'.
9849         Add threshold for displaying progress gauge.
9850         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9851         argument of `wl-thread-update-line-msgs'.
9852         Add threshold for displaying progress gauge.
9853         * wl-folder.el:
9854         Add threshold for displaying progress gauge.
9855         * wl-score.el: Ditto.
9856
9857         * wl-expire.el (wl-summary-expire): Display deleting info.
9858
9859 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9860
9861         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9862         `no-msg'.
9863         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9864         argument of `wl-thread-update-line-msgs'.
9865         (wl-summary-set-parent): Added optional argument `parent-number'.
9866         (wl-summary-buffer-saved-message): New buffer local variable.
9867         (wl-summary-save-current-message): New command.
9868         (wl-summary-yank-saved-message): Ditto.
9869         (wl-summary-mode-map): Added key binding for
9870         `wl-summary-save-current-message' (\ew) and
9871         `wl-summary-yank-saved-message' (\C-y).
9872         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9873
9874 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9875
9876         * wl-summary.el (wl-summary-mode-map): Added key binding for
9877         `wl-summary-set-parent' (ts).
9878
9879 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9880
9881         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9882         subject faster. If thread number is reverse, delayed updating
9883         thread.
9884         (wl-summary-search-by-subject): Ditto.
9885         (wl-summary-put-alike): Ditto.
9886         (wl-summary-get-alike): Ditto.
9887         (wl-summary-insert-headers): Insert header of all overview in
9888         buffer.
9889         (wl-summary-rescan): Delayed updating thread. Kill search subject
9890         buffer for wl-summary-search-by-subject.
9891         (wl-summary-sync-update3): Ditto.
9892         (wl-summary-exit): Ditto.
9893         (wl-summary-goto-bottom-of-current-thread): Change for linked
9894         thread.
9895         (wl-summary-overview-create-summary-line): Change line for linked
9896         thread.
9897
9898         * wl-summary.el (wl-summary-update-thread): Use
9899         wl-thread-maybe-get-children-num.
9900         (wl-summary-set-parent): If change parent, move sub thread.
9901         (wl-summary-redisplay-internal): Add horizontal recenter.
9902         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9903
9904         * wl-thread.el (wl-thread-entity-get-linked): New function.
9905         (wl-thread-entity-set-linked): New function.
9906         (wl-thread-create-entity): Add linked element.
9907         (wl-thread-entity-insert-as-top): Use wl-append.
9908         (wl-thread-maybe-get-children-num): If closing thread, return
9909         children msgs.
9910         (wl-thread-update-line-msgs): Displaying progress message.
9911         (wl-thread-update-line-on-buffer-sub): Use
9912         wl-thread-maybe-get-children-num.
9913         (wl-thread-update-line-on-buffer): If update line is not exists,
9914         insert thread.
9915         (wl-thread-delete-message): If delete top msg of thread, search
9916         parent by subject.
9917         (wl-thread-insert-entity): Use
9918         wl-thread-maybe-get-children-num.
9919
9920         * wl-highlight.el (wl-highlight-summary-current-line): change
9921         sregexp for linked thread.
9922         * wl-util.el (wl-count-lines): Count lines.
9923         (wl-horizontal-recenter): horizontal recenter.
9924         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9925         (wl-score-get-alike): Ditto.
9926         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9927         (wl-subject-length-limit): New variable.
9928         (wl-highlight-thread-indent-string-regexp): Changed for linked
9929         thread.
9930
9931 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9932
9933         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9934         New variable (revival).
9935         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9936         by subject matching if there's no in-reply-to nor references field
9937         (revival).
9938
9939 \f
9940 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9941
9942         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9943         message.
9944
9945 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9946
9947         * wl-summary.el (wl-summary-reply): Return t if there was a
9948         message at cursor point.
9949         Added unwind-protect.
9950         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9951         returns t.
9952         (wl-summary-cancel-message): Do nothing when there's no message at
9953         cursor point.
9954         (wl-summary-forward): Ditto.
9955         (wl-summary-jump-to-parent-message): Ditto.
9956         (wl-summary-reedit): Ditto.
9957         (wl-summary-edit-addresses): Ditto.
9958         (wl-summary-pipe-message): Ditto.
9959         (wl-summary-print-message-with-ps-print): Ditto.
9960         (wl-summary-print-message): Ditto.
9961         (wl-summary-mark-as-important): Ditto.
9962         (wl-summary-mark-as-unread): Ditto.
9963
9964         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9965         message at cursor point.
9966         (wl-summary-reply-with-citation): Remove unwind-protect.
9967
9968         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9969         subject searching feature.
9970         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9971         Eliminated.
9972
9973 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9974
9975         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9976         New variable.
9977         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9978         by subject matching if there's no in-reply-to nor references field.
9979
9980         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9981
9982         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9983         when display is finished.
9984         (wl-folder-open-all): Ditto.
9985         (wl-folder-update-access-group): Ditto.
9986         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9987         * wl-thread.el (wl-thread-close-all): Ditto.
9988
9989         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9990         progress gauge only when it was displayed.
9991         * wl-folder.el (wl-folder-insert-entity): Ditto.
9992
9993 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9994
9995         * wl-summary.el (wl-summary-incorporate): Enclose
9996         `wl-summary-sync-force-update' with save-excursion.
9997
9998 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9999
10000         * wl-summary.el (wl-summary-prefetch-region):
10001         Pass current cursor point to `pos-visible-in-window-p' after
10002         moving cursor to the started point.
10003
10004 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10005
10006         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10007
10008         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10009         fields from the forwarding message.
10010         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10011         `ignored-fields'.
10012
10013 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10014
10015         * wl-mime.el (wl-message-request-partial):
10016         Eliminated argument `msgdb'.
10017         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10018         (wl-mime-combine-message/partial-pieces): Likewise.
10019         * tm-wl.el (wl-message-request-partial): Likewise.
10020         (wl-mime-combine-message/partial-pieces): Likewise.
10021
10022 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10023
10024         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10025         when display is finished.
10026
10027 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10028
10029         * wl-summary.el (wl-summary-goto-folder-subr):
10030         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10031
10032 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10033
10034         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10035         when cursor point is visible.
10036
10037 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10038
10039         * wl-expire.el (wl-expire-archive-get-max-number):
10040         Don't use `file-name-directory'.
10041
10042 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10043
10044         * wl-expire.el (wl-expire-archive-get-max-number):
10045         Use `file-name-directory'.
10046
10047 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10048
10049         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10050         only when there is progress.
10051
10052 2000-04-13  Mito <mit@nines.nec.co.jp>
10053
10054         * wl-summary.el (wl-summary-sync-marks): Display progress.
10055
10056 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10057
10058         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10059         (wl-summary-prev): Move cursor regardless of unread status.
10060         (wl-summary-next): Ditto.
10061
10062 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10063
10064         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10065         Added argument `target' and `number'.
10066         * tm-wl.el (wl-summary-burst-subr): New function.
10067         (wl-summary-burst): Use it.
10068
10069 2000-04-10  Mito <mit@nines.nec.co.jp>
10070
10071         * wl-mime.el (wl-burst): New function.
10072         (wl-summary-burst): Use it.
10073
10074 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10075
10076         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10077         as petname when there's no candidate.
10078
10079 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10080
10081         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10082         New variable.
10083         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10084
10085         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10086
10087         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10088
10089 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10090
10091         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10092         Use substring of `original' instead of buffer-substring.
10093         (wl-refile-evaluate-rule):
10094         Set `original' argument of wl-refile-expand-newtext.
10095
10096         * wl-summary.el
10097         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10098         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10099         (wl-summary-auto-refile): Check existence of destination folder just
10100         before marking.
10101
10102 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10103
10104         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10105         when wl-refile-get-field-value return nil.
10106
10107 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10108
10109         * wl-refile.el
10110         (wl-refile-expand-newtext): New function imported from Gnus.
10111         (wl-refile-evaluate-rule): Use it.
10112
10113 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10114
10115         * wl-summary.el (wl-summary-print-destination):
10116         Duplicate folder string to avoid putting text-property on
10117         original string.
10118
10119         * wl-refile.el (wl-refile-get-field-value): New function.
10120         (wl-refile-evaluate-rule): New function;
10121         Evaluate refile rule recursively.
10122         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10123         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10124         New function; Check existence of a target folder recursively.
10125         (wl-summary-auto-refile-check-refile-rule-alist):
10126         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10127
10128 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10129
10130         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10131
10132         * wl-folder.el (wl-create-folder-entity-from-buffer):
10133         Fixed problem when '}' character is contained in folder name.
10134
10135         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10136
10137 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10138
10139         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10140         (wl-fldmgr-add-completion-all-completions):
10141         Use wl-fldmgr-add-completion-hashtb.
10142
10143 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10144
10145         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10146         wl-fldmgr-add-completion-subr): New functions.
10147         * wl-folder.el (wl-folder-completion-func): New variable.
10148         * wl-summary.el (wl-summary-read-folder):
10149         Use wl-folder-completion-func.
10150
10151         * wl-refile.el: Eliminate throw & catch.
10152
10153         * wl.el (wl-plugged-sending-queue-status): Fixed.
10154
10155 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10156
10157         * wl-draft.el (wl-draft): Put category property on
10158         mail-header-separator.