(wl-folder-expire-entity): Rewite without
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-expire.el (wl-folder-expire-entity): Rewite without
4         `wl-summary-goto-folder-subr'.
5         (wl-folder-expire-current-entity): Don't kill summary buffer.
6
7 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8
9         * wl-folder.el (wl-folder-sync-entity): Rewrite without
10         `wl-summary-goto-folder-subr'.
11         (wl-folder-mark-as-read-all-entity): Likewise.
12
13         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
14
15 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
16
17         * wl-thread.el (wl-thread-force-open): Arranged.
18
19 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
20
21         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
22         from regexp.
23
24         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
25         (wl-read-search-condition-internal): Append them.
26
27 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
28
29         * wl-vars.el (wl-additional-search-condition-fields):
30         New user option.
31
32         * wl-util.el (wl-search-condition-fields): New function; export
33         from `wl-read-search-condition-internal'.
34         (wl-read-search-condition-internal): Use it.
35
36         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
37
38 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
39
40         * wl-summary.el (wl-summary-define-sort-command): New function.
41         (wl-summary-sort-by-date, wl-summary-sort-by-number)
42         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
43         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
44         define by `wl-summary-define-sort-command' at runtime.
45
46         * wl.el (wl-init): Call wl-summary-define-sort-command.
47
48 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
49
50         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
51         properties at the decrypting region.
52
53 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
54
55         * wl-util.el (wl-find-region): New function.
56
57         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
58         coding system.
59         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
60         property `wl-mime-decoded-coding-system'.
61         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
62         property `wl-mime-decoded-coding-system' to encode text.
63
64         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
65         message.
66         (wl-mime-pgp-verify-region): Ditto.
67
68 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
69
70         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
71         buffer. Use epa-display-verify-result.
72
73 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
74
75         * wl-draft.el (wl-draft-send): Continue even if setting parent
76         flag was failed.
77
78 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
79
80         * wl-message.el (wl-message-flag-indicator): Fixed the problem
81         of returning string only of parentheses.
82
83 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
84
85         * wl-summary.el (wl-summary-write): Add argument `folder'.
86         (wl-summary-write-current-folder): Change argument `folder' from
87         optional to require.
88         (wl-summary-get-buffer): Return the buffer associated folder only.
89
90         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
91         change.
92         (wl-folder-toggle-disp-summary): Ditto.
93
94         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
95         current summary as parent-folder.
96
97 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
98
99         * wl-draft.el (wl-draft-reedit): Don't overwrite
100         wl-draft-parent-folder.
101
102 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
103
104         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
105         (wl-mime-pgp-verify-region): Ditto.
106         (wl-message-decrypt-pgp-nonmime): Use the above function.
107         (wl-message-verify-pgp-nonmime): Likewise.
108         (wl-mime-preview-application/pgp): Likewise.
109
110 2006-04-20  Kenichi Okada  <okada@opaopa.org>
111
112         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
113         Fix about the order of `wl-nntp-posting-port' and
114         `wl-nntp-posting-stream-type'.
115         * wl.el (wl-plugged-port-label-alist): Add smtp.
116
117 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
118
119         * wl-summary.el (wl-summary-message-status): New macro.
120
121         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
122         (wl-summary-killed-mark): New user option.
123
124         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
125         API change.
126         (wl-thread-insert-entity-sub): Ditto.
127         (wl-thread-recover-messages): New command.
128
129         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
130         Don't call `wl-highlight-summary-current-line' directly.
131         (wl-summary-buffer-attach): Connect to signal `status-changed'
132         instead of `cache-changed'.
133         (wl-summary-buffer-detach): Follow the above change.
134         (wl-summary-detect-mark-position): Follow the API change.
135         (wl-summary-rescan-message): Ditto.
136         (wl-summary-insert-sequential): Ditto.
137         (wl-summary-update-thread): Ditto.
138         (wl-summary-message-mark): Ditto.
139         (wl-summary-persistent-mark): Ditto.
140         (wl-summary-create-line): Ditto.
141         (wl-summary-prefetch-region-no-mark): Call
142         `wl-summary-persistent-mark' with number.
143         (wl-summary-recover-messages-region): New command.
144         (wl-summary-target-mark-recover): Ditto.
145         (wl-summary-recover-message): Ditto.
146         (wl-summary-persistent-mark-string): Add argument `status' instead
147         of remove arguments `flags' and `cached'.  Treat killed status.
148         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
149
150         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
151         (wl-highlight-summary-line-face-spec): Treat killed status.
152         (wl-highlight-summary-line-string): Follow the API change.
153         (wl-highlight-summary-current-line): Ditto.
154
155         * Version number is increased to 2.15.3.
156
157 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
158
159         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
160         of symbolp to test whether the condition is function.
161
162 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
163
164         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
165         to nil.
166
167 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
168
169         * wl-summary.el (wl-summary-buffer-message-ring): New internal
170         variable.
171         (wl-summary-buffer-last-displayed-msg): Abolish.
172         (wl-summary-push-message): New function.
173         (wl-summary-pop-message): Ditto.
174         (wl-summary-goto-folder-subr): Reset
175         `wl-summary-buffer-message-ring'.
176         (wl-summary-pop-to-last-message): New command.
177         (wl-summary-goto-last-displayed-msg): Call
178         wl-summary-pop-to-last-message if optional argument is non-nil or
179         the last command is itself.
180         (wl-summary-redisplay-internal): Push last message number into
181         `wl-summary-buffer-message-ring'.
182
183         * wl-vars.el (wl-summary-message-ring-max): New user option.
184
185 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
186
187         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
188         from `wl-draft-reply').
189         (wl-draft-reply): Use it.
190         (wl-draft-find-reply-headers): Avoid compile warning.
191
192 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
193
194         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
195
196 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
197
198         * wl-message.el (wl-message-flag-indicator): New function.
199         (wl-message-redisplay): Use it.
200
201 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
202
203         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
204
205 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
206
207         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
208         instead of `read-event'.
209
210         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
211
212         * wl-mule.el (wl-read-event-char): Ditto.
213
214         * wl-e21.el (wl-read-event-char): Ditto.
215
216 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
217
218         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
219
220 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
221
222         * wl-vars.el (wl-draft-send-confirm-type): New user option.
223
224         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
225
226         * wl-draft.el (wl-draft-send-confirm): Confirmation by
227         `wl-draft-send-confirm-type'
228
229 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
230
231         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
232         Avoid error when the buffer name is already used.
233
234 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
235
236         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
237         the change of elmo-nmz -> elmo-search.
238         (wl-highlight-summary-line-help-echo-alist): Ditto.
239         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
240         (wl-nmz-folder-icon): Define as obsolete.
241         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
242         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
243
244 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
245
246         * wl-summary.el (wl-summary-get-list-info): Rewrite with
247         `elmo-find-list-match-value'
248
249 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
250
251         * wl-summary.el (wl-summary-get-list-info): Optimize.
252         Use List-Id and List-Post also.
253
254 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
255
256         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
257
258 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
259
260         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
261
262 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
263
264         * wl-util.el (wl-completing-read-multiple-1): New internal function.
265         (wl-completing-read-multiple-2): Ditto.
266         (wl-completing-read-multiple): Define use above functions.
267
268         * wl-summary.el (wl-summary-sort): Removed the workaround for a
269         bug of `completing-read-multiple' about default value.
270
271         * wl-xmas.el (wl-completing-read-multiple): Removed.
272
273         * wl-mule.el (wl-completing-read-multiple): Ditto.
274
275         * wl-e21.el (wl-completing-read-multiple): Ditto.
276
277 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
278
279         * wl-util.el (wl-filter-associations): New function.
280
281         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
282         (wl-spam-ignored-folder-list): Ditto.
283         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
284         (wl-spam-string-member-p): New function.
285         (wl-spam-domain): Use it.
286         (wl-spam-split-numbers): New function.
287         (wl-spam-apply-partitions): Ditto.
288         (wl-spam-register-spam-messages): Use `folder' instead of
289         `wl-summary-buffer-elmo-folder'.
290         (wl-spam-register-good-messages): Ditto.
291         (wl-summary-exec-action-spam): Decide a domain by real folder of
292         message.
293         (wl-summary-exec-action-refile-with-register): Likewise.
294
295 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
296
297         * wl-e21.el (wl-e21-find-image): New function.
298         (wl-e21-setup-toolbar): Use it instead of `find-image'.
299         (wl-e21-highlight-folder-group-line): Ditto.
300         (wl-folder-init-icons): Ditto.
301         (wl-plugged-init-icons): Ditto.
302         (wl-biff-init-icons): Ditto.
303
304 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
305
306         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
307         (wl-inhibit-save-drafts): New internal variable.
308         (wl-disable-auto-save): Ditto.
309         (wl-save-drafts): Treat above variables.
310         (wl-auto-save-drafts): New function.
311         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
312         `wl-stop-save-drafts'.
313         (wl-start-save-drafts): New function.
314         (wl-stop-save-drafts): Ditto.
315         (wl-set-auto-save-draft): New command.
316
317         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
318         `wl-set-save-drafts'.
319
320 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
321
322         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
323         `make-local-variable' instead of `make-variable-buffer-local'.
324
325 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
326
327         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
328
329 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
330
331         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
332
333 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
334
335         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
336         of working buffer.
337
338 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
339
340         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
341
342         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
343         value into recipients; Bind `wl-draft-remove-group-list-contents'
344         as nil.
345
346 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
347
348         * wl-summary.el (wl-summary-sort): Fixed the last change.
349
350         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
351         (wl-summary-sort-messages): Ditto.
352         (wl-summary-rescan): Use it.
353         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
354         `completing-read'; Append candidates for reverse order.
355
356 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
357
358         * Version number is increased to 2.15.2.
359
360 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
361
362         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
363         "Smaller".
364         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
365
366 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
367
368         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
369
370 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
371
372         * wl-vars.el (wl-draft-additional-header-alist): Add into the
373         customize group `wl-draft'.
374         (wl-draft-add-in-reply-to): Move customize group from `wl' to
375         `wl-draft'.
376         (wl-draft-add-references): Ditto.
377
378         * wl-action.el (wl-summary-print-argument): Rename argument from
379         `folder' to `data'.
380
381 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
382
383         * wl-summary.el (wl-summary-rescan-message): Call
384         `wl-thread-cleanup-symbols' before insert thread.
385
386 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
387
388         * wl.el (wl-init): Set `elmo-get-folder-function' as
389         `wl-folder-make-elmo-folder'.
390
391         * wl-spam.el (wl-summary-exec-action-spam): Use
392         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
393
394         * wl-folder.el (wl-folder-make-elmo-folder): New function.
395         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
396         `elmo-make-folder'.
397         (wl-folder-get-elmo-folder): Ditto.
398         (wl-folder-create-subr): Simplify.
399
400 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
401
402         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
403
404 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
405
406         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
407         contents in message buffer instead of original buffer. If optional
408         argument specified, ask coding system for encode.
409
410 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
411
412         * wl-spam.el (wl-summary-test-spam-region): New function.
413         (wl-spam-setup): Bind "rkc".
414
415 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
416
417         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
418
419 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
420
421         * wl-spam.el (wl-summary-test-spam): Fix typo.
422         (wl-message-check-spam): Ditto.
423
424 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
425
426         * wl-summary.el (wl-summary-default-from): Simplify.
427
428 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
429
430         * wl-action.el (wl-summary-exec-action-refile): Simplify.
431         (wl-summary-exec-action-copy): Ditto.
432         (wl-summary-auto-refile): Check existence of temporary mark.
433
434 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
435
436         * wl-summary.el (wl-summary-create-line): Use
437         `elmo-time-to-datevec'.
438
439         * wl-expire.el (wl-expire-archive-date): Ditto.
440         (wl-expire-localdir-date): Ditto.
441
442         * wl-util.el (wl-day-number): Abolish.
443
444         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
445         of `wl-day-number'.
446         (wl-score-followup): Ditto.
447         (wl-score-add-followups): Ditto.
448         (wl-score-get-latest-msgs): Ditto.
449         (wl-score-get-header-entry): Ditto.
450         (wl-score-edit-insert-date): Ditto.
451
452 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
453
454         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
455         `elmo-message-entity-field' with 2nd argument `type'.
456
457 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
458
459         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
460
461 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
462
463         * wl-thread.el (wl-thread-delete-message): Delete descendant
464         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
465
466 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
467
468         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
469
470 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
471
472         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
473         `Access folder'.
474
475 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
476
477         * wl-vars.el (wl-access-folder-icon): New user option.
478
479         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
480         `Access folder'.
481
482 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
483
484         * wl-summary.el (wl-summary-buffer-set-folder): Use
485         `wl-folder-mime-charset'.
486
487         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
488         `mime-charset'.
489         (wl-folder-get-elmo-folder): Ditto.
490         (wl-folder-mime-charset): New function.
491
492 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
493
494         * wl-util.el (wl-parse-addresses): Define alias of
495         `elmo-parse-addresses' (move to `elmo-util.el').
496
497         * wl-summary.el (wl-summary-default-from): Follow the API change.
498         (wl-summary-overview-entity-compare-by-date): Ditto.
499         (wl-summary-overview-entity-compare-by-from): Ditto.
500         (wl-summary-get-list-info): Get value of `ml-info' field from
501         entity at first.
502         (wl-summary-rescan-message): Treat prefix argument.
503         (wl-summary-prefetch-msg): Follow the API change.
504         (wl-summary-search-by-subject): Ditto.
505         (wl-summary-insert-thread): Ditto.
506         (wl-summary-line-subject): Ditto.
507         (wl-summary-line-from): Ditto.
508         (wl-summary-create-line): Ditto.
509         (wl-summary-print-message-with-ps-print): Ditto.
510
511         * wl-score.el (wl-score-ov-entity-get): Ditto.
512         (wl-score-followup): Ditto.
513         (wl-score-add-followups): Use `elmo-message-entity-field' instead
514         of `car'.
515         (wl-score-get-latest-msgs): Follow the API change.
516         (wl-score-get-header): Ditto.
517
518         * wl-refile.el (wl-refile-learn): Ditto.
519         (wl-refile-subject-learn): Ditto.
520         (wl-refile-get-field-value): Ditto.
521         (wl-refile-guess-by-history): Ditto.
522         (wl-refile-guess-by-subject): Ditto.
523
524         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
525
526         * wl-expire.el (wl-expire-date-p): Removed.
527         (wl-expire-archive-date): Follow the API change.
528         (wl-expire-localdir-date): Ditto.
529         (wl-summary-expire): Ditto.
530
531         * Version number is increased to 2.15.1.
532
533 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
534
535         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
536         group is access or not (it is not strict, like wl-fldmgr-rename).
537
538 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
539
540         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
541         duplicate call of `wl-summary-print-argument' on the wrong line.
542
543 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
544
545         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
546         even if argument `number' is nil.
547         (wl-summary-insert-line): Print action argument if current message
548         has it.
549
550 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
551
552         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
553         (wl-draft-reply): Ditto.
554         (wl-draft): Add optional argument `parent-number' and call
555         `wl-draft-create-buffer' with it.
556         (wl-draft-create-buffer): Add optional argument
557         `parent-number'. Set wl-draft-parent-number as it.
558
559 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
560
561         * wl-folder.el (wl-folder-set-persistent-mark): If summary
562         buffer is not for given folder, don't use it.
563
564 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
565
566         * Version number is increased to 2.15.0.
567
568 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
569
570         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
571
572         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
573         (wl-highlight-get-face-by-name): New internal function.
574         (wl-highlight-summary-line-face-spec): Use it and fixed.
575
576 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
577
578         * wl-summary.el (wl-summary-sync-update): Use
579         `elmo-message-entity-field' instead of `car' to get message-id
580         from overview entity.
581
582         * wl-summary.el (wl-summary-rescan-message): Call
583         `wl-highlight-summary-displaying' when displaying a message.
584
585 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
586
587         * wl-draft.el (wl-draft-config-info-filename): Extracted from
588         `wl-draft-config-info-operation'.
589         (wl-draft-buffer-change-number): New function.
590         (wl-draft-rename-saved-config): Ditto.
591         * wl.el (wl-init): Connect slot for message-number-changed.
592         (toplevel): Add autoload for wl-draft-rename-saved-config.
593
594 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
595
596         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
597         `update-overview'
598         (wl-summary-buffer-detach): Disconnect from it.
599         (wl-summary-rescan-message): Use command.
600
601         * wl-message.el (wl-message-buffer-display): Use
602         `with-current-buffer' instead of `save-excursion'.
603
604 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
605
606         * wl-mime.el (wl-draft-preview-attributes-list): Protect
607         wl-draft-preview-attributes-list from distraction.
608
609 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
610
611         * wl-summary.el (wl-summary-sync-update): Sort the return value of
612         `elmo-list-diff'.
613
614 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
615
616         * wl-summary.el
617         (wl-summary-edit-addresses-collect-candidate-fields): Use
618         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
619
620         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
621         instead of `elmo-set-work-buf'.
622
623         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
624         (wl-address-make-address-list): Ditto.
625
626         * Version number is increased to 2.13.3.
627
628 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
629
630         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
631         user option.
632
633         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
634         argument `5'.
635
636         * wl-message.el (wl-message-display-no-merge-p): New function.
637         (wl-message-buffer-display): Check whether the message is
638         reassembled and follow the API change.
639
640 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
641
642         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
643         multibyte on working buffer and removed unnecessary
644         `buffer-disable-undo'.
645
646 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
647
648         * wl-util.el (wl-read-search-condition-internal): Fixed the last
649         change.
650
651 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
652
653         * wl-util.el (wl-read-search-condition-internal): Protect
654         elmo-global-flags from distraction.
655
656 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
657
658         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
659
660         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
661         (wl-summary-event-handler): Ditto.
662         (wl-summary-update-persistent-mark-on-event): New
663         function (renamed from `elmo-event-handler-flag-changed').
664         (wl-summary-buffer-attach): New function.
665         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
666         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
667         instead of `elmo-folder-add-handler'.
668
669         * Version number is increased to 2.13.2.
670
671 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
672
673         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
674         and "\177" to the `wl-news-previous-page'.
675         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
676         (wl-news-previous-page): New function.
677
678 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
679
680         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
681         instead of `write-region' and simplify.
682
683 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
684
685         * wl-template.el (wl-template-select): Cause error if
686         `wl-template-alist' is nil.
687
688 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
689
690         * wl-news.el.in: Set file variable `no-byte-compile'.
691
692 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
693
694         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
695         whether a target message is within displaying area.
696         (elmo-event-handler-cache-changed): Ditto.
697
698 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
699
700         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
701         to `defun'.  Use `nconc' instead of `append' to collect descendant
702         message numbers.
703
704 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
705
706         * wl-thread.el (wl-thread-save-top-list)
707         (wl-thread-save-entities): Use `with-temp-buffer'.
708         * wl-news.el.in (wl-news-previous-version-load):
709         (wl-news-previous-version-save): Ditto.
710         * wl-summary.el (wl-summary-load-file-object)
711         (wl-summary-save-view-cache): Ditto.
712
713 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
714
715         * wl-util.el (toplevel): Require 'elmo-flag'.
716         (wl-read-search-condition): New function (Renamed from
717         `elmo-read-search-condition').
718         (wl-read-search-condition-internal): Likewise.
719
720         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
721         invalid.
722         (wl-summary-pick): Use `wl-read-search-condition' instead of
723         `elmo-read-search-condition'.
724         (wl-summary-virtual): Ditto.
725
726         * wl-folder.el (wl-folder-virtual): Ditto.
727         (wl-folder-pick): Ditto.
728
729         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
730
731 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
732
733         * wl-summary.el (wl-summary-reedit): Call
734         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
735
736 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
737
738         * wl-mime.el (toplevel): Require wl-vars.
739
740         * wl-message.el (toplevel): Require cl at compile.
741
742         * wl-draft.el (toplevel): Require elmo.
743
744 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
745
746         * wl-message.el (wl-message-buffer-prefetch): Count is a number
747         and do nothing when it is not positive.
748         (wl-message-buffer-prefetch-next): Ditto.
749
750 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
751
752         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
753         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
754         (wl-summary-redisplay-internal): Ditto.
755
756         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
757         message (the condition is borrowed from `wl-check-variables-2').
758         (wl-summary-redisplay-internal): Ditto.
759
760 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
761
762         * wl-mime.el (wl-draft-nntp-attribute): New function.
763         (wl-draft-attribute-nntp-posting-server): Use it.
764         (wl-draft-attribute-nntp-posting-port): Ditto.
765
766         * wl-mime.el (wl-draft-preview-attributes-list): New function.
767         (wl-draft-show-attributes-buffer): Ditto.
768         (wl-draft-hide-attributes-buffer): Ditto.
769         (wl-draft-attribute-newsgroups): Ditto.
770         (wl-draft-attribute-nntp-posting-server): Ditto.
771         (wl-draft-attribute-nntp-posting-port): Ditto.
772         (wl-draft-preview-message): Use there functions.
773
774         * wl-vars.el (wl-draft-preview-attributes-list): Change default
775         value.
776
777 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
778
779         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
780         (wl-draft-reedit): Ditto.
781         (wl-draft-queue-flush): Ditto.
782
783         * wl-mime.el (wl-message-request-partial): Ditto.
784         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
785         instead of `elmo-message-fetch'.
786
787         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
788
789         * wl-summary.el (wl-summary-message-string): Ditto.
790
791 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
792
793         * wl-util.el (wl-current-message-buffer): Follow the API change.
794
795         * wl-summary.el (wl-summary-redisplay-internal): Call
796         `wl-summary-mark-as-read' with 2nd argument as nil and update
797         unread count instead of persistent mark.
798
799         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
800         variable.
801         (wl-message-redisplay): Follow the API change.
802         (wl-message-buffer-display): Managed mime-entity directly and
803         return preview buffer only.
804         (wl-message-display-internal): Rewrite.
805         (wl-message-buffer-prefetch-subr): Not save return value of
806         `wl-message-buffer-display'.
807
808         * Version number is increased to 2.13.1.
809
810 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
811
812         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
813         'elmo-multiple-fields-body-list' with boundary specified.
814
815 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
816
817         * wl-vars.el (wl-summary-resend-use-cache): New variable.
818         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
819         cache if `wl-summary-resend-use-cache' is non-nil.
820
821 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
822
823         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
824         (wl-nntp-posting-stream-type): Ditto.
825
826 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
827
828         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
829
830 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
831
832         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
833         message.
834
835 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
836
837         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
838         Abolish.
839         (wl-summary-buffer-persistent-mark-version): New internal
840         variable.
841         (wl-summary-update-mark-and-highlight-window): Check by
842         wl-summary-persistent-mark-invalid-p.
843         (wl-summary-update-status-marks): Ditto.
844         (elmo-event-handler-flag-changed): Rewrite.
845         (elmo-event-handler-cache-changed): Define.
846         (wl-summary-prefetch-msg): Does not update persistent mark here.
847         (wl-summary-delete-cache): Ditto.
848         (wl-summary-resume-cache-status): Ditto.
849         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
850         (wl-summary-persistent-mark-invalid-p): New function.
851         (wl-summary-validate-persistent-mark): Ditto.
852         (wl-summary-validate-persistent-mark-string): Ditto.
853         (wl-summary-invalidate-persistent-mark): Ditto.
854         (wl-summary-update-persistent-mark): Call
855         `wl-summary-validate-persistent-mark'.
856         (wl-summary-create-line): Call
857         `wl-summary-validate-persistent-mark-string'.
858
859         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
860         status as t if cache used.
861
862 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
863
864         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
865         only if the target is group.
866         * wl-folder.el (wl-folder-append-petname): Don't check group name.
867
868 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
869
870         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
871
872 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
873
874         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
875
876         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
877
878 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
879
880         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
881         (Thanks to Yoichi NAKAYAMA).
882
883 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
884
885         * wl-util.el (wl-save-drafts): Restore echo area.
886
887 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
888
889         * Version number is increased to 2.13.0.
890
891         * wl-util.el (wl-biff-check-folder-async): Use
892         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
893
894 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
895
896         * wl-message.el (wl-message-display-internal): Does not put
897         wl-message-display-type property on message buffer.
898         (wl-message-buffer-display-type): New function.
899
900         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
901
902         * wl-summary.el (wl-summary-mode): Use `dolist' to add
903         `wl-summary-buffer-detach'.
904         (wl-summary-message-display-type): Use
905         `wl-summary-buffer-display-type'.
906
907 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
908
909         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
910         buffer-local.
911
912         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
913         kill-buffer-hook instead of make-local-variable.
914         (wl-draft-preview-message): Set `local' argument of add-hook as t.
915
916 2004-12-12  Scott Renfro <scott@renfro.org>
917
918         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
919         regex for square-branket.
920
921 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
922
923         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
924         `wl-message-mime-analysis-p' with argument `header'.
925
926 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
927
928         * wl-mime.el (wl-draft-yank-current-message-entity): 
929         Switch to no-mime following method according to wl-message-display-type
930         property.
931         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
932
933         * wl-message.el (wl-message-display-internal): 
934         Put wl-message-display-type property on message buffer.
935
936         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
937         (wl-message-display-internal): Ditto;
938
939         * wl-summary.el (wl-summary-toggle-mime): Ditto.
940
941 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
942
943         * wl-message.el (wl-message-make-display-type): New function.
944         (wl-message-display-type-property): Ditto.
945         (wl-message-mime-analysys-p): Ditto.
946         (wl-message-display-all-header-p): Ditto.
947         (wl-message-redisplay): Removed argument `as-is', `all-header' and
948         added `display-type'.
949         (wl-message-buffer-display): Likewise.
950         (wl-message-display-internal): Likewise.
951         (wl-message-buffer-display-type): Abolish.
952         (wl-message-buffer-prefetch-subr): Follow the API changed.
953
954         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
955         from wl-summary-buffer-display-all-header and changed default value.
956         (wl-summary-message-display-type): New function.
957         (wl-summary-buffer-display-mime-mode): Ditto.
958         (wl-summary-buffer-display-header-mode): Ditto.
959         (wl-summary-toggle-mime): Rewrite with above functions.
960         (wl-summary-toggle-all-header): Ditto.
961         (wl-summary-redisplay): Force redisplay with default mode.
962         (wl-summary-redisplay-internal): Renamed argument from `mode',
963         `all-header' to `mime-mode', `header-mode'.
964         Use `wl-message-make-display-type'.
965
966         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
967         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
968
969 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
970
971         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
972
973 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
974
975         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
976         in original message buffer.
977         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
978         buffer.
979
980 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
981
982         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
983
984 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
985
986         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
987
988 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
989
990         * wl-action.el (wl-summary-exec-action-refile): Display a done message
991         when actions succeeded.
992         (wl-summary-exec-action-copy): Likewise.
993
994 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
995
996         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
997         there is switch-to-buffer at the end of wl-message-select-buffer.
998         (wl-summary-reply): Ditto.
999
1000 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1001
1002         * wl-summary.el (wl-summary-forward): Put subject in original
1003         message buffer as argument of wl-draft-forward.
1004         * wl-draft.el (wl-draft-forward): Decode subject as in
1005         wl-draft-reply.
1006
1007 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1008
1009         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1010         a folder under access group.
1011
1012 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1013
1014         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1015         wl-message-buffer-display.
1016
1017         * wl-util.el (wl-set-save-drafts): Fix typo.
1018
1019 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1020
1021         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1022         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1023         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1024         the way to measure the width of a bitmap image; don't put face on
1025         ascii and bitmap images; put the mark which should not use the
1026         variable-pitch face on ascii and bitmap images.
1027         (wl-demo-setup-properties): Don't use the variable-pitch face on
1028         ascii and bitmap images; made it work on Emacs 20 and earlier.
1029         (wl-demo-insert-text): End with a newline at the bottom; don't put
1030         face on text.
1031
1032         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1033
1034 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1035
1036         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1037
1038         * wl-util.el (wl-save-drafts): Moved from sample setting.
1039         (wl-set-save-drafts): New function to set idle timer.
1040         * wl-draft.el (wl-draft): Call it.
1041         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1042
1043 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1044
1045         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1046         a summary which has toggle display status off.
1047
1048 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1049
1050         * wl-draft.el (wl-draft-do-fcc): No cache save.
1051
1052 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1053
1054         * wl-summary.el (elmo-event-handler-flag-changed): Use
1055         `set-buffer' instead of `with-current-buffer'.
1056
1057 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1058
1059         * wl-summary.el (wl-summary-after-resize-function): New function.
1060         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1061         window-size-change-functions.
1062
1063 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1064
1065         * wl-draft.el (wl-draft-create-buffer): Bind
1066         `change-major-mode-hook' after current buffer is changed.
1067
1068         * wl-summary.el (wl-summary-buffer-detach): New function.
1069         (wl-summary-buffer-set-folder): Call it.
1070         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1071         change-major-mode-hook and kill-buffer-hook.
1072         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1073         (wl-summary-switch-to-clone-buffer): Ditto.
1074         (wl-summary-goto-folder-subr): Ditto.
1075
1076 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1077
1078         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1079         after boundp check.
1080
1081 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1082
1083         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1084         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1085         for `kill-buffer'.
1086
1087         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1088         handler of current buffer from elmo-folder.
1089
1090 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1091
1092         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1093
1094 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1095
1096         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1097         variable.
1098         (wl-summary-event-handler): New class.
1099         (elmo-event-handler-flag-changed): Define to update persistent
1100         mark.
1101         (wl-summary-buffer-set-folder): Register event handler to
1102         elmo-folder.
1103         (wl-summary-exit): Unregister event handler.
1104         (wl-summary-goto-folder-subr): Ditto.
1105         (wl-summary-mark-as-read-all): Does not call
1106         `wl-summary-update-persistent-mark' directly.
1107         (wl-summary-mark-as-read-internal): Ditto.
1108         (wl-summary-set-persistent-mark-internal): Ditto.
1109         (wl-summary-set-flags-internal): Ditto.
1110
1111         * Version number is increased to 2.11.33.
1112
1113 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1114
1115         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1116         to nil.
1117
1118 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1119
1120         * wl-spam.el (wl-spam-setup): Add hook
1121         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1122         instead of `wl-summary-prepare-hook'.
1123
1124         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1125         if folder type is `'flag'.
1126         (wl-summary-mark-as-important): Ditto.
1127
1128 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1129
1130         * wl-address.el (wl-address-minibuffer-history): New variable.
1131         (wl-address-minibuffer-local-map): New keymap.
1132         (wl-address-read-from-minibuffer): New function.
1133
1134         * wl-action.el (wl-summary-get-resend-address): Use
1135         `wl-address-read-from-minibuffer' instead of `completing-read'.
1136
1137 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1138
1139         * Version number is increased to 2.11.32.
1140
1141 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1142
1143         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1144         without mule to iso-8859-1.
1145         (wl-draft-add-in-reply-to): Add note in description.
1146         (wl-draft-add-references): Ditto.
1147
1148 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1149
1150         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1151         definition for `m'.
1152         (wl-summary-mode-line-format): Add '[%m]'.
1153         (wl-message-mode-line-format-spec-alist): Ditto.
1154         (wl-summary-display-mime-mode-list): New variable.
1155
1156         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1157         from wl-summary-buffer-display-as-is.
1158         (wl-summary-buffer-display-all-header): New buffer local variable.
1159         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1160         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1161         instead of wl-summary-buffer-display-as-is.
1162         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1163         (wl-summary-set-persistent-mark): Ditto.
1164         (wl-summary-set-message-buffer-or-redisplay): Just call
1165         `wl-summary-redisplay-internal' without optional arguments.
1166         (wl-summary-toggle-mime): Rewrite.
1167         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1168         (wl-summary-toggle-all-header): New function.
1169         (wl-summary-redisplay-internal): Treat mime mode.
1170
1171         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1172         to wl-mime-preview-follow-no-mime.
1173         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1174         accodring to the display-mode.
1175
1176         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1177         (wl-message-buffer-display): Changed argument name from `as-is' to
1178         `mode'.
1179         (wl-message-display-internal): Ditto;
1180         Bind elmo-mime-display-header-analysis according to the mode.
1181         (wl-message-display-internal): Put wl-message-display-mime-mode
1182         property on entire buffer.
1183
1184 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1185
1186         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1187
1188 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1189
1190         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1191         Don't extract mail address.
1192         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1193
1194         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1195
1196         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1197
1198 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1199
1200         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1201         wl-fldmgr-cut-entity-list on confirmation.
1202
1203 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1204
1205         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1206         (wl-mime-quit-preview): Check existence of
1207         mime-edit-temp-message-buffer here.
1208
1209 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1210
1211         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1212         after deletion.
1213
1214         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1215         before calling wl-mime-quit-preview.
1216
1217 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1218
1219         * wl-summary.el (wl-summary-pick): If call it with prefix
1220         argument, set `delete-marks' as non-nil. Pick from only visible
1221         messages.
1222         (wl-summary-check-target-mark): New function.
1223         (wl-summary-target-mark-mark-as-read): Use it.
1224         (wl-summary-target-mark-mark-as-unread): Ditto.
1225         (wl-summary-target-mark-operation): Ditto.
1226         (wl-summary-target-mark-set-flags): Ditto.
1227         (wl-summary-target-mark-save): Ditto.
1228         (wl-summary-target-mark-pick): Ditto.
1229         (wl-summary-target-mark-forward): Ditto.
1230         (wl-summary-target-mark-reply-with-citation): Ditto.
1231         (wl-summary-target-mark-print): Ditto.
1232         (wl-summary-target-mark-uudecode): Ditto.
1233
1234         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1235         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1236         with `ask-coding' is non-nil.
1237
1238 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1239
1240         * wl-thread.el (wl-thread-set-parent): If parent is a message
1241         which is identified by references, set linked as nil.
1242
1243 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1244
1245         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1246         (wl-message-mode-line-format-spec-alist): Ditto.
1247         (wl-message-mode-line-format): Ditto.
1248         (wl-summary-mode-line-format): Ditto for docstring.
1249         (wl-summary-no-mime-folder-list): Fix typo.
1250
1251         * wl-util.el (wl-current-message-buffer): Call
1252         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1253
1254         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1255         variable.
1256         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1257         of `wl-summary-redisplay-no-mime'.
1258         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1259         (wl-summary-toggle-mime): New function.
1260         (wl-summary-redisplay-all-header): Rewrite.
1261         (wl-summary-redisplay-no-mime): Ditto.
1262         (wl-summary-redisplay-internal): Added argument `as-is' and
1263         `all-header'.
1264
1265         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1266         New variable.
1267         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1268         bottom.
1269         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1270         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1271         "/" unconditionally.
1272
1273         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1274         wl-mime-preview-follow-no-mime for as-is content.
1275         (wl-mime-preview-follow-no-mime): New function.
1276         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1277
1278         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1279         and added `as-is', `all-header'.
1280         (wl-message-buffer-display): Ditto.
1281         (wl-message-buffer-display-type): New function.
1282
1283 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1284
1285         * wl-vars.el (wl-message-header-button-alist): Change default
1286         value.
1287         (wl-message-body-button-alist): Ditto.
1288
1289 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1290
1291         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1292
1293 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1294
1295         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1296
1297 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1298
1299         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1300         is always true.
1301
1302 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1303
1304         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1305         on null entity.
1306
1307 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1308
1309         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1310
1311 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1312
1313         * wl-vars.el (wl-summary-resend-hook): New hook.
1314
1315         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1316         `wl-summary-resend-hook'.
1317
1318 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1319
1320         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1321         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1322         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1323         (wl-summary-new-cached-mark): Changed default value to 'n'.
1324         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1325         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1326         (wl-folder-sync-range-alist): Remove spec for 'flag.
1327         (wl-summary-force-prefetch-folder-list): New user option.
1328
1329         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1330         `wl-summary-toggle-persistent-mark'.
1331         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1332         number is nil.
1333         (wl-summary-mark-as-answered-region): Set interactive argument of
1334         `wl-summary-set-persistent-mark-internal'.
1335         (wl-summary-mark-as-important-region): Ditto.
1336         (wl-summary-unset-persistent-mark): Ditto.
1337         (wl-summary-set-persistent-mark): Ditto.
1338         (wl-summary-mark-as-answered): Ditto.
1339         (wl-summary-mark-as-important): Ditto.
1340         (wl-summary-set-persistent-mark-internal): Do nothing
1341         when `elmo-message-flag-available-p' is nil.
1342         (wl-summary-toggle-persistent-mark): New function.
1343         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1344         when the folder matches `wl-summary-force-prefetch-folder-list'.
1345
1346
1347         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1348         when number is nil.
1349         (wl-highlight-summary-forwarded-face): New face.
1350
1351 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1352
1353         * Version number is increased to 2.11.31.
1354
1355 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1356
1357         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1358         (wl-biff-check-folder-async): Ditto.
1359         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1360
1361 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1362
1363         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1364         Add an argument `reverse'.  All callers are updated.
1365         (wl-summary-sort): Add a prefix argument `reverse' to specify
1366         reverse sorting.
1367         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1368         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1369         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1370
1371 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1372
1373         * wl-message.el (wl-message-redisplay): Does not narrow header if
1374         disply-type is all-header or as-is.
1375
1376         * wl-summary.el (wl-summary-enter-handler): Use
1377         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1378
1379 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1380
1381         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1382         after adding wl-draft-parent-variables.
1383         (wl-draft-forward): Ditto.
1384
1385 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1386
1387         * wl-summary.el (wl-summary-sync-marks): Call
1388         `wl-summary-set-persistent-mark' and
1389         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1390         (wl-summary-set-persistent-mark-internal): Add 4th argument
1391         `no-server'.
1392         (wl-summary-unset-persistent-mark): Ditto.
1393         (wl-summary-set-persistent-mark): Ditto.
1394         (wl-summary-add-flags-internal): Abolish.
1395         (wl-summary-remove-flags-internal): Ditto.
1396         (wl-summary-mark-as-important-internal): Ditto.
1397         (wl-summary-mark-as-important): Use
1398         `wl-summary-set-persistent-mark' instead of
1399         `wl-summary-add-flags-internal'.
1400         (wl-summary-mark-as-important-region): Ditto.
1401
1402         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1403
1404         * wl-summary.el (wl-summary-get-available-flags): New function.
1405         (wl-summary-sync-marks): Use it and simplified.
1406         (wl-summary-unset-persistent-mark): Use
1407         `wl-summary-get-available-flags'.
1408         (wl-summary-set-persistent-mark): Ditto.
1409
1410 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1411
1412         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1413         id.
1414
1415 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1416
1417         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1418         number, call `wl-summary-prev-line-content'. Show message when the
1419         message is not found.
1420
1421 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1422
1423         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1424         wl-summary-enter-handler.
1425         (wl-summary-enter-handler): New command.
1426
1427         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1428         docstring and custom spec.
1429
1430         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1431         flags too; Don't treat Cached and New.
1432         (wl-summary-set-persistent-mark): Ditto.
1433
1434         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1435         `wl-folder-set-flag'.
1436
1437         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1438         instead of `wl-folder-set-flag'.
1439
1440         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1441         for completion.
1442         (wl-summary-set-persistent-mark): Ditto.
1443
1444         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1445         instead of `wl-draft-quit-preview'.
1446
1447         * wl-mime.el (toplevel): Avoid compile warning.
1448         (wl-mime-quit-preview): New function
1449         (formarly defined as `wl-draft-quit-preview').
1450         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1451         quitting method.
1452
1453         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1454
1455         * wl-folder.el (wl-folder-set-flag): Renamed from
1456         `wl-draft-set-flag-on-parent'.
1457
1458         * wl-draft.el (wl-draft-quit-preview): New function.
1459         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1460         (wl-draft-send): Call `wl-folder-set-flag' instead of
1461         `wl-draft-set-flag-on-parent'.
1462         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1463
1464 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1465
1466         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1467         (wl-draft-send): Ditto.
1468
1469 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1470
1471         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1472         (wl-draft-kill-pre-hook): Set default value as nil.
1473         (wl-summary-reply-hook): Ditto.
1474         (wl-draft-kill-flags): Abolish.
1475
1476         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1477         (wl-draft-parent-variables): Renamed from
1478         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1479         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1480         argument; Add wl-draft-parent-variables to
1481         wl-draft-config-variables.
1482         (wl-draft-reply): Likewise.
1483         (wl-draft-kill-flags): Abolish.
1484         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1485         (wl-draft-set-flag-on-parent): New function.
1486         (wl-draft-setup-parent-flag): Ditto.
1487
1488 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1489
1490         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1491         `wl-draft-parent-folder' is "".
1492
1493 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1494
1495         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1496         (wl-summary-digit-jump): New function.
1497         (Adviced by John Owens and Hiroya Murata)
1498
1499         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1500         (Adviced by John Owens)
1501
1502         * wl-xmas.el (wl-message-define-keymap): Ditto.
1503
1504         * wl-mule.el (wl-message-define-keymap): Ditto.
1505
1506 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1507
1508         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1509         change of return value of elmo-folder-count-flags.
1510
1511         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1512         (wl-summary-mark-as-read-internal): Ditto.
1513         (wl-summary-set-persistent-mark-internal): Ditto.
1514         (wl-summary-folder-info-update): Ditto.
1515         (wl-summary-sync-update): Fixed the last change.
1516
1517         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1518
1519 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1520
1521         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1522         (wl-draft-kill-flags): Fixed docstring.
1523
1524         * wl-draft.el (wl-draft-kill-flags): New function.
1525         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1526
1527 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1528
1529         * wl-vars.el (wl-reply-hook): Abolish.
1530         (wl-draft-reply-hook): New hook.
1531         (wl-summary-reply-hook): Ditto.
1532         (wl-draft-forward-hook): Ditto.
1533         (wl-summary-forward-hook): Ditto.
1534         (wl-draft-kill-flags): New variable.
1535
1536         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1537         wl-summary-set-persistent-mark-internal.
1538         (wl-summary-sync-marks): Use elmo-preserved-flags.
1539         (wl-summary-update-persistent-mark): Make it interactive.
1540         (wl-summary-set-persistent-mark-internal): New inline function.
1541         (wl-summary-mark-as-answered): Use it.
1542         (wl-summary-mark-as-unanswered): Ditto.
1543         (wl-summary-unset-persistent-mark): New function.
1544         (wl-summary-set-persistent-mark): Ditto.
1545         (wl-summary-reply): Don't set answered flag;
1546         Run wl-summary-reply-hook instead.
1547         (wl-summary-forward): Call wl-draft-forward with number.
1548         Run wl-summary-forward-hook.
1549
1550         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1551         (wl-highlight-summary-line-face-spec): Use it as a default
1552         persistent mark face.
1553
1554         * wl-draft.el (wl-draft-forward): Added optional argument number;
1555         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1556         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1557         (wl-draft-kill): Use wl-draft-kill-flags.
1558
1559         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1560
1561         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1562         of return value of elmo-folder-count-flags.
1563
1564         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1565
1566         * wl-summary.el (wl-summary-count-unread): Ditto.
1567         (wl-summary-sync-update): Follow the change above.
1568         (wl-summary-force-prefetch): New function.
1569
1570 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1571
1572         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1573         variable `buf' with `let' instead of `setq'.
1574
1575 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1576
1577         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1578         add Content-Disposition heaeder on the deleted part.
1579
1580 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1581
1582         * wl-draft.el (wl-draft-save): Encode address list under edit by
1583         `eword-encode-unstructured-field-body'.
1584
1585         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1586
1587 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1588
1589         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1590         wl-current-summary-buffer.
1591
1592 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1593
1594         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1595         `numbers' is ignored.
1596
1597 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1598
1599         * wl-folder.el (wl-folder-open-folder): Avoid error.
1600         Reported by John Owens, [wl-en:815]
1601
1602         * wl.el (wl): Set timer for biff process even if prefix argument
1603         is given or auto-checking is quitted.
1604
1605         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1606         immediately.
1607         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1608         (wl-toggle-plugged): Ditto.
1609
1610         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1611         * wl-util.el (wl-biff-start): Use idle timer if
1612         `wl-biff-use-idle-timer' is non-nil.
1613
1614 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1615
1616         * wl-highlight.el (wl-highlight-message): Fix description.
1617
1618 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1619
1620         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1621         tty.
1622
1623 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1624
1625         * wl-action.el (wl-summary-exec): Print failure count.
1626
1627 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1628
1629         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1630         to `defun', remove interactive form.
1631         Set elmo-message-fetch-confirm when force-reload is non-nil.
1632
1633 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1634
1635         * wl-summary.el (toplevel): Removed unnecessary autoload.
1636
1637 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1638
1639         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1640         the buffer is generated from another message buffer.
1641
1642 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1643
1644         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1645         extracted from `wl-fldmgr-save-folders'.
1646         (wl-fldmgr-delete): Call it after deletion.
1647
1648 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1649
1650         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1651         multi-tty support.
1652
1653 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1654
1655         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1656
1657 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1658
1659         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1660         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1661
1662 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1663
1664         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1665         unsubscribe list only if argument CLEAR is nil.
1666
1667 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1668
1669         * wl-draft.el (wl-draft-reply): Decode subject before removing
1670         Re: prefix.
1671
1672 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1673
1674         * wl-summary.el (wl-summary-sort-by-size): New command.
1675
1676 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1677
1678         * wl-summary.el (wl-summary-number-list-from-region): New
1679         function.
1680         (wl-summary-mark-as-read-region): Use it.
1681         (wl-summary-mark-as-unread-region): Ditto.
1682         (wl-summary-set-flags-region): Ditto and add optional argument
1683         remove.
1684         (wl-summary-mark-as-answered-region): Ditto.
1685         (wl-summary-mark-as-important-region): Ditto.
1686         (wl-summary-target-mark-mark-as-important): Added optional
1687         argument remove.
1688         (wl-summary-target-mark-mark-as-answered): Ditto.
1689         (wl-summary-target-mark-set-flags): Ditto.
1690
1691 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1692
1693         * wl-summary.el (wl-summary-set-flags-region): Call
1694         `wl-summary-set-flags-internal' with number list instead of call
1695         one by each message.
1696         (wl-summary-target-mark-set-flags): Likewise.
1697
1698 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1699
1700         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1701         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1702         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1703         (wl-summary-target-mark-mark-as-answered): Likewise.
1704
1705 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1706
1707         * wl-summary.el (wl-summary-target-mark-forward): Use
1708         `wl-summary-delete-all-target-marks' instead of
1709         `wl-summary-delete-all-temp-marks'.
1710         (wl-summary-target-mark-reply-with-citation): Ditto.
1711         (wl-summary-target-mark-uudecode): Ditto.
1712         (wl-summary-target-mark-set-flags): Ditto and remove needless
1713         cursor move.
1714
1715 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1716
1717         * wl-summary.el (wl-summary-target-mark-forward): Protect
1718         wl-summary-buffer-target-mark-list from nreverse.
1719         (wl-summary-target-mark-reply-with-citation): Ditto.
1720
1721 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1722
1723         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1724         `elmo-display-progress-threshold'.
1725
1726 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1727
1728         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1729         check `wl-summary-highlight'.
1730         (wl-summary-window-scroll-functions): Respect value of
1731         `wl-summary-highlight'.
1732         (wl-summary-sync-update): Run hooks
1733         `wl-summary-buffer-window-scroll-functions' at any time.
1734
1735 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1736
1737         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1738         from `wl-summary-cleanup-temp-marks'.
1739         (wl-summary-cleanup-temp-marks): Abolish argument.
1740         * wl.el (wl-save-status): Revert previous change.
1741         (wl-execute-temp-marks): New function, call
1742         `wl-summary-exec-with-confirmation'.
1743         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1744         (wl-folder-save-and-exec-marks): Abolished.
1745
1746 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1747
1748         * wl-e21.el (wl-e21-display-image-p): Respect
1749         `wl-highlight-folder-with-icon'.
1750         (wl-e21-highlight-folder-group-line): Highlight mouse line
1751         even if wl-e21-display-image-p is nil.
1752
1753         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1754         Respect value of `wl-summary-highlight'.
1755
1756         * wl.el (wl-save-status): Remove unused variable.
1757
1758         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1759         (wl-folder-mode-map): Bind it to "x".
1760
1761 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1762
1763         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1764
1765         * wl-thread.el (wl-thread-get-parent-list): Don't check
1766         disconnected ancestors, neglecting needless work in
1767         `wl-thread-update-indent-string-thread'.
1768
1769         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1770         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1771         argument, add argument default-keep to keep marks by default.
1772
1773         * Version number is increased to 2.11.30.
1774
1775         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1776         customization type and docstring.
1777         (wl-draft-reply-without-argument-list): Ditto.
1778
1779 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1780
1781         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1782
1783         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1784
1785 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1786
1787         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1788
1789 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1790
1791         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1792         save-excursion so as not to include run-hooks.
1793
1794 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1795
1796         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1797         Clarify that marks are going to be cleared.
1798
1799 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1800
1801         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1802         according to 3rd element of wl-summary-flag-mark.
1803
1804         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1805
1806 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1807
1808         * wl-action.el (wl-summary-target-mark-all): Don't set
1809         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1810
1811 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1812
1813         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1814         (wl-forward-subject-prefix): Ditto.
1815         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1816         (wl-draft-reply-make-subject): Ditto.
1817
1818         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1819         `wl-draft-forward'.
1820         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1821
1822 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1823
1824         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1825         target message does not exist.
1826
1827 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1828
1829         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1830         `wl-subject-prefix-regexp'.
1831         (wl-subject-forward-prefix-regexp): New variable.
1832         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1833         `wl-draft-strip-subject-re' and take regexp as argument.
1834         (wl-draft-forward): Use it.
1835         (wl-draft-reply): Ditto.
1836
1837 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1838
1839         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1840         emacs multi-tty support.
1841
1842 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1843
1844         * wl-e21.el (wl-e21-display-image-p): Don't call
1845         `display-images-p'.
1846         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1847         support.
1848         (wl-highlight-folder-current-line): Ditto.
1849         (wl-folder-init-icons): Ditto.
1850
1851 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1852
1853         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1854         the last line of summary in unplugged mode.
1855
1856 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1857
1858         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1859
1860 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1861
1862         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1863         * wl-address.el (wl-address-user-mail-address-p): Use it.
1864         (wl-address-delete-user-mail-addresses): Ditto.
1865         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1866
1867         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1868         (wl-address-delete-user-mail-addresses): Ditto.
1869
1870         * wl-address.el (wl-address-delete-user-mail-addresses): New
1871         function.
1872         * wl-refile.el (wl-refile-guess-by-history): Use it.
1873         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1874         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1875
1876         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1877         use wl-address-user-mail-address-p.
1878
1879 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1880
1881         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1882         after opening group.
1883
1884 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1885
1886         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1887         of elmo-set-buffer-multibyte.
1888
1889         * wl-message.el (wl-original-message-mode): Ditto.
1890
1891         * wl-score.el (wl-score-insert-header): Ditto.
1892
1893         * wl-summary.el
1894         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1895         (wl-summary-goto-folder-subr): Ditto.
1896         (wl-summary-insert-headers): Ditto.
1897
1898         * wl-util.el (wl-set-string-width): Ditto.
1899
1900         * Version number is increased to 2.11.29.
1901
1902 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1903
1904         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1905         (wl-highlight-summary-line-help-echo-alist): New variable.
1906         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1907         into `wl-highlight-summary-line-help-echo' and
1908         `wl-highlight-flag-folder-help-echo'.
1909         (wl-highlight-summary-line-string): Change accordingly.
1910         (wl-highlight-summary-current-line): Ditto.
1911
1912 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1913
1914         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1915         at the beginning of field body (Thanks to Markus Knittig).
1916
1917         * wl-draft.el (wl-draft-insert-current-message): Also check
1918         summary buffer, remove unnecessary tag.
1919
1920 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1921
1922         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1923         when wl-message-buffer is nil.
1924
1925         * wl-folder.el (wl-folder): Abolish unused argument.
1926         Call wl-folder-init when wl-folder-entity is nil.
1927         * wl.el (wl): Change accordingly.
1928
1929 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1930
1931         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1932         multibyte string before insert into draft buffer.
1933         (wl-draft-create-buffer): Always enable multibyte characters for
1934         draft buffer.
1935
1936         * Version number is increased to 2.11.28.
1937
1938 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1939
1940         * wl-folder.el (wl-folder-open-close): Handle blank line.
1941         (wl-folder-jump-to-current-entity): Ditto.
1942
1943 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1944
1945         * Version number is increased to 2.11.27.
1946
1947 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1948
1949         * wl-thread.el (wl-thread-insert-message): When the thread is
1950         devided by wl-summary-max-thread-depth, insert line at the end of
1951         buffer.
1952
1953 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1954
1955         * Version number is increased to 2.11.26.
1956
1957 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1958
1959         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1960
1961 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1962
1963         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1964         value of stream-type and session.
1965
1966 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1967
1968         * Version number is increased to 2.11.25.
1969
1970 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1971
1972         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1973         in a quit message.
1974
1975 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1976
1977         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1978         (wl-summary-redisplay-no-mime-internal): Ditto.
1979
1980 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1981
1982         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1983         * wl-vars.el (wl-smtp-connection-type): Ditto.
1984
1985 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1986
1987         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1988         for the separator line and quote mail-header-separator.
1989
1990 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1991
1992         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1993         result message.
1994
1995         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1996         `elmo-multiple-fields-body-list' with boundary as
1997         mail-header-separator.
1998
1999 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2000
2001         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2002
2003 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2004
2005         * wl-util.el (wl-list-diff): Remove unused function.
2006
2007         * wl-draft.el (wl-draft-send-confirm): Discard input before
2008         confirmation.
2009
2010 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2011
2012         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2013         order of flag and new.
2014
2015 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2016
2017         * wl-vars.el (wl-refile-policy-alist): Abolished.
2018
2019         * wl-action.el (wl-summary-set-action-refile): Follow the change
2020         above.
2021
2022 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2023
2024         * wl-highlight.el (wl-highlight-signature-search): Don't use
2025         re-search-backward for a long word since it is possible to crash
2026         XEmacs because of a bug.
2027
2028 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2029
2030         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2031
2032 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2033
2034         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2035         argument for wl-summary-sync-force-update.
2036
2037 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2038
2039         * wl-summary.el (wl-summary-mode-map): Revival of
2040         wl-summary-mark-as-important related bindings;
2041         Bind 'F','tF','mF','rF','m&'.
2042         (wl-summary-mark-as-important-region): Revival.
2043         (wl-summary-target-mark-mark-as-important): Ditto.
2044         (wl-summary-target-mark-operation): New function.
2045         (wl-summary-target-mark-mark-as-answered): Use it.
2046         (wl-summary-decide-flag): Don't set Important as default.
2047         (wl-summary-mark-as-important-internal): Revival.
2048         (wl-summary-mark-as-important): Ditto.
2049
2050         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2051
2052         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2053         instead of facep.
2054
2055 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2056
2057         * wl-dnd.el (wl-dnd-drop-func): Fix.
2058
2059         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2060         mouse-set-point instead of posn-point.
2061
2062         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2063
2064         * wl-mule.el (wl-completing-read-multiple): Ditto.
2065
2066 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2067
2068         * wl-demo.el (face-background-name): Defalias to avoid compile
2069         warning.
2070
2071 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2072
2073         * wl-summary.el (wl-summary-decide-flag): Use
2074         wl-completing-read-multiple instead of completing-read-multiple.
2075
2076         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2077         New alias.
2078
2079         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2080         Use face-background-name instead of face-background.
2081
2082         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2083
2084         * wl-summary.el (wl-summary-save): Use it.
2085         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2086
2087         * wl-mime.el (wl-mime-save-content): Fix last change.
2088
2089 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2090
2091         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2092         New function.
2093         (wl-summary-sort-specs): Added sort.
2094         * wl-mime.el (wl-mime-save-content): Expand file name.
2095
2096 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2097
2098         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2099
2100         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2101
2102 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2103
2104         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2105         for flag if it is not defined.
2106
2107 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2108
2109         * wl-e21.el (wl-highlight-folder-current-line): Use
2110         elmo-folder-type-internal when elmo-folder-type returns nil.
2111
2112         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2113
2114         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2115
2116         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2117
2118         * wl-e21.el (wl-summary-toolbar): Ditto.
2119
2120         * wl-vars.el (wl-demo-background-color): Abolished.
2121         (wl-summary-persistent-mark-priority-list): Renamed from
2122         wl-summary-flag-priority-list.
2123         (wl-summary-flag-alist): New user option.
2124         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2125         (wl-message-mode-line-format-spec-alist): Added 'F'.
2126         (wl-message-mode-line-format): Likewise.
2127         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2128         instead of wl-summary-important-mark.
2129         (wl-file-folder-icon): New variable.
2130
2131         * wl-thread.el (wl-thread-set-flags): Renamed from
2132         wl-thread-mark-as-important.
2133
2134         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2135         warning.
2136         (wl-summary-mode-menu-spec): Follow the change of 
2137         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2138         (wl-summary-mode-map): Follow the change of
2139         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2140         (wl-summary-detect-mark-position): Follow the variable name change.
2141         (wl-summary-set-flags-region): New function for the replacement of
2142         wl-summary-mark-as-important-region.
2143         (wl-summary-sync-marks): Sync all global-flags.
2144         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2145         instead of elmo-message-flagged-p.
2146         (wl-summary-persistent-mark-string): Follow the variable name change;
2147         Put wl-summary-flag-mark if the message has global-flag.
2148         (wl-summary-target-mark-set-flags): Renamed from 
2149         wl-summary-target-mark-mark-as-important.
2150         (wl-summary-decide-flag): New function.
2151         (wl-summary-set-flags-internal): Renamed from
2152         wl-summary-mark-as-important-internal.
2153         (wl-summary-add-flags-internal): New function.
2154         (wl-summary-remove-flags-internal): Ditto.
2155         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2156         (wl-summary-mark-as-unimportant): Abolish.
2157         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2158         (wl-summary-next-message): List flagged messages in the msgdb.
2159
2160         * wl-score.el (wl-summary-score-update-all-lines): Use
2161         wl-summary-add-flags-internal instead of 
2162
2163         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2164
2165         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2166         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2167         (wl-message-buffer-require-all-header): Renamed from
2168         wl-message-buffer-all-header-flag (Ditto).
2169         (wl-message-buffer-flag-indicator): New variable.
2170         (wl-message-redisplay): Changed local varibale name from `flag' to
2171         `display-type'; Set up wl-message-buffer-flag-indicator.
2172         (wl-message-buffer-display): Changed varibale name from `flag' to
2173         `display-type'.
2174         (wl-message-display-internal): Likewise.
2175
2176         * wl-highlight.el (wl-highlight-demo-face): Define default background
2177         color.
2178         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2179
2180         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2181
2182         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2183         (wl-demo-setup-properties): Renamed from
2184         `wl-demo-set-background-color'.
2185         (wl-demo): Follow the change above.
2186         
2187         * Version number is increased to 2.11.24.
2188
2189 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2190
2191         * wl-summary.el (wl-summary-toggle-thread): Call
2192         `wl-summary-rescan' with disable-thread as non-nil.
2193         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2194
2195 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2196
2197         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2198         foreground property of the face.
2199         (wl-demo-insert-text): Don't set up face property here.
2200         (wl-demo): Call wl-demo-set-background-color, anyway.
2201
2202 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2203
2204         * wl-vars.el (wl-demo-background-color): The value can be nil.
2205
2206 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2207
2208         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2209         to wl-summary-wheel-dispatcher.
2210
2211         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2212         wl-message-wheel-dispatcher.
2213         (wl-message-wheel-dispatcher): New function.
2214         (wl-summary-wheel-dispatcher): Ditto.
2215
2216 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2217
2218         * wl-action.el (wl-summary-target-mark-all): List messages which are
2219         not in the killed-list.
2220
2221         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2222         only when the folder is 'flag/important.
2223
2224         * wl-address.el (wl-complete-field-body): Complete if the last
2225         character is a space.
2226
2227 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2228
2229         * wl-folder.el (wl-folder-clear-entity-info): Use
2230         elmo-clear-hash-val.
2231
2232         * wl-fldmgr.el (wl-fldmgr-rename): Set
2233         wl-folder-info-alist-modified as t.
2234
2235 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2236
2237         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2238
2239 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2240
2241         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2242         (wl-folder-buffer-last-visited-entity-id): New buffer local
2243         variable.
2244         (wl-folder-revisit-last-visited-folder): New function.
2245         (wl-folder-mode-map): Bind it to "C-i".
2246         (wl-folder-set-current-entity-id): Set last visited folder.
2247         * wl-summary.el (wl-summary-exit): Ditto.
2248
2249 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2250
2251         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2252         before calling `recenter' in order to cope with an XEmacs bug.
2253
2254 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2255
2256         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2257         to the default value.
2258
2259 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2260
2261         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2262         change.
2263         (wl-summary-sync-marks): Ditto.
2264         (wl-summary-mark-as-read-internal): Ditto.
2265         (wl-summary-mark-as-answered-internal): Ditto.
2266         (wl-summary-mark-as-important-internal): Ditto.
2267         (wl-summary-reply): Ditto.
2268
2269         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2270         instead of `elmo-folder-unflag-answered'.
2271
2272         * Version number is increased to 2.11.23.
2273
2274         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2275         the last change.
2276
2277 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2278
2279         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2280         Specify "spam" or "good".
2281
2282 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2283
2284         * wl-spam.el (wl-summary-exec-action-spam): Call
2285         wl-folder-confirm-existence for spam folder.
2286         (wl-spam-setup): Bind "mk".
2287
2288 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2289
2290         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2291
2292 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2293
2294         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2295         destination folder is empty.
2296
2297 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2298
2299         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2300         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2301
2302         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2303         (wl-summary-refile-prev-destination-region): New function.
2304         (wl-thread-refile-prev-destination): Ditto.
2305         (wl-summary-target-mark-refile-prev-destination): Ditto.
2306
2307 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2308
2309         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2310         (wl-demo-background-color): Changed default value.
2311
2312         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2313         color.
2314
2315         * wl-demo.el (wl-demo-set-background-color): New function.
2316         (wl-demo): Call it.
2317
2318 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2319
2320         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2321         * wl-address.el (wl-address-add-or-change): Don't add empty
2322         address.
2323
2324 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2325
2326         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2327
2328 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2329
2330         * wl-vars.el (wl-demo-image-filter-alist): New variable
2331         (wl-demo-background-color): Ditto.
2332
2333         * wl-demo.el (wl-demo-xpm-set-background): New function.
2334         (wl-demo-image-filter): Ditto.
2335         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2336
2337         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2338
2339         * wl-demo.el (wl-demo-icon-name): Define as function.
2340         (wl-demo-insert-image): Use it.
2341
2342 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2343
2344         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2345
2346 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2347
2348         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2349
2350 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2351
2352         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2353
2354 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2355
2356         * wl-thread.el (wl-thread-mark-as-answered): New function.
2357
2358         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2359         answered" entry.
2360         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2361         "r&" and wl-thread-mark-as-answered to "t&".
2362         (wl-summary-mark-as-important-region): Refine to toggle mark.
2363         (wl-summary-mark-as-answered-region): New function.
2364         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2365         and 3rd argument.
2366         (wl-summary-mark-as-important-internal): Likewise.
2367
2368 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2369
2370         * wl-template.el (wl-template-preview): New internal variable.
2371         (wl-template-preview-p): New function.
2372         (wl-template-show): Bind `wl-template-preview' as t.
2373
2374 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2375
2376         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2377         `elmo-message-entity-field' with 3rd argument which is non-nil.
2378
2379 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2380
2381         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2382         Removed duplicate local bind `folder'.
2383
2384 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2385
2386         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2387
2388 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2389
2390         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2391         duplicate definition.
2392
2393 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2394
2395         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2396         non-nil, use it; Don't fetch message if there's no message in the
2397         current cursor position.
2398
2399 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2400
2401         * wl-util.el (wl-region-exists-p): Use region-active-p.
2402         (wl-deactivate-region): New function.
2403         * wl-message.el (wl-message-redisplay): Deactivate region.
2404
2405         * wl-summary.el (wl-summary-reply): Call
2406         `wl-summary-set-message-buffer-or-redisplay' instead of
2407         `wl-summary-redisplay-internal', don't move point.
2408
2409 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2410
2411         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2412         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2413         by regexp.
2414
2415 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2416
2417         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2418         if no need.
2419
2420 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2421
2422         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2423         default value to nil.
2424         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2425         `wl-summary-prepare-hook'; Replace refile action to
2426         `wl-summary-exec-action-refile-with-register'.
2427
2428         * Version number is increased to 2.11.22.
2429
2430 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2431
2432         * wl-summary.el (wl-summary-detect-mark-position): Set
2433         `wl-summary-buffer-weekday-name-lang'.
2434
2435 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2436
2437         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2438         (wl-summary-mark-as-read-all): Ditto.
2439         (wl-summary-delete-messages-on-buffer): Ditto.
2440         (wl-summary-sync-update): Ditto.
2441         (wl-summary-mark-as-read-internal): Ditto.
2442         (wl-summary-mark-as-answered-internal): Ditto.
2443         (wl-summary-update-folder-info): Abolished.
2444
2445 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2446
2447         * wl-summary.el (wl-summary-mark-as-read-all): Use
2448         `wl-summary-update-folder-info' instead of
2449         `wl-folder-update-unread'.
2450
2451 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2452
2453         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2454         `wl-summary-folder-info-update'.
2455         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2456         instead of `wl-summary-folder-info-update'.
2457         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2458         `wl-folder-set-folder-updated'.
2459         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2460         instead of `wl-folder-update-unread'.
2461         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2462         the value of `wl-summary-buffer-unread-count' for the second parameter of
2463         `wl-folder-update-unread'.
2464
2465         * Version number is increased to 2.11.21.
2466
2467 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2468
2469         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2470         a local variable.
2471
2472 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2473
2474         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2475         interactively.
2476
2477         * wl-summary.el (wl-summary-mark-as-important-internal): New
2478         internal function.
2479         (wl-summary-mark-as-important): Use it.
2480         (wl-summary-mark-as-unimportant): New function.
2481         (wl-summary-sync-marks): Follow the API change.
2482
2483         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2484
2485         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2486
2487 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2488
2489         * wl-folder.el (wl-folder-update-unread): Re-indent.
2490         Narrow the scope of a local variable.
2491
2492 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2493
2494         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2495         (wl-addrmgr-merge-entries): Ditto.
2496         (wl-addrmgr): Added to address entry which exists in draft buffer
2497         if no entry is in original.
2498
2499 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2500
2501         * wl-batch.el: New file.
2502
2503 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2504
2505         * wl-vars.el (wl-use-semi): Remove unused variable.
2506
2507 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2508
2509         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2510         "?".
2511
2512 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2513
2514         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2515         wl-summary-new-mark.
2516         (wl-summary-new-cached-mark): New user option.
2517         (wl-summary-score-marks): Follow the change above.
2518         (wl-summary-auto-refile-skip-marks): Ditto.
2519         (wl-summary-incorporate-marks): Ditto.
2520         (wl-summary-expire-reserve-marks): Ditto.
2521
2522         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2523
2524         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2525         (wl-summary-persistent-mark-string): Distinguished between cached
2526         and uncached mark when the message is new.
2527
2528 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2529
2530         * wl-spam.el (wl-spam-domain): Renamed from
2531         `wl-spam-folder-guess-domain'.
2532         (wl-summary-exec-action-spam): Register as spam if domain of the
2533         source folder is good.
2534         (wl-summary-exec-action-refile-with-register): Register message if
2535         domain of the source folder is not undecided.
2536
2537 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2538
2539         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2540         detect thread loop.
2541
2542 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2543
2544         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2545         and wl-summary-skip-mark-list.
2546
2547 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2548
2549         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2550
2551         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2552
2553         * wl-spam.el (toplevel): Require wl-highlight.
2554         (wl-spam-auto-check-policy-alist): Abolish.
2555         (wl-spam-auto-check-folder-regexp-list): New user option.
2556         (wl-spam-auto-check-marks): Ditto.
2557         (wl-spam-mark-action-list): Ditto.
2558         (wl-highlight-summary-spam-face): New face.
2559         (wl-spam-auto-check-message-p): New function.
2560         (wl-spam-map-spam-messages): Fixed message.
2561         (wl-spam-register-spam-messages): Ditto.
2562         (wl-spam-register-good-messages): Ditto.
2563         (wl-summary-spam-map): Add and remove keybind.
2564         (wl-summary-target-mark-spam): Abolish.
2565         (wl-summary-refile-spam): Ditto.
2566         (wl-summary-test-spam): New function.
2567         (wl-summary-mark-spam): Ditto.
2568         (wl-summary-auto-check-spam): Follow the above change.
2569         (wl-summary-exec-action-spam): New function.
2570         (wl-summary-exec-action-refile-with-register): Fixed message.
2571         (wl-message-check-spam): New function.
2572         (wl-spam-setup): Ditto.
2573         (toplevel): Call it if this file is loaded interactivity.
2574
2575         * Version number is increased to 2.11.20.
2576
2577 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2578
2579         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2580         when new optional argument `force' is non nil or modified.
2581
2582 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2583
2584         * wl.el (toplevel): Require wl-spam when compile.
2585         (wl-save-status): Call wl-spam-save-status.
2586
2587         * wl-spam.el (wl-spam-register-spam-messages): New function.
2588         (wl-spam-register-good-messages): Ditto.
2589         (wl-spam-save-status): Ditto.
2590         (wl-summary-mode-map): Bind
2591         wl-summary-target-mark-register-as-spam to "ms" and
2592         wl-summary-target-mark-register-as-good to "mn".
2593         (wl-summary-register-as-spam): Abolish optional argument; Use
2594         wl-spam-register-spam-messages.
2595         (wl-summary-register-as-spam-all): Use
2596         wl-spam-register-spam-messages.
2597         (wl-summary-register-as-good): Abolish optional argument; Use
2598         wl-spam-register-good-messages.
2599         (wl-summary-register-as-good-all): Use
2600         wl-spam-register-good-messages.
2601         (wl-summary-target-mark-register-as-spam): New funtion.
2602         (wl-summary-target-mark-register-as-good): Ditto.
2603
2604 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2605
2606         * wl-spam.el: New file.
2607
2608 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2609
2610         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2611
2612         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2613         (wl-summary-auto-refile): Call wl-refile-guess with
2614         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2615
2616 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2617
2618         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2619         with disable-thread argument non-nil.
2620
2621 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2622
2623         * wl-summary.el (wl-summary-rescan): Added optional argument
2624         disable-thread.
2625         (wl-summary-sync): Call wl-summary-rescan with argument
2626         disable-thread.
2627         (wl-summary-input-range): Added new range `rescan-thread'.
2628
2629 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2630
2631         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2632
2633 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2634
2635         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2636         internal variable.
2637         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2638         wl-summary-search-parent-by-subject-regexp and
2639         wl-summary-divide-thread-when-subject-changed as nil.
2640         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2641         (wl-summary-insert-thread): Search parent entity from
2642         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2643         thread loop.
2644
2645 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2646
2647         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2648
2649         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2650
2651         * wl-util.el (wl-require-update-all-folder-p): New function.
2652         (wl-get-assoc-list-value): Added `function' to match directive.
2653         (wl-collect-draft): Rewrite.
2654
2655         * wl-summary.el (wl-summary-sync-update): Clear faces
2656         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2657         are non-nil.
2658         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2659         argument as function.
2660         (wl-summary-input-range): Ditto.
2661
2662         * wl-folder.el (wl-draft-get-folder): New function.
2663         (wl-folder-get-elmo-folder): Consider draft folder.
2664
2665         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2666         (wl-draft-buffer-message-number): New buffer local variable.
2667         (wl-draft-folder-internal): New internal variable.
2668         (wl-draft-delete): Rewrite.
2669         (wl-draft-save): Ditto.
2670         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2671         wl-folder-get-elmo-folder.
2672         (wl-draft-config-info-operation): Ditto.
2673         (wl-jump-to-draft-folder): Ditto.
2674         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2675         (wl-draft-reedit): Rewrite.
2676
2677         * Version number is increased to 2.11.19.
2678         
2679 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2680
2681         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2682         variable.
2683
2684 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2685
2686         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2687         Use ignore-errors instead of unwind-protect.
2688
2689 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2690
2691         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2692         for updating `wl-thread-entity-list'.
2693
2694 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2695
2696         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2697         parameter from calling `wl-thread-entity-get-older-brothers' and
2698         `wl-thread-entity-get-younger-brothers'.
2699         Replace nested `append' with a single one.
2700
2701 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2702
2703         * wl-summary.el (wl-summary-mode): Don't use the return value of
2704         `make-local-hook'.
2705
2706 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2707
2708         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2709         instead of `let*'.
2710         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2711         of local variables.
2712
2713 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2714
2715         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2716         Renamed from wl-summary-window-scroll-functions.
2717         (wl-summary-window-scroll-functions): Don't set to variable.
2718         (wl-summary-display-top): Use run-hooks.
2719         (wl-summary-display-bottom): Ditto.
2720         (wl-summary-toggle-disp-msg): Ditto.
2721         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2722         Use it instead of wl-summary-window-scroll-functions.
2723         (wl-summary-goto-folder-subr): Don't call
2724         wl-summary-window-scroll-functions, use
2725         wl-summary-buffer-window-scroll-functions instead.
2726
2727 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2728
2729         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2730         make-local-variable.
2731
2732 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2733
2734         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2735         set-buffer-modified-p.
2736         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2737         (wl-summary-display-bottom): Ditto.
2738         (wl-summary-toggle-disp-msg): Ditto.
2739
2740 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2741
2742         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2743
2744         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2745         (wl-summary-forward): Use elmo-message-entity-field instead of
2746         elmo-message-field.
2747
2748         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2749
2750 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2751
2752         * wl-summary.el (wl-summary-window-scroll-functions): No use
2753         `append'.
2754
2755 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2756
2757         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2758         function.
2759         (wl-summary-window-scroll-functions): Call it when both
2760         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2761         (wl-summary-temp-mark): Added optional argument number.
2762         (wl-summary-message-mark): Added optional argument flag.
2763         (wl-summary-persistent-mark): Added optional argument number and flag.
2764         (wl-summary-update-persistent-mark): Ditto.
2765         (wl-summary-update-status-marks): Set "r" for interactive spec.
2766
2767         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2768         argument number and flag.
2769
2770         * wl-action.el (wl-summary-registered-temp-mark): 
2771         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2772
2773 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2774
2775         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2776         internal variable (buffer local).
2777         (wl-summary-window-scroll-functions): New function.
2778         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2779         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2780         as nil.
2781         (wl-summary-update-status-marks): Added arguments beg, end and
2782         check.
2783         (wl-summary-update-mark-window): Use function.
2784         (wl-summary-sync-update): Follow the change above.
2785         (wl-summary-switch-to-clone-buffer): Copy
2786         wl-summary-buffer-unsync-mark-number-list.
2787         (wl-summary-goto-folder-subr): Set
2788         wl-summary-buffer-unsync-mark-number-list and
2789         use wl-summary-window-scroll-functions instead of
2790         wl-summary-lazy-highlight.
2791
2792         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2793
2794 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2795
2796         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2797
2798         * wl-summary.el (wl-summary-update-persistent-mark): Call
2799         wl-summary-set-message-modified.
2800
2801         * wl-summary.el (wl-summary-sync-update): Don't call
2802         wl-summary-update-status-marks.
2803
2804         * Version number is increased to 2.11.18.
2805
2806 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2807
2808         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2809         (wl-message-next-page): Ditto.
2810
2811 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2812
2813         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2814         local variable.  Change the order of a collected list into the
2815         same as the specified range.  Remove nil from a collected list.
2816
2817 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2818
2819         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2820         argument for elmo-folder-list-messages.
2821
2822 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2823
2824         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2825         change (wl-summary-count-unreads return a list instead of a cons
2826         cell).
2827
2828 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2829
2830         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2831         `wl-summary-folder-info-update'.
2832
2833 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2834
2835         * wl-summary.el (wl-summary-set-message-modified): No use
2836         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2837         (wl-summary-set-mark-modified): Abolish.
2838         (wl-summary-mark-modified-p): Ditto.
2839         (wl-summary-save-view): Follow the change above.
2840
2841         * wl-expire.el (wl-summary-expire): Likewise.
2842
2843 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2844
2845         * wl-summary.el (wl-summary-detect-mark-position): Use
2846         modb-entity-handler.
2847         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2848
2849         * Version number is increased to 2.11.17.
2850
2851 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2852
2853         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2854         entity field value.
2855         (wl-summary-prefetch-msg): Ditto.
2856         (wl-summary-print-message-with-ps-print): Ditto.
2857
2858 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2859
2860         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2861         for dummy entity.
2862         (wl-summary-insert-thread): Use elmo-message-entity-field.
2863         (wl-summary-update-thread): Use elmo-message-entity-field and
2864         elmo-message-entity-number.
2865         (wl-summary-line-number):  Use elmo-message-entity-number.
2866         (wl-summary-line-size): Use elmo-message-entity-field.
2867         (wl-summary-line-subject): Ditto.
2868         (wl-summary-line-from): Ditto.
2869         (wl-summary-line-attached): Ditto.
2870         (wl-summary-create-line): Ditto.
2871         (wl-summary-create-line): Use elmo-message-entity-number.
2872         (wl-summary-print-message-with-ps-print): Use
2873         elmo-message-entity-field.
2874
2875 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2876
2877         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2878         change in elmo-msgdb-make-message-entity.
2879         (wl-summary-buffer-set-folder): Don't call
2880         wl-summary-detect-mark-position here.
2881         (wl-summary-rescan): Call elmo-message-entity-number.
2882         (wl-summary-sync-update): Ditto.
2883         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2884
2885         * wl-score.el (wl-score-header-index): Redefine 2th element.
2886         (wl-score-overview-entity-get-extra): Abolish.
2887         (wl-score-ov-entity-get): Rewrite.
2888         (wl-score-string-index<, wl-score-string-func<): Abolish.
2889         (wl-score-string<): New function.
2890         (wl-score-string-sort): Use it.
2891
2892         * wl-refile.el (wl-refile-guess-by-history): Use
2893         elmo-message-entity-field.
2894         (wl-refile-guess-by-from): Ditto.
2895         (wl-refile-guess-by-msgid): Ditto.
2896
2897         * Version number is increased to 2.11.16.
2898
2899 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2900
2901         * wl-folder.el (wl-folder-confirm-existence): Don't call
2902         file-exists-p if msgdb-path is nil.
2903         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2904         `wl-read-folder-hist' to `wl-read-folder-history'.
2905
2906 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2907
2908         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2909         `y-or-n-p'.
2910
2911 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2912
2913         * wl-score.el (wl-score-headers): Don't use
2914         elmo-folder-do-each-message-entity.
2915
2916         * Version number is increased to 2.11.15.
2917
2918 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2919
2920         * wl-summary.el (wl-summary-delete-all-msgs): Use
2921         elmo-folder-move-messages instead of elmo-folder-delete-messages
2922         and elmo-folder-detach-messages.
2923         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2924
2925         * wl-expire.el (wl-expire-delete): Ditto.
2926         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2927
2928 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2929
2930         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2931         (wl-message-header-narrowing-fields): Ditto.
2932         (wl-message-header-narrowing-lines): Ditto.
2933         (wl-message-header-narrowing-string): Ditto.
2934
2935         * wl-summary.el (wl-summary-mode-map): Bind
2936         wl-summary-toggle-header-narrowing to "C-cC-f".
2937         (wl-summary-toggle-header-narrowing): New function.
2938
2939         * wl-message.el (wl-message-buffer-create): Call
2940         wl-message-header-narrowing-setup.
2941         (wl-message-redisplay): Call wl-message-header-narrowing.
2942         (wl-message-header-narrowing): New function.
2943         (wl-message-header-narrowing-map): New keymap.
2944         (wl-message-header-narrowing-widen-map): New keymap.
2945         (wl-message-header-narrowing-again-at-mouse): New function.
2946         (wl-message-header-narrowing-1): Ditto.
2947         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2948         (wl-message-header-narrowing-setup): Ditto.
2949         (wl-message-header-narrowing-toggle): Ditto.
2950         
2951         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2952
2953         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2954         'flag as all.
2955         (wl-use-flag-folder-help-echo): New user option.
2956
2957         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2958         wl-summary-highlight as nil.
2959         (wl-summary-set-mark-modified): Follow the API change.
2960         (wl-summary-mark-modified-p): Ditto.
2961         (wl-summary-mark-as-read-all): Ditto.
2962         (wl-summary-sync-marks): Don't call
2963         elmo-folder-list-messages-with-global-mark.
2964         (wl-summary-mark-as-read-internal): Follow the API change.
2965         (wl-summary-mark-as-answered-internal): Ditto.
2966         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2967         Follow the API change.
2968         (wl-summary-create-line): Call with number argument.
2969         (wl-summary-reply): Follow the API change.
2970
2971         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2972         function.
2973         (wl-highlight-summary-line-string): Call it when
2974         wl-use-flag-folder-help-echo is non-nil.
2975         (wl-highlight-summary-current-line): Ditto.
2976         (elmo-flag-folder-referrer): Added autoload setting.
2977
2978         * wl-draft.el (wl-draft-kill): Follow the API change.
2979
2980         * Version number is increased to 2.11.14.
2981         
2982 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2983
2984         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2985
2986 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2987
2988         * Version number is increased to 2.11.13.
2989
2990 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2991
2992         * wl-draft.el (wl-draft-previous-history-element): Fixed
2993         unbalanced parenthesis and bind unbound local variables.
2994
2995 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2996
2997         * wl-draft.el (wl-draft-previous-history-element): New function.
2998         (wl-draft-next-history-element): Ditto.
2999         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3000         them to M-p and M-n.
3001
3002 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3003
3004         * Version number is increased to 2.11.12.
3005
3006 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3007
3008         * wl-draft.el (wl-draft-hide): Select buffer-window.
3009
3010 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3011
3012         * wl-summary.el (wl-summary-narrow-to-region): New function.
3013         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3014         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3015         (wl-summary-save-region): Use it.
3016         * wl-action.el (wl-summary-collect-numbers-region)
3017         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3018
3019 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3020
3021         * wl-folder.el (wl-folder-count-incorporates): Don't use
3022         `elmo-msgdb-mark-load'
3023
3024         * Version number is increased to 2.11.11.
3025
3026 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3027
3028         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3029         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3030
3031 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3032
3033         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3034
3035 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3036
3037         * Version number is increased to 2.11.10.
3038
3039 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3040
3041         * wl-mime.el (wl-draft-attribute-value): Fixed.
3042
3043 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3044
3045         * wl-util.el (wl-copy-local-variables): New function.
3046
3047         * wl-mime.el (wl-draft-attribute-recipients): New function.
3048         (wl-draft-attribute-envelope-from): Ditto.
3049         (wl-draft-attribute-smtp-posting-server): Ditto.
3050         (wl-draft-attribute-smtp-posting-port): Ditto.
3051         (wl-draft-attribute-value): Ditto.
3052         (wl-draft-preview-message): Use it to get value for
3053         attributes. Reflect result of `wl-draft-config'.
3054
3055         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3056         and call `wl-summary-mark-as-read' before to call
3057         `wl-summary-unset-mark'.
3058         (wl-summary-target-mark-mark-as-unread): Likewise.
3059         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3060
3061 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3062
3063         * wl-mime.el (wl-draft-preview-message): Use actual value for
3064         attributes; Fix for small window.
3065
3066 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3067
3068         * wl-refile.el (wl-refile-get-field-value): Call
3069         `elmo-message-entity-field' with 3rd argument is non-nil.
3070
3071 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3072
3073         * wl-vars.el (wl-draft-preview-attributes): New user option.
3074         (wl-draft-preview-attributes-list): Ditto.
3075         (wl-draft-preview-attributes-buffer-lines): Ditto.
3076         (wl-draft-preview-attributes-buffer-name): Ditto.
3077
3078         * wl-mime.el (wl-draft-preview-message): Display attributes.
3079
3080 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3081
3082         * wl-summary.el (wl-summary-detect-mark-position): Bind
3083         wl-summary-flag-priority-list to '(new).
3084
3085 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3086
3087         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3088         funtion.
3089         (wl-highlight-summary-line-string): Use it.
3090         (wl-highlight-summary-current-line): Ditto.
3091
3092 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3093
3094         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3095         line even when the mark string is not changed.
3096
3097         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3098         argument change in the wl-summary-create-line.
3099         (wl-thread-insert-entity-sub): Ditto.
3100
3101         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3102         argument change in the wl-summary-create-line.
3103         (wl-summary-insert-sequential): Ditto.
3104         (wl-summary-update-thread): Ditto.
3105         (wl-summary-persistent-mark-string): New inline function.
3106         (wl-summary-message-mark): Use it.
3107         (wl-summary-create-line): Abolish argument wl-persistent-mark
3108         and added wl-flags, wl-cached.
3109
3110         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3111         mark to flags.
3112         (wl-highlight-summary-current-line): Decide the face not by the 
3113         persistent mark but flags.
3114
3115 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3116
3117         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3118         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3119         wl-summary-read-uncached-mark): Revive.
3120         (wl-summary-answered-cached-mark,
3121         wl-summary-answered-uncached-mark): New user option.
3122         (wl-summary-score-marks): Follow the change above.
3123         (wl-summary-auto-refile-skip-marks): Ditto.
3124         (wl-summary-incorporate-marks): Ditto.
3125         (wl-summary-expire-reserve-marks): Ditto.
3126         (wl-summary-flag-priority-list): New user option.
3127
3128         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3129         changes.
3130         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3131         of elmo-message-mark.
3132         (wl-summary-mark-as-read-internal): Ditto.
3133         (wl-summary-mark-as-answered): Ditto.
3134         (wl-summary-mark-as-important): Ditto.
3135         (wl-summary-redisplay-internal): Ditto.
3136         (wl-summary-redisplay-no-mime-internal): Ditto.
3137         (wl-summary-message-mark): New function.
3138         (wl-summary-insert-sequential): Use wl-summary-message-mark
3139         instead of elmo-message-mark.
3140         (wl-summary-update-thread): Ditto.
3141         (wl-summary-persistent-mark): Ditto.
3142         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3143         instead of elmo-message-mark.
3144
3145         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3146         wl-summary-message-mark instead of elmo-message-mark.
3147         (wl-thread-insert-entity-sub): Ditto.
3148         (wl-thread-get-children-msgs-uncached): Ditto.
3149
3150         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3151         variable name changes.
3152         (wl-highlight-summary-current-line): Ditto.
3153
3154         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3155         wl-summary-message-mark instead of elmo-message-mark.
3156
3157         * wl-expire.el (wl-expire-message-p): Ditto.
3158
3159         * wl-score.el (wl-score-headers): Ditto.
3160
3161         * Version number is increased to 2.11.9.
3162
3163         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3164         (wl-summary-sync-update): Follow the change above.
3165         (wl-summary-switch-to-clone-buffer): Ditto.
3166         (wl-summary-open-folder): Ditto.
3167
3168 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3169
3170         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3171         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3172
3173         * Version number is increased to 2.11.8.
3174
3175         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3176
3177         * wl-expire.el (wl-expire-refile): Follow the API change on
3178         `elmo-folder-move-messages'.
3179         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3180
3181         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3182         (wl-summary-exec-action-refile): Ditto.
3183         (wl-summary-exec-action-copy): Ditto.
3184         (wl-summary-no-auto-refile-message-p): No use
3185         `wl-summary-buffer-msgdb'.
3186         (wl-summary-auto-refile): Ditto.
3187
3188 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3189
3190         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3191
3192 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3193
3194         * wl-summary.el (wl-summary-sync): Treat no-sync.
3195
3196         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3197         (wl-default-sync-range): Ditto.
3198
3199 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3200
3201         * wl-refile.el (wl-refile-subject-learn): Call
3202         `elmo-message-entity-field' with 3rd argument is non-nil.
3203         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3204         instead of `elmo-msgdb-overview-entity-get-subject'.
3205
3206 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3207
3208         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3209         scan-type is rescan.
3210         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3211         new optional argument force is non-nil.
3212         (wl-summary-save-view-cache): Call it with force argument non-nil.
3213
3214         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3215
3216 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3217
3218         * wl-action.el (wl-summary-print-argument): Fixed last change.
3219
3220 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3221
3222         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3223         simplified.
3224         (wl-summary-target-mark-mark-as-unread): Likewise.
3225         (wl-summary-target-mark-mark-as-important): Likewise.
3226
3227 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3228
3229         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3230         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3231         (wl-summary-mark-as-important-region): Change accordingly.
3232         (wl-summary-target-mark-mark-as-important): Ditto.
3233
3234 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3235
3236         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3237
3238         * wl-action.el (wl-summary-print-argument): Print argument to
3239         right side of window if `wl-summary-print-argument-within-window'
3240         is non-nil.
3241
3242 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3243
3244         * wl-action.el (wl-summary-set-mark): Use
3245         `wl-summary-message-visible-p' to check visibility of the message
3246         and jump to message only when the message line is visible and have
3247         different number; Call wl-summary-unset-mark with number argument.
3248         (wl-summary-unset-mark): 
3249         Use `wl-summary-message-visible-p'
3250         to check visibility of the message and jump to message only when
3251         the message line is visible and have different number;
3252
3253 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3254
3255         * Version number is increased to 2.11.7.
3256
3257         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3258         and wl-folder-summary-line-format.
3259
3260         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3261         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3262         (wl-summary-set-score-mark): Use it.
3263         (wl-summary-target-mark-mark-as-read): Ditto.
3264         (wl-summary-target-mark-mark-as-unread): Ditto.
3265         (wl-summary-target-mark-mark-as-important): Ditto.
3266         (wl-summary-target-mark-msgs): Simplified.
3267         (wl-summary-detect-mark-position): Fixed problem when
3268         summary-line-format no contain persisten/temp mark spec.
3269         (wl-summary-temp-mark): Ditto.
3270         (wl-summary-persistent-mark): Ditto.
3271         (wl-summary-update-persistent-mark): Ditto.
3272
3273         * wl-action.el (wl-summary-set-mark): Ditto.
3274         (wl-summary-unset-mark): Ditto.
3275         All other related portions are changed.
3276
3277 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3278
3279         * Version number is increased to 2.11.6.
3280
3281 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3282
3283         * wl-util.el (wl-current-message-buffer): Define as function;
3284         Don't use the value of wl-messge-buffer.
3285
3286         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3287         persistent mark.
3288
3289         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3290         no current message, cause an error.
3291
3292 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3293
3294         * wl-summary.el (wl-summary-set-message-modified): Use
3295         elmo-folder-set-message-modified instead of
3296         elmo-folder-set-message-modified-internal.
3297
3298 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3299
3300         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3301         interactively.
3302         (wl-summary-sync): nokill->entirely.
3303         (wl-summary-sync-marks): Fixed message.
3304         (wl-summary-input-range): Added mark, nokill->entirely.
3305
3306         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3307         messages as read.
3308
3309 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3310
3311         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3312         update-noscore.
3313         (wl-summary-sync): Follow the change above.
3314
3315 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3316
3317         * wl-action.el (wl-summary-target-mark-all): Use
3318         elmo-folder-list-messages.
3319
3320 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3321
3322         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3323         (wl-summary-rescan): Set wl-summary-scored as nil.
3324         (wl-summary-sync-force-update): Follow the change above.
3325         (wl-summary-sync): Ditto.
3326         (wl-summary-sync-update): Added argument disable-killed.
3327         (wl-summary-insert-headers): Set visible-only argument for
3328         elmo-folder-list-messages.
3329         (wl-summary-input-range): Added update-nokill, update-noscore,
3330         all-nokill, all-noscore and mark.
3331
3332         * Version number is increased to 2.11.5.
3333
3334         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3335
3336 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3337
3338         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3339         (wl-summary-prefetch-region-no-mark): Change accordingly.
3340         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3341
3342 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3343
3344         * wl-address.el (wl-complete-field-to): Abolished.
3345         (wl-complete-address): Completion function for completing-read.
3346         * wl-action.el (wl-summary-get-resend-address): Use it.
3347
3348         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3349         wl-summary-update-mark and abolish unused argument.
3350         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3351         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3352         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3353         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3354         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3355         * wl-draft.el (wl-draft-kill): Ditto.
3356
3357         * wl-summary.el: Remove unused binding of case-fold-search.
3358         (wl-summary-replace-status-marks): Abolished.
3359
3360 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3361
3362         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3363         is specified or folder length is zero.
3364
3365 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3366
3367         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3368         (wl-folder-archive-current-entity): Ditto.
3369
3370 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3371
3372         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3373         retrieving message mark.
3374         (wl-summary-redisplay-internal): Ditto.
3375
3376         * wl-message.el (wl-message-buffer-display): Ignore errors while
3377         retrieving message-id field.
3378
3379         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3380         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3381         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3382         order of the arguments for `wl-expire-message-p'.
3383         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3384
3385         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3386         Check return value of wl-summary-reply.
3387         (wl-summary-reply): Recover window configuration when an error occured.
3388
3389 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3390
3391         * wl-summary.el (wl-summary-resend-message): Abolished, the
3392         feature is inherited by wl-summary-resend (put resend mark).
3393
3394 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3395
3396         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3397         wl-message-buffer to nil when the message is hide.
3398
3399 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3400
3401         * .cvsignore: New file.
3402
3403 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3404
3405         * wl-action.el (wl-summary-action-docstring): Add more info.
3406         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3407         duplicate definition.
3408         (wl-summary-define-mark-action): Functions wl-summary-*-region
3409         keep current position.
3410         (wl-summary-unregister-target-mark): Store result to the variable.
3411
3412 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3413
3414         * Version number is increased to 2.11.4.
3415
3416 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3417
3418         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3419         wl-summary-delete-all-temp-marks.
3420         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3421
3422         * wl-action.el (wl-summary-set-mark): Changed terminology
3423         refile-destination -> action-argument.
3424         (wl-summary-unset-mark): Ditto.
3425         (wl-summary-remove-argument): Ditto.
3426         (wl-summary-print-argument): Ditto.
3427
3428         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3429         (wl-thread-remove-argument-region): Ditto.
3430         (wl-thread-print-argument-region): Ditto.
3431         (wl-thread-close): Ditto.
3432         (wl-thread-open): Ditto.
3433
3434         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3435         (wl-highlight-refile-destination-face is abolished)
3436         (wl-highlight-action-argument-string): Ditto.
3437         (wl-highlight-summary-current-line): Highlight action argument.
3438
3439         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3440         color for light backgrounds.
3441         (wl-highlight-summary-answered-face): Ditto.
3442
3443 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3444
3445         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3446
3447         * wl-score.el (wl-summary-score-update-all-lines): Use
3448         wl-summary-set-mark.
3449         (wl-summary-score-update-all-lines): Kill expunged messages.
3450
3451         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3452
3453 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3454
3455         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3456         directly.
3457         (wl-score-overview-entity-get-lines): Ditto.
3458         (wl-score-overview-entity-get-xref): Ditto.
3459         (wl-score-get-latest-msgs): Ditto.
3460         (wl-summary-rescore): Ditto.
3461
3462         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3463         to "&".
3464         (wl-summary-mark-as-answered-internal): New inline function.
3465         (wl-summary-mark-as-answered): New function.
3466         (wl-summary-mark-as-unanswered): Ditto.
3467         (wl-summary-sync-marks): Modified for answered-mark synching.
3468
3469 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3470
3471         * wl-action.el (wl-summary-set-mark): Fixed last change.
3472
3473 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3474
3475         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3476         behavior of wl-summary-unread-message-hook
3477         (Pointed out by akira yamada <akira@arika.org>).
3478
3479 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3480
3481         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3482         wl-summary-delete.
3483         * wl-xmas.el (wl-summary-toolbar): Ditto.
3484
3485         * wl-action.el (wl-summary-set-mark): Don't override current
3486         temp-mark.
3487
3488         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3489
3490 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3491
3492         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3493         (wl-refile-msgid-learn): Ditto.
3494         (wl-refile-get-field-value): Ditto.
3495
3496         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3497
3498         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3499         (wl-expire-delete-reserved-messages): Renamed from
3500         wl-expire-reserve-marked-msgs-from-list.
3501         (wl-expire-delete): Removed argument `msgdb'.
3502         (wl-expire-refile): Ditto.
3503         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3504         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3505         mark-alist as argument.
3506         (wl-expire-archive-number1): Removed argument `msgdb'.
3507         (wl-expire-archive-number2): Ditto.
3508         (wl-expire-archive-date): Ditto.
3509         (wl-expire-localdir-date): Ditto.
3510         (wl-expire-hide): Ditto.
3511         (wl-archive-number1): Ditto.
3512         (wl-archive-number2): Ditto.
3513         (wl-archive-date): Ditto.
3514         (wl-archive-folder): Ditto.
3515         All other related portions are changed.
3516
3517 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3518
3519         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3520         mean move up and down. (suggested by Takashi Kawachi)
3521
3522 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3523
3524         * wl-acap.el (toplevel): Don't require un-define.
3525
3526 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3527
3528         * wl-thread.el (wl-thread-delete-message): Always update
3529         wl-summary-buffer-number-list.
3530
3531         * wl-action.el (wl-summary-print-destination): 
3532         Do nothing when folder is nil.
3533
3534 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3535
3536         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3537         persistent mark when prefetch is succeeded.
3538
3539 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3540
3541         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3542         instead of elmo-msgdb-delete-msgs.
3543         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3544         (wl-expire-hide): Ditto.
3545
3546         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3547
3548         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3549         elmo-msgdb interface.
3550         (wl-thread-get-exist-children): Likewise.
3551         (wl-thread-insert-message): Likewise.
3552         (wl-thread-msg-mark-as-important): Likewise.
3553         (wl-thread-insert-entity-sub): Likewise.
3554         (wl-thread-get-children-msgs-uncached): Likewise.
3555
3556         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3557         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3558         (wl-summary-sync-update): Likewise.
3559         (wl-summary-auto-select-msg-p): Likewise.
3560         (wl-summary-update-thread): Likewise.
3561         (wl-summary-mark-as-important): Likewise.
3562         (wl-summary-jump-to-msg-internal): Likewise.
3563         (wl-summary-redisplay-internal): Likewise.
3564         (wl-summary-print-message-with-ps-print): Likewise.
3565         (wl-summary-folder-info-update): Likewise.
3566
3567         * wl-folder.el (wl-folder-check-one-entity):
3568         elmo-folder-count-flags instead of wl-summary-count-unread.
3569
3570         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3571
3572         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3573
3574         * wl-summary.el (wl-summary-set-message-modified): 
3575         Call wl-summary-set-mark-modified.
3576         (wl-summary-delete-messages-on-buffer): Call
3577         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3578         (wl-summary-sync-update): Call elmo-folder-length instead of
3579         elmo-folder-messages.
3580         (wl-summary-insert-headers): Don't call
3581         elmo-folder-list-message-entities.
3582
3583 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3584
3585         * wl-action.el (wl-summary-define-mark-action): Call
3586         `wl-summary-set-mark' with argument `data'.
3587         (wl-summary-auto-refile): Fixed order of arguments when call
3588         `wl-summary-refile'.
3589
3590 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3591
3592         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3593
3594         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3595
3596         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3597         (Renamed from wl-highlight-summary-deleted-face).
3598         (wl-highlight-summary-resend-face): New face.
3599
3600         (wl-highlight-summary-deleted-face): Renamed from
3601         wl-highlight-summary-erased-face.
3602
3603         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3604
3605         * wl-action.el (wl-summary-get-resend-address): New function.
3606         (wl-summary-exec-action-resend): Ditto.
3607         (wl-summary-exec-action-resend-subr): Ditto.
3608
3609         * w-thread.el (wl-thread-copy): Removed definition.
3610         (wl-thread-refile): Ditto.
3611         (wl-thread-delete): Ditto.
3612         (wl-thread-target-mark): Ditto.
3613
3614         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3615         (wl-summary-target-mark-set-action): Fixed.
3616         (wl-summary-define-mark-action): Fixed quotation.
3617         (wl-summary-move-mark-list-messages): Display message.
3618         (wl-summary-define-mark-action): Define thread functions.
3619         (wl-summary-exec-action-refile): Changed message.
3620         (wl-summary-exec): Ditto.
3621
3622 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3623         
3624         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3625         '%%'.
3626
3627 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3628
3629         * wl.el (toplevel): Require wl-action.
3630         (wl-init): Call wl-summary-define-mark-action.
3631
3632         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3633
3634         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3635         wl-summary-delete and wl-summary-erase.
3636         (wl-summary-mode-map): Ditto.
3637
3638         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3639         wl-delete-folder-alist.
3640
3641         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3642         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3643         (toplevel): Moved mark & action related functions to the wl-action.el.
3644
3645         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3646         in wl-summary-mark-action-list.
3647         (wl-highlight-summary-current-line): Ditto.
3648
3649         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3650         empty lines.
3651
3652         * wl-action.el: New file. 
3653
3654 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3655
3656         * wl-summary.el (wl-summary-target-mark-replace): New function.
3657         (wl-summary-target-mark-prefetch): Use it.
3658         (wl-summary-target-mark-delete): Ditto.
3659         (toplevel): Rearranged definition order.
3660         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3661         (wl-summary-target-mark-erase): Rewrite.
3662         (wl-summary-erase-region): New function.
3663         (wl-summary-exec-action-erase): Changed message.
3664         (wl-summary-move-mark-list-messages): New function.
3665         (wl-summary-exec-action-delete): Use it.
3666         (wl-summary-exec-action-erase): Ditto.
3667
3668         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3669         (wl-summary-skip-mark-list): Added "d".
3670
3671         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3672         while searching.
3673
3674         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3675         and define using defcustom;
3676         Define 4th element as a face.
3677         
3678         * wl-summary.el (wl-summary-incorporate): Use 
3679         `wl-summary-prefetch-region-no-mark' instead of
3680         `wl-summary-prefetch-region'.
3681         (wl-summary-prefetch-region-no-mark): Revival of old
3682         `wl-summary-prefetch-region'.
3683         (wl-summary-mark-action-list): Moved to wl-vars.el
3684
3685         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3686         face according to the `wl-summary-mark-action-list'.
3687         (wl-highlight-summary-current-line): Ditto;
3688         Removed destination highlighting.
3689
3690         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3691         (wl-highlight-summary-line-string): Highlight for "i" mark.
3692         (wl-highlight-summary-current-line): Ditto.
3693
3694         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3695         no destination.
3696
3697         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3698         exists, just go ahead.
3699         (wl-summary-prefetch-region): Rewrite.
3700         (wl-summary-prefetch): Ditto.
3701         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3702         (wl-summary-exec-action-prefetch): New function.
3703         (wl-summary-target-mark-prefetch): Rewrite.
3704
3705 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3706
3707         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3708         (wl-highlight-summary-line-string): Added "d" and "D".
3709         (wl-highlight-summary-current-line): Ditto.
3710
3711         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3712         in wl-summary.el.
3713         (wl-thread-insert-entity-sub): Ditto.
3714         (wl-thread-remove-destination-region): Ditto.
3715         (wl-thread-print-destination-region): Ditto.
3716
3717         * wl-summary.el (wl-summary-buffer-refile-list,
3718         wl-summary-buffer-delete-list,
3719         wl-summary-buffer-copy-list): Abolish.
3720         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3721         All other related portions are changed.
3722         (wl-summary-mark-action-list): New variable.
3723         (wl-summary-set-mark): New function.
3724         (wl-summary-register-target-mark): Ditto.
3725         (wl-summary-unregister-target-mark): Ditto.
3726         (wl-summary-have-target-mark-p): Ditto.
3727         (wl-summary-register-temp-mark): Ditto.
3728         (wl-summary-unregister-temp-mark): Ditto.
3729         (wl-summary-registered-temp-mark): Ditto.
3730         (wl-summary-collect-temp-mark): Ditto.
3731         (wl-summary-unset-mark): Ditto.
3732         (wl-summary-set-target-mark): Ditto.
3733         (wl-summary-unset-target-mark): Ditto.
3734         (wl-summary-set-action-generic): Ditto.
3735         (wl-summary-unset-action-generic): Ditto.
3736         (wl-summary-exec-action-delete): Ditto.
3737         (wl-summary-exec-action-erase): Ditto.
3738         (wl-summary-set-action-refile): Ditto.
3739         (wl-summary-set-action-refile-subr): Ditto.
3740         (wl-summary-unset-action-refile): Ditto.
3741         (wl-summary-make-destination-numbers-list): Ditto.
3742         (wl-summary-exec-action-refile): Ditto.
3743         (wl-summary-set-action-copy): Ditto.
3744         (wl-summary-unset-action-copy): Ditto.
3745         (wl-summary-exec-action-copy): Ditto.
3746         (wl-summary-collect-numbers-region): Ditto.
3747         (wl-summary-delete): Rewrite.
3748         (wl-summary-erase): Ditto.
3749         (wl-summary-remove-destination): Ditto.
3750         (wl-summary-exec): Ditto.
3751         (wl-summary-exec-region): Ditto.
3752         (wl-summary-target-mark-erase): Ditto.
3753         (wl-summary-refile): Ditto.
3754         (wl-summary-copy): Ditto.
3755         (wl-summary-unmark): Ditto.
3756         (wl-summary-delete-all-mark): Ditto.
3757         (wl-summary-mark-line): Don't highlight.
3758         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3759         (wl-summary-target-mark-refile-subr): Rewrite.
3760
3761         (wl-summary-copy-prev-destination): Abolish.
3762
3763 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3764
3765         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3766         default values along the value of wl-on-mule.
3767         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3768         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3769         It is not used anywhere.
3770
3771 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3772
3773         * wl-summary.el (wl-summary-print-destination): Keep position.
3774         (wl-summary-cursor-move-surface): Keep horizontal position.
3775
3776 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3777
3778         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3779         write sendlog.
3780
3781 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3782
3783         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3784         `wl-summary-highlight'.
3785
3786 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3787
3788         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3789         trivial condition for temp-mark.
3790
3791 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3792
3793         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3794         when it hits killed buffer.
3795
3796 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3797
3798         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3799         * wl-news.el.in: `message' and `error' take format string.
3800
3801 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3802
3803         * wl-folder (wl-folder-insert-entity): Display a message,
3804         `...done', when the work finish.
3805         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3806
3807 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3808
3809         * wl-message.el (wl-message-redisplay): Remove unused local
3810         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3811
3812 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3813
3814         * wl-summary.el (wl-summary-replace-status-marks): Disable
3815         interactive use.
3816         (wl-summary-reedit): Check message existence at first.
3817         (wl-summary-mark-line): Fix doc, return value is indefinite.
3818
3819         * wl-highlight.el (wl-highlight-message): Arranged.
3820
3821         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3822         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3823         check temp-mark by wl-summary-temp-mark always.
3824         (wl-highlight-summary): Change accordingly.
3825         * wl-summary.el (wl-summary-mark-as-read-all)
3826         (wl-summary-delete-cache, wl-summary-set-score-mark)
3827         (wl-summary-mark-as-unread, wl-summary-unmark)
3828         (wl-summary-mark-line, wl-summary-mark-as-read)
3829         (wl-summary-mark-as-important): Ditto.
3830
3831         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3832         end of the window if possible.
3833         * wl-summary.el (wl-summary-sync-update): Support lazy
3834         highlighting.
3835         (wl-summary-toggle-disp-msg): Ditto.
3836
3837 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3838
3839         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3840
3841 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3842
3843         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3844         change.
3845
3846 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3847
3848         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3849         API.
3850         (wl-summary-sync-update): Ditto.
3851
3852         * wl-score.el (wl-score-get-score-alist): Changed argument.
3853         (wl-summary-rescore-msgs): Likewise.
3854         (wl-summary-score-headers): Likewise.
3855         (wl-score-headers): Likewise;
3856         Use elmo-folder-do-each-message-entity, etc.
3857         (wl-summary-score-effect): Follow the changes above.
3858         (wl-summary-rescore): Ditto.
3859         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3860         (wl-score-get-overview): Abolish.
3861
3862         * wl-summary.el (wl-summary-default-from): Follow the API change in
3863         elmo-msgdb.
3864         (wl-summary-count-unread): Ditto.
3865         (wl-summary-detect-mark-position): Ditto.
3866         (wl-summary-overview-entity-compare-by-date): Ditto.
3867         (wl-summary-overview-entity-compare-by-number): Ditto.
3868         (wl-summary-overview-entity-compare-by-from): Ditto.
3869         (wl-summary-overview-entity-compare-by-subject): Ditto.
3870         (wl-summary-get-list-info): Ditto.
3871         (wl-summary-rescan): Ditto.
3872         (wl-summary-jump-to-msg-by-message-id): Ditto.
3873         (wl-summary-sync-update): Ditto; Removed comment.
3874         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3875         (wl-summary-insert-message): Use wl-summary-insert
3876         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3877         (wl-summary-insert-headers): Changed argument overview to folder.
3878         (wl-summary-search-by-subject): Likewise.
3879         (wl-summary-insert-thread): Renamed from 
3880         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3881
3882         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3883         too.
3884
3885         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3886         wl-string-member.
3887
3888 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3889
3890         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3891         elmo-folder-append-buffer.
3892         (wl-draft-queue-append): Likewise.
3893
3894         * wl-mime.el (wl-message-delete-current-part): Ditto.
3895         (wl-summary-burst-subr): Ditto.
3896
3897         * wl-news.el.in (wl-news-send-news): Ditto.
3898
3899 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3900
3901         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3902         function.
3903         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3904         (wl-summary-update-mark): Enclose with save-excursion.
3905         (wl-summary-mark-as-read-internal): Fixed last change.
3906         (wl-summary-mark-as-important): Use 3rd argument of
3907         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3908         Don't use elmo-msgdb-set-mark.
3909         (wl-summary-redisplay-internal): If msgdb flag is already read,
3910         just update the mark on buffer.
3911
3912 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3913
3914         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3915         cut visible folder when elmo-folder-delete returns non-nil value.
3916
3917 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3918
3919         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3920         by Kenichi OKADA <okada@opaopa.org>).
3921
3922 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3923
3924         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3925
3926 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3927
3928         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3929         Fixed the last change, search group entity by its real name.
3930         (Thanks to: KOBAYASHI Shinji)
3931
3932 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3933
3934         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3935         (wl-fldmgr-access-display-all): Don't refer visible name.
3936         * wl-expire.el (wl-folder-archive-current-entity)
3937         (wl-folder-expire-current-entity): Ditto.
3938         * wl-folder.el (wl-folder-jump-to-current-entity)
3939         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3940         (wl-folder-open-folder-sub,wl-folder-open-all)
3941         (wl-folder-write-current-folder): Ditto.
3942         (wl-folder-insert-entity): Don't use petname for normal group.
3943         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3944         is the real name.
3945         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3946         Abolished.
3947
3948 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3949
3950         * wl-draft.el (wl-draft-create-buffer): Add
3951         `wl-summary-reply-with-citation'
3952
3953 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3954
3955         * wl-draft.el (wl-draft-reply): Fixed.
3956
3957 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3958
3959         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3960         when `wl-draft-send-confirm-with-preview' is non-nil.
3961         You can scroll up/down by j/k.
3962         (wl-draft-send-confirm-with-preview): New variable (default=t).
3963
3964 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3965
3966         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3967         (wl-fldmgr-save-folders): Fix comment.
3968
3969 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3970
3971         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3972         along the last change in `wl-folder-buffer-group-p'.
3973
3974 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3975
3976         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3977         folder.
3978
3979         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3980         the default value.
3981
3982         * wl-mime.el (wl-summary-burst): Update summary only when target
3983         folder equals current folder.
3984
3985 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3986
3987         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3988
3989 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3990
3991         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3992         value.
3993
3994 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3995
3996         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3997         `map-extents' instead of `extent-at' repeatedly.
3998         (wl-highlight-folder-current-line): Ditto.
3999
4000         * wl-highlight.el: Remove useless dummy functions.
4001
4002 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4003
4004         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4005         (wl-folder-put-folder-property): New function to put text property.
4006         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4007         (wl-folder-insert-entity, wl-folder-update-diff-line)
4008         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4009         * wl-e21.el, wl-xmas.el, wl-mule.el
4010         (wl-highlight-folder-current-line): Ditto.
4011         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4012         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4013         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4014         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4015
4016 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4017
4018         * Version number is increased to 2.11.3.
4019
4020 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4021
4022         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4023         Resume current-buffer since it is assumed by remaining tasks.
4024
4025 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4026
4027         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4028         (wl-folder-completion-function): Abolished.
4029         (wl-folder-complete-folder): New function.
4030         (wl-folder-complete-filter-condition): Ditto.
4031         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4032         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4033
4034 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4035
4036         * wl-draft.el (wl-draft-send-confirm): New function.
4037         (wl-draft-send): Use it.
4038
4039         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4040         cursor-in-echo-area while confirming.
4041
4042         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4043
4044         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4045         searching via nntp if wl-summary-search-via-nntp is 'force.
4046         Otherwise, invoke searching in nntp folder only.
4047         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4048
4049         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4050         explicitly for mime-make-text-tag.
4051
4052 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4053
4054         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4055         `mime-make-text-tag' instead of `mime-create-tag'.
4056
4057 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4058
4059         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4060         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4061
4062 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4063
4064         * wl-score.el (wl-score-save): Bind print-length and print-level.
4065         (wl-score-pretty-print): Ditto.
4066         (wl-score-edit-insert-header-entry): Ditto.
4067
4068         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4069         "From" entry to be treated with wl-draft-eword-encode-address-list.
4070         * wl-mime.el (wl-draft-preview-message): Ditto.
4071
4072         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4073         (wl-summary-mark-as-unread): Ditto.
4074         (wl-summary-mark-as-read-region): Change accordingly.
4075         (wl-summary-mark-as-unread-region): Ditto.
4076         (wl-summary-target-mark-mark-as-read): Ditto.
4077         (wl-summary-target-mark-mark-as-unread): Ditto.
4078
4079 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4080
4081         * Version number is increased to 2.11.2.
4082
4083 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4084
4085         * wl-news.el.in (wl-news-previous-version-save): Bind
4086         print-length and print-level.
4087         * wl-thread.el (wl-thread-save-entities): Ditto.
4088         (wl-thread-save-top-list): Bind print-length.
4089
4090 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4091
4092         * wl-highlight.el (wl-highlight-summary-line-string): Use
4093         wl-summary-score-below-mark, wl-summary-score-over-mark.
4094         (wl-highlight-summary-current-line): Ditto.
4095
4096 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4097
4098         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4099         insert it.
4100
4101 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4102
4103         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4104
4105 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4106
4107         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4108         message without msgid.
4109         Rewrite with elmo-folder-move-messages.
4110         Set wl-message-buffer to nil.
4111
4112         * wl-summary.el (wl-summary-erase-subr): New function. Use
4113         elmo-folder-move-messages.
4114         (wl-summary-erase): Call it.
4115         (wl-summary-target-mark-erase): Ditto.
4116
4117 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4118
4119         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4120         it is not up-tp-date.
4121
4122 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4123
4124         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4125         buffer after calling `wl-summary-goto-folder-subr' without the
4126         argument `interactive'.
4127         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4128
4129 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4130
4131         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4132         `mime-create-tag'. Use `string=' instead of `looking-at'.
4133
4134 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4135
4136         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4137         to avoid compile warning.
4138
4139         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4140         entity-id when folder is given.
4141         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4142         save-excursion, use save-selected-window instead.
4143         Select folder buffer window if exists.
4144         (To correct behavior with wl-folder-move-cur-folder.)
4145
4146 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4147
4148         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4149
4150 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4151
4152         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4153         list-count instead of %d.
4154
4155 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4156
4157         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4158         (wl-news): Set it.
4159         (wl-news-append-to-folder): Use it.
4160
4161         * wl-news.el.in (wl-news-send-news): Append to specified folder
4162         instead of wl-default-folder.
4163         (wl-news-append-to-folder): Show error message with specified folder.
4164
4165         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4166                 In most major modes, Emacs assumes that any opening
4167                 delimiter found at the left margin is the start of a
4168                 top-level definition, or defun. Therefore, *never put an
4169                 opening delimiter at the left margin unless it should have
4170                 that significance.*
4171
4172         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4173
4174 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4175
4176         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4177
4178 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4179
4180         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4181
4182 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4183
4184         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4185         for sequential numbering case.
4186
4187 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4188
4189         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4190         value.
4191         (wl-draft-reply-without-argument-list): Ditto.
4192         (wl-draft-reply-myself-with-argument-list): Abolish.
4193         (wl-draft-reply-myself-without-argument-list): Ditto.
4194         * wl-draft.el (wl-draft-self-reply-p): New function.
4195         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4196
4197 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4198
4199         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4200         (avoid error for the case without byte-compiling)
4201
4202 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4203
4204         * wl-news.el.in (wl-news-append-to-folder): New function.
4205         (wl-news-exit): Rewrite.
4206         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4207
4208 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4209
4210         * wl-draft.el (wl-draft-reply-position): New function.
4211         (wl-draft-reply-position): Fix.
4212         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4213         (wl-summary-target-mark-reply-with-citation): Ditto.
4214         (wl-summary-reply-with-citation): Ditto.
4215         * wl-vars.el (wl-draft-reply-default-position): New variable.
4216
4217 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4218
4219         * wl-draft.el (wl-draft-send): Preview when interactive send.
4220
4221 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4222
4223         * wl-draft.el (wl-draft-reply): Set default position.
4224         * wl-summary.el (wl-summary-reply): Ditto.
4225         (wl-summary-reply-with-citation): Ditto.
4226         (wl-summary-target-mark-reply-with-citation): Ditto.
4227
4228 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4229
4230         * wl-news.el.in (wl-news-lang): Set default value according to
4231         current-language-environment.
4232         (wl-news-append-news): Do nothing when news-list is nil.
4233
4234 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4235
4236         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4237         (wl-news): Change message.
4238         (wl-news-exit): Check buffer.
4239         (wl-news-force-exit): New function.
4240         (wl-news-show-all): New function.
4241         (wl-news-discard-and-exit): Fix.
4242
4243 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4244
4245         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4246         according to current-language-environment.
4247
4248         * wl-news.el.in (wl-news): If arg, show all NEWS after
4249         wl-news-default-previous-version.
4250
4251 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4252
4253         * wl-news.el.in (wl-news-check): Rewritten.
4254         (wl-news-previous-version-load): Change data type.
4255         (wl-news-previous-version-save): Change data type.
4256         (wl-news-append-news): Add return value.
4257         (wl-news-check-news): New function.
4258         (wl-news-already-current-p): New function.
4259         (wl-news-send-news): Rewritten.
4260         (wl-news-mode-map): Add new keybind.
4261         (wl-news): Rewritten.
4262         (wl-news-exit): Rewritten.
4263         (wl-news-discard-and-mail): New function.
4264         (wl-news-send-to-address): Abolished.
4265         * wl.el (wl-init): Delete a message.
4266
4267 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4268
4269         * wl-news.el.in (wl-news-exit): Update previous version.
4270         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4271
4272 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4273
4274         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4275
4276 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4277
4278         * wl-news.el.in (wl-news): New function.
4279         (wl-news-mode): New function.
4280         (wl-news-next-line): New function.
4281         (wl-news-next-page): New function.
4282         (wl-news-exit): New function.
4283         (wl-news-buf-name): New variable.
4284         (wl-news-mode-map): New variable.
4285         (wl-news-winconf): New variable.
4286         (wl-news-append-news): Add an option.
4287
4288 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4289
4290         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4291
4292 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4293
4294         * wl-news.el.in (wl-news-send-to-address): New variable.
4295         (wl-news-send-news): Use it.
4296         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4297         Return updating status.
4298         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4299
4300 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4301
4302         * wl-news.el.in (wl-news-send-news): Delete
4303         Organization and X-Face.
4304
4305 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4306
4307         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4308         (wl-news-append-news): New function.
4309         (wl-news-send-news): New function.
4310
4311 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4312
4313         * Version number is increased to 2.11.1.
4314
4315 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4316
4317         * wl-news.el.in : New file.
4318
4319 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4320
4321         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4322         default value.
4323         (wl-draft-reply-without-argument-list): Ditto.
4324
4325 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4326
4327         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4328         (wl-message-buffer-prefetch-idle-time): Ditto.
4329         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4330
4331 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4332
4333         * wl-thread.el (wl-thread-insert-message): Use
4334         wl-summary-max-thread-depth.
4335
4336         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4337         loop detection.
4338
4339         * wl-message.el (wl-message-buffer-display): Back to the first page
4340         when cache is hit.
4341
4342 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4343
4344         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4345
4346         * wl-summary.el (wl-summary-insert-thread-entity):
4347         If the thread depth is reached to wl-summary-max-thread-depth,
4348         divide the thread.
4349
4350 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4351
4352         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4353         for elmo-remove-passwd.
4354
4355 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4356
4357         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4358         folder is sticky.
4359         (wl-folder-mark-as-read-all-entity): Ditto.
4360         (wl-folder-prefetch-entity): Ditto.
4361
4362 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4363
4364         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4365
4366 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4367
4368         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4369         Delete messages on buffer for unplugged operation.
4370         (wl-summary-erase): Ditto.
4371
4372 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4373
4374         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4375         take nil so as not to search parent by subject.
4376
4377 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4378
4379         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4380         (wl-folder-get-next-folder): Ditto.
4381         (wl-folder-get-path): Ditto.
4382
4383 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4384
4385         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4386         system and encode the region with it before verifying.
4387
4388 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4389
4390         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4391         system of the echo buffer before decoding.
4392
4393 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4394
4395         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4396         original contents.
4397
4398 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4399
4400         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4401         with argument 'any-exists.
4402
4403 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4404
4405         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4406         Use `wl-cs-autoconv'.
4407
4408 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4409
4410         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4411         by `mime-view-automatic-conversion'.
4412
4413         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4414         (wl-message-verify-pgp-nonmime): Ditto.
4415         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4416         Bind them to C-c:d and C-c:v respectively.
4417
4418         Merge following code by Teranishi-san from [wl-en:00167].
4419         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4420         (wl-mime-preview-application/pgp-encrypted): Ditto.
4421         (wl-mime-setup): Add entry.
4422
4423 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4424
4425         * wl-summary.el (wl-summary-target-mark-erase): New function.
4426         Bind it to "mD".
4427
4428 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4429
4430         * wl-vars.el (wl-draft-write-file-function): Fix.
4431         (wl-draft-reedit-hook): Changed default value.
4432
4433         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4434         wl-draft-reedit-hook.
4435         (wl-draft-remove-text-plain-tag): New function.
4436         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4437
4438         * wl-vars.el (wl-draft-write-file-function): New user option.
4439
4440         * wl-draft.el (wl-draft-prepare-edit): Use it for
4441         local-write-file-hooks.
4442         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4443
4444         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4445         (wl-draft-insert-mail-header-separator): Return the body beginning
4446         point.
4447         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4448         text/plain.
4449         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4450
4451 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4452
4453         * wl-summary.el (wl-summary-erase): New function to erase message
4454         without moving it to trash. Bind to "D".
4455
4456         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4457         as `keep' unless switch-function.
4458
4459 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4460
4461         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4462         message buffer by using `wl-summary-toggle-disp-msg'.
4463         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4464         buffer window.
4465         (wl-summary-supresedes-message): Ditto.
4466
4467         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4468         Do not delete other windows.
4469         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4470         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4471         (wl-draft-create-buffer): Set reply-or-forward also for target
4472         mark commands.
4473
4474 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4475
4476         * wl-draft.el (wl-user-agent-compose): Delete special case for
4477         switch-to-buffer-other-window.
4478
4479         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4480         (wl-summary-forward): Ditto.
4481
4482         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4483         function.
4484         (wl-draft-buffer-style): New use option.
4485
4486         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4487         (wl-draft): Follow the change above.
4488         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4489         wl-draft-buffer-style.
4490         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4491         switch-function.
4492
4493 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4494
4495         * wl-address.el (wl-address-make-completion-entry): Extracted from
4496         `wl-address-make-completion-list'.
4497         (wl-address-enable-strict-loading): New variable.
4498         (wl-address-make-completion-list): Revive petname duplication
4499         inquiry, and enable it if `wl-address-enable-strict-loading'.
4500         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4501
4502 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4503
4504         * wl-message.el (wl-message-get-original-buffer): Avoid
4505         'Selecting deleted buffer' error when original buffer is killed.
4506
4507 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4508
4509         * wl-summary.el (wl-summary-next-message): Use
4510         elmo-message-accessible-p instead of elmo-message-cached-p.
4511
4512 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4513
4514         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4515
4516         * wl-thread.el (wl-thread-open-all-unread): Use
4517         elmo-folder-list-flagged instead of
4518         elmo-folder-list-messages-mark-match.
4519
4520         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4521         instead of elmo-folder-list-messages-mark-match.
4522         (wl-summary-move-spec-alist): New variable.
4523         (wl-summary-move-spec-plugged-alist,
4524         wl-summary-move-spec-unplugged-alist): Abolish.
4525         (wl-summary-next-message): Follow the change above.
4526         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4527         with 'no-msg' argument.
4528
4529         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4530         variable.
4531         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4532         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4533         (wl-message-buffer-prefetch-get-next): Follow the change above.
4534
4535 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4536
4537         * wl-version.el (wl-version): Changed codename.
4538
4539         * Version number is increased to 2.11.0.
4540
4541 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4542
4543         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4544         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4545         `wl-draft-config-variables'.
4546         (wl-draft-kill): Fixed problem when the draft is reedit.
4547
4548 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4549
4550         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4551         buffer-modified status (Thanks to
4552         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4553
4554 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4555
4556         * wl-util.el (wl-region-exists-p): New function.
4557
4558         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4559         Remove defvars for byte-compile warnings.
4560
4561 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4562
4563         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4564         defvar-maybe. Removed unused bind.
4565
4566 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4567
4568         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4569         summary buffer window before creating new frame.
4570         (wl-draft-reply): Ditto.
4571
4572 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4573
4574         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4575
4576 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4577
4578         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4579
4580 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4581
4582         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4583         instead of `kill-region'.
4584
4585 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4586
4587         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4588         (wl-highlight-summary-line-string): Use it.
4589         (wl-highlight-summary-current-line): Ditto.
4590
4591         * wl-mime.el (wl-message-delete-current-part): Check the class of
4592         mime-entity.
4593
4594         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4595
4596         * wl-summary.el (wl-summary-make-number-list): Initialize.
4597         (wl-summary-update-mark): New function.
4598         (wl-summary-reply): Put `answered' mark on the message.
4599         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4600
4601         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4602         (wl-draft-reply): Added optional argument `number';
4603         Set wl-draft-parent-number.
4604         (wl-draft-kill): Delete answered mark if it is a reply.
4605
4606 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4607
4608         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4609         that originates in mime-preview-follow-current-entity.
4610         (wl-draft-yank-current-message-entity): Use it if region is active.
4611
4612         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4613         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4614         `wl-message-delete-current-part'.
4615         * wl-mule.el (wl-message-define-keymap): Ditto.
4616         * wl-xmas.el (wl-message-define-keymap): Ditto.
4617
4618 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4619
4620         * wl-mime.el (wl-message-delete-current-part): New function.
4621         (wl-mime-node-id-to-string): Ditto.
4622
4623         * wl-mime.el (wl-message-delete-current-part): Use existing
4624         original buffer which corresponds current mime-view buffer.
4625         (fetched buffer might have different structure, possibly)
4626
4627         * wl-mime.el (wl-message-delete-current-part): Quit if the
4628         message content differs from the actual message.
4629
4630 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4631
4632         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4633         order.
4634         (wl-summary-search-by-subject): Search parent message from tail;
4635         Check the existence of the parent message on the current thread tree.
4636         (wl-summary-update-thread): Check whether the line is inserted.
4637
4638 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4639
4640         * wl-vars.el (wl-summary-line-format): Undo last change.
4641         * wl-summary.el (wl-summary-print-destination): Do not put
4642         invisible property when `wl-summary-width' is nil.
4643         (wl-summary-line-subject-minimum-length): Abolished.
4644         (wl-summary-line-subject): Ditto.
4645
4646 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4647
4648         * wl-vars.el (wl-summary-line-format): Change default value.
4649         (wl-summary-subject-length-limit): Abolished.
4650         * wl-summary.el (wl-summary-line-subject): Ditto.
4651
4652 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4653
4654         * wl-template.el (wl-template-select): Added optional argument.
4655         If optional argument is specified, reverse
4656         `wl-template-visible-select'.
4657
4658 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4659
4660         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4661         Take prefix argument to force asking the destination folder.
4662
4663 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4664
4665         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4666         count and update status.
4667
4668 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4669
4670         * wl-summary.el (wl-summary-redisplay-internal): If
4671         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4672         after fetching.
4673
4674 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4675
4676         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4677         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4678
4679         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4680
4681 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4682
4683         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4684         (All other related portions are changed).
4685         (wl-summary-mark-as-read-all): Rewrite.
4686
4687 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4688
4689         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4690         `wl-summary-mark-as-read'.
4691         (wl-summary-mark-as-unread): Rewrite.
4692         (wl-summary-mark-as-read): Added no-modeline argument.
4693         (wl-summary-resume-cache-status): Rewrite.
4694         (wl-summary-exec-subr): Remove unused local variable.
4695
4696 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4697
4698         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4699         logic to call `wl-summary-buffer-prev-folder-function'.
4700         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4701
4702 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4703
4704         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4705         is nil.
4706
4707 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4708
4709         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4710         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4711         (wl-mime-setup): Add its entry.
4712
4713 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4714
4715         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4716         (wl-summary-delete-cache): Likewise.
4717         (wl-summary-mark-as-read): Rewrite.
4718
4719 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4720
4721         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4722         `wl-summary-count-unread'.
4723
4724         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4725
4726         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4727
4728 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4729
4730         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4731         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4732         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4733         Renamed to the elmo-msgdb-*-mark.
4734         (wl-summary-score-marks): Follow the change above.
4735         (wl-summary-auto-refile-skip-marks): Ditto.
4736         (wl-summary-incorporate-marks): Ditto.
4737         (wl-summary-expire-reserve-marks): Ditto.
4738
4739         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4740         changes.
4741         (wl-thread-insert-top): Changed updating message.
4742
4743         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4744         variable.
4745         (wl-summary-count-unread): Count answered marks.
4746         (wl-summary-rescan): Call wl-summary-insert-message instead of
4747         wl-summary-append-message-func-internal.
4748         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4749         (wl-summary-prefetch-msg): Follow the variable name changes.
4750         (wl-summary-prefetch-region): Ditto.
4751         (wl-summary-mark-as-read-all): Follow the API changes;
4752         Don't call elmo-folder-replace-marks.
4753         (wl-summary-delete-cache): Follow the variable name changes.
4754         (wl-summary-resume-cache-status): Ditto.
4755         (wl-summary-update-status-marks): New function.
4756         (wl-summary-insert-message): New function.
4757         (wl-summary-sync-marks): Follow the variable name changes.
4758         (wl-summary-sync-update): Synchronize to the msgdb, too;
4759         Changed update messages.
4760         (wl-summary-make-number-list): Rewrite.
4761         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4762         (wl-summary-mark-as-unread): Follow the API changes.
4763         (wl-summary-exec-subr): Follow the variable name changes.
4764         (wl-summary-mark-as-read): Ditto.
4765         (wl-summary-move-spec-plugged-alist): Ditto.
4766         (wl-summary-move-spec-unplugged-alist): Ditto.
4767         (wl-summary-cursor-move-surface): Ditto.
4768
4769         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4770         variable name changes.
4771         (wl-highlight-summary-current-line): Ditto.
4772
4773         * wl-expire.el (wl-expire-refile): Follow the API change in
4774         elmo-folder-move-messages.
4775         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4776         (wl-summary-archive): Use elmo-folder-msgdb instead of
4777         elmo-msgdb-load.
4778
4779 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4780
4781         * wl-mime.el (wl-draft-preview-message): Restore the position
4782         before evaluating wl-draft-send-hook in preview buffer.
4783
4784 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4785
4786         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4787         when it creates new draft buffer.
4788
4789         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4790         without argument.
4791
4792         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4793         Evaluate content and if the value is string, insert it.
4794         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4795         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4796         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4797         wl-draft-config-sub-part-bottom): Use it.
4798
4799         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4800         with the folder name. The question was unintelligible when it is
4801         called from wl-save-status.
4802
4803 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4804
4805         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4806         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4807         cannot take second argument).
4808
4809 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4810
4811         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4812         as t. Since type and subtype are not case sensitive (RFC 2045).
4813
4814 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4815
4816         * wl-vars.el (wl-message-mode-line-format): New variable.
4817         (wl-message-mode-line-format-spec-alist): Ditto.
4818         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4819         (wl-message-redisplay): Use wl-message-mode-line-format.
4820
4821 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4822
4823         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4824
4825 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4826
4827         * wl-summary.el (wl-summary-default-from): Write description.
4828
4829 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4830
4831         * wl-vars.el (wl-ldap-objectclass): Abolish.
4832
4833         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4834         (wl-ldap-make-filter): Removed condition for objectclass.
4835         (wl-ldap-make-matched-value-list): Remove meaningless process.
4836         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4837         (wl-address-ldap-search): Don't add `*' to `pat' string;
4838         use ignore-errors; added `email';
4839         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4840         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4841         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4842
4843
4844 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4845
4846         * wl-draft.el (wl-draft-parent-folder): Write description.
4847         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4848
4849 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4850
4851         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4852         as "" (zero-length string) if no parent.
4853         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4854
4855 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4856
4857         * wl-address.el (wl-address-make-completion-list): Skip duplication
4858         checking.
4859         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4860         `append'.
4861
4862 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4863
4864         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4865         instead of `beginning-of-buffer'.
4866
4867 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4870
4871 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4872
4873         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4874         Refer wl-message-buffer-name.
4875         (wl-message-wheel-down): Ditto.
4876
4877 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4878
4879         * wl-vars.el (wl-message-buffer-name): New user option.
4880
4881         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4882         directly instead of making alist dinamically.
4883
4884         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4885         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4886         wl-message-buffer-cache-name.
4887         (wl-message-buffer-cache-clean-up): Ditto.
4888
4889         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4890
4891         * Version number is increased to 2.9.15.
4892
4893 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4894
4895         * wl-vars.el (wl-summary-default-view-alist): New user option.
4896
4897         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4898
4899         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4900         while deleting address.
4901         (wl-draft-delete-myself-from-cc): Ditto.
4902
4903         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4904         If optional argument is specified, reverse sort order.
4905
4906         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4907
4908 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4909
4910         * wl-thread.el (wl-thread-insert-message): Return parent number if
4911         exists.
4912         (wl-thread-update-indent-string-region): Use
4913         wl-thread-update-line-on-buffer-sub instead of
4914         wl-thread-update-line-on-buffer.
4915
4916 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4917
4918         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4919         (wl-folder-close-all): Ditto.
4920
4921 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4922
4923         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4924         and mailing-list:.
4925         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4926         value.
4927         (wl-summary-line-list-info): Print mailing-list name even when 
4928         list-number is empty.
4929
4930 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4931
4932         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4933
4934         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4935         (wl-draft-open-file): Ditto.
4936         (wl-draft-random-alphabet): Ditto.
4937
4938         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4939         bindings.
4940
4941 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4942
4943         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4944         * wl-vars.el (wl-draft-config-alist): Ditto.
4945
4946 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4947
4948         * Version number is increased to 2.9.14.
4949
4950         * wl.el (wl): Don't set wl-init as nil when error occured while
4951         auto-checking folders.
4952
4953         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4954         `elmo-expand-newtext'.
4955
4956 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4957
4958         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4959         `this-command' so that `wl-folder-goto-folder' contained in
4960         `wl-summary-keep-cursor-command' work.
4961
4962 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4963
4964         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4965         message buffer displaying state.
4966
4967 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4968
4969         * wl-vars.el (wl-summary-default-view): New variable to specify
4970         default value for `wl-summary-buffer-view' instead of using
4971         set-default.
4972         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4973
4974 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4975
4976         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4977
4978         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4979
4980 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4981
4982         * wl-vars.el (wl-forward-subject-prefix): New variable.
4983         * wl-draft.el (wl-draft-forward): Use it.
4984
4985 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4986
4987         * wl-message.el (wl-message-prev-page): When it is called without
4988         lines argument, scroll down by wl-message-scroll-amount lines.
4989         (wl-message-next-page): Ditto.
4990         * wl-vars.el (wl-message-scroll-amount): Change default value
4991         to preserve current behavior.
4992
4993 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4994
4995         * wl-summary.el (wl-summary-prefetch-msg): Bind
4996         `wl-message-entity' to call `wl-summary-from-function'.
4997
4998 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4999
5000         * wl-message.el (wl-message-buffer-create): Run
5001         wl-message-buffer-created-hook.
5002
5003 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5004
5005         * wl-summary.el (wl-summary-sort-specs): New variable.
5006         (wl-summary-default-sort-spec): Ditto.
5007         (wl-summary-sort): Rewrite.
5008         (wl-summary-sort-by-list-info): New function.
5009
5010 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5011
5012         * wl-summary.el (wl-summary-get-list-info): New function.
5013         (wl-summary-sort): Rewrite.
5014         (wl-summary-line-list-info): Ditto.
5015         (wl-summary-line-list-count): Ditto.
5016         (wl-summary-refile-region): Fixed docstring.
5017
5018 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5019
5020         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5021         `wl-folder-entity-hashtb' as completion table.
5022
5023 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5024
5025         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5026         only when this command is called interactively; silence the byte-
5027         compiler.
5028
5029 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5030
5031         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5032         active in XEmacs.
5033
5034 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5035
5036         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5037         plural lines.
5038
5039 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5040
5041         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5042         of current line when the cursor is on the header name.
5043         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5044
5045 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5046
5047         * wl-util.el (wl-read-directory-name): Return displayed directory
5048         as the default value also on XEmacs.
5049
5050 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5051
5052         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5053         formatting.
5054
5055 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5056
5057         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5058         argument and when it is non-nil, check face property before
5059         highlighting for each line.
5060         (wl-highlight-summary-window): Set it.
5061
5062 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5063
5064         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5065         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5066
5067         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5068         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5069         (wl-draft-get-fcc-list): Likewise.
5070
5071 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5072
5073         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5074         (wl-thread-entity-cur): Ditto.
5075         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5076         wl-thread-indent-regexp setting.
5077         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5078
5079         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5080         wl-summary-lazy-highlight.
5081         (wl-summary-display-bottom): Ditto.
5082
5083         * wl-thread.el (wl-thread-open-close): Likewise.
5084
5085         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5086         from and subject;
5087         Bind wl-draft-use-frame;
5088         Enclose with save-window-excursion;
5089         Use wl-draft-create-buffer instead of with-temp-buffer;
5090         Use wl-draft-prepare-edit;
5091         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5092         Use wl-draft-send instead of wl-draft-raw-send.
5093
5094 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5095
5096         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5097         of using wl-from.
5098
5099 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5100
5101         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5102         insert-buffer instead of clone-buffer.
5103         (wl-draft-doing-mime-bcc): New variable.
5104         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5105         infinite loop.
5106         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5107
5108         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5109         (wl-draft-mime-bcc-body): Ditto.
5110
5111         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5112         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5113         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5114         wl-draft-do-mime-bcc.
5115         (wl-draft-mime-bcc-field): New function.
5116         (wl-draft-do-mime-bcc): Ditto.
5117
5118         * wl-address.el (wl-address-complete-header-list): New variable.
5119         (wl-address-complete-header-regexp): Changed default value.
5120
5121         * Version number is increased to 2.9.13.
5122
5123 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5124
5125         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5126         it is differed.
5127
5128 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5129
5130         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5131         (wl-summary-line-list-count): Ditto.
5132
5133 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5134
5135         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5136         (wl-nntp-posting-function): New variable.
5137         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5138         `wl-nntp-posting-config-alist'.
5139
5140 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5141
5142         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5143         FLIM.
5144
5145 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5146
5147         * wl-summary.el (wl-summary-target-mark-refile-sub):
5148         Remove a nuisance funcall.
5149
5150 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5151
5152         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5153         as t for `try-completion'.
5154
5155 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5156
5157         * wl-summary.el (wl-summary-default-from): Use
5158         wl-address-header-extract-address instead of
5159         std11-extract-address-components.
5160         (wl-summary-simple-from): Ditto.
5161         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5162         (wl-summary-insert-headers): Show message.
5163         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5164         for whole line.
5165         (wl-summary-default-from): Revert last change.
5166         (wl-summary-simple-from): Ditto.
5167         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5168         (wl-summary-mark-as-read-region): Follow the change above.
5169         (wl-summary-sync-marks): Ditto.
5170         (wl-summary-target-mark-mark-as-read): Ditto.
5171         (wl-summary-redisplay-internal): Ditto.
5172         (wl-summary-redisplay-no-mime-internal): Ditto.
5173         (wl-summary-redisplay-all-header): Ditto.
5174         (wl-summary-mark-as-read): Removed argument `cached';
5175         Use current cache status to set cache mark.
5176         (wl-summary-redisplay-internal): Follow the change above.
5177         (wl-summary-redisplay-no-mime-internal): Ditto.
5178         (wl-summary-redisplay-all-header): Ditto.
5179
5180         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5181
5182         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5183         Don't call itself recursively (Adviced by Yamaoka-san).
5184
5185 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5186
5187         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5188         bind wl-summary-highlight as nil to avoid error caused by missing
5189         local variables.
5190
5191 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5192
5193         * wl-vars.el (wl-invalid-character-message): New user option.
5194
5195         * wl-util.el (wl-set-string-width): If truncated string-width is
5196         larger than specified width, use `wl-invalid-character-message'.
5197
5198 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5199
5200         * wl-summary.el (wl-summary-prefetch-msg): 
5201         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5202
5203 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5204
5205         * wl-vars.el (wl-summary-check-line-format): New user option.
5206         (wl-summary-line-format-file): Ditto.
5207
5208         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5209         variable.
5210         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5211         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5212         and `wl-summary-view-old-p' to check whether do a rescan or not.
5213         (wl-summary-view-old-p): New function.
5214         (wl-summary-line-format-changed-p): Ditto.
5215         (wl-summary-line-format-save): Ditto.
5216         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5217
5218         * wl-util.el (wl-set-string-width): Avoid using negative number
5219         for make-string.
5220
5221 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5222
5223         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5224         return value.
5225
5226         * wl-util.el (wl-set-string-width): Added optional argument
5227         `padding' (All other related portions are changed).
5228         (wl-line-parse-format): If the first letter of column number is
5229         `0', zero-padding the result (ex: "%05l").
5230
5231         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5232
5233 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5234
5235         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5236         sequential summary view.
5237
5238 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5241         if it doesn't have a -unix version.
5242
5243 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5244
5245         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5246
5247 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5248
5249         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5250         content.
5251         (wl-draft): Follow the change above.
5252
5253         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5254
5255         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5256         and wl-folder-summary-line-format-alist contain %T and %P.
5257
5258         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5259         (wl-summary-mode-line-format): New user option.
5260         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5261         (wl-summary-line-format): Changed default value.
5262         (wl-summary-lazy-highlight): Changed default value.
5263
5264         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5265         change in wl-summary-create-line.
5266         (wl-thread-insert-entity-sub): Ditto.
5267
5268         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5269         (wl-summary-buffer-unread-status): Ditto.
5270         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5271         (wl-summary-buffer-persistent-mark-column): Ditto.
5272         (wl-summary-buffer-mode-line-formatter): Ditto.
5273         (wl-summary-buffer-mode-line): Ditto.
5274         (wl-summary-message-regexp): Abolished.
5275         (All other related portions are changed.)
5276         (wl-summary-detect-mark-position): New function.
5277         (wl-summary-buffer-set-folder): Setup
5278         wl-summary-buffer-mode-line-formatter.
5279         (wl-summary-mode): Setup selective-display;
5280         Setup pre-idle-hook when xemacs.
5281         (wl-summary-update-modeline): Rewrite.
5282         (wl-summary-jump-to-msg): Define as function;
5283         Changed regexp for searching messages.
5284         (wl-summary-message-number): Rewrite.
5285         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5286         Do rescan when old type summary cache.
5287         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5288         (wl-summary-remove-destination): Use '\r' to detect EOL.
5289         (wl-summary-print-destination): Ditto.
5290         (wl-summary-temp-mark): New inline function.
5291         (wl-summary-persistent-mark): Ditto.
5292         (wl-summary-line-number): New function.
5293         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5294         (wl-summary-line-list-count): New function.
5295         (wl-summary-create-line): Added argument persistent-mark.
5296         (All other related portions are changed)
5297         (wl-summary-create-line): Insert '\r'.
5298         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5299         (wl-summary-cursor-move-surface): New inline function.
5300         (wl-summary-prev): Use it.
5301         (wl-summary-next): Ditto.
5302
5303         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5304         wl-summary-message-regexp.
5305         (wl-highlight-summary): Delete progress message.
5306         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5307
5308         * Version number is increased to 2.9.12.
5309
5310 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5311
5312         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5313         variable (nil: no minimum).
5314         (wl-summary-line-subject): Add some spaces after subject by
5315         wl-summary-line-subject-minimum-length.
5316
5317 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5318
5319         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5320         and removed `F'.
5321         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5322         change above).
5323
5324 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5325
5326         * wl-summary.el (wl-summary-line-list-count): Reverted.
5327         (example setting in samples/*/dot.wl is also updated)
5328
5329 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5330
5331         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5332
5333         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5334
5335         * wl-vars.el (wl-summary-line-format): Addes some description to the
5336         docstring.
5337
5338         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5339         (wl-summary-line-close-bracket): Ditto.
5340         (wl-summary-line-children-number): Ditto.
5341         (wl-summary-line-thread-indent): Ditto.
5342         (wl-summary-line-children-and-from): Ditto.
5343
5344         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5345         't', 'c', 'F' and added 'C'.
5346
5347         * wl-util.el (wl-set-string-width): Accept negative value.
5348         (wl-line-parse-format): Added "%number(" and "%)".
5349
5350 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5351
5352         * wl-summary.el (wl-summary-line-list-count): Change format of the
5353         return value.
5354
5355 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5356
5357         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5358         from the recent message.el.
5359         (wl-draft-point-in-header-p): Ditto.
5360         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5361         wl-draft-beginning-of-line.
5362         * wl-e21.el (wl-draft-mode-map): Ditto.
5363         * wl-xmas.el (wl-draft-mode-map): Ditto.
5364
5365         * wl-folder.el: Sort macrodefs by dependencies.
5366
5367 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5368
5369         * wl-summary.el (wl-summary-prev): Fixed regexp.
5370         (wl-summary-next): Ditto.
5371
5372 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5373
5374         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5375
5376 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5377
5378         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5379         for backward compatibility.
5380
5381 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5382
5383         * wl-summary.el (wl-summary-line-list-count): New function, merged
5384         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5385         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5386         list counts.
5387
5388 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5389
5390         * wl-summary.el (wl-summary-create-line): Ignore errors while
5391         timezone-fix-time.
5392
5393         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5394
5395         * wl-summary.el (wl-summary-sync-update): Ditto.
5396         (wl-summary-default-from): Use wl-message-entity
5397         instead of entity.
5398
5399         * wl-summary.el (wl-summary-create-line): Fix.
5400
5401         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5402         (wl-summary-line-format): New user option.
5403         (wl-folder-summary-line-format-alist): Ditto.
5404         (wl-summary-from-width): Abolished.
5405
5406         * wl-util.el (toplevel): Require 'bytecomp.
5407         (wl-line-parse-format): New function.
5408         (wl-line-formatter-setup): New macro.
5409
5410         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5411         (wl-summary-buffer-line-formatter): New buffer local variable.
5412         (wl-summary-switch-to-clone-buffer): Follow the change above.
5413         (wl-summary-message-regexp): Fix.
5414         (wl-summary-from-func-internal): Abolished.
5415         (wl-summary-subject-func-internal): Ditto.
5416         (wl-summary-subject-filter-func-internal): Ditto.
5417         (All other related portions are changed.)
5418         (wl-summary-buffer-set-folder):
5419         Set up wl-summary-buffer-number-column and 
5420         wl-summary-buffer-line-formatter
5421         (All other related portions are changed.)
5422         (wl-summary-buffer-number-column-detect): Abolished.
5423         (All other related portions are changed.)
5424         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5425         (wl-summary-delete-all-temp-marks-on-buffer): Use
5426         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5427         (wl-summary-target-mark-delete): Ditto.
5428         (wl-summary-target-mark-refile-subr): Ditto.
5429         (wl-summary-target-mark-mark-as-read): Ditto.
5430         (wl-summary-target-mark-mark-as-unread): Ditto.
5431         (wl-summary-target-mark-mark-as-important): Ditto.
5432         (wl-summary-target-mark-save): Ditto.
5433         (wl-summary-replace-status-marks): Renamed from
5434         wl-summary-set-status-marks-on-buffer;
5435         Use wl-summary-message-regexp instead of
5436         wl-summary-buffer-number-regexp.
5437         (wl-summary-sync-update): Follow the change above.
5438         (wl-summary-goto-previous-message-beginning): New function.
5439         (wl-summary-mark-as-unread): Use it.
5440         (wl-summary-mark-as-important): Ditto.
5441         (wl-summary-line-formatter): New variable.
5442         (wl-summary-line-year): New function.
5443         (wl-summary-line-day): Ditto.
5444         (wl-summary-line-day-of-week): Ditto.
5445         (wl-summary-line-hour): Ditto.
5446         (wl-summary-line-minute): Ditto.
5447         (wl-summary-line-open-bracket): Ditto.
5448         (wl-summary-line-close-bracket): Ditto.
5449         (wl-summary-line-children-number): Ditto.
5450         (wl-summary-line-thread-indent): Ditto.
5451         (wl-summary-line-size): Ditto.
5452         (wl-summary-line-subject): Ditto.
5453         (wl-summary-line-from): Ditto.
5454         (wl-summary-line-children-and-from): Ditto.
5455         (wl-summary-create-line): Rewritten.
5456         (wl-summary-format-date): Abolished.
5457
5458         * wl-highlight.el (wl-highlight-summary-current-line): Use
5459         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5460         Use thread structure to detect thread top message.
5461
5462         * wl-draft.el (wl-default-draft-cite): Don't use
5463         wl-summary-from-func-internal.
5464
5465         * wl-refile.el (wl-refile-subject-learn): Don't use
5466         wl-summary-subject-filter-func-internal.
5467         (wl-refile-guess-by-subject): Ditto.
5468
5469         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5470         parameters.
5471
5472         * wl-thread.el (wl-thread-update-indent-string-region):
5473         Use wl-thread-update-line-on-buffer instead of
5474         wl-thread-update-indent-string.
5475         (wl-thread-update-children-number): Redefine using
5476         wl-thread-update-line-on-buffer.
5477         (wl-thread-update-indent-string): Abolished.
5478
5479         * Version number is increased to 2.9.11.
5480
5481 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5482
5483         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5484         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5485         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5486
5487         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5488         as nil.
5489
5490         * wl-thread.el (wl-thread-open-all-unread): Use 
5491         elmo-folder-list-messages-mark-match.
5492         (wl-thread-insert-message): Removed argument `mark-alist'.
5493         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5494         elmo-msgdb-set-mark.
5495         (wl-thread-get-children-msgs-uncached): Likewise.
5496         (wl-thread-get-exist-children): Added argument include-self.
5497         (wl-thread-delete-message): Follow the change above.
5498
5499         * wl-summary.el (wl-summary-count-unread): Removed argument.
5500         (wl-summary-rescan): Follow the change above.
5501         (wl-summary-mark-as-read-region): Ditto
5502         (wl-summary-mark-as-unread-region): Ditto.
5503         (wl-summary-delete-messages-on-buffer): Ditto.
5504         (wl-summary-sync-update): Ditto.
5505         (wl-summary-switch-to-clone-buffer): Ditto.
5506         (wl-summary-goto-folder-subr): Ditto.
5507         (wl-summary-target-mark-mark-as-read): Ditto.
5508         (wl-summary-target-mark-mark-as-unread): Ditto.
5509         (wl-summary-target-mark-mark-as-important): Ditto.
5510         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5511         (wl-summary-update-thread): Removed argument `mark-alist'.
5512         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5513         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5514         (wl-summary-resume-cache-status): Likewise.
5515         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5516         elmo-msgdb-set-mark.
5517         (wl-summary-mark-as-read-all): Likewise.
5518         (wl-summary-delete-cache): Ditto.
5519         (wl-summary-auto-select-msg-p): Ditto.
5520         (wl-summary-mark-as-unread): Ditto.
5521         (wl-summary-no-auto-refile-message-p): Ditto.
5522         (wl-summary-mark-as-read): Ditto.
5523         (wl-summary-mark-as-important): Ditto.
5524         (wl-summary-auto-refile): Follow the change above.
5525         (wl-summary-delete-all-marks): Removed.
5526         (wl-summary-resume-marks-and-highlight): Ditto.
5527         (wl-summary-resume-marks): Ditto.
5528         (wl-summary-delete-important-msgs-from-list): Ditto.
5529         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5530
5531         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5532         wl-summary-count-unread.
5533
5534         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5535         (wl-summary-score-update-all-lines): Use
5536         elmo-msgdb-set-mark.
5537
5538 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5539
5540         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5541         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5542         (wl-summary-create-line): Renamed from
5543         wl-summary-overview-create-summary-line;
5544         Argument rearrangement.
5545         (wl-summary-update-thread): Follow the change above.
5546
5547         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5548         (wl-thread-insert-entity-sub): Likewise.
5549
5550         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5551         argument `overview', `mark-alist' and added `msgdb'.
5552
5553         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5554
5555         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5556         (wl-summary-rescan): Follow the change above.
5557         (wl-summary-sync-update): Ditto.
5558         (wl-summary-insert-thread-entity): Ditto;
5559         Don't use `let*' in every while loop;
5560         Detect infinite loop of threads.
5561         (wl-summary-update-thread): Removed argument `overview'.
5562
5563         * wl-thread.el (wl-thread-insert-message): Ditto.
5564
5565         * Version number is increased to 2.9.10.
5566
5567         * wl-message.el (wl-message-redisplay): Ignore errors while
5568         wl-message-redisplay-hook.
5569
5570 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5571
5572         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5573
5574 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5575
5576         * wl.el (wl): inhibit-quit while wl-folder.
5577
5578 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5579
5580         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5581         while msgdb access.
5582
5583 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5584
5585         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5586         even if no folder is not created.
5587
5588 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5589
5590         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5591
5592         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5593         implementation.
5594         (wl-summary-target-mark-thread): Ditto.
5595
5596         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5597
5598 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5599
5600         * wl-util.el (wl-display-bytes): Remove unused function.
5601
5602 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5603
5604         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5605         seems critical one (partially reverse the change in 2002/03/17).
5606
5607 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5608
5609         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5610         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5611
5612 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5613
5614         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5615         is not writable.
5616         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5617         plugged status instead of `'force' as 2nd argument.
5618
5619         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5620         is not creatable.
5621
5622         * Version number is increased to 2.9.9.
5623
5624 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5625
5626         * wl-summary.el (wl-summary-suspend): New function.
5627
5628 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5629
5630         * wl.el (wl): Do not check variables if check is nil.
5631         * wl-utils.el (wl-collect-draft): New function.
5632         * wl-folder.el (wl-folder-suspend): Put summary buffers
5633         and draft buffers at the end of buffer list.
5634         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5635
5636 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5637
5638         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5639         loop instead of recursive call.
5640
5641         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5642         2nd argument.
5643
5644 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5645
5646         * wl-draft.el (wl-draft-create-contents): Don't take neither
5647         (function . args) nor (string . something) any more.
5648
5649         * wl-version.el (wl-generate-user-agent-string): Return string
5650         without header symbol.
5651         * wl-draft.el (wl-draft-default-headers): Use it.
5652
5653         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5654         `wl-draft-insert-ccs' and return field value instead of inserting
5655         the header. Abolish cc argument.
5656         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5657
5658         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5659         rather than one with string car.
5660
5661         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5662         * wl-draft.el (wl-draft-create-contents): Add it after the default
5663         headers.
5664
5665         * wl-draft.el (wl-draft-create-contents): For the case of
5666         (symbol-or-string . function) insert header only when the function
5667         returns string value.
5668
5669 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5670
5671         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5672         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5673
5674 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5675
5676         * wl.el (wl-check-environment): Don't check Message-ID when
5677         `wl-insert-message-id' is nil.
5678         Revive checking if `wl-message-id-domain' contains "@".
5679
5680 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5681
5682         * wl.el (wl-check-environment): Merge examination for "@" at
5683         inappropriate position into the first string-match.
5684
5685         * wl-summary.el (wl-summary-target-mark-print): New function.
5686         (wl-summary-pipe-message-subr): Extracted from
5687         `wl-summary-pipe-message'.
5688         (wl-summary-target-mark-pipe): New function.
5689         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5690         `wl-summary-target-mark-pipe'.
5691
5692 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5693
5694         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5695
5696 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5697
5698         * wl.el (wl-check-environment): Use elmo-warning instead of
5699         error for non-critical ones.
5700         Remove trash folder check.
5701         (wl): Don't ignore error in wl-check-environment.
5702
5703         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5704         check, which is moved from `wl-check-environment'.
5705         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5706
5707 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5708
5709         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5710         guess anything, call wl-summary-write.
5711         (wl-summary-write): Create draft with blank To field.
5712         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5713
5714 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5715
5716         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5717         argument full as well for wl-folder-write-current-folder.
5718         If wl-*-write-current-folder cannot guess addressee, add blank
5719         To header.
5720         Rewrite condition for positioning cursor.
5721
5722 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5723
5724         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5725         summary buffer is present, use it.
5726         (wl-folder-jump-to-previous-summary): Ditto.
5727
5728 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5729
5730         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5731
5732         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5733         wl-summary-previous-buffer and wl-summary-next-buffer.
5734
5735         * wl-folder.el (wl-folder-mode-map): Bind
5736         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5737         (wl-folder-jump-to-next-summary): New function.
5738         (wl-folder-jump-to-previous-summary): Ditto.
5739
5740         * wl-draft.el (wl-draft): Rearranged.
5741
5742 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5743
5744         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5745         of header.
5746         (wl-draft): Collect arguments for the header as header-alist.
5747         (wl-draft-forward): Arrange arguments for wl-draft.
5748         (wl-draft-reply): Ditto.
5749         (wl-draft-edit-string): Ditto.
5750         * wl-summary.el (wl-summary-write): Ditto.
5751         (wl-summary-write-current-folder): Ditto.
5752
5753         * Version number is increased to 2.9.8.
5754
5755 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5756
5757         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5758
5759         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5760
5761         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5762         even if the guess failed.
5763
5764         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5765         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5766         wl-summary-write-current-folder.
5767         * wl-xmas.el: Ditto.
5768
5769 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5770
5771         * wl-summary.el (wl-summary-next-page): Force display message if
5772         message is not displayed yet.
5773         (wl-summary-prev-page): Ditto.
5774
5775 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5776
5777         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5778
5779 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5780
5781         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5782         add "Preview Message" and "Save Draft and Exit".
5783
5784 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5785
5786         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5787         if addrmgr is called from draft in splitted window.
5788
5789         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5790         * wl-mule.el: Ditto.
5791         * wl-xmas.el: Ditto.
5792
5793 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5794
5795         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5796
5797         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5798         * wl-xmas.el (wl-folder-toolbar): Ditto.
5799
5800 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5801
5802         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5803         and wl-draft-save-and-exit.
5804         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5805         * wl-xmas.el: Ditto.
5806         * wl-mule.el: Ditto.
5807
5808         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5809         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5810
5811 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5812
5813         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5814         lists for saving buffer.
5815
5816 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5817
5818         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5819         parent-folder argument instead of it.
5820         (wl-draft-create-buffer): Ditto.
5821         (wl-draft-forward): Ditto.
5822         (wl-draft-reply): Ditto.
5823         * wl-summary.el (wl-summary-write): Ditto.
5824         (wl-summary-write-current-folder): Ditto.
5825
5826         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5827         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5828         Folder buffer after composing.
5829
5830 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5831
5832         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5833         header if the file `wl-x-face-file' already contains it.
5834
5835 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5836
5837         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5838         folder" entry.
5839         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5840         * wl-e21.el (wl-folder-toolbar): Ditto.
5841         * wl-xmas.el (wl-folder-toolbar): Ditto.
5842
5843 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5844
5845         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5846         wl-folder-goto-folder with sticky argument.
5847         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5848
5849 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5850
5851         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5852         and wl-summary-previous-buffer.
5853         (wl-summary-next-buffer): New function.
5854         (wl-summary-previous-buffer): Ditto.
5855
5856 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5857
5858         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5859         wl-folder-jump-to-current-entity-with-arg.
5860         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5861         `wl-folder-jump-to-current-entity'.
5862         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5863         `wl-summary-goto-folder-sticky'.
5864         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5865         `wl-summary-goto-folder'.
5866         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5867         Unless force-exit, do not clean temp. marks for sticky summary.
5868         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5869
5870 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5871
5872         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5873         not entire.
5874
5875 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5876
5877         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5878         to `C-x C-s'.
5879         (wl-summary-save-status): New command.
5880         (wl-summary-exit): Don't clean-up temp marks when sticky.
5881         (Applied patch from Nakayama-san [wl: 09548])
5882         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5883         Do nothing when no mark data.
5884         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5885         Call `wl-summary-delete-all-temp-marks' before saving.
5886
5887 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5888
5889         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5890
5891 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5892
5893         * wl.el (wl-check-environment): Also cause error when (system-name)
5894         returns "localhost.localdomain". (Although it doesn't affect because
5895         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5896
5897 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5898
5899         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5900         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5901
5902         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5903         value.
5904
5905 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5906
5907         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5908         Likewise r-cc-list and r-ng-list.
5909
5910 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5911
5912         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5913         only if it is bound as variable.
5914
5915         * wl-mime.el (wl-draft-preview-message): Ditto.
5916
5917 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5918
5919         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5920         needless `goto-char'.
5921
5922         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5923         `wl-summary-redisplay-no-mime-internal' instead of
5924         `wl-summary-redisplay-no-mime'.
5925         (wl-summary-redisplay-no-mime): Changed argument;
5926         Call `wl-summary-redisplay-no-mime-internal'.
5927
5928         * wl-mime.el (wl-draft-preview-message): Bind
5929         `mime-header-encode-method-alist' locally.
5930
5931         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5932         (wl-draft-std11-parse-addresses): Added the first address check.
5933         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5934
5935         * Version number is increased to 2.9.7.
5936
5937 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5938
5939         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5940
5941 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5942
5943         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5944         related to scrollbar support, if there is no such a feature
5945         compiled in.
5946
5947 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5948
5949         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5950         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5951         for prefetch.
5952
5953 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5954
5955         * wl-summary.el (wl-summary-pick): Fix for no match.
5956
5957 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5958
5959         * wl-draft.el (wl-draft-save):
5960         Override `mime-header-encode-method-alist'.
5961
5962 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5963
5964         * wl-folder.el (wl-folder-pick): New function.
5965         Define key as "?".
5966
5967 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5968
5969         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5970         Fix for unplugged.
5971
5972 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5973
5974         * wl-folder.el (wl-folder-virtual): New function.
5975         Define key as "V".
5976
5977 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5978
5979         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5980         multi folder if entity is group.
5981
5982 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5983
5984         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5985         is nil.
5986
5987 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5988
5989         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5990         (wl-summary-target-mark-msgs): Return the number of marked messages.
5991
5992 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5993
5994         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5995         "first:" is specified.
5996
5997 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5998
5999         * wl-vars.el (wl-from): Use return value of function
6000         user-full-name instead of the variable user-full-name since
6001         XEmacs-20.4 doesn't set this variable.
6002
6003 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6004
6005         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6006         call `wl' directly.
6007
6008 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6009
6010         * wl-draft.el (wl-draft-reedit): Removed duplicated
6011         switch-to-buffers.
6012
6013 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6014
6015         * wl.el (wl-other-frame): Removed garbages.
6016
6017 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6018
6019         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6020
6021         * wl-xmas.el (wl-draft-key-setup): Ditto.
6022
6023         * wl-mule.el (wl-draft-key-setup): Ditto.
6024
6025         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6026         (wl-draft-reedit): Ditto.
6027         (wl-draft-prepare-edit): Add `wl-draft-save' to
6028         `local-write-file-hooks'.
6029         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6030         (wl-draft-reedit): Set buffer-file-name.
6031         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6032
6033
6034         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6035         call it.
6036         (wl-delete-startup-frame-function): New variable.
6037         (wl-other-frame): New function
6038         (Original was written by Yamaoka san [wl: 09239]).
6039
6040         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6041         if `wl-folder-use-frame'.
6042
6043 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6044
6045         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6046
6047 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6048
6049         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6050         New variable.
6051         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6052         (wl-message-buffer-prefetch-get-next): Use them.
6053         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6054
6055 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6056
6057         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6058         with unwind-protect.
6059
6060         * wl-draft.el (wl-draft-reedit): Rewrite.
6061         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6062         (wl-draft-save): Insert header separator if it does not exist;
6063         Removed condition-case.
6064
6065         * wl-summary.el (wl-summary-reedit): Revert last change.
6066
6067         * wl-draft.el (wl-draft-save): Rewrite.
6068         (wl-draft-create-buffer): Set buffer-file-name as nil.
6069
6070         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6071
6072         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6073
6074         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6075         nil.
6076
6077 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6078
6079         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6080         If count is nil, do not prefetch.
6081         (wl-message-buffer-prefetch-next): Next.
6082
6083 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6084
6085         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6086
6087 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6088
6089         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6090         `delete-backward-char'
6091         (wl-draft-prepare-edit): Check major-mode.
6092         (wl-draft-decode-header): Rewrite.
6093         (wl-draft): Fix.
6094
6095 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6096
6097         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6098
6099 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6100
6101         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6102         (wl-message-buffer-prefetch-get-next): Remove size checking.
6103         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6104
6105 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6106
6107         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6108         (wl-draft-default-headers): Fix.
6109
6110 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6111
6112         * wl-draft.el (wl-draft-default-headers): Insert return value of
6113         `wl-generate-mailer-string-function'.
6114
6115 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6116
6117         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6118         (wl-draft-insert-mail-header-separator): Ditto.
6119
6120         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6121         again (Reverted the change on 2002-01-17 by OKADA san).
6122
6123 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6124
6125         * wl-draft.el (wl-draft): Rewrite.
6126         (wl-draft-create-buffer): New function.
6127         (wl-draft-create-contents): Ditto.
6128         (wl-draft-prepare-edit): Ditto.
6129         (wl-draft-decode-header): Ditto.
6130         (wl-draft-decode-body): Ditto.
6131         (wl-draft-check-new-line): Ditto.
6132         (wl-draft-default-headers): Ditto.
6133         (wl-draft-insert-mail-header-separator): Ditto.
6134
6135 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6136
6137         * Version number is increased to 2.9.6.
6138
6139 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6140
6141         * wl-draft.el (wl-draft-delete-field): Optional argument.
6142         (wl-draft-delete-fields): Ditto.
6143
6144 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6145
6146         * wl-message.el (toplevel): Eliminated byte-compile warning.
6147         for `itimer-function', `delete-timer' and `itimer-list'.
6148
6149 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6150
6151         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6152         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6153         `wl-message-buffer-prefetch-threshold'.
6154         * wl-summary.el (wl-summary-redisplay-internal): Remove
6155         the check of `wl-message-buffer-prefetch-depth'.
6156
6157 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6158
6159         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6160         size of article.
6161         (wl-message-buffer-prefetch-subr): Remove size check.
6162
6163 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6164
6165         * wl-vars.el (wl-plugged): Make customizable.
6166
6167 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6168
6169         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6170         (wl-message-buffer-prefetch-set-timer): New function.
6171         (wl-message-buffer-prefetch-get-next): New function.
6172         (wl-message-buffer-prefetch): New function.
6173         (wl-message-buffer-prefetch-next): Rewrite.
6174         (wl-message-buffer-prefetch-subr): Rewrite.
6175         * wl-vars.el (wl-auto-prefetch-first): New variable.
6176         * wl-summary.el (wl-summary-goto-folder-subr): Call
6177         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6178
6179 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6180
6181         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6182         `wl-summary-unread-message-hook'.
6183
6184 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6185
6186         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6187         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6188         if range is `cache-status'.
6189
6190 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6191
6192         * wl-message.el (wl-message-buffer-prefetch-subr):
6193         Improve debug message.
6194
6195 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6196
6197         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6198         `wl-mail-send-pre-hook'.
6199         (wl-draft-send-mail-with-qmail): Ditto.
6200         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6201
6202 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6203
6204         * wl-message.el (wl-message-buffer-prefetch-subr):
6205         Fix for cancel-function-timers bug.
6206         (wl-message-buffer-prefetch-debug): Default value is t.
6207
6208 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6209
6210         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6211         (wl-message-buffer-prefetch-subr): Rewrite.
6212         Rename from `wl-message-buffer-prefetch'.
6213
6214 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6215
6216         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6217         (wl-default-draft-cite-decorate-author): Ditto.
6218
6219         * wl-draft.el (wl-draft-cite-function): Removed.
6220         (wl-default-draft-cite-decorate-author): Ditto.
6221
6222 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6223
6224         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6225         (wl-default-draft-cite): Do not arrange author name if the value of
6226         `wl-default-draft-cite-decorate-author' is nil.
6227
6228 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6229
6230         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6231
6232         * wl-folder.el (wl-folder-check-one-entity): Don't care
6233         `elmo-folder-use-flag-p'.
6234
6235 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6236
6237         * wl-folder (wl-folder-check-one-entity): Fix
6238         problem if unread is nil.
6239
6240 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6241
6242         * wl-address.el (wl-address-make-completion-list): Check whether
6243         the address is a group list.
6244         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6245
6246 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6247
6248         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6249         The number of the messages of new and unread does not count
6250         correctly.
6251
6252         * wl-summary.el (wl-summary-count-unread): Changed to return
6253         `(new . unread)' instead of total.
6254         (wl-summary-sync-update): Follow the change above.
6255
6256         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6257
6258 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6259
6260         * wl-address.el (wl-address-make-completion-list): Do not enclose
6261         address by " <" and ">" if associated realname is "".
6262         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6263         This is against the promblem with group list in .addresses pointed
6264         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6265
6266 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6267
6268         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6269         message is a format control string.
6270         * wl-expire.el (wl-expire-append-log): Ditto.
6271         * wl-mime.el (wl-summary-burst-subr): Ditto.
6272         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6273         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6274
6275 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6276
6277         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6278         wl.el (wl-check-variables): Rename from `wl-check-type'.
6279         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6280         (wl-check-variables-2): New function.
6281         (wl): Call `wl-check-variables-2'.
6282
6283 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6284
6285         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6286         after renaming folder in access group.
6287
6288 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6289
6290         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6291         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6292         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6293         (wl-message-buffer-prefetch): Rewrite.
6294         (wl-message-buffer-prefetch-idle-time): Removed.
6295         * wl-summary.el (wl-summary-redisplay-internal):
6296         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6297         Error check for `wl-message-buffer-prefetch-depht'.
6298
6299 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6300
6301         * Version number is increased to 2.9.5.
6302         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6303
6304 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6305
6306         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6307         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6308         Based on the patch written by
6309         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6310
6311 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6312
6313         * wl-draft.el (wl-draft-raw-send): Fix for
6314         `wl-news-send-pre-hook'
6315
6316 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6317
6318         * wl-utils.el (wl-message-id-function): New variable.
6319         * wl-draft.el (wl-draft-insert-required-fields):
6320         Use `wl-message-id-function'.
6321
6322 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6323
6324         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6325         * wl-utils.el (wl-draft-make-message-id-string):
6326         Use `wl-from' for domain part of Message-ID
6327         if `wl-message-id-use-wl-from' if non-nil.
6328         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6329
6330 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6331
6332         * wl.el (wl): Call `wl-check-type'
6333         Do not 'condition-case'.
6334
6335 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6336
6337         * wl.el (wl-check-type): New function.
6338         (wl-check-type-variables): New variable.
6339
6340 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6341
6342         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6343
6344 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6345
6346         * wl-draft.el (wl-smtp-password-key): New function.
6347         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6348         (wl-draft-send-mail-with-smtp): Ditto.
6349         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6350
6351 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6352
6353         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6354         * wl-utils.el (wl-unique-id-suffix): Remove.
6355
6356 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6357
6358         * Version number is increased to 2.9.4.
6359
6360 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6361
6362         * wl-utils.el (wl-unique-id-suffix): New variable.
6363         (wl-unique-id): Use `wl-unique-id-suffix'
6364
6365 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6366
6367         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6368         instead of `elmo-msgdb-search'.
6369
6370         * Version number is increased to 2.9.3.
6371
6372 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6373
6374         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6375
6376 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6377
6378         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6379         (wl-draft-dispatch-message): Changed for send-later.
6380         (wl-draft-queue-flush): Ditto.
6381         (wl-draft): Clear `wl-sent-message-queued'.
6382         (wl-draft-reedit): Ditto.
6383         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6384         * wl-vars.el (wl-draft-force-queuing): New variable.
6385         (wl-draft-force-queuing-mail): New variable.
6386         (wl-draft-force-queuing-news): New variable.
6387
6388 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6389
6390         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6391         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6392
6393 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6394
6395         * Version number is increased to 2.9.2.
6396
6397 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6398
6399         * wl-draft.el (wl-draft-elide-region): New user command.
6400         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6401
6402         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6403         command `wl-draft-elide-region'.
6404         * wl-mule.el: Ditto.
6405         * wl-xmas.el: Ditto.
6406
6407 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6408
6409         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6410         (wl-biff-check-folder-async): Removed needless let.
6411
6412 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6413
6414         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6415         wl-folder-get-elmo-folder.
6416         (wl-biff-check-folder): Set `biff' argument of
6417         `wl-folder-check-one-entity'.
6418         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6419
6420         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6421         (wl-folder-check-one-entity): Added `biff' argument;
6422         Setup `biff' slot of folder.
6423
6424         * Version number is increased to 2.9.1.
6425
6426 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6427
6428         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6429         comment out and fixed.
6430         (wl-fldmgr-add-completion-subr): Ditto.
6431
6432         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6433         and msgdb.
6434
6435         * wl.el (wl-toggle-plugged): Save summary view.
6436
6437 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6438
6439         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6440
6441 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6442
6443         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6444
6445 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6448         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6449         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6450
6451         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6452         if it was failed.
6453         (wl-demo): Disable undo in the demo buffer.
6454
6455 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6456
6457         * wl-version.el (wl-version): Changed codename.
6458
6459         * Version number is increased to 2.9.0.
6460
6461 2001-12-14  Takuo KITAME <kitame@northeye.org>
6462
6463         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6464         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6465         (wl-folder-mark-as-read-all-current-entity): Ditto.
6466
6467 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6468
6469         * wl-vars.el (wl-from-width): Define as obsolete variable.
6470         (wl-subject-length-limit): Ditto.
6471
6472         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6473
6474         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6475         wl-summary-save-view.
6476
6477         * wl.el (wl-save-status): Ditto.
6478         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6479
6480         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6481         (wl-summary-exit): Follow the change above.
6482         (wl-summary-goto-folder-subr): Ditto.
6483
6484         * wl-folder.el (wl-folder-create-subr): Don't use
6485         `elmo-folder-creatable-p'.
6486
6487 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6488
6489         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6490
6491 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6492
6493         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6494         rather than bitmap on Emacs 21.
6495         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6496         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6497         for xbm if the new redisplay engine is not available.
6498
6499 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6500
6501         * wl-folder.el (wl-folder-init-hook): New hook.
6502         (wl-folder-init): Run `wl-folder-init-hook'.
6503
6504 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6507
6508 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6509
6510         * wl-acap.el (wl-acap-cache-filename): New variable.
6511         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6512         (wl-acap-init): Use cache if no ACAP server found.
6513
6514 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6515
6516         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6517         `wl-acap-original-msgdb-dir'.
6518
6519         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6520         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6521
6522         * wl-mime.el (wl-mime-save-directory): Renamed from
6523         `wl-mime-save-dir'.
6524
6525 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6526
6527         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6528
6529         * wl-demo.el: Require `path-util'.
6530         (wl-demo-bitmap-mule-available-p): New internal variable.
6531         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6532         `module-installed-p' instead.
6533         (wl-demo-insert-image): Use *.img file for a bitmap image.
6534         (wl-demo): Don't call the ascii demo recursively.
6535
6536 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6537
6538         * Version number is increased to 2.7.7.
6539
6540 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6541
6542         * wl.el (wl-exit): Eliminated byte-compile warning.
6543
6544 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6545
6546         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6547         obsolete variable using `elmo-define-obsolete-variable'.
6548         (wl-fetch-confirm-threshold): Ditto.
6549         (wl-cache-prefetch-folder-type-list): Ditto.
6550         (wl-cache-prefetch-folder-list): Ditto.
6551
6552 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6555         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6556         (wl-demo-insert-image): New function.
6557         (wl-demo-insert-text): New function.
6558         (wl-demo-image-type-alist): Redefine as a function.
6559         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6560         (wl-demo-with-temp-file-buffer): Removed.
6561         (wl-logo-xpm): Removed.
6562         (wl-logo-xbm): Removed.
6563         (wl-logo-bitmap): Removed.
6564
6565 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6566
6567         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6568         (wl-expire-localdir-get-folder-function): New user option.
6569         (wl-expire-localdir-get-folder): New function.
6570         (wl-expire-localdir-date): Ditto.
6571
6572 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6573
6574         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6575         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6576         Fixed unread number mismatch when all-unread < unread.
6577
6578 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6579
6580         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6581         (wl-fetch-confirm-threshold): Ditto.
6582
6583         * wl-summary.el (wl-summary-confirm-appends): Removed.
6584         (wl-summary-sync-update): Don't refer
6585         `wl-summary-update-confirm-threshold' (It is now abolished).
6586
6587         * wl-message.el (wl-message-display-internal): Don't refer
6588         `wl-fetch-confirm-threshold' (It is now abolished).
6589
6590 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6591
6592         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6593
6594 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6595
6596         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6597         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6598         Change default value to nil.
6599         (wl-summary-indent-length-limit): The value can be nil, nil means
6600         unlimited.
6601
6602         * wl-summary.el: Don't set limit for indent length if the value of
6603         wl-summary-indent-length-limit is nil.
6604         If the value of wl-summary-width is nil, it means only that the width
6605         of summary is unlimited (nil doesn't mean that the indent length is
6606         unlimited).
6607
6608         * wl-thread.el: Ditto.
6609
6610 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6611
6612         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6613         be nil, nil means never confirm.
6614         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6615
6616 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6617
6618         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6619         means unlimited).
6620
6621 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6622
6623         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6624         Use `with-temp-buffer'.
6625
6626 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6627
6628         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6629         with new backquote style).
6630         (wl-folder-get-entity-from-buffer): Ditto.
6631
6632 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6633
6634         * wl-version.el (nemacs-version): Eliminated.
6635         (wl-extended-emacs-version2): Ignore nemacs.
6636         (wl-extended-emacs-version3): Ditto.
6637
6638 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6639
6640         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6641         (wl-draft-add-in-reply-to): New variable.
6642         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6643         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6644         (wl-draft-yank-from-mail-reply-buffer): Use
6645         `wl-draft-add-in-reply-to'.
6646         (wl-draft-insert-current-message): Ditto.
6647
6648 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6649
6650         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6651         typo (kill->hide).
6652         (wl-message-buffer-prefetch-folder-type-list): Added elements
6653         `mark' and `cache' instead of `internal'.
6654
6655 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6656
6657         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6658         resume msgdb directory.
6659
6660 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6661
6662         * wl.el (wl-exit): Call `wl-acap-exit'.
6663
6664         * wl-summary.el (wl-summary-message-string): New function.
6665         (wl-summary-reedit): Use it.
6666         (wl-summary-resend-bounced-mail): Remove needless let.
6667         (wl-summary-supersedes-message): Ditto.
6668         (wl-summary-save): Ditto.
6669
6670         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6671         (wl-acap-init): Set it.
6672         (wl-acap-exit): New function.
6673
6674 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6675
6676         * wl.el (wl-init): Revert (require 'mime-setup). move from
6677         toplevel.
6678
6679 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6680
6681         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6682         local variables.  Add error when guess function return invalid
6683         value.
6684
6685 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6686
6687         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6688         Change local variable name.
6689         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6690         (wl-folder-get-newsgroups): Return nil when non-news folder.
6691         * wl-summary.el (wl-summary-write-current-folder): State through
6692         when guess-list return nil.
6693         (wl-summary-write-current-folder-functions): Fixed docstring.
6694
6695         * wl.el (wl-exit): Changed confirm message.
6696
6697         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6698         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6699
6700         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6701
6702 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6703
6704         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6705         user option (Renamed from wl-cache-prefetch-folder-type-list).
6706         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6707         from wl-cache-prefetch-folder-list).
6708
6709         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6710         Move to wl-vars.el.
6711         (wl-message-buffer-prefetch-p): Changed to enable
6712         `wl-message-buffer-prefetch-folder-list'.
6713
6714         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6715         `ignore-cache'.
6716
6717 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6718
6719         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6720         `part-top' and `part-bottom'.
6721         (wl-draft-config-sub-part-top): New function.
6722         (wl-draft-config-sub-part-bottom): New function.
6723
6724 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6725
6726         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6727
6728 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6729
6730         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6731
6732 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6733
6734         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6735
6736         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6737         (wl-summary-write-current-folder): Ditto.
6738
6739 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6740
6741         * wl-folder.el (wl-folder-get-newsgroups): Use
6742         `elmo-folder-newsgroups'.
6743
6744 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6745
6746         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6747         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6748         `wl-draft-config-sub-header-bottom'.
6749
6750 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6751
6752         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6753         localnews folder.
6754
6755 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6756
6757         * wl-summary.el (wl-summary-mode): Undo last change.
6758
6759         * wl-folder.el (wl-folder-mode): Ditto.
6760
6761 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6762
6763         * wl-summary.el (wl-summary-mode): Locally set
6764         truncate-partial-window-width to nil.
6765         (for XEmacs)
6766
6767         * wl-folder.el (wl-folder-mode): Ditto.
6768
6769 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6770
6771         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6772
6773 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6774
6775         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6776         number.
6777
6778         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6779
6780         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6781
6782         * Version number is increased to 2.7.6.
6783
6784 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6785
6786         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6787
6788 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6789
6790         * wl-summary.el (wl-summary-sync-update): Enclose network
6791         related portion with `unwind-protect'.
6792
6793 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6794
6795         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6796
6797 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6798
6799         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6800         element.
6801         * wl-vars.el (wl-message-body-button-alist): Ditto.
6802
6803         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6804         max match length.
6805         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6806
6807         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6808         for the max match length;
6809         Use 4th element value for the button string regexp group.
6810
6811         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6812         candidate exists, prompt to select.
6813
6814 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6815
6816         * wl-summary.el (wl-summary-jump-to-msg): Search before
6817         calibration point by `beginning-of-line'.
6818
6819 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6820
6821         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6822         for access group.
6823
6824 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6825
6826         * wl-message.el (wl-message-display-internal): Bind
6827         `default-mime-charset'.
6828
6829         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6830
6831         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6832
6833         * Version number is increased to 2.7.5.
6834
6835 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6836
6837         * wl-expire.el (wl-summary-archive): Fixed;
6838         Use `elmo-folder-name-internal'.
6839
6840 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6841
6842         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6843         from `elmo-folder-move-messages' caller.
6844         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6845
6846         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6847         related portions are changed).
6848
6849 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6850
6851         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6852         counter.
6853
6854 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6855
6856         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6857         buffer local and set it to nil.
6858
6859         * wl-message.el (wl-message-redisplay): Ditto.
6860
6861 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6862
6863         * wl-summary.el (wl-summary-mark-as-important): If message is
6864         already cached, set messag as read, otherwise encache and mark as read.
6865
6866 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6867
6868         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6869         point-min.
6870
6871 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6874         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6875         a keymap.
6876
6877 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6878
6879         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6880         parent.
6881
6882         * wl-mule.el (wl-message-define-keymap): Ditto.
6883
6884         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6885
6886         * wl-xmas.el (wl-message-display-internal-hook): Define.
6887         (wl-xmas-setup-message-toolbar): Define as function.
6888         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6889         (wl-message-overload-functions): Abolished.
6890         (wl-message-define-keymap): New function.
6891
6892         * wl-vars.el (wl-message-display-internal-hook): New variable.
6893         (wl-message-header-button-alist): New variable (Renamed from
6894         wl-highlight-message-header-button-alist).
6895         (wl-message-body-button-alist): Ditto.
6896
6897         * wl-mule.el (wl-message-define-keymap): New function.
6898         (wl-message-overload-functions): Abolished.
6899
6900         * wl-message.el (wl-message-add-buttons-to-body): New function.
6901         (wl-message-redisplay): Don't call wl-message-overload-functions;
6902         Call wl-message-add-buttons-to-header and
6903         wl-message-add-buttons-to-body.
6904         (wl-message-display-internal): Set keymap argument for
6905         elmo-mime-display-as-is, elmo-mime-message-display;
6906         Run wl-message-display-internal-hook.
6907         (wl-message-refer-article-or-url): Abolished.
6908
6909         * wl-highlight.el (wl-highlight-headers): Don't call
6910         wl-highlight-message-add-buttons-to-header.
6911         (wl-highlight-message-add-buttons-to-header): Abolished.
6912
6913
6914         * wl-e21.el (wl-message-display-internal-hook): Define.
6915         (wl-e21-setup-toolbar): Deleted duplicated binding.
6916         (wl-e21-setup-message-toolbar): Define as function.
6917         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6918         (wl-message-define-keymap): New function.
6919         (wl-message-overload-functions): Abolished.
6920
6921 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6922
6923         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6924         and elmo-folder-close.
6925
6926         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6927
6928 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6929
6930         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6931         boolean value.
6932         * wl-draft.el (wl-draft-do-fcc): Ditto.
6933
6934 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6935
6936         * wl-vars.el (wl-fcc-force-as-read): New variable.
6937         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6938         mark copied message as read.
6939
6940 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6941
6942         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6943
6944 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6945
6946         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6947         `wl-summary-target-above' instead of obsolete variable
6948         `wl-summary-temp-above'.
6949
6950         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6951         instead of `make-obsolete-variable'.
6952         * wl-refile.el (toplevel): Ditto.
6953
6954 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6955
6956         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6957         with third argument t.
6958         (wl-draft): Set first argument for wl-plugged-init as t.
6959
6960         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6961         definition.
6962
6963 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6964
6965         * wl-vars.el: Tabify.
6966         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6967
6968         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6969         message.
6970
6971 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6972
6973         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6974         and set default to beep.
6975
6976 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6977
6978         * wl-vars.el (wl-draft-truncate-lines): New variable.
6979
6980         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6981         instead of wl-message-truncate-lines for truncate-lines.
6982
6983 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6984
6985         * wl-message.el (wl-message-display-internal): Call
6986         `wl-highlight-message' after `elmo-mime-display-as-is'.
6987
6988         * wl-mime.el (wl-mime-display-text/plain): New function.
6989         (wl-mime-display-header): Ditto.
6990         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6991         body-presentation-method for text/plain;
6992         Register `wl-mime-display-header' as a header-presentation-method;
6993         Don't set up `elmo-message-text-content-inserted-hook' and
6994         `elmo-message-header-inserted-hook'.
6995
6996         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6997         variable.
6998         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6999         as t if flag is 'all-header;
7000         Don't bind `elmo-message-ignored-field-list',
7001         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7002
7003 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7004
7005         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7006         for xemacs with non-mule environment.
7007
7008 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7009
7010         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7011         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7012         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7013
7014 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7015
7016         * wl-vars.el (wl-interactive-send): Set default value as t.
7017
7018 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7019
7020         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7021         (wl-addrmgr-method-list): Abolished.
7022         (wl-addrmgr-change-method): Follow above change.
7023
7024         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7025
7026 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7027
7028         * wl-vars.el (wl-message-truncate-lines): Change default value
7029         to default-truncate-lines.
7030
7031         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7032
7033 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7034
7035         * wl-vars.el (wl-message-truncate-lines): New variable.
7036
7037         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7038         wl-message-truncate-lines.
7039
7040 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7041
7042         * wl-acap.el (wl-acap-init): Remove period from error message.
7043         (wl-acap-find-acap-service): Remove period from message.
7044
7045 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7046
7047         * wl.el (wl-check-environment): Undo last change.
7048
7049         * wl-vars.el (wl-from): Changed default value.
7050
7051         * wl-util.el (toplevel): Don't require tm-edit.
7052
7053         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7054         `wl-folder-init';
7055         Don't set mark on mail body.
7056         (wl-draft-reedit): Ditto.
7057
7058         * wl-address.el (wl-address-quote-specials): Define as an alias for
7059         elmo-address-quote-specials.
7060
7061 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7062
7063         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7064
7065         * wl-vars.el (wl-from): Set default value as nil.
7066         (wl-organization): Set default value as ORGANIZATION environment
7067         variable.
7068
7069         * wl-draft.el (wl-smtp-extension-bind): Check value of
7070         wl-smtp-connection-type.
7071
7072         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7073         error.
7074
7075 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7076
7077         * Version number is increased to 2.7.4.
7078
7079         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7080         arguments from `wl-highlight-x-face-function' caller.
7081         Use x-face-1.3.6.12 or later.
7082
7083 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7084
7085         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7086
7087 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7088
7089         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7090         (wl-fcc): Fix to accept function.
7091         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7092
7093 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7094
7095         * wl-acap.el (toplevel): Added `product-provide' declare.
7096         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7097
7098 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7099
7100         * wl.el (wl): Changed order of calling `elmo-init'
7101         and `elmo-folder-init'.
7102
7103 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7104
7105         * wl-mime.el (wl-summary-burst): Extract message when content-type
7106         of root entity is not only `multipart' but also `message/rfc822'.
7107         (wl-summary-burst-subr): Ditto.
7108
7109 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7110
7111         * wl-vars.el (toplevel): Require 'custom.
7112         (wl-trash-folder): Added to `wl-setting' group.
7113
7114         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7115         exists.
7116         (wl-addrmgr-draw): Insert empty line when no entry exists.
7117
7118         * wl-mule.el (wl-message-wheel-up): Fixed.
7119         (wl-message-wheel-down): Ditto.
7120
7121 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7122
7123         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7124         config is an anonymous lambda expression.
7125
7126 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7127
7128         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7129         when Mule 2 is running.
7130
7131 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7132
7133         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7134
7135 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7136
7137         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7138         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7139
7140         * wl-address.el (wl-address-specials-regexp): Eliminated.
7141         (wl-address-quote-specials): Rewrite.
7142
7143 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7146         shy-groups for regexp.
7147
7148         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7149         character classes and Perl style shy-groups for regexp.
7150         (wl-highlight-plugged-current-line): Use Posix style character
7151         classes for regexp.
7152         (wl-e21-highlight-folder-by-numbers): Ditto.
7153         (wl-e21-display-image-p): Use `display-images-p' instead of
7154         `display-graphic-p'.
7155         (display-images-p): Make an alias to `display-graphic-p' if it is
7156         not available.  It is for Emacs version prior to 21.0.105.
7157
7158         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7159         `display-graphic-p'.
7160         (wl-demo-image-type-alist): Ditto.
7161         (display-images-p): Make an alias to `display-graphic-p' if it is
7162         not available.  It is for Emacs version prior to 21.0.105.
7163
7164 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7165
7166         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7167         support.
7168         (wl-generate-user-agent-string): Ditto.
7169
7170         * wl-version.el (wl-version): Update docsting.
7171         (wl-version-status): Ditto.
7172
7173 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7174
7175         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7176         21.0.105.  For Emacs 21.0.104 or earlier.
7177
7178 2001-09-03  Takuo KITAME <kitame@northeye.org>
7179
7180         * wl-e21.el (wl-plugged-init-icons): Use
7181         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7182         (wl-biff-init-icons): Ditto.
7183
7184 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7185
7186         * wl-highlight.el (wl-highlight-summary-current-line):
7187         Fixed highlighting refile/copy destination.
7188
7189         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7190         (wl-acap-store): Encode string by wl-acap-coding-system.
7191
7192 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7193
7194         * wl-acap.el (toplevel): Check and require 'un-define before
7195         'xemacs-ucs;
7196          Added checking for UTF-2000.
7197
7198 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7199
7200         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7201         Don't enclose with `eval-and-compile'.
7202
7203         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7204         wl-init is non-nil.
7205
7206         * wl-draft.el (wl-draft): Ditto.
7207
7208         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7209
7210         * wl-acap.el (toplevel): Require 'wl.
7211         (wl-acap-store): Call `elmo-init'.
7212
7213         * wl.el (wl): Changed position of `wl-check-environment'.
7214         (toplevel): Added autoload setting for wl-acap.
7215
7216         * wl-vars.el (wl-setting): New custom group.
7217         (wl-from): Added wl-setting group.
7218         (wl-user-mail-address-list): Ditto.
7219         (wl-organization): Ditto.
7220         (wl-subscribed-mailing-list): Ditto.
7221         (wl-envelope-from): Ditto.
7222         (wl-smtp-posting-user): Ditto.
7223         (wl-smtp-posting-server): Ditto.
7224         (wl-smtp-posting-port): Ditto.
7225         (wl-smtp-authenticate-type): Ditto.
7226         (wl-pop-before-smtp-user): Ditto.
7227         (wl-pop-before-smtp-server): Ditto.
7228         (wl-pop-before-smtp-port): Ditto.
7229         (wl-pop-before-smtp-authenticate-type): Ditto.
7230         (wl-nntp-posting-server): Ditto.
7231         (wl-nntp-posting-user): Ditto.
7232         (wl-nntp-posting-port): Ditto.
7233         (wl-fetch-confirm-threshold): Ditto.
7234         (wl-prefetch-threshold): Ditto.
7235         (wl-thread-insert-opened): Ditto.
7236         (wl-ldap-server): Ditto.
7237         (wl-ldap-port): Ditto.
7238         (wl-ldap-base): Ditto.
7239         (wl-ldap-objectclass): Ditto.
7240         (wl-use-ldap): Ditto.
7241         (wl-draft-config-alist): Ditto.
7242         (wl-draft-config-matchone): Ditto.
7243         (wl-template-alist): Ditto.
7244         (wl-message-sort-field-list): Ditto.
7245         (wl-message-ignored-field-list): Ditto.
7246         (wl-message-visible-field-list): Ditto.
7247         (wl-interactive-send): Ditto.
7248         (wl-summary-move-order): Ditto.
7249         (wl-auto-select-first): Ditto.
7250         (wl-auto-select-next): Ditto.
7251         (wl-interactive-save-folders): Ditto.
7252
7253         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7254         Initialization codes are moved from wl-local-folder-init.
7255         (wl-local-folder-init): Follow the change above.
7256         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7257
7258         * wl-acap.el: New file.
7259
7260         * Version number is increased to 2.7.3.
7261
7262 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7263
7264         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7265
7266 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7267
7268         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7269         (wl-addrmgr-address-entry-list): Ditto.
7270
7271 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7272
7273         * wl-e21.el (wl-draft-mode-map): Removed binding for
7274         `wl-draft-insert-x-face-field'.
7275
7276         * wl-mule.el (wl-draft-mode-map): Ditto.
7277
7278         * wl-xmas.el (wl-draft-mode-map): Ditto.
7279
7280         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7281         (wl-cs-autoconv): Ditto.
7282         (wl-cs-local): Ditto.
7283         (wl-use-scoring): Ditto.
7284         (wl-mime-charset): Ditto.
7285         (wl-folder-check-async): Ditto.
7286
7287         * wl.el (toplevel): Ignore nemacs and tm.
7288         (wl-exit): Ditto.
7289
7290         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7291         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7292         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7293         instead of wl-address-petname-add-or-change.
7294         (wl-summary-edit-addresses-subr): Use wl-address-delete
7295         instead of wl-address-petname-delete.
7296
7297         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7298
7299         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7300         if error occured.
7301
7302         * wl-message.el (require): Remove tm support.
7303
7304         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7305
7306         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7307         (wl-folder-jump-to-current-entity): Ditto.
7308         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7309
7310         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7311         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7312         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7313
7314         * wl-mule.el (wl-draft-key-setup): Ditto.
7315
7316         * wl-xmas.el (wl-draft-key-setup): Ditto.
7317
7318         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7319         (wl-draft-std11-parse-addresses): New function.
7320         (wl-draft-parse-mailbox-list): Use it.
7321         (wl-draft): Ignore nemacs.
7322         (wl-draft-reedit): Ditto.
7323
7324         * wl-addrmgr.el: New file.
7325         (Original is wl-rcpt.el written by
7326         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7327         Thanks Kitamoto-san.)
7328
7329         * wl-address.el (wl-address-make-address-list): Modified parsing
7330         process.
7331         (wl-address-delete): Renamed from `wl-address-petname-delete';
7332         Modify wl-address-list too.
7333         (wl-address-add-or-change): Renamed from
7334         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7335
7336 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7337
7338         * wl-highlight.el (wl-highlight-summary-current-line):
7339           Work with transient-mark-mode
7340
7341 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7342
7343         * Version number is increased to 2.7.2.
7344
7345         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7346         instead of elmo-dop-queue-method.
7347
7348 2001-08-06  SAITO Atsunori <sai@yedo.com>
7349
7350         * wl-vars.el (wl-ldap-objectclass): New user option.
7351
7352         * wl-address.el (wl-ldap-make-filter): Use it.
7353
7354 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7355
7356         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7357
7358 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7359
7360         * wl-folder.el (wl-folder): redisplay after folder insertion.
7361
7362         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7363
7364         * wl-summary.el (wl-summary-sync-update):
7365         Change status mark only when new-msgdb exists.
7366         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7367
7368 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7369
7370         * wl-summary.el (wl-summary-open-folder): New function.
7371         (wl-summary-goto-folder-subr): Use it.
7372         (wl-summary-mark-as-important): Fix;
7373         Encache only when no cache exists.
7374
7375 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7376
7377         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7378         Use with-current-buffer.
7379
7380 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7381
7382         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7383         before call `get-buffer'. Fixed parenthesis.
7384         (wl-score-get-header-entry): Clear message and help window when
7385         keyboard quit.
7386         (wl-score-edit-insert-header): Ditto.
7387
7388 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7389
7390         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7391         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7392         (wl-default-draft-cite): Fix.
7393
7394         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7395         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7396
7397 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7398
7399         * wl-message.el (wl-message-prev-page): Do same bahavior
7400         as summary when it is called in the message buffer.
7401         (wl-message-next-page): Ditto.
7402
7403 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7404
7405         * wl-summary.el (wl-summary-forward): Use cache if it is not
7406         section cache.
7407
7408 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7409
7410         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7411         Removed redundant require of elmo-vars.
7412         (wl-biff-state-indicator-on): Changed default value for
7413         xemacs with non-mule environment.
7414
7415         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7416         wl-message-buffer is nil;
7417         Hide progress bar after moving messages.
7418
7419 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7420
7421         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7422         message at cursor point is deleted.
7423
7424 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7425
7426         * wl-vars.el: Changed file coding system to euc-japan.
7427         Added -*-coding:-*- magic to the first line.
7428
7429         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7430         Search parent from the first message.
7431
7432         * Version number is increased to 2.7.1.
7433
7434 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7435
7436         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7437
7438 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7439
7440         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7441         refile/delete execution.
7442
7443         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7444         Fixed docstring.
7445
7446 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7447
7448         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7449         do update process;
7450         Don't update marks when update process is interrupted.
7451
7452 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7453
7454         * wl-summary.el (wl-summary-reply): Fixed problem when
7455         wl-draft-use-frame is non-nil.
7456         (wl-summary-forward): Ditto.
7457
7458         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7459         as nil.
7460         (wl-folder-mark-as-read-all-entity): Ditto.
7461         (wl-folder-prefetch-entity): Ditto.
7462
7463         * wl.el (wl): Check environment before wl-init.
7464
7465         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7466         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7467         instead of wl-summary-collect-unread.
7468         (wl-summary-reply): Split message window.
7469
7470 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7471
7472         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7473         only if current language environment is japanese,
7474
7475         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7476         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7477         (wl-folder-goto-folder-subr): Ditto.
7478
7479         * wl-draft.el (wl-draft-dispatch-message): Call
7480         `elmo-file-cache-get-path'.
7481
7482 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7483
7484         * wl-summary.el (wl-summary-cursor-move): If return value of
7485         wl-summary-next-message is not number, don't jump.
7486
7487 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7488
7489         * wl-summary.el (wl-summary-buffer-next-message-function): New
7490         variable.
7491         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7492         if it is bound.
7493
7494         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7495         string.
7496
7497         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7498         (wl-plugged-drawing): Ditto.
7499
7500 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7501
7502         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7503         process.
7504         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7505         with unwind-protect.
7506
7507         * wl.el (wl-init): Require mime-setup.
7508         (wl-check-environment): Don't require mime-setup.
7509
7510         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7511         instead of elmo-folder-type.
7512
7513         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7514         value as nil.
7515
7516 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7517
7518         * Version number is increased to 2.7.0.
7519
7520         * wl-version.el (wl-version): Changed codename.
7521
7522         * wl-summary.el (wl-summary-delete-cache): Fixed.
7523
7524         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7525         Workaround for net folders.
7526         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7527
7528         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7529         value to nil (According to the patch from
7530         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7531
7532         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7533         of elmo-folder-close.
7534
7535 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7536
7537         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7538         for postfix.
7539
7540 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7541
7542         * wl-summary.el (wl-summary-resend-message): Fixed.
7543
7544         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7545         Call wl-draft with `from' argument if its address is included in
7546         `wl-user-mail-address-list'.
7547         (wl-draft): Added `from' argument.
7548
7549         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7550         non-nil.
7551         (wl): Don't show demo if wl-demo is nil.
7552
7553         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7554         wl-summary-use-frame.
7555
7556         * wl-vars.el (wl-summary-use-frame): New user option.
7557         (wl-folder-use-frame): Changed docstring.
7558
7559         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7560         non-nil.
7561         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7562         wl-summary-use-frame.
7563
7564         * wl-vars.el (wl-folder-use-frame): New user option.
7565
7566         * wl-summary.el (wl-summary-exit): Back to folder frame if
7567         wl-folder-use-frame is non-nil.
7568         (wl-summary-redisplay-internal): Ignore cache if current folder
7569         is draft folder,
7570         (wl-summary-redisplay-no-mime): Ditto.
7571         (wl-summary-redisplay-all-header): Ditto.
7572
7573         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7574         if wl-folder-use-frame is non-nil.
7575
7576 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7577
7578         * wl-summary.el (wl-summary-sync-update): Bind
7579         elmo-folder-update-threshold.
7580         (wl-summary-mark-as-important): Enclosed server mark processing
7581         with `save-match-data'.
7582
7583         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7584         only when it is already defined.
7585
7586 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7587
7588         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7589         name of folder exclude localdir is wrong.
7590         * wl-folder.el (wl-folder-sync-entity):
7591         Set `wl-summary-always-sticky-folder-list' as nil.
7592         (wl-folder-mark-as-read-all-entity): Ditto.
7593         (wl-folder-prefetch-entity): Ditto.
7594
7595 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7596
7597         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7598         instead of `wl-summary-write-current-newsgroup'.
7599
7600 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7601
7602         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7603         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7604         non-nil and selected message is important, do not display.
7605
7606 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7607
7608         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7609
7610 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7611
7612         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7613
7614         * wl-summary.el (wl-summary-mark-as-important): Set message number
7615         using wl-summary-message-number.
7616
7617 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7618
7619         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7620         destination folder is 'null.
7621
7622 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7623
7624         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7625         New function.
7626         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7627         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7628         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7629
7630 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7631
7632         * wl-mime.el (wl-mime-setup): Added setting for
7633         `mime-setup-signature-key-alist' to avoid overriding key bind for
7634         `wl-draft-send'.
7635
7636         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7637         for `wl-draft-send'.
7638         * wl-mule.el (wl-draft-overload-functions): Ditto.
7639         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7640         * wl-draft.el (wl-draft-send): Ditto.
7641
7642         * wl-message.el (wl-message-display-internal):
7643         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7644         (Patch is provided by <kita@coe.nttdata.co.jp>).
7645
7646 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7647
7648         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7649
7650 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7651
7652         * wl.el (wl): Fix for wl-demo.
7653
7654 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7655
7656         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7657
7658 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7659
7660         * wl-folder.el (wl-folder-prefetch-entity): Use
7661         `wl-folder-get-elmo-folder'.
7662         (wl-folder-count-incorporates): Do not use
7663         `wl-folder-get-elmo-folder'.
7664
7665 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7666
7667         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7668         instead of `elmo-folder-get-type'.
7669
7670 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7671
7672         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7673         position on Subject: field.
7674         (Advised by Mito <mit@nines.nec.co.jp>)
7675
7676 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7677
7678         * wl-folder.el (wl-folder-prefetch-entity): Use
7679         `wl-folder-get-elmo-folder'.
7680
7681 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7682
7683         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7684
7685         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7686         `process-duplicates' slot.
7687
7688         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7689         if detection failed.
7690
7691 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7692
7693         * wl-version.el (wl-version-status): Set to "alpha".
7694
7695 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7696
7697         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7698         Check wl-message-buffer lives before set-buffer.
7699
7700 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7701
7702         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7703         called in folder mode.
7704         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7705         * wl-summary.el (wl-summary-exit-pre-hook): Run
7706         `wl-summary-exit-pre-hook' before exit summary mode.
7707
7708 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7709
7710         * wl-version.el (wl-version-status): New variable.
7711         (wl-version-status-alist): Removed.
7712         (wl-version-status): Rule included.
7713
7714 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7715
7716         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7717         @sponichi.
7718
7719         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7720         when `mail-reply-buffer' is buffer-local variable.
7721         (Reported by <kita@coe.nttdata.co.jp>).
7722
7723 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7724
7725         * wl-vars.el (toplevel): Require 'elmo-util.
7726
7727 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7728
7729         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7730         (All other related portions are changed)
7731
7732         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7733
7734         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7735
7736 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7737
7738         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7739
7740 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7741
7742         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7743         Delete other windows to avoid an error.
7744         Use `point-marker' instead of `point' to remember the start point
7745         of body.
7746
7747         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7748
7749         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7750         number not to exceed all message number.
7751
7752 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7753
7754         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7755         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7756
7757 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7758
7759         * wl-summary.el (wl-summary-sync-force-update): Added argument
7760         no-check.
7761         (wl-summary-sync-update): Ditto.
7762         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7763         with `no-check'.
7764
7765         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7766         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7767         already running.
7768
7769 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7770
7771         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7772         `dst-folder-arg'.
7773         (wl-expire-archive-number1): Diito.
7774         (wl-expire-archive-number2): Diito.
7775         (wl-expire-archive-Date): Diito.
7776         (wl-archive-number1): Diito.
7777         (wl-archive-number2): Diito.
7778         (wl-archive-date): Diito.
7779         (wl-archive-folder-p): New function.
7780         (wl-summary-expire): Support of expand folder name at
7781         wl-expire-alist.
7782         * wl-util.el (wl-expand-newtext): Renamed from
7783         `wl-refile-expand-newtext'.
7784
7785 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7786
7787         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7788         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7789         `(elmo-msgdb-get-overview msgdb)'.
7790         (wl-summary-prefetch): Bind match data before call
7791         `wl-summay-prefetch-msg'.
7792         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7793         'off if `wl-summary-buffer-disp-msg' is non-nil.
7794         Fixed problem that couldn't show only one new or unread message when
7795         enter folder.
7796         (wl-summary-reply): Don't call `split-window-vertically' and other
7797         window.
7798
7799 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7800
7801         * wl-expire.el (wl-expire-refile): Fixed.
7802
7803 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7804
7805         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7806
7807         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7808         biff notification is removed.
7809
7810         * wl.el (wl): Changed position of `elmo-init'.
7811
7812         * wl-draft.el (wl-default-draft-cite): Use date field
7813         on the citation buffer.
7814
7815         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7816
7817         * wl-xmas.el (wl-folder-internal-icon-list): Added
7818         `wl-folder-shimbun-image'.
7819
7820         * wl-e21.el (wl-folder-internal-icon-list): Added
7821         `wl-folder-shimbun-image'.
7822
7823 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7824
7825         * wl.el (wl-init): Eliminated argument.
7826         (wl): Rewrite.
7827
7828         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7829         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7830         instead of `elmo-folder-msgdb-internal'.
7831         (wl-summary-sync-update): Ditto.
7832         (wl-summary-flush-pending-append-operations): Eliminated.
7833         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7834         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7835         `elmo-folder-open'.
7836
7837         * wl-mime.el (wl-summary-burst): Fixed.
7838
7839         * wl-folder.el (wl-folder-info-save): Check data type.
7840
7841         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7842         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7843         instead of `elmo-folder-msgdb-internal'.
7844         (wl-expire-hide): Ditto.
7845
7846
7847         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7848
7849 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7850
7851         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7852
7853 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7854
7855         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7856
7857 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7858
7859         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7860         Fixed `match-beginning' argument mismatch.
7861
7862 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7863
7864         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7865         the default value.
7866
7867 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7868
7869         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7870         instead of `elmo-nntp-default-port'.
7871
7872         * wl-vars.el: Fixed some doc strings.
7873
7874 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7875
7876         * wl-summary.el (wl-summary-prefetch-msg): Use
7877         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7878
7879         * wl-vars.el: Define *-func as obsolete variable using
7880         `elmo-define-obsolete-variable'.
7881
7882         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7883         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7884         instead of `wl-message-buffer-prefetch-threshold'.
7885
7886         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7887
7888         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7889
7890         * wl-draft.el (wl-caesar-region-func): Ditto.
7891
7892         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7893         Keep unread status in elmo-folder-move-messages.
7894         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7895
7896 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7897
7898         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7899         `wl-summary-buffer-exit-func'
7900         (wl-summary-buffer-message-redisplay-function): Renamed from
7901         `wl-summary-buffer-message-redisplay-func'
7902         (wl-summary-buffer-next-folder-function): Renamed from
7903         `wl-summary-buffer-next-folder-func'.
7904         (wl-summary-buffer-prev-folder-function): Renamed from
7905         `wl-summary-buffer-prev-folder-func'.
7906         (wl-summary-get-petname-function): Renamed from
7907         `wl-summary-get-petname-func'.
7908
7909         * wl-score.el (wl-score-edit-exit-function): Renamed from
7910         `wl-score-edit-exit-func'.
7911
7912         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7913         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7914
7915         * wl-util.el (wl-load-profile-function): Renamed from
7916         `wl-load-profile-func'.
7917
7918         * wl-folder.el (wl-folder-completion-function): Renamed from
7919         `wl-folder-completion-func'.
7920         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7921
7922         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7923         `wl-expire-archive-get-folder-func'.
7924         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7925         (wl-draft-send-mail-function): Renamed from
7926         `wl-draft-send-mail-func'.
7927         (wl-draft-send-news-function): Renamed from
7928         `wl-draft-send-news-func'.
7929         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7930         (wl-generate-mailer-string-function): Renamed from
7931         `wl-generate-mailer-string-func'.
7932         (wl-highlight-signature-search-function): Renamed from
7933         `wl-highlight-signature-search-func'.
7934         (wl-highlight-x-face-function): Renamed from
7935         `wl-highlight-x-face-func'
7936         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7937         (wl-ps-print-buffer-function): Renamed from
7938         `wl-ps-print-buffer-func'
7939         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7940         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7941         (wl-summary-subject-filter-function): Renamed from
7942         `wl-summary-subject-filter-func'.
7943
7944         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7945         `wl-draft-queue-flush-send-func'
7946         (wl-draft-cite-function): Renamed from
7947         `wl-draft-cite-func'
7948
7949         * wl-address.el (wl-address-init-function): Renamed from
7950         `wl-address-init-func'.
7951
7952 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7953
7954         * wl-draft.el (wl-draft-queue-flush): Don't call
7955         `elmo-dop-unlock-message'.
7956         * wl-draft.el (wl-draft-queue-append): Don't call
7957         `elmo-dop-lock-message'.
7958
7959         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7960         (wl-summary-buffer-folder-name): Ditto.
7961         (wl-summary-message-regexp): Added '-' (all other related portions
7962         are changed).
7963         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7964         wl-summary-buffer-folder-name.
7965
7966 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7967
7968         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7969         the number of mails in the folder buffer is not updated by wl-biff.
7970
7971 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7972
7973         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7974         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7975
7976 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7977
7978         * wl-summary.el (wl-summary-next-message):
7979         Return next message number when wl-summary-move-order is nil.
7980
7981 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7982
7983         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7984         `wl-summary-move-spec-alist'.
7985         (wl-summary-move-spec-unplugged-alist): New variable
7986         (Move spec for unplugged status).
7987         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7988         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7989
7990 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7991
7992         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7993         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7994
7995 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7996
7997         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7998         simple quotation to quote the anonymous function.
7999         * tm-wl.el (wl-draft-preview-message): Ditto.
8000
8001 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8002
8003         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8004         Eliminate redundant `save-excursion'.
8005         (wl-highlight-summary-current-line): Ditto.
8006
8007         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8008         accessing match data when `looking-at' failed.
8009
8010         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8011         `elmo-match-string' where users don't care about the speed.
8012         (wl-draft-save): Ditto.
8013
8014 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8015
8016         * wl-util.el (wl-regexp-opt): New function.
8017
8018         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8019         number from `wl-summary-buffer-number-list'.
8020         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8021         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8022         (wl-summary-move-spec-alist): Changed default setting.
8023
8024 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8025
8026         * wl-vars.el (wl-biff-notify-hook): New hook.
8027         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8028         the arrival of new mail.
8029         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8030         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8031
8032 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8033
8034         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8035
8036 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8037
8038         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8039
8040         * Version number is increased to 2.5.8.
8041
8042         * wl-thread.el (toplevel): require 'cl.
8043         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8044         (wl-thread-make-number-list): New function.
8045         (wl-thread-entity-make-number-list-from-children): Ditto.
8046         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8047         (wl-thread-entity-insert-as-children): Likewise.
8048         (wl-thread-delete-message): Likewise.
8049         (wl-meaning-of-mark): Eliminated.
8050         (wl-thread-next-failure-mark-p): Ditto.
8051         (wl-thread-entity-get-mark): Ditto.
8052         (wl-thread-meaning-alist-get-result): Ditto.
8053         (wl-thread-entity-check-prev-mark): Ditto.
8054         (wl-thread-entity-check-next-mark): Ditto.
8055         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8056         (wl-thread-entity-get-prev-marked-entity): Ditto.
8057         (wl-thread-get-prev-unread): Ditto.
8058         (wl-thread-jump-to-prev-unread): Ditto.
8059         (wl-thread-get-next-unread): Ditto.
8060         (wl-thread-jump-to-next-unread): Ditto.
8061         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8062         (wl-thread-entity-get-next-marked-entity): Ditto.
8063
8064         * wl-summary.el (wl-summary-buffer-number-list):
8065         New bufer-local variable.
8066         (wl-summary-switch-to-clone-buffer): Clone
8067         `wl-summary-buffer-number-list'.
8068         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8069         (wl-summary-cursor-move-regex): Eliminated.
8070         (wl-summary-cursor-up): Rewrite.
8071         (wl-summary-cursor-down): Ditto.
8072         (wl-summary-mode-spec-alist): New variable.
8073         (wl-summary-next-message): New inline function.
8074         (wl-summary-cursor-move): New function.
8075         (wl-summary-default-get-next-msg): Rewrite.
8076         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8077         (wl-summary-rescan): Ditto.
8078         (wl-summary-sync-all-init): Ditto.
8079         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8080         summary is not thread view.
8081         (wl-summary-sync-update): Ditto.
8082         (wl-summary-rescan): Ditto.
8083         (wl-summary-make-number-list): New function.
8084
8085         * wl-draft.el: "FCC" -> "Fcc".
8086
8087 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8088
8089         * wl-highlight.el (wl-highlight-summary-window):
8090         Call `set-buffer-modified-p'.
8091
8092         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8093         (wl): Call `elmo-init' and fix.
8094
8095         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8096         Use new variables.
8097
8098         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8099
8100 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8101
8102         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8103
8104 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8105
8106         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8107
8108 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8109
8110         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8111         `wl-use-toolbar' nor `display-graphic-p'.
8112         (wl-e21-setup-message-toolbar): Ditto.
8113         (wl-e21-setup-summary-toolbar): Ditto.
8114         (wl-e21-setup-folder-toolbar): Ditto.
8115
8116         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8117         (wl-plugged-init-icons): Ditto.
8118
8119         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8120         `display-graphic-p'.
8121         (wl-plugged-set-folder-icon): Ditto.
8122         (wl-highlight-plugged-current-line): Ditto.
8123         (wl-highlight-folder-current-line): Ditto.
8124         (wl-e21-highlight-folder-group-line): Ditto.
8125         (wl-e21-setup-toolbar): Ditto.
8126         (wl-e21-display-image-p): New macro.
8127
8128         * wl-demo.el (wl-demo): Simplified.
8129         (wl-demo-image-type-alist): Use `image-type-available-p' for
8130         checking whether the image type `xbm' is available.
8131
8132 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8133
8134         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8135         (wl-summary-input-range): Ditto.
8136
8137 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8138
8139         * wl-summary.el (wl-summary-edit-addresses): Use
8140         `wl-summary-get-original-buffer'
8141         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8142         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8143         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8144         (wl-summary-get-newsgroups): Eliminated.
8145         (wl-summary-set-crosspost): Ditto.
8146         (wl-summary-is-crosspost-folder): Ditto.
8147         (wl-crosspost-alist-load): Ditto.
8148         (wl-crosspost-alist-save): Ditto.
8149
8150         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8151         `elmo-setup-subscribed-newsgroups' instead of
8152         `elmo-nntp-make-groups-hashtb'.
8153         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8154         instead of `wl-crosspost-alist-save'.
8155
8156         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8157         of `elmo-folder-message-appendable-p'.
8158         (wl-mime-header-presentation-method): Eliminated.
8159
8160         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8161         (Error occurs in emacs21).
8162
8163         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8164         the current buffer).
8165
8166         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8167         instead of `wl-crosspost-alist-save'.
8168         (wl-init): `elmo-crosspost-message-alist-load'
8169         instead of `wl-crosspost-alist-load'
8170
8171         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8172         (wl-parse-newsgroups): Likewise.
8173         (wl-biff-notify): Run `wl-biff-notify-hook'.
8174
8175 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8176
8177         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8178
8179         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8180         when `wl-summary-lazy-highlight' is non-nil.
8181         (wl-summary-goto-folder-subr): Highlight only when
8182         `wl-summary-lazy-highlight' is non-nil.
8183
8184         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8185         Don't display progress and highlight temp-mark when
8186         `wl-summary-lazy-highlight' is non-nil.
8187         (wl-highlight-summary-window): New function.
8188         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8189
8190 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8191
8192         * wl-summary.el (wl-summary-sync): Change `all-visible'
8193         from `all-shown'
8194         (wl-summary-input-range): Ditto.
8195
8196 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8197
8198         * wl-e21.el (wl-highlight-folder-current-line): Call
8199         `wl-folder-init-icons' when folder icons have not been initialized.
8200
8201         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8202
8203         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8204         (wl-demo-image-type-alist): New macro.
8205
8206 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8207
8208         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8209         display does not support graphics.
8210         (wl-plugged-init-icons): Ditto.
8211         (wl-folder-init-icons): Ditto.
8212
8213         * wl-demo.el (wl-demo): Chech closely whether the display
8214         supports graphics.
8215
8216 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8217
8218         * wl-summary.el (wl-summary-get-original-buffer): New function.
8219         (wl-summary-set-crosspost): Use it.
8220         (wl-summary-target-mark-uudecode): Ditto.
8221         (wl-summary-reedit): Ditto.
8222         (wl-summary-resend-bounced-mail): Ditto.
8223         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8224         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8225
8226         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8227         (wl-message-display-internal): Ditto.
8228
8229 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8230
8231         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8232
8233 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8234
8235         * wl-summary.el (wl-summary-save-view): Renamed from
8236         `wl-summary-save-status'.
8237
8238 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8239
8240         * wl-summary.el (wl-summary-sync): Added `all-shown'
8241
8242 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8243
8244         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8245
8246 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8247
8248         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8249
8250 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8251
8252         * wl-highlight.el (wl-highlight-summary-line-string): Use
8253         `zerop' instead of `= 0'.
8254         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8255
8256         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8257         for comparing numbers.
8258         (wl-template-prev): Use `zerop' instead of `eq 0'.
8259
8260         * wl-draft.el (wl-draft-insert-current-message): Use
8261         `with-current-buffer' instead of `save-excursion'.
8262         Use `zerop' instead of `eq 0'.
8263
8264 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8265
8266         * wl-draft.el (wl-draft-insert-ccs): New function.
8267         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8268         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8269
8270 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8271
8272         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8273
8274 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8275
8276         * wl-expire.el (wl-expire-refile): Don't call
8277         elmo-msgdb-add-msgs-to-seen-list;
8278         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8279         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8280
8281 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8282
8283         * wl-message.el (wl-message-prev-page): Ignore errors while
8284         scroll-down.
8285
8286 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8287
8288         * wl-mime.el: Use elmo-original-message-mode instead of
8289         mmelmo-original-mode.
8290
8291         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8292         `elmo-folder-get-spec';
8293         (wl-fldmgr-add-completion-all-completions):
8294         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8295
8296         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8297         of `elmo-folder-get-type'.
8298
8299         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8300         `elmo-folder-get-spec';
8301         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8302         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8303         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8304         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8305         `elmo-read-msg-no-cache';
8306         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8307         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8308         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8309         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8310         `elmo-cache-save';
8311         (wl-draft-reedit): Use `elmo-message-file-name'.
8312
8313         * wl-expire.el: Use `elmo-folder-name-internal';
8314         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8315         Use macro `wl-summary-buffer-msgdb' instead of variable
8316         `wl-summary-buffer-msgdb';
8317         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8318         Use macro `wl-summary-buffer-folder-name' instead of variable
8319         `wl-summary-buffer-folder-name'.
8320         * wl-score.el: Likewise.
8321
8322         * wl-message.el: Rewrite for new message buffer cache mechanism.
8323         (wl-message-buffer-cache-buffer-get): New macro.
8324         (wl-message-buffer-cache-folder-get): Ditto.
8325         (wl-message-buffer-cache-message-get): Ditto.
8326         (wl-message-buffer-cache-entry-make): Ditto.
8327         (wl-message-buffer-cache-hit): Ditto.
8328         (wl-message-buffer-cache-sort): New function.
8329         (wl-message-buffer-cache-add): Ditto.
8330         (wl-message-buffer-cache-delete): Ditto.
8331         (wl-message-buffer-cache-clean-up): Ditto.
8332         (wl-message-buffer-window): Rewrite.
8333         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8334         (wl-message-buffer-display): New function.
8335         (wl-message-display-internal): New function.
8336
8337 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8338
8339         * wl-folder.el: Use `elmo-folder-name-internal';
8340         Use `wl-folder-get-elmo-folder';
8341         Use `elmo-folder-list-messages' instead of
8342         `elmo-list-folder';
8343         Use `elmo-folder-get-primitive-list' instead of
8344         `elmo-folder-get-primitive-spec-list';
8345         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8346         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8347         Use `elmo-folder-create' instead of `elmo-create-folder'.
8348         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8349         (wl-folder-get-elmo-folder): New macro.
8350         (wl-folder-elmo-folder-cache-get): Ditto.
8351         (wl-folder-elmo-folder-cache-put): Ditto.
8352         (wl-folder-suspend): Call `elmo-quit'.
8353
8354         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8355         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8356         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8357         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8358         (toplevel): require 'cl.
8359         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8360
8361         * wl-summary.el: Rewrite to use new elmo interface.
8362
8363 \f
8364 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8365
8366         * wl-mime.el (wl-draft-preview-message):
8367         Run `wl-draft-send-hook' before collecting recipients information;
8368         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8369
8370         * tm-wl.el (wl-draft-preview-message): Ditto.
8371
8372 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8373
8374         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8375         wrong recipients are displayed when forwarded message.
8376
8377 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8378
8379         * Version number is increased to 2.5.7.
8380
8381 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8382
8383         * wl-message.el (wl-message-next-page): Bind
8384         `window-pixel-scroll-increment' to nil while scrolling up.
8385
8386 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8387
8388         * wl-vars.el (wl-save-hook): New hook.
8389         * wl.el (wl-save): Call `wl-save-hook'.
8390
8391 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8392
8393         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8394         Argument WITH-ARG instead of NO-ARG (negative mean).
8395         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8396         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8397         * wl-message.el (wl-message-follow-current-entity): Likewise.
8398
8399 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8400
8401         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8402         FROM was optional argument.
8403         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8404
8405 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8406
8407         * Version number is increased to 2.5.6.
8408
8409 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8410
8411         * wl-version.el (wl-version-show): Removed.
8412         (wl-version): Add `interactive'.
8413
8414 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8415
8416         * wl-summary.el (wl-summary-get-petname-func): New variable.
8417         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8418         instead of `wl-address-get-petname-1'.
8419         (wl-summary-simple-from): Ditto.
8420
8421         * wl-address.el (wl-address-get-petname-1): Define as function.
8422
8423 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8424
8425         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8426         field in the original message.
8427         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8428
8429 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8430
8431         * wl-expire.el (wl-expire-hide):
8432         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8433
8434 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8435
8436         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8437         find decoder for To, Cc, and Subject.
8438
8439 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8440
8441         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8442         for checking `elmo-use-buffer-cache'.
8443         (wl-summary-mark-as-important): Fixed typo in comment.
8444
8445 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8446
8447         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8448         field in the original message.
8449         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8450
8451 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8452
8453         * wl-expire.el (wl-expire-hide):
8454         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8455
8456 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8457
8458         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8459         find decoder for To, Cc, and Subject.
8460
8461 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8462
8463         * Version number is increased to 2.5.5.
8464
8465         * wl-address.el (wl-address-specials-regexp): New constant.
8466         (wl-address-quote-specials): Use it.
8467
8468 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8469
8470         * wl-summary.el (wl-summary-rescan):
8471         Call `wl-summary-buffer-number-column-detect'.
8472         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8473
8474         * wl-message.el (wl-message-mode-map): Define.
8475         (wl-message-decode): Use it as local-map.
8476
8477 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8478
8479         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8480         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8481
8482 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8483
8484         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8485
8486         * wl-mule.el (wl-read-event-char): Ditto.
8487
8488         * wl-e21.el (wl-read-event-char): Ditto.
8489
8490         * wl-nemacs.el (wl-read-event-char): Ditto.
8491         (read-event): Removed.
8492
8493         * wl-util.el (toplevel): Removed dummy definition of
8494         `read-event'.
8495         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8496
8497 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8498
8499         * wl-nemacs.el (elmo-archive-call-process): Moved to
8500         elmo-archive.el.
8501
8502 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8503
8504         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8505         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8506
8507         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8508         instead of magic-number 6.  Use `not' instead of `null' for symbol
8509         `nil' check (not empty list).
8510         (wl-draft-insert-x-face-field): Fixed paren style.
8511
8512         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8513         one-branch conditional statement, instead of `and' and `if'.
8514         (wl-draft-forward): Likewise.
8515         (wl-draft-add-references): Likewise.
8516         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8517
8518         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8519         conditional steatment.  Use `cond' instead of `if'.
8520         (wl-draft-confirm): Likewise.
8521
8522 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8523
8524         * wl-version.el (wl-version-show): Use `product-string-1'
8525         instead of `wl-version'.
8526         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8527
8528         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8529
8530 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8531
8532         * wl-highlight.el (wl-highlight-headers): Revert
8533         `wl-highlight-x-face-func' argument (`beg' and `end').
8534
8535 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8536
8537         * wl.el (toplevel): Move `product-provide' declare.
8538         * wl-demo.el (toplevel): Ditto.
8539         * wl-dnd.el (toplevel): Ditto.
8540         * wl-highlight.el (toplevel): Ditto.
8541         * wl-message.el (toplevel): Ditto.
8542         * wl-refile.el (toplevel): Ditto.
8543         * wl-util.el (toplevel): Ditto.
8544
8545 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8546
8547         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8548         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8549         (wl-thread-close-all): keep cursor position.
8550
8551 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8552
8553         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8554         (eq x 0).
8555         (wl-generate-user-agent-string-1): Fix conditional statement.
8556
8557 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8558
8559         * wl.el (wl-check-environment): Additional check for
8560         'wl-local-domain' and `wl-message-id-domain'.
8561
8562 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8563
8564         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8565
8566 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8567
8568         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8569         instead of `smtp-sasl-user-realm'.
8570
8571 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8572
8573         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8574
8575 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8576
8577         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8578         to the default value as well as `eword-lexical-analyzer'.
8579
8580 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8581
8582         * wl-version.el (wl-extended-emacs-version,
8583         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8584         `elmo-match-string' instead of `wl-match-string'.
8585
8586 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8587
8588         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8589         docstring.
8590
8591 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8592
8593         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8594
8595 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8596
8597         * wl-highlight.el (wl-highlight-headers): Remove
8598         `wl-highlight-x-face-func' argument (`beg' and `end').
8599
8600 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8601
8602         * wl-summary.el (wl-summary-mark-as-important):
8603         Remove cache if folder is local.
8604
8605 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8606
8607         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8608         to get existing e-mail address string.
8609
8610 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8611
8612         * wl-version.el (wl-generate-user-agent-string): Commentary.
8613         (wl-generate-user-agent-string-1): Use `when' for
8614         one-branch conditional statement, instead of `and' and `if'.
8615         (wl-extended-emacs-version, wl-extended-emacs-version2,
8616         wl-extended-emacs-version3): Ditto.
8617
8618 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8619
8620         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8621         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8622         condition-case; Remove initialization.
8623         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8624         (wl-summary-sync-update3): Added argument `sync-all';
8625         Eliminated local variable `msgdb';
8626         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8627         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8628         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8629
8630 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8631
8632         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8633         connection before call `wl-draft-send-mail-with-smtp'.
8634
8635 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8636
8637         * Version number is increased to 2.5.4.
8638
8639 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8640
8641         * wl.el (wl-check-environment): Additional check for
8642         'wl-local-domain' and `wl-message-id-domain'.
8643
8644 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8645
8646         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8647         buffer as command specific.
8648         (wl-folder-mark-as-read-all-entity): Ditto.
8649         (wl-folder-prefetch-entity): Ditto.
8650         (wl-folder-drop-unsync-entity): Ditto.
8651
8652         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8653         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8654         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8655
8656         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8657         save-excursion.
8658
8659 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8660
8661         * Version number is increased to 2.5.3.
8662
8663         * wl-summary.el (wl-summary-save-view-cache):
8664         Delete duplicated `write-region';
8665         Use `write-region-as-binary' instead of `as-binary-output-file' and
8666         `write-region'.
8667
8668 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8669
8670         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8671
8672 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8673
8674         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8675         instead of `smtp-via-smtp'.
8676
8677 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8678
8679         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8680
8681 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8682
8683         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8684         instead of `smtp-sasl-user-realm'.
8685
8686 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8687
8688         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8689
8690 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8691
8692         * Version number is increased to 2.5.2.
8693
8694 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8695
8696         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8697         does not exist.
8698         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8699         (wl-biff-start): Call `timer-activate' if timer already exists.
8700
8701         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8702         only when it is bound as function.
8703
8704 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8705
8706         * Version number is increased to 2.5.1.
8707
8708 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8709
8710         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8711         Print refile/copy destination.
8712
8713 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8714
8715         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8716         queue-flush-only is non-nil.
8717
8718         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8719
8720         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8721         checking cache folder.
8722
8723 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8724
8725         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8726         `regexp-quote'.
8727
8728 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8729
8730         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8731         function.
8732         * wl-summary.el (wl-summary-write-current-folder-functions):
8733         Change default value.  Use it.
8734
8735 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8736
8737         * Version number is increased to 2.5.0.
8738
8739         * wl-version.el (wl-version): Changed codename.
8740
8741 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8742
8743         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8744         (wl-summary-supersedes-message): Ditto.
8745
8746 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8747
8748         * wl-refile.el (wl-refile-guess-functions): Renamed from
8749         `wl-refile-guess-func-list'.
8750
8751 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8752
8753         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8754         Fixed problem when no rule was matched.
8755
8756 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8757
8758         * wl-summary.el (wl-summary-get-mark): Fixed
8759         `wl-summary-buffer-target-mark' check logic.
8760
8761 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8762
8763         * wl-folder.el (wl-folder-write-current-folder): Added group
8764         folder check.
8765
8766         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8767         `wl-summary-write-current-newsgroup'.
8768         (wl-summary-write-current-folder-functions): New variable.
8769         * wl-folder.el (wl-folder-get-newsgroups): New function.
8770         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8771         (wl-folder-write-current-folder): Renamed from
8772         `wl-folder-write-current-newsgroup'.
8773
8774 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8775
8776         * Version number is increased to 2.3.93.
8777
8778 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8779
8780         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8781         (wl-ldap-make-matched-value-list): Ditto.
8782         (wl-ldap-alias-safe-string): Split e-mail address.
8783
8784         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8785         petname folder default was selected.
8786         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8787         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8788
8789 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8790
8791         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8792         to `wl-draft-config-exec'.
8793
8794         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8795         instead of calling `wl-draft-config-exec';
8796         Process group-list and show recipients in minibuffer.
8797
8798         * tm-wl.el (wl-draft-preview-message): Ditto.
8799
8800 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8801
8802         * wl.el (toplevel): Added (C) to copyright notice, and
8803         sync Author header.
8804         * tm-wl.el (toplevel): Ditto.
8805         * wl-address.el (toplevel): Ditto.
8806         * wl-demo.el (toplevel): Ditto.
8807         * wl-dnd.el (toplevel): Ditto.
8808         * wl-draft.el (toplevel): Ditto.
8809         * wl-e21.el (toplevel): Ditto.
8810         * wl-expire.el (toplevel): Ditto.
8811         * wl-folder.el (toplevel): Ditto.
8812         * wl-highlight.el (toplevel): Ditto.
8813         * wl-message.el (toplevel): Ditto.
8814         * wl-mime.el (toplevel): Ditto.
8815         * wl-mule.el (toplevel): Ditto.
8816         * wl-nemacs.el (toplevel): Ditto.
8817         * wl-refile.el (toplevel): Ditto.
8818         * wl-score.el (toplevel): Ditto.
8819         * wl-summary.el (toplevel): Ditto.
8820         * wl-template.el (toplevel): Ditto.
8821         * wl-thread.el (toplevel): Ditto.
8822         * wl-util.el (toplevel): Ditto.
8823         * wl-vars.el (toplevel): Ditto.
8824         * wl-xmas.el (toplevel): Ditto.
8825
8826 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8827
8828         * wl.el (wl-init): Added comment about `wl-init-hook'.
8829         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8830         * wl-vars.el (wl-init-hook): Added docs.
8831         (wl-make-plugged-hook): Removed useless docs.
8832         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8833         * wl-xmas.el (toplevel): Ditto.
8834
8835 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8836
8837         * wl-address.el (toplevel): Fixed multiple Author header format.
8838         * wl-demo.el (toplevel): Ditto.
8839         * wl-draft.el (toplevel): Ditto.
8840         * wl-folder.el (toplevel): Ditto.
8841         * wl-summary.el (toplevel): Ditto.
8842         * wl-thread.el (toplevel): Ditto.
8843         * wl-util.el (toplevel): Ditto.
8844         * wl-vars.el (toplevel): Ditto.
8845         * wl-version.el (toplevel): Ditto.
8846         * wl-xmas.el (toplevel): Ditto.
8847         * wl.el (toplevel): Ditto.
8848
8849         * wl-version.el (toplevel): Added require `elmo-version' for
8850         `product-version-as-string'.
8851
8852 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8853
8854         * wl-vars.el (wl-draft-send-hook): Changed default value to
8855         '(wl-draft-config-exec).
8856
8857         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8858         explicitly.
8859         (wl-draft): Set `wl-draft-config-exec-flag' before running
8860         `wl-mail-setup-hook'.
8861
8862         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8863         `wl-biff-init-icons' to `wl-init-hook' instead of
8864         `wl-make-plugged-hook'.
8865         (Because if `wl-draft' command is invoked at first,
8866         they are not initialized)
8867         Updated copyright notice.
8868
8869         * wl-e21.el (toplevel): Ditto;
8870
8871         * wl-demo.el (toplevel): Updated copyright notice.
8872         * wl-address.el (toplevel): Ditto.
8873         * wl-draft.el (toplevel): Ditto.
8874         * wl-version.el (toplevel): Ditto.
8875         * wl-folder.el (toplevel): Ditto.
8876         * wl-summary.el (toplevel): Ditto.
8877         * wl-thread.el (toplevel): Ditto.
8878         * wl-util.el (toplevel): Ditto.
8879         * wl-vars.el (toplevel): Ditto.
8880         * wl.el (toplevel): Ditto.
8881
8882 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8883
8884         * wl-highlight.el (wl-highlight-message): Fixed problem of
8885         highlighting failure which occured when the last field contains
8886         multiple lines in the draft buffer.
8887
8888         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8889         `wl-biff-start' if plugged.
8890
8891         * wl-util.el (wl-biff-check-folder): New function.
8892         (wl-biff-check-folders): Don't set session name prefix.
8893         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8894         (wl-biff-check-folder-async): Ditto.
8895
8896         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8897         in email address.
8898
8899 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8900
8901         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8902
8903         * wl-draft.el (wl-draft-strip-subject-re): New function.
8904
8905         * wl-draft.el (wl-draft-reply): Use it.
8906
8907 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8908
8909         * wl-message.el (wl-mmelmo-message-redisplay): Use
8910         `mime-display-message' instead of `wl-mime-display-message'.
8911
8912         * wl-mime.el (toplevel): Removed compatibility workaround
8913         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8914         (wl-mime-display-message): Abolished.
8915         (wl-mime-entity-read-field): Ditto.
8916         (wl-mime-combine-message/partial-pieces): Use
8917         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8918
8919 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8920
8921         * wl-template.el: Doc fixes.
8922
8923 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8924
8925         * wl-e21.el (wl-message-overload-functions): Do nothing if
8926         `current-local-map' is not available.
8927         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8928
8929 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8930
8931         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8932         representation.
8933
8934         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8935         number.
8936         (wl-fldmgr-save-folders): Don't use `format' when insert
8937         `wl-fldmgr-folders-header'.
8938
8939 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8940
8941         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8942
8943 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8944
8945         * wl-highlight.el (wl-highlight-message):
8946         Use `std11-field-end' to detect end point of the header field.
8947         Refer `wl-highlight-max-header-size'.
8948
8949         * wl-vars.el (wl-highlight-max-header-size): New variable.
8950
8951         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8952
8953         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8954         Set `for-draft' argument of wl-highlight-headers.
8955         (wl-draft): Ditto.
8956         (wl-draft-reedit): Ditto.
8957         (wl-user-agent-compose-internal): Ditto.
8958
8959 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8960
8961         * wl-message.el (wl-message-add-button): Use overlay.
8962
8963 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8964
8965         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8966
8967         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8968         problem when group-list content is nothing.
8969         (Reported by Mito <mit@nines.nec.co.jp>)
8970
8971 2000-10-18  SAITO Atsunori <sai@yedo.com>
8972
8973         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8974
8975 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8976
8977         * tm-wl.el (toplevel): Use product-provide.
8978
8979 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8980
8981         * Version number is increased to 2.3.92.
8982
8983 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8984
8985         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8986         title text, use `display' property for left margin under Emacs 21.
8987
8988         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8989         properties.
8990         (wl-plugged-init-icons): Ditto.
8991
8992 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8993
8994         * wl.el (wl-save-status, wl-init): Remove last period in
8995         "...done." message.
8996         * tm-wl.el (wl-summary-burst): Ditto.
8997         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8998         wl-summary-resume-cache-status,
8999         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9000         wl-summary-sync-update3, wl-summary-highlight-msgs,
9001         wl-summary-flush-pending-append-operations,
9002         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9003         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9004         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9005         wl-thread-open-all): Ditto.
9006         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9007         * wl-mime.el (wl-summary-burst): Ditto.
9008         * wl-highlight.el (wl-highlight-summary): Ditto.
9009         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9010         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9011         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9012         * wl-address.el (wl-local-address-init): Ditto.
9013
9014 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9015
9016         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9017         `add-text-properties'.
9018         (wl-plugged-init-icons): Ditto.
9019         (wl-folder-init-icons): Use `propertize' instead of
9020         `put-text-property'.
9021         (wl-plugged-set-folder-icon): Ditto.
9022         (wl-e21-highlight-folder-group-line): Ditto.
9023
9024 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9025
9026         * wl-version.el (wl-version-status-alist): New variable.
9027         (wl-version-status): New function.
9028
9029         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9030         "Cc" part of the case "Reply-To".
9031
9032         * wl-draft.el (wl-draft-reply): Use result of
9033         `eword-extract-address-components'.
9034
9035         * wl-demo.el (wl-demo-icon-name): New constant.
9036         (wl-logo-xpm): Use it.
9037         (wl-logo-xbm): Ditto.
9038         (wl-logo-bitmap): Ditto.
9039
9040         * Version number is increased to 2.3.91.
9041
9042 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9043
9044         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9045         (wl-extended-emacs-version, wl-extended-emacs-version2,
9046         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9047         docstring.
9048
9049         * wl-version.el (wl-generate-user-agent-string-1): New function.
9050         (wl-generate-user-agent-string): Use it.
9051
9052         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9053         `mime-edit-insert-user-agent-field'.
9054         (wl-generate-user-agent-string): Check
9055         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9056
9057         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9058         instead of `if', when verbose case.
9059
9060 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9061
9062         * wl-expire.el (wl-summary-expire): Fix.
9063
9064 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9065
9066         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9067         and `elmo-lost+found-folder' if 'wl-draft.
9068         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9069
9070 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9071
9072         * wl-expire.el (wl-summary-expire): Change messages.
9073         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9074         `deleing-info' instead of "Deleting..."
9075
9076 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9077
9078         * wl-summary.el (wl-summary-refile-subr): Fix.
9079
9080 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9081
9082         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9083         if pipe folder.
9084
9085 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9086
9087         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9088
9089 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9090
9091         * wl-expire.el (wl-expire-hide): New function.
9092         (wl-summary-expire): Add `hide'.
9093
9094 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9095
9096         * wl-vars.el (wl-draft-reply-without-argument-list):
9097         Changed default value to consider `Reply-To:'.
9098         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9099
9100         * Version number is increased to 2.3.90.
9101
9102         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9103         elmo-imap4-get-session with unwind-protect.
9104         Don't cause error.
9105         (wl-summary-sync-marks): Don't check plugged nor folder type.
9106         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9107         (Always keep current buffer).
9108
9109 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9110
9111         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9112         Enclose with `save-excursion'.
9113
9114 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9115
9116         * wl-version.el (wl-version): Remove interactive.
9117
9118 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9119
9120         * wl-version.el (wl-generate-user-agent-string): Use
9121         `product-string-verbose' instead of `product-string-1'.
9122
9123 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9124
9125         * wl-vars.el (wl-draft-use-cache): New variable.
9126         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9127         if wl-draft-use-cache is non-nil.
9128
9129 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9130
9131         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9132         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9133
9134 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9135
9136         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9137         (wl-thread-msg-mark-as-unread): Ditto.
9138
9139         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9140         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9141         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9142         Don't set mark in summary if return value of `elmo-mark-as-read'
9143         is nil.
9144         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9145         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9146         instead of `wl-thread-msg-mark-as-read'.
9147         (wl-summary-mark-as-unread-region): Ditto.
9148         (wl-summary-target-mark-mark-as-read): Ditto.
9149
9150         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9151
9152 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9153
9154         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9155
9156         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9157
9158 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9159
9160         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9161         face.
9162
9163 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9164
9165         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9166         `running-xemacs'.
9167
9168 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9169
9170         * wl-version.el (toplevel): Use `product-version-as-string' for
9171         set verstion-string, if defined.
9172
9173         * wl-version.el (wl-version-show): Insert string at point, when
9174         call with argument.
9175
9176         * wl-version.el (wl-generate-user-agent-string): Use
9177         `product-string-1' instead of `wl-appname', `wl-version' and
9178         `wl-codename'.
9179
9180 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9181
9182         * wl-address.el (toplevel): Use product-provide.
9183         * wl-demo.el (toplevel): Ditto.
9184         * wl-dnd.el (toplevel): Ditto.
9185         * wl-draft.el (toplevel): Ditto.
9186         * wl-e21.el (toplevel): Ditto.
9187         * wl-expire.el (toplevel): Ditto.
9188         * wl-fldmgr.el (toplevel): Ditto.
9189         * wl-folder.el (toplevel): Ditto.
9190         * wl-highlight.el (toplevel): Ditto.
9191         * wl-message.el (toplevel): Ditto.
9192         * wl-mime.el (toplevel): Ditto.
9193         * wl-mule.el (toplevel): Ditto.
9194         * wl-nemacs.el (toplevel): Ditto.
9195         * wl-refile.el (toplevel): Ditto.
9196         * wl-score.el (toplevel): Ditto.
9197         * wl-summary.el (toplevel): Ditto.
9198         * wl-template.el (toplevel): Ditto.
9199         * wl-thread.el (toplevel): Ditto.
9200         * wl-util.el (toplevel): Ditto.
9201         * wl-vars.el (toplevel): Ditto.
9202         * wl-xmas.el (toplevel): Ditto.
9203         * wl.el (toplevel): Ditto.
9204
9205 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9206
9207         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9208         instead of product.
9209
9210         * wl-version.el (wl-version): Compile time evalution elmo-version.
9211
9212 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9213
9214         * wl-summary.el (wl-summary-sync-force-update): Append queue
9215         `mark-as-read'if unplugged.
9216
9217 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9218
9219         * wl-version.el: New file.  Use product.el.
9220         * wl.el: add (require 'wl-version).
9221         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9222         for ~/.folders header.
9223         (wl-fldmgr-folders-header): Changed.
9224         * wl-demo.el (wl-demo): Use product.el.
9225
9226         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9227         wl-version.el.
9228         * wl-util.el (wl-version, wl-version-show): Ditto.
9229
9230         * wl-util.el (wl-generate-user-agent-string,
9231         wl-extended-emacs-version, wl-extended-emacs-version2,
9232         wl-extended-emacs-version3): Move to wl-version.el.
9233         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9234         xemacs-codename, mime-edit-insert-user-agent-field,
9235         mime-edit-user-agent-value, mime-editor/version,
9236         mime-editor/codename): Compile warning killer move to
9237         wl-version.el
9238
9239 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9240
9241         * wl-summary.el (wl-summary-refile-subr): Fix.
9242
9243 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9244
9245         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9246         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9247
9248 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9249
9250         * wl.el (wl-check-environment): Check too many `@'.
9251
9252 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9253
9254         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9255
9256 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9257
9258         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9259         wl-draft-reply-myself-without-argument-list): Add variables.
9260         * wl-draft.el (wl-draft-reply): Use it.
9261
9262 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9263
9264         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9265         the 5th argument of `elmo-network-get-spec'.
9266
9267         * wl-thread.el (wl-thread-reparent-children): New inline function.
9268         (wl-thread-delete-message): Use it.
9269
9270         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9271         (wl-summary-score-update-all-lines): Don't use `dolist'.
9272
9273 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9274
9275         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9276         (require 'elmo-msgdb) for inline function.
9277
9278 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9279
9280         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9281
9282 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9283
9284         * wl-score.el (wl-score-headers): Fix for the confusing macro
9285         `elmo-kill-buffer'.
9286
9287 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9288
9289         * wl-summary.el: Don't use the 3rd argument of `require' because
9290         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9291         * wl-util.el: Ditto.
9292         * wl-draft.el: Ditto.
9293
9294 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9295
9296         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9297         window system is not used.
9298
9299 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9300
9301         * wl-thread.el: Don't use `mapcar' only for iteration.
9302         (wl-thread-resume-entity): Ditto.
9303         (wl-thread-delete-message): Ditto.
9304
9305         * wl-summary.el: Bind `dragdrop-drop-functions',
9306         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9307         of `require' for `timezone', `easymenu' and `ps-print';
9308         don't use `mapcar' only for iteration.
9309
9310         * wl-util.el: Bind `mule-version', `nemacs-version',
9311         `emacs-beta-version', `xemacs-codename',
9312         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9313         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9314         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9315         only for iteration.
9316
9317         * wl-score.el: Don't use `mapcar' only for iteration.
9318         (wl-score-simplify-buffer-fuzzy): Ditto.
9319         (wl-score-simplify-subject): Ditto.
9320         (wl-score-headers): Ditto.
9321         (wl-summary-score-update-all-lines): Ditto.
9322
9323         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9324         `enable-multibyte-characters' and `mule-version'.
9325
9326         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9327         `mapcar' only for iteration.
9328
9329         * wl-demo.el: Don't use `mapcar' only for iteration.
9330
9331         * wl-folder.el: Don't use `mapcar' only for iteration.
9332         (wl-folder-open-all): Ditto.
9333         (wl-folder-count-incorporates): Ditto.
9334
9335         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9336         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9337
9338         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9339         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9340         `smtp-connection-type'; specify 3rd argument of `require' for
9341         `timezone'; don't use `mapcar' only for iteration.
9342         (wl-draft-clone-local-variables): Don't use `mapcar'.
9343         (wl-draft-generate-clone-buffer): Ditto.
9344         (wl-user-agent-compose-internal): Ditto.
9345
9346         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9347
9348         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9349         (wl-save-status): Ditto.
9350
9351         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9352         for iteration.
9353
9354 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9355
9356         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9357         removed `Date'.
9358         (wl-fldmgr-make-filter-default): New user option.
9359
9360         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9361         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9362         (wl-fldmgr-filter-completion-alist): Abolish.
9363
9364         * wl.el (wl): Don't check servers if arg is non-nil.
9365
9366         * wl-draft.el (wl-draft-reply): Set only message-id string to
9367         In-Reply-To field.
9368
9369 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9370
9371         * wl-summary.el (wl-summary-pick): Rewrite.
9372
9373         * wl-draft.el (wl-draft-forward): Get references field from
9374         original buffer.
9375         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9376
9377 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9378
9379         * wl-draft.el (wl-draft-forward): Add references field.
9380
9381 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9382
9383         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9384         (wl-draft-reply): Use it.
9385
9386 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9387
9388         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9389         when Emacs 21 is running.
9390
9391         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9392         bindings.
9393
9394 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9395
9396         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9397         XPM icons transparent.
9398
9399         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9400         Emacs 21.
9401
9402 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9403
9404         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9405         nil.
9406
9407         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9408         when it is persistent.
9409         (wl-summary-sync-marks): Changed argument for
9410         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9411         (wl-summary-virtual): Use `elmo-read-search-condition'.
9412         (wl-summary-redisplay-internal): If folder is local, mark as read
9413         even when folder is plugged.
9414
9415 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9416
9417         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9418         of `tool-bar-lines' in the frame parameters.
9419         (after-make-frame-functions, post-command-hook): Don't modify the
9420         value.
9421         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9422         wl-e21-tool-bar-lines): Removed.
9423
9424 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9425
9426         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9427         properties `evaporate' and `wl-momentary-overlay' as well.
9428         (wl-highlight-summary-displaying): Ditto.
9429         (wl-delete-all-overlays): Don't delete overlay which does not have
9430         a property `wl-momentary-overlay'.
9431
9432         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9433         `display-mouse-p' and `display-graphic-p'.
9434         (wl-folder-init-icons): Don't search for XBM or the other files.
9435         (wl-plugged-set-folder-icon): Make icons if and only if
9436         `display-graphic-p' returns non-nil.
9437         (wl-highlight-plugged-current-line): Use `before-string' overlay
9438         property to show icon images.
9439         (wl-highlight-folder-current-line): Ditto.
9440         (wl-e21-highlight-folder-group-line): Ditto.
9441         (wl-e21-highlight-folder-by-numbers): Ditto.
9442         (wl-e21-insert-image): Removed.
9443         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9444         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9445         said.
9446         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9447         `wl-e21-force-switch-toolbar'.
9448         (wl-e21-make-icon-image): Removed.
9449         (wl-e21-setup-toolbar): Don't search for XBM files.
9450         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9451         the default value.
9452
9453 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9454
9455         * wl-util.el (wl-biff-check-folder-async): Set
9456         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9457
9458 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9459
9460         * wl-e21.el (after-make-frame-functions): Add
9461         `wl-e21-force-switch-toolbar'.
9462         (wl-e21-force-switch-toolbar): New function force to switch the
9463         toolbar appearance automatically.
9464         (post-command-hook): Add `wl-e21-switch-toolbar'.
9465         (wl-e21-switch-toolbar): New function to switch the toolbar
9466         appearance automatically.
9467         (wl-e21-tool-bar-lines): New buffer local variable.
9468
9469 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9470
9471         * wl-util.el (wl-biff-check-folders-running): New variable.
9472         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9473         (wl-biff-check-folder-async-callback):
9474         Set `wl-biff-check-folders-running'.
9475         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9476         with unwind-protect.
9477
9478         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9479         Enclose `wl-folder-auto-check' with unwind-protect.
9480
9481         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9482         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9483
9484         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9485
9486         * wl-util.el (wl-biff-notify): New inline function.
9487         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9488         locally.
9489         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9490         folder-list' is 1.
9491         Use `wl-biff-notify'.
9492         (wl-biff-check-folder-async-callback): New function.
9493         (wl-biff-check-folder-async): Ditto.
9494
9495         * wl-folder.el (wl-folder): Don't check folders.
9496         (wl-folder-auto-check): New function.
9497
9498 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9499
9500         * wl-util.el (wl-biff-start) [Emacs19+]:
9501         Use `timer-next-integral-multiple-of-time'.
9502         (wl-biff-check-folders): Use `wl-default-folder'
9503         if `wl-biff-check-folder-list' is nil.
9504
9505 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9506
9507         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9508         instead of `elmo-delete-lists'.
9509
9510 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9511
9512         * wl.el (wl-plugged-toggle-all): Set the value of
9513         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9514         (wl-plugged-toggle): Ditto.
9515         (wl-toggle-plugged): Ditto.
9516         (wl-plugged-init): Ditto.
9517
9518         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9519         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9520         instead of `wl-biff-state-indicator-off' and
9521         `wl-biff-state-indicator-on'; don't modify the value and the type
9522         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9523         (wl-plugged-init-icons): Set icons data to
9524         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9525         instead of `wl-plug-state-indicator-off' and
9526         `wl-plug-state-indicator-on'; don't modify the value and the type
9527         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9528
9529         * wl-vars.el (wl-modeline-biff-state-off,
9530         wl-modeline-biff-state-on, wl-modeline-biff-status,
9531         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9532         wl-modeline-plug-status): New internal variables.
9533         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9534         wl-biff-check-interval, wl-biff-check-folder-list): Change
9535         customization group from `wl-folder' to `wl-highlight'.
9536         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9537         wl-show-plug-status-on-modeline): Defcustomized.
9538
9539         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9540         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9541         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9542         a flag to `mode-line-buffer-identification'.
9543
9544         * wl-e21.el (wl-biff-init-icons): Set icons data to
9545         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9546         instead of `wl-biff-state-indicator-off' and
9547         `wl-biff-state-indicator-on'.
9548         (wl-plugged-init-icons): Set icons data to
9549         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9550         instead of `wl-plug-state-indicator-off' and
9551         `wl-plug-state-indicator-on'.
9552
9553 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9554
9555         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9556         excessive titles.
9557
9558 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9559
9560         * wl.el (wl-plugged-mode): Use revised
9561         `wl-mode-line-buffer-identification'.
9562         (wl-plugged-init): Don't use `force-mode-line-update'.
9563
9564         * wl-xmas.el (wl-draft-overload-functions): Use revised
9565         `wl-mode-line-buffer-identification'.
9566         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9567         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9568         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9569         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9570         `wl-make-plugged-hook';
9571         add `wl-folder-init-icons' and `wl-setup-folder' to
9572         `wl-folder-mode-hook'.
9573
9574         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9575         19 as well.
9576         (wl-mode-line-display-priority-list): New user option.
9577         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9578         Defcustomized.
9579         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9580         Add docs.
9581
9582         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9583         start.
9584         (wl-mode-line-buffer-identification): Revised as a function.
9585
9586         * wl-summary.el (wl-summary-mode): Use revised
9587         `wl-mode-line-buffer-identification'; don't call
9588         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9589         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9590         `wl-xmas-setup-summary'.
9591
9592         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9593         `wl-mode-line-buffer-identification'.
9594
9595         * wl-mule.el (wl-draft-overload-functions): Use revised
9596         `wl-mode-line-buffer-identification'.
9597
9598         * wl-folder.el (wl-make-plugged-alist): Don't call
9599         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9600         (wl-folder): Don't call `wl-folder-init-icons' directly.
9601         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9602         `wl-xmas-setup-folder' directly;
9603         use revised `wl-mode-line-buffer-identification'.
9604         (TopLevel): Don't bind `wl-biff-init-icons',
9605         `wl-plugged-init-icons', `wl-folder-init-icons',
9606         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9607
9608         * wl-e21.el (wl-draft-overload-functions): Use revised
9609         `wl-mode-line-buffer-identification'.
9610         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9611         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9612         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9613         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9614         `wl-make-plugged-hook';
9615         add `wl-folder-init-icons' and `wl-setup-folder' to
9616         `wl-folder-mode-hook'.
9617
9618 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9619             Katsumi Yamaoka    <yamaoka@jpl.org>
9620
9621         * wl.el (wl): Call `wl-biff-start'.
9622         (wl-exit): Call `wl-biff-stop'.
9623         (wl-plugged-mode): Show biff in modeline.
9624         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9625
9626         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9627         (wl-biff-init-icons): New function.
9628         (wl-plugged-init-icons): Don't make too much keymaps.
9629         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9630
9631         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9632         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9633         variables.
9634         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9635         options.
9636
9637         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9638         wl-biff-start, wl-biff-stop): New functions.
9639         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9640         (wl-biff-timer-name): New variable.
9641
9642         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9643
9644         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9645         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9646
9647         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9648         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9649
9650         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9651         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9652         `wl-folder-init-icons' to `ignore' if they are not available.
9653         (wl-folder-mode): Show biff in modeline.
9654
9655         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9656         (wl-biff-init-icons): New function.
9657         (wl-plugged-init-icons): Don't make too much keymaps.
9658         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9659
9660 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9661
9662         * wl-vars.el (wl-strict-diff-folders): Customization Type
9663         and doc fix.  Define as a list of regular expressions for
9664         folders or nil.
9665         * wl-folder.el (wl-folder-check-one-entity): Use
9666         `wl-string-match-member' instead of `wl-string-member' for
9667         `wl-strict-diff-folders'.
9668
9669 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9670
9671         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9672         (wl-highlight-folder-current-line): Use it; new implementation.
9673         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9674         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9675         `defsubst' instead of `defun'.
9676
9677         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9678         `wl-highlight-group-folder-by-numbers'; made it can also be a
9679         number.  See info for more details.
9680
9681         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9682         running.
9683
9684         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9685         to bind them.
9686
9687         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9688         (wl-highlight-folder-current-line): New implementation.
9689
9690         * wl-highlight.el (wl-highlight-folder-group-line): New
9691         implementation.
9692         (wl-delete-all-overlays): Rewrite as a marco.
9693         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9694
9695         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9696         running.
9697         (wl-folder-*-glyph): No need to bind them.
9698
9699         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9700         `wl-e21-highlight-folder-group-icon'; rewrite.
9701         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9702         `defsubst' instead of `defun'.
9703         (wl-folder-mode-map): Bind it when compiling.
9704
9705 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9706
9707         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9708
9709         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9710
9711 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9712
9713         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9714
9715 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9716
9717         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9718         (wl-highlight-folder-current-line): Use it.
9719
9720         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9721         in `id-name'.
9722
9723 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9724
9725         * wl.el: Require `wl-e21' when Emacs 21 is running.
9726
9727         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9728         default when Emacs 21 is running.
9729         (wl-use-highlight-mouse-line): Ditto.
9730         (wl-on-emacs21): New constant.
9731         (wl-on-emacs20): Removed.
9732
9733         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9734         Emacs 21 is running.
9735
9736         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9737         Emacs 21 is running.
9738
9739         * wl-e21.el: New file.
9740
9741 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9742
9743         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9744         (wl-toggle-plugged): Ditto.
9745         (wl-plugged-toggle): Ditto.
9746         (wl-plugged-toggle-all): Ditto.
9747
9748         * wl-vars.el (wl-plug-state-indicator): Refer
9749         `wl-plug-state-indicator-on' indirectly.
9750
9751 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9752
9753         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9754         Call `wl-folder-confirm-existence'.
9755
9756         * wl-folder.el (wl-folder-confirm-existence): Added optional
9757         argument `force'.
9758
9759 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9760
9761         * wl-summary.el (wl-summary-refile-subr): Assume
9762         `copy-or-refile' as symbol.
9763         (wl-summary-refile): Follow up above change.
9764         (wl-summary-copy): Ditto.  Doc fix.
9765
9766 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9767
9768         * wl-summary.el (wl-summary-pick): Don't bind
9769         `elmo-search-mime-charset'.
9770
9771         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9772         default using old backquote style.
9773         (wl-search-mime-charset): Abolished.
9774
9775         * wl-highlight.el (wl-highlight-headers):
9776         Call `point' after `re-search-forward'(for Nemacs).
9777
9778         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9779         for elmo-imap4.el.
9780
9781 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9782
9783         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9784         `wl-message-ignored-field-list' instead of
9785         `mime-view-ignored-field-list'.
9786
9787         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9788         Add interactive spec.
9789         (wl-folder-goto-bottom-of-current-folder): Ditto.
9790         (wl-folder-mode-map): Bind them.
9791
9792         * wl-vars.el (wl-message-ignored-field-list): New variable.
9793         (wl-message-visible-field-list): New variable.
9794
9795         * wl-mime.el (wl-mime-header-presentation-method): New function.
9796         (wl-mime-setup): Set header-presentation-method.
9797
9798 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9799
9800         * wl-nemacs.el (wl-draft-overload-functions): Set
9801         `mode-line-buffer-identification' instead of using
9802         `wl-make-modeline'.
9803
9804         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9805         instead of using `wl-make-modeline'.
9806
9807         * wl-xmas.el (wl-plugged-init-icons): Set up
9808         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9809         (wl-make-modeline): Abolish.
9810         (wl-draft-overload-functions): Set
9811         `mode-line-buffer-identification' instead of using
9812         `wl-make-modeline'.
9813
9814         * wl-util.el (wl-make-modeline-subr): Abolish.
9815         (wl-mode-line-buffer-identification): New alias.
9816
9817         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9818         (wl-summary-make-modeline): Abolish.
9819         (wl-summary-buffer-set-folder): Set
9820         `wl-summary-buffer-folder-indicator'.
9821         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9822         of using `wl-make-modeline'.
9823         (wl-summary-switch-to-clone-buffer): Don't set
9824         `mode-line-buffer-identification'.
9825         (wl-summary-goto-folder-subr): Ditto.
9826
9827         * wl-mule.el (wl-draft-overload-functions): Set
9828         `mode-line-buffer-identification' instead of using
9829         `wl-make-modeline'.
9830
9831         * wl-folder.el (wl-folder-mode): Set
9832         `mode-line-buffer-identification' instead of using
9833         `wl-make-modeline'.
9834         (wl-folder): Don't set `mode-line-buffer-identification'.
9835
9836 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9837
9838         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9839         instead of `member' for `wl-refile-guess-func-list' look-ups.
9840         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9841
9842 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9843
9844         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9845         `wl-message-button-dispatcher'.
9846
9847         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9848
9849         * wl-message.el (wl-message-button-dispatcher): Use it.
9850
9851         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9852         "In-Reply-To".
9853
9854         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9855         Bind `case-fold-search' to t.
9856
9857 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9858
9859         * wl-xmas.el (wl-message-overload-functions): Initialize
9860         `wl-message-button-map'.
9861
9862         * wl-mule.el (wl-message-overload-functions): Initialize
9863         `wl-message-button-map'.
9864
9865         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9866
9867         * wl-message.el (wl-message-button-map): New keymap.
9868         (wl-message-add-button): New function.
9869         (wl-message-button-dispatcher): New function.
9870         (wl-message-button-refer-article): New function.
9871
9872         * wl-highlight.el
9873         (wl-highlight-message-add-buttons-to-header): New function.
9874         (wl-highlight-headers): Use it.
9875
9876 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9877
9878         * wl-summary.el (wl-summary-default-from): Use
9879         `wl-address-get-petname-1'.
9880         (wl-summary-simple-from): Ditto.
9881
9882         * wl-address.el (wl-address-get-petname-1): New inline function.
9883         (wl-address-get-petname): Use it.
9884
9885 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9886
9887         * wl-summary.el (wl-summary-default-from): Return full-name part
9888         from the address if no petname was found.
9889         (wl-summary-simple-from): Ditto.
9890
9891         * wl-address.el (wl-address-get-petname): Return nil if no petname
9892         associated with the address was found.
9893
9894 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9895
9896         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9897         display is finished.
9898
9899 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9900
9901         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9902         `elmo-folder-exists-p' argument.
9903
9904 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9905
9906         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9907         the folder.
9908
9909 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9910
9911         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9912
9913         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9914         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9915
9916 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9917
9918         * wl-folder.el (wl-folder-create-subr): New function.
9919         (wl-folder-confirm-existence): Use it.
9920         (wl-folder-check-one-entity): Use it.
9921         Check the error symbol is derived from 'elmo-open-error.
9922
9923         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9924         `ignore-error'.
9925
9926 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9927
9928         * wl-util.el (toplevel): Add (eval-when-compile (require
9929         'elmo-util)).  (Maybe `provide' is typo.)
9930
9931 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9932
9933         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9934         (I don't know why this was needed.)
9935
9936         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9937         Follow up changes for stream-type.
9938
9939         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9940         (wl-draft-elmo-nntp-send): Ditto.
9941
9942         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9943         (wl-nntp-posting-stream-type): Ditto.
9944         (wl-pop-before-smtp-ssl): Abolished.
9945         (wl-nntp-posting-ssl): Ditto.
9946
9947         * wl-address.el (wl-address-quote-specials): New function.
9948         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9949
9950         * wl-draft.el (wl-draft-reply): Ditto.
9951
9952 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9953
9954         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9955         use function `wl-string-match-assoc'.
9956
9957 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9958
9959         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9960
9961         * wl-draft.el (wl-draft-deduce-address-list): New function.
9962         (wl-draft-parse-mailbox-list): Ditto.
9963         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9964         instead of `smtp-deduce-address-list'.
9965         (wl-draft-on-field-p): Follow group list.
9966
9967         * wl-address.el (wl-address-concat-token): New function.
9968         (wl-address-string-without-group-list-contents): Ditto.
9969         (wl-complete-field-body): Fixed problem of completion
9970         by japanese petname.
9971         (wl-address-make-completion-list): Rewrite.
9972
9973 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9974
9975         * wl-address.el (wl-address-make-completion-list): Completion by
9976         petname.
9977         (wl-complete-field-body): Likewise.
9978
9979 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9980
9981         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9982         contains invalid address syntax.
9983
9984 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9985
9986         * wl-folder.el (wl-folder-check-entity-async): Use
9987         `elmo-nntp-spec-hostname'.
9988
9989 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9990
9991         * wl-summary.el (wl-summary-msgdb-load-async): Use
9992         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9993
9994 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9995
9996         * wl-draft.el (wl-draft-reply): Set argument
9997         `content-transfer-encoding' as nil.
9998
9999 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10000
10001         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10002         `wl-refile-alist'.
10003
10004 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10005
10006         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10007         (wl-draft-edit-string): Ditto.
10008         (wl-draft-forward): Ditto.
10009         * wl-summary.el (wl-summary-write): Ditto.
10010
10011 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10012
10013         * wl-summary.el (wl-summary-sync-update3): Call
10014         `wl-summary-buffer-number-column-detect'.
10015         (wl-summary-buffer-number-column-detect): Search from point-min.
10016
10017 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10018
10019         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10020         contains an address which is not included in original to or cc.
10021
10022 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10023
10024         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10025         begin-line does not exist.
10026         * wl-message.el (wl-message-uu-substring): Ditto.
10027
10028 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10029
10030         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10031         clear local variables.
10032         (wl-summary-exit): Call `elmo-commit'.
10033         (wl-summary-switch-to-clone-buffer): Call
10034         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10035         (wl-summary-goto-folder-subr): Ditto.
10036
10037         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10038         POP folder.
10039
10040 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10041
10042         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10043         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10044         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10045         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10046         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10047         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10048
10049         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10050
10051 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10052
10053         * wl-summary.el (wl-summary-search-by-subject):
10054         Search parent message from the latest one.
10055
10056 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10057
10058         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10059         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10060
10061         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10062         New user option.
10063
10064         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10065         if elmo-nntp-use-killed-list is nil.
10066         Use `elmo-msgdb-append-to-killed-list'.
10067         (Append numbers confirmed as disappeared to the killed list.)
10068         (wl-summary-confirm-appends): Don't display negative number.
10069
10070 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10071
10072         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10073
10074 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10075
10076         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10077         range is `all'.
10078         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10079         `elmo-list-bigger-diff'.
10080
10081 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10082
10083         * wl-summary.el (wl-summary-buffer-exit-func):
10084         New buffer local variable.
10085         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10086
10087 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10088
10089         * wl-demo.el (wl-demo): Fix the last change.
10090
10091 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10092
10093         * wl-demo.el (wl-demo): Don't use `eval'.
10094
10095 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10096
10097         * wl-summary.el (wl-summary-buffer-thread-modified):
10098         New buffer-local variable.
10099         (wl-summary-set-thread-modified): New function.
10100         (wl-summary-thread-modified-p): New function.
10101         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10102         (wl-summary-yank-saved-message): Use function
10103         `wl-summary-set-thread-modified'
10104         (wl-summary-switch-to-clone-buffer): Add
10105         `wl-summary-buffer-thread-modified'.
10106
10107         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10108         (wl-summary-buffer-mark-saved-hook): Ditto.
10109         * wl-summary.el (wl-summary-msgdb-save): New hook
10110         `wl-summary-buffer-message-saved-hook' and
10111         `wl-summary-buffer-mark-saved-hook'.
10112
10113 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10114
10115         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10116
10117 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10118
10119         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10120         don't hide scroll bars under FSF Emacsen because it may incur an
10121         undesirable redrawing.
10122
10123 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10124
10125         * wl-draft.el (wl-draft-edit-string): Call
10126         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10127
10128 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10129
10130         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10131
10132 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10133
10134         * wl-summary.el (wl-summary-msgdb-load-async): Call
10135         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10136
10137 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10138
10139         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10140         fringes in demo buffer; center bitmap logo correctly even if old
10141         Mule is used.
10142
10143 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10144
10145         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10146
10147         * wl-refile.el (wl-refile-subject-alist): New variable.
10148         (wl-refile-subject-alist-file-name): Ditto.
10149         (wl-refile-alist-setup): Rewrite.
10150         (wl-refile-alist-save): Use `elmo-object-save'.
10151         Eliminated arguments.
10152         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10153         (wl-refile-guess-by-subject): New function.
10154         (wl-refile-guess-func-list): Added it.
10155
10156 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10157
10158         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10159         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10160
10161 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10162
10163         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10164         New buffer-local variable.
10165         (wl-summary-buffer-next-folder-func): Ditto.
10166         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10167         if non-nil.
10168         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10169         if non-nil.
10170         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10171         if non-nil.
10172         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10173         if non-nil.
10174
10175 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10176
10177         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10178         permanently in the demo buffer.
10179
10180 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10181
10182         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10183         `mime-entity-fetch-field'.
10184
10185         * wl.el (wl-exit): Delete plugged buffer.
10186
10187         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10188         XEmacs has menubar feature.
10189
10190 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10191
10192         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10193         cannot arrive at the beginning of the buffer under old Emacsen.
10194
10195 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10196
10197         * wl-address.el (wl-address-ldap-search):
10198         Call `ldap-search-entries' with `withdn' argument t.
10199         (wl-complete-field-body): Bind completion-ignore-case as t.
10200         Clear ldap search hash when it was sole completion.
10201         Use elmo-string for pattern string.
10202         (wl-ldap-alias-safe-string): Eliminated needless let.
10203
10204 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10205
10206         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10207         (wl-ldap-alias-sep): New constant.
10208         (wl-ldap-search-attribute-type-list): Ditto.
10209         (wl-ldap-get-value): New function.
10210         (wl-ldap-make-filter): Ditto.
10211         (wl-ldap-make-matched-value-list): Ditto.
10212         (wl-ldap-alias-safe-string): Ditto.
10213         (wl-ldap-register-dn-string): Ditto.
10214         (wl-address-ldap-search): Rewrite.
10215
10216 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10217
10218         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10219         thread is deleted.
10220         (wl-thread-delete-line-from-buffer): Ditto.
10221         (wl-thread-get-exist-children): New function.
10222
10223 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10224
10225         * wl-demo.el (wl-demo): Made it to select various image types.
10226         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10227         from `wl-title-logo'.
10228         (wl-logo-ascii): New variable.
10229         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10230         (wl-demo-copyright-notice): New constant.
10231
10232         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10233
10234 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10235
10236         * wl-vars.el (wl-summary-target-above): Renamed from
10237         wl-summary-temp-above.
10238         * wl-score.el (wl-score-get-score-alist): Use it.
10239         (wl-summary-score-update-all-lines): Use it.
10240         * wl-summary.el: Ditto. (make-variable-buffer-local).
10241
10242 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10243
10244         * wl-vars.el (wl-ldap-port): New user option.
10245
10246         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10247         Rewite whole implementation.
10248         (wl-complete-field-body): Fixed.
10249
10250 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10251
10252         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10253         Choose implementation at compile time.
10254
10255 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10256
10257         * wl-address.el (wl-ldap-search-internal): New function.
10258         (wl-complete-field-to): Use it.
10259
10260 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10261
10262         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10263         Use `let' instead of `let*'.
10264         Require 'wl-vars.
10265
10266         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10267         Define as defcustom.
10268         (wl-ldap-base): Ditto.
10269         (wl-use-ldap): Ditto.
10270
10271 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10272
10273         * wl-address.el (wl-ldap-search): New function.
10274         (wl-complete-field-body): Use `wl-ldap-search'.
10275         (wl-ldap-server): New variable.
10276         (wl-ldap-base): Ditto.
10277         (wl-use-ldap): Ditto.
10278
10279 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10280
10281         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10282         (Pointed out by Mito <mit@nines.nec.co.jp>).
10283         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10284         buffer-local variables like `wl-summary-redisplay-internal'.
10285         (wl-summary-redisplay-all-header): Likewise.  Update
10286         Summary view too.
10287
10288 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10289
10290         * wl-summary.el (wl-summary-jump-to-parent-message):
10291         Consider prefix argument.
10292
10293         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10294         when closed thread is deleted.
10295
10296 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10297
10298         * wl-summary.el (wl-summary-jump-to-parent-message):
10299         Consider thread modification.
10300
10301 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10302
10303         * wl-message.el (wl-message-normal-get-original-buffer): Use
10304         `save-excursion'.
10305
10306         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10307         (wl-summary-showto-folder-regexp): Ditto.
10308
10309 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10310
10311         * wl-util.el (wl-delete-alist): Doc fix.
10312         (wl-delete-associations): New function.
10313         (wl-inverse-alist): New function.
10314         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10315         Split temporary variables. Use `wl-delete-associations'
10316         and `wl-inverse-alist'.
10317         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10318
10319 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10320
10321         * wl-folder.el (wl-folder-prefetch-entity):
10322         Execute prefetching if new count is unknown.
10323
10324 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10325
10326         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10327
10328         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10329         delete entity.
10330         (wl-thread-set-parent): If insert as top, set linked as nil.
10331
10332         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10333         `wl-thread-cleanup-symbols' when view mode is thread.
10334
10335 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10336
10337         * wl-folder.el (wl-folder-create-folder-entity): Use
10338         with-current-buffer.
10339         (wl-local-folder-init): Call set-buffer to make sure we are in
10340         the Folder buffer. Don't touch buffer-local variables here.
10341         (wl-folder-mode): Initialize buffer-local variables here.
10342
10343         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10344         (wl-folder-entity-assign-id): Ditto.
10345         (wl-folder-create-entity-hashtb): Ditto.
10346         (wl-local-folder-init): Ditto.
10347         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10348
10349 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10350
10351         * wl-summary.el (wl-summary-default-from): Fix probrem when
10352         std11-extract-address-components return (nil "foo@bar").
10353
10354 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10355
10356         * wl-draft.el (wl-draft-clone-local-variables):
10357         Remove redundant `setq'.
10358
10359 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10360
10361         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10362         Bind wl-highlight-x-face-func as nil while highlighting header.
10363
10364 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10365
10366         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10367
10368 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10369
10370         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10371         elmo-msgdb-overview-hashtb from copy-variables.
10372         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10373         instead of `elmo-msgdb-overview-get-entity-by-number'.
10374         (wl-summary-auto-refile): Ditto.
10375
10376         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10377         `elmo-msgdb-overview-get-entity' instead of
10378         `elmo-msgdb-search-overview-entity'.  Use
10379         `elmo-msgdb-overview-get-entity' instead of
10380         `elmo-msgdb-overview-get-entity-by-number'.
10381         (wl-thread-insert-entity-sub): Ditto.
10382         (wl-thread-insert-message): Ditto.
10383
10384         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10385         `elmo-msgdb-overview-get-entity'.
10386         (wl-normal-message-redisplay): Ditto.
10387
10388 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10389
10390         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10391         `wl-thread-entities'.
10392         (wl-thread-delete-message): Fix remove top message from
10393         `wl-thread-entity-list'.
10394
10395         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10396         wl-append(nconc), because update-list is broken on Meadow.
10397
10398         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10399         updating process.
10400         (wl-summary-rescan): Ditto.
10401         (wl-summary-sync-update3): Ditto.
10402         * wl-thread.el (wl-thread-set-parent): Renamed from
10403         `wl-summary-set-parent'.
10404         (wl-thread-insert-message): Updating buffer faster.
10405         (wl-thread-delete-message): Updating buffer faster.
10406
10407         * wl-score.el (wl-summary-score-update-all-lines): Changed
10408         interval for display progress gauge.
10409
10410 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10411
10412         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10413         folder always-sticky.
10414         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10415         defmacro.
10416
10417 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10418
10419         * wl-vars.el (wl-draft-add-references): New user option.
10420
10421         * wl-draft.el (wl-draft-add-references): New function.
10422         (wl-draft-yank-from-mail-reply-buffer): Use it.
10423         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10424         as nil.
10425
10426 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10427
10428         * wl-thread.el (wl-thread-update-line-msgs): Called
10429         `wl-thread-update-line-on-buffer-sub'.
10430         (wl-thread-update-line-on-buffer): Delete routine of inserting
10431         thread.
10432         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10433         moved from `wl-thread-update-line-on-buffer'.
10434         Add threshold for displaying progress gauge.
10435         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10436         argument of `wl-thread-update-line-msgs'.
10437         Add threshold for displaying progress gauge.
10438         * wl-folder.el:
10439         Add threshold for displaying progress gauge.
10440         * wl-score.el: Ditto.
10441
10442         * wl-expire.el (wl-summary-expire): Display deleting info.
10443
10444 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10445
10446         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10447         `no-msg'.
10448         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10449         argument of `wl-thread-update-line-msgs'.
10450         (wl-summary-set-parent): Added optional argument `parent-number'.
10451         (wl-summary-buffer-saved-message): New buffer local variable.
10452         (wl-summary-save-current-message): New command.
10453         (wl-summary-yank-saved-message): Ditto.
10454         (wl-summary-mode-map): Added key binding for
10455         `wl-summary-save-current-message' (\ew) and
10456         `wl-summary-yank-saved-message' (\C-y).
10457         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10458
10459 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10460
10461         * wl-summary.el (wl-summary-mode-map): Added key binding for
10462         `wl-summary-set-parent' (ts).
10463
10464 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10465
10466         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10467         subject faster. If thread number is reverse, delayed updating
10468         thread.
10469         (wl-summary-search-by-subject): Ditto.
10470         (wl-summary-put-alike): Ditto.
10471         (wl-summary-get-alike): Ditto.
10472         (wl-summary-insert-headers): Insert header of all overview in
10473         buffer.
10474         (wl-summary-rescan): Delayed updating thread. Kill search subject
10475         buffer for wl-summary-search-by-subject.
10476         (wl-summary-sync-update3): Ditto.
10477         (wl-summary-exit): Ditto.
10478         (wl-summary-goto-bottom-of-current-thread): Change for linked
10479         thread.
10480         (wl-summary-overview-create-summary-line): Change line for linked
10481         thread.
10482
10483         * wl-summary.el (wl-summary-update-thread): Use
10484         wl-thread-maybe-get-children-num.
10485         (wl-summary-set-parent): If change parent, move sub thread.
10486         (wl-summary-redisplay-internal): Add horizontal recenter.
10487         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10488
10489         * wl-thread.el (wl-thread-entity-get-linked): New function.
10490         (wl-thread-entity-set-linked): New function.
10491         (wl-thread-create-entity): Add linked element.
10492         (wl-thread-entity-insert-as-top): Use wl-append.
10493         (wl-thread-maybe-get-children-num): If closing thread, return
10494         children msgs.
10495         (wl-thread-update-line-msgs): Displaying progress message.
10496         (wl-thread-update-line-on-buffer-sub): Use
10497         wl-thread-maybe-get-children-num.
10498         (wl-thread-update-line-on-buffer): If update line is not exists,
10499         insert thread.
10500         (wl-thread-delete-message): If delete top msg of thread, search
10501         parent by subject.
10502         (wl-thread-insert-entity): Use
10503         wl-thread-maybe-get-children-num.
10504
10505         * wl-highlight.el (wl-highlight-summary-current-line): change
10506         sregexp for linked thread.
10507         * wl-util.el (wl-count-lines): Count lines.
10508         (wl-horizontal-recenter): horizontal recenter.
10509         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10510         (wl-score-get-alike): Ditto.
10511         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10512         (wl-subject-length-limit): New variable.
10513         (wl-highlight-thread-indent-string-regexp): Changed for linked
10514         thread.
10515
10516 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10517
10518         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10519         New variable (revival).
10520         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10521         by subject matching if there's no in-reply-to nor references field
10522         (revival).
10523
10524 \f
10525 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10526
10527         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10528         message.
10529
10530 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10531
10532         * wl-summary.el (wl-summary-reply): Return t if there was a
10533         message at cursor point.
10534         Added unwind-protect.
10535         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10536         returns t.
10537         (wl-summary-cancel-message): Do nothing when there's no message at
10538         cursor point.
10539         (wl-summary-forward): Ditto.
10540         (wl-summary-jump-to-parent-message): Ditto.
10541         (wl-summary-reedit): Ditto.
10542         (wl-summary-edit-addresses): Ditto.
10543         (wl-summary-pipe-message): Ditto.
10544         (wl-summary-print-message-with-ps-print): Ditto.
10545         (wl-summary-print-message): Ditto.
10546         (wl-summary-mark-as-important): Ditto.
10547         (wl-summary-mark-as-unread): Ditto.
10548
10549         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10550         message at cursor point.
10551         (wl-summary-reply-with-citation): Remove unwind-protect.
10552
10553         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10554         subject searching feature.
10555         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10556         Eliminated.
10557
10558 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10559
10560         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10561         New variable.
10562         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10563         by subject matching if there's no in-reply-to nor references field.
10564
10565         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10566
10567         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10568         when display is finished.
10569         (wl-folder-open-all): Ditto.
10570         (wl-folder-update-access-group): Ditto.
10571         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10572         * wl-thread.el (wl-thread-close-all): Ditto.
10573
10574         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10575         progress gauge only when it was displayed.
10576         * wl-folder.el (wl-folder-insert-entity): Ditto.
10577
10578 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10579
10580         * wl-summary.el (wl-summary-incorporate): Enclose
10581         `wl-summary-sync-force-update' with save-excursion.
10582
10583 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10584
10585         * wl-summary.el (wl-summary-prefetch-region):
10586         Pass current cursor point to `pos-visible-in-window-p' after
10587         moving cursor to the started point.
10588
10589 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10590
10591         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10592
10593         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10594         fields from the forwarding message.
10595         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10596         `ignored-fields'.
10597
10598 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10599
10600         * wl-mime.el (wl-message-request-partial):
10601         Eliminated argument `msgdb'.
10602         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10603         (wl-mime-combine-message/partial-pieces): Likewise.
10604         * tm-wl.el (wl-message-request-partial): Likewise.
10605         (wl-mime-combine-message/partial-pieces): Likewise.
10606
10607 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10608
10609         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10610         when display is finished.
10611
10612 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10613
10614         * wl-summary.el (wl-summary-goto-folder-subr):
10615         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10616
10617 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10618
10619         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10620         when cursor point is visible.
10621
10622 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10623
10624         * wl-expire.el (wl-expire-archive-get-max-number):
10625         Don't use `file-name-directory'.
10626
10627 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10628
10629         * wl-expire.el (wl-expire-archive-get-max-number):
10630         Use `file-name-directory'.
10631
10632 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10633
10634         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10635         only when there is progress.
10636
10637 2000-04-13  Mito <mit@nines.nec.co.jp>
10638
10639         * wl-summary.el (wl-summary-sync-marks): Display progress.
10640
10641 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10642
10643         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10644         (wl-summary-prev): Move cursor regardless of unread status.
10645         (wl-summary-next): Ditto.
10646
10647 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10648
10649         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10650         Added argument `target' and `number'.
10651         * tm-wl.el (wl-summary-burst-subr): New function.
10652         (wl-summary-burst): Use it.
10653
10654 2000-04-10  Mito <mit@nines.nec.co.jp>
10655
10656         * wl-mime.el (wl-burst): New function.
10657         (wl-summary-burst): Use it.
10658
10659 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10660
10661         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10662         as petname when there's no candidate.
10663
10664 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10665
10666         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10667         New variable.
10668         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10669
10670         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10671
10672         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10673
10674 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10675
10676         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10677         Use substring of `original' instead of buffer-substring.
10678         (wl-refile-evaluate-rule):
10679         Set `original' argument of wl-refile-expand-newtext.
10680
10681         * wl-summary.el
10682         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10683         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10684         (wl-summary-auto-refile): Check existence of destination folder just
10685         before marking.
10686
10687 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10688
10689         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10690         when wl-refile-get-field-value return nil.
10691
10692 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10693
10694         * wl-refile.el
10695         (wl-refile-expand-newtext): New function imported from Gnus.
10696         (wl-refile-evaluate-rule): Use it.
10697
10698 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10699
10700         * wl-summary.el (wl-summary-print-destination):
10701         Duplicate folder string to avoid putting text-property on
10702         original string.
10703
10704         * wl-refile.el (wl-refile-get-field-value): New function.
10705         (wl-refile-evaluate-rule): New function;
10706         Evaluate refile rule recursively.
10707         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10708         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10709         New function; Check existence of a target folder recursively.
10710         (wl-summary-auto-refile-check-refile-rule-alist):
10711         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10712
10713 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10714
10715         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10716
10717         * wl-folder.el (wl-create-folder-entity-from-buffer):
10718         Fixed problem when '}' character is contained in folder name.
10719
10720         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10721
10722 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10723
10724         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10725         (wl-fldmgr-add-completion-all-completions):
10726         Use wl-fldmgr-add-completion-hashtb.
10727
10728 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10729
10730         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10731         wl-fldmgr-add-completion-subr): New functions.
10732         * wl-folder.el (wl-folder-completion-func): New variable.
10733         * wl-summary.el (wl-summary-read-folder):
10734         Use wl-folder-completion-func.
10735
10736         * wl-refile.el: Eliminate throw & catch.
10737
10738         * wl.el (wl-plugged-sending-queue-status): Fixed.
10739
10740 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10741
10742         * wl-draft.el (wl-draft): Put category property on
10743         mail-header-separator.