* wl-action.el (wl-summary-set-mark): If the cursor is on folded
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
4         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
5
6 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
7
8         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
9         even if there are target marks only.
10
11 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
12
13         * Version number is increased to 2.15.4.
14
15 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
16
17         * wl-folder.el (wl-folder-check-one-entity): Simplify.
18
19 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
20
21         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
22         variable.
23
24 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
25
26         * wl-spam.el (wl-thread-test-spam): New function.
27         (wl-spam-setup): Bind "tkc".
28
29 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
30
31         * wl-expire.el (wl-folder-expire-entity): Rewite without
32         `wl-summary-goto-folder-subr'.
33         (wl-folder-expire-current-entity): Don't kill summary buffer.
34
35 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
36
37         * wl-folder.el (wl-folder-sync-entity): Rewrite without
38         `wl-summary-goto-folder-subr'.
39         (wl-folder-mark-as-read-all-entity): Likewise.
40
41         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
42
43 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
44
45         * wl-thread.el (wl-thread-force-open): Arranged.
46
47 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
48
49         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
50         from regexp.
51
52         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
53         (wl-read-search-condition-internal): Append them.
54
55 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
56
57         * wl-vars.el (wl-additional-search-condition-fields):
58         New user option.
59
60         * wl-util.el (wl-search-condition-fields): New function; export
61         from `wl-read-search-condition-internal'.
62         (wl-read-search-condition-internal): Use it.
63
64         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
65
66 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
67
68         * wl-summary.el (wl-summary-define-sort-command): New function.
69         (wl-summary-sort-by-date, wl-summary-sort-by-number)
70         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
71         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
72         define by `wl-summary-define-sort-command' at runtime.
73
74         * wl.el (wl-init): Call wl-summary-define-sort-command.
75
76 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
77
78         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
79         properties at the decrypting region.
80
81 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
82
83         * wl-util.el (wl-find-region): New function.
84
85         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
86         coding system.
87         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
88         property `wl-mime-decoded-coding-system'.
89         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
90         property `wl-mime-decoded-coding-system' to encode text.
91
92         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
93         message.
94         (wl-mime-pgp-verify-region): Ditto.
95
96 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
97
98         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
99         buffer. Use epa-display-verify-result.
100
101 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
102
103         * wl-draft.el (wl-draft-send): Continue even if setting parent
104         flag was failed.
105
106 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
107
108         * wl-message.el (wl-message-flag-indicator): Fixed the problem
109         of returning string only of parentheses.
110
111 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
112
113         * wl-summary.el (wl-summary-write): Add argument `folder'.
114         (wl-summary-write-current-folder): Change argument `folder' from
115         optional to require.
116         (wl-summary-get-buffer): Return the buffer associated folder only.
117
118         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
119         change.
120         (wl-folder-toggle-disp-summary): Ditto.
121
122         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
123         current summary as parent-folder.
124
125 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
126
127         * wl-draft.el (wl-draft-reedit): Don't overwrite
128         wl-draft-parent-folder.
129
130 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
131
132         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
133         (wl-mime-pgp-verify-region): Ditto.
134         (wl-message-decrypt-pgp-nonmime): Use the above function.
135         (wl-message-verify-pgp-nonmime): Likewise.
136         (wl-mime-preview-application/pgp): Likewise.
137
138 2006-04-20  Kenichi Okada  <okada@opaopa.org>
139
140         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
141         Fix about the order of `wl-nntp-posting-port' and
142         `wl-nntp-posting-stream-type'.
143         * wl.el (wl-plugged-port-label-alist): Add smtp.
144
145 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
146
147         * wl-summary.el (wl-summary-message-status): New macro.
148
149         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
150         (wl-summary-killed-mark): New user option.
151
152         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
153         API change.
154         (wl-thread-insert-entity-sub): Ditto.
155         (wl-thread-recover-messages): New command.
156
157         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
158         Don't call `wl-highlight-summary-current-line' directly.
159         (wl-summary-buffer-attach): Connect to signal `status-changed'
160         instead of `cache-changed'.
161         (wl-summary-buffer-detach): Follow the above change.
162         (wl-summary-detect-mark-position): Follow the API change.
163         (wl-summary-rescan-message): Ditto.
164         (wl-summary-insert-sequential): Ditto.
165         (wl-summary-update-thread): Ditto.
166         (wl-summary-message-mark): Ditto.
167         (wl-summary-persistent-mark): Ditto.
168         (wl-summary-create-line): Ditto.
169         (wl-summary-prefetch-region-no-mark): Call
170         `wl-summary-persistent-mark' with number.
171         (wl-summary-recover-messages-region): New command.
172         (wl-summary-target-mark-recover): Ditto.
173         (wl-summary-recover-message): Ditto.
174         (wl-summary-persistent-mark-string): Add argument `status' instead
175         of remove arguments `flags' and `cached'.  Treat killed status.
176         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
177
178         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
179         (wl-highlight-summary-line-face-spec): Treat killed status.
180         (wl-highlight-summary-line-string): Follow the API change.
181         (wl-highlight-summary-current-line): Ditto.
182
183         * Version number is increased to 2.15.3.
184
185 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
186
187         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
188         of symbolp to test whether the condition is function.
189
190 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
191
192         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
193         to nil.
194
195 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
196
197         * wl-summary.el (wl-summary-buffer-message-ring): New internal
198         variable.
199         (wl-summary-buffer-last-displayed-msg): Abolish.
200         (wl-summary-push-message): New function.
201         (wl-summary-pop-message): Ditto.
202         (wl-summary-goto-folder-subr): Reset
203         `wl-summary-buffer-message-ring'.
204         (wl-summary-pop-to-last-message): New command.
205         (wl-summary-goto-last-displayed-msg): Call
206         wl-summary-pop-to-last-message if optional argument is non-nil or
207         the last command is itself.
208         (wl-summary-redisplay-internal): Push last message number into
209         `wl-summary-buffer-message-ring'.
210
211         * wl-vars.el (wl-summary-message-ring-max): New user option.
212
213 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
214
215         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
216         from `wl-draft-reply').
217         (wl-draft-reply): Use it.
218         (wl-draft-find-reply-headers): Avoid compile warning.
219
220 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
221
222         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
223
224 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
225
226         * wl-message.el (wl-message-flag-indicator): New function.
227         (wl-message-redisplay): Use it.
228
229 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
230
231         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
232
233 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
234
235         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
236         instead of `read-event'.
237
238         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
239
240         * wl-mule.el (wl-read-event-char): Ditto.
241
242         * wl-e21.el (wl-read-event-char): Ditto.
243
244 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
245
246         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
247
248 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
249
250         * wl-vars.el (wl-draft-send-confirm-type): New user option.
251
252         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
253
254         * wl-draft.el (wl-draft-send-confirm): Confirmation by
255         `wl-draft-send-confirm-type'
256
257 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
258
259         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
260         Avoid error when the buffer name is already used.
261
262 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
263
264         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
265         the change of elmo-nmz -> elmo-search.
266         (wl-highlight-summary-line-help-echo-alist): Ditto.
267         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
268         (wl-nmz-folder-icon): Define as obsolete.
269         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
270         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
271
272 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
273
274         * wl-summary.el (wl-summary-get-list-info): Rewrite with
275         `elmo-find-list-match-value'
276
277 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
278
279         * wl-summary.el (wl-summary-get-list-info): Optimize.
280         Use List-Id and List-Post also.
281
282 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
283
284         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
285
286 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
287
288         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
289
290 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
291
292         * wl-util.el (wl-completing-read-multiple-1): New internal function.
293         (wl-completing-read-multiple-2): Ditto.
294         (wl-completing-read-multiple): Define use above functions.
295
296         * wl-summary.el (wl-summary-sort): Removed the workaround for a
297         bug of `completing-read-multiple' about default value.
298
299         * wl-xmas.el (wl-completing-read-multiple): Removed.
300
301         * wl-mule.el (wl-completing-read-multiple): Ditto.
302
303         * wl-e21.el (wl-completing-read-multiple): Ditto.
304
305 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
306
307         * wl-util.el (wl-filter-associations): New function.
308
309         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
310         (wl-spam-ignored-folder-list): Ditto.
311         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
312         (wl-spam-string-member-p): New function.
313         (wl-spam-domain): Use it.
314         (wl-spam-split-numbers): New function.
315         (wl-spam-apply-partitions): Ditto.
316         (wl-spam-register-spam-messages): Use `folder' instead of
317         `wl-summary-buffer-elmo-folder'.
318         (wl-spam-register-good-messages): Ditto.
319         (wl-summary-exec-action-spam): Decide a domain by real folder of
320         message.
321         (wl-summary-exec-action-refile-with-register): Likewise.
322
323 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
324
325         * wl-e21.el (wl-e21-find-image): New function.
326         (wl-e21-setup-toolbar): Use it instead of `find-image'.
327         (wl-e21-highlight-folder-group-line): Ditto.
328         (wl-folder-init-icons): Ditto.
329         (wl-plugged-init-icons): Ditto.
330         (wl-biff-init-icons): Ditto.
331
332 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
333
334         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
335         (wl-inhibit-save-drafts): New internal variable.
336         (wl-disable-auto-save): Ditto.
337         (wl-save-drafts): Treat above variables.
338         (wl-auto-save-drafts): New function.
339         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
340         `wl-stop-save-drafts'.
341         (wl-start-save-drafts): New function.
342         (wl-stop-save-drafts): Ditto.
343         (wl-set-auto-save-draft): New command.
344
345         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
346         `wl-set-save-drafts'.
347
348 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
349
350         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
351         `make-local-variable' instead of `make-variable-buffer-local'.
352
353 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
354
355         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
356
357 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
358
359         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
360
361 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
362
363         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
364         of working buffer.
365
366 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
367
368         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
369
370         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
371         value into recipients; Bind `wl-draft-remove-group-list-contents'
372         as nil.
373
374 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
375
376         * wl-summary.el (wl-summary-sort): Fixed the last change.
377
378         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
379         (wl-summary-sort-messages): Ditto.
380         (wl-summary-rescan): Use it.
381         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
382         `completing-read'; Append candidates for reverse order.
383
384 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
385
386         * Version number is increased to 2.15.2.
387
388 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
389
390         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
391         "Smaller".
392         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
393
394 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
395
396         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
397
398 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
399
400         * wl-vars.el (wl-draft-additional-header-alist): Add into the
401         customize group `wl-draft'.
402         (wl-draft-add-in-reply-to): Move customize group from `wl' to
403         `wl-draft'.
404         (wl-draft-add-references): Ditto.
405
406         * wl-action.el (wl-summary-print-argument): Rename argument from
407         `folder' to `data'.
408
409 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
410
411         * wl-summary.el (wl-summary-rescan-message): Call
412         `wl-thread-cleanup-symbols' before insert thread.
413
414 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
415
416         * wl.el (wl-init): Set `elmo-get-folder-function' as
417         `wl-folder-make-elmo-folder'.
418
419         * wl-spam.el (wl-summary-exec-action-spam): Use
420         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
421
422         * wl-folder.el (wl-folder-make-elmo-folder): New function.
423         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
424         `elmo-make-folder'.
425         (wl-folder-get-elmo-folder): Ditto.
426         (wl-folder-create-subr): Simplify.
427
428 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
429
430         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
431
432 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
433
434         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
435         contents in message buffer instead of original buffer. If optional
436         argument specified, ask coding system for encode.
437
438 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
439
440         * wl-spam.el (wl-summary-test-spam-region): New function.
441         (wl-spam-setup): Bind "rkc".
442
443 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
444
445         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
446
447 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
448
449         * wl-spam.el (wl-summary-test-spam): Fix typo.
450         (wl-message-check-spam): Ditto.
451
452 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
453
454         * wl-summary.el (wl-summary-default-from): Simplify.
455
456 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
457
458         * wl-action.el (wl-summary-exec-action-refile): Simplify.
459         (wl-summary-exec-action-copy): Ditto.
460         (wl-summary-auto-refile): Check existence of temporary mark.
461
462 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
463
464         * wl-summary.el (wl-summary-create-line): Use
465         `elmo-time-to-datevec'.
466
467         * wl-expire.el (wl-expire-archive-date): Ditto.
468         (wl-expire-localdir-date): Ditto.
469
470         * wl-util.el (wl-day-number): Abolish.
471
472         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
473         of `wl-day-number'.
474         (wl-score-followup): Ditto.
475         (wl-score-add-followups): Ditto.
476         (wl-score-get-latest-msgs): Ditto.
477         (wl-score-get-header-entry): Ditto.
478         (wl-score-edit-insert-date): Ditto.
479
480 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
481
482         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
483         `elmo-message-entity-field' with 2nd argument `type'.
484
485 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
486
487         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
488
489 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
490
491         * wl-thread.el (wl-thread-delete-message): Delete descendant
492         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
493
494 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
495
496         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
497
498 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
499
500         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
501         `Access folder'.
502
503 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
504
505         * wl-vars.el (wl-access-folder-icon): New user option.
506
507         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
508         `Access folder'.
509
510 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
511
512         * wl-summary.el (wl-summary-buffer-set-folder): Use
513         `wl-folder-mime-charset'.
514
515         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
516         `mime-charset'.
517         (wl-folder-get-elmo-folder): Ditto.
518         (wl-folder-mime-charset): New function.
519
520 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
521
522         * wl-util.el (wl-parse-addresses): Define alias of
523         `elmo-parse-addresses' (move to `elmo-util.el').
524
525         * wl-summary.el (wl-summary-default-from): Follow the API change.
526         (wl-summary-overview-entity-compare-by-date): Ditto.
527         (wl-summary-overview-entity-compare-by-from): Ditto.
528         (wl-summary-get-list-info): Get value of `ml-info' field from
529         entity at first.
530         (wl-summary-rescan-message): Treat prefix argument.
531         (wl-summary-prefetch-msg): Follow the API change.
532         (wl-summary-search-by-subject): Ditto.
533         (wl-summary-insert-thread): Ditto.
534         (wl-summary-line-subject): Ditto.
535         (wl-summary-line-from): Ditto.
536         (wl-summary-create-line): Ditto.
537         (wl-summary-print-message-with-ps-print): Ditto.
538
539         * wl-score.el (wl-score-ov-entity-get): Ditto.
540         (wl-score-followup): Ditto.
541         (wl-score-add-followups): Use `elmo-message-entity-field' instead
542         of `car'.
543         (wl-score-get-latest-msgs): Follow the API change.
544         (wl-score-get-header): Ditto.
545
546         * wl-refile.el (wl-refile-learn): Ditto.
547         (wl-refile-subject-learn): Ditto.
548         (wl-refile-get-field-value): Ditto.
549         (wl-refile-guess-by-history): Ditto.
550         (wl-refile-guess-by-subject): Ditto.
551
552         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
553
554         * wl-expire.el (wl-expire-date-p): Removed.
555         (wl-expire-archive-date): Follow the API change.
556         (wl-expire-localdir-date): Ditto.
557         (wl-summary-expire): Ditto.
558
559         * Version number is increased to 2.15.1.
560
561 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
562
563         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
564         group is access or not (it is not strict, like wl-fldmgr-rename).
565
566 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
567
568         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
569         duplicate call of `wl-summary-print-argument' on the wrong line.
570
571 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
572
573         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
574         even if argument `number' is nil.
575         (wl-summary-insert-line): Print action argument if current message
576         has it.
577
578 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
579
580         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
581         (wl-draft-reply): Ditto.
582         (wl-draft): Add optional argument `parent-number' and call
583         `wl-draft-create-buffer' with it.
584         (wl-draft-create-buffer): Add optional argument
585         `parent-number'. Set wl-draft-parent-number as it.
586
587 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
588
589         * wl-folder.el (wl-folder-set-persistent-mark): If summary
590         buffer is not for given folder, don't use it.
591
592 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
593
594         * Version number is increased to 2.15.0.
595
596 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
597
598         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
599
600         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
601         (wl-highlight-get-face-by-name): New internal function.
602         (wl-highlight-summary-line-face-spec): Use it and fixed.
603
604 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
605
606         * wl-summary.el (wl-summary-sync-update): Use
607         `elmo-message-entity-field' instead of `car' to get message-id
608         from overview entity.
609
610         * wl-summary.el (wl-summary-rescan-message): Call
611         `wl-highlight-summary-displaying' when displaying a message.
612
613 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
614
615         * wl-draft.el (wl-draft-config-info-filename): Extracted from
616         `wl-draft-config-info-operation'.
617         (wl-draft-buffer-change-number): New function.
618         (wl-draft-rename-saved-config): Ditto.
619         * wl.el (wl-init): Connect slot for message-number-changed.
620         (toplevel): Add autoload for wl-draft-rename-saved-config.
621
622 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
623
624         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
625         `update-overview'
626         (wl-summary-buffer-detach): Disconnect from it.
627         (wl-summary-rescan-message): Use command.
628
629         * wl-message.el (wl-message-buffer-display): Use
630         `with-current-buffer' instead of `save-excursion'.
631
632 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
633
634         * wl-mime.el (wl-draft-preview-attributes-list): Protect
635         wl-draft-preview-attributes-list from distraction.
636
637 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
638
639         * wl-summary.el (wl-summary-sync-update): Sort the return value of
640         `elmo-list-diff'.
641
642 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
643
644         * wl-summary.el
645         (wl-summary-edit-addresses-collect-candidate-fields): Use
646         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
647
648         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
649         instead of `elmo-set-work-buf'.
650
651         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
652         (wl-address-make-address-list): Ditto.
653
654         * Version number is increased to 2.13.3.
655
656 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
657
658         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
659         user option.
660
661         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
662         argument `5'.
663
664         * wl-message.el (wl-message-display-no-merge-p): New function.
665         (wl-message-buffer-display): Check whether the message is
666         reassembled and follow the API change.
667
668 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
669
670         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
671         multibyte on working buffer and removed unnecessary
672         `buffer-disable-undo'.
673
674 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
675
676         * wl-util.el (wl-read-search-condition-internal): Fixed the last
677         change.
678
679 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
680
681         * wl-util.el (wl-read-search-condition-internal): Protect
682         elmo-global-flags from distraction.
683
684 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
685
686         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
687
688         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
689         (wl-summary-event-handler): Ditto.
690         (wl-summary-update-persistent-mark-on-event): New
691         function (renamed from `elmo-event-handler-flag-changed').
692         (wl-summary-buffer-attach): New function.
693         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
694         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
695         instead of `elmo-folder-add-handler'.
696
697         * Version number is increased to 2.13.2.
698
699 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
700
701         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
702         and "\177" to the `wl-news-previous-page'.
703         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
704         (wl-news-previous-page): New function.
705
706 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
707
708         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
709         instead of `write-region' and simplify.
710
711 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
712
713         * wl-template.el (wl-template-select): Cause error if
714         `wl-template-alist' is nil.
715
716 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
717
718         * wl-news.el.in: Set file variable `no-byte-compile'.
719
720 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
721
722         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
723         whether a target message is within displaying area.
724         (elmo-event-handler-cache-changed): Ditto.
725
726 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
727
728         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
729         to `defun'.  Use `nconc' instead of `append' to collect descendant
730         message numbers.
731
732 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
733
734         * wl-thread.el (wl-thread-save-top-list)
735         (wl-thread-save-entities): Use `with-temp-buffer'.
736         * wl-news.el.in (wl-news-previous-version-load):
737         (wl-news-previous-version-save): Ditto.
738         * wl-summary.el (wl-summary-load-file-object)
739         (wl-summary-save-view-cache): Ditto.
740
741 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
742
743         * wl-util.el (toplevel): Require 'elmo-flag'.
744         (wl-read-search-condition): New function (Renamed from
745         `elmo-read-search-condition').
746         (wl-read-search-condition-internal): Likewise.
747
748         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
749         invalid.
750         (wl-summary-pick): Use `wl-read-search-condition' instead of
751         `elmo-read-search-condition'.
752         (wl-summary-virtual): Ditto.
753
754         * wl-folder.el (wl-folder-virtual): Ditto.
755         (wl-folder-pick): Ditto.
756
757         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
758
759 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
760
761         * wl-summary.el (wl-summary-reedit): Call
762         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
763
764 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
765
766         * wl-mime.el (toplevel): Require wl-vars.
767
768         * wl-message.el (toplevel): Require cl at compile.
769
770         * wl-draft.el (toplevel): Require elmo.
771
772 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
773
774         * wl-message.el (wl-message-buffer-prefetch): Count is a number
775         and do nothing when it is not positive.
776         (wl-message-buffer-prefetch-next): Ditto.
777
778 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
779
780         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
781         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
782         (wl-summary-redisplay-internal): Ditto.
783
784         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
785         message (the condition is borrowed from `wl-check-variables-2').
786         (wl-summary-redisplay-internal): Ditto.
787
788 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
789
790         * wl-mime.el (wl-draft-nntp-attribute): New function.
791         (wl-draft-attribute-nntp-posting-server): Use it.
792         (wl-draft-attribute-nntp-posting-port): Ditto.
793
794         * wl-mime.el (wl-draft-preview-attributes-list): New function.
795         (wl-draft-show-attributes-buffer): Ditto.
796         (wl-draft-hide-attributes-buffer): Ditto.
797         (wl-draft-attribute-newsgroups): Ditto.
798         (wl-draft-attribute-nntp-posting-server): Ditto.
799         (wl-draft-attribute-nntp-posting-port): Ditto.
800         (wl-draft-preview-message): Use there functions.
801
802         * wl-vars.el (wl-draft-preview-attributes-list): Change default
803         value.
804
805 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
806
807         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
808         (wl-draft-reedit): Ditto.
809         (wl-draft-queue-flush): Ditto.
810
811         * wl-mime.el (wl-message-request-partial): Ditto.
812         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
813         instead of `elmo-message-fetch'.
814
815         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
816
817         * wl-summary.el (wl-summary-message-string): Ditto.
818
819 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
820
821         * wl-util.el (wl-current-message-buffer): Follow the API change.
822
823         * wl-summary.el (wl-summary-redisplay-internal): Call
824         `wl-summary-mark-as-read' with 2nd argument as nil and update
825         unread count instead of persistent mark.
826
827         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
828         variable.
829         (wl-message-redisplay): Follow the API change.
830         (wl-message-buffer-display): Managed mime-entity directly and
831         return preview buffer only.
832         (wl-message-display-internal): Rewrite.
833         (wl-message-buffer-prefetch-subr): Not save return value of
834         `wl-message-buffer-display'.
835
836         * Version number is increased to 2.13.1.
837
838 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
839
840         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
841         'elmo-multiple-fields-body-list' with boundary specified.
842
843 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
844
845         * wl-vars.el (wl-summary-resend-use-cache): New variable.
846         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
847         cache if `wl-summary-resend-use-cache' is non-nil.
848
849 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
850
851         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
852         (wl-nntp-posting-stream-type): Ditto.
853
854 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
855
856         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
857
858 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
859
860         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
861         message.
862
863 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
864
865         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
866         Abolish.
867         (wl-summary-buffer-persistent-mark-version): New internal
868         variable.
869         (wl-summary-update-mark-and-highlight-window): Check by
870         wl-summary-persistent-mark-invalid-p.
871         (wl-summary-update-status-marks): Ditto.
872         (elmo-event-handler-flag-changed): Rewrite.
873         (elmo-event-handler-cache-changed): Define.
874         (wl-summary-prefetch-msg): Does not update persistent mark here.
875         (wl-summary-delete-cache): Ditto.
876         (wl-summary-resume-cache-status): Ditto.
877         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
878         (wl-summary-persistent-mark-invalid-p): New function.
879         (wl-summary-validate-persistent-mark): Ditto.
880         (wl-summary-validate-persistent-mark-string): Ditto.
881         (wl-summary-invalidate-persistent-mark): Ditto.
882         (wl-summary-update-persistent-mark): Call
883         `wl-summary-validate-persistent-mark'.
884         (wl-summary-create-line): Call
885         `wl-summary-validate-persistent-mark-string'.
886
887         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
888         status as t if cache used.
889
890 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
891
892         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
893         only if the target is group.
894         * wl-folder.el (wl-folder-append-petname): Don't check group name.
895
896 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
897
898         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
899
900 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
901
902         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
903
904         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
905
906 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
907
908         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
909         (Thanks to Yoichi NAKAYAMA).
910
911 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
912
913         * wl-util.el (wl-save-drafts): Restore echo area.
914
915 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
916
917         * Version number is increased to 2.13.0.
918
919         * wl-util.el (wl-biff-check-folder-async): Use
920         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
921
922 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
923
924         * wl-message.el (wl-message-display-internal): Does not put
925         wl-message-display-type property on message buffer.
926         (wl-message-buffer-display-type): New function.
927
928         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
929
930         * wl-summary.el (wl-summary-mode): Use `dolist' to add
931         `wl-summary-buffer-detach'.
932         (wl-summary-message-display-type): Use
933         `wl-summary-buffer-display-type'.
934
935 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
936
937         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
938         buffer-local.
939
940         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
941         kill-buffer-hook instead of make-local-variable.
942         (wl-draft-preview-message): Set `local' argument of add-hook as t.
943
944 2004-12-12  Scott Renfro <scott@renfro.org>
945
946         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
947         regex for square-branket.
948
949 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
950
951         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
952         `wl-message-mime-analysis-p' with argument `header'.
953
954 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
955
956         * wl-mime.el (wl-draft-yank-current-message-entity): 
957         Switch to no-mime following method according to wl-message-display-type
958         property.
959         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
960
961         * wl-message.el (wl-message-display-internal): 
962         Put wl-message-display-type property on message buffer.
963
964         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
965         (wl-message-display-internal): Ditto;
966
967         * wl-summary.el (wl-summary-toggle-mime): Ditto.
968
969 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
970
971         * wl-message.el (wl-message-make-display-type): New function.
972         (wl-message-display-type-property): Ditto.
973         (wl-message-mime-analysys-p): Ditto.
974         (wl-message-display-all-header-p): Ditto.
975         (wl-message-redisplay): Removed argument `as-is', `all-header' and
976         added `display-type'.
977         (wl-message-buffer-display): Likewise.
978         (wl-message-display-internal): Likewise.
979         (wl-message-buffer-display-type): Abolish.
980         (wl-message-buffer-prefetch-subr): Follow the API changed.
981
982         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
983         from wl-summary-buffer-display-all-header and changed default value.
984         (wl-summary-message-display-type): New function.
985         (wl-summary-buffer-display-mime-mode): Ditto.
986         (wl-summary-buffer-display-header-mode): Ditto.
987         (wl-summary-toggle-mime): Rewrite with above functions.
988         (wl-summary-toggle-all-header): Ditto.
989         (wl-summary-redisplay): Force redisplay with default mode.
990         (wl-summary-redisplay-internal): Renamed argument from `mode',
991         `all-header' to `mime-mode', `header-mode'.
992         Use `wl-message-make-display-type'.
993
994         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
995         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
996
997 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
998
999         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1000
1001 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1002
1003         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1004         in original message buffer.
1005         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1006         buffer.
1007
1008 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1009
1010         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1011
1012 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1013
1014         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1015
1016 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1017
1018         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1019         when actions succeeded.
1020         (wl-summary-exec-action-copy): Likewise.
1021
1022 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1023
1024         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1025         there is switch-to-buffer at the end of wl-message-select-buffer.
1026         (wl-summary-reply): Ditto.
1027
1028 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1029
1030         * wl-summary.el (wl-summary-forward): Put subject in original
1031         message buffer as argument of wl-draft-forward.
1032         * wl-draft.el (wl-draft-forward): Decode subject as in
1033         wl-draft-reply.
1034
1035 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1036
1037         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1038         a folder under access group.
1039
1040 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1041
1042         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1043         wl-message-buffer-display.
1044
1045         * wl-util.el (wl-set-save-drafts): Fix typo.
1046
1047 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1048
1049         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1050         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1051         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1052         the way to measure the width of a bitmap image; don't put face on
1053         ascii and bitmap images; put the mark which should not use the
1054         variable-pitch face on ascii and bitmap images.
1055         (wl-demo-setup-properties): Don't use the variable-pitch face on
1056         ascii and bitmap images; made it work on Emacs 20 and earlier.
1057         (wl-demo-insert-text): End with a newline at the bottom; don't put
1058         face on text.
1059
1060         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1061
1062 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1063
1064         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1065
1066         * wl-util.el (wl-save-drafts): Moved from sample setting.
1067         (wl-set-save-drafts): New function to set idle timer.
1068         * wl-draft.el (wl-draft): Call it.
1069         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1070
1071 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1072
1073         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1074         a summary which has toggle display status off.
1075
1076 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1077
1078         * wl-draft.el (wl-draft-do-fcc): No cache save.
1079
1080 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1081
1082         * wl-summary.el (elmo-event-handler-flag-changed): Use
1083         `set-buffer' instead of `with-current-buffer'.
1084
1085 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1086
1087         * wl-summary.el (wl-summary-after-resize-function): New function.
1088         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1089         window-size-change-functions.
1090
1091 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1092
1093         * wl-draft.el (wl-draft-create-buffer): Bind
1094         `change-major-mode-hook' after current buffer is changed.
1095
1096         * wl-summary.el (wl-summary-buffer-detach): New function.
1097         (wl-summary-buffer-set-folder): Call it.
1098         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1099         change-major-mode-hook and kill-buffer-hook.
1100         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1101         (wl-summary-switch-to-clone-buffer): Ditto.
1102         (wl-summary-goto-folder-subr): Ditto.
1103
1104 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1105
1106         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1107         after boundp check.
1108
1109 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1110
1111         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1112         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1113         for `kill-buffer'.
1114
1115         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1116         handler of current buffer from elmo-folder.
1117
1118 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1119
1120         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1121
1122 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1123
1124         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1125         variable.
1126         (wl-summary-event-handler): New class.
1127         (elmo-event-handler-flag-changed): Define to update persistent
1128         mark.
1129         (wl-summary-buffer-set-folder): Register event handler to
1130         elmo-folder.
1131         (wl-summary-exit): Unregister event handler.
1132         (wl-summary-goto-folder-subr): Ditto.
1133         (wl-summary-mark-as-read-all): Does not call
1134         `wl-summary-update-persistent-mark' directly.
1135         (wl-summary-mark-as-read-internal): Ditto.
1136         (wl-summary-set-persistent-mark-internal): Ditto.
1137         (wl-summary-set-flags-internal): Ditto.
1138
1139         * Version number is increased to 2.11.33.
1140
1141 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1142
1143         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1144         to nil.
1145
1146 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1147
1148         * wl-spam.el (wl-spam-setup): Add hook
1149         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1150         instead of `wl-summary-prepare-hook'.
1151
1152         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1153         if folder type is `'flag'.
1154         (wl-summary-mark-as-important): Ditto.
1155
1156 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1157
1158         * wl-address.el (wl-address-minibuffer-history): New variable.
1159         (wl-address-minibuffer-local-map): New keymap.
1160         (wl-address-read-from-minibuffer): New function.
1161
1162         * wl-action.el (wl-summary-get-resend-address): Use
1163         `wl-address-read-from-minibuffer' instead of `completing-read'.
1164
1165 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1166
1167         * Version number is increased to 2.11.32.
1168
1169 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1170
1171         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1172         without mule to iso-8859-1.
1173         (wl-draft-add-in-reply-to): Add note in description.
1174         (wl-draft-add-references): Ditto.
1175
1176 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1177
1178         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1179         definition for `m'.
1180         (wl-summary-mode-line-format): Add '[%m]'.
1181         (wl-message-mode-line-format-spec-alist): Ditto.
1182         (wl-summary-display-mime-mode-list): New variable.
1183
1184         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1185         from wl-summary-buffer-display-as-is.
1186         (wl-summary-buffer-display-all-header): New buffer local variable.
1187         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1188         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1189         instead of wl-summary-buffer-display-as-is.
1190         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1191         (wl-summary-set-persistent-mark): Ditto.
1192         (wl-summary-set-message-buffer-or-redisplay): Just call
1193         `wl-summary-redisplay-internal' without optional arguments.
1194         (wl-summary-toggle-mime): Rewrite.
1195         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1196         (wl-summary-toggle-all-header): New function.
1197         (wl-summary-redisplay-internal): Treat mime mode.
1198
1199         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1200         to wl-mime-preview-follow-no-mime.
1201         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1202         accodring to the display-mode.
1203
1204         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1205         (wl-message-buffer-display): Changed argument name from `as-is' to
1206         `mode'.
1207         (wl-message-display-internal): Ditto;
1208         Bind elmo-mime-display-header-analysis according to the mode.
1209         (wl-message-display-internal): Put wl-message-display-mime-mode
1210         property on entire buffer.
1211
1212 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1213
1214         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1215
1216 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1217
1218         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1219         Don't extract mail address.
1220         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1221
1222         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1223
1224         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1225
1226 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1227
1228         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1229         wl-fldmgr-cut-entity-list on confirmation.
1230
1231 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1232
1233         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1234         (wl-mime-quit-preview): Check existence of
1235         mime-edit-temp-message-buffer here.
1236
1237 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1238
1239         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1240         after deletion.
1241
1242         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1243         before calling wl-mime-quit-preview.
1244
1245 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1246
1247         * wl-summary.el (wl-summary-pick): If call it with prefix
1248         argument, set `delete-marks' as non-nil. Pick from only visible
1249         messages.
1250         (wl-summary-check-target-mark): New function.
1251         (wl-summary-target-mark-mark-as-read): Use it.
1252         (wl-summary-target-mark-mark-as-unread): Ditto.
1253         (wl-summary-target-mark-operation): Ditto.
1254         (wl-summary-target-mark-set-flags): Ditto.
1255         (wl-summary-target-mark-save): Ditto.
1256         (wl-summary-target-mark-pick): Ditto.
1257         (wl-summary-target-mark-forward): Ditto.
1258         (wl-summary-target-mark-reply-with-citation): Ditto.
1259         (wl-summary-target-mark-print): Ditto.
1260         (wl-summary-target-mark-uudecode): Ditto.
1261
1262         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1263         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1264         with `ask-coding' is non-nil.
1265
1266 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1267
1268         * wl-thread.el (wl-thread-set-parent): If parent is a message
1269         which is identified by references, set linked as nil.
1270
1271 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1272
1273         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1274         (wl-message-mode-line-format-spec-alist): Ditto.
1275         (wl-message-mode-line-format): Ditto.
1276         (wl-summary-mode-line-format): Ditto for docstring.
1277         (wl-summary-no-mime-folder-list): Fix typo.
1278
1279         * wl-util.el (wl-current-message-buffer): Call
1280         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1281
1282         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1283         variable.
1284         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1285         of `wl-summary-redisplay-no-mime'.
1286         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1287         (wl-summary-toggle-mime): New function.
1288         (wl-summary-redisplay-all-header): Rewrite.
1289         (wl-summary-redisplay-no-mime): Ditto.
1290         (wl-summary-redisplay-internal): Added argument `as-is' and
1291         `all-header'.
1292
1293         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1294         New variable.
1295         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1296         bottom.
1297         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1298         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1299         "/" unconditionally.
1300
1301         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1302         wl-mime-preview-follow-no-mime for as-is content.
1303         (wl-mime-preview-follow-no-mime): New function.
1304         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1305
1306         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1307         and added `as-is', `all-header'.
1308         (wl-message-buffer-display): Ditto.
1309         (wl-message-buffer-display-type): New function.
1310
1311 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1312
1313         * wl-vars.el (wl-message-header-button-alist): Change default
1314         value.
1315         (wl-message-body-button-alist): Ditto.
1316
1317 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1318
1319         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1320
1321 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1322
1323         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1324
1325 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1326
1327         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1328         is always true.
1329
1330 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1331
1332         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1333         on null entity.
1334
1335 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1336
1337         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1338
1339 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1340
1341         * wl-vars.el (wl-summary-resend-hook): New hook.
1342
1343         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1344         `wl-summary-resend-hook'.
1345
1346 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1347
1348         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1349         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1350         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1351         (wl-summary-new-cached-mark): Changed default value to 'n'.
1352         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1353         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1354         (wl-folder-sync-range-alist): Remove spec for 'flag.
1355         (wl-summary-force-prefetch-folder-list): New user option.
1356
1357         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1358         `wl-summary-toggle-persistent-mark'.
1359         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1360         number is nil.
1361         (wl-summary-mark-as-answered-region): Set interactive argument of
1362         `wl-summary-set-persistent-mark-internal'.
1363         (wl-summary-mark-as-important-region): Ditto.
1364         (wl-summary-unset-persistent-mark): Ditto.
1365         (wl-summary-set-persistent-mark): Ditto.
1366         (wl-summary-mark-as-answered): Ditto.
1367         (wl-summary-mark-as-important): Ditto.
1368         (wl-summary-set-persistent-mark-internal): Do nothing
1369         when `elmo-message-flag-available-p' is nil.
1370         (wl-summary-toggle-persistent-mark): New function.
1371         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1372         when the folder matches `wl-summary-force-prefetch-folder-list'.
1373
1374
1375         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1376         when number is nil.
1377         (wl-highlight-summary-forwarded-face): New face.
1378
1379 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1380
1381         * Version number is increased to 2.11.31.
1382
1383 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1384
1385         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1386         (wl-biff-check-folder-async): Ditto.
1387         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1388
1389 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1390
1391         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1392         Add an argument `reverse'.  All callers are updated.
1393         (wl-summary-sort): Add a prefix argument `reverse' to specify
1394         reverse sorting.
1395         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1396         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1397         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1398
1399 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1400
1401         * wl-message.el (wl-message-redisplay): Does not narrow header if
1402         disply-type is all-header or as-is.
1403
1404         * wl-summary.el (wl-summary-enter-handler): Use
1405         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1406
1407 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1408
1409         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1410         after adding wl-draft-parent-variables.
1411         (wl-draft-forward): Ditto.
1412
1413 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1414
1415         * wl-summary.el (wl-summary-sync-marks): Call
1416         `wl-summary-set-persistent-mark' and
1417         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1418         (wl-summary-set-persistent-mark-internal): Add 4th argument
1419         `no-server'.
1420         (wl-summary-unset-persistent-mark): Ditto.
1421         (wl-summary-set-persistent-mark): Ditto.
1422         (wl-summary-add-flags-internal): Abolish.
1423         (wl-summary-remove-flags-internal): Ditto.
1424         (wl-summary-mark-as-important-internal): Ditto.
1425         (wl-summary-mark-as-important): Use
1426         `wl-summary-set-persistent-mark' instead of
1427         `wl-summary-add-flags-internal'.
1428         (wl-summary-mark-as-important-region): Ditto.
1429
1430         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1431
1432         * wl-summary.el (wl-summary-get-available-flags): New function.
1433         (wl-summary-sync-marks): Use it and simplified.
1434         (wl-summary-unset-persistent-mark): Use
1435         `wl-summary-get-available-flags'.
1436         (wl-summary-set-persistent-mark): Ditto.
1437
1438 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1439
1440         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1441         id.
1442
1443 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1444
1445         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1446         number, call `wl-summary-prev-line-content'. Show message when the
1447         message is not found.
1448
1449 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1450
1451         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1452         wl-summary-enter-handler.
1453         (wl-summary-enter-handler): New command.
1454
1455         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1456         docstring and custom spec.
1457
1458         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1459         flags too; Don't treat Cached and New.
1460         (wl-summary-set-persistent-mark): Ditto.
1461
1462         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1463         `wl-folder-set-flag'.
1464
1465         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1466         instead of `wl-folder-set-flag'.
1467
1468         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1469         for completion.
1470         (wl-summary-set-persistent-mark): Ditto.
1471
1472         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1473         instead of `wl-draft-quit-preview'.
1474
1475         * wl-mime.el (toplevel): Avoid compile warning.
1476         (wl-mime-quit-preview): New function
1477         (formarly defined as `wl-draft-quit-preview').
1478         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1479         quitting method.
1480
1481         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1482
1483         * wl-folder.el (wl-folder-set-flag): Renamed from
1484         `wl-draft-set-flag-on-parent'.
1485
1486         * wl-draft.el (wl-draft-quit-preview): New function.
1487         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1488         (wl-draft-send): Call `wl-folder-set-flag' instead of
1489         `wl-draft-set-flag-on-parent'.
1490         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1491
1492 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1493
1494         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1495         (wl-draft-send): Ditto.
1496
1497 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1498
1499         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1500         (wl-draft-kill-pre-hook): Set default value as nil.
1501         (wl-summary-reply-hook): Ditto.
1502         (wl-draft-kill-flags): Abolish.
1503
1504         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1505         (wl-draft-parent-variables): Renamed from
1506         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1507         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1508         argument; Add wl-draft-parent-variables to
1509         wl-draft-config-variables.
1510         (wl-draft-reply): Likewise.
1511         (wl-draft-kill-flags): Abolish.
1512         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1513         (wl-draft-set-flag-on-parent): New function.
1514         (wl-draft-setup-parent-flag): Ditto.
1515
1516 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1517
1518         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1519         `wl-draft-parent-folder' is "".
1520
1521 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1522
1523         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1524         (wl-summary-digit-jump): New function.
1525         (Adviced by John Owens and Hiroya Murata)
1526
1527         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1528         (Adviced by John Owens)
1529
1530         * wl-xmas.el (wl-message-define-keymap): Ditto.
1531
1532         * wl-mule.el (wl-message-define-keymap): Ditto.
1533
1534 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1535
1536         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1537         change of return value of elmo-folder-count-flags.
1538
1539         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1540         (wl-summary-mark-as-read-internal): Ditto.
1541         (wl-summary-set-persistent-mark-internal): Ditto.
1542         (wl-summary-folder-info-update): Ditto.
1543         (wl-summary-sync-update): Fixed the last change.
1544
1545         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1546
1547 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1548
1549         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1550         (wl-draft-kill-flags): Fixed docstring.
1551
1552         * wl-draft.el (wl-draft-kill-flags): New function.
1553         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1554
1555 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1556
1557         * wl-vars.el (wl-reply-hook): Abolish.
1558         (wl-draft-reply-hook): New hook.
1559         (wl-summary-reply-hook): Ditto.
1560         (wl-draft-forward-hook): Ditto.
1561         (wl-summary-forward-hook): Ditto.
1562         (wl-draft-kill-flags): New variable.
1563
1564         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1565         wl-summary-set-persistent-mark-internal.
1566         (wl-summary-sync-marks): Use elmo-preserved-flags.
1567         (wl-summary-update-persistent-mark): Make it interactive.
1568         (wl-summary-set-persistent-mark-internal): New inline function.
1569         (wl-summary-mark-as-answered): Use it.
1570         (wl-summary-mark-as-unanswered): Ditto.
1571         (wl-summary-unset-persistent-mark): New function.
1572         (wl-summary-set-persistent-mark): Ditto.
1573         (wl-summary-reply): Don't set answered flag;
1574         Run wl-summary-reply-hook instead.
1575         (wl-summary-forward): Call wl-draft-forward with number.
1576         Run wl-summary-forward-hook.
1577
1578         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1579         (wl-highlight-summary-line-face-spec): Use it as a default
1580         persistent mark face.
1581
1582         * wl-draft.el (wl-draft-forward): Added optional argument number;
1583         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1584         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1585         (wl-draft-kill): Use wl-draft-kill-flags.
1586
1587         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1588
1589         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1590         of return value of elmo-folder-count-flags.
1591
1592         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1593
1594         * wl-summary.el (wl-summary-count-unread): Ditto.
1595         (wl-summary-sync-update): Follow the change above.
1596         (wl-summary-force-prefetch): New function.
1597
1598 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1599
1600         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1601         variable `buf' with `let' instead of `setq'.
1602
1603 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1604
1605         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1606         add Content-Disposition heaeder on the deleted part.
1607
1608 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1609
1610         * wl-draft.el (wl-draft-save): Encode address list under edit by
1611         `eword-encode-unstructured-field-body'.
1612
1613         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1614
1615 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1616
1617         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1618         wl-current-summary-buffer.
1619
1620 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1621
1622         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1623         `numbers' is ignored.
1624
1625 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1626
1627         * wl-folder.el (wl-folder-open-folder): Avoid error.
1628         Reported by John Owens, [wl-en:815]
1629
1630         * wl.el (wl): Set timer for biff process even if prefix argument
1631         is given or auto-checking is quitted.
1632
1633         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1634         immediately.
1635         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1636         (wl-toggle-plugged): Ditto.
1637
1638         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1639         * wl-util.el (wl-biff-start): Use idle timer if
1640         `wl-biff-use-idle-timer' is non-nil.
1641
1642 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1643
1644         * wl-highlight.el (wl-highlight-message): Fix description.
1645
1646 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1647
1648         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1649         tty.
1650
1651 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1652
1653         * wl-action.el (wl-summary-exec): Print failure count.
1654
1655 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1656
1657         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1658         to `defun', remove interactive form.
1659         Set elmo-message-fetch-confirm when force-reload is non-nil.
1660
1661 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1662
1663         * wl-summary.el (toplevel): Removed unnecessary autoload.
1664
1665 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1666
1667         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1668         the buffer is generated from another message buffer.
1669
1670 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1671
1672         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1673         extracted from `wl-fldmgr-save-folders'.
1674         (wl-fldmgr-delete): Call it after deletion.
1675
1676 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1677
1678         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1679         multi-tty support.
1680
1681 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1682
1683         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1684
1685 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1686
1687         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1688         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1689
1690 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1691
1692         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1693         unsubscribe list only if argument CLEAR is nil.
1694
1695 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1696
1697         * wl-draft.el (wl-draft-reply): Decode subject before removing
1698         Re: prefix.
1699
1700 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1701
1702         * wl-summary.el (wl-summary-sort-by-size): New command.
1703
1704 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1705
1706         * wl-summary.el (wl-summary-number-list-from-region): New
1707         function.
1708         (wl-summary-mark-as-read-region): Use it.
1709         (wl-summary-mark-as-unread-region): Ditto.
1710         (wl-summary-set-flags-region): Ditto and add optional argument
1711         remove.
1712         (wl-summary-mark-as-answered-region): Ditto.
1713         (wl-summary-mark-as-important-region): Ditto.
1714         (wl-summary-target-mark-mark-as-important): Added optional
1715         argument remove.
1716         (wl-summary-target-mark-mark-as-answered): Ditto.
1717         (wl-summary-target-mark-set-flags): Ditto.
1718
1719 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1720
1721         * wl-summary.el (wl-summary-set-flags-region): Call
1722         `wl-summary-set-flags-internal' with number list instead of call
1723         one by each message.
1724         (wl-summary-target-mark-set-flags): Likewise.
1725
1726 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1727
1728         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1729         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1730         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1731         (wl-summary-target-mark-mark-as-answered): Likewise.
1732
1733 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1734
1735         * wl-summary.el (wl-summary-target-mark-forward): Use
1736         `wl-summary-delete-all-target-marks' instead of
1737         `wl-summary-delete-all-temp-marks'.
1738         (wl-summary-target-mark-reply-with-citation): Ditto.
1739         (wl-summary-target-mark-uudecode): Ditto.
1740         (wl-summary-target-mark-set-flags): Ditto and remove needless
1741         cursor move.
1742
1743 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1744
1745         * wl-summary.el (wl-summary-target-mark-forward): Protect
1746         wl-summary-buffer-target-mark-list from nreverse.
1747         (wl-summary-target-mark-reply-with-citation): Ditto.
1748
1749 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1750
1751         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1752         `elmo-display-progress-threshold'.
1753
1754 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1755
1756         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1757         check `wl-summary-highlight'.
1758         (wl-summary-window-scroll-functions): Respect value of
1759         `wl-summary-highlight'.
1760         (wl-summary-sync-update): Run hooks
1761         `wl-summary-buffer-window-scroll-functions' at any time.
1762
1763 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1764
1765         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1766         from `wl-summary-cleanup-temp-marks'.
1767         (wl-summary-cleanup-temp-marks): Abolish argument.
1768         * wl.el (wl-save-status): Revert previous change.
1769         (wl-execute-temp-marks): New function, call
1770         `wl-summary-exec-with-confirmation'.
1771         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1772         (wl-folder-save-and-exec-marks): Abolished.
1773
1774 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1775
1776         * wl-e21.el (wl-e21-display-image-p): Respect
1777         `wl-highlight-folder-with-icon'.
1778         (wl-e21-highlight-folder-group-line): Highlight mouse line
1779         even if wl-e21-display-image-p is nil.
1780
1781         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1782         Respect value of `wl-summary-highlight'.
1783
1784         * wl.el (wl-save-status): Remove unused variable.
1785
1786         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1787         (wl-folder-mode-map): Bind it to "x".
1788
1789 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1790
1791         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1792
1793         * wl-thread.el (wl-thread-get-parent-list): Don't check
1794         disconnected ancestors, neglecting needless work in
1795         `wl-thread-update-indent-string-thread'.
1796
1797         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1798         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1799         argument, add argument default-keep to keep marks by default.
1800
1801         * Version number is increased to 2.11.30.
1802
1803         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1804         customization type and docstring.
1805         (wl-draft-reply-without-argument-list): Ditto.
1806
1807 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1808
1809         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1810
1811         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1812
1813 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1814
1815         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1816
1817 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1818
1819         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1820         save-excursion so as not to include run-hooks.
1821
1822 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1823
1824         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1825         Clarify that marks are going to be cleared.
1826
1827 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1828
1829         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1830         according to 3rd element of wl-summary-flag-mark.
1831
1832         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1833
1834 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1835
1836         * wl-action.el (wl-summary-target-mark-all): Don't set
1837         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1838
1839 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1840
1841         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1842         (wl-forward-subject-prefix): Ditto.
1843         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1844         (wl-draft-reply-make-subject): Ditto.
1845
1846         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1847         `wl-draft-forward'.
1848         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1849
1850 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1851
1852         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1853         target message does not exist.
1854
1855 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1856
1857         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1858         `wl-subject-prefix-regexp'.
1859         (wl-subject-forward-prefix-regexp): New variable.
1860         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1861         `wl-draft-strip-subject-re' and take regexp as argument.
1862         (wl-draft-forward): Use it.
1863         (wl-draft-reply): Ditto.
1864
1865 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1866
1867         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1868         emacs multi-tty support.
1869
1870 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1871
1872         * wl-e21.el (wl-e21-display-image-p): Don't call
1873         `display-images-p'.
1874         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1875         support.
1876         (wl-highlight-folder-current-line): Ditto.
1877         (wl-folder-init-icons): Ditto.
1878
1879 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1880
1881         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1882         the last line of summary in unplugged mode.
1883
1884 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1885
1886         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1887
1888 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1889
1890         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1891         * wl-address.el (wl-address-user-mail-address-p): Use it.
1892         (wl-address-delete-user-mail-addresses): Ditto.
1893         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1894
1895         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1896         (wl-address-delete-user-mail-addresses): Ditto.
1897
1898         * wl-address.el (wl-address-delete-user-mail-addresses): New
1899         function.
1900         * wl-refile.el (wl-refile-guess-by-history): Use it.
1901         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1902         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1903
1904         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1905         use wl-address-user-mail-address-p.
1906
1907 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1908
1909         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1910         after opening group.
1911
1912 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1913
1914         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1915         of elmo-set-buffer-multibyte.
1916
1917         * wl-message.el (wl-original-message-mode): Ditto.
1918
1919         * wl-score.el (wl-score-insert-header): Ditto.
1920
1921         * wl-summary.el
1922         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1923         (wl-summary-goto-folder-subr): Ditto.
1924         (wl-summary-insert-headers): Ditto.
1925
1926         * wl-util.el (wl-set-string-width): Ditto.
1927
1928         * Version number is increased to 2.11.29.
1929
1930 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1931
1932         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1933         (wl-highlight-summary-line-help-echo-alist): New variable.
1934         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1935         into `wl-highlight-summary-line-help-echo' and
1936         `wl-highlight-flag-folder-help-echo'.
1937         (wl-highlight-summary-line-string): Change accordingly.
1938         (wl-highlight-summary-current-line): Ditto.
1939
1940 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1941
1942         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1943         at the beginning of field body (Thanks to Markus Knittig).
1944
1945         * wl-draft.el (wl-draft-insert-current-message): Also check
1946         summary buffer, remove unnecessary tag.
1947
1948 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1949
1950         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1951         when wl-message-buffer is nil.
1952
1953         * wl-folder.el (wl-folder): Abolish unused argument.
1954         Call wl-folder-init when wl-folder-entity is nil.
1955         * wl.el (wl): Change accordingly.
1956
1957 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1958
1959         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1960         multibyte string before insert into draft buffer.
1961         (wl-draft-create-buffer): Always enable multibyte characters for
1962         draft buffer.
1963
1964         * Version number is increased to 2.11.28.
1965
1966 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1967
1968         * wl-folder.el (wl-folder-open-close): Handle blank line.
1969         (wl-folder-jump-to-current-entity): Ditto.
1970
1971 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1972
1973         * Version number is increased to 2.11.27.
1974
1975 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1976
1977         * wl-thread.el (wl-thread-insert-message): When the thread is
1978         devided by wl-summary-max-thread-depth, insert line at the end of
1979         buffer.
1980
1981 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1982
1983         * Version number is increased to 2.11.26.
1984
1985 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1986
1987         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1988
1989 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1990
1991         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1992         value of stream-type and session.
1993
1994 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1995
1996         * Version number is increased to 2.11.25.
1997
1998 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1999
2000         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2001         in a quit message.
2002
2003 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2004
2005         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2006         (wl-summary-redisplay-no-mime-internal): Ditto.
2007
2008 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2009
2010         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2011         * wl-vars.el (wl-smtp-connection-type): Ditto.
2012
2013 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2014
2015         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2016         for the separator line and quote mail-header-separator.
2017
2018 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2019
2020         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2021         result message.
2022
2023         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2024         `elmo-multiple-fields-body-list' with boundary as
2025         mail-header-separator.
2026
2027 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2028
2029         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2030
2031 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2032
2033         * wl-util.el (wl-list-diff): Remove unused function.
2034
2035         * wl-draft.el (wl-draft-send-confirm): Discard input before
2036         confirmation.
2037
2038 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2039
2040         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2041         order of flag and new.
2042
2043 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2044
2045         * wl-vars.el (wl-refile-policy-alist): Abolished.
2046
2047         * wl-action.el (wl-summary-set-action-refile): Follow the change
2048         above.
2049
2050 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2051
2052         * wl-highlight.el (wl-highlight-signature-search): Don't use
2053         re-search-backward for a long word since it is possible to crash
2054         XEmacs because of a bug.
2055
2056 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2057
2058         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2059
2060 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2061
2062         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2063         argument for wl-summary-sync-force-update.
2064
2065 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2066
2067         * wl-summary.el (wl-summary-mode-map): Revival of
2068         wl-summary-mark-as-important related bindings;
2069         Bind 'F','tF','mF','rF','m&'.
2070         (wl-summary-mark-as-important-region): Revival.
2071         (wl-summary-target-mark-mark-as-important): Ditto.
2072         (wl-summary-target-mark-operation): New function.
2073         (wl-summary-target-mark-mark-as-answered): Use it.
2074         (wl-summary-decide-flag): Don't set Important as default.
2075         (wl-summary-mark-as-important-internal): Revival.
2076         (wl-summary-mark-as-important): Ditto.
2077
2078         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2079
2080         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2081         instead of facep.
2082
2083 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2084
2085         * wl-dnd.el (wl-dnd-drop-func): Fix.
2086
2087         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2088         mouse-set-point instead of posn-point.
2089
2090         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2091
2092         * wl-mule.el (wl-completing-read-multiple): Ditto.
2093
2094 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2095
2096         * wl-demo.el (face-background-name): Defalias to avoid compile
2097         warning.
2098
2099 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2100
2101         * wl-summary.el (wl-summary-decide-flag): Use
2102         wl-completing-read-multiple instead of completing-read-multiple.
2103
2104         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2105         New alias.
2106
2107         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2108         Use face-background-name instead of face-background.
2109
2110         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2111
2112         * wl-summary.el (wl-summary-save): Use it.
2113         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2114
2115         * wl-mime.el (wl-mime-save-content): Fix last change.
2116
2117 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2118
2119         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2120         New function.
2121         (wl-summary-sort-specs): Added sort.
2122         * wl-mime.el (wl-mime-save-content): Expand file name.
2123
2124 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2125
2126         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2127
2128         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2129
2130 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2131
2132         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2133         for flag if it is not defined.
2134
2135 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2136
2137         * wl-e21.el (wl-highlight-folder-current-line): Use
2138         elmo-folder-type-internal when elmo-folder-type returns nil.
2139
2140         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2141
2142         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2143
2144         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2145
2146         * wl-e21.el (wl-summary-toolbar): Ditto.
2147
2148         * wl-vars.el (wl-demo-background-color): Abolished.
2149         (wl-summary-persistent-mark-priority-list): Renamed from
2150         wl-summary-flag-priority-list.
2151         (wl-summary-flag-alist): New user option.
2152         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2153         (wl-message-mode-line-format-spec-alist): Added 'F'.
2154         (wl-message-mode-line-format): Likewise.
2155         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2156         instead of wl-summary-important-mark.
2157         (wl-file-folder-icon): New variable.
2158
2159         * wl-thread.el (wl-thread-set-flags): Renamed from
2160         wl-thread-mark-as-important.
2161
2162         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2163         warning.
2164         (wl-summary-mode-menu-spec): Follow the change of 
2165         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2166         (wl-summary-mode-map): Follow the change of
2167         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2168         (wl-summary-detect-mark-position): Follow the variable name change.
2169         (wl-summary-set-flags-region): New function for the replacement of
2170         wl-summary-mark-as-important-region.
2171         (wl-summary-sync-marks): Sync all global-flags.
2172         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2173         instead of elmo-message-flagged-p.
2174         (wl-summary-persistent-mark-string): Follow the variable name change;
2175         Put wl-summary-flag-mark if the message has global-flag.
2176         (wl-summary-target-mark-set-flags): Renamed from 
2177         wl-summary-target-mark-mark-as-important.
2178         (wl-summary-decide-flag): New function.
2179         (wl-summary-set-flags-internal): Renamed from
2180         wl-summary-mark-as-important-internal.
2181         (wl-summary-add-flags-internal): New function.
2182         (wl-summary-remove-flags-internal): Ditto.
2183         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2184         (wl-summary-mark-as-unimportant): Abolish.
2185         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2186         (wl-summary-next-message): List flagged messages in the msgdb.
2187
2188         * wl-score.el (wl-summary-score-update-all-lines): Use
2189         wl-summary-add-flags-internal instead of 
2190
2191         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2192
2193         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2194         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2195         (wl-message-buffer-require-all-header): Renamed from
2196         wl-message-buffer-all-header-flag (Ditto).
2197         (wl-message-buffer-flag-indicator): New variable.
2198         (wl-message-redisplay): Changed local varibale name from `flag' to
2199         `display-type'; Set up wl-message-buffer-flag-indicator.
2200         (wl-message-buffer-display): Changed varibale name from `flag' to
2201         `display-type'.
2202         (wl-message-display-internal): Likewise.
2203
2204         * wl-highlight.el (wl-highlight-demo-face): Define default background
2205         color.
2206         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2207
2208         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2209
2210         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2211         (wl-demo-setup-properties): Renamed from
2212         `wl-demo-set-background-color'.
2213         (wl-demo): Follow the change above.
2214         
2215         * Version number is increased to 2.11.24.
2216
2217 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2218
2219         * wl-summary.el (wl-summary-toggle-thread): Call
2220         `wl-summary-rescan' with disable-thread as non-nil.
2221         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2222
2223 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2224
2225         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2226         foreground property of the face.
2227         (wl-demo-insert-text): Don't set up face property here.
2228         (wl-demo): Call wl-demo-set-background-color, anyway.
2229
2230 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2231
2232         * wl-vars.el (wl-demo-background-color): The value can be nil.
2233
2234 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2235
2236         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2237         to wl-summary-wheel-dispatcher.
2238
2239         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2240         wl-message-wheel-dispatcher.
2241         (wl-message-wheel-dispatcher): New function.
2242         (wl-summary-wheel-dispatcher): Ditto.
2243
2244 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2245
2246         * wl-action.el (wl-summary-target-mark-all): List messages which are
2247         not in the killed-list.
2248
2249         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2250         only when the folder is 'flag/important.
2251
2252         * wl-address.el (wl-complete-field-body): Complete if the last
2253         character is a space.
2254
2255 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2256
2257         * wl-folder.el (wl-folder-clear-entity-info): Use
2258         elmo-clear-hash-val.
2259
2260         * wl-fldmgr.el (wl-fldmgr-rename): Set
2261         wl-folder-info-alist-modified as t.
2262
2263 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2264
2265         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2266
2267 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2268
2269         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2270         (wl-folder-buffer-last-visited-entity-id): New buffer local
2271         variable.
2272         (wl-folder-revisit-last-visited-folder): New function.
2273         (wl-folder-mode-map): Bind it to "C-i".
2274         (wl-folder-set-current-entity-id): Set last visited folder.
2275         * wl-summary.el (wl-summary-exit): Ditto.
2276
2277 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2278
2279         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2280         before calling `recenter' in order to cope with an XEmacs bug.
2281
2282 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2283
2284         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2285         to the default value.
2286
2287 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2288
2289         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2290         change.
2291         (wl-summary-sync-marks): Ditto.
2292         (wl-summary-mark-as-read-internal): Ditto.
2293         (wl-summary-mark-as-answered-internal): Ditto.
2294         (wl-summary-mark-as-important-internal): Ditto.
2295         (wl-summary-reply): Ditto.
2296
2297         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2298         instead of `elmo-folder-unflag-answered'.
2299
2300         * Version number is increased to 2.11.23.
2301
2302         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2303         the last change.
2304
2305 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2306
2307         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2308         Specify "spam" or "good".
2309
2310 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2311
2312         * wl-spam.el (wl-summary-exec-action-spam): Call
2313         wl-folder-confirm-existence for spam folder.
2314         (wl-spam-setup): Bind "mk".
2315
2316 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2317
2318         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2319
2320 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2321
2322         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2323         destination folder is empty.
2324
2325 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2326
2327         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2328         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2329
2330         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2331         (wl-summary-refile-prev-destination-region): New function.
2332         (wl-thread-refile-prev-destination): Ditto.
2333         (wl-summary-target-mark-refile-prev-destination): Ditto.
2334
2335 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2336
2337         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2338         (wl-demo-background-color): Changed default value.
2339
2340         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2341         color.
2342
2343         * wl-demo.el (wl-demo-set-background-color): New function.
2344         (wl-demo): Call it.
2345
2346 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2347
2348         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2349         * wl-address.el (wl-address-add-or-change): Don't add empty
2350         address.
2351
2352 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2353
2354         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2355
2356 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2357
2358         * wl-vars.el (wl-demo-image-filter-alist): New variable
2359         (wl-demo-background-color): Ditto.
2360
2361         * wl-demo.el (wl-demo-xpm-set-background): New function.
2362         (wl-demo-image-filter): Ditto.
2363         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2364
2365         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2366
2367         * wl-demo.el (wl-demo-icon-name): Define as function.
2368         (wl-demo-insert-image): Use it.
2369
2370 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2371
2372         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2373
2374 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2375
2376         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2377
2378 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2379
2380         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2381
2382 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2383
2384         * wl-thread.el (wl-thread-mark-as-answered): New function.
2385
2386         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2387         answered" entry.
2388         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2389         "r&" and wl-thread-mark-as-answered to "t&".
2390         (wl-summary-mark-as-important-region): Refine to toggle mark.
2391         (wl-summary-mark-as-answered-region): New function.
2392         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2393         and 3rd argument.
2394         (wl-summary-mark-as-important-internal): Likewise.
2395
2396 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2397
2398         * wl-template.el (wl-template-preview): New internal variable.
2399         (wl-template-preview-p): New function.
2400         (wl-template-show): Bind `wl-template-preview' as t.
2401
2402 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2403
2404         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2405         `elmo-message-entity-field' with 3rd argument which is non-nil.
2406
2407 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2408
2409         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2410         Removed duplicate local bind `folder'.
2411
2412 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2413
2414         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2415
2416 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2417
2418         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2419         duplicate definition.
2420
2421 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2422
2423         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2424         non-nil, use it; Don't fetch message if there's no message in the
2425         current cursor position.
2426
2427 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2428
2429         * wl-util.el (wl-region-exists-p): Use region-active-p.
2430         (wl-deactivate-region): New function.
2431         * wl-message.el (wl-message-redisplay): Deactivate region.
2432
2433         * wl-summary.el (wl-summary-reply): Call
2434         `wl-summary-set-message-buffer-or-redisplay' instead of
2435         `wl-summary-redisplay-internal', don't move point.
2436
2437 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2438
2439         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2440         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2441         by regexp.
2442
2443 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2444
2445         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2446         if no need.
2447
2448 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2449
2450         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2451         default value to nil.
2452         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2453         `wl-summary-prepare-hook'; Replace refile action to
2454         `wl-summary-exec-action-refile-with-register'.
2455
2456         * Version number is increased to 2.11.22.
2457
2458 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2459
2460         * wl-summary.el (wl-summary-detect-mark-position): Set
2461         `wl-summary-buffer-weekday-name-lang'.
2462
2463 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2464
2465         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2466         (wl-summary-mark-as-read-all): Ditto.
2467         (wl-summary-delete-messages-on-buffer): Ditto.
2468         (wl-summary-sync-update): Ditto.
2469         (wl-summary-mark-as-read-internal): Ditto.
2470         (wl-summary-mark-as-answered-internal): Ditto.
2471         (wl-summary-update-folder-info): Abolished.
2472
2473 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2474
2475         * wl-summary.el (wl-summary-mark-as-read-all): Use
2476         `wl-summary-update-folder-info' instead of
2477         `wl-folder-update-unread'.
2478
2479 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2480
2481         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2482         `wl-summary-folder-info-update'.
2483         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2484         instead of `wl-summary-folder-info-update'.
2485         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2486         `wl-folder-set-folder-updated'.
2487         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2488         instead of `wl-folder-update-unread'.
2489         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2490         the value of `wl-summary-buffer-unread-count' for the second parameter of
2491         `wl-folder-update-unread'.
2492
2493         * Version number is increased to 2.11.21.
2494
2495 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2496
2497         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2498         a local variable.
2499
2500 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2501
2502         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2503         interactively.
2504
2505         * wl-summary.el (wl-summary-mark-as-important-internal): New
2506         internal function.
2507         (wl-summary-mark-as-important): Use it.
2508         (wl-summary-mark-as-unimportant): New function.
2509         (wl-summary-sync-marks): Follow the API change.
2510
2511         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2512
2513         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2514
2515 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2516
2517         * wl-folder.el (wl-folder-update-unread): Re-indent.
2518         Narrow the scope of a local variable.
2519
2520 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2521
2522         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2523         (wl-addrmgr-merge-entries): Ditto.
2524         (wl-addrmgr): Added to address entry which exists in draft buffer
2525         if no entry is in original.
2526
2527 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2528
2529         * wl-batch.el: New file.
2530
2531 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2532
2533         * wl-vars.el (wl-use-semi): Remove unused variable.
2534
2535 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2536
2537         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2538         "?".
2539
2540 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2541
2542         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2543         wl-summary-new-mark.
2544         (wl-summary-new-cached-mark): New user option.
2545         (wl-summary-score-marks): Follow the change above.
2546         (wl-summary-auto-refile-skip-marks): Ditto.
2547         (wl-summary-incorporate-marks): Ditto.
2548         (wl-summary-expire-reserve-marks): Ditto.
2549
2550         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2551
2552         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2553         (wl-summary-persistent-mark-string): Distinguished between cached
2554         and uncached mark when the message is new.
2555
2556 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2557
2558         * wl-spam.el (wl-spam-domain): Renamed from
2559         `wl-spam-folder-guess-domain'.
2560         (wl-summary-exec-action-spam): Register as spam if domain of the
2561         source folder is good.
2562         (wl-summary-exec-action-refile-with-register): Register message if
2563         domain of the source folder is not undecided.
2564
2565 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2566
2567         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2568         detect thread loop.
2569
2570 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2571
2572         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2573         and wl-summary-skip-mark-list.
2574
2575 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2576
2577         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2578
2579         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2580
2581         * wl-spam.el (toplevel): Require wl-highlight.
2582         (wl-spam-auto-check-policy-alist): Abolish.
2583         (wl-spam-auto-check-folder-regexp-list): New user option.
2584         (wl-spam-auto-check-marks): Ditto.
2585         (wl-spam-mark-action-list): Ditto.
2586         (wl-highlight-summary-spam-face): New face.
2587         (wl-spam-auto-check-message-p): New function.
2588         (wl-spam-map-spam-messages): Fixed message.
2589         (wl-spam-register-spam-messages): Ditto.
2590         (wl-spam-register-good-messages): Ditto.
2591         (wl-summary-spam-map): Add and remove keybind.
2592         (wl-summary-target-mark-spam): Abolish.
2593         (wl-summary-refile-spam): Ditto.
2594         (wl-summary-test-spam): New function.
2595         (wl-summary-mark-spam): Ditto.
2596         (wl-summary-auto-check-spam): Follow the above change.
2597         (wl-summary-exec-action-spam): New function.
2598         (wl-summary-exec-action-refile-with-register): Fixed message.
2599         (wl-message-check-spam): New function.
2600         (wl-spam-setup): Ditto.
2601         (toplevel): Call it if this file is loaded interactivity.
2602
2603         * Version number is increased to 2.11.20.
2604
2605 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2606
2607         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2608         when new optional argument `force' is non nil or modified.
2609
2610 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2611
2612         * wl.el (toplevel): Require wl-spam when compile.
2613         (wl-save-status): Call wl-spam-save-status.
2614
2615         * wl-spam.el (wl-spam-register-spam-messages): New function.
2616         (wl-spam-register-good-messages): Ditto.
2617         (wl-spam-save-status): Ditto.
2618         (wl-summary-mode-map): Bind
2619         wl-summary-target-mark-register-as-spam to "ms" and
2620         wl-summary-target-mark-register-as-good to "mn".
2621         (wl-summary-register-as-spam): Abolish optional argument; Use
2622         wl-spam-register-spam-messages.
2623         (wl-summary-register-as-spam-all): Use
2624         wl-spam-register-spam-messages.
2625         (wl-summary-register-as-good): Abolish optional argument; Use
2626         wl-spam-register-good-messages.
2627         (wl-summary-register-as-good-all): Use
2628         wl-spam-register-good-messages.
2629         (wl-summary-target-mark-register-as-spam): New funtion.
2630         (wl-summary-target-mark-register-as-good): Ditto.
2631
2632 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2633
2634         * wl-spam.el: New file.
2635
2636 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2637
2638         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2639
2640         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2641         (wl-summary-auto-refile): Call wl-refile-guess with
2642         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2643
2644 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2645
2646         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2647         with disable-thread argument non-nil.
2648
2649 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2650
2651         * wl-summary.el (wl-summary-rescan): Added optional argument
2652         disable-thread.
2653         (wl-summary-sync): Call wl-summary-rescan with argument
2654         disable-thread.
2655         (wl-summary-input-range): Added new range `rescan-thread'.
2656
2657 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2658
2659         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2660
2661 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2662
2663         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2664         internal variable.
2665         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2666         wl-summary-search-parent-by-subject-regexp and
2667         wl-summary-divide-thread-when-subject-changed as nil.
2668         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2669         (wl-summary-insert-thread): Search parent entity from
2670         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2671         thread loop.
2672
2673 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2674
2675         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2676
2677         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2678
2679         * wl-util.el (wl-require-update-all-folder-p): New function.
2680         (wl-get-assoc-list-value): Added `function' to match directive.
2681         (wl-collect-draft): Rewrite.
2682
2683         * wl-summary.el (wl-summary-sync-update): Clear faces
2684         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2685         are non-nil.
2686         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2687         argument as function.
2688         (wl-summary-input-range): Ditto.
2689
2690         * wl-folder.el (wl-draft-get-folder): New function.
2691         (wl-folder-get-elmo-folder): Consider draft folder.
2692
2693         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2694         (wl-draft-buffer-message-number): New buffer local variable.
2695         (wl-draft-folder-internal): New internal variable.
2696         (wl-draft-delete): Rewrite.
2697         (wl-draft-save): Ditto.
2698         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2699         wl-folder-get-elmo-folder.
2700         (wl-draft-config-info-operation): Ditto.
2701         (wl-jump-to-draft-folder): Ditto.
2702         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2703         (wl-draft-reedit): Rewrite.
2704
2705         * Version number is increased to 2.11.19.
2706         
2707 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2708
2709         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2710         variable.
2711
2712 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2713
2714         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2715         Use ignore-errors instead of unwind-protect.
2716
2717 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2718
2719         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2720         for updating `wl-thread-entity-list'.
2721
2722 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2723
2724         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2725         parameter from calling `wl-thread-entity-get-older-brothers' and
2726         `wl-thread-entity-get-younger-brothers'.
2727         Replace nested `append' with a single one.
2728
2729 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2730
2731         * wl-summary.el (wl-summary-mode): Don't use the return value of
2732         `make-local-hook'.
2733
2734 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2735
2736         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2737         instead of `let*'.
2738         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2739         of local variables.
2740
2741 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2742
2743         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2744         Renamed from wl-summary-window-scroll-functions.
2745         (wl-summary-window-scroll-functions): Don't set to variable.
2746         (wl-summary-display-top): Use run-hooks.
2747         (wl-summary-display-bottom): Ditto.
2748         (wl-summary-toggle-disp-msg): Ditto.
2749         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2750         Use it instead of wl-summary-window-scroll-functions.
2751         (wl-summary-goto-folder-subr): Don't call
2752         wl-summary-window-scroll-functions, use
2753         wl-summary-buffer-window-scroll-functions instead.
2754
2755 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2756
2757         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2758         make-local-variable.
2759
2760 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2761
2762         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2763         set-buffer-modified-p.
2764         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2765         (wl-summary-display-bottom): Ditto.
2766         (wl-summary-toggle-disp-msg): Ditto.
2767
2768 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2769
2770         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2771
2772         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2773         (wl-summary-forward): Use elmo-message-entity-field instead of
2774         elmo-message-field.
2775
2776         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2777
2778 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2779
2780         * wl-summary.el (wl-summary-window-scroll-functions): No use
2781         `append'.
2782
2783 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2784
2785         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2786         function.
2787         (wl-summary-window-scroll-functions): Call it when both
2788         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2789         (wl-summary-temp-mark): Added optional argument number.
2790         (wl-summary-message-mark): Added optional argument flag.
2791         (wl-summary-persistent-mark): Added optional argument number and flag.
2792         (wl-summary-update-persistent-mark): Ditto.
2793         (wl-summary-update-status-marks): Set "r" for interactive spec.
2794
2795         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2796         argument number and flag.
2797
2798         * wl-action.el (wl-summary-registered-temp-mark): 
2799         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2800
2801 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2802
2803         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2804         internal variable (buffer local).
2805         (wl-summary-window-scroll-functions): New function.
2806         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2807         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2808         as nil.
2809         (wl-summary-update-status-marks): Added arguments beg, end and
2810         check.
2811         (wl-summary-update-mark-window): Use function.
2812         (wl-summary-sync-update): Follow the change above.
2813         (wl-summary-switch-to-clone-buffer): Copy
2814         wl-summary-buffer-unsync-mark-number-list.
2815         (wl-summary-goto-folder-subr): Set
2816         wl-summary-buffer-unsync-mark-number-list and
2817         use wl-summary-window-scroll-functions instead of
2818         wl-summary-lazy-highlight.
2819
2820         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2821
2822 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2823
2824         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2825
2826         * wl-summary.el (wl-summary-update-persistent-mark): Call
2827         wl-summary-set-message-modified.
2828
2829         * wl-summary.el (wl-summary-sync-update): Don't call
2830         wl-summary-update-status-marks.
2831
2832         * Version number is increased to 2.11.18.
2833
2834 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2835
2836         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2837         (wl-message-next-page): Ditto.
2838
2839 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2840
2841         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2842         local variable.  Change the order of a collected list into the
2843         same as the specified range.  Remove nil from a collected list.
2844
2845 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2846
2847         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2848         argument for elmo-folder-list-messages.
2849
2850 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2851
2852         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2853         change (wl-summary-count-unreads return a list instead of a cons
2854         cell).
2855
2856 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2857
2858         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2859         `wl-summary-folder-info-update'.
2860
2861 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2862
2863         * wl-summary.el (wl-summary-set-message-modified): No use
2864         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2865         (wl-summary-set-mark-modified): Abolish.
2866         (wl-summary-mark-modified-p): Ditto.
2867         (wl-summary-save-view): Follow the change above.
2868
2869         * wl-expire.el (wl-summary-expire): Likewise.
2870
2871 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2872
2873         * wl-summary.el (wl-summary-detect-mark-position): Use
2874         modb-entity-handler.
2875         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2876
2877         * Version number is increased to 2.11.17.
2878
2879 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2880
2881         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2882         entity field value.
2883         (wl-summary-prefetch-msg): Ditto.
2884         (wl-summary-print-message-with-ps-print): Ditto.
2885
2886 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2887
2888         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2889         for dummy entity.
2890         (wl-summary-insert-thread): Use elmo-message-entity-field.
2891         (wl-summary-update-thread): Use elmo-message-entity-field and
2892         elmo-message-entity-number.
2893         (wl-summary-line-number):  Use elmo-message-entity-number.
2894         (wl-summary-line-size): Use elmo-message-entity-field.
2895         (wl-summary-line-subject): Ditto.
2896         (wl-summary-line-from): Ditto.
2897         (wl-summary-line-attached): Ditto.
2898         (wl-summary-create-line): Ditto.
2899         (wl-summary-create-line): Use elmo-message-entity-number.
2900         (wl-summary-print-message-with-ps-print): Use
2901         elmo-message-entity-field.
2902
2903 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2904
2905         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2906         change in elmo-msgdb-make-message-entity.
2907         (wl-summary-buffer-set-folder): Don't call
2908         wl-summary-detect-mark-position here.
2909         (wl-summary-rescan): Call elmo-message-entity-number.
2910         (wl-summary-sync-update): Ditto.
2911         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2912
2913         * wl-score.el (wl-score-header-index): Redefine 2th element.
2914         (wl-score-overview-entity-get-extra): Abolish.
2915         (wl-score-ov-entity-get): Rewrite.
2916         (wl-score-string-index<, wl-score-string-func<): Abolish.
2917         (wl-score-string<): New function.
2918         (wl-score-string-sort): Use it.
2919
2920         * wl-refile.el (wl-refile-guess-by-history): Use
2921         elmo-message-entity-field.
2922         (wl-refile-guess-by-from): Ditto.
2923         (wl-refile-guess-by-msgid): Ditto.
2924
2925         * Version number is increased to 2.11.16.
2926
2927 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2928
2929         * wl-folder.el (wl-folder-confirm-existence): Don't call
2930         file-exists-p if msgdb-path is nil.
2931         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2932         `wl-read-folder-hist' to `wl-read-folder-history'.
2933
2934 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2935
2936         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2937         `y-or-n-p'.
2938
2939 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2940
2941         * wl-score.el (wl-score-headers): Don't use
2942         elmo-folder-do-each-message-entity.
2943
2944         * Version number is increased to 2.11.15.
2945
2946 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2947
2948         * wl-summary.el (wl-summary-delete-all-msgs): Use
2949         elmo-folder-move-messages instead of elmo-folder-delete-messages
2950         and elmo-folder-detach-messages.
2951         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2952
2953         * wl-expire.el (wl-expire-delete): Ditto.
2954         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2955
2956 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2957
2958         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2959         (wl-message-header-narrowing-fields): Ditto.
2960         (wl-message-header-narrowing-lines): Ditto.
2961         (wl-message-header-narrowing-string): Ditto.
2962
2963         * wl-summary.el (wl-summary-mode-map): Bind
2964         wl-summary-toggle-header-narrowing to "C-cC-f".
2965         (wl-summary-toggle-header-narrowing): New function.
2966
2967         * wl-message.el (wl-message-buffer-create): Call
2968         wl-message-header-narrowing-setup.
2969         (wl-message-redisplay): Call wl-message-header-narrowing.
2970         (wl-message-header-narrowing): New function.
2971         (wl-message-header-narrowing-map): New keymap.
2972         (wl-message-header-narrowing-widen-map): New keymap.
2973         (wl-message-header-narrowing-again-at-mouse): New function.
2974         (wl-message-header-narrowing-1): Ditto.
2975         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2976         (wl-message-header-narrowing-setup): Ditto.
2977         (wl-message-header-narrowing-toggle): Ditto.
2978         
2979         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2980
2981         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2982         'flag as all.
2983         (wl-use-flag-folder-help-echo): New user option.
2984
2985         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2986         wl-summary-highlight as nil.
2987         (wl-summary-set-mark-modified): Follow the API change.
2988         (wl-summary-mark-modified-p): Ditto.
2989         (wl-summary-mark-as-read-all): Ditto.
2990         (wl-summary-sync-marks): Don't call
2991         elmo-folder-list-messages-with-global-mark.
2992         (wl-summary-mark-as-read-internal): Follow the API change.
2993         (wl-summary-mark-as-answered-internal): Ditto.
2994         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2995         Follow the API change.
2996         (wl-summary-create-line): Call with number argument.
2997         (wl-summary-reply): Follow the API change.
2998
2999         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3000         function.
3001         (wl-highlight-summary-line-string): Call it when
3002         wl-use-flag-folder-help-echo is non-nil.
3003         (wl-highlight-summary-current-line): Ditto.
3004         (elmo-flag-folder-referrer): Added autoload setting.
3005
3006         * wl-draft.el (wl-draft-kill): Follow the API change.
3007
3008         * Version number is increased to 2.11.14.
3009         
3010 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3011
3012         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3013
3014 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3015
3016         * Version number is increased to 2.11.13.
3017
3018 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3019
3020         * wl-draft.el (wl-draft-previous-history-element): Fixed
3021         unbalanced parenthesis and bind unbound local variables.
3022
3023 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3024
3025         * wl-draft.el (wl-draft-previous-history-element): New function.
3026         (wl-draft-next-history-element): Ditto.
3027         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3028         them to M-p and M-n.
3029
3030 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3031
3032         * Version number is increased to 2.11.12.
3033
3034 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3035
3036         * wl-draft.el (wl-draft-hide): Select buffer-window.
3037
3038 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3039
3040         * wl-summary.el (wl-summary-narrow-to-region): New function.
3041         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3042         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3043         (wl-summary-save-region): Use it.
3044         * wl-action.el (wl-summary-collect-numbers-region)
3045         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3046
3047 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3048
3049         * wl-folder.el (wl-folder-count-incorporates): Don't use
3050         `elmo-msgdb-mark-load'
3051
3052         * Version number is increased to 2.11.11.
3053
3054 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3055
3056         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3057         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3058
3059 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3060
3061         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3062
3063 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3064
3065         * Version number is increased to 2.11.10.
3066
3067 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3068
3069         * wl-mime.el (wl-draft-attribute-value): Fixed.
3070
3071 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3072
3073         * wl-util.el (wl-copy-local-variables): New function.
3074
3075         * wl-mime.el (wl-draft-attribute-recipients): New function.
3076         (wl-draft-attribute-envelope-from): Ditto.
3077         (wl-draft-attribute-smtp-posting-server): Ditto.
3078         (wl-draft-attribute-smtp-posting-port): Ditto.
3079         (wl-draft-attribute-value): Ditto.
3080         (wl-draft-preview-message): Use it to get value for
3081         attributes. Reflect result of `wl-draft-config'.
3082
3083         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3084         and call `wl-summary-mark-as-read' before to call
3085         `wl-summary-unset-mark'.
3086         (wl-summary-target-mark-mark-as-unread): Likewise.
3087         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3088
3089 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3090
3091         * wl-mime.el (wl-draft-preview-message): Use actual value for
3092         attributes; Fix for small window.
3093
3094 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3095
3096         * wl-refile.el (wl-refile-get-field-value): Call
3097         `elmo-message-entity-field' with 3rd argument is non-nil.
3098
3099 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3100
3101         * wl-vars.el (wl-draft-preview-attributes): New user option.
3102         (wl-draft-preview-attributes-list): Ditto.
3103         (wl-draft-preview-attributes-buffer-lines): Ditto.
3104         (wl-draft-preview-attributes-buffer-name): Ditto.
3105
3106         * wl-mime.el (wl-draft-preview-message): Display attributes.
3107
3108 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3109
3110         * wl-summary.el (wl-summary-detect-mark-position): Bind
3111         wl-summary-flag-priority-list to '(new).
3112
3113 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3114
3115         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3116         funtion.
3117         (wl-highlight-summary-line-string): Use it.
3118         (wl-highlight-summary-current-line): Ditto.
3119
3120 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3121
3122         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3123         line even when the mark string is not changed.
3124
3125         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3126         argument change in the wl-summary-create-line.
3127         (wl-thread-insert-entity-sub): Ditto.
3128
3129         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3130         argument change in the wl-summary-create-line.
3131         (wl-summary-insert-sequential): Ditto.
3132         (wl-summary-update-thread): Ditto.
3133         (wl-summary-persistent-mark-string): New inline function.
3134         (wl-summary-message-mark): Use it.
3135         (wl-summary-create-line): Abolish argument wl-persistent-mark
3136         and added wl-flags, wl-cached.
3137
3138         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3139         mark to flags.
3140         (wl-highlight-summary-current-line): Decide the face not by the 
3141         persistent mark but flags.
3142
3143 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3144
3145         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3146         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3147         wl-summary-read-uncached-mark): Revive.
3148         (wl-summary-answered-cached-mark,
3149         wl-summary-answered-uncached-mark): New user option.
3150         (wl-summary-score-marks): Follow the change above.
3151         (wl-summary-auto-refile-skip-marks): Ditto.
3152         (wl-summary-incorporate-marks): Ditto.
3153         (wl-summary-expire-reserve-marks): Ditto.
3154         (wl-summary-flag-priority-list): New user option.
3155
3156         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3157         changes.
3158         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3159         of elmo-message-mark.
3160         (wl-summary-mark-as-read-internal): Ditto.
3161         (wl-summary-mark-as-answered): Ditto.
3162         (wl-summary-mark-as-important): Ditto.
3163         (wl-summary-redisplay-internal): Ditto.
3164         (wl-summary-redisplay-no-mime-internal): Ditto.
3165         (wl-summary-message-mark): New function.
3166         (wl-summary-insert-sequential): Use wl-summary-message-mark
3167         instead of elmo-message-mark.
3168         (wl-summary-update-thread): Ditto.
3169         (wl-summary-persistent-mark): Ditto.
3170         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3171         instead of elmo-message-mark.
3172
3173         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3174         wl-summary-message-mark instead of elmo-message-mark.
3175         (wl-thread-insert-entity-sub): Ditto.
3176         (wl-thread-get-children-msgs-uncached): Ditto.
3177
3178         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3179         variable name changes.
3180         (wl-highlight-summary-current-line): Ditto.
3181
3182         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3183         wl-summary-message-mark instead of elmo-message-mark.
3184
3185         * wl-expire.el (wl-expire-message-p): Ditto.
3186
3187         * wl-score.el (wl-score-headers): Ditto.
3188
3189         * Version number is increased to 2.11.9.
3190
3191         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3192         (wl-summary-sync-update): Follow the change above.
3193         (wl-summary-switch-to-clone-buffer): Ditto.
3194         (wl-summary-open-folder): Ditto.
3195
3196 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3197
3198         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3199         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3200
3201         * Version number is increased to 2.11.8.
3202
3203         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3204
3205         * wl-expire.el (wl-expire-refile): Follow the API change on
3206         `elmo-folder-move-messages'.
3207         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3208
3209         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3210         (wl-summary-exec-action-refile): Ditto.
3211         (wl-summary-exec-action-copy): Ditto.
3212         (wl-summary-no-auto-refile-message-p): No use
3213         `wl-summary-buffer-msgdb'.
3214         (wl-summary-auto-refile): Ditto.
3215
3216 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3217
3218         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3219
3220 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3221
3222         * wl-summary.el (wl-summary-sync): Treat no-sync.
3223
3224         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3225         (wl-default-sync-range): Ditto.
3226
3227 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3228
3229         * wl-refile.el (wl-refile-subject-learn): Call
3230         `elmo-message-entity-field' with 3rd argument is non-nil.
3231         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3232         instead of `elmo-msgdb-overview-entity-get-subject'.
3233
3234 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3235
3236         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3237         scan-type is rescan.
3238         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3239         new optional argument force is non-nil.
3240         (wl-summary-save-view-cache): Call it with force argument non-nil.
3241
3242         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3243
3244 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3245
3246         * wl-action.el (wl-summary-print-argument): Fixed last change.
3247
3248 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3249
3250         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3251         simplified.
3252         (wl-summary-target-mark-mark-as-unread): Likewise.
3253         (wl-summary-target-mark-mark-as-important): Likewise.
3254
3255 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3256
3257         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3258         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3259         (wl-summary-mark-as-important-region): Change accordingly.
3260         (wl-summary-target-mark-mark-as-important): Ditto.
3261
3262 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3263
3264         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3265
3266         * wl-action.el (wl-summary-print-argument): Print argument to
3267         right side of window if `wl-summary-print-argument-within-window'
3268         is non-nil.
3269
3270 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3271
3272         * wl-action.el (wl-summary-set-mark): Use
3273         `wl-summary-message-visible-p' to check visibility of the message
3274         and jump to message only when the message line is visible and have
3275         different number; Call wl-summary-unset-mark with number argument.
3276         (wl-summary-unset-mark): 
3277         Use `wl-summary-message-visible-p'
3278         to check visibility of the message and jump to message only when
3279         the message line is visible and have different number;
3280
3281 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3282
3283         * Version number is increased to 2.11.7.
3284
3285         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3286         and wl-folder-summary-line-format.
3287
3288         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3289         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3290         (wl-summary-set-score-mark): Use it.
3291         (wl-summary-target-mark-mark-as-read): Ditto.
3292         (wl-summary-target-mark-mark-as-unread): Ditto.
3293         (wl-summary-target-mark-mark-as-important): Ditto.
3294         (wl-summary-target-mark-msgs): Simplified.
3295         (wl-summary-detect-mark-position): Fixed problem when
3296         summary-line-format no contain persisten/temp mark spec.
3297         (wl-summary-temp-mark): Ditto.
3298         (wl-summary-persistent-mark): Ditto.
3299         (wl-summary-update-persistent-mark): Ditto.
3300
3301         * wl-action.el (wl-summary-set-mark): Ditto.
3302         (wl-summary-unset-mark): Ditto.
3303         All other related portions are changed.
3304
3305 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3306
3307         * Version number is increased to 2.11.6.
3308
3309 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3310
3311         * wl-util.el (wl-current-message-buffer): Define as function;
3312         Don't use the value of wl-messge-buffer.
3313
3314         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3315         persistent mark.
3316
3317         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3318         no current message, cause an error.
3319
3320 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3321
3322         * wl-summary.el (wl-summary-set-message-modified): Use
3323         elmo-folder-set-message-modified instead of
3324         elmo-folder-set-message-modified-internal.
3325
3326 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3327
3328         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3329         interactively.
3330         (wl-summary-sync): nokill->entirely.
3331         (wl-summary-sync-marks): Fixed message.
3332         (wl-summary-input-range): Added mark, nokill->entirely.
3333
3334         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3335         messages as read.
3336
3337 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3338
3339         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3340         update-noscore.
3341         (wl-summary-sync): Follow the change above.
3342
3343 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3344
3345         * wl-action.el (wl-summary-target-mark-all): Use
3346         elmo-folder-list-messages.
3347
3348 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3349
3350         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3351         (wl-summary-rescan): Set wl-summary-scored as nil.
3352         (wl-summary-sync-force-update): Follow the change above.
3353         (wl-summary-sync): Ditto.
3354         (wl-summary-sync-update): Added argument disable-killed.
3355         (wl-summary-insert-headers): Set visible-only argument for
3356         elmo-folder-list-messages.
3357         (wl-summary-input-range): Added update-nokill, update-noscore,
3358         all-nokill, all-noscore and mark.
3359
3360         * Version number is increased to 2.11.5.
3361
3362         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3363
3364 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3365
3366         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3367         (wl-summary-prefetch-region-no-mark): Change accordingly.
3368         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3369
3370 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3371
3372         * wl-address.el (wl-complete-field-to): Abolished.
3373         (wl-complete-address): Completion function for completing-read.
3374         * wl-action.el (wl-summary-get-resend-address): Use it.
3375
3376         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3377         wl-summary-update-mark and abolish unused argument.
3378         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3379         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3380         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3381         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3382         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3383         * wl-draft.el (wl-draft-kill): Ditto.
3384
3385         * wl-summary.el: Remove unused binding of case-fold-search.
3386         (wl-summary-replace-status-marks): Abolished.
3387
3388 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3389
3390         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3391         is specified or folder length is zero.
3392
3393 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3394
3395         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3396         (wl-folder-archive-current-entity): Ditto.
3397
3398 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3399
3400         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3401         retrieving message mark.
3402         (wl-summary-redisplay-internal): Ditto.
3403
3404         * wl-message.el (wl-message-buffer-display): Ignore errors while
3405         retrieving message-id field.
3406
3407         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3408         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3409         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3410         order of the arguments for `wl-expire-message-p'.
3411         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3412
3413         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3414         Check return value of wl-summary-reply.
3415         (wl-summary-reply): Recover window configuration when an error occured.
3416
3417 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3418
3419         * wl-summary.el (wl-summary-resend-message): Abolished, the
3420         feature is inherited by wl-summary-resend (put resend mark).
3421
3422 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3423
3424         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3425         wl-message-buffer to nil when the message is hide.
3426
3427 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3428
3429         * .cvsignore: New file.
3430
3431 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3432
3433         * wl-action.el (wl-summary-action-docstring): Add more info.
3434         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3435         duplicate definition.
3436         (wl-summary-define-mark-action): Functions wl-summary-*-region
3437         keep current position.
3438         (wl-summary-unregister-target-mark): Store result to the variable.
3439
3440 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3441
3442         * Version number is increased to 2.11.4.
3443
3444 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3445
3446         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3447         wl-summary-delete-all-temp-marks.
3448         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3449
3450         * wl-action.el (wl-summary-set-mark): Changed terminology
3451         refile-destination -> action-argument.
3452         (wl-summary-unset-mark): Ditto.
3453         (wl-summary-remove-argument): Ditto.
3454         (wl-summary-print-argument): Ditto.
3455
3456         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3457         (wl-thread-remove-argument-region): Ditto.
3458         (wl-thread-print-argument-region): Ditto.
3459         (wl-thread-close): Ditto.
3460         (wl-thread-open): Ditto.
3461
3462         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3463         (wl-highlight-refile-destination-face is abolished)
3464         (wl-highlight-action-argument-string): Ditto.
3465         (wl-highlight-summary-current-line): Highlight action argument.
3466
3467         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3468         color for light backgrounds.
3469         (wl-highlight-summary-answered-face): Ditto.
3470
3471 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3472
3473         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3474
3475         * wl-score.el (wl-summary-score-update-all-lines): Use
3476         wl-summary-set-mark.
3477         (wl-summary-score-update-all-lines): Kill expunged messages.
3478
3479         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3480
3481 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3482
3483         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3484         directly.
3485         (wl-score-overview-entity-get-lines): Ditto.
3486         (wl-score-overview-entity-get-xref): Ditto.
3487         (wl-score-get-latest-msgs): Ditto.
3488         (wl-summary-rescore): Ditto.
3489
3490         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3491         to "&".
3492         (wl-summary-mark-as-answered-internal): New inline function.
3493         (wl-summary-mark-as-answered): New function.
3494         (wl-summary-mark-as-unanswered): Ditto.
3495         (wl-summary-sync-marks): Modified for answered-mark synching.
3496
3497 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3498
3499         * wl-action.el (wl-summary-set-mark): Fixed last change.
3500
3501 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3502
3503         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3504         behavior of wl-summary-unread-message-hook
3505         (Pointed out by akira yamada <akira@arika.org>).
3506
3507 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3508
3509         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3510         wl-summary-delete.
3511         * wl-xmas.el (wl-summary-toolbar): Ditto.
3512
3513         * wl-action.el (wl-summary-set-mark): Don't override current
3514         temp-mark.
3515
3516         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3517
3518 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3519
3520         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3521         (wl-refile-msgid-learn): Ditto.
3522         (wl-refile-get-field-value): Ditto.
3523
3524         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3525
3526         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3527         (wl-expire-delete-reserved-messages): Renamed from
3528         wl-expire-reserve-marked-msgs-from-list.
3529         (wl-expire-delete): Removed argument `msgdb'.
3530         (wl-expire-refile): Ditto.
3531         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3532         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3533         mark-alist as argument.
3534         (wl-expire-archive-number1): Removed argument `msgdb'.
3535         (wl-expire-archive-number2): Ditto.
3536         (wl-expire-archive-date): Ditto.
3537         (wl-expire-localdir-date): Ditto.
3538         (wl-expire-hide): Ditto.
3539         (wl-archive-number1): Ditto.
3540         (wl-archive-number2): Ditto.
3541         (wl-archive-date): Ditto.
3542         (wl-archive-folder): Ditto.
3543         All other related portions are changed.
3544
3545 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3546
3547         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3548         mean move up and down. (suggested by Takashi Kawachi)
3549
3550 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3551
3552         * wl-acap.el (toplevel): Don't require un-define.
3553
3554 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3555
3556         * wl-thread.el (wl-thread-delete-message): Always update
3557         wl-summary-buffer-number-list.
3558
3559         * wl-action.el (wl-summary-print-destination): 
3560         Do nothing when folder is nil.
3561
3562 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3563
3564         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3565         persistent mark when prefetch is succeeded.
3566
3567 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3568
3569         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3570         instead of elmo-msgdb-delete-msgs.
3571         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3572         (wl-expire-hide): Ditto.
3573
3574         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3575
3576         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3577         elmo-msgdb interface.
3578         (wl-thread-get-exist-children): Likewise.
3579         (wl-thread-insert-message): Likewise.
3580         (wl-thread-msg-mark-as-important): Likewise.
3581         (wl-thread-insert-entity-sub): Likewise.
3582         (wl-thread-get-children-msgs-uncached): Likewise.
3583
3584         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3585         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3586         (wl-summary-sync-update): Likewise.
3587         (wl-summary-auto-select-msg-p): Likewise.
3588         (wl-summary-update-thread): Likewise.
3589         (wl-summary-mark-as-important): Likewise.
3590         (wl-summary-jump-to-msg-internal): Likewise.
3591         (wl-summary-redisplay-internal): Likewise.
3592         (wl-summary-print-message-with-ps-print): Likewise.
3593         (wl-summary-folder-info-update): Likewise.
3594
3595         * wl-folder.el (wl-folder-check-one-entity):
3596         elmo-folder-count-flags instead of wl-summary-count-unread.
3597
3598         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3599
3600         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3601
3602         * wl-summary.el (wl-summary-set-message-modified): 
3603         Call wl-summary-set-mark-modified.
3604         (wl-summary-delete-messages-on-buffer): Call
3605         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3606         (wl-summary-sync-update): Call elmo-folder-length instead of
3607         elmo-folder-messages.
3608         (wl-summary-insert-headers): Don't call
3609         elmo-folder-list-message-entities.
3610
3611 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3612
3613         * wl-action.el (wl-summary-define-mark-action): Call
3614         `wl-summary-set-mark' with argument `data'.
3615         (wl-summary-auto-refile): Fixed order of arguments when call
3616         `wl-summary-refile'.
3617
3618 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3619
3620         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3621
3622         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3623
3624         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3625         (Renamed from wl-highlight-summary-deleted-face).
3626         (wl-highlight-summary-resend-face): New face.
3627
3628         (wl-highlight-summary-deleted-face): Renamed from
3629         wl-highlight-summary-erased-face.
3630
3631         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3632
3633         * wl-action.el (wl-summary-get-resend-address): New function.
3634         (wl-summary-exec-action-resend): Ditto.
3635         (wl-summary-exec-action-resend-subr): Ditto.
3636
3637         * w-thread.el (wl-thread-copy): Removed definition.
3638         (wl-thread-refile): Ditto.
3639         (wl-thread-delete): Ditto.
3640         (wl-thread-target-mark): Ditto.
3641
3642         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3643         (wl-summary-target-mark-set-action): Fixed.
3644         (wl-summary-define-mark-action): Fixed quotation.
3645         (wl-summary-move-mark-list-messages): Display message.
3646         (wl-summary-define-mark-action): Define thread functions.
3647         (wl-summary-exec-action-refile): Changed message.
3648         (wl-summary-exec): Ditto.
3649
3650 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3651         
3652         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3653         '%%'.
3654
3655 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3656
3657         * wl.el (toplevel): Require wl-action.
3658         (wl-init): Call wl-summary-define-mark-action.
3659
3660         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3661
3662         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3663         wl-summary-delete and wl-summary-erase.
3664         (wl-summary-mode-map): Ditto.
3665
3666         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3667         wl-delete-folder-alist.
3668
3669         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3670         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3671         (toplevel): Moved mark & action related functions to the wl-action.el.
3672
3673         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3674         in wl-summary-mark-action-list.
3675         (wl-highlight-summary-current-line): Ditto.
3676
3677         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3678         empty lines.
3679
3680         * wl-action.el: New file. 
3681
3682 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3683
3684         * wl-summary.el (wl-summary-target-mark-replace): New function.
3685         (wl-summary-target-mark-prefetch): Use it.
3686         (wl-summary-target-mark-delete): Ditto.
3687         (toplevel): Rearranged definition order.
3688         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3689         (wl-summary-target-mark-erase): Rewrite.
3690         (wl-summary-erase-region): New function.
3691         (wl-summary-exec-action-erase): Changed message.
3692         (wl-summary-move-mark-list-messages): New function.
3693         (wl-summary-exec-action-delete): Use it.
3694         (wl-summary-exec-action-erase): Ditto.
3695
3696         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3697         (wl-summary-skip-mark-list): Added "d".
3698
3699         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3700         while searching.
3701
3702         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3703         and define using defcustom;
3704         Define 4th element as a face.
3705         
3706         * wl-summary.el (wl-summary-incorporate): Use 
3707         `wl-summary-prefetch-region-no-mark' instead of
3708         `wl-summary-prefetch-region'.
3709         (wl-summary-prefetch-region-no-mark): Revival of old
3710         `wl-summary-prefetch-region'.
3711         (wl-summary-mark-action-list): Moved to wl-vars.el
3712
3713         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3714         face according to the `wl-summary-mark-action-list'.
3715         (wl-highlight-summary-current-line): Ditto;
3716         Removed destination highlighting.
3717
3718         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3719         (wl-highlight-summary-line-string): Highlight for "i" mark.
3720         (wl-highlight-summary-current-line): Ditto.
3721
3722         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3723         no destination.
3724
3725         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3726         exists, just go ahead.
3727         (wl-summary-prefetch-region): Rewrite.
3728         (wl-summary-prefetch): Ditto.
3729         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3730         (wl-summary-exec-action-prefetch): New function.
3731         (wl-summary-target-mark-prefetch): Rewrite.
3732
3733 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3734
3735         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3736         (wl-highlight-summary-line-string): Added "d" and "D".
3737         (wl-highlight-summary-current-line): Ditto.
3738
3739         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3740         in wl-summary.el.
3741         (wl-thread-insert-entity-sub): Ditto.
3742         (wl-thread-remove-destination-region): Ditto.
3743         (wl-thread-print-destination-region): Ditto.
3744
3745         * wl-summary.el (wl-summary-buffer-refile-list,
3746         wl-summary-buffer-delete-list,
3747         wl-summary-buffer-copy-list): Abolish.
3748         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3749         All other related portions are changed.
3750         (wl-summary-mark-action-list): New variable.
3751         (wl-summary-set-mark): New function.
3752         (wl-summary-register-target-mark): Ditto.
3753         (wl-summary-unregister-target-mark): Ditto.
3754         (wl-summary-have-target-mark-p): Ditto.
3755         (wl-summary-register-temp-mark): Ditto.
3756         (wl-summary-unregister-temp-mark): Ditto.
3757         (wl-summary-registered-temp-mark): Ditto.
3758         (wl-summary-collect-temp-mark): Ditto.
3759         (wl-summary-unset-mark): Ditto.
3760         (wl-summary-set-target-mark): Ditto.
3761         (wl-summary-unset-target-mark): Ditto.
3762         (wl-summary-set-action-generic): Ditto.
3763         (wl-summary-unset-action-generic): Ditto.
3764         (wl-summary-exec-action-delete): Ditto.
3765         (wl-summary-exec-action-erase): Ditto.
3766         (wl-summary-set-action-refile): Ditto.
3767         (wl-summary-set-action-refile-subr): Ditto.
3768         (wl-summary-unset-action-refile): Ditto.
3769         (wl-summary-make-destination-numbers-list): Ditto.
3770         (wl-summary-exec-action-refile): Ditto.
3771         (wl-summary-set-action-copy): Ditto.
3772         (wl-summary-unset-action-copy): Ditto.
3773         (wl-summary-exec-action-copy): Ditto.
3774         (wl-summary-collect-numbers-region): Ditto.
3775         (wl-summary-delete): Rewrite.
3776         (wl-summary-erase): Ditto.
3777         (wl-summary-remove-destination): Ditto.
3778         (wl-summary-exec): Ditto.
3779         (wl-summary-exec-region): Ditto.
3780         (wl-summary-target-mark-erase): Ditto.
3781         (wl-summary-refile): Ditto.
3782         (wl-summary-copy): Ditto.
3783         (wl-summary-unmark): Ditto.
3784         (wl-summary-delete-all-mark): Ditto.
3785         (wl-summary-mark-line): Don't highlight.
3786         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3787         (wl-summary-target-mark-refile-subr): Rewrite.
3788
3789         (wl-summary-copy-prev-destination): Abolish.
3790
3791 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3792
3793         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3794         default values along the value of wl-on-mule.
3795         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3796         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3797         It is not used anywhere.
3798
3799 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3800
3801         * wl-summary.el (wl-summary-print-destination): Keep position.
3802         (wl-summary-cursor-move-surface): Keep horizontal position.
3803
3804 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3805
3806         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3807         write sendlog.
3808
3809 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3810
3811         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3812         `wl-summary-highlight'.
3813
3814 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3815
3816         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3817         trivial condition for temp-mark.
3818
3819 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3820
3821         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3822         when it hits killed buffer.
3823
3824 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3825
3826         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3827         * wl-news.el.in: `message' and `error' take format string.
3828
3829 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3830
3831         * wl-folder (wl-folder-insert-entity): Display a message,
3832         `...done', when the work finish.
3833         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3834
3835 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3836
3837         * wl-message.el (wl-message-redisplay): Remove unused local
3838         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3839
3840 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3841
3842         * wl-summary.el (wl-summary-replace-status-marks): Disable
3843         interactive use.
3844         (wl-summary-reedit): Check message existence at first.
3845         (wl-summary-mark-line): Fix doc, return value is indefinite.
3846
3847         * wl-highlight.el (wl-highlight-message): Arranged.
3848
3849         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3850         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3851         check temp-mark by wl-summary-temp-mark always.
3852         (wl-highlight-summary): Change accordingly.
3853         * wl-summary.el (wl-summary-mark-as-read-all)
3854         (wl-summary-delete-cache, wl-summary-set-score-mark)
3855         (wl-summary-mark-as-unread, wl-summary-unmark)
3856         (wl-summary-mark-line, wl-summary-mark-as-read)
3857         (wl-summary-mark-as-important): Ditto.
3858
3859         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3860         end of the window if possible.
3861         * wl-summary.el (wl-summary-sync-update): Support lazy
3862         highlighting.
3863         (wl-summary-toggle-disp-msg): Ditto.
3864
3865 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3866
3867         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3868
3869 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3870
3871         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3872         change.
3873
3874 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3875
3876         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3877         API.
3878         (wl-summary-sync-update): Ditto.
3879
3880         * wl-score.el (wl-score-get-score-alist): Changed argument.
3881         (wl-summary-rescore-msgs): Likewise.
3882         (wl-summary-score-headers): Likewise.
3883         (wl-score-headers): Likewise;
3884         Use elmo-folder-do-each-message-entity, etc.
3885         (wl-summary-score-effect): Follow the changes above.
3886         (wl-summary-rescore): Ditto.
3887         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3888         (wl-score-get-overview): Abolish.
3889
3890         * wl-summary.el (wl-summary-default-from): Follow the API change in
3891         elmo-msgdb.
3892         (wl-summary-count-unread): Ditto.
3893         (wl-summary-detect-mark-position): Ditto.
3894         (wl-summary-overview-entity-compare-by-date): Ditto.
3895         (wl-summary-overview-entity-compare-by-number): Ditto.
3896         (wl-summary-overview-entity-compare-by-from): Ditto.
3897         (wl-summary-overview-entity-compare-by-subject): Ditto.
3898         (wl-summary-get-list-info): Ditto.
3899         (wl-summary-rescan): Ditto.
3900         (wl-summary-jump-to-msg-by-message-id): Ditto.
3901         (wl-summary-sync-update): Ditto; Removed comment.
3902         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3903         (wl-summary-insert-message): Use wl-summary-insert
3904         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3905         (wl-summary-insert-headers): Changed argument overview to folder.
3906         (wl-summary-search-by-subject): Likewise.
3907         (wl-summary-insert-thread): Renamed from 
3908         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3909
3910         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3911         too.
3912
3913         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3914         wl-string-member.
3915
3916 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3917
3918         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3919         elmo-folder-append-buffer.
3920         (wl-draft-queue-append): Likewise.
3921
3922         * wl-mime.el (wl-message-delete-current-part): Ditto.
3923         (wl-summary-burst-subr): Ditto.
3924
3925         * wl-news.el.in (wl-news-send-news): Ditto.
3926
3927 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3928
3929         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3930         function.
3931         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3932         (wl-summary-update-mark): Enclose with save-excursion.
3933         (wl-summary-mark-as-read-internal): Fixed last change.
3934         (wl-summary-mark-as-important): Use 3rd argument of
3935         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3936         Don't use elmo-msgdb-set-mark.
3937         (wl-summary-redisplay-internal): If msgdb flag is already read,
3938         just update the mark on buffer.
3939
3940 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3941
3942         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3943         cut visible folder when elmo-folder-delete returns non-nil value.
3944
3945 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3946
3947         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3948         by Kenichi OKADA <okada@opaopa.org>).
3949
3950 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3951
3952         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3953
3954 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3955
3956         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3957         Fixed the last change, search group entity by its real name.
3958         (Thanks to: KOBAYASHI Shinji)
3959
3960 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3961
3962         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3963         (wl-fldmgr-access-display-all): Don't refer visible name.
3964         * wl-expire.el (wl-folder-archive-current-entity)
3965         (wl-folder-expire-current-entity): Ditto.
3966         * wl-folder.el (wl-folder-jump-to-current-entity)
3967         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3968         (wl-folder-open-folder-sub,wl-folder-open-all)
3969         (wl-folder-write-current-folder): Ditto.
3970         (wl-folder-insert-entity): Don't use petname for normal group.
3971         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3972         is the real name.
3973         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3974         Abolished.
3975
3976 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3977
3978         * wl-draft.el (wl-draft-create-buffer): Add
3979         `wl-summary-reply-with-citation'
3980
3981 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3982
3983         * wl-draft.el (wl-draft-reply): Fixed.
3984
3985 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3986
3987         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3988         when `wl-draft-send-confirm-with-preview' is non-nil.
3989         You can scroll up/down by j/k.
3990         (wl-draft-send-confirm-with-preview): New variable (default=t).
3991
3992 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3993
3994         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3995         (wl-fldmgr-save-folders): Fix comment.
3996
3997 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3998
3999         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4000         along the last change in `wl-folder-buffer-group-p'.
4001
4002 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4003
4004         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4005         folder.
4006
4007         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4008         the default value.
4009
4010         * wl-mime.el (wl-summary-burst): Update summary only when target
4011         folder equals current folder.
4012
4013 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4014
4015         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4016
4017 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4018
4019         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4020         value.
4021
4022 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4023
4024         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4025         `map-extents' instead of `extent-at' repeatedly.
4026         (wl-highlight-folder-current-line): Ditto.
4027
4028         * wl-highlight.el: Remove useless dummy functions.
4029
4030 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4031
4032         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4033         (wl-folder-put-folder-property): New function to put text property.
4034         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4035         (wl-folder-insert-entity, wl-folder-update-diff-line)
4036         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4037         * wl-e21.el, wl-xmas.el, wl-mule.el
4038         (wl-highlight-folder-current-line): Ditto.
4039         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4040         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4041         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4042         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4043
4044 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4045
4046         * Version number is increased to 2.11.3.
4047
4048 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4049
4050         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4051         Resume current-buffer since it is assumed by remaining tasks.
4052
4053 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4054
4055         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4056         (wl-folder-completion-function): Abolished.
4057         (wl-folder-complete-folder): New function.
4058         (wl-folder-complete-filter-condition): Ditto.
4059         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4060         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4061
4062 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4063
4064         * wl-draft.el (wl-draft-send-confirm): New function.
4065         (wl-draft-send): Use it.
4066
4067         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4068         cursor-in-echo-area while confirming.
4069
4070         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4071
4072         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4073         searching via nntp if wl-summary-search-via-nntp is 'force.
4074         Otherwise, invoke searching in nntp folder only.
4075         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4076
4077         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4078         explicitly for mime-make-text-tag.
4079
4080 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4081
4082         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4083         `mime-make-text-tag' instead of `mime-create-tag'.
4084
4085 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4086
4087         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4088         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4089
4090 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4091
4092         * wl-score.el (wl-score-save): Bind print-length and print-level.
4093         (wl-score-pretty-print): Ditto.
4094         (wl-score-edit-insert-header-entry): Ditto.
4095
4096         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4097         "From" entry to be treated with wl-draft-eword-encode-address-list.
4098         * wl-mime.el (wl-draft-preview-message): Ditto.
4099
4100         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4101         (wl-summary-mark-as-unread): Ditto.
4102         (wl-summary-mark-as-read-region): Change accordingly.
4103         (wl-summary-mark-as-unread-region): Ditto.
4104         (wl-summary-target-mark-mark-as-read): Ditto.
4105         (wl-summary-target-mark-mark-as-unread): Ditto.
4106
4107 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4108
4109         * Version number is increased to 2.11.2.
4110
4111 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4112
4113         * wl-news.el.in (wl-news-previous-version-save): Bind
4114         print-length and print-level.
4115         * wl-thread.el (wl-thread-save-entities): Ditto.
4116         (wl-thread-save-top-list): Bind print-length.
4117
4118 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4119
4120         * wl-highlight.el (wl-highlight-summary-line-string): Use
4121         wl-summary-score-below-mark, wl-summary-score-over-mark.
4122         (wl-highlight-summary-current-line): Ditto.
4123
4124 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4125
4126         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4127         insert it.
4128
4129 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4130
4131         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4132
4133 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4134
4135         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4136         message without msgid.
4137         Rewrite with elmo-folder-move-messages.
4138         Set wl-message-buffer to nil.
4139
4140         * wl-summary.el (wl-summary-erase-subr): New function. Use
4141         elmo-folder-move-messages.
4142         (wl-summary-erase): Call it.
4143         (wl-summary-target-mark-erase): Ditto.
4144
4145 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4146
4147         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4148         it is not up-tp-date.
4149
4150 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4151
4152         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4153         buffer after calling `wl-summary-goto-folder-subr' without the
4154         argument `interactive'.
4155         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4156
4157 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4158
4159         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4160         `mime-create-tag'. Use `string=' instead of `looking-at'.
4161
4162 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4163
4164         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4165         to avoid compile warning.
4166
4167         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4168         entity-id when folder is given.
4169         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4170         save-excursion, use save-selected-window instead.
4171         Select folder buffer window if exists.
4172         (To correct behavior with wl-folder-move-cur-folder.)
4173
4174 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4175
4176         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4177
4178 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4179
4180         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4181         list-count instead of %d.
4182
4183 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4184
4185         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4186         (wl-news): Set it.
4187         (wl-news-append-to-folder): Use it.
4188
4189         * wl-news.el.in (wl-news-send-news): Append to specified folder
4190         instead of wl-default-folder.
4191         (wl-news-append-to-folder): Show error message with specified folder.
4192
4193         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4194                 In most major modes, Emacs assumes that any opening
4195                 delimiter found at the left margin is the start of a
4196                 top-level definition, or defun. Therefore, *never put an
4197                 opening delimiter at the left margin unless it should have
4198                 that significance.*
4199
4200         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4201
4202 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4203
4204         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4205
4206 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4207
4208         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4209
4210 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4211
4212         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4213         for sequential numbering case.
4214
4215 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4216
4217         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4218         value.
4219         (wl-draft-reply-without-argument-list): Ditto.
4220         (wl-draft-reply-myself-with-argument-list): Abolish.
4221         (wl-draft-reply-myself-without-argument-list): Ditto.
4222         * wl-draft.el (wl-draft-self-reply-p): New function.
4223         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4224
4225 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4226
4227         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4228         (avoid error for the case without byte-compiling)
4229
4230 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4231
4232         * wl-news.el.in (wl-news-append-to-folder): New function.
4233         (wl-news-exit): Rewrite.
4234         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4235
4236 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4237
4238         * wl-draft.el (wl-draft-reply-position): New function.
4239         (wl-draft-reply-position): Fix.
4240         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4241         (wl-summary-target-mark-reply-with-citation): Ditto.
4242         (wl-summary-reply-with-citation): Ditto.
4243         * wl-vars.el (wl-draft-reply-default-position): New variable.
4244
4245 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4246
4247         * wl-draft.el (wl-draft-send): Preview when interactive send.
4248
4249 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4250
4251         * wl-draft.el (wl-draft-reply): Set default position.
4252         * wl-summary.el (wl-summary-reply): Ditto.
4253         (wl-summary-reply-with-citation): Ditto.
4254         (wl-summary-target-mark-reply-with-citation): Ditto.
4255
4256 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4257
4258         * wl-news.el.in (wl-news-lang): Set default value according to
4259         current-language-environment.
4260         (wl-news-append-news): Do nothing when news-list is nil.
4261
4262 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4263
4264         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4265         (wl-news): Change message.
4266         (wl-news-exit): Check buffer.
4267         (wl-news-force-exit): New function.
4268         (wl-news-show-all): New function.
4269         (wl-news-discard-and-exit): Fix.
4270
4271 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4272
4273         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4274         according to current-language-environment.
4275
4276         * wl-news.el.in (wl-news): If arg, show all NEWS after
4277         wl-news-default-previous-version.
4278
4279 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4280
4281         * wl-news.el.in (wl-news-check): Rewritten.
4282         (wl-news-previous-version-load): Change data type.
4283         (wl-news-previous-version-save): Change data type.
4284         (wl-news-append-news): Add return value.
4285         (wl-news-check-news): New function.
4286         (wl-news-already-current-p): New function.
4287         (wl-news-send-news): Rewritten.
4288         (wl-news-mode-map): Add new keybind.
4289         (wl-news): Rewritten.
4290         (wl-news-exit): Rewritten.
4291         (wl-news-discard-and-mail): New function.
4292         (wl-news-send-to-address): Abolished.
4293         * wl.el (wl-init): Delete a message.
4294
4295 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4296
4297         * wl-news.el.in (wl-news-exit): Update previous version.
4298         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4299
4300 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4301
4302         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4303
4304 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4305
4306         * wl-news.el.in (wl-news): New function.
4307         (wl-news-mode): New function.
4308         (wl-news-next-line): New function.
4309         (wl-news-next-page): New function.
4310         (wl-news-exit): New function.
4311         (wl-news-buf-name): New variable.
4312         (wl-news-mode-map): New variable.
4313         (wl-news-winconf): New variable.
4314         (wl-news-append-news): Add an option.
4315
4316 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4317
4318         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4319
4320 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4321
4322         * wl-news.el.in (wl-news-send-to-address): New variable.
4323         (wl-news-send-news): Use it.
4324         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4325         Return updating status.
4326         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4327
4328 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4329
4330         * wl-news.el.in (wl-news-send-news): Delete
4331         Organization and X-Face.
4332
4333 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4334
4335         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4336         (wl-news-append-news): New function.
4337         (wl-news-send-news): New function.
4338
4339 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4340
4341         * Version number is increased to 2.11.1.
4342
4343 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4344
4345         * wl-news.el.in : New file.
4346
4347 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4348
4349         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4350         default value.
4351         (wl-draft-reply-without-argument-list): Ditto.
4352
4353 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4354
4355         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4356         (wl-message-buffer-prefetch-idle-time): Ditto.
4357         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4358
4359 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4360
4361         * wl-thread.el (wl-thread-insert-message): Use
4362         wl-summary-max-thread-depth.
4363
4364         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4365         loop detection.
4366
4367         * wl-message.el (wl-message-buffer-display): Back to the first page
4368         when cache is hit.
4369
4370 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4371
4372         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4373
4374         * wl-summary.el (wl-summary-insert-thread-entity):
4375         If the thread depth is reached to wl-summary-max-thread-depth,
4376         divide the thread.
4377
4378 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4379
4380         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4381         for elmo-remove-passwd.
4382
4383 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4384
4385         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4386         folder is sticky.
4387         (wl-folder-mark-as-read-all-entity): Ditto.
4388         (wl-folder-prefetch-entity): Ditto.
4389
4390 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4391
4392         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4393
4394 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4395
4396         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4397         Delete messages on buffer for unplugged operation.
4398         (wl-summary-erase): Ditto.
4399
4400 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4401
4402         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4403         take nil so as not to search parent by subject.
4404
4405 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4406
4407         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4408         (wl-folder-get-next-folder): Ditto.
4409         (wl-folder-get-path): Ditto.
4410
4411 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4412
4413         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4414         system and encode the region with it before verifying.
4415
4416 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4417
4418         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4419         system of the echo buffer before decoding.
4420
4421 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4422
4423         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4424         original contents.
4425
4426 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4427
4428         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4429         with argument 'any-exists.
4430
4431 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4432
4433         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4434         Use `wl-cs-autoconv'.
4435
4436 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4437
4438         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4439         by `mime-view-automatic-conversion'.
4440
4441         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4442         (wl-message-verify-pgp-nonmime): Ditto.
4443         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4444         Bind them to C-c:d and C-c:v respectively.
4445
4446         Merge following code by Teranishi-san from [wl-en:00167].
4447         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4448         (wl-mime-preview-application/pgp-encrypted): Ditto.
4449         (wl-mime-setup): Add entry.
4450
4451 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4452
4453         * wl-summary.el (wl-summary-target-mark-erase): New function.
4454         Bind it to "mD".
4455
4456 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4457
4458         * wl-vars.el (wl-draft-write-file-function): Fix.
4459         (wl-draft-reedit-hook): Changed default value.
4460
4461         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4462         wl-draft-reedit-hook.
4463         (wl-draft-remove-text-plain-tag): New function.
4464         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4465
4466         * wl-vars.el (wl-draft-write-file-function): New user option.
4467
4468         * wl-draft.el (wl-draft-prepare-edit): Use it for
4469         local-write-file-hooks.
4470         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4471
4472         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4473         (wl-draft-insert-mail-header-separator): Return the body beginning
4474         point.
4475         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4476         text/plain.
4477         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4478
4479 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4480
4481         * wl-summary.el (wl-summary-erase): New function to erase message
4482         without moving it to trash. Bind to "D".
4483
4484         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4485         as `keep' unless switch-function.
4486
4487 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4488
4489         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4490         message buffer by using `wl-summary-toggle-disp-msg'.
4491         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4492         buffer window.
4493         (wl-summary-supresedes-message): Ditto.
4494
4495         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4496         Do not delete other windows.
4497         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4498         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4499         (wl-draft-create-buffer): Set reply-or-forward also for target
4500         mark commands.
4501
4502 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4503
4504         * wl-draft.el (wl-user-agent-compose): Delete special case for
4505         switch-to-buffer-other-window.
4506
4507         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4508         (wl-summary-forward): Ditto.
4509
4510         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4511         function.
4512         (wl-draft-buffer-style): New use option.
4513
4514         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4515         (wl-draft): Follow the change above.
4516         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4517         wl-draft-buffer-style.
4518         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4519         switch-function.
4520
4521 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4522
4523         * wl-address.el (wl-address-make-completion-entry): Extracted from
4524         `wl-address-make-completion-list'.
4525         (wl-address-enable-strict-loading): New variable.
4526         (wl-address-make-completion-list): Revive petname duplication
4527         inquiry, and enable it if `wl-address-enable-strict-loading'.
4528         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4529
4530 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4531
4532         * wl-message.el (wl-message-get-original-buffer): Avoid
4533         'Selecting deleted buffer' error when original buffer is killed.
4534
4535 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4536
4537         * wl-summary.el (wl-summary-next-message): Use
4538         elmo-message-accessible-p instead of elmo-message-cached-p.
4539
4540 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4541
4542         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4543
4544         * wl-thread.el (wl-thread-open-all-unread): Use
4545         elmo-folder-list-flagged instead of
4546         elmo-folder-list-messages-mark-match.
4547
4548         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4549         instead of elmo-folder-list-messages-mark-match.
4550         (wl-summary-move-spec-alist): New variable.
4551         (wl-summary-move-spec-plugged-alist,
4552         wl-summary-move-spec-unplugged-alist): Abolish.
4553         (wl-summary-next-message): Follow the change above.
4554         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4555         with 'no-msg' argument.
4556
4557         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4558         variable.
4559         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4560         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4561         (wl-message-buffer-prefetch-get-next): Follow the change above.
4562
4563 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4564
4565         * wl-version.el (wl-version): Changed codename.
4566
4567         * Version number is increased to 2.11.0.
4568
4569 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4570
4571         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4572         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4573         `wl-draft-config-variables'.
4574         (wl-draft-kill): Fixed problem when the draft is reedit.
4575
4576 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4577
4578         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4579         buffer-modified status (Thanks to
4580         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4581
4582 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4583
4584         * wl-util.el (wl-region-exists-p): New function.
4585
4586         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4587         Remove defvars for byte-compile warnings.
4588
4589 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4590
4591         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4592         defvar-maybe. Removed unused bind.
4593
4594 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4595
4596         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4597         summary buffer window before creating new frame.
4598         (wl-draft-reply): Ditto.
4599
4600 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4601
4602         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4603
4604 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4605
4606         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4607
4608 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4609
4610         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4611         instead of `kill-region'.
4612
4613 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4614
4615         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4616         (wl-highlight-summary-line-string): Use it.
4617         (wl-highlight-summary-current-line): Ditto.
4618
4619         * wl-mime.el (wl-message-delete-current-part): Check the class of
4620         mime-entity.
4621
4622         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4623
4624         * wl-summary.el (wl-summary-make-number-list): Initialize.
4625         (wl-summary-update-mark): New function.
4626         (wl-summary-reply): Put `answered' mark on the message.
4627         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4628
4629         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4630         (wl-draft-reply): Added optional argument `number';
4631         Set wl-draft-parent-number.
4632         (wl-draft-kill): Delete answered mark if it is a reply.
4633
4634 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4635
4636         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4637         that originates in mime-preview-follow-current-entity.
4638         (wl-draft-yank-current-message-entity): Use it if region is active.
4639
4640         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4641         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4642         `wl-message-delete-current-part'.
4643         * wl-mule.el (wl-message-define-keymap): Ditto.
4644         * wl-xmas.el (wl-message-define-keymap): Ditto.
4645
4646 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4647
4648         * wl-mime.el (wl-message-delete-current-part): New function.
4649         (wl-mime-node-id-to-string): Ditto.
4650
4651         * wl-mime.el (wl-message-delete-current-part): Use existing
4652         original buffer which corresponds current mime-view buffer.
4653         (fetched buffer might have different structure, possibly)
4654
4655         * wl-mime.el (wl-message-delete-current-part): Quit if the
4656         message content differs from the actual message.
4657
4658 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4659
4660         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4661         order.
4662         (wl-summary-search-by-subject): Search parent message from tail;
4663         Check the existence of the parent message on the current thread tree.
4664         (wl-summary-update-thread): Check whether the line is inserted.
4665
4666 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4667
4668         * wl-vars.el (wl-summary-line-format): Undo last change.
4669         * wl-summary.el (wl-summary-print-destination): Do not put
4670         invisible property when `wl-summary-width' is nil.
4671         (wl-summary-line-subject-minimum-length): Abolished.
4672         (wl-summary-line-subject): Ditto.
4673
4674 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4675
4676         * wl-vars.el (wl-summary-line-format): Change default value.
4677         (wl-summary-subject-length-limit): Abolished.
4678         * wl-summary.el (wl-summary-line-subject): Ditto.
4679
4680 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4681
4682         * wl-template.el (wl-template-select): Added optional argument.
4683         If optional argument is specified, reverse
4684         `wl-template-visible-select'.
4685
4686 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4687
4688         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4689         Take prefix argument to force asking the destination folder.
4690
4691 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4692
4693         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4694         count and update status.
4695
4696 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4697
4698         * wl-summary.el (wl-summary-redisplay-internal): If
4699         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4700         after fetching.
4701
4702 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4703
4704         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4705         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4706
4707         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4708
4709 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4710
4711         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4712         (All other related portions are changed).
4713         (wl-summary-mark-as-read-all): Rewrite.
4714
4715 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4716
4717         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4718         `wl-summary-mark-as-read'.
4719         (wl-summary-mark-as-unread): Rewrite.
4720         (wl-summary-mark-as-read): Added no-modeline argument.
4721         (wl-summary-resume-cache-status): Rewrite.
4722         (wl-summary-exec-subr): Remove unused local variable.
4723
4724 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4725
4726         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4727         logic to call `wl-summary-buffer-prev-folder-function'.
4728         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4729
4730 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4731
4732         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4733         is nil.
4734
4735 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4736
4737         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4738         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4739         (wl-mime-setup): Add its entry.
4740
4741 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4742
4743         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4744         (wl-summary-delete-cache): Likewise.
4745         (wl-summary-mark-as-read): Rewrite.
4746
4747 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4748
4749         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4750         `wl-summary-count-unread'.
4751
4752         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4753
4754         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4755
4756 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4757
4758         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4759         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4760         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4761         Renamed to the elmo-msgdb-*-mark.
4762         (wl-summary-score-marks): Follow the change above.
4763         (wl-summary-auto-refile-skip-marks): Ditto.
4764         (wl-summary-incorporate-marks): Ditto.
4765         (wl-summary-expire-reserve-marks): Ditto.
4766
4767         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4768         changes.
4769         (wl-thread-insert-top): Changed updating message.
4770
4771         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4772         variable.
4773         (wl-summary-count-unread): Count answered marks.
4774         (wl-summary-rescan): Call wl-summary-insert-message instead of
4775         wl-summary-append-message-func-internal.
4776         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4777         (wl-summary-prefetch-msg): Follow the variable name changes.
4778         (wl-summary-prefetch-region): Ditto.
4779         (wl-summary-mark-as-read-all): Follow the API changes;
4780         Don't call elmo-folder-replace-marks.
4781         (wl-summary-delete-cache): Follow the variable name changes.
4782         (wl-summary-resume-cache-status): Ditto.
4783         (wl-summary-update-status-marks): New function.
4784         (wl-summary-insert-message): New function.
4785         (wl-summary-sync-marks): Follow the variable name changes.
4786         (wl-summary-sync-update): Synchronize to the msgdb, too;
4787         Changed update messages.
4788         (wl-summary-make-number-list): Rewrite.
4789         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4790         (wl-summary-mark-as-unread): Follow the API changes.
4791         (wl-summary-exec-subr): Follow the variable name changes.
4792         (wl-summary-mark-as-read): Ditto.
4793         (wl-summary-move-spec-plugged-alist): Ditto.
4794         (wl-summary-move-spec-unplugged-alist): Ditto.
4795         (wl-summary-cursor-move-surface): Ditto.
4796
4797         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4798         variable name changes.
4799         (wl-highlight-summary-current-line): Ditto.
4800
4801         * wl-expire.el (wl-expire-refile): Follow the API change in
4802         elmo-folder-move-messages.
4803         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4804         (wl-summary-archive): Use elmo-folder-msgdb instead of
4805         elmo-msgdb-load.
4806
4807 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4808
4809         * wl-mime.el (wl-draft-preview-message): Restore the position
4810         before evaluating wl-draft-send-hook in preview buffer.
4811
4812 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4813
4814         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4815         when it creates new draft buffer.
4816
4817         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4818         without argument.
4819
4820         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4821         Evaluate content and if the value is string, insert it.
4822         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4823         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4824         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4825         wl-draft-config-sub-part-bottom): Use it.
4826
4827         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4828         with the folder name. The question was unintelligible when it is
4829         called from wl-save-status.
4830
4831 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4832
4833         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4834         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4835         cannot take second argument).
4836
4837 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4838
4839         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4840         as t. Since type and subtype are not case sensitive (RFC 2045).
4841
4842 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4843
4844         * wl-vars.el (wl-message-mode-line-format): New variable.
4845         (wl-message-mode-line-format-spec-alist): Ditto.
4846         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4847         (wl-message-redisplay): Use wl-message-mode-line-format.
4848
4849 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4850
4851         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4852
4853 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4854
4855         * wl-summary.el (wl-summary-default-from): Write description.
4856
4857 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4858
4859         * wl-vars.el (wl-ldap-objectclass): Abolish.
4860
4861         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4862         (wl-ldap-make-filter): Removed condition for objectclass.
4863         (wl-ldap-make-matched-value-list): Remove meaningless process.
4864         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4865         (wl-address-ldap-search): Don't add `*' to `pat' string;
4866         use ignore-errors; added `email';
4867         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4868         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4869         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4870
4871
4872 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4873
4874         * wl-draft.el (wl-draft-parent-folder): Write description.
4875         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4876
4877 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4878
4879         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4880         as "" (zero-length string) if no parent.
4881         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4882
4883 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4884
4885         * wl-address.el (wl-address-make-completion-list): Skip duplication
4886         checking.
4887         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4888         `append'.
4889
4890 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4891
4892         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4893         instead of `beginning-of-buffer'.
4894
4895 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4896
4897         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4898
4899 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4900
4901         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4902         Refer wl-message-buffer-name.
4903         (wl-message-wheel-down): Ditto.
4904
4905 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4906
4907         * wl-vars.el (wl-message-buffer-name): New user option.
4908
4909         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4910         directly instead of making alist dinamically.
4911
4912         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4913         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4914         wl-message-buffer-cache-name.
4915         (wl-message-buffer-cache-clean-up): Ditto.
4916
4917         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4918
4919         * Version number is increased to 2.9.15.
4920
4921 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4922
4923         * wl-vars.el (wl-summary-default-view-alist): New user option.
4924
4925         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4926
4927         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4928         while deleting address.
4929         (wl-draft-delete-myself-from-cc): Ditto.
4930
4931         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4932         If optional argument is specified, reverse sort order.
4933
4934         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4935
4936 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4937
4938         * wl-thread.el (wl-thread-insert-message): Return parent number if
4939         exists.
4940         (wl-thread-update-indent-string-region): Use
4941         wl-thread-update-line-on-buffer-sub instead of
4942         wl-thread-update-line-on-buffer.
4943
4944 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4945
4946         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4947         (wl-folder-close-all): Ditto.
4948
4949 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4950
4951         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4952         and mailing-list:.
4953         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4954         value.
4955         (wl-summary-line-list-info): Print mailing-list name even when 
4956         list-number is empty.
4957
4958 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4959
4960         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4961
4962         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4963         (wl-draft-open-file): Ditto.
4964         (wl-draft-random-alphabet): Ditto.
4965
4966         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4967         bindings.
4968
4969 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4970
4971         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4972         * wl-vars.el (wl-draft-config-alist): Ditto.
4973
4974 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4975
4976         * Version number is increased to 2.9.14.
4977
4978         * wl.el (wl): Don't set wl-init as nil when error occured while
4979         auto-checking folders.
4980
4981         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4982         `elmo-expand-newtext'.
4983
4984 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4985
4986         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4987         `this-command' so that `wl-folder-goto-folder' contained in
4988         `wl-summary-keep-cursor-command' work.
4989
4990 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4991
4992         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4993         message buffer displaying state.
4994
4995 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4996
4997         * wl-vars.el (wl-summary-default-view): New variable to specify
4998         default value for `wl-summary-buffer-view' instead of using
4999         set-default.
5000         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5001
5002 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5003
5004         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5005
5006         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5007
5008 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5009
5010         * wl-vars.el (wl-forward-subject-prefix): New variable.
5011         * wl-draft.el (wl-draft-forward): Use it.
5012
5013 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5014
5015         * wl-message.el (wl-message-prev-page): When it is called without
5016         lines argument, scroll down by wl-message-scroll-amount lines.
5017         (wl-message-next-page): Ditto.
5018         * wl-vars.el (wl-message-scroll-amount): Change default value
5019         to preserve current behavior.
5020
5021 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5022
5023         * wl-summary.el (wl-summary-prefetch-msg): Bind
5024         `wl-message-entity' to call `wl-summary-from-function'.
5025
5026 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5027
5028         * wl-message.el (wl-message-buffer-create): Run
5029         wl-message-buffer-created-hook.
5030
5031 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5032
5033         * wl-summary.el (wl-summary-sort-specs): New variable.
5034         (wl-summary-default-sort-spec): Ditto.
5035         (wl-summary-sort): Rewrite.
5036         (wl-summary-sort-by-list-info): New function.
5037
5038 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5039
5040         * wl-summary.el (wl-summary-get-list-info): New function.
5041         (wl-summary-sort): Rewrite.
5042         (wl-summary-line-list-info): Ditto.
5043         (wl-summary-line-list-count): Ditto.
5044         (wl-summary-refile-region): Fixed docstring.
5045
5046 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5047
5048         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5049         `wl-folder-entity-hashtb' as completion table.
5050
5051 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5052
5053         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5054         only when this command is called interactively; silence the byte-
5055         compiler.
5056
5057 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5058
5059         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5060         active in XEmacs.
5061
5062 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5063
5064         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5065         plural lines.
5066
5067 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5068
5069         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5070         of current line when the cursor is on the header name.
5071         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5072
5073 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5074
5075         * wl-util.el (wl-read-directory-name): Return displayed directory
5076         as the default value also on XEmacs.
5077
5078 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5079
5080         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5081         formatting.
5082
5083 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5084
5085         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5086         argument and when it is non-nil, check face property before
5087         highlighting for each line.
5088         (wl-highlight-summary-window): Set it.
5089
5090 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5091
5092         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5093         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5094
5095         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5096         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5097         (wl-draft-get-fcc-list): Likewise.
5098
5099 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5100
5101         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5102         (wl-thread-entity-cur): Ditto.
5103         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5104         wl-thread-indent-regexp setting.
5105         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5106
5107         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5108         wl-summary-lazy-highlight.
5109         (wl-summary-display-bottom): Ditto.
5110
5111         * wl-thread.el (wl-thread-open-close): Likewise.
5112
5113         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5114         from and subject;
5115         Bind wl-draft-use-frame;
5116         Enclose with save-window-excursion;
5117         Use wl-draft-create-buffer instead of with-temp-buffer;
5118         Use wl-draft-prepare-edit;
5119         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5120         Use wl-draft-send instead of wl-draft-raw-send.
5121
5122 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5123
5124         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5125         of using wl-from.
5126
5127 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5128
5129         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5130         insert-buffer instead of clone-buffer.
5131         (wl-draft-doing-mime-bcc): New variable.
5132         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5133         infinite loop.
5134         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5135
5136         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5137         (wl-draft-mime-bcc-body): Ditto.
5138
5139         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5140         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5141         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5142         wl-draft-do-mime-bcc.
5143         (wl-draft-mime-bcc-field): New function.
5144         (wl-draft-do-mime-bcc): Ditto.
5145
5146         * wl-address.el (wl-address-complete-header-list): New variable.
5147         (wl-address-complete-header-regexp): Changed default value.
5148
5149         * Version number is increased to 2.9.13.
5150
5151 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5152
5153         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5154         it is differed.
5155
5156 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5157
5158         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5159         (wl-summary-line-list-count): Ditto.
5160
5161 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5162
5163         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5164         (wl-nntp-posting-function): New variable.
5165         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5166         `wl-nntp-posting-config-alist'.
5167
5168 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5169
5170         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5171         FLIM.
5172
5173 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5174
5175         * wl-summary.el (wl-summary-target-mark-refile-sub):
5176         Remove a nuisance funcall.
5177
5178 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5179
5180         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5181         as t for `try-completion'.
5182
5183 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5184
5185         * wl-summary.el (wl-summary-default-from): Use
5186         wl-address-header-extract-address instead of
5187         std11-extract-address-components.
5188         (wl-summary-simple-from): Ditto.
5189         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5190         (wl-summary-insert-headers): Show message.
5191         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5192         for whole line.
5193         (wl-summary-default-from): Revert last change.
5194         (wl-summary-simple-from): Ditto.
5195         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5196         (wl-summary-mark-as-read-region): Follow the change above.
5197         (wl-summary-sync-marks): Ditto.
5198         (wl-summary-target-mark-mark-as-read): Ditto.
5199         (wl-summary-redisplay-internal): Ditto.
5200         (wl-summary-redisplay-no-mime-internal): Ditto.
5201         (wl-summary-redisplay-all-header): Ditto.
5202         (wl-summary-mark-as-read): Removed argument `cached';
5203         Use current cache status to set cache mark.
5204         (wl-summary-redisplay-internal): Follow the change above.
5205         (wl-summary-redisplay-no-mime-internal): Ditto.
5206         (wl-summary-redisplay-all-header): Ditto.
5207
5208         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5209
5210         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5211         Don't call itself recursively (Adviced by Yamaoka-san).
5212
5213 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5214
5215         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5216         bind wl-summary-highlight as nil to avoid error caused by missing
5217         local variables.
5218
5219 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5220
5221         * wl-vars.el (wl-invalid-character-message): New user option.
5222
5223         * wl-util.el (wl-set-string-width): If truncated string-width is
5224         larger than specified width, use `wl-invalid-character-message'.
5225
5226 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5227
5228         * wl-summary.el (wl-summary-prefetch-msg): 
5229         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5230
5231 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5232
5233         * wl-vars.el (wl-summary-check-line-format): New user option.
5234         (wl-summary-line-format-file): Ditto.
5235
5236         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5237         variable.
5238         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5239         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5240         and `wl-summary-view-old-p' to check whether do a rescan or not.
5241         (wl-summary-view-old-p): New function.
5242         (wl-summary-line-format-changed-p): Ditto.
5243         (wl-summary-line-format-save): Ditto.
5244         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5245
5246         * wl-util.el (wl-set-string-width): Avoid using negative number
5247         for make-string.
5248
5249 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5250
5251         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5252         return value.
5253
5254         * wl-util.el (wl-set-string-width): Added optional argument
5255         `padding' (All other related portions are changed).
5256         (wl-line-parse-format): If the first letter of column number is
5257         `0', zero-padding the result (ex: "%05l").
5258
5259         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5260
5261 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5262
5263         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5264         sequential summary view.
5265
5266 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5267
5268         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5269         if it doesn't have a -unix version.
5270
5271 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5272
5273         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5274
5275 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5276
5277         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5278         content.
5279         (wl-draft): Follow the change above.
5280
5281         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5282
5283         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5284         and wl-folder-summary-line-format-alist contain %T and %P.
5285
5286         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5287         (wl-summary-mode-line-format): New user option.
5288         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5289         (wl-summary-line-format): Changed default value.
5290         (wl-summary-lazy-highlight): Changed default value.
5291
5292         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5293         change in wl-summary-create-line.
5294         (wl-thread-insert-entity-sub): Ditto.
5295
5296         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5297         (wl-summary-buffer-unread-status): Ditto.
5298         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5299         (wl-summary-buffer-persistent-mark-column): Ditto.
5300         (wl-summary-buffer-mode-line-formatter): Ditto.
5301         (wl-summary-buffer-mode-line): Ditto.
5302         (wl-summary-message-regexp): Abolished.
5303         (All other related portions are changed.)
5304         (wl-summary-detect-mark-position): New function.
5305         (wl-summary-buffer-set-folder): Setup
5306         wl-summary-buffer-mode-line-formatter.
5307         (wl-summary-mode): Setup selective-display;
5308         Setup pre-idle-hook when xemacs.
5309         (wl-summary-update-modeline): Rewrite.
5310         (wl-summary-jump-to-msg): Define as function;
5311         Changed regexp for searching messages.
5312         (wl-summary-message-number): Rewrite.
5313         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5314         Do rescan when old type summary cache.
5315         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5316         (wl-summary-remove-destination): Use '\r' to detect EOL.
5317         (wl-summary-print-destination): Ditto.
5318         (wl-summary-temp-mark): New inline function.
5319         (wl-summary-persistent-mark): Ditto.
5320         (wl-summary-line-number): New function.
5321         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5322         (wl-summary-line-list-count): New function.
5323         (wl-summary-create-line): Added argument persistent-mark.
5324         (All other related portions are changed)
5325         (wl-summary-create-line): Insert '\r'.
5326         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5327         (wl-summary-cursor-move-surface): New inline function.
5328         (wl-summary-prev): Use it.
5329         (wl-summary-next): Ditto.
5330
5331         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5332         wl-summary-message-regexp.
5333         (wl-highlight-summary): Delete progress message.
5334         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5335
5336         * Version number is increased to 2.9.12.
5337
5338 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5339
5340         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5341         variable (nil: no minimum).
5342         (wl-summary-line-subject): Add some spaces after subject by
5343         wl-summary-line-subject-minimum-length.
5344
5345 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5346
5347         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5348         and removed `F'.
5349         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5350         change above).
5351
5352 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5353
5354         * wl-summary.el (wl-summary-line-list-count): Reverted.
5355         (example setting in samples/*/dot.wl is also updated)
5356
5357 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5358
5359         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5360
5361         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5362
5363         * wl-vars.el (wl-summary-line-format): Addes some description to the
5364         docstring.
5365
5366         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5367         (wl-summary-line-close-bracket): Ditto.
5368         (wl-summary-line-children-number): Ditto.
5369         (wl-summary-line-thread-indent): Ditto.
5370         (wl-summary-line-children-and-from): Ditto.
5371
5372         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5373         't', 'c', 'F' and added 'C'.
5374
5375         * wl-util.el (wl-set-string-width): Accept negative value.
5376         (wl-line-parse-format): Added "%number(" and "%)".
5377
5378 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5379
5380         * wl-summary.el (wl-summary-line-list-count): Change format of the
5381         return value.
5382
5383 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5384
5385         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5386         from the recent message.el.
5387         (wl-draft-point-in-header-p): Ditto.
5388         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5389         wl-draft-beginning-of-line.
5390         * wl-e21.el (wl-draft-mode-map): Ditto.
5391         * wl-xmas.el (wl-draft-mode-map): Ditto.
5392
5393         * wl-folder.el: Sort macrodefs by dependencies.
5394
5395 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5396
5397         * wl-summary.el (wl-summary-prev): Fixed regexp.
5398         (wl-summary-next): Ditto.
5399
5400 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5401
5402         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5403
5404 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5405
5406         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5407         for backward compatibility.
5408
5409 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5410
5411         * wl-summary.el (wl-summary-line-list-count): New function, merged
5412         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5413         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5414         list counts.
5415
5416 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5417
5418         * wl-summary.el (wl-summary-create-line): Ignore errors while
5419         timezone-fix-time.
5420
5421         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5422
5423         * wl-summary.el (wl-summary-sync-update): Ditto.
5424         (wl-summary-default-from): Use wl-message-entity
5425         instead of entity.
5426
5427         * wl-summary.el (wl-summary-create-line): Fix.
5428
5429         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5430         (wl-summary-line-format): New user option.
5431         (wl-folder-summary-line-format-alist): Ditto.
5432         (wl-summary-from-width): Abolished.
5433
5434         * wl-util.el (toplevel): Require 'bytecomp.
5435         (wl-line-parse-format): New function.
5436         (wl-line-formatter-setup): New macro.
5437
5438         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5439         (wl-summary-buffer-line-formatter): New buffer local variable.
5440         (wl-summary-switch-to-clone-buffer): Follow the change above.
5441         (wl-summary-message-regexp): Fix.
5442         (wl-summary-from-func-internal): Abolished.
5443         (wl-summary-subject-func-internal): Ditto.
5444         (wl-summary-subject-filter-func-internal): Ditto.
5445         (All other related portions are changed.)
5446         (wl-summary-buffer-set-folder):
5447         Set up wl-summary-buffer-number-column and 
5448         wl-summary-buffer-line-formatter
5449         (All other related portions are changed.)
5450         (wl-summary-buffer-number-column-detect): Abolished.
5451         (All other related portions are changed.)
5452         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5453         (wl-summary-delete-all-temp-marks-on-buffer): Use
5454         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5455         (wl-summary-target-mark-delete): Ditto.
5456         (wl-summary-target-mark-refile-subr): Ditto.
5457         (wl-summary-target-mark-mark-as-read): Ditto.
5458         (wl-summary-target-mark-mark-as-unread): Ditto.
5459         (wl-summary-target-mark-mark-as-important): Ditto.
5460         (wl-summary-target-mark-save): Ditto.
5461         (wl-summary-replace-status-marks): Renamed from
5462         wl-summary-set-status-marks-on-buffer;
5463         Use wl-summary-message-regexp instead of
5464         wl-summary-buffer-number-regexp.
5465         (wl-summary-sync-update): Follow the change above.
5466         (wl-summary-goto-previous-message-beginning): New function.
5467         (wl-summary-mark-as-unread): Use it.
5468         (wl-summary-mark-as-important): Ditto.
5469         (wl-summary-line-formatter): New variable.
5470         (wl-summary-line-year): New function.
5471         (wl-summary-line-day): Ditto.
5472         (wl-summary-line-day-of-week): Ditto.
5473         (wl-summary-line-hour): Ditto.
5474         (wl-summary-line-minute): Ditto.
5475         (wl-summary-line-open-bracket): Ditto.
5476         (wl-summary-line-close-bracket): Ditto.
5477         (wl-summary-line-children-number): Ditto.
5478         (wl-summary-line-thread-indent): Ditto.
5479         (wl-summary-line-size): Ditto.
5480         (wl-summary-line-subject): Ditto.
5481         (wl-summary-line-from): Ditto.
5482         (wl-summary-line-children-and-from): Ditto.
5483         (wl-summary-create-line): Rewritten.
5484         (wl-summary-format-date): Abolished.
5485
5486         * wl-highlight.el (wl-highlight-summary-current-line): Use
5487         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5488         Use thread structure to detect thread top message.
5489
5490         * wl-draft.el (wl-default-draft-cite): Don't use
5491         wl-summary-from-func-internal.
5492
5493         * wl-refile.el (wl-refile-subject-learn): Don't use
5494         wl-summary-subject-filter-func-internal.
5495         (wl-refile-guess-by-subject): Ditto.
5496
5497         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5498         parameters.
5499
5500         * wl-thread.el (wl-thread-update-indent-string-region):
5501         Use wl-thread-update-line-on-buffer instead of
5502         wl-thread-update-indent-string.
5503         (wl-thread-update-children-number): Redefine using
5504         wl-thread-update-line-on-buffer.
5505         (wl-thread-update-indent-string): Abolished.
5506
5507         * Version number is increased to 2.9.11.
5508
5509 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5510
5511         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5512         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5513         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5514
5515         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5516         as nil.
5517
5518         * wl-thread.el (wl-thread-open-all-unread): Use 
5519         elmo-folder-list-messages-mark-match.
5520         (wl-thread-insert-message): Removed argument `mark-alist'.
5521         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5522         elmo-msgdb-set-mark.
5523         (wl-thread-get-children-msgs-uncached): Likewise.
5524         (wl-thread-get-exist-children): Added argument include-self.
5525         (wl-thread-delete-message): Follow the change above.
5526
5527         * wl-summary.el (wl-summary-count-unread): Removed argument.
5528         (wl-summary-rescan): Follow the change above.
5529         (wl-summary-mark-as-read-region): Ditto
5530         (wl-summary-mark-as-unread-region): Ditto.
5531         (wl-summary-delete-messages-on-buffer): Ditto.
5532         (wl-summary-sync-update): Ditto.
5533         (wl-summary-switch-to-clone-buffer): Ditto.
5534         (wl-summary-goto-folder-subr): Ditto.
5535         (wl-summary-target-mark-mark-as-read): Ditto.
5536         (wl-summary-target-mark-mark-as-unread): Ditto.
5537         (wl-summary-target-mark-mark-as-important): Ditto.
5538         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5539         (wl-summary-update-thread): Removed argument `mark-alist'.
5540         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5541         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5542         (wl-summary-resume-cache-status): Likewise.
5543         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5544         elmo-msgdb-set-mark.
5545         (wl-summary-mark-as-read-all): Likewise.
5546         (wl-summary-delete-cache): Ditto.
5547         (wl-summary-auto-select-msg-p): Ditto.
5548         (wl-summary-mark-as-unread): Ditto.
5549         (wl-summary-no-auto-refile-message-p): Ditto.
5550         (wl-summary-mark-as-read): Ditto.
5551         (wl-summary-mark-as-important): Ditto.
5552         (wl-summary-auto-refile): Follow the change above.
5553         (wl-summary-delete-all-marks): Removed.
5554         (wl-summary-resume-marks-and-highlight): Ditto.
5555         (wl-summary-resume-marks): Ditto.
5556         (wl-summary-delete-important-msgs-from-list): Ditto.
5557         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5558
5559         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5560         wl-summary-count-unread.
5561
5562         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5563         (wl-summary-score-update-all-lines): Use
5564         elmo-msgdb-set-mark.
5565
5566 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5567
5568         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5569         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5570         (wl-summary-create-line): Renamed from
5571         wl-summary-overview-create-summary-line;
5572         Argument rearrangement.
5573         (wl-summary-update-thread): Follow the change above.
5574
5575         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5576         (wl-thread-insert-entity-sub): Likewise.
5577
5578         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5579         argument `overview', `mark-alist' and added `msgdb'.
5580
5581         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5582
5583         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5584         (wl-summary-rescan): Follow the change above.
5585         (wl-summary-sync-update): Ditto.
5586         (wl-summary-insert-thread-entity): Ditto;
5587         Don't use `let*' in every while loop;
5588         Detect infinite loop of threads.
5589         (wl-summary-update-thread): Removed argument `overview'.
5590
5591         * wl-thread.el (wl-thread-insert-message): Ditto.
5592
5593         * Version number is increased to 2.9.10.
5594
5595         * wl-message.el (wl-message-redisplay): Ignore errors while
5596         wl-message-redisplay-hook.
5597
5598 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5599
5600         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5601
5602 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5603
5604         * wl.el (wl): inhibit-quit while wl-folder.
5605
5606 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5607
5608         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5609         while msgdb access.
5610
5611 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5612
5613         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5614         even if no folder is not created.
5615
5616 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5617
5618         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5619
5620         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5621         implementation.
5622         (wl-summary-target-mark-thread): Ditto.
5623
5624         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5625
5626 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5627
5628         * wl-util.el (wl-display-bytes): Remove unused function.
5629
5630 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5631
5632         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5633         seems critical one (partially reverse the change in 2002/03/17).
5634
5635 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5636
5637         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5638         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5639
5640 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5641
5642         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5643         is not writable.
5644         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5645         plugged status instead of `'force' as 2nd argument.
5646
5647         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5648         is not creatable.
5649
5650         * Version number is increased to 2.9.9.
5651
5652 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5653
5654         * wl-summary.el (wl-summary-suspend): New function.
5655
5656 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5657
5658         * wl.el (wl): Do not check variables if check is nil.
5659         * wl-utils.el (wl-collect-draft): New function.
5660         * wl-folder.el (wl-folder-suspend): Put summary buffers
5661         and draft buffers at the end of buffer list.
5662         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5663
5664 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5665
5666         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5667         loop instead of recursive call.
5668
5669         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5670         2nd argument.
5671
5672 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5673
5674         * wl-draft.el (wl-draft-create-contents): Don't take neither
5675         (function . args) nor (string . something) any more.
5676
5677         * wl-version.el (wl-generate-user-agent-string): Return string
5678         without header symbol.
5679         * wl-draft.el (wl-draft-default-headers): Use it.
5680
5681         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5682         `wl-draft-insert-ccs' and return field value instead of inserting
5683         the header. Abolish cc argument.
5684         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5685
5686         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5687         rather than one with string car.
5688
5689         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5690         * wl-draft.el (wl-draft-create-contents): Add it after the default
5691         headers.
5692
5693         * wl-draft.el (wl-draft-create-contents): For the case of
5694         (symbol-or-string . function) insert header only when the function
5695         returns string value.
5696
5697 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5698
5699         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5700         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5701
5702 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5703
5704         * wl.el (wl-check-environment): Don't check Message-ID when
5705         `wl-insert-message-id' is nil.
5706         Revive checking if `wl-message-id-domain' contains "@".
5707
5708 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5709
5710         * wl.el (wl-check-environment): Merge examination for "@" at
5711         inappropriate position into the first string-match.
5712
5713         * wl-summary.el (wl-summary-target-mark-print): New function.
5714         (wl-summary-pipe-message-subr): Extracted from
5715         `wl-summary-pipe-message'.
5716         (wl-summary-target-mark-pipe): New function.
5717         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5718         `wl-summary-target-mark-pipe'.
5719
5720 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5721
5722         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5723
5724 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5725
5726         * wl.el (wl-check-environment): Use elmo-warning instead of
5727         error for non-critical ones.
5728         Remove trash folder check.
5729         (wl): Don't ignore error in wl-check-environment.
5730
5731         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5732         check, which is moved from `wl-check-environment'.
5733         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5734
5735 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5736
5737         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5738         guess anything, call wl-summary-write.
5739         (wl-summary-write): Create draft with blank To field.
5740         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5741
5742 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5743
5744         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5745         argument full as well for wl-folder-write-current-folder.
5746         If wl-*-write-current-folder cannot guess addressee, add blank
5747         To header.
5748         Rewrite condition for positioning cursor.
5749
5750 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5751
5752         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5753         summary buffer is present, use it.
5754         (wl-folder-jump-to-previous-summary): Ditto.
5755
5756 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5757
5758         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5759
5760         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5761         wl-summary-previous-buffer and wl-summary-next-buffer.
5762
5763         * wl-folder.el (wl-folder-mode-map): Bind
5764         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5765         (wl-folder-jump-to-next-summary): New function.
5766         (wl-folder-jump-to-previous-summary): Ditto.
5767
5768         * wl-draft.el (wl-draft): Rearranged.
5769
5770 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5771
5772         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5773         of header.
5774         (wl-draft): Collect arguments for the header as header-alist.
5775         (wl-draft-forward): Arrange arguments for wl-draft.
5776         (wl-draft-reply): Ditto.
5777         (wl-draft-edit-string): Ditto.
5778         * wl-summary.el (wl-summary-write): Ditto.
5779         (wl-summary-write-current-folder): Ditto.
5780
5781         * Version number is increased to 2.9.8.
5782
5783 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5784
5785         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5786
5787         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5788
5789         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5790         even if the guess failed.
5791
5792         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5793         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5794         wl-summary-write-current-folder.
5795         * wl-xmas.el: Ditto.
5796
5797 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5798
5799         * wl-summary.el (wl-summary-next-page): Force display message if
5800         message is not displayed yet.
5801         (wl-summary-prev-page): Ditto.
5802
5803 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5804
5805         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5806
5807 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5808
5809         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5810         add "Preview Message" and "Save Draft and Exit".
5811
5812 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5813
5814         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5815         if addrmgr is called from draft in splitted window.
5816
5817         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5818         * wl-mule.el: Ditto.
5819         * wl-xmas.el: Ditto.
5820
5821 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5822
5823         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5824
5825         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5826         * wl-xmas.el (wl-folder-toolbar): Ditto.
5827
5828 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5829
5830         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5831         and wl-draft-save-and-exit.
5832         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5833         * wl-xmas.el: Ditto.
5834         * wl-mule.el: Ditto.
5835
5836         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5837         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5838
5839 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5840
5841         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5842         lists for saving buffer.
5843
5844 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5845
5846         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5847         parent-folder argument instead of it.
5848         (wl-draft-create-buffer): Ditto.
5849         (wl-draft-forward): Ditto.
5850         (wl-draft-reply): Ditto.
5851         * wl-summary.el (wl-summary-write): Ditto.
5852         (wl-summary-write-current-folder): Ditto.
5853
5854         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5855         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5856         Folder buffer after composing.
5857
5858 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5861         header if the file `wl-x-face-file' already contains it.
5862
5863 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5864
5865         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5866         folder" entry.
5867         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5868         * wl-e21.el (wl-folder-toolbar): Ditto.
5869         * wl-xmas.el (wl-folder-toolbar): Ditto.
5870
5871 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5872
5873         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5874         wl-folder-goto-folder with sticky argument.
5875         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5876
5877 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5878
5879         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5880         and wl-summary-previous-buffer.
5881         (wl-summary-next-buffer): New function.
5882         (wl-summary-previous-buffer): Ditto.
5883
5884 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5885
5886         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5887         wl-folder-jump-to-current-entity-with-arg.
5888         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5889         `wl-folder-jump-to-current-entity'.
5890         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5891         `wl-summary-goto-folder-sticky'.
5892         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5893         `wl-summary-goto-folder'.
5894         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5895         Unless force-exit, do not clean temp. marks for sticky summary.
5896         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5897
5898 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5899
5900         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5901         not entire.
5902
5903 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5904
5905         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5906         to `C-x C-s'.
5907         (wl-summary-save-status): New command.
5908         (wl-summary-exit): Don't clean-up temp marks when sticky.
5909         (Applied patch from Nakayama-san [wl: 09548])
5910         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5911         Do nothing when no mark data.
5912         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5913         Call `wl-summary-delete-all-temp-marks' before saving.
5914
5915 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5916
5917         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5918
5919 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5920
5921         * wl.el (wl-check-environment): Also cause error when (system-name)
5922         returns "localhost.localdomain". (Although it doesn't affect because
5923         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5924
5925 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5926
5927         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5928         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5929
5930         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5931         value.
5932
5933 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5934
5935         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5936         Likewise r-cc-list and r-ng-list.
5937
5938 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5939
5940         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5941         only if it is bound as variable.
5942
5943         * wl-mime.el (wl-draft-preview-message): Ditto.
5944
5945 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5946
5947         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5948         needless `goto-char'.
5949
5950         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5951         `wl-summary-redisplay-no-mime-internal' instead of
5952         `wl-summary-redisplay-no-mime'.
5953         (wl-summary-redisplay-no-mime): Changed argument;
5954         Call `wl-summary-redisplay-no-mime-internal'.
5955
5956         * wl-mime.el (wl-draft-preview-message): Bind
5957         `mime-header-encode-method-alist' locally.
5958
5959         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5960         (wl-draft-std11-parse-addresses): Added the first address check.
5961         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5962
5963         * Version number is increased to 2.9.7.
5964
5965 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5966
5967         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5968
5969 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5970
5971         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5972         related to scrollbar support, if there is no such a feature
5973         compiled in.
5974
5975 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5976
5977         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5978         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5979         for prefetch.
5980
5981 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5982
5983         * wl-summary.el (wl-summary-pick): Fix for no match.
5984
5985 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5986
5987         * wl-draft.el (wl-draft-save):
5988         Override `mime-header-encode-method-alist'.
5989
5990 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5991
5992         * wl-folder.el (wl-folder-pick): New function.
5993         Define key as "?".
5994
5995 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5996
5997         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5998         Fix for unplugged.
5999
6000 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6001
6002         * wl-folder.el (wl-folder-virtual): New function.
6003         Define key as "V".
6004
6005 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6006
6007         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6008         multi folder if entity is group.
6009
6010 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6011
6012         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6013         is nil.
6014
6015 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6016
6017         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6018         (wl-summary-target-mark-msgs): Return the number of marked messages.
6019
6020 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6021
6022         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6023         "first:" is specified.
6024
6025 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6026
6027         * wl-vars.el (wl-from): Use return value of function
6028         user-full-name instead of the variable user-full-name since
6029         XEmacs-20.4 doesn't set this variable.
6030
6031 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6032
6033         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6034         call `wl' directly.
6035
6036 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6037
6038         * wl-draft.el (wl-draft-reedit): Removed duplicated
6039         switch-to-buffers.
6040
6041 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6042
6043         * wl.el (wl-other-frame): Removed garbages.
6044
6045 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6046
6047         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6048
6049         * wl-xmas.el (wl-draft-key-setup): Ditto.
6050
6051         * wl-mule.el (wl-draft-key-setup): Ditto.
6052
6053         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6054         (wl-draft-reedit): Ditto.
6055         (wl-draft-prepare-edit): Add `wl-draft-save' to
6056         `local-write-file-hooks'.
6057         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6058         (wl-draft-reedit): Set buffer-file-name.
6059         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6060
6061
6062         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6063         call it.
6064         (wl-delete-startup-frame-function): New variable.
6065         (wl-other-frame): New function
6066         (Original was written by Yamaoka san [wl: 09239]).
6067
6068         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6069         if `wl-folder-use-frame'.
6070
6071 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6072
6073         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6074
6075 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6076
6077         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6078         New variable.
6079         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6080         (wl-message-buffer-prefetch-get-next): Use them.
6081         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6082
6083 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6084
6085         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6086         with unwind-protect.
6087
6088         * wl-draft.el (wl-draft-reedit): Rewrite.
6089         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6090         (wl-draft-save): Insert header separator if it does not exist;
6091         Removed condition-case.
6092
6093         * wl-summary.el (wl-summary-reedit): Revert last change.
6094
6095         * wl-draft.el (wl-draft-save): Rewrite.
6096         (wl-draft-create-buffer): Set buffer-file-name as nil.
6097
6098         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6099
6100         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6101
6102         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6103         nil.
6104
6105 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6106
6107         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6108         If count is nil, do not prefetch.
6109         (wl-message-buffer-prefetch-next): Next.
6110
6111 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6112
6113         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6114
6115 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6116
6117         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6118         `delete-backward-char'
6119         (wl-draft-prepare-edit): Check major-mode.
6120         (wl-draft-decode-header): Rewrite.
6121         (wl-draft): Fix.
6122
6123 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6124
6125         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6126
6127 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6128
6129         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6130         (wl-message-buffer-prefetch-get-next): Remove size checking.
6131         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6132
6133 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6134
6135         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6136         (wl-draft-default-headers): Fix.
6137
6138 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6139
6140         * wl-draft.el (wl-draft-default-headers): Insert return value of
6141         `wl-generate-mailer-string-function'.
6142
6143 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6144
6145         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6146         (wl-draft-insert-mail-header-separator): Ditto.
6147
6148         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6149         again (Reverted the change on 2002-01-17 by OKADA san).
6150
6151 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6152
6153         * wl-draft.el (wl-draft): Rewrite.
6154         (wl-draft-create-buffer): New function.
6155         (wl-draft-create-contents): Ditto.
6156         (wl-draft-prepare-edit): Ditto.
6157         (wl-draft-decode-header): Ditto.
6158         (wl-draft-decode-body): Ditto.
6159         (wl-draft-check-new-line): Ditto.
6160         (wl-draft-default-headers): Ditto.
6161         (wl-draft-insert-mail-header-separator): Ditto.
6162
6163 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6164
6165         * Version number is increased to 2.9.6.
6166
6167 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6168
6169         * wl-draft.el (wl-draft-delete-field): Optional argument.
6170         (wl-draft-delete-fields): Ditto.
6171
6172 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6173
6174         * wl-message.el (toplevel): Eliminated byte-compile warning.
6175         for `itimer-function', `delete-timer' and `itimer-list'.
6176
6177 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6178
6179         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6180         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6181         `wl-message-buffer-prefetch-threshold'.
6182         * wl-summary.el (wl-summary-redisplay-internal): Remove
6183         the check of `wl-message-buffer-prefetch-depth'.
6184
6185 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6186
6187         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6188         size of article.
6189         (wl-message-buffer-prefetch-subr): Remove size check.
6190
6191 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6192
6193         * wl-vars.el (wl-plugged): Make customizable.
6194
6195 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6196
6197         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6198         (wl-message-buffer-prefetch-set-timer): New function.
6199         (wl-message-buffer-prefetch-get-next): New function.
6200         (wl-message-buffer-prefetch): New function.
6201         (wl-message-buffer-prefetch-next): Rewrite.
6202         (wl-message-buffer-prefetch-subr): Rewrite.
6203         * wl-vars.el (wl-auto-prefetch-first): New variable.
6204         * wl-summary.el (wl-summary-goto-folder-subr): Call
6205         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6206
6207 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6208
6209         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6210         `wl-summary-unread-message-hook'.
6211
6212 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6213
6214         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6215         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6216         if range is `cache-status'.
6217
6218 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6219
6220         * wl-message.el (wl-message-buffer-prefetch-subr):
6221         Improve debug message.
6222
6223 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6224
6225         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6226         `wl-mail-send-pre-hook'.
6227         (wl-draft-send-mail-with-qmail): Ditto.
6228         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6229
6230 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6231
6232         * wl-message.el (wl-message-buffer-prefetch-subr):
6233         Fix for cancel-function-timers bug.
6234         (wl-message-buffer-prefetch-debug): Default value is t.
6235
6236 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6237
6238         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6239         (wl-message-buffer-prefetch-subr): Rewrite.
6240         Rename from `wl-message-buffer-prefetch'.
6241
6242 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6243
6244         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6245         (wl-default-draft-cite-decorate-author): Ditto.
6246
6247         * wl-draft.el (wl-draft-cite-function): Removed.
6248         (wl-default-draft-cite-decorate-author): Ditto.
6249
6250 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6251
6252         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6253         (wl-default-draft-cite): Do not arrange author name if the value of
6254         `wl-default-draft-cite-decorate-author' is nil.
6255
6256 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6257
6258         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6259
6260         * wl-folder.el (wl-folder-check-one-entity): Don't care
6261         `elmo-folder-use-flag-p'.
6262
6263 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6264
6265         * wl-folder (wl-folder-check-one-entity): Fix
6266         problem if unread is nil.
6267
6268 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6269
6270         * wl-address.el (wl-address-make-completion-list): Check whether
6271         the address is a group list.
6272         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6273
6274 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6275
6276         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6277         The number of the messages of new and unread does not count
6278         correctly.
6279
6280         * wl-summary.el (wl-summary-count-unread): Changed to return
6281         `(new . unread)' instead of total.
6282         (wl-summary-sync-update): Follow the change above.
6283
6284         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6285
6286 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6287
6288         * wl-address.el (wl-address-make-completion-list): Do not enclose
6289         address by " <" and ">" if associated realname is "".
6290         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6291         This is against the promblem with group list in .addresses pointed
6292         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6293
6294 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6295
6296         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6297         message is a format control string.
6298         * wl-expire.el (wl-expire-append-log): Ditto.
6299         * wl-mime.el (wl-summary-burst-subr): Ditto.
6300         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6301         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6302
6303 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6304
6305         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6306         wl.el (wl-check-variables): Rename from `wl-check-type'.
6307         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6308         (wl-check-variables-2): New function.
6309         (wl): Call `wl-check-variables-2'.
6310
6311 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6312
6313         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6314         after renaming folder in access group.
6315
6316 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6317
6318         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6319         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6320         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6321         (wl-message-buffer-prefetch): Rewrite.
6322         (wl-message-buffer-prefetch-idle-time): Removed.
6323         * wl-summary.el (wl-summary-redisplay-internal):
6324         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6325         Error check for `wl-message-buffer-prefetch-depht'.
6326
6327 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6328
6329         * Version number is increased to 2.9.5.
6330         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6331
6332 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6333
6334         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6335         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6336         Based on the patch written by
6337         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6338
6339 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6340
6341         * wl-draft.el (wl-draft-raw-send): Fix for
6342         `wl-news-send-pre-hook'
6343
6344 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6345
6346         * wl-utils.el (wl-message-id-function): New variable.
6347         * wl-draft.el (wl-draft-insert-required-fields):
6348         Use `wl-message-id-function'.
6349
6350 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6351
6352         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6353         * wl-utils.el (wl-draft-make-message-id-string):
6354         Use `wl-from' for domain part of Message-ID
6355         if `wl-message-id-use-wl-from' if non-nil.
6356         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6357
6358 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6359
6360         * wl.el (wl): Call `wl-check-type'
6361         Do not 'condition-case'.
6362
6363 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6364
6365         * wl.el (wl-check-type): New function.
6366         (wl-check-type-variables): New variable.
6367
6368 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6369
6370         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6371
6372 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6373
6374         * wl-draft.el (wl-smtp-password-key): New function.
6375         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6376         (wl-draft-send-mail-with-smtp): Ditto.
6377         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6378
6379 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6380
6381         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6382         * wl-utils.el (wl-unique-id-suffix): Remove.
6383
6384 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6385
6386         * Version number is increased to 2.9.4.
6387
6388 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6389
6390         * wl-utils.el (wl-unique-id-suffix): New variable.
6391         (wl-unique-id): Use `wl-unique-id-suffix'
6392
6393 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6394
6395         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6396         instead of `elmo-msgdb-search'.
6397
6398         * Version number is increased to 2.9.3.
6399
6400 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6401
6402         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6403
6404 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6405
6406         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6407         (wl-draft-dispatch-message): Changed for send-later.
6408         (wl-draft-queue-flush): Ditto.
6409         (wl-draft): Clear `wl-sent-message-queued'.
6410         (wl-draft-reedit): Ditto.
6411         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6412         * wl-vars.el (wl-draft-force-queuing): New variable.
6413         (wl-draft-force-queuing-mail): New variable.
6414         (wl-draft-force-queuing-news): New variable.
6415
6416 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6417
6418         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6419         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6420
6421 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6422
6423         * Version number is increased to 2.9.2.
6424
6425 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * wl-draft.el (wl-draft-elide-region): New user command.
6428         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6429
6430         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6431         command `wl-draft-elide-region'.
6432         * wl-mule.el: Ditto.
6433         * wl-xmas.el: Ditto.
6434
6435 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6436
6437         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6438         (wl-biff-check-folder-async): Removed needless let.
6439
6440 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6441
6442         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6443         wl-folder-get-elmo-folder.
6444         (wl-biff-check-folder): Set `biff' argument of
6445         `wl-folder-check-one-entity'.
6446         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6447
6448         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6449         (wl-folder-check-one-entity): Added `biff' argument;
6450         Setup `biff' slot of folder.
6451
6452         * Version number is increased to 2.9.1.
6453
6454 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6455
6456         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6457         comment out and fixed.
6458         (wl-fldmgr-add-completion-subr): Ditto.
6459
6460         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6461         and msgdb.
6462
6463         * wl.el (wl-toggle-plugged): Save summary view.
6464
6465 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6466
6467         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6468
6469 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6470
6471         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6472
6473 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6476         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6477         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6478
6479         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6480         if it was failed.
6481         (wl-demo): Disable undo in the demo buffer.
6482
6483 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6484
6485         * wl-version.el (wl-version): Changed codename.
6486
6487         * Version number is increased to 2.9.0.
6488
6489 2001-12-14  Takuo KITAME <kitame@northeye.org>
6490
6491         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6492         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6493         (wl-folder-mark-as-read-all-current-entity): Ditto.
6494
6495 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6496
6497         * wl-vars.el (wl-from-width): Define as obsolete variable.
6498         (wl-subject-length-limit): Ditto.
6499
6500         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6501
6502         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6503         wl-summary-save-view.
6504
6505         * wl.el (wl-save-status): Ditto.
6506         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6507
6508         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6509         (wl-summary-exit): Follow the change above.
6510         (wl-summary-goto-folder-subr): Ditto.
6511
6512         * wl-folder.el (wl-folder-create-subr): Don't use
6513         `elmo-folder-creatable-p'.
6514
6515 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6516
6517         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6518
6519 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6522         rather than bitmap on Emacs 21.
6523         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6524         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6525         for xbm if the new redisplay engine is not available.
6526
6527 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6528
6529         * wl-folder.el (wl-folder-init-hook): New hook.
6530         (wl-folder-init): Run `wl-folder-init-hook'.
6531
6532 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6535
6536 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6537
6538         * wl-acap.el (wl-acap-cache-filename): New variable.
6539         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6540         (wl-acap-init): Use cache if no ACAP server found.
6541
6542 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6543
6544         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6545         `wl-acap-original-msgdb-dir'.
6546
6547         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6548         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6549
6550         * wl-mime.el (wl-mime-save-directory): Renamed from
6551         `wl-mime-save-dir'.
6552
6553 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6554
6555         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6556
6557         * wl-demo.el: Require `path-util'.
6558         (wl-demo-bitmap-mule-available-p): New internal variable.
6559         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6560         `module-installed-p' instead.
6561         (wl-demo-insert-image): Use *.img file for a bitmap image.
6562         (wl-demo): Don't call the ascii demo recursively.
6563
6564 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6565
6566         * Version number is increased to 2.7.7.
6567
6568 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6569
6570         * wl.el (wl-exit): Eliminated byte-compile warning.
6571
6572 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6573
6574         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6575         obsolete variable using `elmo-define-obsolete-variable'.
6576         (wl-fetch-confirm-threshold): Ditto.
6577         (wl-cache-prefetch-folder-type-list): Ditto.
6578         (wl-cache-prefetch-folder-list): Ditto.
6579
6580 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6581
6582         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6583         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6584         (wl-demo-insert-image): New function.
6585         (wl-demo-insert-text): New function.
6586         (wl-demo-image-type-alist): Redefine as a function.
6587         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6588         (wl-demo-with-temp-file-buffer): Removed.
6589         (wl-logo-xpm): Removed.
6590         (wl-logo-xbm): Removed.
6591         (wl-logo-bitmap): Removed.
6592
6593 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6594
6595         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6596         (wl-expire-localdir-get-folder-function): New user option.
6597         (wl-expire-localdir-get-folder): New function.
6598         (wl-expire-localdir-date): Ditto.
6599
6600 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6601
6602         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6603         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6604         Fixed unread number mismatch when all-unread < unread.
6605
6606 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6607
6608         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6609         (wl-fetch-confirm-threshold): Ditto.
6610
6611         * wl-summary.el (wl-summary-confirm-appends): Removed.
6612         (wl-summary-sync-update): Don't refer
6613         `wl-summary-update-confirm-threshold' (It is now abolished).
6614
6615         * wl-message.el (wl-message-display-internal): Don't refer
6616         `wl-fetch-confirm-threshold' (It is now abolished).
6617
6618 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6619
6620         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6621
6622 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6623
6624         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6625         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6626         Change default value to nil.
6627         (wl-summary-indent-length-limit): The value can be nil, nil means
6628         unlimited.
6629
6630         * wl-summary.el: Don't set limit for indent length if the value of
6631         wl-summary-indent-length-limit is nil.
6632         If the value of wl-summary-width is nil, it means only that the width
6633         of summary is unlimited (nil doesn't mean that the indent length is
6634         unlimited).
6635
6636         * wl-thread.el: Ditto.
6637
6638 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6639
6640         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6641         be nil, nil means never confirm.
6642         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6643
6644 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6645
6646         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6647         means unlimited).
6648
6649 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6650
6651         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6652         Use `with-temp-buffer'.
6653
6654 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6655
6656         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6657         with new backquote style).
6658         (wl-folder-get-entity-from-buffer): Ditto.
6659
6660 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6661
6662         * wl-version.el (nemacs-version): Eliminated.
6663         (wl-extended-emacs-version2): Ignore nemacs.
6664         (wl-extended-emacs-version3): Ditto.
6665
6666 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6667
6668         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6669         (wl-draft-add-in-reply-to): New variable.
6670         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6671         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6672         (wl-draft-yank-from-mail-reply-buffer): Use
6673         `wl-draft-add-in-reply-to'.
6674         (wl-draft-insert-current-message): Ditto.
6675
6676 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6677
6678         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6679         typo (kill->hide).
6680         (wl-message-buffer-prefetch-folder-type-list): Added elements
6681         `mark' and `cache' instead of `internal'.
6682
6683 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6684
6685         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6686         resume msgdb directory.
6687
6688 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6689
6690         * wl.el (wl-exit): Call `wl-acap-exit'.
6691
6692         * wl-summary.el (wl-summary-message-string): New function.
6693         (wl-summary-reedit): Use it.
6694         (wl-summary-resend-bounced-mail): Remove needless let.
6695         (wl-summary-supersedes-message): Ditto.
6696         (wl-summary-save): Ditto.
6697
6698         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6699         (wl-acap-init): Set it.
6700         (wl-acap-exit): New function.
6701
6702 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6703
6704         * wl.el (wl-init): Revert (require 'mime-setup). move from
6705         toplevel.
6706
6707 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6708
6709         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6710         local variables.  Add error when guess function return invalid
6711         value.
6712
6713 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6714
6715         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6716         Change local variable name.
6717         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6718         (wl-folder-get-newsgroups): Return nil when non-news folder.
6719         * wl-summary.el (wl-summary-write-current-folder): State through
6720         when guess-list return nil.
6721         (wl-summary-write-current-folder-functions): Fixed docstring.
6722
6723         * wl.el (wl-exit): Changed confirm message.
6724
6725         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6726         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6727
6728         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6729
6730 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6731
6732         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6733         user option (Renamed from wl-cache-prefetch-folder-type-list).
6734         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6735         from wl-cache-prefetch-folder-list).
6736
6737         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6738         Move to wl-vars.el.
6739         (wl-message-buffer-prefetch-p): Changed to enable
6740         `wl-message-buffer-prefetch-folder-list'.
6741
6742         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6743         `ignore-cache'.
6744
6745 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6746
6747         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6748         `part-top' and `part-bottom'.
6749         (wl-draft-config-sub-part-top): New function.
6750         (wl-draft-config-sub-part-bottom): New function.
6751
6752 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6753
6754         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6755
6756 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6757
6758         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6759
6760 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6761
6762         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6763
6764         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6765         (wl-summary-write-current-folder): Ditto.
6766
6767 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6768
6769         * wl-folder.el (wl-folder-get-newsgroups): Use
6770         `elmo-folder-newsgroups'.
6771
6772 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6773
6774         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6775         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6776         `wl-draft-config-sub-header-bottom'.
6777
6778 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6779
6780         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6781         localnews folder.
6782
6783 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6784
6785         * wl-summary.el (wl-summary-mode): Undo last change.
6786
6787         * wl-folder.el (wl-folder-mode): Ditto.
6788
6789 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6790
6791         * wl-summary.el (wl-summary-mode): Locally set
6792         truncate-partial-window-width to nil.
6793         (for XEmacs)
6794
6795         * wl-folder.el (wl-folder-mode): Ditto.
6796
6797 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6798
6799         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6800
6801 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6802
6803         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6804         number.
6805
6806         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6807
6808         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6809
6810         * Version number is increased to 2.7.6.
6811
6812 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6813
6814         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6815
6816 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6817
6818         * wl-summary.el (wl-summary-sync-update): Enclose network
6819         related portion with `unwind-protect'.
6820
6821 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6822
6823         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6824
6825 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6826
6827         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6828         element.
6829         * wl-vars.el (wl-message-body-button-alist): Ditto.
6830
6831         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6832         max match length.
6833         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6834
6835         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6836         for the max match length;
6837         Use 4th element value for the button string regexp group.
6838
6839         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6840         candidate exists, prompt to select.
6841
6842 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6843
6844         * wl-summary.el (wl-summary-jump-to-msg): Search before
6845         calibration point by `beginning-of-line'.
6846
6847 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6848
6849         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6850         for access group.
6851
6852 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6853
6854         * wl-message.el (wl-message-display-internal): Bind
6855         `default-mime-charset'.
6856
6857         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6858
6859         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6860
6861         * Version number is increased to 2.7.5.
6862
6863 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6864
6865         * wl-expire.el (wl-summary-archive): Fixed;
6866         Use `elmo-folder-name-internal'.
6867
6868 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6869
6870         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6871         from `elmo-folder-move-messages' caller.
6872         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6873
6874         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6875         related portions are changed).
6876
6877 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6878
6879         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6880         counter.
6881
6882 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6883
6884         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6885         buffer local and set it to nil.
6886
6887         * wl-message.el (wl-message-redisplay): Ditto.
6888
6889 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6890
6891         * wl-summary.el (wl-summary-mark-as-important): If message is
6892         already cached, set messag as read, otherwise encache and mark as read.
6893
6894 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6895
6896         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6897         point-min.
6898
6899 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6902         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6903         a keymap.
6904
6905 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6906
6907         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6908         parent.
6909
6910         * wl-mule.el (wl-message-define-keymap): Ditto.
6911
6912         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6913
6914         * wl-xmas.el (wl-message-display-internal-hook): Define.
6915         (wl-xmas-setup-message-toolbar): Define as function.
6916         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6917         (wl-message-overload-functions): Abolished.
6918         (wl-message-define-keymap): New function.
6919
6920         * wl-vars.el (wl-message-display-internal-hook): New variable.
6921         (wl-message-header-button-alist): New variable (Renamed from
6922         wl-highlight-message-header-button-alist).
6923         (wl-message-body-button-alist): Ditto.
6924
6925         * wl-mule.el (wl-message-define-keymap): New function.
6926         (wl-message-overload-functions): Abolished.
6927
6928         * wl-message.el (wl-message-add-buttons-to-body): New function.
6929         (wl-message-redisplay): Don't call wl-message-overload-functions;
6930         Call wl-message-add-buttons-to-header and
6931         wl-message-add-buttons-to-body.
6932         (wl-message-display-internal): Set keymap argument for
6933         elmo-mime-display-as-is, elmo-mime-message-display;
6934         Run wl-message-display-internal-hook.
6935         (wl-message-refer-article-or-url): Abolished.
6936
6937         * wl-highlight.el (wl-highlight-headers): Don't call
6938         wl-highlight-message-add-buttons-to-header.
6939         (wl-highlight-message-add-buttons-to-header): Abolished.
6940
6941
6942         * wl-e21.el (wl-message-display-internal-hook): Define.
6943         (wl-e21-setup-toolbar): Deleted duplicated binding.
6944         (wl-e21-setup-message-toolbar): Define as function.
6945         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6946         (wl-message-define-keymap): New function.
6947         (wl-message-overload-functions): Abolished.
6948
6949 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6950
6951         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6952         and elmo-folder-close.
6953
6954         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6955
6956 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6957
6958         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6959         boolean value.
6960         * wl-draft.el (wl-draft-do-fcc): Ditto.
6961
6962 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6963
6964         * wl-vars.el (wl-fcc-force-as-read): New variable.
6965         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6966         mark copied message as read.
6967
6968 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6969
6970         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6971
6972 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6973
6974         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6975         `wl-summary-target-above' instead of obsolete variable
6976         `wl-summary-temp-above'.
6977
6978         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6979         instead of `make-obsolete-variable'.
6980         * wl-refile.el (toplevel): Ditto.
6981
6982 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6983
6984         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6985         with third argument t.
6986         (wl-draft): Set first argument for wl-plugged-init as t.
6987
6988         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6989         definition.
6990
6991 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6992
6993         * wl-vars.el: Tabify.
6994         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6995
6996         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6997         message.
6998
6999 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7000
7001         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7002         and set default to beep.
7003
7004 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7005
7006         * wl-vars.el (wl-draft-truncate-lines): New variable.
7007
7008         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7009         instead of wl-message-truncate-lines for truncate-lines.
7010
7011 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7012
7013         * wl-message.el (wl-message-display-internal): Call
7014         `wl-highlight-message' after `elmo-mime-display-as-is'.
7015
7016         * wl-mime.el (wl-mime-display-text/plain): New function.
7017         (wl-mime-display-header): Ditto.
7018         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7019         body-presentation-method for text/plain;
7020         Register `wl-mime-display-header' as a header-presentation-method;
7021         Don't set up `elmo-message-text-content-inserted-hook' and
7022         `elmo-message-header-inserted-hook'.
7023
7024         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7025         variable.
7026         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7027         as t if flag is 'all-header;
7028         Don't bind `elmo-message-ignored-field-list',
7029         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7030
7031 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7032
7033         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7034         for xemacs with non-mule environment.
7035
7036 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7037
7038         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7039         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7040         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7041
7042 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7043
7044         * wl-vars.el (wl-interactive-send): Set default value as t.
7045
7046 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7047
7048         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7049         (wl-addrmgr-method-list): Abolished.
7050         (wl-addrmgr-change-method): Follow above change.
7051
7052         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7053
7054 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7055
7056         * wl-vars.el (wl-message-truncate-lines): Change default value
7057         to default-truncate-lines.
7058
7059         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7060
7061 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7062
7063         * wl-vars.el (wl-message-truncate-lines): New variable.
7064
7065         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7066         wl-message-truncate-lines.
7067
7068 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7069
7070         * wl-acap.el (wl-acap-init): Remove period from error message.
7071         (wl-acap-find-acap-service): Remove period from message.
7072
7073 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7074
7075         * wl.el (wl-check-environment): Undo last change.
7076
7077         * wl-vars.el (wl-from): Changed default value.
7078
7079         * wl-util.el (toplevel): Don't require tm-edit.
7080
7081         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7082         `wl-folder-init';
7083         Don't set mark on mail body.
7084         (wl-draft-reedit): Ditto.
7085
7086         * wl-address.el (wl-address-quote-specials): Define as an alias for
7087         elmo-address-quote-specials.
7088
7089 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7090
7091         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7092
7093         * wl-vars.el (wl-from): Set default value as nil.
7094         (wl-organization): Set default value as ORGANIZATION environment
7095         variable.
7096
7097         * wl-draft.el (wl-smtp-extension-bind): Check value of
7098         wl-smtp-connection-type.
7099
7100         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7101         error.
7102
7103 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7104
7105         * Version number is increased to 2.7.4.
7106
7107         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7108         arguments from `wl-highlight-x-face-function' caller.
7109         Use x-face-1.3.6.12 or later.
7110
7111 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7112
7113         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7114
7115 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7116
7117         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7118         (wl-fcc): Fix to accept function.
7119         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7120
7121 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7122
7123         * wl-acap.el (toplevel): Added `product-provide' declare.
7124         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7125
7126 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7127
7128         * wl.el (wl): Changed order of calling `elmo-init'
7129         and `elmo-folder-init'.
7130
7131 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7132
7133         * wl-mime.el (wl-summary-burst): Extract message when content-type
7134         of root entity is not only `multipart' but also `message/rfc822'.
7135         (wl-summary-burst-subr): Ditto.
7136
7137 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7138
7139         * wl-vars.el (toplevel): Require 'custom.
7140         (wl-trash-folder): Added to `wl-setting' group.
7141
7142         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7143         exists.
7144         (wl-addrmgr-draw): Insert empty line when no entry exists.
7145
7146         * wl-mule.el (wl-message-wheel-up): Fixed.
7147         (wl-message-wheel-down): Ditto.
7148
7149 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7150
7151         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7152         config is an anonymous lambda expression.
7153
7154 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7155
7156         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7157         when Mule 2 is running.
7158
7159 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7160
7161         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7162
7163 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7164
7165         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7166         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7167
7168         * wl-address.el (wl-address-specials-regexp): Eliminated.
7169         (wl-address-quote-specials): Rewrite.
7170
7171 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7172
7173         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7174         shy-groups for regexp.
7175
7176         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7177         character classes and Perl style shy-groups for regexp.
7178         (wl-highlight-plugged-current-line): Use Posix style character
7179         classes for regexp.
7180         (wl-e21-highlight-folder-by-numbers): Ditto.
7181         (wl-e21-display-image-p): Use `display-images-p' instead of
7182         `display-graphic-p'.
7183         (display-images-p): Make an alias to `display-graphic-p' if it is
7184         not available.  It is for Emacs version prior to 21.0.105.
7185
7186         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7187         `display-graphic-p'.
7188         (wl-demo-image-type-alist): Ditto.
7189         (display-images-p): Make an alias to `display-graphic-p' if it is
7190         not available.  It is for Emacs version prior to 21.0.105.
7191
7192 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7193
7194         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7195         support.
7196         (wl-generate-user-agent-string): Ditto.
7197
7198         * wl-version.el (wl-version): Update docsting.
7199         (wl-version-status): Ditto.
7200
7201 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7202
7203         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7204         21.0.105.  For Emacs 21.0.104 or earlier.
7205
7206 2001-09-03  Takuo KITAME <kitame@northeye.org>
7207
7208         * wl-e21.el (wl-plugged-init-icons): Use
7209         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7210         (wl-biff-init-icons): Ditto.
7211
7212 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7213
7214         * wl-highlight.el (wl-highlight-summary-current-line):
7215         Fixed highlighting refile/copy destination.
7216
7217         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7218         (wl-acap-store): Encode string by wl-acap-coding-system.
7219
7220 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7221
7222         * wl-acap.el (toplevel): Check and require 'un-define before
7223         'xemacs-ucs;
7224          Added checking for UTF-2000.
7225
7226 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7227
7228         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7229         Don't enclose with `eval-and-compile'.
7230
7231         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7232         wl-init is non-nil.
7233
7234         * wl-draft.el (wl-draft): Ditto.
7235
7236         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7237
7238         * wl-acap.el (toplevel): Require 'wl.
7239         (wl-acap-store): Call `elmo-init'.
7240
7241         * wl.el (wl): Changed position of `wl-check-environment'.
7242         (toplevel): Added autoload setting for wl-acap.
7243
7244         * wl-vars.el (wl-setting): New custom group.
7245         (wl-from): Added wl-setting group.
7246         (wl-user-mail-address-list): Ditto.
7247         (wl-organization): Ditto.
7248         (wl-subscribed-mailing-list): Ditto.
7249         (wl-envelope-from): Ditto.
7250         (wl-smtp-posting-user): Ditto.
7251         (wl-smtp-posting-server): Ditto.
7252         (wl-smtp-posting-port): Ditto.
7253         (wl-smtp-authenticate-type): Ditto.
7254         (wl-pop-before-smtp-user): Ditto.
7255         (wl-pop-before-smtp-server): Ditto.
7256         (wl-pop-before-smtp-port): Ditto.
7257         (wl-pop-before-smtp-authenticate-type): Ditto.
7258         (wl-nntp-posting-server): Ditto.
7259         (wl-nntp-posting-user): Ditto.
7260         (wl-nntp-posting-port): Ditto.
7261         (wl-fetch-confirm-threshold): Ditto.
7262         (wl-prefetch-threshold): Ditto.
7263         (wl-thread-insert-opened): Ditto.
7264         (wl-ldap-server): Ditto.
7265         (wl-ldap-port): Ditto.
7266         (wl-ldap-base): Ditto.
7267         (wl-ldap-objectclass): Ditto.
7268         (wl-use-ldap): Ditto.
7269         (wl-draft-config-alist): Ditto.
7270         (wl-draft-config-matchone): Ditto.
7271         (wl-template-alist): Ditto.
7272         (wl-message-sort-field-list): Ditto.
7273         (wl-message-ignored-field-list): Ditto.
7274         (wl-message-visible-field-list): Ditto.
7275         (wl-interactive-send): Ditto.
7276         (wl-summary-move-order): Ditto.
7277         (wl-auto-select-first): Ditto.
7278         (wl-auto-select-next): Ditto.
7279         (wl-interactive-save-folders): Ditto.
7280
7281         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7282         Initialization codes are moved from wl-local-folder-init.
7283         (wl-local-folder-init): Follow the change above.
7284         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7285
7286         * wl-acap.el: New file.
7287
7288         * Version number is increased to 2.7.3.
7289
7290 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7291
7292         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7293
7294 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7295
7296         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7297         (wl-addrmgr-address-entry-list): Ditto.
7298
7299 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7300
7301         * wl-e21.el (wl-draft-mode-map): Removed binding for
7302         `wl-draft-insert-x-face-field'.
7303
7304         * wl-mule.el (wl-draft-mode-map): Ditto.
7305
7306         * wl-xmas.el (wl-draft-mode-map): Ditto.
7307
7308         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7309         (wl-cs-autoconv): Ditto.
7310         (wl-cs-local): Ditto.
7311         (wl-use-scoring): Ditto.
7312         (wl-mime-charset): Ditto.
7313         (wl-folder-check-async): Ditto.
7314
7315         * wl.el (toplevel): Ignore nemacs and tm.
7316         (wl-exit): Ditto.
7317
7318         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7319         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7320         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7321         instead of wl-address-petname-add-or-change.
7322         (wl-summary-edit-addresses-subr): Use wl-address-delete
7323         instead of wl-address-petname-delete.
7324
7325         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7326
7327         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7328         if error occured.
7329
7330         * wl-message.el (require): Remove tm support.
7331
7332         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7333
7334         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7335         (wl-folder-jump-to-current-entity): Ditto.
7336         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7337
7338         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7339         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7340         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7341
7342         * wl-mule.el (wl-draft-key-setup): Ditto.
7343
7344         * wl-xmas.el (wl-draft-key-setup): Ditto.
7345
7346         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7347         (wl-draft-std11-parse-addresses): New function.
7348         (wl-draft-parse-mailbox-list): Use it.
7349         (wl-draft): Ignore nemacs.
7350         (wl-draft-reedit): Ditto.
7351
7352         * wl-addrmgr.el: New file.
7353         (Original is wl-rcpt.el written by
7354         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7355         Thanks Kitamoto-san.)
7356
7357         * wl-address.el (wl-address-make-address-list): Modified parsing
7358         process.
7359         (wl-address-delete): Renamed from `wl-address-petname-delete';
7360         Modify wl-address-list too.
7361         (wl-address-add-or-change): Renamed from
7362         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7363
7364 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7365
7366         * wl-highlight.el (wl-highlight-summary-current-line):
7367           Work with transient-mark-mode
7368
7369 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7370
7371         * Version number is increased to 2.7.2.
7372
7373         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7374         instead of elmo-dop-queue-method.
7375
7376 2001-08-06  SAITO Atsunori <sai@yedo.com>
7377
7378         * wl-vars.el (wl-ldap-objectclass): New user option.
7379
7380         * wl-address.el (wl-ldap-make-filter): Use it.
7381
7382 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7383
7384         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7385
7386 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7387
7388         * wl-folder.el (wl-folder): redisplay after folder insertion.
7389
7390         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7391
7392         * wl-summary.el (wl-summary-sync-update):
7393         Change status mark only when new-msgdb exists.
7394         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7395
7396 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7397
7398         * wl-summary.el (wl-summary-open-folder): New function.
7399         (wl-summary-goto-folder-subr): Use it.
7400         (wl-summary-mark-as-important): Fix;
7401         Encache only when no cache exists.
7402
7403 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7404
7405         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7406         Use with-current-buffer.
7407
7408 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7409
7410         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7411         before call `get-buffer'. Fixed parenthesis.
7412         (wl-score-get-header-entry): Clear message and help window when
7413         keyboard quit.
7414         (wl-score-edit-insert-header): Ditto.
7415
7416 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7417
7418         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7419         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7420         (wl-default-draft-cite): Fix.
7421
7422         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7423         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7424
7425 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7426
7427         * wl-message.el (wl-message-prev-page): Do same bahavior
7428         as summary when it is called in the message buffer.
7429         (wl-message-next-page): Ditto.
7430
7431 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7432
7433         * wl-summary.el (wl-summary-forward): Use cache if it is not
7434         section cache.
7435
7436 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7437
7438         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7439         Removed redundant require of elmo-vars.
7440         (wl-biff-state-indicator-on): Changed default value for
7441         xemacs with non-mule environment.
7442
7443         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7444         wl-message-buffer is nil;
7445         Hide progress bar after moving messages.
7446
7447 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7448
7449         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7450         message at cursor point is deleted.
7451
7452 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7453
7454         * wl-vars.el: Changed file coding system to euc-japan.
7455         Added -*-coding:-*- magic to the first line.
7456
7457         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7458         Search parent from the first message.
7459
7460         * Version number is increased to 2.7.1.
7461
7462 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7463
7464         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7465
7466 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7467
7468         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7469         refile/delete execution.
7470
7471         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7472         Fixed docstring.
7473
7474 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7475
7476         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7477         do update process;
7478         Don't update marks when update process is interrupted.
7479
7480 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7481
7482         * wl-summary.el (wl-summary-reply): Fixed problem when
7483         wl-draft-use-frame is non-nil.
7484         (wl-summary-forward): Ditto.
7485
7486         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7487         as nil.
7488         (wl-folder-mark-as-read-all-entity): Ditto.
7489         (wl-folder-prefetch-entity): Ditto.
7490
7491         * wl.el (wl): Check environment before wl-init.
7492
7493         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7494         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7495         instead of wl-summary-collect-unread.
7496         (wl-summary-reply): Split message window.
7497
7498 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7499
7500         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7501         only if current language environment is japanese,
7502
7503         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7504         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7505         (wl-folder-goto-folder-subr): Ditto.
7506
7507         * wl-draft.el (wl-draft-dispatch-message): Call
7508         `elmo-file-cache-get-path'.
7509
7510 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7511
7512         * wl-summary.el (wl-summary-cursor-move): If return value of
7513         wl-summary-next-message is not number, don't jump.
7514
7515 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7516
7517         * wl-summary.el (wl-summary-buffer-next-message-function): New
7518         variable.
7519         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7520         if it is bound.
7521
7522         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7523         string.
7524
7525         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7526         (wl-plugged-drawing): Ditto.
7527
7528 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7529
7530         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7531         process.
7532         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7533         with unwind-protect.
7534
7535         * wl.el (wl-init): Require mime-setup.
7536         (wl-check-environment): Don't require mime-setup.
7537
7538         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7539         instead of elmo-folder-type.
7540
7541         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7542         value as nil.
7543
7544 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7545
7546         * Version number is increased to 2.7.0.
7547
7548         * wl-version.el (wl-version): Changed codename.
7549
7550         * wl-summary.el (wl-summary-delete-cache): Fixed.
7551
7552         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7553         Workaround for net folders.
7554         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7555
7556         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7557         value to nil (According to the patch from
7558         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7559
7560         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7561         of elmo-folder-close.
7562
7563 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7564
7565         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7566         for postfix.
7567
7568 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7569
7570         * wl-summary.el (wl-summary-resend-message): Fixed.
7571
7572         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7573         Call wl-draft with `from' argument if its address is included in
7574         `wl-user-mail-address-list'.
7575         (wl-draft): Added `from' argument.
7576
7577         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7578         non-nil.
7579         (wl): Don't show demo if wl-demo is nil.
7580
7581         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7582         wl-summary-use-frame.
7583
7584         * wl-vars.el (wl-summary-use-frame): New user option.
7585         (wl-folder-use-frame): Changed docstring.
7586
7587         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7588         non-nil.
7589         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7590         wl-summary-use-frame.
7591
7592         * wl-vars.el (wl-folder-use-frame): New user option.
7593
7594         * wl-summary.el (wl-summary-exit): Back to folder frame if
7595         wl-folder-use-frame is non-nil.
7596         (wl-summary-redisplay-internal): Ignore cache if current folder
7597         is draft folder,
7598         (wl-summary-redisplay-no-mime): Ditto.
7599         (wl-summary-redisplay-all-header): Ditto.
7600
7601         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7602         if wl-folder-use-frame is non-nil.
7603
7604 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7605
7606         * wl-summary.el (wl-summary-sync-update): Bind
7607         elmo-folder-update-threshold.
7608         (wl-summary-mark-as-important): Enclosed server mark processing
7609         with `save-match-data'.
7610
7611         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7612         only when it is already defined.
7613
7614 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7615
7616         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7617         name of folder exclude localdir is wrong.
7618         * wl-folder.el (wl-folder-sync-entity):
7619         Set `wl-summary-always-sticky-folder-list' as nil.
7620         (wl-folder-mark-as-read-all-entity): Ditto.
7621         (wl-folder-prefetch-entity): Ditto.
7622
7623 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7624
7625         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7626         instead of `wl-summary-write-current-newsgroup'.
7627
7628 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7629
7630         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7631         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7632         non-nil and selected message is important, do not display.
7633
7634 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7635
7636         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7637
7638 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7639
7640         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7641
7642         * wl-summary.el (wl-summary-mark-as-important): Set message number
7643         using wl-summary-message-number.
7644
7645 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7646
7647         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7648         destination folder is 'null.
7649
7650 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7651
7652         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7653         New function.
7654         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7655         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7656         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7657
7658 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7659
7660         * wl-mime.el (wl-mime-setup): Added setting for
7661         `mime-setup-signature-key-alist' to avoid overriding key bind for
7662         `wl-draft-send'.
7663
7664         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7665         for `wl-draft-send'.
7666         * wl-mule.el (wl-draft-overload-functions): Ditto.
7667         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7668         * wl-draft.el (wl-draft-send): Ditto.
7669
7670         * wl-message.el (wl-message-display-internal):
7671         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7672         (Patch is provided by <kita@coe.nttdata.co.jp>).
7673
7674 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7675
7676         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7677
7678 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7679
7680         * wl.el (wl): Fix for wl-demo.
7681
7682 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7683
7684         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7685
7686 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7687
7688         * wl-folder.el (wl-folder-prefetch-entity): Use
7689         `wl-folder-get-elmo-folder'.
7690         (wl-folder-count-incorporates): Do not use
7691         `wl-folder-get-elmo-folder'.
7692
7693 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7694
7695         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7696         instead of `elmo-folder-get-type'.
7697
7698 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7699
7700         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7701         position on Subject: field.
7702         (Advised by Mito <mit@nines.nec.co.jp>)
7703
7704 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7705
7706         * wl-folder.el (wl-folder-prefetch-entity): Use
7707         `wl-folder-get-elmo-folder'.
7708
7709 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7710
7711         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7712
7713         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7714         `process-duplicates' slot.
7715
7716         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7717         if detection failed.
7718
7719 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7720
7721         * wl-version.el (wl-version-status): Set to "alpha".
7722
7723 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7724
7725         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7726         Check wl-message-buffer lives before set-buffer.
7727
7728 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7729
7730         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7731         called in folder mode.
7732         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7733         * wl-summary.el (wl-summary-exit-pre-hook): Run
7734         `wl-summary-exit-pre-hook' before exit summary mode.
7735
7736 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7737
7738         * wl-version.el (wl-version-status): New variable.
7739         (wl-version-status-alist): Removed.
7740         (wl-version-status): Rule included.
7741
7742 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7743
7744         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7745         @sponichi.
7746
7747         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7748         when `mail-reply-buffer' is buffer-local variable.
7749         (Reported by <kita@coe.nttdata.co.jp>).
7750
7751 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7752
7753         * wl-vars.el (toplevel): Require 'elmo-util.
7754
7755 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7756
7757         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7758         (All other related portions are changed)
7759
7760         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7761
7762         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7763
7764 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7765
7766         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7767
7768 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7769
7770         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7771         Delete other windows to avoid an error.
7772         Use `point-marker' instead of `point' to remember the start point
7773         of body.
7774
7775         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7776
7777         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7778         number not to exceed all message number.
7779
7780 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7781
7782         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7783         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7784
7785 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7786
7787         * wl-summary.el (wl-summary-sync-force-update): Added argument
7788         no-check.
7789         (wl-summary-sync-update): Ditto.
7790         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7791         with `no-check'.
7792
7793         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7794         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7795         already running.
7796
7797 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7798
7799         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7800         `dst-folder-arg'.
7801         (wl-expire-archive-number1): Diito.
7802         (wl-expire-archive-number2): Diito.
7803         (wl-expire-archive-Date): Diito.
7804         (wl-archive-number1): Diito.
7805         (wl-archive-number2): Diito.
7806         (wl-archive-date): Diito.
7807         (wl-archive-folder-p): New function.
7808         (wl-summary-expire): Support of expand folder name at
7809         wl-expire-alist.
7810         * wl-util.el (wl-expand-newtext): Renamed from
7811         `wl-refile-expand-newtext'.
7812
7813 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7814
7815         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7816         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7817         `(elmo-msgdb-get-overview msgdb)'.
7818         (wl-summary-prefetch): Bind match data before call
7819         `wl-summay-prefetch-msg'.
7820         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7821         'off if `wl-summary-buffer-disp-msg' is non-nil.
7822         Fixed problem that couldn't show only one new or unread message when
7823         enter folder.
7824         (wl-summary-reply): Don't call `split-window-vertically' and other
7825         window.
7826
7827 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7828
7829         * wl-expire.el (wl-expire-refile): Fixed.
7830
7831 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7832
7833         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7834
7835         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7836         biff notification is removed.
7837
7838         * wl.el (wl): Changed position of `elmo-init'.
7839
7840         * wl-draft.el (wl-default-draft-cite): Use date field
7841         on the citation buffer.
7842
7843         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7844
7845         * wl-xmas.el (wl-folder-internal-icon-list): Added
7846         `wl-folder-shimbun-image'.
7847
7848         * wl-e21.el (wl-folder-internal-icon-list): Added
7849         `wl-folder-shimbun-image'.
7850
7851 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7852
7853         * wl.el (wl-init): Eliminated argument.
7854         (wl): Rewrite.
7855
7856         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7857         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7858         instead of `elmo-folder-msgdb-internal'.
7859         (wl-summary-sync-update): Ditto.
7860         (wl-summary-flush-pending-append-operations): Eliminated.
7861         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7862         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7863         `elmo-folder-open'.
7864
7865         * wl-mime.el (wl-summary-burst): Fixed.
7866
7867         * wl-folder.el (wl-folder-info-save): Check data type.
7868
7869         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7870         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7871         instead of `elmo-folder-msgdb-internal'.
7872         (wl-expire-hide): Ditto.
7873
7874
7875         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7876
7877 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7878
7879         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7880
7881 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7882
7883         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7884
7885 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7886
7887         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7888         Fixed `match-beginning' argument mismatch.
7889
7890 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7891
7892         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7893         the default value.
7894
7895 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7896
7897         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7898         instead of `elmo-nntp-default-port'.
7899
7900         * wl-vars.el: Fixed some doc strings.
7901
7902 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7903
7904         * wl-summary.el (wl-summary-prefetch-msg): Use
7905         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7906
7907         * wl-vars.el: Define *-func as obsolete variable using
7908         `elmo-define-obsolete-variable'.
7909
7910         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7911         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7912         instead of `wl-message-buffer-prefetch-threshold'.
7913
7914         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7915
7916         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7917
7918         * wl-draft.el (wl-caesar-region-func): Ditto.
7919
7920         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7921         Keep unread status in elmo-folder-move-messages.
7922         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7923
7924 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7925
7926         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7927         `wl-summary-buffer-exit-func'
7928         (wl-summary-buffer-message-redisplay-function): Renamed from
7929         `wl-summary-buffer-message-redisplay-func'
7930         (wl-summary-buffer-next-folder-function): Renamed from
7931         `wl-summary-buffer-next-folder-func'.
7932         (wl-summary-buffer-prev-folder-function): Renamed from
7933         `wl-summary-buffer-prev-folder-func'.
7934         (wl-summary-get-petname-function): Renamed from
7935         `wl-summary-get-petname-func'.
7936
7937         * wl-score.el (wl-score-edit-exit-function): Renamed from
7938         `wl-score-edit-exit-func'.
7939
7940         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7941         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7942
7943         * wl-util.el (wl-load-profile-function): Renamed from
7944         `wl-load-profile-func'.
7945
7946         * wl-folder.el (wl-folder-completion-function): Renamed from
7947         `wl-folder-completion-func'.
7948         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7949
7950         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7951         `wl-expire-archive-get-folder-func'.
7952         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7953         (wl-draft-send-mail-function): Renamed from
7954         `wl-draft-send-mail-func'.
7955         (wl-draft-send-news-function): Renamed from
7956         `wl-draft-send-news-func'.
7957         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7958         (wl-generate-mailer-string-function): Renamed from
7959         `wl-generate-mailer-string-func'.
7960         (wl-highlight-signature-search-function): Renamed from
7961         `wl-highlight-signature-search-func'.
7962         (wl-highlight-x-face-function): Renamed from
7963         `wl-highlight-x-face-func'
7964         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7965         (wl-ps-print-buffer-function): Renamed from
7966         `wl-ps-print-buffer-func'
7967         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7968         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7969         (wl-summary-subject-filter-function): Renamed from
7970         `wl-summary-subject-filter-func'.
7971
7972         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7973         `wl-draft-queue-flush-send-func'
7974         (wl-draft-cite-function): Renamed from
7975         `wl-draft-cite-func'
7976
7977         * wl-address.el (wl-address-init-function): Renamed from
7978         `wl-address-init-func'.
7979
7980 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7981
7982         * wl-draft.el (wl-draft-queue-flush): Don't call
7983         `elmo-dop-unlock-message'.
7984         * wl-draft.el (wl-draft-queue-append): Don't call
7985         `elmo-dop-lock-message'.
7986
7987         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7988         (wl-summary-buffer-folder-name): Ditto.
7989         (wl-summary-message-regexp): Added '-' (all other related portions
7990         are changed).
7991         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7992         wl-summary-buffer-folder-name.
7993
7994 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7995
7996         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7997         the number of mails in the folder buffer is not updated by wl-biff.
7998
7999 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8000
8001         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8002         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8003
8004 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8005
8006         * wl-summary.el (wl-summary-next-message):
8007         Return next message number when wl-summary-move-order is nil.
8008
8009 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8010
8011         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8012         `wl-summary-move-spec-alist'.
8013         (wl-summary-move-spec-unplugged-alist): New variable
8014         (Move spec for unplugged status).
8015         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8016         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8017
8018 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8019
8020         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8021         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8022
8023 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8024
8025         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8026         simple quotation to quote the anonymous function.
8027         * tm-wl.el (wl-draft-preview-message): Ditto.
8028
8029 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8030
8031         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8032         Eliminate redundant `save-excursion'.
8033         (wl-highlight-summary-current-line): Ditto.
8034
8035         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8036         accessing match data when `looking-at' failed.
8037
8038         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8039         `elmo-match-string' where users don't care about the speed.
8040         (wl-draft-save): Ditto.
8041
8042 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8043
8044         * wl-util.el (wl-regexp-opt): New function.
8045
8046         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8047         number from `wl-summary-buffer-number-list'.
8048         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8049         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8050         (wl-summary-move-spec-alist): Changed default setting.
8051
8052 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8053
8054         * wl-vars.el (wl-biff-notify-hook): New hook.
8055         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8056         the arrival of new mail.
8057         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8058         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8059
8060 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8061
8062         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8063
8064 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8065
8066         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8067
8068         * Version number is increased to 2.5.8.
8069
8070         * wl-thread.el (toplevel): require 'cl.
8071         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8072         (wl-thread-make-number-list): New function.
8073         (wl-thread-entity-make-number-list-from-children): Ditto.
8074         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8075         (wl-thread-entity-insert-as-children): Likewise.
8076         (wl-thread-delete-message): Likewise.
8077         (wl-meaning-of-mark): Eliminated.
8078         (wl-thread-next-failure-mark-p): Ditto.
8079         (wl-thread-entity-get-mark): Ditto.
8080         (wl-thread-meaning-alist-get-result): Ditto.
8081         (wl-thread-entity-check-prev-mark): Ditto.
8082         (wl-thread-entity-check-next-mark): Ditto.
8083         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8084         (wl-thread-entity-get-prev-marked-entity): Ditto.
8085         (wl-thread-get-prev-unread): Ditto.
8086         (wl-thread-jump-to-prev-unread): Ditto.
8087         (wl-thread-get-next-unread): Ditto.
8088         (wl-thread-jump-to-next-unread): Ditto.
8089         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8090         (wl-thread-entity-get-next-marked-entity): Ditto.
8091
8092         * wl-summary.el (wl-summary-buffer-number-list):
8093         New bufer-local variable.
8094         (wl-summary-switch-to-clone-buffer): Clone
8095         `wl-summary-buffer-number-list'.
8096         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8097         (wl-summary-cursor-move-regex): Eliminated.
8098         (wl-summary-cursor-up): Rewrite.
8099         (wl-summary-cursor-down): Ditto.
8100         (wl-summary-mode-spec-alist): New variable.
8101         (wl-summary-next-message): New inline function.
8102         (wl-summary-cursor-move): New function.
8103         (wl-summary-default-get-next-msg): Rewrite.
8104         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8105         (wl-summary-rescan): Ditto.
8106         (wl-summary-sync-all-init): Ditto.
8107         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8108         summary is not thread view.
8109         (wl-summary-sync-update): Ditto.
8110         (wl-summary-rescan): Ditto.
8111         (wl-summary-make-number-list): New function.
8112
8113         * wl-draft.el: "FCC" -> "Fcc".
8114
8115 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8116
8117         * wl-highlight.el (wl-highlight-summary-window):
8118         Call `set-buffer-modified-p'.
8119
8120         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8121         (wl): Call `elmo-init' and fix.
8122
8123         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8124         Use new variables.
8125
8126         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8127
8128 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8129
8130         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8131
8132 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8133
8134         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8135
8136 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8137
8138         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8139         `wl-use-toolbar' nor `display-graphic-p'.
8140         (wl-e21-setup-message-toolbar): Ditto.
8141         (wl-e21-setup-summary-toolbar): Ditto.
8142         (wl-e21-setup-folder-toolbar): Ditto.
8143
8144         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8145         (wl-plugged-init-icons): Ditto.
8146
8147         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8148         `display-graphic-p'.
8149         (wl-plugged-set-folder-icon): Ditto.
8150         (wl-highlight-plugged-current-line): Ditto.
8151         (wl-highlight-folder-current-line): Ditto.
8152         (wl-e21-highlight-folder-group-line): Ditto.
8153         (wl-e21-setup-toolbar): Ditto.
8154         (wl-e21-display-image-p): New macro.
8155
8156         * wl-demo.el (wl-demo): Simplified.
8157         (wl-demo-image-type-alist): Use `image-type-available-p' for
8158         checking whether the image type `xbm' is available.
8159
8160 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8161
8162         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8163         (wl-summary-input-range): Ditto.
8164
8165 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8166
8167         * wl-summary.el (wl-summary-edit-addresses): Use
8168         `wl-summary-get-original-buffer'
8169         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8170         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8171         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8172         (wl-summary-get-newsgroups): Eliminated.
8173         (wl-summary-set-crosspost): Ditto.
8174         (wl-summary-is-crosspost-folder): Ditto.
8175         (wl-crosspost-alist-load): Ditto.
8176         (wl-crosspost-alist-save): Ditto.
8177
8178         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8179         `elmo-setup-subscribed-newsgroups' instead of
8180         `elmo-nntp-make-groups-hashtb'.
8181         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8182         instead of `wl-crosspost-alist-save'.
8183
8184         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8185         of `elmo-folder-message-appendable-p'.
8186         (wl-mime-header-presentation-method): Eliminated.
8187
8188         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8189         (Error occurs in emacs21).
8190
8191         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8192         the current buffer).
8193
8194         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8195         instead of `wl-crosspost-alist-save'.
8196         (wl-init): `elmo-crosspost-message-alist-load'
8197         instead of `wl-crosspost-alist-load'
8198
8199         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8200         (wl-parse-newsgroups): Likewise.
8201         (wl-biff-notify): Run `wl-biff-notify-hook'.
8202
8203 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8204
8205         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8206
8207         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8208         when `wl-summary-lazy-highlight' is non-nil.
8209         (wl-summary-goto-folder-subr): Highlight only when
8210         `wl-summary-lazy-highlight' is non-nil.
8211
8212         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8213         Don't display progress and highlight temp-mark when
8214         `wl-summary-lazy-highlight' is non-nil.
8215         (wl-highlight-summary-window): New function.
8216         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8217
8218 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8219
8220         * wl-summary.el (wl-summary-sync): Change `all-visible'
8221         from `all-shown'
8222         (wl-summary-input-range): Ditto.
8223
8224 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8225
8226         * wl-e21.el (wl-highlight-folder-current-line): Call
8227         `wl-folder-init-icons' when folder icons have not been initialized.
8228
8229         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8230
8231         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8232         (wl-demo-image-type-alist): New macro.
8233
8234 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8235
8236         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8237         display does not support graphics.
8238         (wl-plugged-init-icons): Ditto.
8239         (wl-folder-init-icons): Ditto.
8240
8241         * wl-demo.el (wl-demo): Chech closely whether the display
8242         supports graphics.
8243
8244 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8245
8246         * wl-summary.el (wl-summary-get-original-buffer): New function.
8247         (wl-summary-set-crosspost): Use it.
8248         (wl-summary-target-mark-uudecode): Ditto.
8249         (wl-summary-reedit): Ditto.
8250         (wl-summary-resend-bounced-mail): Ditto.
8251         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8252         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8253
8254         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8255         (wl-message-display-internal): Ditto.
8256
8257 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8258
8259         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8260
8261 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8262
8263         * wl-summary.el (wl-summary-save-view): Renamed from
8264         `wl-summary-save-status'.
8265
8266 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8267
8268         * wl-summary.el (wl-summary-sync): Added `all-shown'
8269
8270 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8271
8272         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8273
8274 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8275
8276         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8277
8278 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8279
8280         * wl-highlight.el (wl-highlight-summary-line-string): Use
8281         `zerop' instead of `= 0'.
8282         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8283
8284         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8285         for comparing numbers.
8286         (wl-template-prev): Use `zerop' instead of `eq 0'.
8287
8288         * wl-draft.el (wl-draft-insert-current-message): Use
8289         `with-current-buffer' instead of `save-excursion'.
8290         Use `zerop' instead of `eq 0'.
8291
8292 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8293
8294         * wl-draft.el (wl-draft-insert-ccs): New function.
8295         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8296         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8297
8298 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8299
8300         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8301
8302 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8303
8304         * wl-expire.el (wl-expire-refile): Don't call
8305         elmo-msgdb-add-msgs-to-seen-list;
8306         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8307         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8308
8309 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8310
8311         * wl-message.el (wl-message-prev-page): Ignore errors while
8312         scroll-down.
8313
8314 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8315
8316         * wl-mime.el: Use elmo-original-message-mode instead of
8317         mmelmo-original-mode.
8318
8319         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8320         `elmo-folder-get-spec';
8321         (wl-fldmgr-add-completion-all-completions):
8322         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8323
8324         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8325         of `elmo-folder-get-type'.
8326
8327         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8328         `elmo-folder-get-spec';
8329         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8330         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8331         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8332         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8333         `elmo-read-msg-no-cache';
8334         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8335         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8336         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8337         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8338         `elmo-cache-save';
8339         (wl-draft-reedit): Use `elmo-message-file-name'.
8340
8341         * wl-expire.el: Use `elmo-folder-name-internal';
8342         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8343         Use macro `wl-summary-buffer-msgdb' instead of variable
8344         `wl-summary-buffer-msgdb';
8345         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8346         Use macro `wl-summary-buffer-folder-name' instead of variable
8347         `wl-summary-buffer-folder-name'.
8348         * wl-score.el: Likewise.
8349
8350         * wl-message.el: Rewrite for new message buffer cache mechanism.
8351         (wl-message-buffer-cache-buffer-get): New macro.
8352         (wl-message-buffer-cache-folder-get): Ditto.
8353         (wl-message-buffer-cache-message-get): Ditto.
8354         (wl-message-buffer-cache-entry-make): Ditto.
8355         (wl-message-buffer-cache-hit): Ditto.
8356         (wl-message-buffer-cache-sort): New function.
8357         (wl-message-buffer-cache-add): Ditto.
8358         (wl-message-buffer-cache-delete): Ditto.
8359         (wl-message-buffer-cache-clean-up): Ditto.
8360         (wl-message-buffer-window): Rewrite.
8361         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8362         (wl-message-buffer-display): New function.
8363         (wl-message-display-internal): New function.
8364
8365 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8366
8367         * wl-folder.el: Use `elmo-folder-name-internal';
8368         Use `wl-folder-get-elmo-folder';
8369         Use `elmo-folder-list-messages' instead of
8370         `elmo-list-folder';
8371         Use `elmo-folder-get-primitive-list' instead of
8372         `elmo-folder-get-primitive-spec-list';
8373         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8374         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8375         Use `elmo-folder-create' instead of `elmo-create-folder'.
8376         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8377         (wl-folder-get-elmo-folder): New macro.
8378         (wl-folder-elmo-folder-cache-get): Ditto.
8379         (wl-folder-elmo-folder-cache-put): Ditto.
8380         (wl-folder-suspend): Call `elmo-quit'.
8381
8382         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8383         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8384         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8385         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8386         (toplevel): require 'cl.
8387         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8388
8389         * wl-summary.el: Rewrite to use new elmo interface.
8390
8391 \f
8392 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8393
8394         * wl-mime.el (wl-draft-preview-message):
8395         Run `wl-draft-send-hook' before collecting recipients information;
8396         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8397
8398         * tm-wl.el (wl-draft-preview-message): Ditto.
8399
8400 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8401
8402         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8403         wrong recipients are displayed when forwarded message.
8404
8405 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8406
8407         * Version number is increased to 2.5.7.
8408
8409 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8410
8411         * wl-message.el (wl-message-next-page): Bind
8412         `window-pixel-scroll-increment' to nil while scrolling up.
8413
8414 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8415
8416         * wl-vars.el (wl-save-hook): New hook.
8417         * wl.el (wl-save): Call `wl-save-hook'.
8418
8419 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8420
8421         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8422         Argument WITH-ARG instead of NO-ARG (negative mean).
8423         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8424         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8425         * wl-message.el (wl-message-follow-current-entity): Likewise.
8426
8427 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8428
8429         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8430         FROM was optional argument.
8431         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8432
8433 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8434
8435         * Version number is increased to 2.5.6.
8436
8437 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8438
8439         * wl-version.el (wl-version-show): Removed.
8440         (wl-version): Add `interactive'.
8441
8442 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8443
8444         * wl-summary.el (wl-summary-get-petname-func): New variable.
8445         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8446         instead of `wl-address-get-petname-1'.
8447         (wl-summary-simple-from): Ditto.
8448
8449         * wl-address.el (wl-address-get-petname-1): Define as function.
8450
8451 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8452
8453         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8454         field in the original message.
8455         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8456
8457 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8458
8459         * wl-expire.el (wl-expire-hide):
8460         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8461
8462 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8463
8464         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8465         find decoder for To, Cc, and Subject.
8466
8467 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8468
8469         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8470         for checking `elmo-use-buffer-cache'.
8471         (wl-summary-mark-as-important): Fixed typo in comment.
8472
8473 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8474
8475         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8476         field in the original message.
8477         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8478
8479 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8480
8481         * wl-expire.el (wl-expire-hide):
8482         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8483
8484 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8485
8486         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8487         find decoder for To, Cc, and Subject.
8488
8489 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8490
8491         * Version number is increased to 2.5.5.
8492
8493         * wl-address.el (wl-address-specials-regexp): New constant.
8494         (wl-address-quote-specials): Use it.
8495
8496 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8497
8498         * wl-summary.el (wl-summary-rescan):
8499         Call `wl-summary-buffer-number-column-detect'.
8500         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8501
8502         * wl-message.el (wl-message-mode-map): Define.
8503         (wl-message-decode): Use it as local-map.
8504
8505 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8506
8507         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8508         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8509
8510 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8511
8512         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8513
8514         * wl-mule.el (wl-read-event-char): Ditto.
8515
8516         * wl-e21.el (wl-read-event-char): Ditto.
8517
8518         * wl-nemacs.el (wl-read-event-char): Ditto.
8519         (read-event): Removed.
8520
8521         * wl-util.el (toplevel): Removed dummy definition of
8522         `read-event'.
8523         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8524
8525 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8526
8527         * wl-nemacs.el (elmo-archive-call-process): Moved to
8528         elmo-archive.el.
8529
8530 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8531
8532         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8533         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8534
8535         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8536         instead of magic-number 6.  Use `not' instead of `null' for symbol
8537         `nil' check (not empty list).
8538         (wl-draft-insert-x-face-field): Fixed paren style.
8539
8540         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8541         one-branch conditional statement, instead of `and' and `if'.
8542         (wl-draft-forward): Likewise.
8543         (wl-draft-add-references): Likewise.
8544         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8545
8546         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8547         conditional steatment.  Use `cond' instead of `if'.
8548         (wl-draft-confirm): Likewise.
8549
8550 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8551
8552         * wl-version.el (wl-version-show): Use `product-string-1'
8553         instead of `wl-version'.
8554         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8555
8556         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8557
8558 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8559
8560         * wl-highlight.el (wl-highlight-headers): Revert
8561         `wl-highlight-x-face-func' argument (`beg' and `end').
8562
8563 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8564
8565         * wl.el (toplevel): Move `product-provide' declare.
8566         * wl-demo.el (toplevel): Ditto.
8567         * wl-dnd.el (toplevel): Ditto.
8568         * wl-highlight.el (toplevel): Ditto.
8569         * wl-message.el (toplevel): Ditto.
8570         * wl-refile.el (toplevel): Ditto.
8571         * wl-util.el (toplevel): Ditto.
8572
8573 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8574
8575         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8576         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8577         (wl-thread-close-all): keep cursor position.
8578
8579 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8580
8581         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8582         (eq x 0).
8583         (wl-generate-user-agent-string-1): Fix conditional statement.
8584
8585 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8586
8587         * wl.el (wl-check-environment): Additional check for
8588         'wl-local-domain' and `wl-message-id-domain'.
8589
8590 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8591
8592         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8593
8594 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8595
8596         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8597         instead of `smtp-sasl-user-realm'.
8598
8599 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8600
8601         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8602
8603 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8604
8605         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8606         to the default value as well as `eword-lexical-analyzer'.
8607
8608 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8609
8610         * wl-version.el (wl-extended-emacs-version,
8611         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8612         `elmo-match-string' instead of `wl-match-string'.
8613
8614 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8615
8616         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8617         docstring.
8618
8619 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8620
8621         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8622
8623 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8624
8625         * wl-highlight.el (wl-highlight-headers): Remove
8626         `wl-highlight-x-face-func' argument (`beg' and `end').
8627
8628 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8629
8630         * wl-summary.el (wl-summary-mark-as-important):
8631         Remove cache if folder is local.
8632
8633 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8634
8635         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8636         to get existing e-mail address string.
8637
8638 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8639
8640         * wl-version.el (wl-generate-user-agent-string): Commentary.
8641         (wl-generate-user-agent-string-1): Use `when' for
8642         one-branch conditional statement, instead of `and' and `if'.
8643         (wl-extended-emacs-version, wl-extended-emacs-version2,
8644         wl-extended-emacs-version3): Ditto.
8645
8646 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8647
8648         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8649         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8650         condition-case; Remove initialization.
8651         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8652         (wl-summary-sync-update3): Added argument `sync-all';
8653         Eliminated local variable `msgdb';
8654         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8655         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8656         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8657
8658 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8659
8660         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8661         connection before call `wl-draft-send-mail-with-smtp'.
8662
8663 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8664
8665         * Version number is increased to 2.5.4.
8666
8667 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8668
8669         * wl.el (wl-check-environment): Additional check for
8670         'wl-local-domain' and `wl-message-id-domain'.
8671
8672 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8673
8674         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8675         buffer as command specific.
8676         (wl-folder-mark-as-read-all-entity): Ditto.
8677         (wl-folder-prefetch-entity): Ditto.
8678         (wl-folder-drop-unsync-entity): Ditto.
8679
8680         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8681         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8682         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8683
8684         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8685         save-excursion.
8686
8687 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8688
8689         * Version number is increased to 2.5.3.
8690
8691         * wl-summary.el (wl-summary-save-view-cache):
8692         Delete duplicated `write-region';
8693         Use `write-region-as-binary' instead of `as-binary-output-file' and
8694         `write-region'.
8695
8696 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8697
8698         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8699
8700 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8701
8702         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8703         instead of `smtp-via-smtp'.
8704
8705 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8706
8707         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8708
8709 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8710
8711         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8712         instead of `smtp-sasl-user-realm'.
8713
8714 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8715
8716         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8717
8718 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8719
8720         * Version number is increased to 2.5.2.
8721
8722 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8723
8724         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8725         does not exist.
8726         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8727         (wl-biff-start): Call `timer-activate' if timer already exists.
8728
8729         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8730         only when it is bound as function.
8731
8732 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8733
8734         * Version number is increased to 2.5.1.
8735
8736 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8737
8738         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8739         Print refile/copy destination.
8740
8741 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8742
8743         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8744         queue-flush-only is non-nil.
8745
8746         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8747
8748         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8749         checking cache folder.
8750
8751 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8752
8753         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8754         `regexp-quote'.
8755
8756 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8757
8758         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8759         function.
8760         * wl-summary.el (wl-summary-write-current-folder-functions):
8761         Change default value.  Use it.
8762
8763 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8764
8765         * Version number is increased to 2.5.0.
8766
8767         * wl-version.el (wl-version): Changed codename.
8768
8769 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8770
8771         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8772         (wl-summary-supersedes-message): Ditto.
8773
8774 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8775
8776         * wl-refile.el (wl-refile-guess-functions): Renamed from
8777         `wl-refile-guess-func-list'.
8778
8779 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8780
8781         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8782         Fixed problem when no rule was matched.
8783
8784 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8785
8786         * wl-summary.el (wl-summary-get-mark): Fixed
8787         `wl-summary-buffer-target-mark' check logic.
8788
8789 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8790
8791         * wl-folder.el (wl-folder-write-current-folder): Added group
8792         folder check.
8793
8794         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8795         `wl-summary-write-current-newsgroup'.
8796         (wl-summary-write-current-folder-functions): New variable.
8797         * wl-folder.el (wl-folder-get-newsgroups): New function.
8798         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8799         (wl-folder-write-current-folder): Renamed from
8800         `wl-folder-write-current-newsgroup'.
8801
8802 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8803
8804         * Version number is increased to 2.3.93.
8805
8806 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8807
8808         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8809         (wl-ldap-make-matched-value-list): Ditto.
8810         (wl-ldap-alias-safe-string): Split e-mail address.
8811
8812         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8813         petname folder default was selected.
8814         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8815         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8816
8817 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8818
8819         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8820         to `wl-draft-config-exec'.
8821
8822         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8823         instead of calling `wl-draft-config-exec';
8824         Process group-list and show recipients in minibuffer.
8825
8826         * tm-wl.el (wl-draft-preview-message): Ditto.
8827
8828 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8829
8830         * wl.el (toplevel): Added (C) to copyright notice, and
8831         sync Author header.
8832         * tm-wl.el (toplevel): Ditto.
8833         * wl-address.el (toplevel): Ditto.
8834         * wl-demo.el (toplevel): Ditto.
8835         * wl-dnd.el (toplevel): Ditto.
8836         * wl-draft.el (toplevel): Ditto.
8837         * wl-e21.el (toplevel): Ditto.
8838         * wl-expire.el (toplevel): Ditto.
8839         * wl-folder.el (toplevel): Ditto.
8840         * wl-highlight.el (toplevel): Ditto.
8841         * wl-message.el (toplevel): Ditto.
8842         * wl-mime.el (toplevel): Ditto.
8843         * wl-mule.el (toplevel): Ditto.
8844         * wl-nemacs.el (toplevel): Ditto.
8845         * wl-refile.el (toplevel): Ditto.
8846         * wl-score.el (toplevel): Ditto.
8847         * wl-summary.el (toplevel): Ditto.
8848         * wl-template.el (toplevel): Ditto.
8849         * wl-thread.el (toplevel): Ditto.
8850         * wl-util.el (toplevel): Ditto.
8851         * wl-vars.el (toplevel): Ditto.
8852         * wl-xmas.el (toplevel): Ditto.
8853
8854 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8855
8856         * wl.el (wl-init): Added comment about `wl-init-hook'.
8857         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8858         * wl-vars.el (wl-init-hook): Added docs.
8859         (wl-make-plugged-hook): Removed useless docs.
8860         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8861         * wl-xmas.el (toplevel): Ditto.
8862
8863 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8864
8865         * wl-address.el (toplevel): Fixed multiple Author header format.
8866         * wl-demo.el (toplevel): Ditto.
8867         * wl-draft.el (toplevel): Ditto.
8868         * wl-folder.el (toplevel): Ditto.
8869         * wl-summary.el (toplevel): Ditto.
8870         * wl-thread.el (toplevel): Ditto.
8871         * wl-util.el (toplevel): Ditto.
8872         * wl-vars.el (toplevel): Ditto.
8873         * wl-version.el (toplevel): Ditto.
8874         * wl-xmas.el (toplevel): Ditto.
8875         * wl.el (toplevel): Ditto.
8876
8877         * wl-version.el (toplevel): Added require `elmo-version' for
8878         `product-version-as-string'.
8879
8880 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8881
8882         * wl-vars.el (wl-draft-send-hook): Changed default value to
8883         '(wl-draft-config-exec).
8884
8885         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8886         explicitly.
8887         (wl-draft): Set `wl-draft-config-exec-flag' before running
8888         `wl-mail-setup-hook'.
8889
8890         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8891         `wl-biff-init-icons' to `wl-init-hook' instead of
8892         `wl-make-plugged-hook'.
8893         (Because if `wl-draft' command is invoked at first,
8894         they are not initialized)
8895         Updated copyright notice.
8896
8897         * wl-e21.el (toplevel): Ditto;
8898
8899         * wl-demo.el (toplevel): Updated copyright notice.
8900         * wl-address.el (toplevel): Ditto.
8901         * wl-draft.el (toplevel): Ditto.
8902         * wl-version.el (toplevel): Ditto.
8903         * wl-folder.el (toplevel): Ditto.
8904         * wl-summary.el (toplevel): Ditto.
8905         * wl-thread.el (toplevel): Ditto.
8906         * wl-util.el (toplevel): Ditto.
8907         * wl-vars.el (toplevel): Ditto.
8908         * wl.el (toplevel): Ditto.
8909
8910 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8911
8912         * wl-highlight.el (wl-highlight-message): Fixed problem of
8913         highlighting failure which occured when the last field contains
8914         multiple lines in the draft buffer.
8915
8916         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8917         `wl-biff-start' if plugged.
8918
8919         * wl-util.el (wl-biff-check-folder): New function.
8920         (wl-biff-check-folders): Don't set session name prefix.
8921         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8922         (wl-biff-check-folder-async): Ditto.
8923
8924         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8925         in email address.
8926
8927 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8928
8929         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8930
8931         * wl-draft.el (wl-draft-strip-subject-re): New function.
8932
8933         * wl-draft.el (wl-draft-reply): Use it.
8934
8935 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8936
8937         * wl-message.el (wl-mmelmo-message-redisplay): Use
8938         `mime-display-message' instead of `wl-mime-display-message'.
8939
8940         * wl-mime.el (toplevel): Removed compatibility workaround
8941         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8942         (wl-mime-display-message): Abolished.
8943         (wl-mime-entity-read-field): Ditto.
8944         (wl-mime-combine-message/partial-pieces): Use
8945         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8946
8947 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8948
8949         * wl-template.el: Doc fixes.
8950
8951 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8952
8953         * wl-e21.el (wl-message-overload-functions): Do nothing if
8954         `current-local-map' is not available.
8955         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8956
8957 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8958
8959         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8960         representation.
8961
8962         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8963         number.
8964         (wl-fldmgr-save-folders): Don't use `format' when insert
8965         `wl-fldmgr-folders-header'.
8966
8967 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8968
8969         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8970
8971 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8972
8973         * wl-highlight.el (wl-highlight-message):
8974         Use `std11-field-end' to detect end point of the header field.
8975         Refer `wl-highlight-max-header-size'.
8976
8977         * wl-vars.el (wl-highlight-max-header-size): New variable.
8978
8979         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8980
8981         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8982         Set `for-draft' argument of wl-highlight-headers.
8983         (wl-draft): Ditto.
8984         (wl-draft-reedit): Ditto.
8985         (wl-user-agent-compose-internal): Ditto.
8986
8987 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8988
8989         * wl-message.el (wl-message-add-button): Use overlay.
8990
8991 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8992
8993         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8994
8995         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8996         problem when group-list content is nothing.
8997         (Reported by Mito <mit@nines.nec.co.jp>)
8998
8999 2000-10-18  SAITO Atsunori <sai@yedo.com>
9000
9001         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9002
9003 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9004
9005         * tm-wl.el (toplevel): Use product-provide.
9006
9007 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9008
9009         * Version number is increased to 2.3.92.
9010
9011 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9012
9013         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9014         title text, use `display' property for left margin under Emacs 21.
9015
9016         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9017         properties.
9018         (wl-plugged-init-icons): Ditto.
9019
9020 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9021
9022         * wl.el (wl-save-status, wl-init): Remove last period in
9023         "...done." message.
9024         * tm-wl.el (wl-summary-burst): Ditto.
9025         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9026         wl-summary-resume-cache-status,
9027         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9028         wl-summary-sync-update3, wl-summary-highlight-msgs,
9029         wl-summary-flush-pending-append-operations,
9030         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9031         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9032         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9033         wl-thread-open-all): Ditto.
9034         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9035         * wl-mime.el (wl-summary-burst): Ditto.
9036         * wl-highlight.el (wl-highlight-summary): Ditto.
9037         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9038         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9039         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9040         * wl-address.el (wl-local-address-init): Ditto.
9041
9042 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9043
9044         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9045         `add-text-properties'.
9046         (wl-plugged-init-icons): Ditto.
9047         (wl-folder-init-icons): Use `propertize' instead of
9048         `put-text-property'.
9049         (wl-plugged-set-folder-icon): Ditto.
9050         (wl-e21-highlight-folder-group-line): Ditto.
9051
9052 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9053
9054         * wl-version.el (wl-version-status-alist): New variable.
9055         (wl-version-status): New function.
9056
9057         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9058         "Cc" part of the case "Reply-To".
9059
9060         * wl-draft.el (wl-draft-reply): Use result of
9061         `eword-extract-address-components'.
9062
9063         * wl-demo.el (wl-demo-icon-name): New constant.
9064         (wl-logo-xpm): Use it.
9065         (wl-logo-xbm): Ditto.
9066         (wl-logo-bitmap): Ditto.
9067
9068         * Version number is increased to 2.3.91.
9069
9070 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9071
9072         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9073         (wl-extended-emacs-version, wl-extended-emacs-version2,
9074         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9075         docstring.
9076
9077         * wl-version.el (wl-generate-user-agent-string-1): New function.
9078         (wl-generate-user-agent-string): Use it.
9079
9080         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9081         `mime-edit-insert-user-agent-field'.
9082         (wl-generate-user-agent-string): Check
9083         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9084
9085         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9086         instead of `if', when verbose case.
9087
9088 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9089
9090         * wl-expire.el (wl-summary-expire): Fix.
9091
9092 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9093
9094         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9095         and `elmo-lost+found-folder' if 'wl-draft.
9096         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9097
9098 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9099
9100         * wl-expire.el (wl-summary-expire): Change messages.
9101         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9102         `deleing-info' instead of "Deleting..."
9103
9104 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9105
9106         * wl-summary.el (wl-summary-refile-subr): Fix.
9107
9108 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9109
9110         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9111         if pipe folder.
9112
9113 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9114
9115         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9116
9117 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9118
9119         * wl-expire.el (wl-expire-hide): New function.
9120         (wl-summary-expire): Add `hide'.
9121
9122 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9123
9124         * wl-vars.el (wl-draft-reply-without-argument-list):
9125         Changed default value to consider `Reply-To:'.
9126         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9127
9128         * Version number is increased to 2.3.90.
9129
9130         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9131         elmo-imap4-get-session with unwind-protect.
9132         Don't cause error.
9133         (wl-summary-sync-marks): Don't check plugged nor folder type.
9134         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9135         (Always keep current buffer).
9136
9137 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9138
9139         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9140         Enclose with `save-excursion'.
9141
9142 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9143
9144         * wl-version.el (wl-version): Remove interactive.
9145
9146 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9147
9148         * wl-version.el (wl-generate-user-agent-string): Use
9149         `product-string-verbose' instead of `product-string-1'.
9150
9151 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9152
9153         * wl-vars.el (wl-draft-use-cache): New variable.
9154         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9155         if wl-draft-use-cache is non-nil.
9156
9157 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9158
9159         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9160         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9161
9162 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9163
9164         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9165         (wl-thread-msg-mark-as-unread): Ditto.
9166
9167         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9168         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9169         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9170         Don't set mark in summary if return value of `elmo-mark-as-read'
9171         is nil.
9172         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9173         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9174         instead of `wl-thread-msg-mark-as-read'.
9175         (wl-summary-mark-as-unread-region): Ditto.
9176         (wl-summary-target-mark-mark-as-read): Ditto.
9177
9178         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9179
9180 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9181
9182         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9183
9184         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9185
9186 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9187
9188         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9189         face.
9190
9191 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9192
9193         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9194         `running-xemacs'.
9195
9196 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9197
9198         * wl-version.el (toplevel): Use `product-version-as-string' for
9199         set verstion-string, if defined.
9200
9201         * wl-version.el (wl-version-show): Insert string at point, when
9202         call with argument.
9203
9204         * wl-version.el (wl-generate-user-agent-string): Use
9205         `product-string-1' instead of `wl-appname', `wl-version' and
9206         `wl-codename'.
9207
9208 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9209
9210         * wl-address.el (toplevel): Use product-provide.
9211         * wl-demo.el (toplevel): Ditto.
9212         * wl-dnd.el (toplevel): Ditto.
9213         * wl-draft.el (toplevel): Ditto.
9214         * wl-e21.el (toplevel): Ditto.
9215         * wl-expire.el (toplevel): Ditto.
9216         * wl-fldmgr.el (toplevel): Ditto.
9217         * wl-folder.el (toplevel): Ditto.
9218         * wl-highlight.el (toplevel): Ditto.
9219         * wl-message.el (toplevel): Ditto.
9220         * wl-mime.el (toplevel): Ditto.
9221         * wl-mule.el (toplevel): Ditto.
9222         * wl-nemacs.el (toplevel): Ditto.
9223         * wl-refile.el (toplevel): Ditto.
9224         * wl-score.el (toplevel): Ditto.
9225         * wl-summary.el (toplevel): Ditto.
9226         * wl-template.el (toplevel): Ditto.
9227         * wl-thread.el (toplevel): Ditto.
9228         * wl-util.el (toplevel): Ditto.
9229         * wl-vars.el (toplevel): Ditto.
9230         * wl-xmas.el (toplevel): Ditto.
9231         * wl.el (toplevel): Ditto.
9232
9233 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9234
9235         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9236         instead of product.
9237
9238         * wl-version.el (wl-version): Compile time evalution elmo-version.
9239
9240 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9241
9242         * wl-summary.el (wl-summary-sync-force-update): Append queue
9243         `mark-as-read'if unplugged.
9244
9245 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9246
9247         * wl-version.el: New file.  Use product.el.
9248         * wl.el: add (require 'wl-version).
9249         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9250         for ~/.folders header.
9251         (wl-fldmgr-folders-header): Changed.
9252         * wl-demo.el (wl-demo): Use product.el.
9253
9254         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9255         wl-version.el.
9256         * wl-util.el (wl-version, wl-version-show): Ditto.
9257
9258         * wl-util.el (wl-generate-user-agent-string,
9259         wl-extended-emacs-version, wl-extended-emacs-version2,
9260         wl-extended-emacs-version3): Move to wl-version.el.
9261         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9262         xemacs-codename, mime-edit-insert-user-agent-field,
9263         mime-edit-user-agent-value, mime-editor/version,
9264         mime-editor/codename): Compile warning killer move to
9265         wl-version.el
9266
9267 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9268
9269         * wl-summary.el (wl-summary-refile-subr): Fix.
9270
9271 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9272
9273         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9274         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9275
9276 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9277
9278         * wl.el (wl-check-environment): Check too many `@'.
9279
9280 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9281
9282         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9283
9284 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9285
9286         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9287         wl-draft-reply-myself-without-argument-list): Add variables.
9288         * wl-draft.el (wl-draft-reply): Use it.
9289
9290 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9291
9292         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9293         the 5th argument of `elmo-network-get-spec'.
9294
9295         * wl-thread.el (wl-thread-reparent-children): New inline function.
9296         (wl-thread-delete-message): Use it.
9297
9298         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9299         (wl-summary-score-update-all-lines): Don't use `dolist'.
9300
9301 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9302
9303         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9304         (require 'elmo-msgdb) for inline function.
9305
9306 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9307
9308         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9309
9310 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9311
9312         * wl-score.el (wl-score-headers): Fix for the confusing macro
9313         `elmo-kill-buffer'.
9314
9315 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9316
9317         * wl-summary.el: Don't use the 3rd argument of `require' because
9318         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9319         * wl-util.el: Ditto.
9320         * wl-draft.el: Ditto.
9321
9322 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9323
9324         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9325         window system is not used.
9326
9327 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9328
9329         * wl-thread.el: Don't use `mapcar' only for iteration.
9330         (wl-thread-resume-entity): Ditto.
9331         (wl-thread-delete-message): Ditto.
9332
9333         * wl-summary.el: Bind `dragdrop-drop-functions',
9334         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9335         of `require' for `timezone', `easymenu' and `ps-print';
9336         don't use `mapcar' only for iteration.
9337
9338         * wl-util.el: Bind `mule-version', `nemacs-version',
9339         `emacs-beta-version', `xemacs-codename',
9340         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9341         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9342         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9343         only for iteration.
9344
9345         * wl-score.el: Don't use `mapcar' only for iteration.
9346         (wl-score-simplify-buffer-fuzzy): Ditto.
9347         (wl-score-simplify-subject): Ditto.
9348         (wl-score-headers): Ditto.
9349         (wl-summary-score-update-all-lines): Ditto.
9350
9351         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9352         `enable-multibyte-characters' and `mule-version'.
9353
9354         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9355         `mapcar' only for iteration.
9356
9357         * wl-demo.el: Don't use `mapcar' only for iteration.
9358
9359         * wl-folder.el: Don't use `mapcar' only for iteration.
9360         (wl-folder-open-all): Ditto.
9361         (wl-folder-count-incorporates): Ditto.
9362
9363         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9364         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9365
9366         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9367         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9368         `smtp-connection-type'; specify 3rd argument of `require' for
9369         `timezone'; don't use `mapcar' only for iteration.
9370         (wl-draft-clone-local-variables): Don't use `mapcar'.
9371         (wl-draft-generate-clone-buffer): Ditto.
9372         (wl-user-agent-compose-internal): Ditto.
9373
9374         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9375
9376         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9377         (wl-save-status): Ditto.
9378
9379         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9380         for iteration.
9381
9382 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9383
9384         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9385         removed `Date'.
9386         (wl-fldmgr-make-filter-default): New user option.
9387
9388         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9389         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9390         (wl-fldmgr-filter-completion-alist): Abolish.
9391
9392         * wl.el (wl): Don't check servers if arg is non-nil.
9393
9394         * wl-draft.el (wl-draft-reply): Set only message-id string to
9395         In-Reply-To field.
9396
9397 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9398
9399         * wl-summary.el (wl-summary-pick): Rewrite.
9400
9401         * wl-draft.el (wl-draft-forward): Get references field from
9402         original buffer.
9403         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9404
9405 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9406
9407         * wl-draft.el (wl-draft-forward): Add references field.
9408
9409 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9410
9411         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9412         (wl-draft-reply): Use it.
9413
9414 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9415
9416         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9417         when Emacs 21 is running.
9418
9419         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9420         bindings.
9421
9422 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9423
9424         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9425         XPM icons transparent.
9426
9427         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9428         Emacs 21.
9429
9430 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9431
9432         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9433         nil.
9434
9435         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9436         when it is persistent.
9437         (wl-summary-sync-marks): Changed argument for
9438         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9439         (wl-summary-virtual): Use `elmo-read-search-condition'.
9440         (wl-summary-redisplay-internal): If folder is local, mark as read
9441         even when folder is plugged.
9442
9443 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9444
9445         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9446         of `tool-bar-lines' in the frame parameters.
9447         (after-make-frame-functions, post-command-hook): Don't modify the
9448         value.
9449         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9450         wl-e21-tool-bar-lines): Removed.
9451
9452 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9453
9454         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9455         properties `evaporate' and `wl-momentary-overlay' as well.
9456         (wl-highlight-summary-displaying): Ditto.
9457         (wl-delete-all-overlays): Don't delete overlay which does not have
9458         a property `wl-momentary-overlay'.
9459
9460         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9461         `display-mouse-p' and `display-graphic-p'.
9462         (wl-folder-init-icons): Don't search for XBM or the other files.
9463         (wl-plugged-set-folder-icon): Make icons if and only if
9464         `display-graphic-p' returns non-nil.
9465         (wl-highlight-plugged-current-line): Use `before-string' overlay
9466         property to show icon images.
9467         (wl-highlight-folder-current-line): Ditto.
9468         (wl-e21-highlight-folder-group-line): Ditto.
9469         (wl-e21-highlight-folder-by-numbers): Ditto.
9470         (wl-e21-insert-image): Removed.
9471         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9472         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9473         said.
9474         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9475         `wl-e21-force-switch-toolbar'.
9476         (wl-e21-make-icon-image): Removed.
9477         (wl-e21-setup-toolbar): Don't search for XBM files.
9478         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9479         the default value.
9480
9481 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9482
9483         * wl-util.el (wl-biff-check-folder-async): Set
9484         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9485
9486 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9487
9488         * wl-e21.el (after-make-frame-functions): Add
9489         `wl-e21-force-switch-toolbar'.
9490         (wl-e21-force-switch-toolbar): New function force to switch the
9491         toolbar appearance automatically.
9492         (post-command-hook): Add `wl-e21-switch-toolbar'.
9493         (wl-e21-switch-toolbar): New function to switch the toolbar
9494         appearance automatically.
9495         (wl-e21-tool-bar-lines): New buffer local variable.
9496
9497 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9498
9499         * wl-util.el (wl-biff-check-folders-running): New variable.
9500         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9501         (wl-biff-check-folder-async-callback):
9502         Set `wl-biff-check-folders-running'.
9503         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9504         with unwind-protect.
9505
9506         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9507         Enclose `wl-folder-auto-check' with unwind-protect.
9508
9509         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9510         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9511
9512         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9513
9514         * wl-util.el (wl-biff-notify): New inline function.
9515         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9516         locally.
9517         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9518         folder-list' is 1.
9519         Use `wl-biff-notify'.
9520         (wl-biff-check-folder-async-callback): New function.
9521         (wl-biff-check-folder-async): Ditto.
9522
9523         * wl-folder.el (wl-folder): Don't check folders.
9524         (wl-folder-auto-check): New function.
9525
9526 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9527
9528         * wl-util.el (wl-biff-start) [Emacs19+]:
9529         Use `timer-next-integral-multiple-of-time'.
9530         (wl-biff-check-folders): Use `wl-default-folder'
9531         if `wl-biff-check-folder-list' is nil.
9532
9533 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9534
9535         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9536         instead of `elmo-delete-lists'.
9537
9538 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9539
9540         * wl.el (wl-plugged-toggle-all): Set the value of
9541         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9542         (wl-plugged-toggle): Ditto.
9543         (wl-toggle-plugged): Ditto.
9544         (wl-plugged-init): Ditto.
9545
9546         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9547         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9548         instead of `wl-biff-state-indicator-off' and
9549         `wl-biff-state-indicator-on'; don't modify the value and the type
9550         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9551         (wl-plugged-init-icons): Set icons data to
9552         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9553         instead of `wl-plug-state-indicator-off' and
9554         `wl-plug-state-indicator-on'; don't modify the value and the type
9555         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9556
9557         * wl-vars.el (wl-modeline-biff-state-off,
9558         wl-modeline-biff-state-on, wl-modeline-biff-status,
9559         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9560         wl-modeline-plug-status): New internal variables.
9561         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9562         wl-biff-check-interval, wl-biff-check-folder-list): Change
9563         customization group from `wl-folder' to `wl-highlight'.
9564         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9565         wl-show-plug-status-on-modeline): Defcustomized.
9566
9567         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9568         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9569         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9570         a flag to `mode-line-buffer-identification'.
9571
9572         * wl-e21.el (wl-biff-init-icons): Set icons data to
9573         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9574         instead of `wl-biff-state-indicator-off' and
9575         `wl-biff-state-indicator-on'.
9576         (wl-plugged-init-icons): Set icons data to
9577         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9578         instead of `wl-plug-state-indicator-off' and
9579         `wl-plug-state-indicator-on'.
9580
9581 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9582
9583         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9584         excessive titles.
9585
9586 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9587
9588         * wl.el (wl-plugged-mode): Use revised
9589         `wl-mode-line-buffer-identification'.
9590         (wl-plugged-init): Don't use `force-mode-line-update'.
9591
9592         * wl-xmas.el (wl-draft-overload-functions): Use revised
9593         `wl-mode-line-buffer-identification'.
9594         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9595         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9596         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9597         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9598         `wl-make-plugged-hook';
9599         add `wl-folder-init-icons' and `wl-setup-folder' to
9600         `wl-folder-mode-hook'.
9601
9602         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9603         19 as well.
9604         (wl-mode-line-display-priority-list): New user option.
9605         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9606         Defcustomized.
9607         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9608         Add docs.
9609
9610         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9611         start.
9612         (wl-mode-line-buffer-identification): Revised as a function.
9613
9614         * wl-summary.el (wl-summary-mode): Use revised
9615         `wl-mode-line-buffer-identification'; don't call
9616         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9617         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9618         `wl-xmas-setup-summary'.
9619
9620         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9621         `wl-mode-line-buffer-identification'.
9622
9623         * wl-mule.el (wl-draft-overload-functions): Use revised
9624         `wl-mode-line-buffer-identification'.
9625
9626         * wl-folder.el (wl-make-plugged-alist): Don't call
9627         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9628         (wl-folder): Don't call `wl-folder-init-icons' directly.
9629         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9630         `wl-xmas-setup-folder' directly;
9631         use revised `wl-mode-line-buffer-identification'.
9632         (TopLevel): Don't bind `wl-biff-init-icons',
9633         `wl-plugged-init-icons', `wl-folder-init-icons',
9634         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9635
9636         * wl-e21.el (wl-draft-overload-functions): Use revised
9637         `wl-mode-line-buffer-identification'.
9638         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9639         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9640         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9641         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9642         `wl-make-plugged-hook';
9643         add `wl-folder-init-icons' and `wl-setup-folder' to
9644         `wl-folder-mode-hook'.
9645
9646 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9647             Katsumi Yamaoka    <yamaoka@jpl.org>
9648
9649         * wl.el (wl): Call `wl-biff-start'.
9650         (wl-exit): Call `wl-biff-stop'.
9651         (wl-plugged-mode): Show biff in modeline.
9652         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9653
9654         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9655         (wl-biff-init-icons): New function.
9656         (wl-plugged-init-icons): Don't make too much keymaps.
9657         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9658
9659         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9660         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9661         variables.
9662         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9663         options.
9664
9665         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9666         wl-biff-start, wl-biff-stop): New functions.
9667         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9668         (wl-biff-timer-name): New variable.
9669
9670         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9671
9672         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9673         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9674
9675         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9676         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9677
9678         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9679         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9680         `wl-folder-init-icons' to `ignore' if they are not available.
9681         (wl-folder-mode): Show biff in modeline.
9682
9683         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9684         (wl-biff-init-icons): New function.
9685         (wl-plugged-init-icons): Don't make too much keymaps.
9686         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9687
9688 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9689
9690         * wl-vars.el (wl-strict-diff-folders): Customization Type
9691         and doc fix.  Define as a list of regular expressions for
9692         folders or nil.
9693         * wl-folder.el (wl-folder-check-one-entity): Use
9694         `wl-string-match-member' instead of `wl-string-member' for
9695         `wl-strict-diff-folders'.
9696
9697 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9698
9699         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9700         (wl-highlight-folder-current-line): Use it; new implementation.
9701         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9702         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9703         `defsubst' instead of `defun'.
9704
9705         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9706         `wl-highlight-group-folder-by-numbers'; made it can also be a
9707         number.  See info for more details.
9708
9709         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9710         running.
9711
9712         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9713         to bind them.
9714
9715         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9716         (wl-highlight-folder-current-line): New implementation.
9717
9718         * wl-highlight.el (wl-highlight-folder-group-line): New
9719         implementation.
9720         (wl-delete-all-overlays): Rewrite as a marco.
9721         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9722
9723         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9724         running.
9725         (wl-folder-*-glyph): No need to bind them.
9726
9727         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9728         `wl-e21-highlight-folder-group-icon'; rewrite.
9729         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9730         `defsubst' instead of `defun'.
9731         (wl-folder-mode-map): Bind it when compiling.
9732
9733 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9734
9735         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9736
9737         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9738
9739 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9740
9741         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9742
9743 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9744
9745         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9746         (wl-highlight-folder-current-line): Use it.
9747
9748         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9749         in `id-name'.
9750
9751 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9752
9753         * wl.el: Require `wl-e21' when Emacs 21 is running.
9754
9755         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9756         default when Emacs 21 is running.
9757         (wl-use-highlight-mouse-line): Ditto.
9758         (wl-on-emacs21): New constant.
9759         (wl-on-emacs20): Removed.
9760
9761         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9762         Emacs 21 is running.
9763
9764         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9765         Emacs 21 is running.
9766
9767         * wl-e21.el: New file.
9768
9769 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9770
9771         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9772         (wl-toggle-plugged): Ditto.
9773         (wl-plugged-toggle): Ditto.
9774         (wl-plugged-toggle-all): Ditto.
9775
9776         * wl-vars.el (wl-plug-state-indicator): Refer
9777         `wl-plug-state-indicator-on' indirectly.
9778
9779 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9780
9781         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9782         Call `wl-folder-confirm-existence'.
9783
9784         * wl-folder.el (wl-folder-confirm-existence): Added optional
9785         argument `force'.
9786
9787 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9788
9789         * wl-summary.el (wl-summary-refile-subr): Assume
9790         `copy-or-refile' as symbol.
9791         (wl-summary-refile): Follow up above change.
9792         (wl-summary-copy): Ditto.  Doc fix.
9793
9794 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9795
9796         * wl-summary.el (wl-summary-pick): Don't bind
9797         `elmo-search-mime-charset'.
9798
9799         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9800         default using old backquote style.
9801         (wl-search-mime-charset): Abolished.
9802
9803         * wl-highlight.el (wl-highlight-headers):
9804         Call `point' after `re-search-forward'(for Nemacs).
9805
9806         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9807         for elmo-imap4.el.
9808
9809 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9810
9811         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9812         `wl-message-ignored-field-list' instead of
9813         `mime-view-ignored-field-list'.
9814
9815         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9816         Add interactive spec.
9817         (wl-folder-goto-bottom-of-current-folder): Ditto.
9818         (wl-folder-mode-map): Bind them.
9819
9820         * wl-vars.el (wl-message-ignored-field-list): New variable.
9821         (wl-message-visible-field-list): New variable.
9822
9823         * wl-mime.el (wl-mime-header-presentation-method): New function.
9824         (wl-mime-setup): Set header-presentation-method.
9825
9826 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9827
9828         * wl-nemacs.el (wl-draft-overload-functions): Set
9829         `mode-line-buffer-identification' instead of using
9830         `wl-make-modeline'.
9831
9832         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9833         instead of using `wl-make-modeline'.
9834
9835         * wl-xmas.el (wl-plugged-init-icons): Set up
9836         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9837         (wl-make-modeline): Abolish.
9838         (wl-draft-overload-functions): Set
9839         `mode-line-buffer-identification' instead of using
9840         `wl-make-modeline'.
9841
9842         * wl-util.el (wl-make-modeline-subr): Abolish.
9843         (wl-mode-line-buffer-identification): New alias.
9844
9845         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9846         (wl-summary-make-modeline): Abolish.
9847         (wl-summary-buffer-set-folder): Set
9848         `wl-summary-buffer-folder-indicator'.
9849         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9850         of using `wl-make-modeline'.
9851         (wl-summary-switch-to-clone-buffer): Don't set
9852         `mode-line-buffer-identification'.
9853         (wl-summary-goto-folder-subr): Ditto.
9854
9855         * wl-mule.el (wl-draft-overload-functions): Set
9856         `mode-line-buffer-identification' instead of using
9857         `wl-make-modeline'.
9858
9859         * wl-folder.el (wl-folder-mode): Set
9860         `mode-line-buffer-identification' instead of using
9861         `wl-make-modeline'.
9862         (wl-folder): Don't set `mode-line-buffer-identification'.
9863
9864 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9865
9866         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9867         instead of `member' for `wl-refile-guess-func-list' look-ups.
9868         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9869
9870 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9871
9872         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9873         `wl-message-button-dispatcher'.
9874
9875         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9876
9877         * wl-message.el (wl-message-button-dispatcher): Use it.
9878
9879         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9880         "In-Reply-To".
9881
9882         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9883         Bind `case-fold-search' to t.
9884
9885 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9886
9887         * wl-xmas.el (wl-message-overload-functions): Initialize
9888         `wl-message-button-map'.
9889
9890         * wl-mule.el (wl-message-overload-functions): Initialize
9891         `wl-message-button-map'.
9892
9893         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9894
9895         * wl-message.el (wl-message-button-map): New keymap.
9896         (wl-message-add-button): New function.
9897         (wl-message-button-dispatcher): New function.
9898         (wl-message-button-refer-article): New function.
9899
9900         * wl-highlight.el
9901         (wl-highlight-message-add-buttons-to-header): New function.
9902         (wl-highlight-headers): Use it.
9903
9904 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9905
9906         * wl-summary.el (wl-summary-default-from): Use
9907         `wl-address-get-petname-1'.
9908         (wl-summary-simple-from): Ditto.
9909
9910         * wl-address.el (wl-address-get-petname-1): New inline function.
9911         (wl-address-get-petname): Use it.
9912
9913 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9914
9915         * wl-summary.el (wl-summary-default-from): Return full-name part
9916         from the address if no petname was found.
9917         (wl-summary-simple-from): Ditto.
9918
9919         * wl-address.el (wl-address-get-petname): Return nil if no petname
9920         associated with the address was found.
9921
9922 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9923
9924         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9925         display is finished.
9926
9927 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9928
9929         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9930         `elmo-folder-exists-p' argument.
9931
9932 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9933
9934         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9935         the folder.
9936
9937 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9938
9939         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9940
9941         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9942         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9943
9944 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9945
9946         * wl-folder.el (wl-folder-create-subr): New function.
9947         (wl-folder-confirm-existence): Use it.
9948         (wl-folder-check-one-entity): Use it.
9949         Check the error symbol is derived from 'elmo-open-error.
9950
9951         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9952         `ignore-error'.
9953
9954 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9955
9956         * wl-util.el (toplevel): Add (eval-when-compile (require
9957         'elmo-util)).  (Maybe `provide' is typo.)
9958
9959 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9960
9961         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9962         (I don't know why this was needed.)
9963
9964         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9965         Follow up changes for stream-type.
9966
9967         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9968         (wl-draft-elmo-nntp-send): Ditto.
9969
9970         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9971         (wl-nntp-posting-stream-type): Ditto.
9972         (wl-pop-before-smtp-ssl): Abolished.
9973         (wl-nntp-posting-ssl): Ditto.
9974
9975         * wl-address.el (wl-address-quote-specials): New function.
9976         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9977
9978         * wl-draft.el (wl-draft-reply): Ditto.
9979
9980 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9981
9982         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9983         use function `wl-string-match-assoc'.
9984
9985 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9986
9987         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9988
9989         * wl-draft.el (wl-draft-deduce-address-list): New function.
9990         (wl-draft-parse-mailbox-list): Ditto.
9991         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9992         instead of `smtp-deduce-address-list'.
9993         (wl-draft-on-field-p): Follow group list.
9994
9995         * wl-address.el (wl-address-concat-token): New function.
9996         (wl-address-string-without-group-list-contents): Ditto.
9997         (wl-complete-field-body): Fixed problem of completion
9998         by japanese petname.
9999         (wl-address-make-completion-list): Rewrite.
10000
10001 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10002
10003         * wl-address.el (wl-address-make-completion-list): Completion by
10004         petname.
10005         (wl-complete-field-body): Likewise.
10006
10007 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10008
10009         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10010         contains invalid address syntax.
10011
10012 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10013
10014         * wl-folder.el (wl-folder-check-entity-async): Use
10015         `elmo-nntp-spec-hostname'.
10016
10017 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10018
10019         * wl-summary.el (wl-summary-msgdb-load-async): Use
10020         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10021
10022 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10023
10024         * wl-draft.el (wl-draft-reply): Set argument
10025         `content-transfer-encoding' as nil.
10026
10027 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10028
10029         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10030         `wl-refile-alist'.
10031
10032 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10033
10034         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10035         (wl-draft-edit-string): Ditto.
10036         (wl-draft-forward): Ditto.
10037         * wl-summary.el (wl-summary-write): Ditto.
10038
10039 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10040
10041         * wl-summary.el (wl-summary-sync-update3): Call
10042         `wl-summary-buffer-number-column-detect'.
10043         (wl-summary-buffer-number-column-detect): Search from point-min.
10044
10045 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10046
10047         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10048         contains an address which is not included in original to or cc.
10049
10050 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10051
10052         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10053         begin-line does not exist.
10054         * wl-message.el (wl-message-uu-substring): Ditto.
10055
10056 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10057
10058         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10059         clear local variables.
10060         (wl-summary-exit): Call `elmo-commit'.
10061         (wl-summary-switch-to-clone-buffer): Call
10062         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10063         (wl-summary-goto-folder-subr): Ditto.
10064
10065         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10066         POP folder.
10067
10068 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10069
10070         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10071         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10072         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10073         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10074         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10075         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10076
10077         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10078
10079 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10080
10081         * wl-summary.el (wl-summary-search-by-subject):
10082         Search parent message from the latest one.
10083
10084 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10085
10086         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10087         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10088
10089         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10090         New user option.
10091
10092         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10093         if elmo-nntp-use-killed-list is nil.
10094         Use `elmo-msgdb-append-to-killed-list'.
10095         (Append numbers confirmed as disappeared to the killed list.)
10096         (wl-summary-confirm-appends): Don't display negative number.
10097
10098 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10099
10100         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10101
10102 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10103
10104         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10105         range is `all'.
10106         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10107         `elmo-list-bigger-diff'.
10108
10109 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10110
10111         * wl-summary.el (wl-summary-buffer-exit-func):
10112         New buffer local variable.
10113         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10114
10115 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10116
10117         * wl-demo.el (wl-demo): Fix the last change.
10118
10119 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10120
10121         * wl-demo.el (wl-demo): Don't use `eval'.
10122
10123 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10124
10125         * wl-summary.el (wl-summary-buffer-thread-modified):
10126         New buffer-local variable.
10127         (wl-summary-set-thread-modified): New function.
10128         (wl-summary-thread-modified-p): New function.
10129         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10130         (wl-summary-yank-saved-message): Use function
10131         `wl-summary-set-thread-modified'
10132         (wl-summary-switch-to-clone-buffer): Add
10133         `wl-summary-buffer-thread-modified'.
10134
10135         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10136         (wl-summary-buffer-mark-saved-hook): Ditto.
10137         * wl-summary.el (wl-summary-msgdb-save): New hook
10138         `wl-summary-buffer-message-saved-hook' and
10139         `wl-summary-buffer-mark-saved-hook'.
10140
10141 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10142
10143         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10144
10145 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10146
10147         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10148         don't hide scroll bars under FSF Emacsen because it may incur an
10149         undesirable redrawing.
10150
10151 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10152
10153         * wl-draft.el (wl-draft-edit-string): Call
10154         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10155
10156 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10157
10158         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10159
10160 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10161
10162         * wl-summary.el (wl-summary-msgdb-load-async): Call
10163         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10164
10165 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10166
10167         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10168         fringes in demo buffer; center bitmap logo correctly even if old
10169         Mule is used.
10170
10171 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10172
10173         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10174
10175         * wl-refile.el (wl-refile-subject-alist): New variable.
10176         (wl-refile-subject-alist-file-name): Ditto.
10177         (wl-refile-alist-setup): Rewrite.
10178         (wl-refile-alist-save): Use `elmo-object-save'.
10179         Eliminated arguments.
10180         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10181         (wl-refile-guess-by-subject): New function.
10182         (wl-refile-guess-func-list): Added it.
10183
10184 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10185
10186         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10187         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10188
10189 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10190
10191         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10192         New buffer-local variable.
10193         (wl-summary-buffer-next-folder-func): Ditto.
10194         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10195         if non-nil.
10196         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10197         if non-nil.
10198         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10199         if non-nil.
10200         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10201         if non-nil.
10202
10203 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10204
10205         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10206         permanently in the demo buffer.
10207
10208 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10209
10210         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10211         `mime-entity-fetch-field'.
10212
10213         * wl.el (wl-exit): Delete plugged buffer.
10214
10215         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10216         XEmacs has menubar feature.
10217
10218 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10219
10220         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10221         cannot arrive at the beginning of the buffer under old Emacsen.
10222
10223 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10224
10225         * wl-address.el (wl-address-ldap-search):
10226         Call `ldap-search-entries' with `withdn' argument t.
10227         (wl-complete-field-body): Bind completion-ignore-case as t.
10228         Clear ldap search hash when it was sole completion.
10229         Use elmo-string for pattern string.
10230         (wl-ldap-alias-safe-string): Eliminated needless let.
10231
10232 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10233
10234         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10235         (wl-ldap-alias-sep): New constant.
10236         (wl-ldap-search-attribute-type-list): Ditto.
10237         (wl-ldap-get-value): New function.
10238         (wl-ldap-make-filter): Ditto.
10239         (wl-ldap-make-matched-value-list): Ditto.
10240         (wl-ldap-alias-safe-string): Ditto.
10241         (wl-ldap-register-dn-string): Ditto.
10242         (wl-address-ldap-search): Rewrite.
10243
10244 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10245
10246         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10247         thread is deleted.
10248         (wl-thread-delete-line-from-buffer): Ditto.
10249         (wl-thread-get-exist-children): New function.
10250
10251 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10252
10253         * wl-demo.el (wl-demo): Made it to select various image types.
10254         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10255         from `wl-title-logo'.
10256         (wl-logo-ascii): New variable.
10257         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10258         (wl-demo-copyright-notice): New constant.
10259
10260         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10261
10262 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10263
10264         * wl-vars.el (wl-summary-target-above): Renamed from
10265         wl-summary-temp-above.
10266         * wl-score.el (wl-score-get-score-alist): Use it.
10267         (wl-summary-score-update-all-lines): Use it.
10268         * wl-summary.el: Ditto. (make-variable-buffer-local).
10269
10270 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10271
10272         * wl-vars.el (wl-ldap-port): New user option.
10273
10274         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10275         Rewite whole implementation.
10276         (wl-complete-field-body): Fixed.
10277
10278 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10279
10280         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10281         Choose implementation at compile time.
10282
10283 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10284
10285         * wl-address.el (wl-ldap-search-internal): New function.
10286         (wl-complete-field-to): Use it.
10287
10288 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10289
10290         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10291         Use `let' instead of `let*'.
10292         Require 'wl-vars.
10293
10294         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10295         Define as defcustom.
10296         (wl-ldap-base): Ditto.
10297         (wl-use-ldap): Ditto.
10298
10299 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10300
10301         * wl-address.el (wl-ldap-search): New function.
10302         (wl-complete-field-body): Use `wl-ldap-search'.
10303         (wl-ldap-server): New variable.
10304         (wl-ldap-base): Ditto.
10305         (wl-use-ldap): Ditto.
10306
10307 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10308
10309         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10310         (Pointed out by Mito <mit@nines.nec.co.jp>).
10311         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10312         buffer-local variables like `wl-summary-redisplay-internal'.
10313         (wl-summary-redisplay-all-header): Likewise.  Update
10314         Summary view too.
10315
10316 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10317
10318         * wl-summary.el (wl-summary-jump-to-parent-message):
10319         Consider prefix argument.
10320
10321         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10322         when closed thread is deleted.
10323
10324 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10325
10326         * wl-summary.el (wl-summary-jump-to-parent-message):
10327         Consider thread modification.
10328
10329 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10330
10331         * wl-message.el (wl-message-normal-get-original-buffer): Use
10332         `save-excursion'.
10333
10334         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10335         (wl-summary-showto-folder-regexp): Ditto.
10336
10337 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10338
10339         * wl-util.el (wl-delete-alist): Doc fix.
10340         (wl-delete-associations): New function.
10341         (wl-inverse-alist): New function.
10342         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10343         Split temporary variables. Use `wl-delete-associations'
10344         and `wl-inverse-alist'.
10345         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10346
10347 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10348
10349         * wl-folder.el (wl-folder-prefetch-entity):
10350         Execute prefetching if new count is unknown.
10351
10352 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10353
10354         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10355
10356         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10357         delete entity.
10358         (wl-thread-set-parent): If insert as top, set linked as nil.
10359
10360         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10361         `wl-thread-cleanup-symbols' when view mode is thread.
10362
10363 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10364
10365         * wl-folder.el (wl-folder-create-folder-entity): Use
10366         with-current-buffer.
10367         (wl-local-folder-init): Call set-buffer to make sure we are in
10368         the Folder buffer. Don't touch buffer-local variables here.
10369         (wl-folder-mode): Initialize buffer-local variables here.
10370
10371         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10372         (wl-folder-entity-assign-id): Ditto.
10373         (wl-folder-create-entity-hashtb): Ditto.
10374         (wl-local-folder-init): Ditto.
10375         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10376
10377 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10378
10379         * wl-summary.el (wl-summary-default-from): Fix probrem when
10380         std11-extract-address-components return (nil "foo@bar").
10381
10382 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10383
10384         * wl-draft.el (wl-draft-clone-local-variables):
10385         Remove redundant `setq'.
10386
10387 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10388
10389         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10390         Bind wl-highlight-x-face-func as nil while highlighting header.
10391
10392 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10393
10394         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10395
10396 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10397
10398         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10399         elmo-msgdb-overview-hashtb from copy-variables.
10400         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10401         instead of `elmo-msgdb-overview-get-entity-by-number'.
10402         (wl-summary-auto-refile): Ditto.
10403
10404         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10405         `elmo-msgdb-overview-get-entity' instead of
10406         `elmo-msgdb-search-overview-entity'.  Use
10407         `elmo-msgdb-overview-get-entity' instead of
10408         `elmo-msgdb-overview-get-entity-by-number'.
10409         (wl-thread-insert-entity-sub): Ditto.
10410         (wl-thread-insert-message): Ditto.
10411
10412         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10413         `elmo-msgdb-overview-get-entity'.
10414         (wl-normal-message-redisplay): Ditto.
10415
10416 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10417
10418         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10419         `wl-thread-entities'.
10420         (wl-thread-delete-message): Fix remove top message from
10421         `wl-thread-entity-list'.
10422
10423         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10424         wl-append(nconc), because update-list is broken on Meadow.
10425
10426         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10427         updating process.
10428         (wl-summary-rescan): Ditto.
10429         (wl-summary-sync-update3): Ditto.
10430         * wl-thread.el (wl-thread-set-parent): Renamed from
10431         `wl-summary-set-parent'.
10432         (wl-thread-insert-message): Updating buffer faster.
10433         (wl-thread-delete-message): Updating buffer faster.
10434
10435         * wl-score.el (wl-summary-score-update-all-lines): Changed
10436         interval for display progress gauge.
10437
10438 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10439
10440         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10441         folder always-sticky.
10442         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10443         defmacro.
10444
10445 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10446
10447         * wl-vars.el (wl-draft-add-references): New user option.
10448
10449         * wl-draft.el (wl-draft-add-references): New function.
10450         (wl-draft-yank-from-mail-reply-buffer): Use it.
10451         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10452         as nil.
10453
10454 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10455
10456         * wl-thread.el (wl-thread-update-line-msgs): Called
10457         `wl-thread-update-line-on-buffer-sub'.
10458         (wl-thread-update-line-on-buffer): Delete routine of inserting
10459         thread.
10460         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10461         moved from `wl-thread-update-line-on-buffer'.
10462         Add threshold for displaying progress gauge.
10463         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10464         argument of `wl-thread-update-line-msgs'.
10465         Add threshold for displaying progress gauge.
10466         * wl-folder.el:
10467         Add threshold for displaying progress gauge.
10468         * wl-score.el: Ditto.
10469
10470         * wl-expire.el (wl-summary-expire): Display deleting info.
10471
10472 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10473
10474         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10475         `no-msg'.
10476         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10477         argument of `wl-thread-update-line-msgs'.
10478         (wl-summary-set-parent): Added optional argument `parent-number'.
10479         (wl-summary-buffer-saved-message): New buffer local variable.
10480         (wl-summary-save-current-message): New command.
10481         (wl-summary-yank-saved-message): Ditto.
10482         (wl-summary-mode-map): Added key binding for
10483         `wl-summary-save-current-message' (\ew) and
10484         `wl-summary-yank-saved-message' (\C-y).
10485         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10486
10487 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10488
10489         * wl-summary.el (wl-summary-mode-map): Added key binding for
10490         `wl-summary-set-parent' (ts).
10491
10492 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10493
10494         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10495         subject faster. If thread number is reverse, delayed updating
10496         thread.
10497         (wl-summary-search-by-subject): Ditto.
10498         (wl-summary-put-alike): Ditto.
10499         (wl-summary-get-alike): Ditto.
10500         (wl-summary-insert-headers): Insert header of all overview in
10501         buffer.
10502         (wl-summary-rescan): Delayed updating thread. Kill search subject
10503         buffer for wl-summary-search-by-subject.
10504         (wl-summary-sync-update3): Ditto.
10505         (wl-summary-exit): Ditto.
10506         (wl-summary-goto-bottom-of-current-thread): Change for linked
10507         thread.
10508         (wl-summary-overview-create-summary-line): Change line for linked
10509         thread.
10510
10511         * wl-summary.el (wl-summary-update-thread): Use
10512         wl-thread-maybe-get-children-num.
10513         (wl-summary-set-parent): If change parent, move sub thread.
10514         (wl-summary-redisplay-internal): Add horizontal recenter.
10515         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10516
10517         * wl-thread.el (wl-thread-entity-get-linked): New function.
10518         (wl-thread-entity-set-linked): New function.
10519         (wl-thread-create-entity): Add linked element.
10520         (wl-thread-entity-insert-as-top): Use wl-append.
10521         (wl-thread-maybe-get-children-num): If closing thread, return
10522         children msgs.
10523         (wl-thread-update-line-msgs): Displaying progress message.
10524         (wl-thread-update-line-on-buffer-sub): Use
10525         wl-thread-maybe-get-children-num.
10526         (wl-thread-update-line-on-buffer): If update line is not exists,
10527         insert thread.
10528         (wl-thread-delete-message): If delete top msg of thread, search
10529         parent by subject.
10530         (wl-thread-insert-entity): Use
10531         wl-thread-maybe-get-children-num.
10532
10533         * wl-highlight.el (wl-highlight-summary-current-line): change
10534         sregexp for linked thread.
10535         * wl-util.el (wl-count-lines): Count lines.
10536         (wl-horizontal-recenter): horizontal recenter.
10537         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10538         (wl-score-get-alike): Ditto.
10539         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10540         (wl-subject-length-limit): New variable.
10541         (wl-highlight-thread-indent-string-regexp): Changed for linked
10542         thread.
10543
10544 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10545
10546         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10547         New variable (revival).
10548         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10549         by subject matching if there's no in-reply-to nor references field
10550         (revival).
10551
10552 \f
10553 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10554
10555         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10556         message.
10557
10558 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10559
10560         * wl-summary.el (wl-summary-reply): Return t if there was a
10561         message at cursor point.
10562         Added unwind-protect.
10563         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10564         returns t.
10565         (wl-summary-cancel-message): Do nothing when there's no message at
10566         cursor point.
10567         (wl-summary-forward): Ditto.
10568         (wl-summary-jump-to-parent-message): Ditto.
10569         (wl-summary-reedit): Ditto.
10570         (wl-summary-edit-addresses): Ditto.
10571         (wl-summary-pipe-message): Ditto.
10572         (wl-summary-print-message-with-ps-print): Ditto.
10573         (wl-summary-print-message): Ditto.
10574         (wl-summary-mark-as-important): Ditto.
10575         (wl-summary-mark-as-unread): Ditto.
10576
10577         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10578         message at cursor point.
10579         (wl-summary-reply-with-citation): Remove unwind-protect.
10580
10581         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10582         subject searching feature.
10583         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10584         Eliminated.
10585
10586 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10587
10588         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10589         New variable.
10590         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10591         by subject matching if there's no in-reply-to nor references field.
10592
10593         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10594
10595         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10596         when display is finished.
10597         (wl-folder-open-all): Ditto.
10598         (wl-folder-update-access-group): Ditto.
10599         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10600         * wl-thread.el (wl-thread-close-all): Ditto.
10601
10602         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10603         progress gauge only when it was displayed.
10604         * wl-folder.el (wl-folder-insert-entity): Ditto.
10605
10606 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10607
10608         * wl-summary.el (wl-summary-incorporate): Enclose
10609         `wl-summary-sync-force-update' with save-excursion.
10610
10611 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10612
10613         * wl-summary.el (wl-summary-prefetch-region):
10614         Pass current cursor point to `pos-visible-in-window-p' after
10615         moving cursor to the started point.
10616
10617 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10618
10619         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10620
10621         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10622         fields from the forwarding message.
10623         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10624         `ignored-fields'.
10625
10626 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10627
10628         * wl-mime.el (wl-message-request-partial):
10629         Eliminated argument `msgdb'.
10630         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10631         (wl-mime-combine-message/partial-pieces): Likewise.
10632         * tm-wl.el (wl-message-request-partial): Likewise.
10633         (wl-mime-combine-message/partial-pieces): Likewise.
10634
10635 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10636
10637         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10638         when display is finished.
10639
10640 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10641
10642         * wl-summary.el (wl-summary-goto-folder-subr):
10643         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10644
10645 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10646
10647         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10648         when cursor point is visible.
10649
10650 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10651
10652         * wl-expire.el (wl-expire-archive-get-max-number):
10653         Don't use `file-name-directory'.
10654
10655 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10656
10657         * wl-expire.el (wl-expire-archive-get-max-number):
10658         Use `file-name-directory'.
10659
10660 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10661
10662         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10663         only when there is progress.
10664
10665 2000-04-13  Mito <mit@nines.nec.co.jp>
10666
10667         * wl-summary.el (wl-summary-sync-marks): Display progress.
10668
10669 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10670
10671         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10672         (wl-summary-prev): Move cursor regardless of unread status.
10673         (wl-summary-next): Ditto.
10674
10675 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10676
10677         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10678         Added argument `target' and `number'.
10679         * tm-wl.el (wl-summary-burst-subr): New function.
10680         (wl-summary-burst): Use it.
10681
10682 2000-04-10  Mito <mit@nines.nec.co.jp>
10683
10684         * wl-mime.el (wl-burst): New function.
10685         (wl-summary-burst): Use it.
10686
10687 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10688
10689         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10690         as petname when there's no candidate.
10691
10692 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10693
10694         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10695         New variable.
10696         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10697
10698         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10699
10700         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10701
10702 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10703
10704         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10705         Use substring of `original' instead of buffer-substring.
10706         (wl-refile-evaluate-rule):
10707         Set `original' argument of wl-refile-expand-newtext.
10708
10709         * wl-summary.el
10710         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10711         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10712         (wl-summary-auto-refile): Check existence of destination folder just
10713         before marking.
10714
10715 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10716
10717         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10718         when wl-refile-get-field-value return nil.
10719
10720 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10721
10722         * wl-refile.el
10723         (wl-refile-expand-newtext): New function imported from Gnus.
10724         (wl-refile-evaluate-rule): Use it.
10725
10726 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10727
10728         * wl-summary.el (wl-summary-print-destination):
10729         Duplicate folder string to avoid putting text-property on
10730         original string.
10731
10732         * wl-refile.el (wl-refile-get-field-value): New function.
10733         (wl-refile-evaluate-rule): New function;
10734         Evaluate refile rule recursively.
10735         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10736         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10737         New function; Check existence of a target folder recursively.
10738         (wl-summary-auto-refile-check-refile-rule-alist):
10739         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10740
10741 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10742
10743         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10744
10745         * wl-folder.el (wl-create-folder-entity-from-buffer):
10746         Fixed problem when '}' character is contained in folder name.
10747
10748         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10749
10750 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10751
10752         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10753         (wl-fldmgr-add-completion-all-completions):
10754         Use wl-fldmgr-add-completion-hashtb.
10755
10756 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10757
10758         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10759         wl-fldmgr-add-completion-subr): New functions.
10760         * wl-folder.el (wl-folder-completion-func): New variable.
10761         * wl-summary.el (wl-summary-read-folder):
10762         Use wl-folder-completion-func.
10763
10764         * wl-refile.el: Eliminate throw & catch.
10765
10766         * wl.el (wl-plugged-sending-queue-status): Fixed.
10767
10768 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10769
10770         * wl-draft.el (wl-draft): Put category property on
10771         mail-header-separator.