* Version number is increased to 2.15.4.
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * Version number is increased to 2.15.4.
4
5 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6
7         * wl-folder.el (wl-folder-check-one-entity): Simplify.
8
9 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
10
11         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
12         variable.
13
14 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
15
16         * wl-spam.el (wl-thread-test-spam): New function.
17         (wl-spam-setup): Bind "tkc".
18
19 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
20
21         * wl-expire.el (wl-folder-expire-entity): Rewite without
22         `wl-summary-goto-folder-subr'.
23         (wl-folder-expire-current-entity): Don't kill summary buffer.
24
25 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
26
27         * wl-folder.el (wl-folder-sync-entity): Rewrite without
28         `wl-summary-goto-folder-subr'.
29         (wl-folder-mark-as-read-all-entity): Likewise.
30
31         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
32
33 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
34
35         * wl-thread.el (wl-thread-force-open): Arranged.
36
37 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
38
39         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
40         from regexp.
41
42         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
43         (wl-read-search-condition-internal): Append them.
44
45 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
46
47         * wl-vars.el (wl-additional-search-condition-fields):
48         New user option.
49
50         * wl-util.el (wl-search-condition-fields): New function; export
51         from `wl-read-search-condition-internal'.
52         (wl-read-search-condition-internal): Use it.
53
54         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
55
56 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
57
58         * wl-summary.el (wl-summary-define-sort-command): New function.
59         (wl-summary-sort-by-date, wl-summary-sort-by-number)
60         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
61         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
62         define by `wl-summary-define-sort-command' at runtime.
63
64         * wl.el (wl-init): Call wl-summary-define-sort-command.
65
66 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
67
68         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
69         properties at the decrypting region.
70
71 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
72
73         * wl-util.el (wl-find-region): New function.
74
75         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
76         coding system.
77         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
78         property `wl-mime-decoded-coding-system'.
79         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
80         property `wl-mime-decoded-coding-system' to encode text.
81
82         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
83         message.
84         (wl-mime-pgp-verify-region): Ditto.
85
86 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
87
88         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
89         buffer. Use epa-display-verify-result.
90
91 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
92
93         * wl-draft.el (wl-draft-send): Continue even if setting parent
94         flag was failed.
95
96 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
97
98         * wl-message.el (wl-message-flag-indicator): Fixed the problem
99         of returning string only of parentheses.
100
101 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
102
103         * wl-summary.el (wl-summary-write): Add argument `folder'.
104         (wl-summary-write-current-folder): Change argument `folder' from
105         optional to require.
106         (wl-summary-get-buffer): Return the buffer associated folder only.
107
108         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
109         change.
110         (wl-folder-toggle-disp-summary): Ditto.
111
112         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
113         current summary as parent-folder.
114
115 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
116
117         * wl-draft.el (wl-draft-reedit): Don't overwrite
118         wl-draft-parent-folder.
119
120 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
121
122         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
123         (wl-mime-pgp-verify-region): Ditto.
124         (wl-message-decrypt-pgp-nonmime): Use the above function.
125         (wl-message-verify-pgp-nonmime): Likewise.
126         (wl-mime-preview-application/pgp): Likewise.
127
128 2006-04-20  Kenichi Okada  <okada@opaopa.org>
129
130         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
131         Fix about the order of `wl-nntp-posting-port' and
132         `wl-nntp-posting-stream-type'.
133         * wl.el (wl-plugged-port-label-alist): Add smtp.
134
135 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
136
137         * wl-summary.el (wl-summary-message-status): New macro.
138
139         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
140         (wl-summary-killed-mark): New user option.
141
142         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
143         API change.
144         (wl-thread-insert-entity-sub): Ditto.
145         (wl-thread-recover-messages): New command.
146
147         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
148         Don't call `wl-highlight-summary-current-line' directly.
149         (wl-summary-buffer-attach): Connect to signal `status-changed'
150         instead of `cache-changed'.
151         (wl-summary-buffer-detach): Follow the above change.
152         (wl-summary-detect-mark-position): Follow the API change.
153         (wl-summary-rescan-message): Ditto.
154         (wl-summary-insert-sequential): Ditto.
155         (wl-summary-update-thread): Ditto.
156         (wl-summary-message-mark): Ditto.
157         (wl-summary-persistent-mark): Ditto.
158         (wl-summary-create-line): Ditto.
159         (wl-summary-prefetch-region-no-mark): Call
160         `wl-summary-persistent-mark' with number.
161         (wl-summary-recover-messages-region): New command.
162         (wl-summary-target-mark-recover): Ditto.
163         (wl-summary-recover-message): Ditto.
164         (wl-summary-persistent-mark-string): Add argument `status' instead
165         of remove arguments `flags' and `cached'.  Treat killed status.
166         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
167
168         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
169         (wl-highlight-summary-line-face-spec): Treat killed status.
170         (wl-highlight-summary-line-string): Follow the API change.
171         (wl-highlight-summary-current-line): Ditto.
172
173         * Version number is increased to 2.15.3.
174
175 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
176
177         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
178         of symbolp to test whether the condition is function.
179
180 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
181
182         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
183         to nil.
184
185 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
186
187         * wl-summary.el (wl-summary-buffer-message-ring): New internal
188         variable.
189         (wl-summary-buffer-last-displayed-msg): Abolish.
190         (wl-summary-push-message): New function.
191         (wl-summary-pop-message): Ditto.
192         (wl-summary-goto-folder-subr): Reset
193         `wl-summary-buffer-message-ring'.
194         (wl-summary-pop-to-last-message): New command.
195         (wl-summary-goto-last-displayed-msg): Call
196         wl-summary-pop-to-last-message if optional argument is non-nil or
197         the last command is itself.
198         (wl-summary-redisplay-internal): Push last message number into
199         `wl-summary-buffer-message-ring'.
200
201         * wl-vars.el (wl-summary-message-ring-max): New user option.
202
203 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
204
205         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
206         from `wl-draft-reply').
207         (wl-draft-reply): Use it.
208         (wl-draft-find-reply-headers): Avoid compile warning.
209
210 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
211
212         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
213
214 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
215
216         * wl-message.el (wl-message-flag-indicator): New function.
217         (wl-message-redisplay): Use it.
218
219 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
220
221         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
222
223 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
224
225         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
226         instead of `read-event'.
227
228         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
229
230         * wl-mule.el (wl-read-event-char): Ditto.
231
232         * wl-e21.el (wl-read-event-char): Ditto.
233
234 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
235
236         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
237
238 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
239
240         * wl-vars.el (wl-draft-send-confirm-type): New user option.
241
242         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
243
244         * wl-draft.el (wl-draft-send-confirm): Confirmation by
245         `wl-draft-send-confirm-type'
246
247 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
248
249         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
250         Avoid error when the buffer name is already used.
251
252 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
253
254         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
255         the change of elmo-nmz -> elmo-search.
256         (wl-highlight-summary-line-help-echo-alist): Ditto.
257         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
258         (wl-nmz-folder-icon): Define as obsolete.
259         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
260         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
261
262 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
263
264         * wl-summary.el (wl-summary-get-list-info): Rewrite with
265         `elmo-find-list-match-value'
266
267 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
268
269         * wl-summary.el (wl-summary-get-list-info): Optimize.
270         Use List-Id and List-Post also.
271
272 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
273
274         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
275
276 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
277
278         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
279
280 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
281
282         * wl-util.el (wl-completing-read-multiple-1): New internal function.
283         (wl-completing-read-multiple-2): Ditto.
284         (wl-completing-read-multiple): Define use above functions.
285
286         * wl-summary.el (wl-summary-sort): Removed the workaround for a
287         bug of `completing-read-multiple' about default value.
288
289         * wl-xmas.el (wl-completing-read-multiple): Removed.
290
291         * wl-mule.el (wl-completing-read-multiple): Ditto.
292
293         * wl-e21.el (wl-completing-read-multiple): Ditto.
294
295 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
296
297         * wl-util.el (wl-filter-associations): New function.
298
299         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
300         (wl-spam-ignored-folder-list): Ditto.
301         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
302         (wl-spam-string-member-p): New function.
303         (wl-spam-domain): Use it.
304         (wl-spam-split-numbers): New function.
305         (wl-spam-apply-partitions): Ditto.
306         (wl-spam-register-spam-messages): Use `folder' instead of
307         `wl-summary-buffer-elmo-folder'.
308         (wl-spam-register-good-messages): Ditto.
309         (wl-summary-exec-action-spam): Decide a domain by real folder of
310         message.
311         (wl-summary-exec-action-refile-with-register): Likewise.
312
313 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
314
315         * wl-e21.el (wl-e21-find-image): New function.
316         (wl-e21-setup-toolbar): Use it instead of `find-image'.
317         (wl-e21-highlight-folder-group-line): Ditto.
318         (wl-folder-init-icons): Ditto.
319         (wl-plugged-init-icons): Ditto.
320         (wl-biff-init-icons): Ditto.
321
322 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
323
324         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
325         (wl-inhibit-save-drafts): New internal variable.
326         (wl-disable-auto-save): Ditto.
327         (wl-save-drafts): Treat above variables.
328         (wl-auto-save-drafts): New function.
329         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
330         `wl-stop-save-drafts'.
331         (wl-start-save-drafts): New function.
332         (wl-stop-save-drafts): Ditto.
333         (wl-set-auto-save-draft): New command.
334
335         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
336         `wl-set-save-drafts'.
337
338 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
339
340         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
341         `make-local-variable' instead of `make-variable-buffer-local'.
342
343 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
344
345         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
346
347 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
348
349         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
350
351 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
352
353         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
354         of working buffer.
355
356 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
357
358         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
359
360         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
361         value into recipients; Bind `wl-draft-remove-group-list-contents'
362         as nil.
363
364 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
365
366         * wl-summary.el (wl-summary-sort): Fixed the last change.
367
368         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
369         (wl-summary-sort-messages): Ditto.
370         (wl-summary-rescan): Use it.
371         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
372         `completing-read'; Append candidates for reverse order.
373
374 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
375
376         * Version number is increased to 2.15.2.
377
378 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
379
380         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
381         "Smaller".
382         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
383
384 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
385
386         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
387
388 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
389
390         * wl-vars.el (wl-draft-additional-header-alist): Add into the
391         customize group `wl-draft'.
392         (wl-draft-add-in-reply-to): Move customize group from `wl' to
393         `wl-draft'.
394         (wl-draft-add-references): Ditto.
395
396         * wl-action.el (wl-summary-print-argument): Rename argument from
397         `folder' to `data'.
398
399 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
400
401         * wl-summary.el (wl-summary-rescan-message): Call
402         `wl-thread-cleanup-symbols' before insert thread.
403
404 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
405
406         * wl.el (wl-init): Set `elmo-get-folder-function' as
407         `wl-folder-make-elmo-folder'.
408
409         * wl-spam.el (wl-summary-exec-action-spam): Use
410         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
411
412         * wl-folder.el (wl-folder-make-elmo-folder): New function.
413         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
414         `elmo-make-folder'.
415         (wl-folder-get-elmo-folder): Ditto.
416         (wl-folder-create-subr): Simplify.
417
418 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
419
420         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
421
422 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
423
424         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
425         contents in message buffer instead of original buffer. If optional
426         argument specified, ask coding system for encode.
427
428 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
429
430         * wl-spam.el (wl-summary-test-spam-region): New function.
431         (wl-spam-setup): Bind "rkc".
432
433 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
434
435         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
436
437 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
438
439         * wl-spam.el (wl-summary-test-spam): Fix typo.
440         (wl-message-check-spam): Ditto.
441
442 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
443
444         * wl-summary.el (wl-summary-default-from): Simplify.
445
446 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
447
448         * wl-action.el (wl-summary-exec-action-refile): Simplify.
449         (wl-summary-exec-action-copy): Ditto.
450         (wl-summary-auto-refile): Check existence of temporary mark.
451
452 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
453
454         * wl-summary.el (wl-summary-create-line): Use
455         `elmo-time-to-datevec'.
456
457         * wl-expire.el (wl-expire-archive-date): Ditto.
458         (wl-expire-localdir-date): Ditto.
459
460         * wl-util.el (wl-day-number): Abolish.
461
462         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
463         of `wl-day-number'.
464         (wl-score-followup): Ditto.
465         (wl-score-add-followups): Ditto.
466         (wl-score-get-latest-msgs): Ditto.
467         (wl-score-get-header-entry): Ditto.
468         (wl-score-edit-insert-date): Ditto.
469
470 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
471
472         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
473         `elmo-message-entity-field' with 2nd argument `type'.
474
475 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
476
477         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
478
479 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
480
481         * wl-thread.el (wl-thread-delete-message): Delete descendant
482         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
483
484 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
485
486         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
487
488 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
489
490         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
491         `Access folder'.
492
493 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
494
495         * wl-vars.el (wl-access-folder-icon): New user option.
496
497         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
498         `Access folder'.
499
500 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
501
502         * wl-summary.el (wl-summary-buffer-set-folder): Use
503         `wl-folder-mime-charset'.
504
505         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
506         `mime-charset'.
507         (wl-folder-get-elmo-folder): Ditto.
508         (wl-folder-mime-charset): New function.
509
510 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
511
512         * wl-util.el (wl-parse-addresses): Define alias of
513         `elmo-parse-addresses' (move to `elmo-util.el').
514
515         * wl-summary.el (wl-summary-default-from): Follow the API change.
516         (wl-summary-overview-entity-compare-by-date): Ditto.
517         (wl-summary-overview-entity-compare-by-from): Ditto.
518         (wl-summary-get-list-info): Get value of `ml-info' field from
519         entity at first.
520         (wl-summary-rescan-message): Treat prefix argument.
521         (wl-summary-prefetch-msg): Follow the API change.
522         (wl-summary-search-by-subject): Ditto.
523         (wl-summary-insert-thread): Ditto.
524         (wl-summary-line-subject): Ditto.
525         (wl-summary-line-from): Ditto.
526         (wl-summary-create-line): Ditto.
527         (wl-summary-print-message-with-ps-print): Ditto.
528
529         * wl-score.el (wl-score-ov-entity-get): Ditto.
530         (wl-score-followup): Ditto.
531         (wl-score-add-followups): Use `elmo-message-entity-field' instead
532         of `car'.
533         (wl-score-get-latest-msgs): Follow the API change.
534         (wl-score-get-header): Ditto.
535
536         * wl-refile.el (wl-refile-learn): Ditto.
537         (wl-refile-subject-learn): Ditto.
538         (wl-refile-get-field-value): Ditto.
539         (wl-refile-guess-by-history): Ditto.
540         (wl-refile-guess-by-subject): Ditto.
541
542         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
543
544         * wl-expire.el (wl-expire-date-p): Removed.
545         (wl-expire-archive-date): Follow the API change.
546         (wl-expire-localdir-date): Ditto.
547         (wl-summary-expire): Ditto.
548
549         * Version number is increased to 2.15.1.
550
551 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
552
553         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
554         group is access or not (it is not strict, like wl-fldmgr-rename).
555
556 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
557
558         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
559         duplicate call of `wl-summary-print-argument' on the wrong line.
560
561 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
562
563         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
564         even if argument `number' is nil.
565         (wl-summary-insert-line): Print action argument if current message
566         has it.
567
568 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
569
570         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
571         (wl-draft-reply): Ditto.
572         (wl-draft): Add optional argument `parent-number' and call
573         `wl-draft-create-buffer' with it.
574         (wl-draft-create-buffer): Add optional argument
575         `parent-number'. Set wl-draft-parent-number as it.
576
577 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
578
579         * wl-folder.el (wl-folder-set-persistent-mark): If summary
580         buffer is not for given folder, don't use it.
581
582 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
583
584         * Version number is increased to 2.15.0.
585
586 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
587
588         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
589
590         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
591         (wl-highlight-get-face-by-name): New internal function.
592         (wl-highlight-summary-line-face-spec): Use it and fixed.
593
594 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
595
596         * wl-summary.el (wl-summary-sync-update): Use
597         `elmo-message-entity-field' instead of `car' to get message-id
598         from overview entity.
599
600         * wl-summary.el (wl-summary-rescan-message): Call
601         `wl-highlight-summary-displaying' when displaying a message.
602
603 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
604
605         * wl-draft.el (wl-draft-config-info-filename): Extracted from
606         `wl-draft-config-info-operation'.
607         (wl-draft-buffer-change-number): New function.
608         (wl-draft-rename-saved-config): Ditto.
609         * wl.el (wl-init): Connect slot for message-number-changed.
610         (toplevel): Add autoload for wl-draft-rename-saved-config.
611
612 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
613
614         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
615         `update-overview'
616         (wl-summary-buffer-detach): Disconnect from it.
617         (wl-summary-rescan-message): Use command.
618
619         * wl-message.el (wl-message-buffer-display): Use
620         `with-current-buffer' instead of `save-excursion'.
621
622 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
623
624         * wl-mime.el (wl-draft-preview-attributes-list): Protect
625         wl-draft-preview-attributes-list from distraction.
626
627 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
628
629         * wl-summary.el (wl-summary-sync-update): Sort the return value of
630         `elmo-list-diff'.
631
632 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
633
634         * wl-summary.el
635         (wl-summary-edit-addresses-collect-candidate-fields): Use
636         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
637
638         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
639         instead of `elmo-set-work-buf'.
640
641         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
642         (wl-address-make-address-list): Ditto.
643
644         * Version number is increased to 2.13.3.
645
646 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
647
648         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
649         user option.
650
651         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
652         argument `5'.
653
654         * wl-message.el (wl-message-display-no-merge-p): New function.
655         (wl-message-buffer-display): Check whether the message is
656         reassembled and follow the API change.
657
658 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
659
660         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
661         multibyte on working buffer and removed unnecessary
662         `buffer-disable-undo'.
663
664 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
665
666         * wl-util.el (wl-read-search-condition-internal): Fixed the last
667         change.
668
669 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
670
671         * wl-util.el (wl-read-search-condition-internal): Protect
672         elmo-global-flags from distraction.
673
674 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
675
676         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
677
678         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
679         (wl-summary-event-handler): Ditto.
680         (wl-summary-update-persistent-mark-on-event): New
681         function (renamed from `elmo-event-handler-flag-changed').
682         (wl-summary-buffer-attach): New function.
683         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
684         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
685         instead of `elmo-folder-add-handler'.
686
687         * Version number is increased to 2.13.2.
688
689 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
690
691         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
692         and "\177" to the `wl-news-previous-page'.
693         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
694         (wl-news-previous-page): New function.
695
696 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
697
698         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
699         instead of `write-region' and simplify.
700
701 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
702
703         * wl-template.el (wl-template-select): Cause error if
704         `wl-template-alist' is nil.
705
706 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
707
708         * wl-news.el.in: Set file variable `no-byte-compile'.
709
710 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
711
712         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
713         whether a target message is within displaying area.
714         (elmo-event-handler-cache-changed): Ditto.
715
716 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
717
718         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
719         to `defun'.  Use `nconc' instead of `append' to collect descendant
720         message numbers.
721
722 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
723
724         * wl-thread.el (wl-thread-save-top-list)
725         (wl-thread-save-entities): Use `with-temp-buffer'.
726         * wl-news.el.in (wl-news-previous-version-load):
727         (wl-news-previous-version-save): Ditto.
728         * wl-summary.el (wl-summary-load-file-object)
729         (wl-summary-save-view-cache): Ditto.
730
731 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
732
733         * wl-util.el (toplevel): Require 'elmo-flag'.
734         (wl-read-search-condition): New function (Renamed from
735         `elmo-read-search-condition').
736         (wl-read-search-condition-internal): Likewise.
737
738         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
739         invalid.
740         (wl-summary-pick): Use `wl-read-search-condition' instead of
741         `elmo-read-search-condition'.
742         (wl-summary-virtual): Ditto.
743
744         * wl-folder.el (wl-folder-virtual): Ditto.
745         (wl-folder-pick): Ditto.
746
747         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
748
749 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
750
751         * wl-summary.el (wl-summary-reedit): Call
752         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
753
754 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
755
756         * wl-mime.el (toplevel): Require wl-vars.
757
758         * wl-message.el (toplevel): Require cl at compile.
759
760         * wl-draft.el (toplevel): Require elmo.
761
762 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
763
764         * wl-message.el (wl-message-buffer-prefetch): Count is a number
765         and do nothing when it is not positive.
766         (wl-message-buffer-prefetch-next): Ditto.
767
768 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
769
770         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
771         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
772         (wl-summary-redisplay-internal): Ditto.
773
774         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
775         message (the condition is borrowed from `wl-check-variables-2').
776         (wl-summary-redisplay-internal): Ditto.
777
778 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
779
780         * wl-mime.el (wl-draft-nntp-attribute): New function.
781         (wl-draft-attribute-nntp-posting-server): Use it.
782         (wl-draft-attribute-nntp-posting-port): Ditto.
783
784         * wl-mime.el (wl-draft-preview-attributes-list): New function.
785         (wl-draft-show-attributes-buffer): Ditto.
786         (wl-draft-hide-attributes-buffer): Ditto.
787         (wl-draft-attribute-newsgroups): Ditto.
788         (wl-draft-attribute-nntp-posting-server): Ditto.
789         (wl-draft-attribute-nntp-posting-port): Ditto.
790         (wl-draft-preview-message): Use there functions.
791
792         * wl-vars.el (wl-draft-preview-attributes-list): Change default
793         value.
794
795 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
796
797         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
798         (wl-draft-reedit): Ditto.
799         (wl-draft-queue-flush): Ditto.
800
801         * wl-mime.el (wl-message-request-partial): Ditto.
802         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
803         instead of `elmo-message-fetch'.
804
805         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
806
807         * wl-summary.el (wl-summary-message-string): Ditto.
808
809 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
810
811         * wl-util.el (wl-current-message-buffer): Follow the API change.
812
813         * wl-summary.el (wl-summary-redisplay-internal): Call
814         `wl-summary-mark-as-read' with 2nd argument as nil and update
815         unread count instead of persistent mark.
816
817         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
818         variable.
819         (wl-message-redisplay): Follow the API change.
820         (wl-message-buffer-display): Managed mime-entity directly and
821         return preview buffer only.
822         (wl-message-display-internal): Rewrite.
823         (wl-message-buffer-prefetch-subr): Not save return value of
824         `wl-message-buffer-display'.
825
826         * Version number is increased to 2.13.1.
827
828 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
829
830         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
831         'elmo-multiple-fields-body-list' with boundary specified.
832
833 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
834
835         * wl-vars.el (wl-summary-resend-use-cache): New variable.
836         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
837         cache if `wl-summary-resend-use-cache' is non-nil.
838
839 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
840
841         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
842         (wl-nntp-posting-stream-type): Ditto.
843
844 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
845
846         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
847
848 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
849
850         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
851         message.
852
853 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
854
855         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
856         Abolish.
857         (wl-summary-buffer-persistent-mark-version): New internal
858         variable.
859         (wl-summary-update-mark-and-highlight-window): Check by
860         wl-summary-persistent-mark-invalid-p.
861         (wl-summary-update-status-marks): Ditto.
862         (elmo-event-handler-flag-changed): Rewrite.
863         (elmo-event-handler-cache-changed): Define.
864         (wl-summary-prefetch-msg): Does not update persistent mark here.
865         (wl-summary-delete-cache): Ditto.
866         (wl-summary-resume-cache-status): Ditto.
867         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
868         (wl-summary-persistent-mark-invalid-p): New function.
869         (wl-summary-validate-persistent-mark): Ditto.
870         (wl-summary-validate-persistent-mark-string): Ditto.
871         (wl-summary-invalidate-persistent-mark): Ditto.
872         (wl-summary-update-persistent-mark): Call
873         `wl-summary-validate-persistent-mark'.
874         (wl-summary-create-line): Call
875         `wl-summary-validate-persistent-mark-string'.
876
877         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
878         status as t if cache used.
879
880 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
881
882         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
883         only if the target is group.
884         * wl-folder.el (wl-folder-append-petname): Don't check group name.
885
886 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
887
888         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
889
890 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
891
892         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
893
894         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
895
896 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
897
898         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
899         (Thanks to Yoichi NAKAYAMA).
900
901 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
902
903         * wl-util.el (wl-save-drafts): Restore echo area.
904
905 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
906
907         * Version number is increased to 2.13.0.
908
909         * wl-util.el (wl-biff-check-folder-async): Use
910         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
911
912 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
913
914         * wl-message.el (wl-message-display-internal): Does not put
915         wl-message-display-type property on message buffer.
916         (wl-message-buffer-display-type): New function.
917
918         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
919
920         * wl-summary.el (wl-summary-mode): Use `dolist' to add
921         `wl-summary-buffer-detach'.
922         (wl-summary-message-display-type): Use
923         `wl-summary-buffer-display-type'.
924
925 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
926
927         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
928         buffer-local.
929
930         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
931         kill-buffer-hook instead of make-local-variable.
932         (wl-draft-preview-message): Set `local' argument of add-hook as t.
933
934 2004-12-12  Scott Renfro <scott@renfro.org>
935
936         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
937         regex for square-branket.
938
939 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
940
941         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
942         `wl-message-mime-analysis-p' with argument `header'.
943
944 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
945
946         * wl-mime.el (wl-draft-yank-current-message-entity): 
947         Switch to no-mime following method according to wl-message-display-type
948         property.
949         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
950
951         * wl-message.el (wl-message-display-internal): 
952         Put wl-message-display-type property on message buffer.
953
954         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
955         (wl-message-display-internal): Ditto;
956
957         * wl-summary.el (wl-summary-toggle-mime): Ditto.
958
959 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
960
961         * wl-message.el (wl-message-make-display-type): New function.
962         (wl-message-display-type-property): Ditto.
963         (wl-message-mime-analysys-p): Ditto.
964         (wl-message-display-all-header-p): Ditto.
965         (wl-message-redisplay): Removed argument `as-is', `all-header' and
966         added `display-type'.
967         (wl-message-buffer-display): Likewise.
968         (wl-message-display-internal): Likewise.
969         (wl-message-buffer-display-type): Abolish.
970         (wl-message-buffer-prefetch-subr): Follow the API changed.
971
972         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
973         from wl-summary-buffer-display-all-header and changed default value.
974         (wl-summary-message-display-type): New function.
975         (wl-summary-buffer-display-mime-mode): Ditto.
976         (wl-summary-buffer-display-header-mode): Ditto.
977         (wl-summary-toggle-mime): Rewrite with above functions.
978         (wl-summary-toggle-all-header): Ditto.
979         (wl-summary-redisplay): Force redisplay with default mode.
980         (wl-summary-redisplay-internal): Renamed argument from `mode',
981         `all-header' to `mime-mode', `header-mode'.
982         Use `wl-message-make-display-type'.
983
984         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
985         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
986
987 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
988
989         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
990
991 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
992
993         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
994         in original message buffer.
995         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
996         buffer.
997
998 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
999
1000         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1001
1002 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1003
1004         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1005
1006 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1007
1008         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1009         when actions succeeded.
1010         (wl-summary-exec-action-copy): Likewise.
1011
1012 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1013
1014         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1015         there is switch-to-buffer at the end of wl-message-select-buffer.
1016         (wl-summary-reply): Ditto.
1017
1018 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1019
1020         * wl-summary.el (wl-summary-forward): Put subject in original
1021         message buffer as argument of wl-draft-forward.
1022         * wl-draft.el (wl-draft-forward): Decode subject as in
1023         wl-draft-reply.
1024
1025 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1026
1027         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1028         a folder under access group.
1029
1030 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1031
1032         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1033         wl-message-buffer-display.
1034
1035         * wl-util.el (wl-set-save-drafts): Fix typo.
1036
1037 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1038
1039         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1040         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1041         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1042         the way to measure the width of a bitmap image; don't put face on
1043         ascii and bitmap images; put the mark which should not use the
1044         variable-pitch face on ascii and bitmap images.
1045         (wl-demo-setup-properties): Don't use the variable-pitch face on
1046         ascii and bitmap images; made it work on Emacs 20 and earlier.
1047         (wl-demo-insert-text): End with a newline at the bottom; don't put
1048         face on text.
1049
1050         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1051
1052 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1053
1054         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1055
1056         * wl-util.el (wl-save-drafts): Moved from sample setting.
1057         (wl-set-save-drafts): New function to set idle timer.
1058         * wl-draft.el (wl-draft): Call it.
1059         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1060
1061 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1062
1063         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1064         a summary which has toggle display status off.
1065
1066 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1067
1068         * wl-draft.el (wl-draft-do-fcc): No cache save.
1069
1070 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1071
1072         * wl-summary.el (elmo-event-handler-flag-changed): Use
1073         `set-buffer' instead of `with-current-buffer'.
1074
1075 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1076
1077         * wl-summary.el (wl-summary-after-resize-function): New function.
1078         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1079         window-size-change-functions.
1080
1081 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1082
1083         * wl-draft.el (wl-draft-create-buffer): Bind
1084         `change-major-mode-hook' after current buffer is changed.
1085
1086         * wl-summary.el (wl-summary-buffer-detach): New function.
1087         (wl-summary-buffer-set-folder): Call it.
1088         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1089         change-major-mode-hook and kill-buffer-hook.
1090         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1091         (wl-summary-switch-to-clone-buffer): Ditto.
1092         (wl-summary-goto-folder-subr): Ditto.
1093
1094 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1095
1096         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1097         after boundp check.
1098
1099 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1100
1101         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1102         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1103         for `kill-buffer'.
1104
1105         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1106         handler of current buffer from elmo-folder.
1107
1108 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1109
1110         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1111
1112 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1113
1114         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1115         variable.
1116         (wl-summary-event-handler): New class.
1117         (elmo-event-handler-flag-changed): Define to update persistent
1118         mark.
1119         (wl-summary-buffer-set-folder): Register event handler to
1120         elmo-folder.
1121         (wl-summary-exit): Unregister event handler.
1122         (wl-summary-goto-folder-subr): Ditto.
1123         (wl-summary-mark-as-read-all): Does not call
1124         `wl-summary-update-persistent-mark' directly.
1125         (wl-summary-mark-as-read-internal): Ditto.
1126         (wl-summary-set-persistent-mark-internal): Ditto.
1127         (wl-summary-set-flags-internal): Ditto.
1128
1129         * Version number is increased to 2.11.33.
1130
1131 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1132
1133         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1134         to nil.
1135
1136 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1137
1138         * wl-spam.el (wl-spam-setup): Add hook
1139         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1140         instead of `wl-summary-prepare-hook'.
1141
1142         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1143         if folder type is `'flag'.
1144         (wl-summary-mark-as-important): Ditto.
1145
1146 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1147
1148         * wl-address.el (wl-address-minibuffer-history): New variable.
1149         (wl-address-minibuffer-local-map): New keymap.
1150         (wl-address-read-from-minibuffer): New function.
1151
1152         * wl-action.el (wl-summary-get-resend-address): Use
1153         `wl-address-read-from-minibuffer' instead of `completing-read'.
1154
1155 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1156
1157         * Version number is increased to 2.11.32.
1158
1159 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1160
1161         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1162         without mule to iso-8859-1.
1163         (wl-draft-add-in-reply-to): Add note in description.
1164         (wl-draft-add-references): Ditto.
1165
1166 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1167
1168         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1169         definition for `m'.
1170         (wl-summary-mode-line-format): Add '[%m]'.
1171         (wl-message-mode-line-format-spec-alist): Ditto.
1172         (wl-summary-display-mime-mode-list): New variable.
1173
1174         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1175         from wl-summary-buffer-display-as-is.
1176         (wl-summary-buffer-display-all-header): New buffer local variable.
1177         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1178         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1179         instead of wl-summary-buffer-display-as-is.
1180         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1181         (wl-summary-set-persistent-mark): Ditto.
1182         (wl-summary-set-message-buffer-or-redisplay): Just call
1183         `wl-summary-redisplay-internal' without optional arguments.
1184         (wl-summary-toggle-mime): Rewrite.
1185         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1186         (wl-summary-toggle-all-header): New function.
1187         (wl-summary-redisplay-internal): Treat mime mode.
1188
1189         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1190         to wl-mime-preview-follow-no-mime.
1191         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1192         accodring to the display-mode.
1193
1194         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1195         (wl-message-buffer-display): Changed argument name from `as-is' to
1196         `mode'.
1197         (wl-message-display-internal): Ditto;
1198         Bind elmo-mime-display-header-analysis according to the mode.
1199         (wl-message-display-internal): Put wl-message-display-mime-mode
1200         property on entire buffer.
1201
1202 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1203
1204         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1205
1206 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1207
1208         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1209         Don't extract mail address.
1210         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1211
1212         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1213
1214         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1215
1216 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1217
1218         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1219         wl-fldmgr-cut-entity-list on confirmation.
1220
1221 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1222
1223         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1224         (wl-mime-quit-preview): Check existence of
1225         mime-edit-temp-message-buffer here.
1226
1227 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1228
1229         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1230         after deletion.
1231
1232         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1233         before calling wl-mime-quit-preview.
1234
1235 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1236
1237         * wl-summary.el (wl-summary-pick): If call it with prefix
1238         argument, set `delete-marks' as non-nil. Pick from only visible
1239         messages.
1240         (wl-summary-check-target-mark): New function.
1241         (wl-summary-target-mark-mark-as-read): Use it.
1242         (wl-summary-target-mark-mark-as-unread): Ditto.
1243         (wl-summary-target-mark-operation): Ditto.
1244         (wl-summary-target-mark-set-flags): Ditto.
1245         (wl-summary-target-mark-save): Ditto.
1246         (wl-summary-target-mark-pick): Ditto.
1247         (wl-summary-target-mark-forward): Ditto.
1248         (wl-summary-target-mark-reply-with-citation): Ditto.
1249         (wl-summary-target-mark-print): Ditto.
1250         (wl-summary-target-mark-uudecode): Ditto.
1251
1252         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1253         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1254         with `ask-coding' is non-nil.
1255
1256 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1257
1258         * wl-thread.el (wl-thread-set-parent): If parent is a message
1259         which is identified by references, set linked as nil.
1260
1261 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1262
1263         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1264         (wl-message-mode-line-format-spec-alist): Ditto.
1265         (wl-message-mode-line-format): Ditto.
1266         (wl-summary-mode-line-format): Ditto for docstring.
1267         (wl-summary-no-mime-folder-list): Fix typo.
1268
1269         * wl-util.el (wl-current-message-buffer): Call
1270         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1271
1272         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1273         variable.
1274         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1275         of `wl-summary-redisplay-no-mime'.
1276         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1277         (wl-summary-toggle-mime): New function.
1278         (wl-summary-redisplay-all-header): Rewrite.
1279         (wl-summary-redisplay-no-mime): Ditto.
1280         (wl-summary-redisplay-internal): Added argument `as-is' and
1281         `all-header'.
1282
1283         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1284         New variable.
1285         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1286         bottom.
1287         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1288         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1289         "/" unconditionally.
1290
1291         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1292         wl-mime-preview-follow-no-mime for as-is content.
1293         (wl-mime-preview-follow-no-mime): New function.
1294         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1295
1296         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1297         and added `as-is', `all-header'.
1298         (wl-message-buffer-display): Ditto.
1299         (wl-message-buffer-display-type): New function.
1300
1301 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1302
1303         * wl-vars.el (wl-message-header-button-alist): Change default
1304         value.
1305         (wl-message-body-button-alist): Ditto.
1306
1307 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1308
1309         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1310
1311 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1312
1313         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1314
1315 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1316
1317         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1318         is always true.
1319
1320 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1321
1322         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1323         on null entity.
1324
1325 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1326
1327         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1328
1329 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1330
1331         * wl-vars.el (wl-summary-resend-hook): New hook.
1332
1333         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1334         `wl-summary-resend-hook'.
1335
1336 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1337
1338         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1339         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1340         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1341         (wl-summary-new-cached-mark): Changed default value to 'n'.
1342         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1343         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1344         (wl-folder-sync-range-alist): Remove spec for 'flag.
1345         (wl-summary-force-prefetch-folder-list): New user option.
1346
1347         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1348         `wl-summary-toggle-persistent-mark'.
1349         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1350         number is nil.
1351         (wl-summary-mark-as-answered-region): Set interactive argument of
1352         `wl-summary-set-persistent-mark-internal'.
1353         (wl-summary-mark-as-important-region): Ditto.
1354         (wl-summary-unset-persistent-mark): Ditto.
1355         (wl-summary-set-persistent-mark): Ditto.
1356         (wl-summary-mark-as-answered): Ditto.
1357         (wl-summary-mark-as-important): Ditto.
1358         (wl-summary-set-persistent-mark-internal): Do nothing
1359         when `elmo-message-flag-available-p' is nil.
1360         (wl-summary-toggle-persistent-mark): New function.
1361         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1362         when the folder matches `wl-summary-force-prefetch-folder-list'.
1363
1364
1365         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1366         when number is nil.
1367         (wl-highlight-summary-forwarded-face): New face.
1368
1369 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1370
1371         * Version number is increased to 2.11.31.
1372
1373 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1374
1375         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1376         (wl-biff-check-folder-async): Ditto.
1377         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1378
1379 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1380
1381         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1382         Add an argument `reverse'.  All callers are updated.
1383         (wl-summary-sort): Add a prefix argument `reverse' to specify
1384         reverse sorting.
1385         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1386         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1387         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1388
1389 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1390
1391         * wl-message.el (wl-message-redisplay): Does not narrow header if
1392         disply-type is all-header or as-is.
1393
1394         * wl-summary.el (wl-summary-enter-handler): Use
1395         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1396
1397 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1398
1399         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1400         after adding wl-draft-parent-variables.
1401         (wl-draft-forward): Ditto.
1402
1403 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1404
1405         * wl-summary.el (wl-summary-sync-marks): Call
1406         `wl-summary-set-persistent-mark' and
1407         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1408         (wl-summary-set-persistent-mark-internal): Add 4th argument
1409         `no-server'.
1410         (wl-summary-unset-persistent-mark): Ditto.
1411         (wl-summary-set-persistent-mark): Ditto.
1412         (wl-summary-add-flags-internal): Abolish.
1413         (wl-summary-remove-flags-internal): Ditto.
1414         (wl-summary-mark-as-important-internal): Ditto.
1415         (wl-summary-mark-as-important): Use
1416         `wl-summary-set-persistent-mark' instead of
1417         `wl-summary-add-flags-internal'.
1418         (wl-summary-mark-as-important-region): Ditto.
1419
1420         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1421
1422         * wl-summary.el (wl-summary-get-available-flags): New function.
1423         (wl-summary-sync-marks): Use it and simplified.
1424         (wl-summary-unset-persistent-mark): Use
1425         `wl-summary-get-available-flags'.
1426         (wl-summary-set-persistent-mark): Ditto.
1427
1428 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1429
1430         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1431         id.
1432
1433 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1434
1435         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1436         number, call `wl-summary-prev-line-content'. Show message when the
1437         message is not found.
1438
1439 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1440
1441         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1442         wl-summary-enter-handler.
1443         (wl-summary-enter-handler): New command.
1444
1445         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1446         docstring and custom spec.
1447
1448         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1449         flags too; Don't treat Cached and New.
1450         (wl-summary-set-persistent-mark): Ditto.
1451
1452         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1453         `wl-folder-set-flag'.
1454
1455         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1456         instead of `wl-folder-set-flag'.
1457
1458         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1459         for completion.
1460         (wl-summary-set-persistent-mark): Ditto.
1461
1462         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1463         instead of `wl-draft-quit-preview'.
1464
1465         * wl-mime.el (toplevel): Avoid compile warning.
1466         (wl-mime-quit-preview): New function
1467         (formarly defined as `wl-draft-quit-preview').
1468         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1469         quitting method.
1470
1471         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1472
1473         * wl-folder.el (wl-folder-set-flag): Renamed from
1474         `wl-draft-set-flag-on-parent'.
1475
1476         * wl-draft.el (wl-draft-quit-preview): New function.
1477         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1478         (wl-draft-send): Call `wl-folder-set-flag' instead of
1479         `wl-draft-set-flag-on-parent'.
1480         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1481
1482 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1483
1484         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1485         (wl-draft-send): Ditto.
1486
1487 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1488
1489         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1490         (wl-draft-kill-pre-hook): Set default value as nil.
1491         (wl-summary-reply-hook): Ditto.
1492         (wl-draft-kill-flags): Abolish.
1493
1494         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1495         (wl-draft-parent-variables): Renamed from
1496         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1497         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1498         argument; Add wl-draft-parent-variables to
1499         wl-draft-config-variables.
1500         (wl-draft-reply): Likewise.
1501         (wl-draft-kill-flags): Abolish.
1502         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1503         (wl-draft-set-flag-on-parent): New function.
1504         (wl-draft-setup-parent-flag): Ditto.
1505
1506 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1507
1508         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1509         `wl-draft-parent-folder' is "".
1510
1511 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1512
1513         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1514         (wl-summary-digit-jump): New function.
1515         (Adviced by John Owens and Hiroya Murata)
1516
1517         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1518         (Adviced by John Owens)
1519
1520         * wl-xmas.el (wl-message-define-keymap): Ditto.
1521
1522         * wl-mule.el (wl-message-define-keymap): Ditto.
1523
1524 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1525
1526         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1527         change of return value of elmo-folder-count-flags.
1528
1529         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1530         (wl-summary-mark-as-read-internal): Ditto.
1531         (wl-summary-set-persistent-mark-internal): Ditto.
1532         (wl-summary-folder-info-update): Ditto.
1533         (wl-summary-sync-update): Fixed the last change.
1534
1535         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1536
1537 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1538
1539         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1540         (wl-draft-kill-flags): Fixed docstring.
1541
1542         * wl-draft.el (wl-draft-kill-flags): New function.
1543         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1544
1545 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1546
1547         * wl-vars.el (wl-reply-hook): Abolish.
1548         (wl-draft-reply-hook): New hook.
1549         (wl-summary-reply-hook): Ditto.
1550         (wl-draft-forward-hook): Ditto.
1551         (wl-summary-forward-hook): Ditto.
1552         (wl-draft-kill-flags): New variable.
1553
1554         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1555         wl-summary-set-persistent-mark-internal.
1556         (wl-summary-sync-marks): Use elmo-preserved-flags.
1557         (wl-summary-update-persistent-mark): Make it interactive.
1558         (wl-summary-set-persistent-mark-internal): New inline function.
1559         (wl-summary-mark-as-answered): Use it.
1560         (wl-summary-mark-as-unanswered): Ditto.
1561         (wl-summary-unset-persistent-mark): New function.
1562         (wl-summary-set-persistent-mark): Ditto.
1563         (wl-summary-reply): Don't set answered flag;
1564         Run wl-summary-reply-hook instead.
1565         (wl-summary-forward): Call wl-draft-forward with number.
1566         Run wl-summary-forward-hook.
1567
1568         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1569         (wl-highlight-summary-line-face-spec): Use it as a default
1570         persistent mark face.
1571
1572         * wl-draft.el (wl-draft-forward): Added optional argument number;
1573         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1574         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1575         (wl-draft-kill): Use wl-draft-kill-flags.
1576
1577         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1578
1579         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1580         of return value of elmo-folder-count-flags.
1581
1582         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1583
1584         * wl-summary.el (wl-summary-count-unread): Ditto.
1585         (wl-summary-sync-update): Follow the change above.
1586         (wl-summary-force-prefetch): New function.
1587
1588 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1589
1590         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1591         variable `buf' with `let' instead of `setq'.
1592
1593 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1594
1595         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1596         add Content-Disposition heaeder on the deleted part.
1597
1598 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1599
1600         * wl-draft.el (wl-draft-save): Encode address list under edit by
1601         `eword-encode-unstructured-field-body'.
1602
1603         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1604
1605 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1606
1607         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1608         wl-current-summary-buffer.
1609
1610 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1611
1612         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1613         `numbers' is ignored.
1614
1615 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1616
1617         * wl-folder.el (wl-folder-open-folder): Avoid error.
1618         Reported by John Owens, [wl-en:815]
1619
1620         * wl.el (wl): Set timer for biff process even if prefix argument
1621         is given or auto-checking is quitted.
1622
1623         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1624         immediately.
1625         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1626         (wl-toggle-plugged): Ditto.
1627
1628         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1629         * wl-util.el (wl-biff-start): Use idle timer if
1630         `wl-biff-use-idle-timer' is non-nil.
1631
1632 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1633
1634         * wl-highlight.el (wl-highlight-message): Fix description.
1635
1636 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1637
1638         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1639         tty.
1640
1641 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1642
1643         * wl-action.el (wl-summary-exec): Print failure count.
1644
1645 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1646
1647         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1648         to `defun', remove interactive form.
1649         Set elmo-message-fetch-confirm when force-reload is non-nil.
1650
1651 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1652
1653         * wl-summary.el (toplevel): Removed unnecessary autoload.
1654
1655 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1656
1657         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1658         the buffer is generated from another message buffer.
1659
1660 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1661
1662         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1663         extracted from `wl-fldmgr-save-folders'.
1664         (wl-fldmgr-delete): Call it after deletion.
1665
1666 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1667
1668         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1669         multi-tty support.
1670
1671 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1672
1673         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1674
1675 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1676
1677         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1678         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1679
1680 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1681
1682         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1683         unsubscribe list only if argument CLEAR is nil.
1684
1685 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1686
1687         * wl-draft.el (wl-draft-reply): Decode subject before removing
1688         Re: prefix.
1689
1690 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1691
1692         * wl-summary.el (wl-summary-sort-by-size): New command.
1693
1694 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1695
1696         * wl-summary.el (wl-summary-number-list-from-region): New
1697         function.
1698         (wl-summary-mark-as-read-region): Use it.
1699         (wl-summary-mark-as-unread-region): Ditto.
1700         (wl-summary-set-flags-region): Ditto and add optional argument
1701         remove.
1702         (wl-summary-mark-as-answered-region): Ditto.
1703         (wl-summary-mark-as-important-region): Ditto.
1704         (wl-summary-target-mark-mark-as-important): Added optional
1705         argument remove.
1706         (wl-summary-target-mark-mark-as-answered): Ditto.
1707         (wl-summary-target-mark-set-flags): Ditto.
1708
1709 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1710
1711         * wl-summary.el (wl-summary-set-flags-region): Call
1712         `wl-summary-set-flags-internal' with number list instead of call
1713         one by each message.
1714         (wl-summary-target-mark-set-flags): Likewise.
1715
1716 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1717
1718         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1719         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1720         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1721         (wl-summary-target-mark-mark-as-answered): Likewise.
1722
1723 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1724
1725         * wl-summary.el (wl-summary-target-mark-forward): Use
1726         `wl-summary-delete-all-target-marks' instead of
1727         `wl-summary-delete-all-temp-marks'.
1728         (wl-summary-target-mark-reply-with-citation): Ditto.
1729         (wl-summary-target-mark-uudecode): Ditto.
1730         (wl-summary-target-mark-set-flags): Ditto and remove needless
1731         cursor move.
1732
1733 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1734
1735         * wl-summary.el (wl-summary-target-mark-forward): Protect
1736         wl-summary-buffer-target-mark-list from nreverse.
1737         (wl-summary-target-mark-reply-with-citation): Ditto.
1738
1739 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1740
1741         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1742         `elmo-display-progress-threshold'.
1743
1744 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1745
1746         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1747         check `wl-summary-highlight'.
1748         (wl-summary-window-scroll-functions): Respect value of
1749         `wl-summary-highlight'.
1750         (wl-summary-sync-update): Run hooks
1751         `wl-summary-buffer-window-scroll-functions' at any time.
1752
1753 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1754
1755         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1756         from `wl-summary-cleanup-temp-marks'.
1757         (wl-summary-cleanup-temp-marks): Abolish argument.
1758         * wl.el (wl-save-status): Revert previous change.
1759         (wl-execute-temp-marks): New function, call
1760         `wl-summary-exec-with-confirmation'.
1761         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1762         (wl-folder-save-and-exec-marks): Abolished.
1763
1764 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1765
1766         * wl-e21.el (wl-e21-display-image-p): Respect
1767         `wl-highlight-folder-with-icon'.
1768         (wl-e21-highlight-folder-group-line): Highlight mouse line
1769         even if wl-e21-display-image-p is nil.
1770
1771         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1772         Respect value of `wl-summary-highlight'.
1773
1774         * wl.el (wl-save-status): Remove unused variable.
1775
1776         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1777         (wl-folder-mode-map): Bind it to "x".
1778
1779 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1780
1781         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1782
1783         * wl-thread.el (wl-thread-get-parent-list): Don't check
1784         disconnected ancestors, neglecting needless work in
1785         `wl-thread-update-indent-string-thread'.
1786
1787         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1788         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1789         argument, add argument default-keep to keep marks by default.
1790
1791         * Version number is increased to 2.11.30.
1792
1793         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1794         customization type and docstring.
1795         (wl-draft-reply-without-argument-list): Ditto.
1796
1797 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1798
1799         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1800
1801         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1802
1803 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1804
1805         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1806
1807 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1808
1809         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1810         save-excursion so as not to include run-hooks.
1811
1812 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1813
1814         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1815         Clarify that marks are going to be cleared.
1816
1817 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1818
1819         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1820         according to 3rd element of wl-summary-flag-mark.
1821
1822         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1823
1824 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1825
1826         * wl-action.el (wl-summary-target-mark-all): Don't set
1827         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1828
1829 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1830
1831         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1832         (wl-forward-subject-prefix): Ditto.
1833         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1834         (wl-draft-reply-make-subject): Ditto.
1835
1836         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1837         `wl-draft-forward'.
1838         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1839
1840 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1841
1842         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1843         target message does not exist.
1844
1845 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1846
1847         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1848         `wl-subject-prefix-regexp'.
1849         (wl-subject-forward-prefix-regexp): New variable.
1850         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1851         `wl-draft-strip-subject-re' and take regexp as argument.
1852         (wl-draft-forward): Use it.
1853         (wl-draft-reply): Ditto.
1854
1855 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1856
1857         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1858         emacs multi-tty support.
1859
1860 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1861
1862         * wl-e21.el (wl-e21-display-image-p): Don't call
1863         `display-images-p'.
1864         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1865         support.
1866         (wl-highlight-folder-current-line): Ditto.
1867         (wl-folder-init-icons): Ditto.
1868
1869 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1870
1871         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1872         the last line of summary in unplugged mode.
1873
1874 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1875
1876         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1877
1878 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1879
1880         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1881         * wl-address.el (wl-address-user-mail-address-p): Use it.
1882         (wl-address-delete-user-mail-addresses): Ditto.
1883         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1884
1885         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1886         (wl-address-delete-user-mail-addresses): Ditto.
1887
1888         * wl-address.el (wl-address-delete-user-mail-addresses): New
1889         function.
1890         * wl-refile.el (wl-refile-guess-by-history): Use it.
1891         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1892         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1893
1894         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1895         use wl-address-user-mail-address-p.
1896
1897 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1898
1899         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1900         after opening group.
1901
1902 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1903
1904         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1905         of elmo-set-buffer-multibyte.
1906
1907         * wl-message.el (wl-original-message-mode): Ditto.
1908
1909         * wl-score.el (wl-score-insert-header): Ditto.
1910
1911         * wl-summary.el
1912         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1913         (wl-summary-goto-folder-subr): Ditto.
1914         (wl-summary-insert-headers): Ditto.
1915
1916         * wl-util.el (wl-set-string-width): Ditto.
1917
1918         * Version number is increased to 2.11.29.
1919
1920 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1921
1922         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1923         (wl-highlight-summary-line-help-echo-alist): New variable.
1924         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1925         into `wl-highlight-summary-line-help-echo' and
1926         `wl-highlight-flag-folder-help-echo'.
1927         (wl-highlight-summary-line-string): Change accordingly.
1928         (wl-highlight-summary-current-line): Ditto.
1929
1930 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1931
1932         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1933         at the beginning of field body (Thanks to Markus Knittig).
1934
1935         * wl-draft.el (wl-draft-insert-current-message): Also check
1936         summary buffer, remove unnecessary tag.
1937
1938 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1939
1940         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1941         when wl-message-buffer is nil.
1942
1943         * wl-folder.el (wl-folder): Abolish unused argument.
1944         Call wl-folder-init when wl-folder-entity is nil.
1945         * wl.el (wl): Change accordingly.
1946
1947 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1948
1949         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1950         multibyte string before insert into draft buffer.
1951         (wl-draft-create-buffer): Always enable multibyte characters for
1952         draft buffer.
1953
1954         * Version number is increased to 2.11.28.
1955
1956 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1957
1958         * wl-folder.el (wl-folder-open-close): Handle blank line.
1959         (wl-folder-jump-to-current-entity): Ditto.
1960
1961 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1962
1963         * Version number is increased to 2.11.27.
1964
1965 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1966
1967         * wl-thread.el (wl-thread-insert-message): When the thread is
1968         devided by wl-summary-max-thread-depth, insert line at the end of
1969         buffer.
1970
1971 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1972
1973         * Version number is increased to 2.11.26.
1974
1975 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1976
1977         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1978
1979 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1980
1981         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1982         value of stream-type and session.
1983
1984 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1985
1986         * Version number is increased to 2.11.25.
1987
1988 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1989
1990         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1991         in a quit message.
1992
1993 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1994
1995         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1996         (wl-summary-redisplay-no-mime-internal): Ditto.
1997
1998 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1999
2000         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2001         * wl-vars.el (wl-smtp-connection-type): Ditto.
2002
2003 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2004
2005         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2006         for the separator line and quote mail-header-separator.
2007
2008 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2009
2010         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2011         result message.
2012
2013         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2014         `elmo-multiple-fields-body-list' with boundary as
2015         mail-header-separator.
2016
2017 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2018
2019         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2020
2021 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2022
2023         * wl-util.el (wl-list-diff): Remove unused function.
2024
2025         * wl-draft.el (wl-draft-send-confirm): Discard input before
2026         confirmation.
2027
2028 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2029
2030         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2031         order of flag and new.
2032
2033 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2034
2035         * wl-vars.el (wl-refile-policy-alist): Abolished.
2036
2037         * wl-action.el (wl-summary-set-action-refile): Follow the change
2038         above.
2039
2040 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2041
2042         * wl-highlight.el (wl-highlight-signature-search): Don't use
2043         re-search-backward for a long word since it is possible to crash
2044         XEmacs because of a bug.
2045
2046 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2047
2048         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2049
2050 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2051
2052         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2053         argument for wl-summary-sync-force-update.
2054
2055 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2056
2057         * wl-summary.el (wl-summary-mode-map): Revival of
2058         wl-summary-mark-as-important related bindings;
2059         Bind 'F','tF','mF','rF','m&'.
2060         (wl-summary-mark-as-important-region): Revival.
2061         (wl-summary-target-mark-mark-as-important): Ditto.
2062         (wl-summary-target-mark-operation): New function.
2063         (wl-summary-target-mark-mark-as-answered): Use it.
2064         (wl-summary-decide-flag): Don't set Important as default.
2065         (wl-summary-mark-as-important-internal): Revival.
2066         (wl-summary-mark-as-important): Ditto.
2067
2068         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2069
2070         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2071         instead of facep.
2072
2073 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2074
2075         * wl-dnd.el (wl-dnd-drop-func): Fix.
2076
2077         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2078         mouse-set-point instead of posn-point.
2079
2080         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2081
2082         * wl-mule.el (wl-completing-read-multiple): Ditto.
2083
2084 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2085
2086         * wl-demo.el (face-background-name): Defalias to avoid compile
2087         warning.
2088
2089 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2090
2091         * wl-summary.el (wl-summary-decide-flag): Use
2092         wl-completing-read-multiple instead of completing-read-multiple.
2093
2094         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2095         New alias.
2096
2097         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2098         Use face-background-name instead of face-background.
2099
2100         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2101
2102         * wl-summary.el (wl-summary-save): Use it.
2103         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2104
2105         * wl-mime.el (wl-mime-save-content): Fix last change.
2106
2107 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2108
2109         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2110         New function.
2111         (wl-summary-sort-specs): Added sort.
2112         * wl-mime.el (wl-mime-save-content): Expand file name.
2113
2114 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2115
2116         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2117
2118         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2119
2120 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2121
2122         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2123         for flag if it is not defined.
2124
2125 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2126
2127         * wl-e21.el (wl-highlight-folder-current-line): Use
2128         elmo-folder-type-internal when elmo-folder-type returns nil.
2129
2130         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2131
2132         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2133
2134         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2135
2136         * wl-e21.el (wl-summary-toolbar): Ditto.
2137
2138         * wl-vars.el (wl-demo-background-color): Abolished.
2139         (wl-summary-persistent-mark-priority-list): Renamed from
2140         wl-summary-flag-priority-list.
2141         (wl-summary-flag-alist): New user option.
2142         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2143         (wl-message-mode-line-format-spec-alist): Added 'F'.
2144         (wl-message-mode-line-format): Likewise.
2145         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2146         instead of wl-summary-important-mark.
2147         (wl-file-folder-icon): New variable.
2148
2149         * wl-thread.el (wl-thread-set-flags): Renamed from
2150         wl-thread-mark-as-important.
2151
2152         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2153         warning.
2154         (wl-summary-mode-menu-spec): Follow the change of 
2155         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2156         (wl-summary-mode-map): Follow the change of
2157         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2158         (wl-summary-detect-mark-position): Follow the variable name change.
2159         (wl-summary-set-flags-region): New function for the replacement of
2160         wl-summary-mark-as-important-region.
2161         (wl-summary-sync-marks): Sync all global-flags.
2162         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2163         instead of elmo-message-flagged-p.
2164         (wl-summary-persistent-mark-string): Follow the variable name change;
2165         Put wl-summary-flag-mark if the message has global-flag.
2166         (wl-summary-target-mark-set-flags): Renamed from 
2167         wl-summary-target-mark-mark-as-important.
2168         (wl-summary-decide-flag): New function.
2169         (wl-summary-set-flags-internal): Renamed from
2170         wl-summary-mark-as-important-internal.
2171         (wl-summary-add-flags-internal): New function.
2172         (wl-summary-remove-flags-internal): Ditto.
2173         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2174         (wl-summary-mark-as-unimportant): Abolish.
2175         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2176         (wl-summary-next-message): List flagged messages in the msgdb.
2177
2178         * wl-score.el (wl-summary-score-update-all-lines): Use
2179         wl-summary-add-flags-internal instead of 
2180
2181         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2182
2183         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2184         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2185         (wl-message-buffer-require-all-header): Renamed from
2186         wl-message-buffer-all-header-flag (Ditto).
2187         (wl-message-buffer-flag-indicator): New variable.
2188         (wl-message-redisplay): Changed local varibale name from `flag' to
2189         `display-type'; Set up wl-message-buffer-flag-indicator.
2190         (wl-message-buffer-display): Changed varibale name from `flag' to
2191         `display-type'.
2192         (wl-message-display-internal): Likewise.
2193
2194         * wl-highlight.el (wl-highlight-demo-face): Define default background
2195         color.
2196         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2197
2198         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2199
2200         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2201         (wl-demo-setup-properties): Renamed from
2202         `wl-demo-set-background-color'.
2203         (wl-demo): Follow the change above.
2204         
2205         * Version number is increased to 2.11.24.
2206
2207 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2208
2209         * wl-summary.el (wl-summary-toggle-thread): Call
2210         `wl-summary-rescan' with disable-thread as non-nil.
2211         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2212
2213 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2214
2215         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2216         foreground property of the face.
2217         (wl-demo-insert-text): Don't set up face property here.
2218         (wl-demo): Call wl-demo-set-background-color, anyway.
2219
2220 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2221
2222         * wl-vars.el (wl-demo-background-color): The value can be nil.
2223
2224 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2225
2226         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2227         to wl-summary-wheel-dispatcher.
2228
2229         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2230         wl-message-wheel-dispatcher.
2231         (wl-message-wheel-dispatcher): New function.
2232         (wl-summary-wheel-dispatcher): Ditto.
2233
2234 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2235
2236         * wl-action.el (wl-summary-target-mark-all): List messages which are
2237         not in the killed-list.
2238
2239         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2240         only when the folder is 'flag/important.
2241
2242         * wl-address.el (wl-complete-field-body): Complete if the last
2243         character is a space.
2244
2245 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2246
2247         * wl-folder.el (wl-folder-clear-entity-info): Use
2248         elmo-clear-hash-val.
2249
2250         * wl-fldmgr.el (wl-fldmgr-rename): Set
2251         wl-folder-info-alist-modified as t.
2252
2253 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2254
2255         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2256
2257 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2258
2259         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2260         (wl-folder-buffer-last-visited-entity-id): New buffer local
2261         variable.
2262         (wl-folder-revisit-last-visited-folder): New function.
2263         (wl-folder-mode-map): Bind it to "C-i".
2264         (wl-folder-set-current-entity-id): Set last visited folder.
2265         * wl-summary.el (wl-summary-exit): Ditto.
2266
2267 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2270         before calling `recenter' in order to cope with an XEmacs bug.
2271
2272 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2273
2274         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2275         to the default value.
2276
2277 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2278
2279         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2280         change.
2281         (wl-summary-sync-marks): Ditto.
2282         (wl-summary-mark-as-read-internal): Ditto.
2283         (wl-summary-mark-as-answered-internal): Ditto.
2284         (wl-summary-mark-as-important-internal): Ditto.
2285         (wl-summary-reply): Ditto.
2286
2287         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2288         instead of `elmo-folder-unflag-answered'.
2289
2290         * Version number is increased to 2.11.23.
2291
2292         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2293         the last change.
2294
2295 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2296
2297         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2298         Specify "spam" or "good".
2299
2300 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2301
2302         * wl-spam.el (wl-summary-exec-action-spam): Call
2303         wl-folder-confirm-existence for spam folder.
2304         (wl-spam-setup): Bind "mk".
2305
2306 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2307
2308         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2309
2310 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2311
2312         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2313         destination folder is empty.
2314
2315 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2316
2317         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2318         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2319
2320         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2321         (wl-summary-refile-prev-destination-region): New function.
2322         (wl-thread-refile-prev-destination): Ditto.
2323         (wl-summary-target-mark-refile-prev-destination): Ditto.
2324
2325 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2326
2327         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2328         (wl-demo-background-color): Changed default value.
2329
2330         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2331         color.
2332
2333         * wl-demo.el (wl-demo-set-background-color): New function.
2334         (wl-demo): Call it.
2335
2336 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2337
2338         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2339         * wl-address.el (wl-address-add-or-change): Don't add empty
2340         address.
2341
2342 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2343
2344         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2345
2346 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2347
2348         * wl-vars.el (wl-demo-image-filter-alist): New variable
2349         (wl-demo-background-color): Ditto.
2350
2351         * wl-demo.el (wl-demo-xpm-set-background): New function.
2352         (wl-demo-image-filter): Ditto.
2353         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2354
2355         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2356
2357         * wl-demo.el (wl-demo-icon-name): Define as function.
2358         (wl-demo-insert-image): Use it.
2359
2360 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2361
2362         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2363
2364 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2365
2366         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2367
2368 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2369
2370         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2371
2372 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2373
2374         * wl-thread.el (wl-thread-mark-as-answered): New function.
2375
2376         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2377         answered" entry.
2378         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2379         "r&" and wl-thread-mark-as-answered to "t&".
2380         (wl-summary-mark-as-important-region): Refine to toggle mark.
2381         (wl-summary-mark-as-answered-region): New function.
2382         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2383         and 3rd argument.
2384         (wl-summary-mark-as-important-internal): Likewise.
2385
2386 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2387
2388         * wl-template.el (wl-template-preview): New internal variable.
2389         (wl-template-preview-p): New function.
2390         (wl-template-show): Bind `wl-template-preview' as t.
2391
2392 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2393
2394         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2395         `elmo-message-entity-field' with 3rd argument which is non-nil.
2396
2397 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2398
2399         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2400         Removed duplicate local bind `folder'.
2401
2402 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2403
2404         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2405
2406 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2407
2408         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2409         duplicate definition.
2410
2411 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2412
2413         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2414         non-nil, use it; Don't fetch message if there's no message in the
2415         current cursor position.
2416
2417 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2418
2419         * wl-util.el (wl-region-exists-p): Use region-active-p.
2420         (wl-deactivate-region): New function.
2421         * wl-message.el (wl-message-redisplay): Deactivate region.
2422
2423         * wl-summary.el (wl-summary-reply): Call
2424         `wl-summary-set-message-buffer-or-redisplay' instead of
2425         `wl-summary-redisplay-internal', don't move point.
2426
2427 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2428
2429         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2430         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2431         by regexp.
2432
2433 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2434
2435         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2436         if no need.
2437
2438 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2439
2440         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2441         default value to nil.
2442         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2443         `wl-summary-prepare-hook'; Replace refile action to
2444         `wl-summary-exec-action-refile-with-register'.
2445
2446         * Version number is increased to 2.11.22.
2447
2448 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2449
2450         * wl-summary.el (wl-summary-detect-mark-position): Set
2451         `wl-summary-buffer-weekday-name-lang'.
2452
2453 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2454
2455         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2456         (wl-summary-mark-as-read-all): Ditto.
2457         (wl-summary-delete-messages-on-buffer): Ditto.
2458         (wl-summary-sync-update): Ditto.
2459         (wl-summary-mark-as-read-internal): Ditto.
2460         (wl-summary-mark-as-answered-internal): Ditto.
2461         (wl-summary-update-folder-info): Abolished.
2462
2463 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2464
2465         * wl-summary.el (wl-summary-mark-as-read-all): Use
2466         `wl-summary-update-folder-info' instead of
2467         `wl-folder-update-unread'.
2468
2469 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2470
2471         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2472         `wl-summary-folder-info-update'.
2473         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2474         instead of `wl-summary-folder-info-update'.
2475         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2476         `wl-folder-set-folder-updated'.
2477         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2478         instead of `wl-folder-update-unread'.
2479         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2480         the value of `wl-summary-buffer-unread-count' for the second parameter of
2481         `wl-folder-update-unread'.
2482
2483         * Version number is increased to 2.11.21.
2484
2485 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2486
2487         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2488         a local variable.
2489
2490 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2491
2492         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2493         interactively.
2494
2495         * wl-summary.el (wl-summary-mark-as-important-internal): New
2496         internal function.
2497         (wl-summary-mark-as-important): Use it.
2498         (wl-summary-mark-as-unimportant): New function.
2499         (wl-summary-sync-marks): Follow the API change.
2500
2501         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2502
2503         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2504
2505 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2506
2507         * wl-folder.el (wl-folder-update-unread): Re-indent.
2508         Narrow the scope of a local variable.
2509
2510 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2511
2512         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2513         (wl-addrmgr-merge-entries): Ditto.
2514         (wl-addrmgr): Added to address entry which exists in draft buffer
2515         if no entry is in original.
2516
2517 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2518
2519         * wl-batch.el: New file.
2520
2521 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2522
2523         * wl-vars.el (wl-use-semi): Remove unused variable.
2524
2525 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2526
2527         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2528         "?".
2529
2530 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2531
2532         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2533         wl-summary-new-mark.
2534         (wl-summary-new-cached-mark): New user option.
2535         (wl-summary-score-marks): Follow the change above.
2536         (wl-summary-auto-refile-skip-marks): Ditto.
2537         (wl-summary-incorporate-marks): Ditto.
2538         (wl-summary-expire-reserve-marks): Ditto.
2539
2540         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2541
2542         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2543         (wl-summary-persistent-mark-string): Distinguished between cached
2544         and uncached mark when the message is new.
2545
2546 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2547
2548         * wl-spam.el (wl-spam-domain): Renamed from
2549         `wl-spam-folder-guess-domain'.
2550         (wl-summary-exec-action-spam): Register as spam if domain of the
2551         source folder is good.
2552         (wl-summary-exec-action-refile-with-register): Register message if
2553         domain of the source folder is not undecided.
2554
2555 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2556
2557         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2558         detect thread loop.
2559
2560 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2561
2562         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2563         and wl-summary-skip-mark-list.
2564
2565 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2566
2567         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2568
2569         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2570
2571         * wl-spam.el (toplevel): Require wl-highlight.
2572         (wl-spam-auto-check-policy-alist): Abolish.
2573         (wl-spam-auto-check-folder-regexp-list): New user option.
2574         (wl-spam-auto-check-marks): Ditto.
2575         (wl-spam-mark-action-list): Ditto.
2576         (wl-highlight-summary-spam-face): New face.
2577         (wl-spam-auto-check-message-p): New function.
2578         (wl-spam-map-spam-messages): Fixed message.
2579         (wl-spam-register-spam-messages): Ditto.
2580         (wl-spam-register-good-messages): Ditto.
2581         (wl-summary-spam-map): Add and remove keybind.
2582         (wl-summary-target-mark-spam): Abolish.
2583         (wl-summary-refile-spam): Ditto.
2584         (wl-summary-test-spam): New function.
2585         (wl-summary-mark-spam): Ditto.
2586         (wl-summary-auto-check-spam): Follow the above change.
2587         (wl-summary-exec-action-spam): New function.
2588         (wl-summary-exec-action-refile-with-register): Fixed message.
2589         (wl-message-check-spam): New function.
2590         (wl-spam-setup): Ditto.
2591         (toplevel): Call it if this file is loaded interactivity.
2592
2593         * Version number is increased to 2.11.20.
2594
2595 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2596
2597         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2598         when new optional argument `force' is non nil or modified.
2599
2600 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2601
2602         * wl.el (toplevel): Require wl-spam when compile.
2603         (wl-save-status): Call wl-spam-save-status.
2604
2605         * wl-spam.el (wl-spam-register-spam-messages): New function.
2606         (wl-spam-register-good-messages): Ditto.
2607         (wl-spam-save-status): Ditto.
2608         (wl-summary-mode-map): Bind
2609         wl-summary-target-mark-register-as-spam to "ms" and
2610         wl-summary-target-mark-register-as-good to "mn".
2611         (wl-summary-register-as-spam): Abolish optional argument; Use
2612         wl-spam-register-spam-messages.
2613         (wl-summary-register-as-spam-all): Use
2614         wl-spam-register-spam-messages.
2615         (wl-summary-register-as-good): Abolish optional argument; Use
2616         wl-spam-register-good-messages.
2617         (wl-summary-register-as-good-all): Use
2618         wl-spam-register-good-messages.
2619         (wl-summary-target-mark-register-as-spam): New funtion.
2620         (wl-summary-target-mark-register-as-good): Ditto.
2621
2622 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2623
2624         * wl-spam.el: New file.
2625
2626 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2627
2628         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2629
2630         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2631         (wl-summary-auto-refile): Call wl-refile-guess with
2632         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2633
2634 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2635
2636         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2637         with disable-thread argument non-nil.
2638
2639 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2640
2641         * wl-summary.el (wl-summary-rescan): Added optional argument
2642         disable-thread.
2643         (wl-summary-sync): Call wl-summary-rescan with argument
2644         disable-thread.
2645         (wl-summary-input-range): Added new range `rescan-thread'.
2646
2647 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2648
2649         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2650
2651 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2652
2653         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2654         internal variable.
2655         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2656         wl-summary-search-parent-by-subject-regexp and
2657         wl-summary-divide-thread-when-subject-changed as nil.
2658         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2659         (wl-summary-insert-thread): Search parent entity from
2660         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2661         thread loop.
2662
2663 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2664
2665         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2666
2667         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2668
2669         * wl-util.el (wl-require-update-all-folder-p): New function.
2670         (wl-get-assoc-list-value): Added `function' to match directive.
2671         (wl-collect-draft): Rewrite.
2672
2673         * wl-summary.el (wl-summary-sync-update): Clear faces
2674         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2675         are non-nil.
2676         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2677         argument as function.
2678         (wl-summary-input-range): Ditto.
2679
2680         * wl-folder.el (wl-draft-get-folder): New function.
2681         (wl-folder-get-elmo-folder): Consider draft folder.
2682
2683         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2684         (wl-draft-buffer-message-number): New buffer local variable.
2685         (wl-draft-folder-internal): New internal variable.
2686         (wl-draft-delete): Rewrite.
2687         (wl-draft-save): Ditto.
2688         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2689         wl-folder-get-elmo-folder.
2690         (wl-draft-config-info-operation): Ditto.
2691         (wl-jump-to-draft-folder): Ditto.
2692         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2693         (wl-draft-reedit): Rewrite.
2694
2695         * Version number is increased to 2.11.19.
2696         
2697 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2698
2699         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2700         variable.
2701
2702 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2703
2704         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2705         Use ignore-errors instead of unwind-protect.
2706
2707 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2708
2709         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2710         for updating `wl-thread-entity-list'.
2711
2712 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2713
2714         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2715         parameter from calling `wl-thread-entity-get-older-brothers' and
2716         `wl-thread-entity-get-younger-brothers'.
2717         Replace nested `append' with a single one.
2718
2719 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2720
2721         * wl-summary.el (wl-summary-mode): Don't use the return value of
2722         `make-local-hook'.
2723
2724 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2725
2726         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2727         instead of `let*'.
2728         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2729         of local variables.
2730
2731 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2732
2733         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2734         Renamed from wl-summary-window-scroll-functions.
2735         (wl-summary-window-scroll-functions): Don't set to variable.
2736         (wl-summary-display-top): Use run-hooks.
2737         (wl-summary-display-bottom): Ditto.
2738         (wl-summary-toggle-disp-msg): Ditto.
2739         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2740         Use it instead of wl-summary-window-scroll-functions.
2741         (wl-summary-goto-folder-subr): Don't call
2742         wl-summary-window-scroll-functions, use
2743         wl-summary-buffer-window-scroll-functions instead.
2744
2745 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2746
2747         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2748         make-local-variable.
2749
2750 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2751
2752         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2753         set-buffer-modified-p.
2754         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2755         (wl-summary-display-bottom): Ditto.
2756         (wl-summary-toggle-disp-msg): Ditto.
2757
2758 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2759
2760         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2761
2762         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2763         (wl-summary-forward): Use elmo-message-entity-field instead of
2764         elmo-message-field.
2765
2766         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2767
2768 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2769
2770         * wl-summary.el (wl-summary-window-scroll-functions): No use
2771         `append'.
2772
2773 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2774
2775         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2776         function.
2777         (wl-summary-window-scroll-functions): Call it when both
2778         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2779         (wl-summary-temp-mark): Added optional argument number.
2780         (wl-summary-message-mark): Added optional argument flag.
2781         (wl-summary-persistent-mark): Added optional argument number and flag.
2782         (wl-summary-update-persistent-mark): Ditto.
2783         (wl-summary-update-status-marks): Set "r" for interactive spec.
2784
2785         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2786         argument number and flag.
2787
2788         * wl-action.el (wl-summary-registered-temp-mark): 
2789         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2790
2791 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2792
2793         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2794         internal variable (buffer local).
2795         (wl-summary-window-scroll-functions): New function.
2796         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2797         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2798         as nil.
2799         (wl-summary-update-status-marks): Added arguments beg, end and
2800         check.
2801         (wl-summary-update-mark-window): Use function.
2802         (wl-summary-sync-update): Follow the change above.
2803         (wl-summary-switch-to-clone-buffer): Copy
2804         wl-summary-buffer-unsync-mark-number-list.
2805         (wl-summary-goto-folder-subr): Set
2806         wl-summary-buffer-unsync-mark-number-list and
2807         use wl-summary-window-scroll-functions instead of
2808         wl-summary-lazy-highlight.
2809
2810         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2811
2812 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2813
2814         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2815
2816         * wl-summary.el (wl-summary-update-persistent-mark): Call
2817         wl-summary-set-message-modified.
2818
2819         * wl-summary.el (wl-summary-sync-update): Don't call
2820         wl-summary-update-status-marks.
2821
2822         * Version number is increased to 2.11.18.
2823
2824 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2825
2826         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2827         (wl-message-next-page): Ditto.
2828
2829 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2830
2831         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2832         local variable.  Change the order of a collected list into the
2833         same as the specified range.  Remove nil from a collected list.
2834
2835 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2836
2837         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2838         argument for elmo-folder-list-messages.
2839
2840 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2841
2842         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2843         change (wl-summary-count-unreads return a list instead of a cons
2844         cell).
2845
2846 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2847
2848         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2849         `wl-summary-folder-info-update'.
2850
2851 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2852
2853         * wl-summary.el (wl-summary-set-message-modified): No use
2854         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2855         (wl-summary-set-mark-modified): Abolish.
2856         (wl-summary-mark-modified-p): Ditto.
2857         (wl-summary-save-view): Follow the change above.
2858
2859         * wl-expire.el (wl-summary-expire): Likewise.
2860
2861 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2862
2863         * wl-summary.el (wl-summary-detect-mark-position): Use
2864         modb-entity-handler.
2865         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2866
2867         * Version number is increased to 2.11.17.
2868
2869 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2870
2871         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2872         entity field value.
2873         (wl-summary-prefetch-msg): Ditto.
2874         (wl-summary-print-message-with-ps-print): Ditto.
2875
2876 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2877
2878         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2879         for dummy entity.
2880         (wl-summary-insert-thread): Use elmo-message-entity-field.
2881         (wl-summary-update-thread): Use elmo-message-entity-field and
2882         elmo-message-entity-number.
2883         (wl-summary-line-number):  Use elmo-message-entity-number.
2884         (wl-summary-line-size): Use elmo-message-entity-field.
2885         (wl-summary-line-subject): Ditto.
2886         (wl-summary-line-from): Ditto.
2887         (wl-summary-line-attached): Ditto.
2888         (wl-summary-create-line): Ditto.
2889         (wl-summary-create-line): Use elmo-message-entity-number.
2890         (wl-summary-print-message-with-ps-print): Use
2891         elmo-message-entity-field.
2892
2893 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2894
2895         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2896         change in elmo-msgdb-make-message-entity.
2897         (wl-summary-buffer-set-folder): Don't call
2898         wl-summary-detect-mark-position here.
2899         (wl-summary-rescan): Call elmo-message-entity-number.
2900         (wl-summary-sync-update): Ditto.
2901         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2902
2903         * wl-score.el (wl-score-header-index): Redefine 2th element.
2904         (wl-score-overview-entity-get-extra): Abolish.
2905         (wl-score-ov-entity-get): Rewrite.
2906         (wl-score-string-index<, wl-score-string-func<): Abolish.
2907         (wl-score-string<): New function.
2908         (wl-score-string-sort): Use it.
2909
2910         * wl-refile.el (wl-refile-guess-by-history): Use
2911         elmo-message-entity-field.
2912         (wl-refile-guess-by-from): Ditto.
2913         (wl-refile-guess-by-msgid): Ditto.
2914
2915         * Version number is increased to 2.11.16.
2916
2917 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2918
2919         * wl-folder.el (wl-folder-confirm-existence): Don't call
2920         file-exists-p if msgdb-path is nil.
2921         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2922         `wl-read-folder-hist' to `wl-read-folder-history'.
2923
2924 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2925
2926         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2927         `y-or-n-p'.
2928
2929 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2930
2931         * wl-score.el (wl-score-headers): Don't use
2932         elmo-folder-do-each-message-entity.
2933
2934         * Version number is increased to 2.11.15.
2935
2936 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2937
2938         * wl-summary.el (wl-summary-delete-all-msgs): Use
2939         elmo-folder-move-messages instead of elmo-folder-delete-messages
2940         and elmo-folder-detach-messages.
2941         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2942
2943         * wl-expire.el (wl-expire-delete): Ditto.
2944         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2945
2946 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2947
2948         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2949         (wl-message-header-narrowing-fields): Ditto.
2950         (wl-message-header-narrowing-lines): Ditto.
2951         (wl-message-header-narrowing-string): Ditto.
2952
2953         * wl-summary.el (wl-summary-mode-map): Bind
2954         wl-summary-toggle-header-narrowing to "C-cC-f".
2955         (wl-summary-toggle-header-narrowing): New function.
2956
2957         * wl-message.el (wl-message-buffer-create): Call
2958         wl-message-header-narrowing-setup.
2959         (wl-message-redisplay): Call wl-message-header-narrowing.
2960         (wl-message-header-narrowing): New function.
2961         (wl-message-header-narrowing-map): New keymap.
2962         (wl-message-header-narrowing-widen-map): New keymap.
2963         (wl-message-header-narrowing-again-at-mouse): New function.
2964         (wl-message-header-narrowing-1): Ditto.
2965         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2966         (wl-message-header-narrowing-setup): Ditto.
2967         (wl-message-header-narrowing-toggle): Ditto.
2968         
2969         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2970
2971         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2972         'flag as all.
2973         (wl-use-flag-folder-help-echo): New user option.
2974
2975         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2976         wl-summary-highlight as nil.
2977         (wl-summary-set-mark-modified): Follow the API change.
2978         (wl-summary-mark-modified-p): Ditto.
2979         (wl-summary-mark-as-read-all): Ditto.
2980         (wl-summary-sync-marks): Don't call
2981         elmo-folder-list-messages-with-global-mark.
2982         (wl-summary-mark-as-read-internal): Follow the API change.
2983         (wl-summary-mark-as-answered-internal): Ditto.
2984         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2985         Follow the API change.
2986         (wl-summary-create-line): Call with number argument.
2987         (wl-summary-reply): Follow the API change.
2988
2989         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2990         function.
2991         (wl-highlight-summary-line-string): Call it when
2992         wl-use-flag-folder-help-echo is non-nil.
2993         (wl-highlight-summary-current-line): Ditto.
2994         (elmo-flag-folder-referrer): Added autoload setting.
2995
2996         * wl-draft.el (wl-draft-kill): Follow the API change.
2997
2998         * Version number is increased to 2.11.14.
2999         
3000 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3001
3002         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3003
3004 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3005
3006         * Version number is increased to 2.11.13.
3007
3008 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3009
3010         * wl-draft.el (wl-draft-previous-history-element): Fixed
3011         unbalanced parenthesis and bind unbound local variables.
3012
3013 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3014
3015         * wl-draft.el (wl-draft-previous-history-element): New function.
3016         (wl-draft-next-history-element): Ditto.
3017         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3018         them to M-p and M-n.
3019
3020 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3021
3022         * Version number is increased to 2.11.12.
3023
3024 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3025
3026         * wl-draft.el (wl-draft-hide): Select buffer-window.
3027
3028 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3029
3030         * wl-summary.el (wl-summary-narrow-to-region): New function.
3031         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3032         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3033         (wl-summary-save-region): Use it.
3034         * wl-action.el (wl-summary-collect-numbers-region)
3035         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3036
3037 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3038
3039         * wl-folder.el (wl-folder-count-incorporates): Don't use
3040         `elmo-msgdb-mark-load'
3041
3042         * Version number is increased to 2.11.11.
3043
3044 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3045
3046         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3047         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3048
3049 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3050
3051         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3052
3053 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3054
3055         * Version number is increased to 2.11.10.
3056
3057 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3058
3059         * wl-mime.el (wl-draft-attribute-value): Fixed.
3060
3061 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3062
3063         * wl-util.el (wl-copy-local-variables): New function.
3064
3065         * wl-mime.el (wl-draft-attribute-recipients): New function.
3066         (wl-draft-attribute-envelope-from): Ditto.
3067         (wl-draft-attribute-smtp-posting-server): Ditto.
3068         (wl-draft-attribute-smtp-posting-port): Ditto.
3069         (wl-draft-attribute-value): Ditto.
3070         (wl-draft-preview-message): Use it to get value for
3071         attributes. Reflect result of `wl-draft-config'.
3072
3073         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3074         and call `wl-summary-mark-as-read' before to call
3075         `wl-summary-unset-mark'.
3076         (wl-summary-target-mark-mark-as-unread): Likewise.
3077         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3078
3079 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3080
3081         * wl-mime.el (wl-draft-preview-message): Use actual value for
3082         attributes; Fix for small window.
3083
3084 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3085
3086         * wl-refile.el (wl-refile-get-field-value): Call
3087         `elmo-message-entity-field' with 3rd argument is non-nil.
3088
3089 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3090
3091         * wl-vars.el (wl-draft-preview-attributes): New user option.
3092         (wl-draft-preview-attributes-list): Ditto.
3093         (wl-draft-preview-attributes-buffer-lines): Ditto.
3094         (wl-draft-preview-attributes-buffer-name): Ditto.
3095
3096         * wl-mime.el (wl-draft-preview-message): Display attributes.
3097
3098 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3099
3100         * wl-summary.el (wl-summary-detect-mark-position): Bind
3101         wl-summary-flag-priority-list to '(new).
3102
3103 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3104
3105         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3106         funtion.
3107         (wl-highlight-summary-line-string): Use it.
3108         (wl-highlight-summary-current-line): Ditto.
3109
3110 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3111
3112         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3113         line even when the mark string is not changed.
3114
3115         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3116         argument change in the wl-summary-create-line.
3117         (wl-thread-insert-entity-sub): Ditto.
3118
3119         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3120         argument change in the wl-summary-create-line.
3121         (wl-summary-insert-sequential): Ditto.
3122         (wl-summary-update-thread): Ditto.
3123         (wl-summary-persistent-mark-string): New inline function.
3124         (wl-summary-message-mark): Use it.
3125         (wl-summary-create-line): Abolish argument wl-persistent-mark
3126         and added wl-flags, wl-cached.
3127
3128         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3129         mark to flags.
3130         (wl-highlight-summary-current-line): Decide the face not by the 
3131         persistent mark but flags.
3132
3133 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3134
3135         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3136         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3137         wl-summary-read-uncached-mark): Revive.
3138         (wl-summary-answered-cached-mark,
3139         wl-summary-answered-uncached-mark): New user option.
3140         (wl-summary-score-marks): Follow the change above.
3141         (wl-summary-auto-refile-skip-marks): Ditto.
3142         (wl-summary-incorporate-marks): Ditto.
3143         (wl-summary-expire-reserve-marks): Ditto.
3144         (wl-summary-flag-priority-list): New user option.
3145
3146         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3147         changes.
3148         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3149         of elmo-message-mark.
3150         (wl-summary-mark-as-read-internal): Ditto.
3151         (wl-summary-mark-as-answered): Ditto.
3152         (wl-summary-mark-as-important): Ditto.
3153         (wl-summary-redisplay-internal): Ditto.
3154         (wl-summary-redisplay-no-mime-internal): Ditto.
3155         (wl-summary-message-mark): New function.
3156         (wl-summary-insert-sequential): Use wl-summary-message-mark
3157         instead of elmo-message-mark.
3158         (wl-summary-update-thread): Ditto.
3159         (wl-summary-persistent-mark): Ditto.
3160         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3161         instead of elmo-message-mark.
3162
3163         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3164         wl-summary-message-mark instead of elmo-message-mark.
3165         (wl-thread-insert-entity-sub): Ditto.
3166         (wl-thread-get-children-msgs-uncached): Ditto.
3167
3168         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3169         variable name changes.
3170         (wl-highlight-summary-current-line): Ditto.
3171
3172         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3173         wl-summary-message-mark instead of elmo-message-mark.
3174
3175         * wl-expire.el (wl-expire-message-p): Ditto.
3176
3177         * wl-score.el (wl-score-headers): Ditto.
3178
3179         * Version number is increased to 2.11.9.
3180
3181         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3182         (wl-summary-sync-update): Follow the change above.
3183         (wl-summary-switch-to-clone-buffer): Ditto.
3184         (wl-summary-open-folder): Ditto.
3185
3186 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3187
3188         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3189         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3190
3191         * Version number is increased to 2.11.8.
3192
3193         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3194
3195         * wl-expire.el (wl-expire-refile): Follow the API change on
3196         `elmo-folder-move-messages'.
3197         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3198
3199         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3200         (wl-summary-exec-action-refile): Ditto.
3201         (wl-summary-exec-action-copy): Ditto.
3202         (wl-summary-no-auto-refile-message-p): No use
3203         `wl-summary-buffer-msgdb'.
3204         (wl-summary-auto-refile): Ditto.
3205
3206 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3207
3208         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3209
3210 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3211
3212         * wl-summary.el (wl-summary-sync): Treat no-sync.
3213
3214         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3215         (wl-default-sync-range): Ditto.
3216
3217 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3218
3219         * wl-refile.el (wl-refile-subject-learn): Call
3220         `elmo-message-entity-field' with 3rd argument is non-nil.
3221         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3222         instead of `elmo-msgdb-overview-entity-get-subject'.
3223
3224 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3225
3226         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3227         scan-type is rescan.
3228         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3229         new optional argument force is non-nil.
3230         (wl-summary-save-view-cache): Call it with force argument non-nil.
3231
3232         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3233
3234 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3235
3236         * wl-action.el (wl-summary-print-argument): Fixed last change.
3237
3238 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3239
3240         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3241         simplified.
3242         (wl-summary-target-mark-mark-as-unread): Likewise.
3243         (wl-summary-target-mark-mark-as-important): Likewise.
3244
3245 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3246
3247         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3248         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3249         (wl-summary-mark-as-important-region): Change accordingly.
3250         (wl-summary-target-mark-mark-as-important): Ditto.
3251
3252 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3253
3254         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3255
3256         * wl-action.el (wl-summary-print-argument): Print argument to
3257         right side of window if `wl-summary-print-argument-within-window'
3258         is non-nil.
3259
3260 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3261
3262         * wl-action.el (wl-summary-set-mark): Use
3263         `wl-summary-message-visible-p' to check visibility of the message
3264         and jump to message only when the message line is visible and have
3265         different number; Call wl-summary-unset-mark with number argument.
3266         (wl-summary-unset-mark): 
3267         Use `wl-summary-message-visible-p'
3268         to check visibility of the message and jump to message only when
3269         the message line is visible and have different number;
3270
3271 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3272
3273         * Version number is increased to 2.11.7.
3274
3275         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3276         and wl-folder-summary-line-format.
3277
3278         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3279         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3280         (wl-summary-set-score-mark): Use it.
3281         (wl-summary-target-mark-mark-as-read): Ditto.
3282         (wl-summary-target-mark-mark-as-unread): Ditto.
3283         (wl-summary-target-mark-mark-as-important): Ditto.
3284         (wl-summary-target-mark-msgs): Simplified.
3285         (wl-summary-detect-mark-position): Fixed problem when
3286         summary-line-format no contain persisten/temp mark spec.
3287         (wl-summary-temp-mark): Ditto.
3288         (wl-summary-persistent-mark): Ditto.
3289         (wl-summary-update-persistent-mark): Ditto.
3290
3291         * wl-action.el (wl-summary-set-mark): Ditto.
3292         (wl-summary-unset-mark): Ditto.
3293         All other related portions are changed.
3294
3295 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3296
3297         * Version number is increased to 2.11.6.
3298
3299 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3300
3301         * wl-util.el (wl-current-message-buffer): Define as function;
3302         Don't use the value of wl-messge-buffer.
3303
3304         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3305         persistent mark.
3306
3307         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3308         no current message, cause an error.
3309
3310 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3311
3312         * wl-summary.el (wl-summary-set-message-modified): Use
3313         elmo-folder-set-message-modified instead of
3314         elmo-folder-set-message-modified-internal.
3315
3316 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3317
3318         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3319         interactively.
3320         (wl-summary-sync): nokill->entirely.
3321         (wl-summary-sync-marks): Fixed message.
3322         (wl-summary-input-range): Added mark, nokill->entirely.
3323
3324         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3325         messages as read.
3326
3327 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3328
3329         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3330         update-noscore.
3331         (wl-summary-sync): Follow the change above.
3332
3333 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3334
3335         * wl-action.el (wl-summary-target-mark-all): Use
3336         elmo-folder-list-messages.
3337
3338 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3339
3340         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3341         (wl-summary-rescan): Set wl-summary-scored as nil.
3342         (wl-summary-sync-force-update): Follow the change above.
3343         (wl-summary-sync): Ditto.
3344         (wl-summary-sync-update): Added argument disable-killed.
3345         (wl-summary-insert-headers): Set visible-only argument for
3346         elmo-folder-list-messages.
3347         (wl-summary-input-range): Added update-nokill, update-noscore,
3348         all-nokill, all-noscore and mark.
3349
3350         * Version number is increased to 2.11.5.
3351
3352         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3353
3354 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3355
3356         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3357         (wl-summary-prefetch-region-no-mark): Change accordingly.
3358         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3359
3360 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3361
3362         * wl-address.el (wl-complete-field-to): Abolished.
3363         (wl-complete-address): Completion function for completing-read.
3364         * wl-action.el (wl-summary-get-resend-address): Use it.
3365
3366         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3367         wl-summary-update-mark and abolish unused argument.
3368         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3369         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3370         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3371         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3372         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3373         * wl-draft.el (wl-draft-kill): Ditto.
3374
3375         * wl-summary.el: Remove unused binding of case-fold-search.
3376         (wl-summary-replace-status-marks): Abolished.
3377
3378 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3379
3380         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3381         is specified or folder length is zero.
3382
3383 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3384
3385         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3386         (wl-folder-archive-current-entity): Ditto.
3387
3388 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3389
3390         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3391         retrieving message mark.
3392         (wl-summary-redisplay-internal): Ditto.
3393
3394         * wl-message.el (wl-message-buffer-display): Ignore errors while
3395         retrieving message-id field.
3396
3397         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3398         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3399         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3400         order of the arguments for `wl-expire-message-p'.
3401         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3402
3403         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3404         Check return value of wl-summary-reply.
3405         (wl-summary-reply): Recover window configuration when an error occured.
3406
3407 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3408
3409         * wl-summary.el (wl-summary-resend-message): Abolished, the
3410         feature is inherited by wl-summary-resend (put resend mark).
3411
3412 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3413
3414         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3415         wl-message-buffer to nil when the message is hide.
3416
3417 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3418
3419         * .cvsignore: New file.
3420
3421 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3422
3423         * wl-action.el (wl-summary-action-docstring): Add more info.
3424         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3425         duplicate definition.
3426         (wl-summary-define-mark-action): Functions wl-summary-*-region
3427         keep current position.
3428         (wl-summary-unregister-target-mark): Store result to the variable.
3429
3430 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3431
3432         * Version number is increased to 2.11.4.
3433
3434 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3435
3436         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3437         wl-summary-delete-all-temp-marks.
3438         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3439
3440         * wl-action.el (wl-summary-set-mark): Changed terminology
3441         refile-destination -> action-argument.
3442         (wl-summary-unset-mark): Ditto.
3443         (wl-summary-remove-argument): Ditto.
3444         (wl-summary-print-argument): Ditto.
3445
3446         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3447         (wl-thread-remove-argument-region): Ditto.
3448         (wl-thread-print-argument-region): Ditto.
3449         (wl-thread-close): Ditto.
3450         (wl-thread-open): Ditto.
3451
3452         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3453         (wl-highlight-refile-destination-face is abolished)
3454         (wl-highlight-action-argument-string): Ditto.
3455         (wl-highlight-summary-current-line): Highlight action argument.
3456
3457         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3458         color for light backgrounds.
3459         (wl-highlight-summary-answered-face): Ditto.
3460
3461 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3462
3463         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3464
3465         * wl-score.el (wl-summary-score-update-all-lines): Use
3466         wl-summary-set-mark.
3467         (wl-summary-score-update-all-lines): Kill expunged messages.
3468
3469         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3470
3471 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3472
3473         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3474         directly.
3475         (wl-score-overview-entity-get-lines): Ditto.
3476         (wl-score-overview-entity-get-xref): Ditto.
3477         (wl-score-get-latest-msgs): Ditto.
3478         (wl-summary-rescore): Ditto.
3479
3480         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3481         to "&".
3482         (wl-summary-mark-as-answered-internal): New inline function.
3483         (wl-summary-mark-as-answered): New function.
3484         (wl-summary-mark-as-unanswered): Ditto.
3485         (wl-summary-sync-marks): Modified for answered-mark synching.
3486
3487 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3488
3489         * wl-action.el (wl-summary-set-mark): Fixed last change.
3490
3491 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3492
3493         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3494         behavior of wl-summary-unread-message-hook
3495         (Pointed out by akira yamada <akira@arika.org>).
3496
3497 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3498
3499         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3500         wl-summary-delete.
3501         * wl-xmas.el (wl-summary-toolbar): Ditto.
3502
3503         * wl-action.el (wl-summary-set-mark): Don't override current
3504         temp-mark.
3505
3506         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3507
3508 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3509
3510         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3511         (wl-refile-msgid-learn): Ditto.
3512         (wl-refile-get-field-value): Ditto.
3513
3514         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3515
3516         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3517         (wl-expire-delete-reserved-messages): Renamed from
3518         wl-expire-reserve-marked-msgs-from-list.
3519         (wl-expire-delete): Removed argument `msgdb'.
3520         (wl-expire-refile): Ditto.
3521         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3522         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3523         mark-alist as argument.
3524         (wl-expire-archive-number1): Removed argument `msgdb'.
3525         (wl-expire-archive-number2): Ditto.
3526         (wl-expire-archive-date): Ditto.
3527         (wl-expire-localdir-date): Ditto.
3528         (wl-expire-hide): Ditto.
3529         (wl-archive-number1): Ditto.
3530         (wl-archive-number2): Ditto.
3531         (wl-archive-date): Ditto.
3532         (wl-archive-folder): Ditto.
3533         All other related portions are changed.
3534
3535 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3536
3537         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3538         mean move up and down. (suggested by Takashi Kawachi)
3539
3540 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3541
3542         * wl-acap.el (toplevel): Don't require un-define.
3543
3544 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3545
3546         * wl-thread.el (wl-thread-delete-message): Always update
3547         wl-summary-buffer-number-list.
3548
3549         * wl-action.el (wl-summary-print-destination): 
3550         Do nothing when folder is nil.
3551
3552 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3553
3554         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3555         persistent mark when prefetch is succeeded.
3556
3557 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3558
3559         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3560         instead of elmo-msgdb-delete-msgs.
3561         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3562         (wl-expire-hide): Ditto.
3563
3564         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3565
3566         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3567         elmo-msgdb interface.
3568         (wl-thread-get-exist-children): Likewise.
3569         (wl-thread-insert-message): Likewise.
3570         (wl-thread-msg-mark-as-important): Likewise.
3571         (wl-thread-insert-entity-sub): Likewise.
3572         (wl-thread-get-children-msgs-uncached): Likewise.
3573
3574         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3575         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3576         (wl-summary-sync-update): Likewise.
3577         (wl-summary-auto-select-msg-p): Likewise.
3578         (wl-summary-update-thread): Likewise.
3579         (wl-summary-mark-as-important): Likewise.
3580         (wl-summary-jump-to-msg-internal): Likewise.
3581         (wl-summary-redisplay-internal): Likewise.
3582         (wl-summary-print-message-with-ps-print): Likewise.
3583         (wl-summary-folder-info-update): Likewise.
3584
3585         * wl-folder.el (wl-folder-check-one-entity):
3586         elmo-folder-count-flags instead of wl-summary-count-unread.
3587
3588         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3589
3590         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3591
3592         * wl-summary.el (wl-summary-set-message-modified): 
3593         Call wl-summary-set-mark-modified.
3594         (wl-summary-delete-messages-on-buffer): Call
3595         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3596         (wl-summary-sync-update): Call elmo-folder-length instead of
3597         elmo-folder-messages.
3598         (wl-summary-insert-headers): Don't call
3599         elmo-folder-list-message-entities.
3600
3601 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3602
3603         * wl-action.el (wl-summary-define-mark-action): Call
3604         `wl-summary-set-mark' with argument `data'.
3605         (wl-summary-auto-refile): Fixed order of arguments when call
3606         `wl-summary-refile'.
3607
3608 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3609
3610         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3611
3612         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3613
3614         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3615         (Renamed from wl-highlight-summary-deleted-face).
3616         (wl-highlight-summary-resend-face): New face.
3617
3618         (wl-highlight-summary-deleted-face): Renamed from
3619         wl-highlight-summary-erased-face.
3620
3621         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3622
3623         * wl-action.el (wl-summary-get-resend-address): New function.
3624         (wl-summary-exec-action-resend): Ditto.
3625         (wl-summary-exec-action-resend-subr): Ditto.
3626
3627         * w-thread.el (wl-thread-copy): Removed definition.
3628         (wl-thread-refile): Ditto.
3629         (wl-thread-delete): Ditto.
3630         (wl-thread-target-mark): Ditto.
3631
3632         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3633         (wl-summary-target-mark-set-action): Fixed.
3634         (wl-summary-define-mark-action): Fixed quotation.
3635         (wl-summary-move-mark-list-messages): Display message.
3636         (wl-summary-define-mark-action): Define thread functions.
3637         (wl-summary-exec-action-refile): Changed message.
3638         (wl-summary-exec): Ditto.
3639
3640 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3641         
3642         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3643         '%%'.
3644
3645 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3646
3647         * wl.el (toplevel): Require wl-action.
3648         (wl-init): Call wl-summary-define-mark-action.
3649
3650         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3651
3652         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3653         wl-summary-delete and wl-summary-erase.
3654         (wl-summary-mode-map): Ditto.
3655
3656         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3657         wl-delete-folder-alist.
3658
3659         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3660         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3661         (toplevel): Moved mark & action related functions to the wl-action.el.
3662
3663         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3664         in wl-summary-mark-action-list.
3665         (wl-highlight-summary-current-line): Ditto.
3666
3667         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3668         empty lines.
3669
3670         * wl-action.el: New file. 
3671
3672 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3673
3674         * wl-summary.el (wl-summary-target-mark-replace): New function.
3675         (wl-summary-target-mark-prefetch): Use it.
3676         (wl-summary-target-mark-delete): Ditto.
3677         (toplevel): Rearranged definition order.
3678         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3679         (wl-summary-target-mark-erase): Rewrite.
3680         (wl-summary-erase-region): New function.
3681         (wl-summary-exec-action-erase): Changed message.
3682         (wl-summary-move-mark-list-messages): New function.
3683         (wl-summary-exec-action-delete): Use it.
3684         (wl-summary-exec-action-erase): Ditto.
3685
3686         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3687         (wl-summary-skip-mark-list): Added "d".
3688
3689         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3690         while searching.
3691
3692         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3693         and define using defcustom;
3694         Define 4th element as a face.
3695         
3696         * wl-summary.el (wl-summary-incorporate): Use 
3697         `wl-summary-prefetch-region-no-mark' instead of
3698         `wl-summary-prefetch-region'.
3699         (wl-summary-prefetch-region-no-mark): Revival of old
3700         `wl-summary-prefetch-region'.
3701         (wl-summary-mark-action-list): Moved to wl-vars.el
3702
3703         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3704         face according to the `wl-summary-mark-action-list'.
3705         (wl-highlight-summary-current-line): Ditto;
3706         Removed destination highlighting.
3707
3708         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3709         (wl-highlight-summary-line-string): Highlight for "i" mark.
3710         (wl-highlight-summary-current-line): Ditto.
3711
3712         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3713         no destination.
3714
3715         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3716         exists, just go ahead.
3717         (wl-summary-prefetch-region): Rewrite.
3718         (wl-summary-prefetch): Ditto.
3719         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3720         (wl-summary-exec-action-prefetch): New function.
3721         (wl-summary-target-mark-prefetch): Rewrite.
3722
3723 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3724
3725         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3726         (wl-highlight-summary-line-string): Added "d" and "D".
3727         (wl-highlight-summary-current-line): Ditto.
3728
3729         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3730         in wl-summary.el.
3731         (wl-thread-insert-entity-sub): Ditto.
3732         (wl-thread-remove-destination-region): Ditto.
3733         (wl-thread-print-destination-region): Ditto.
3734
3735         * wl-summary.el (wl-summary-buffer-refile-list,
3736         wl-summary-buffer-delete-list,
3737         wl-summary-buffer-copy-list): Abolish.
3738         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3739         All other related portions are changed.
3740         (wl-summary-mark-action-list): New variable.
3741         (wl-summary-set-mark): New function.
3742         (wl-summary-register-target-mark): Ditto.
3743         (wl-summary-unregister-target-mark): Ditto.
3744         (wl-summary-have-target-mark-p): Ditto.
3745         (wl-summary-register-temp-mark): Ditto.
3746         (wl-summary-unregister-temp-mark): Ditto.
3747         (wl-summary-registered-temp-mark): Ditto.
3748         (wl-summary-collect-temp-mark): Ditto.
3749         (wl-summary-unset-mark): Ditto.
3750         (wl-summary-set-target-mark): Ditto.
3751         (wl-summary-unset-target-mark): Ditto.
3752         (wl-summary-set-action-generic): Ditto.
3753         (wl-summary-unset-action-generic): Ditto.
3754         (wl-summary-exec-action-delete): Ditto.
3755         (wl-summary-exec-action-erase): Ditto.
3756         (wl-summary-set-action-refile): Ditto.
3757         (wl-summary-set-action-refile-subr): Ditto.
3758         (wl-summary-unset-action-refile): Ditto.
3759         (wl-summary-make-destination-numbers-list): Ditto.
3760         (wl-summary-exec-action-refile): Ditto.
3761         (wl-summary-set-action-copy): Ditto.
3762         (wl-summary-unset-action-copy): Ditto.
3763         (wl-summary-exec-action-copy): Ditto.
3764         (wl-summary-collect-numbers-region): Ditto.
3765         (wl-summary-delete): Rewrite.
3766         (wl-summary-erase): Ditto.
3767         (wl-summary-remove-destination): Ditto.
3768         (wl-summary-exec): Ditto.
3769         (wl-summary-exec-region): Ditto.
3770         (wl-summary-target-mark-erase): Ditto.
3771         (wl-summary-refile): Ditto.
3772         (wl-summary-copy): Ditto.
3773         (wl-summary-unmark): Ditto.
3774         (wl-summary-delete-all-mark): Ditto.
3775         (wl-summary-mark-line): Don't highlight.
3776         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3777         (wl-summary-target-mark-refile-subr): Rewrite.
3778
3779         (wl-summary-copy-prev-destination): Abolish.
3780
3781 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3782
3783         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3784         default values along the value of wl-on-mule.
3785         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3786         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3787         It is not used anywhere.
3788
3789 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3790
3791         * wl-summary.el (wl-summary-print-destination): Keep position.
3792         (wl-summary-cursor-move-surface): Keep horizontal position.
3793
3794 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3795
3796         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3797         write sendlog.
3798
3799 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3800
3801         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3802         `wl-summary-highlight'.
3803
3804 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3805
3806         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3807         trivial condition for temp-mark.
3808
3809 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3810
3811         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3812         when it hits killed buffer.
3813
3814 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3815
3816         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3817         * wl-news.el.in: `message' and `error' take format string.
3818
3819 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3820
3821         * wl-folder (wl-folder-insert-entity): Display a message,
3822         `...done', when the work finish.
3823         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3824
3825 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3826
3827         * wl-message.el (wl-message-redisplay): Remove unused local
3828         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3829
3830 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3831
3832         * wl-summary.el (wl-summary-replace-status-marks): Disable
3833         interactive use.
3834         (wl-summary-reedit): Check message existence at first.
3835         (wl-summary-mark-line): Fix doc, return value is indefinite.
3836
3837         * wl-highlight.el (wl-highlight-message): Arranged.
3838
3839         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3840         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3841         check temp-mark by wl-summary-temp-mark always.
3842         (wl-highlight-summary): Change accordingly.
3843         * wl-summary.el (wl-summary-mark-as-read-all)
3844         (wl-summary-delete-cache, wl-summary-set-score-mark)
3845         (wl-summary-mark-as-unread, wl-summary-unmark)
3846         (wl-summary-mark-line, wl-summary-mark-as-read)
3847         (wl-summary-mark-as-important): Ditto.
3848
3849         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3850         end of the window if possible.
3851         * wl-summary.el (wl-summary-sync-update): Support lazy
3852         highlighting.
3853         (wl-summary-toggle-disp-msg): Ditto.
3854
3855 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3856
3857         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3858
3859 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3860
3861         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3862         change.
3863
3864 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3865
3866         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3867         API.
3868         (wl-summary-sync-update): Ditto.
3869
3870         * wl-score.el (wl-score-get-score-alist): Changed argument.
3871         (wl-summary-rescore-msgs): Likewise.
3872         (wl-summary-score-headers): Likewise.
3873         (wl-score-headers): Likewise;
3874         Use elmo-folder-do-each-message-entity, etc.
3875         (wl-summary-score-effect): Follow the changes above.
3876         (wl-summary-rescore): Ditto.
3877         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3878         (wl-score-get-overview): Abolish.
3879
3880         * wl-summary.el (wl-summary-default-from): Follow the API change in
3881         elmo-msgdb.
3882         (wl-summary-count-unread): Ditto.
3883         (wl-summary-detect-mark-position): Ditto.
3884         (wl-summary-overview-entity-compare-by-date): Ditto.
3885         (wl-summary-overview-entity-compare-by-number): Ditto.
3886         (wl-summary-overview-entity-compare-by-from): Ditto.
3887         (wl-summary-overview-entity-compare-by-subject): Ditto.
3888         (wl-summary-get-list-info): Ditto.
3889         (wl-summary-rescan): Ditto.
3890         (wl-summary-jump-to-msg-by-message-id): Ditto.
3891         (wl-summary-sync-update): Ditto; Removed comment.
3892         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3893         (wl-summary-insert-message): Use wl-summary-insert
3894         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3895         (wl-summary-insert-headers): Changed argument overview to folder.
3896         (wl-summary-search-by-subject): Likewise.
3897         (wl-summary-insert-thread): Renamed from 
3898         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3899
3900         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3901         too.
3902
3903         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3904         wl-string-member.
3905
3906 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3907
3908         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3909         elmo-folder-append-buffer.
3910         (wl-draft-queue-append): Likewise.
3911
3912         * wl-mime.el (wl-message-delete-current-part): Ditto.
3913         (wl-summary-burst-subr): Ditto.
3914
3915         * wl-news.el.in (wl-news-send-news): Ditto.
3916
3917 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3918
3919         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3920         function.
3921         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3922         (wl-summary-update-mark): Enclose with save-excursion.
3923         (wl-summary-mark-as-read-internal): Fixed last change.
3924         (wl-summary-mark-as-important): Use 3rd argument of
3925         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3926         Don't use elmo-msgdb-set-mark.
3927         (wl-summary-redisplay-internal): If msgdb flag is already read,
3928         just update the mark on buffer.
3929
3930 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3931
3932         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3933         cut visible folder when elmo-folder-delete returns non-nil value.
3934
3935 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3936
3937         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3938         by Kenichi OKADA <okada@opaopa.org>).
3939
3940 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3941
3942         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3943
3944 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3945
3946         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3947         Fixed the last change, search group entity by its real name.
3948         (Thanks to: KOBAYASHI Shinji)
3949
3950 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3951
3952         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3953         (wl-fldmgr-access-display-all): Don't refer visible name.
3954         * wl-expire.el (wl-folder-archive-current-entity)
3955         (wl-folder-expire-current-entity): Ditto.
3956         * wl-folder.el (wl-folder-jump-to-current-entity)
3957         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3958         (wl-folder-open-folder-sub,wl-folder-open-all)
3959         (wl-folder-write-current-folder): Ditto.
3960         (wl-folder-insert-entity): Don't use petname for normal group.
3961         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3962         is the real name.
3963         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3964         Abolished.
3965
3966 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3967
3968         * wl-draft.el (wl-draft-create-buffer): Add
3969         `wl-summary-reply-with-citation'
3970
3971 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3972
3973         * wl-draft.el (wl-draft-reply): Fixed.
3974
3975 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3976
3977         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3978         when `wl-draft-send-confirm-with-preview' is non-nil.
3979         You can scroll up/down by j/k.
3980         (wl-draft-send-confirm-with-preview): New variable (default=t).
3981
3982 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3983
3984         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3985         (wl-fldmgr-save-folders): Fix comment.
3986
3987 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3988
3989         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3990         along the last change in `wl-folder-buffer-group-p'.
3991
3992 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3993
3994         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3995         folder.
3996
3997         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3998         the default value.
3999
4000         * wl-mime.el (wl-summary-burst): Update summary only when target
4001         folder equals current folder.
4002
4003 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4004
4005         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4006
4007 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4008
4009         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4010         value.
4011
4012 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4015         `map-extents' instead of `extent-at' repeatedly.
4016         (wl-highlight-folder-current-line): Ditto.
4017
4018         * wl-highlight.el: Remove useless dummy functions.
4019
4020 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4021
4022         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4023         (wl-folder-put-folder-property): New function to put text property.
4024         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4025         (wl-folder-insert-entity, wl-folder-update-diff-line)
4026         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4027         * wl-e21.el, wl-xmas.el, wl-mule.el
4028         (wl-highlight-folder-current-line): Ditto.
4029         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4030         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4031         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4032         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4033
4034 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4035
4036         * Version number is increased to 2.11.3.
4037
4038 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4039
4040         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4041         Resume current-buffer since it is assumed by remaining tasks.
4042
4043 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4044
4045         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4046         (wl-folder-completion-function): Abolished.
4047         (wl-folder-complete-folder): New function.
4048         (wl-folder-complete-filter-condition): Ditto.
4049         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4050         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4051
4052 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4053
4054         * wl-draft.el (wl-draft-send-confirm): New function.
4055         (wl-draft-send): Use it.
4056
4057         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4058         cursor-in-echo-area while confirming.
4059
4060         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4061
4062         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4063         searching via nntp if wl-summary-search-via-nntp is 'force.
4064         Otherwise, invoke searching in nntp folder only.
4065         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4066
4067         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4068         explicitly for mime-make-text-tag.
4069
4070 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4071
4072         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4073         `mime-make-text-tag' instead of `mime-create-tag'.
4074
4075 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4076
4077         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4078         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4079
4080 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4081
4082         * wl-score.el (wl-score-save): Bind print-length and print-level.
4083         (wl-score-pretty-print): Ditto.
4084         (wl-score-edit-insert-header-entry): Ditto.
4085
4086         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4087         "From" entry to be treated with wl-draft-eword-encode-address-list.
4088         * wl-mime.el (wl-draft-preview-message): Ditto.
4089
4090         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4091         (wl-summary-mark-as-unread): Ditto.
4092         (wl-summary-mark-as-read-region): Change accordingly.
4093         (wl-summary-mark-as-unread-region): Ditto.
4094         (wl-summary-target-mark-mark-as-read): Ditto.
4095         (wl-summary-target-mark-mark-as-unread): Ditto.
4096
4097 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4098
4099         * Version number is increased to 2.11.2.
4100
4101 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4102
4103         * wl-news.el.in (wl-news-previous-version-save): Bind
4104         print-length and print-level.
4105         * wl-thread.el (wl-thread-save-entities): Ditto.
4106         (wl-thread-save-top-list): Bind print-length.
4107
4108 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4109
4110         * wl-highlight.el (wl-highlight-summary-line-string): Use
4111         wl-summary-score-below-mark, wl-summary-score-over-mark.
4112         (wl-highlight-summary-current-line): Ditto.
4113
4114 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4115
4116         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4117         insert it.
4118
4119 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4120
4121         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4122
4123 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4124
4125         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4126         message without msgid.
4127         Rewrite with elmo-folder-move-messages.
4128         Set wl-message-buffer to nil.
4129
4130         * wl-summary.el (wl-summary-erase-subr): New function. Use
4131         elmo-folder-move-messages.
4132         (wl-summary-erase): Call it.
4133         (wl-summary-target-mark-erase): Ditto.
4134
4135 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4136
4137         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4138         it is not up-tp-date.
4139
4140 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4141
4142         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4143         buffer after calling `wl-summary-goto-folder-subr' without the
4144         argument `interactive'.
4145         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4146
4147 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4148
4149         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4150         `mime-create-tag'. Use `string=' instead of `looking-at'.
4151
4152 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4153
4154         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4155         to avoid compile warning.
4156
4157         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4158         entity-id when folder is given.
4159         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4160         save-excursion, use save-selected-window instead.
4161         Select folder buffer window if exists.
4162         (To correct behavior with wl-folder-move-cur-folder.)
4163
4164 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4165
4166         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4167
4168 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4169
4170         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4171         list-count instead of %d.
4172
4173 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4174
4175         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4176         (wl-news): Set it.
4177         (wl-news-append-to-folder): Use it.
4178
4179         * wl-news.el.in (wl-news-send-news): Append to specified folder
4180         instead of wl-default-folder.
4181         (wl-news-append-to-folder): Show error message with specified folder.
4182
4183         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4184                 In most major modes, Emacs assumes that any opening
4185                 delimiter found at the left margin is the start of a
4186                 top-level definition, or defun. Therefore, *never put an
4187                 opening delimiter at the left margin unless it should have
4188                 that significance.*
4189
4190         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4191
4192 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4193
4194         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4195
4196 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4197
4198         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4199
4200 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4201
4202         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4203         for sequential numbering case.
4204
4205 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4206
4207         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4208         value.
4209         (wl-draft-reply-without-argument-list): Ditto.
4210         (wl-draft-reply-myself-with-argument-list): Abolish.
4211         (wl-draft-reply-myself-without-argument-list): Ditto.
4212         * wl-draft.el (wl-draft-self-reply-p): New function.
4213         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4214
4215 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4216
4217         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4218         (avoid error for the case without byte-compiling)
4219
4220 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4221
4222         * wl-news.el.in (wl-news-append-to-folder): New function.
4223         (wl-news-exit): Rewrite.
4224         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4225
4226 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4227
4228         * wl-draft.el (wl-draft-reply-position): New function.
4229         (wl-draft-reply-position): Fix.
4230         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4231         (wl-summary-target-mark-reply-with-citation): Ditto.
4232         (wl-summary-reply-with-citation): Ditto.
4233         * wl-vars.el (wl-draft-reply-default-position): New variable.
4234
4235 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4236
4237         * wl-draft.el (wl-draft-send): Preview when interactive send.
4238
4239 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4240
4241         * wl-draft.el (wl-draft-reply): Set default position.
4242         * wl-summary.el (wl-summary-reply): Ditto.
4243         (wl-summary-reply-with-citation): Ditto.
4244         (wl-summary-target-mark-reply-with-citation): Ditto.
4245
4246 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4247
4248         * wl-news.el.in (wl-news-lang): Set default value according to
4249         current-language-environment.
4250         (wl-news-append-news): Do nothing when news-list is nil.
4251
4252 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4253
4254         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4255         (wl-news): Change message.
4256         (wl-news-exit): Check buffer.
4257         (wl-news-force-exit): New function.
4258         (wl-news-show-all): New function.
4259         (wl-news-discard-and-exit): Fix.
4260
4261 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4262
4263         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4264         according to current-language-environment.
4265
4266         * wl-news.el.in (wl-news): If arg, show all NEWS after
4267         wl-news-default-previous-version.
4268
4269 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4270
4271         * wl-news.el.in (wl-news-check): Rewritten.
4272         (wl-news-previous-version-load): Change data type.
4273         (wl-news-previous-version-save): Change data type.
4274         (wl-news-append-news): Add return value.
4275         (wl-news-check-news): New function.
4276         (wl-news-already-current-p): New function.
4277         (wl-news-send-news): Rewritten.
4278         (wl-news-mode-map): Add new keybind.
4279         (wl-news): Rewritten.
4280         (wl-news-exit): Rewritten.
4281         (wl-news-discard-and-mail): New function.
4282         (wl-news-send-to-address): Abolished.
4283         * wl.el (wl-init): Delete a message.
4284
4285 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4286
4287         * wl-news.el.in (wl-news-exit): Update previous version.
4288         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4289
4290 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4291
4292         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4293
4294 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4295
4296         * wl-news.el.in (wl-news): New function.
4297         (wl-news-mode): New function.
4298         (wl-news-next-line): New function.
4299         (wl-news-next-page): New function.
4300         (wl-news-exit): New function.
4301         (wl-news-buf-name): New variable.
4302         (wl-news-mode-map): New variable.
4303         (wl-news-winconf): New variable.
4304         (wl-news-append-news): Add an option.
4305
4306 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4307
4308         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4309
4310 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4311
4312         * wl-news.el.in (wl-news-send-to-address): New variable.
4313         (wl-news-send-news): Use it.
4314         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4315         Return updating status.
4316         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4317
4318 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4319
4320         * wl-news.el.in (wl-news-send-news): Delete
4321         Organization and X-Face.
4322
4323 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4324
4325         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4326         (wl-news-append-news): New function.
4327         (wl-news-send-news): New function.
4328
4329 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4330
4331         * Version number is increased to 2.11.1.
4332
4333 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4334
4335         * wl-news.el.in : New file.
4336
4337 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4338
4339         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4340         default value.
4341         (wl-draft-reply-without-argument-list): Ditto.
4342
4343 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4344
4345         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4346         (wl-message-buffer-prefetch-idle-time): Ditto.
4347         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4348
4349 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4350
4351         * wl-thread.el (wl-thread-insert-message): Use
4352         wl-summary-max-thread-depth.
4353
4354         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4355         loop detection.
4356
4357         * wl-message.el (wl-message-buffer-display): Back to the first page
4358         when cache is hit.
4359
4360 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4361
4362         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4363
4364         * wl-summary.el (wl-summary-insert-thread-entity):
4365         If the thread depth is reached to wl-summary-max-thread-depth,
4366         divide the thread.
4367
4368 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4369
4370         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4371         for elmo-remove-passwd.
4372
4373 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4374
4375         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4376         folder is sticky.
4377         (wl-folder-mark-as-read-all-entity): Ditto.
4378         (wl-folder-prefetch-entity): Ditto.
4379
4380 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4381
4382         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4383
4384 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4385
4386         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4387         Delete messages on buffer for unplugged operation.
4388         (wl-summary-erase): Ditto.
4389
4390 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4391
4392         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4393         take nil so as not to search parent by subject.
4394
4395 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4396
4397         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4398         (wl-folder-get-next-folder): Ditto.
4399         (wl-folder-get-path): Ditto.
4400
4401 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4402
4403         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4404         system and encode the region with it before verifying.
4405
4406 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4407
4408         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4409         system of the echo buffer before decoding.
4410
4411 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4412
4413         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4414         original contents.
4415
4416 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4417
4418         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4419         with argument 'any-exists.
4420
4421 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4422
4423         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4424         Use `wl-cs-autoconv'.
4425
4426 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4427
4428         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4429         by `mime-view-automatic-conversion'.
4430
4431         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4432         (wl-message-verify-pgp-nonmime): Ditto.
4433         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4434         Bind them to C-c:d and C-c:v respectively.
4435
4436         Merge following code by Teranishi-san from [wl-en:00167].
4437         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4438         (wl-mime-preview-application/pgp-encrypted): Ditto.
4439         (wl-mime-setup): Add entry.
4440
4441 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4442
4443         * wl-summary.el (wl-summary-target-mark-erase): New function.
4444         Bind it to "mD".
4445
4446 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4447
4448         * wl-vars.el (wl-draft-write-file-function): Fix.
4449         (wl-draft-reedit-hook): Changed default value.
4450
4451         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4452         wl-draft-reedit-hook.
4453         (wl-draft-remove-text-plain-tag): New function.
4454         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4455
4456         * wl-vars.el (wl-draft-write-file-function): New user option.
4457
4458         * wl-draft.el (wl-draft-prepare-edit): Use it for
4459         local-write-file-hooks.
4460         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4461
4462         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4463         (wl-draft-insert-mail-header-separator): Return the body beginning
4464         point.
4465         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4466         text/plain.
4467         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4468
4469 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4470
4471         * wl-summary.el (wl-summary-erase): New function to erase message
4472         without moving it to trash. Bind to "D".
4473
4474         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4475         as `keep' unless switch-function.
4476
4477 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4478
4479         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4480         message buffer by using `wl-summary-toggle-disp-msg'.
4481         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4482         buffer window.
4483         (wl-summary-supresedes-message): Ditto.
4484
4485         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4486         Do not delete other windows.
4487         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4488         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4489         (wl-draft-create-buffer): Set reply-or-forward also for target
4490         mark commands.
4491
4492 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4493
4494         * wl-draft.el (wl-user-agent-compose): Delete special case for
4495         switch-to-buffer-other-window.
4496
4497         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4498         (wl-summary-forward): Ditto.
4499
4500         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4501         function.
4502         (wl-draft-buffer-style): New use option.
4503
4504         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4505         (wl-draft): Follow the change above.
4506         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4507         wl-draft-buffer-style.
4508         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4509         switch-function.
4510
4511 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4512
4513         * wl-address.el (wl-address-make-completion-entry): Extracted from
4514         `wl-address-make-completion-list'.
4515         (wl-address-enable-strict-loading): New variable.
4516         (wl-address-make-completion-list): Revive petname duplication
4517         inquiry, and enable it if `wl-address-enable-strict-loading'.
4518         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4519
4520 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4521
4522         * wl-message.el (wl-message-get-original-buffer): Avoid
4523         'Selecting deleted buffer' error when original buffer is killed.
4524
4525 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4526
4527         * wl-summary.el (wl-summary-next-message): Use
4528         elmo-message-accessible-p instead of elmo-message-cached-p.
4529
4530 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4531
4532         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4533
4534         * wl-thread.el (wl-thread-open-all-unread): Use
4535         elmo-folder-list-flagged instead of
4536         elmo-folder-list-messages-mark-match.
4537
4538         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4539         instead of elmo-folder-list-messages-mark-match.
4540         (wl-summary-move-spec-alist): New variable.
4541         (wl-summary-move-spec-plugged-alist,
4542         wl-summary-move-spec-unplugged-alist): Abolish.
4543         (wl-summary-next-message): Follow the change above.
4544         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4545         with 'no-msg' argument.
4546
4547         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4548         variable.
4549         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4550         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4551         (wl-message-buffer-prefetch-get-next): Follow the change above.
4552
4553 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4554
4555         * wl-version.el (wl-version): Changed codename.
4556
4557         * Version number is increased to 2.11.0.
4558
4559 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4560
4561         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4562         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4563         `wl-draft-config-variables'.
4564         (wl-draft-kill): Fixed problem when the draft is reedit.
4565
4566 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4567
4568         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4569         buffer-modified status (Thanks to
4570         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4571
4572 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4573
4574         * wl-util.el (wl-region-exists-p): New function.
4575
4576         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4577         Remove defvars for byte-compile warnings.
4578
4579 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4580
4581         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4582         defvar-maybe. Removed unused bind.
4583
4584 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4585
4586         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4587         summary buffer window before creating new frame.
4588         (wl-draft-reply): Ditto.
4589
4590 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4591
4592         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4593
4594 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4595
4596         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4597
4598 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4599
4600         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4601         instead of `kill-region'.
4602
4603 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4604
4605         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4606         (wl-highlight-summary-line-string): Use it.
4607         (wl-highlight-summary-current-line): Ditto.
4608
4609         * wl-mime.el (wl-message-delete-current-part): Check the class of
4610         mime-entity.
4611
4612         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4613
4614         * wl-summary.el (wl-summary-make-number-list): Initialize.
4615         (wl-summary-update-mark): New function.
4616         (wl-summary-reply): Put `answered' mark on the message.
4617         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4618
4619         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4620         (wl-draft-reply): Added optional argument `number';
4621         Set wl-draft-parent-number.
4622         (wl-draft-kill): Delete answered mark if it is a reply.
4623
4624 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4625
4626         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4627         that originates in mime-preview-follow-current-entity.
4628         (wl-draft-yank-current-message-entity): Use it if region is active.
4629
4630         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4631         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4632         `wl-message-delete-current-part'.
4633         * wl-mule.el (wl-message-define-keymap): Ditto.
4634         * wl-xmas.el (wl-message-define-keymap): Ditto.
4635
4636 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4637
4638         * wl-mime.el (wl-message-delete-current-part): New function.
4639         (wl-mime-node-id-to-string): Ditto.
4640
4641         * wl-mime.el (wl-message-delete-current-part): Use existing
4642         original buffer which corresponds current mime-view buffer.
4643         (fetched buffer might have different structure, possibly)
4644
4645         * wl-mime.el (wl-message-delete-current-part): Quit if the
4646         message content differs from the actual message.
4647
4648 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4649
4650         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4651         order.
4652         (wl-summary-search-by-subject): Search parent message from tail;
4653         Check the existence of the parent message on the current thread tree.
4654         (wl-summary-update-thread): Check whether the line is inserted.
4655
4656 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4657
4658         * wl-vars.el (wl-summary-line-format): Undo last change.
4659         * wl-summary.el (wl-summary-print-destination): Do not put
4660         invisible property when `wl-summary-width' is nil.
4661         (wl-summary-line-subject-minimum-length): Abolished.
4662         (wl-summary-line-subject): Ditto.
4663
4664 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4665
4666         * wl-vars.el (wl-summary-line-format): Change default value.
4667         (wl-summary-subject-length-limit): Abolished.
4668         * wl-summary.el (wl-summary-line-subject): Ditto.
4669
4670 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4671
4672         * wl-template.el (wl-template-select): Added optional argument.
4673         If optional argument is specified, reverse
4674         `wl-template-visible-select'.
4675
4676 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4677
4678         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4679         Take prefix argument to force asking the destination folder.
4680
4681 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4682
4683         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4684         count and update status.
4685
4686 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4687
4688         * wl-summary.el (wl-summary-redisplay-internal): If
4689         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4690         after fetching.
4691
4692 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4693
4694         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4695         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4696
4697         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4698
4699 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4700
4701         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4702         (All other related portions are changed).
4703         (wl-summary-mark-as-read-all): Rewrite.
4704
4705 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4706
4707         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4708         `wl-summary-mark-as-read'.
4709         (wl-summary-mark-as-unread): Rewrite.
4710         (wl-summary-mark-as-read): Added no-modeline argument.
4711         (wl-summary-resume-cache-status): Rewrite.
4712         (wl-summary-exec-subr): Remove unused local variable.
4713
4714 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4715
4716         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4717         logic to call `wl-summary-buffer-prev-folder-function'.
4718         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4719
4720 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4721
4722         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4723         is nil.
4724
4725 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4726
4727         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4728         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4729         (wl-mime-setup): Add its entry.
4730
4731 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4732
4733         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4734         (wl-summary-delete-cache): Likewise.
4735         (wl-summary-mark-as-read): Rewrite.
4736
4737 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4738
4739         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4740         `wl-summary-count-unread'.
4741
4742         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4743
4744         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4745
4746 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4747
4748         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4749         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4750         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4751         Renamed to the elmo-msgdb-*-mark.
4752         (wl-summary-score-marks): Follow the change above.
4753         (wl-summary-auto-refile-skip-marks): Ditto.
4754         (wl-summary-incorporate-marks): Ditto.
4755         (wl-summary-expire-reserve-marks): Ditto.
4756
4757         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4758         changes.
4759         (wl-thread-insert-top): Changed updating message.
4760
4761         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4762         variable.
4763         (wl-summary-count-unread): Count answered marks.
4764         (wl-summary-rescan): Call wl-summary-insert-message instead of
4765         wl-summary-append-message-func-internal.
4766         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4767         (wl-summary-prefetch-msg): Follow the variable name changes.
4768         (wl-summary-prefetch-region): Ditto.
4769         (wl-summary-mark-as-read-all): Follow the API changes;
4770         Don't call elmo-folder-replace-marks.
4771         (wl-summary-delete-cache): Follow the variable name changes.
4772         (wl-summary-resume-cache-status): Ditto.
4773         (wl-summary-update-status-marks): New function.
4774         (wl-summary-insert-message): New function.
4775         (wl-summary-sync-marks): Follow the variable name changes.
4776         (wl-summary-sync-update): Synchronize to the msgdb, too;
4777         Changed update messages.
4778         (wl-summary-make-number-list): Rewrite.
4779         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4780         (wl-summary-mark-as-unread): Follow the API changes.
4781         (wl-summary-exec-subr): Follow the variable name changes.
4782         (wl-summary-mark-as-read): Ditto.
4783         (wl-summary-move-spec-plugged-alist): Ditto.
4784         (wl-summary-move-spec-unplugged-alist): Ditto.
4785         (wl-summary-cursor-move-surface): Ditto.
4786
4787         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4788         variable name changes.
4789         (wl-highlight-summary-current-line): Ditto.
4790
4791         * wl-expire.el (wl-expire-refile): Follow the API change in
4792         elmo-folder-move-messages.
4793         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4794         (wl-summary-archive): Use elmo-folder-msgdb instead of
4795         elmo-msgdb-load.
4796
4797 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4798
4799         * wl-mime.el (wl-draft-preview-message): Restore the position
4800         before evaluating wl-draft-send-hook in preview buffer.
4801
4802 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4803
4804         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4805         when it creates new draft buffer.
4806
4807         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4808         without argument.
4809
4810         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4811         Evaluate content and if the value is string, insert it.
4812         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4813         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4814         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4815         wl-draft-config-sub-part-bottom): Use it.
4816
4817         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4818         with the folder name. The question was unintelligible when it is
4819         called from wl-save-status.
4820
4821 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4822
4823         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4824         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4825         cannot take second argument).
4826
4827 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4828
4829         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4830         as t. Since type and subtype are not case sensitive (RFC 2045).
4831
4832 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4833
4834         * wl-vars.el (wl-message-mode-line-format): New variable.
4835         (wl-message-mode-line-format-spec-alist): Ditto.
4836         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4837         (wl-message-redisplay): Use wl-message-mode-line-format.
4838
4839 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4840
4841         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4842
4843 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4844
4845         * wl-summary.el (wl-summary-default-from): Write description.
4846
4847 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4848
4849         * wl-vars.el (wl-ldap-objectclass): Abolish.
4850
4851         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4852         (wl-ldap-make-filter): Removed condition for objectclass.
4853         (wl-ldap-make-matched-value-list): Remove meaningless process.
4854         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4855         (wl-address-ldap-search): Don't add `*' to `pat' string;
4856         use ignore-errors; added `email';
4857         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4858         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4859         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4860
4861
4862 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4863
4864         * wl-draft.el (wl-draft-parent-folder): Write description.
4865         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4866
4867 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4868
4869         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4870         as "" (zero-length string) if no parent.
4871         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4872
4873 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4874
4875         * wl-address.el (wl-address-make-completion-list): Skip duplication
4876         checking.
4877         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4878         `append'.
4879
4880 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4881
4882         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4883         instead of `beginning-of-buffer'.
4884
4885 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4886
4887         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4888
4889 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4890
4891         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4892         Refer wl-message-buffer-name.
4893         (wl-message-wheel-down): Ditto.
4894
4895 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4896
4897         * wl-vars.el (wl-message-buffer-name): New user option.
4898
4899         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4900         directly instead of making alist dinamically.
4901
4902         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4903         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4904         wl-message-buffer-cache-name.
4905         (wl-message-buffer-cache-clean-up): Ditto.
4906
4907         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4908
4909         * Version number is increased to 2.9.15.
4910
4911 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4912
4913         * wl-vars.el (wl-summary-default-view-alist): New user option.
4914
4915         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4916
4917         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4918         while deleting address.
4919         (wl-draft-delete-myself-from-cc): Ditto.
4920
4921         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4922         If optional argument is specified, reverse sort order.
4923
4924         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4925
4926 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4927
4928         * wl-thread.el (wl-thread-insert-message): Return parent number if
4929         exists.
4930         (wl-thread-update-indent-string-region): Use
4931         wl-thread-update-line-on-buffer-sub instead of
4932         wl-thread-update-line-on-buffer.
4933
4934 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4935
4936         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4937         (wl-folder-close-all): Ditto.
4938
4939 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4940
4941         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4942         and mailing-list:.
4943         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4944         value.
4945         (wl-summary-line-list-info): Print mailing-list name even when 
4946         list-number is empty.
4947
4948 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4949
4950         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4951
4952         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4953         (wl-draft-open-file): Ditto.
4954         (wl-draft-random-alphabet): Ditto.
4955
4956         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4957         bindings.
4958
4959 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4960
4961         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4962         * wl-vars.el (wl-draft-config-alist): Ditto.
4963
4964 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4965
4966         * Version number is increased to 2.9.14.
4967
4968         * wl.el (wl): Don't set wl-init as nil when error occured while
4969         auto-checking folders.
4970
4971         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4972         `elmo-expand-newtext'.
4973
4974 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4975
4976         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4977         `this-command' so that `wl-folder-goto-folder' contained in
4978         `wl-summary-keep-cursor-command' work.
4979
4980 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4981
4982         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4983         message buffer displaying state.
4984
4985 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4986
4987         * wl-vars.el (wl-summary-default-view): New variable to specify
4988         default value for `wl-summary-buffer-view' instead of using
4989         set-default.
4990         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4991
4992 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4993
4994         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4995
4996         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4997
4998 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4999
5000         * wl-vars.el (wl-forward-subject-prefix): New variable.
5001         * wl-draft.el (wl-draft-forward): Use it.
5002
5003 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5004
5005         * wl-message.el (wl-message-prev-page): When it is called without
5006         lines argument, scroll down by wl-message-scroll-amount lines.
5007         (wl-message-next-page): Ditto.
5008         * wl-vars.el (wl-message-scroll-amount): Change default value
5009         to preserve current behavior.
5010
5011 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5012
5013         * wl-summary.el (wl-summary-prefetch-msg): Bind
5014         `wl-message-entity' to call `wl-summary-from-function'.
5015
5016 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5017
5018         * wl-message.el (wl-message-buffer-create): Run
5019         wl-message-buffer-created-hook.
5020
5021 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5022
5023         * wl-summary.el (wl-summary-sort-specs): New variable.
5024         (wl-summary-default-sort-spec): Ditto.
5025         (wl-summary-sort): Rewrite.
5026         (wl-summary-sort-by-list-info): New function.
5027
5028 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5029
5030         * wl-summary.el (wl-summary-get-list-info): New function.
5031         (wl-summary-sort): Rewrite.
5032         (wl-summary-line-list-info): Ditto.
5033         (wl-summary-line-list-count): Ditto.
5034         (wl-summary-refile-region): Fixed docstring.
5035
5036 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5037
5038         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5039         `wl-folder-entity-hashtb' as completion table.
5040
5041 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5044         only when this command is called interactively; silence the byte-
5045         compiler.
5046
5047 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5048
5049         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5050         active in XEmacs.
5051
5052 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5053
5054         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5055         plural lines.
5056
5057 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5058
5059         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5060         of current line when the cursor is on the header name.
5061         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5062
5063 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5064
5065         * wl-util.el (wl-read-directory-name): Return displayed directory
5066         as the default value also on XEmacs.
5067
5068 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5069
5070         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5071         formatting.
5072
5073 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5074
5075         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5076         argument and when it is non-nil, check face property before
5077         highlighting for each line.
5078         (wl-highlight-summary-window): Set it.
5079
5080 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5081
5082         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5083         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5084
5085         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5086         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5087         (wl-draft-get-fcc-list): Likewise.
5088
5089 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5090
5091         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5092         (wl-thread-entity-cur): Ditto.
5093         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5094         wl-thread-indent-regexp setting.
5095         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5096
5097         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5098         wl-summary-lazy-highlight.
5099         (wl-summary-display-bottom): Ditto.
5100
5101         * wl-thread.el (wl-thread-open-close): Likewise.
5102
5103         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5104         from and subject;
5105         Bind wl-draft-use-frame;
5106         Enclose with save-window-excursion;
5107         Use wl-draft-create-buffer instead of with-temp-buffer;
5108         Use wl-draft-prepare-edit;
5109         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5110         Use wl-draft-send instead of wl-draft-raw-send.
5111
5112 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5113
5114         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5115         of using wl-from.
5116
5117 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5118
5119         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5120         insert-buffer instead of clone-buffer.
5121         (wl-draft-doing-mime-bcc): New variable.
5122         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5123         infinite loop.
5124         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5125
5126         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5127         (wl-draft-mime-bcc-body): Ditto.
5128
5129         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5130         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5131         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5132         wl-draft-do-mime-bcc.
5133         (wl-draft-mime-bcc-field): New function.
5134         (wl-draft-do-mime-bcc): Ditto.
5135
5136         * wl-address.el (wl-address-complete-header-list): New variable.
5137         (wl-address-complete-header-regexp): Changed default value.
5138
5139         * Version number is increased to 2.9.13.
5140
5141 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5142
5143         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5144         it is differed.
5145
5146 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5147
5148         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5149         (wl-summary-line-list-count): Ditto.
5150
5151 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5152
5153         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5154         (wl-nntp-posting-function): New variable.
5155         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5156         `wl-nntp-posting-config-alist'.
5157
5158 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5159
5160         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5161         FLIM.
5162
5163 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5164
5165         * wl-summary.el (wl-summary-target-mark-refile-sub):
5166         Remove a nuisance funcall.
5167
5168 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5169
5170         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5171         as t for `try-completion'.
5172
5173 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5174
5175         * wl-summary.el (wl-summary-default-from): Use
5176         wl-address-header-extract-address instead of
5177         std11-extract-address-components.
5178         (wl-summary-simple-from): Ditto.
5179         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5180         (wl-summary-insert-headers): Show message.
5181         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5182         for whole line.
5183         (wl-summary-default-from): Revert last change.
5184         (wl-summary-simple-from): Ditto.
5185         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5186         (wl-summary-mark-as-read-region): Follow the change above.
5187         (wl-summary-sync-marks): Ditto.
5188         (wl-summary-target-mark-mark-as-read): Ditto.
5189         (wl-summary-redisplay-internal): Ditto.
5190         (wl-summary-redisplay-no-mime-internal): Ditto.
5191         (wl-summary-redisplay-all-header): Ditto.
5192         (wl-summary-mark-as-read): Removed argument `cached';
5193         Use current cache status to set cache mark.
5194         (wl-summary-redisplay-internal): Follow the change above.
5195         (wl-summary-redisplay-no-mime-internal): Ditto.
5196         (wl-summary-redisplay-all-header): Ditto.
5197
5198         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5199
5200         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5201         Don't call itself recursively (Adviced by Yamaoka-san).
5202
5203 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5204
5205         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5206         bind wl-summary-highlight as nil to avoid error caused by missing
5207         local variables.
5208
5209 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5210
5211         * wl-vars.el (wl-invalid-character-message): New user option.
5212
5213         * wl-util.el (wl-set-string-width): If truncated string-width is
5214         larger than specified width, use `wl-invalid-character-message'.
5215
5216 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5217
5218         * wl-summary.el (wl-summary-prefetch-msg): 
5219         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5220
5221 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5222
5223         * wl-vars.el (wl-summary-check-line-format): New user option.
5224         (wl-summary-line-format-file): Ditto.
5225
5226         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5227         variable.
5228         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5229         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5230         and `wl-summary-view-old-p' to check whether do a rescan or not.
5231         (wl-summary-view-old-p): New function.
5232         (wl-summary-line-format-changed-p): Ditto.
5233         (wl-summary-line-format-save): Ditto.
5234         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5235
5236         * wl-util.el (wl-set-string-width): Avoid using negative number
5237         for make-string.
5238
5239 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5240
5241         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5242         return value.
5243
5244         * wl-util.el (wl-set-string-width): Added optional argument
5245         `padding' (All other related portions are changed).
5246         (wl-line-parse-format): If the first letter of column number is
5247         `0', zero-padding the result (ex: "%05l").
5248
5249         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5250
5251 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5252
5253         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5254         sequential summary view.
5255
5256 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5257
5258         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5259         if it doesn't have a -unix version.
5260
5261 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5262
5263         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5264
5265 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5266
5267         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5268         content.
5269         (wl-draft): Follow the change above.
5270
5271         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5272
5273         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5274         and wl-folder-summary-line-format-alist contain %T and %P.
5275
5276         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5277         (wl-summary-mode-line-format): New user option.
5278         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5279         (wl-summary-line-format): Changed default value.
5280         (wl-summary-lazy-highlight): Changed default value.
5281
5282         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5283         change in wl-summary-create-line.
5284         (wl-thread-insert-entity-sub): Ditto.
5285
5286         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5287         (wl-summary-buffer-unread-status): Ditto.
5288         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5289         (wl-summary-buffer-persistent-mark-column): Ditto.
5290         (wl-summary-buffer-mode-line-formatter): Ditto.
5291         (wl-summary-buffer-mode-line): Ditto.
5292         (wl-summary-message-regexp): Abolished.
5293         (All other related portions are changed.)
5294         (wl-summary-detect-mark-position): New function.
5295         (wl-summary-buffer-set-folder): Setup
5296         wl-summary-buffer-mode-line-formatter.
5297         (wl-summary-mode): Setup selective-display;
5298         Setup pre-idle-hook when xemacs.
5299         (wl-summary-update-modeline): Rewrite.
5300         (wl-summary-jump-to-msg): Define as function;
5301         Changed regexp for searching messages.
5302         (wl-summary-message-number): Rewrite.
5303         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5304         Do rescan when old type summary cache.
5305         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5306         (wl-summary-remove-destination): Use '\r' to detect EOL.
5307         (wl-summary-print-destination): Ditto.
5308         (wl-summary-temp-mark): New inline function.
5309         (wl-summary-persistent-mark): Ditto.
5310         (wl-summary-line-number): New function.
5311         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5312         (wl-summary-line-list-count): New function.
5313         (wl-summary-create-line): Added argument persistent-mark.
5314         (All other related portions are changed)
5315         (wl-summary-create-line): Insert '\r'.
5316         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5317         (wl-summary-cursor-move-surface): New inline function.
5318         (wl-summary-prev): Use it.
5319         (wl-summary-next): Ditto.
5320
5321         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5322         wl-summary-message-regexp.
5323         (wl-highlight-summary): Delete progress message.
5324         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5325
5326         * Version number is increased to 2.9.12.
5327
5328 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5329
5330         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5331         variable (nil: no minimum).
5332         (wl-summary-line-subject): Add some spaces after subject by
5333         wl-summary-line-subject-minimum-length.
5334
5335 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5336
5337         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5338         and removed `F'.
5339         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5340         change above).
5341
5342 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5343
5344         * wl-summary.el (wl-summary-line-list-count): Reverted.
5345         (example setting in samples/*/dot.wl is also updated)
5346
5347 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5348
5349         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5350
5351         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5352
5353         * wl-vars.el (wl-summary-line-format): Addes some description to the
5354         docstring.
5355
5356         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5357         (wl-summary-line-close-bracket): Ditto.
5358         (wl-summary-line-children-number): Ditto.
5359         (wl-summary-line-thread-indent): Ditto.
5360         (wl-summary-line-children-and-from): Ditto.
5361
5362         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5363         't', 'c', 'F' and added 'C'.
5364
5365         * wl-util.el (wl-set-string-width): Accept negative value.
5366         (wl-line-parse-format): Added "%number(" and "%)".
5367
5368 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5369
5370         * wl-summary.el (wl-summary-line-list-count): Change format of the
5371         return value.
5372
5373 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5374
5375         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5376         from the recent message.el.
5377         (wl-draft-point-in-header-p): Ditto.
5378         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5379         wl-draft-beginning-of-line.
5380         * wl-e21.el (wl-draft-mode-map): Ditto.
5381         * wl-xmas.el (wl-draft-mode-map): Ditto.
5382
5383         * wl-folder.el: Sort macrodefs by dependencies.
5384
5385 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5386
5387         * wl-summary.el (wl-summary-prev): Fixed regexp.
5388         (wl-summary-next): Ditto.
5389
5390 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5391
5392         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5393
5394 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5395
5396         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5397         for backward compatibility.
5398
5399 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5400
5401         * wl-summary.el (wl-summary-line-list-count): New function, merged
5402         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5403         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5404         list counts.
5405
5406 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5407
5408         * wl-summary.el (wl-summary-create-line): Ignore errors while
5409         timezone-fix-time.
5410
5411         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5412
5413         * wl-summary.el (wl-summary-sync-update): Ditto.
5414         (wl-summary-default-from): Use wl-message-entity
5415         instead of entity.
5416
5417         * wl-summary.el (wl-summary-create-line): Fix.
5418
5419         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5420         (wl-summary-line-format): New user option.
5421         (wl-folder-summary-line-format-alist): Ditto.
5422         (wl-summary-from-width): Abolished.
5423
5424         * wl-util.el (toplevel): Require 'bytecomp.
5425         (wl-line-parse-format): New function.
5426         (wl-line-formatter-setup): New macro.
5427
5428         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5429         (wl-summary-buffer-line-formatter): New buffer local variable.
5430         (wl-summary-switch-to-clone-buffer): Follow the change above.
5431         (wl-summary-message-regexp): Fix.
5432         (wl-summary-from-func-internal): Abolished.
5433         (wl-summary-subject-func-internal): Ditto.
5434         (wl-summary-subject-filter-func-internal): Ditto.
5435         (All other related portions are changed.)
5436         (wl-summary-buffer-set-folder):
5437         Set up wl-summary-buffer-number-column and 
5438         wl-summary-buffer-line-formatter
5439         (All other related portions are changed.)
5440         (wl-summary-buffer-number-column-detect): Abolished.
5441         (All other related portions are changed.)
5442         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5443         (wl-summary-delete-all-temp-marks-on-buffer): Use
5444         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5445         (wl-summary-target-mark-delete): Ditto.
5446         (wl-summary-target-mark-refile-subr): Ditto.
5447         (wl-summary-target-mark-mark-as-read): Ditto.
5448         (wl-summary-target-mark-mark-as-unread): Ditto.
5449         (wl-summary-target-mark-mark-as-important): Ditto.
5450         (wl-summary-target-mark-save): Ditto.
5451         (wl-summary-replace-status-marks): Renamed from
5452         wl-summary-set-status-marks-on-buffer;
5453         Use wl-summary-message-regexp instead of
5454         wl-summary-buffer-number-regexp.
5455         (wl-summary-sync-update): Follow the change above.
5456         (wl-summary-goto-previous-message-beginning): New function.
5457         (wl-summary-mark-as-unread): Use it.
5458         (wl-summary-mark-as-important): Ditto.
5459         (wl-summary-line-formatter): New variable.
5460         (wl-summary-line-year): New function.
5461         (wl-summary-line-day): Ditto.
5462         (wl-summary-line-day-of-week): Ditto.
5463         (wl-summary-line-hour): Ditto.
5464         (wl-summary-line-minute): Ditto.
5465         (wl-summary-line-open-bracket): Ditto.
5466         (wl-summary-line-close-bracket): Ditto.
5467         (wl-summary-line-children-number): Ditto.
5468         (wl-summary-line-thread-indent): Ditto.
5469         (wl-summary-line-size): Ditto.
5470         (wl-summary-line-subject): Ditto.
5471         (wl-summary-line-from): Ditto.
5472         (wl-summary-line-children-and-from): Ditto.
5473         (wl-summary-create-line): Rewritten.
5474         (wl-summary-format-date): Abolished.
5475
5476         * wl-highlight.el (wl-highlight-summary-current-line): Use
5477         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5478         Use thread structure to detect thread top message.
5479
5480         * wl-draft.el (wl-default-draft-cite): Don't use
5481         wl-summary-from-func-internal.
5482
5483         * wl-refile.el (wl-refile-subject-learn): Don't use
5484         wl-summary-subject-filter-func-internal.
5485         (wl-refile-guess-by-subject): Ditto.
5486
5487         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5488         parameters.
5489
5490         * wl-thread.el (wl-thread-update-indent-string-region):
5491         Use wl-thread-update-line-on-buffer instead of
5492         wl-thread-update-indent-string.
5493         (wl-thread-update-children-number): Redefine using
5494         wl-thread-update-line-on-buffer.
5495         (wl-thread-update-indent-string): Abolished.
5496
5497         * Version number is increased to 2.9.11.
5498
5499 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5500
5501         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5502         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5503         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5504
5505         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5506         as nil.
5507
5508         * wl-thread.el (wl-thread-open-all-unread): Use 
5509         elmo-folder-list-messages-mark-match.
5510         (wl-thread-insert-message): Removed argument `mark-alist'.
5511         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5512         elmo-msgdb-set-mark.
5513         (wl-thread-get-children-msgs-uncached): Likewise.
5514         (wl-thread-get-exist-children): Added argument include-self.
5515         (wl-thread-delete-message): Follow the change above.
5516
5517         * wl-summary.el (wl-summary-count-unread): Removed argument.
5518         (wl-summary-rescan): Follow the change above.
5519         (wl-summary-mark-as-read-region): Ditto
5520         (wl-summary-mark-as-unread-region): Ditto.
5521         (wl-summary-delete-messages-on-buffer): Ditto.
5522         (wl-summary-sync-update): Ditto.
5523         (wl-summary-switch-to-clone-buffer): Ditto.
5524         (wl-summary-goto-folder-subr): Ditto.
5525         (wl-summary-target-mark-mark-as-read): Ditto.
5526         (wl-summary-target-mark-mark-as-unread): Ditto.
5527         (wl-summary-target-mark-mark-as-important): Ditto.
5528         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5529         (wl-summary-update-thread): Removed argument `mark-alist'.
5530         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5531         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5532         (wl-summary-resume-cache-status): Likewise.
5533         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5534         elmo-msgdb-set-mark.
5535         (wl-summary-mark-as-read-all): Likewise.
5536         (wl-summary-delete-cache): Ditto.
5537         (wl-summary-auto-select-msg-p): Ditto.
5538         (wl-summary-mark-as-unread): Ditto.
5539         (wl-summary-no-auto-refile-message-p): Ditto.
5540         (wl-summary-mark-as-read): Ditto.
5541         (wl-summary-mark-as-important): Ditto.
5542         (wl-summary-auto-refile): Follow the change above.
5543         (wl-summary-delete-all-marks): Removed.
5544         (wl-summary-resume-marks-and-highlight): Ditto.
5545         (wl-summary-resume-marks): Ditto.
5546         (wl-summary-delete-important-msgs-from-list): Ditto.
5547         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5548
5549         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5550         wl-summary-count-unread.
5551
5552         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5553         (wl-summary-score-update-all-lines): Use
5554         elmo-msgdb-set-mark.
5555
5556 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5557
5558         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5559         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5560         (wl-summary-create-line): Renamed from
5561         wl-summary-overview-create-summary-line;
5562         Argument rearrangement.
5563         (wl-summary-update-thread): Follow the change above.
5564
5565         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5566         (wl-thread-insert-entity-sub): Likewise.
5567
5568         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5569         argument `overview', `mark-alist' and added `msgdb'.
5570
5571         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5572
5573         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5574         (wl-summary-rescan): Follow the change above.
5575         (wl-summary-sync-update): Ditto.
5576         (wl-summary-insert-thread-entity): Ditto;
5577         Don't use `let*' in every while loop;
5578         Detect infinite loop of threads.
5579         (wl-summary-update-thread): Removed argument `overview'.
5580
5581         * wl-thread.el (wl-thread-insert-message): Ditto.
5582
5583         * Version number is increased to 2.9.10.
5584
5585         * wl-message.el (wl-message-redisplay): Ignore errors while
5586         wl-message-redisplay-hook.
5587
5588 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5589
5590         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5591
5592 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5593
5594         * wl.el (wl): inhibit-quit while wl-folder.
5595
5596 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5597
5598         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5599         while msgdb access.
5600
5601 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5602
5603         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5604         even if no folder is not created.
5605
5606 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5607
5608         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5609
5610         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5611         implementation.
5612         (wl-summary-target-mark-thread): Ditto.
5613
5614         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5615
5616 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5617
5618         * wl-util.el (wl-display-bytes): Remove unused function.
5619
5620 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5621
5622         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5623         seems critical one (partially reverse the change in 2002/03/17).
5624
5625 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5626
5627         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5628         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5629
5630 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5631
5632         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5633         is not writable.
5634         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5635         plugged status instead of `'force' as 2nd argument.
5636
5637         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5638         is not creatable.
5639
5640         * Version number is increased to 2.9.9.
5641
5642 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5643
5644         * wl-summary.el (wl-summary-suspend): New function.
5645
5646 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5647
5648         * wl.el (wl): Do not check variables if check is nil.
5649         * wl-utils.el (wl-collect-draft): New function.
5650         * wl-folder.el (wl-folder-suspend): Put summary buffers
5651         and draft buffers at the end of buffer list.
5652         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5653
5654 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5655
5656         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5657         loop instead of recursive call.
5658
5659         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5660         2nd argument.
5661
5662 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5663
5664         * wl-draft.el (wl-draft-create-contents): Don't take neither
5665         (function . args) nor (string . something) any more.
5666
5667         * wl-version.el (wl-generate-user-agent-string): Return string
5668         without header symbol.
5669         * wl-draft.el (wl-draft-default-headers): Use it.
5670
5671         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5672         `wl-draft-insert-ccs' and return field value instead of inserting
5673         the header. Abolish cc argument.
5674         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5675
5676         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5677         rather than one with string car.
5678
5679         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5680         * wl-draft.el (wl-draft-create-contents): Add it after the default
5681         headers.
5682
5683         * wl-draft.el (wl-draft-create-contents): For the case of
5684         (symbol-or-string . function) insert header only when the function
5685         returns string value.
5686
5687 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5688
5689         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5690         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5691
5692 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5693
5694         * wl.el (wl-check-environment): Don't check Message-ID when
5695         `wl-insert-message-id' is nil.
5696         Revive checking if `wl-message-id-domain' contains "@".
5697
5698 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5699
5700         * wl.el (wl-check-environment): Merge examination for "@" at
5701         inappropriate position into the first string-match.
5702
5703         * wl-summary.el (wl-summary-target-mark-print): New function.
5704         (wl-summary-pipe-message-subr): Extracted from
5705         `wl-summary-pipe-message'.
5706         (wl-summary-target-mark-pipe): New function.
5707         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5708         `wl-summary-target-mark-pipe'.
5709
5710 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5711
5712         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5713
5714 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5715
5716         * wl.el (wl-check-environment): Use elmo-warning instead of
5717         error for non-critical ones.
5718         Remove trash folder check.
5719         (wl): Don't ignore error in wl-check-environment.
5720
5721         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5722         check, which is moved from `wl-check-environment'.
5723         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5724
5725 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5726
5727         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5728         guess anything, call wl-summary-write.
5729         (wl-summary-write): Create draft with blank To field.
5730         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5731
5732 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5733
5734         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5735         argument full as well for wl-folder-write-current-folder.
5736         If wl-*-write-current-folder cannot guess addressee, add blank
5737         To header.
5738         Rewrite condition for positioning cursor.
5739
5740 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5741
5742         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5743         summary buffer is present, use it.
5744         (wl-folder-jump-to-previous-summary): Ditto.
5745
5746 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5747
5748         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5749
5750         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5751         wl-summary-previous-buffer and wl-summary-next-buffer.
5752
5753         * wl-folder.el (wl-folder-mode-map): Bind
5754         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5755         (wl-folder-jump-to-next-summary): New function.
5756         (wl-folder-jump-to-previous-summary): Ditto.
5757
5758         * wl-draft.el (wl-draft): Rearranged.
5759
5760 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5761
5762         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5763         of header.
5764         (wl-draft): Collect arguments for the header as header-alist.
5765         (wl-draft-forward): Arrange arguments for wl-draft.
5766         (wl-draft-reply): Ditto.
5767         (wl-draft-edit-string): Ditto.
5768         * wl-summary.el (wl-summary-write): Ditto.
5769         (wl-summary-write-current-folder): Ditto.
5770
5771         * Version number is increased to 2.9.8.
5772
5773 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5774
5775         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5776
5777         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5778
5779         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5780         even if the guess failed.
5781
5782         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5783         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5784         wl-summary-write-current-folder.
5785         * wl-xmas.el: Ditto.
5786
5787 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5788
5789         * wl-summary.el (wl-summary-next-page): Force display message if
5790         message is not displayed yet.
5791         (wl-summary-prev-page): Ditto.
5792
5793 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5794
5795         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5796
5797 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5798
5799         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5800         add "Preview Message" and "Save Draft and Exit".
5801
5802 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5803
5804         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5805         if addrmgr is called from draft in splitted window.
5806
5807         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5808         * wl-mule.el: Ditto.
5809         * wl-xmas.el: Ditto.
5810
5811 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5812
5813         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5814
5815         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5816         * wl-xmas.el (wl-folder-toolbar): Ditto.
5817
5818 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5819
5820         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5821         and wl-draft-save-and-exit.
5822         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5823         * wl-xmas.el: Ditto.
5824         * wl-mule.el: Ditto.
5825
5826         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5827         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5828
5829 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5830
5831         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5832         lists for saving buffer.
5833
5834 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5835
5836         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5837         parent-folder argument instead of it.
5838         (wl-draft-create-buffer): Ditto.
5839         (wl-draft-forward): Ditto.
5840         (wl-draft-reply): Ditto.
5841         * wl-summary.el (wl-summary-write): Ditto.
5842         (wl-summary-write-current-folder): Ditto.
5843
5844         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5845         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5846         Folder buffer after composing.
5847
5848 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5851         header if the file `wl-x-face-file' already contains it.
5852
5853 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5854
5855         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5856         folder" entry.
5857         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5858         * wl-e21.el (wl-folder-toolbar): Ditto.
5859         * wl-xmas.el (wl-folder-toolbar): Ditto.
5860
5861 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5862
5863         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5864         wl-folder-goto-folder with sticky argument.
5865         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5866
5867 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5868
5869         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5870         and wl-summary-previous-buffer.
5871         (wl-summary-next-buffer): New function.
5872         (wl-summary-previous-buffer): Ditto.
5873
5874 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5875
5876         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5877         wl-folder-jump-to-current-entity-with-arg.
5878         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5879         `wl-folder-jump-to-current-entity'.
5880         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5881         `wl-summary-goto-folder-sticky'.
5882         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5883         `wl-summary-goto-folder'.
5884         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5885         Unless force-exit, do not clean temp. marks for sticky summary.
5886         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5887
5888 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5889
5890         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5891         not entire.
5892
5893 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5894
5895         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5896         to `C-x C-s'.
5897         (wl-summary-save-status): New command.
5898         (wl-summary-exit): Don't clean-up temp marks when sticky.
5899         (Applied patch from Nakayama-san [wl: 09548])
5900         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5901         Do nothing when no mark data.
5902         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5903         Call `wl-summary-delete-all-temp-marks' before saving.
5904
5905 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5906
5907         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5908
5909 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5910
5911         * wl.el (wl-check-environment): Also cause error when (system-name)
5912         returns "localhost.localdomain". (Although it doesn't affect because
5913         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5914
5915 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5916
5917         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5918         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5919
5920         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5921         value.
5922
5923 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5924
5925         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5926         Likewise r-cc-list and r-ng-list.
5927
5928 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5929
5930         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5931         only if it is bound as variable.
5932
5933         * wl-mime.el (wl-draft-preview-message): Ditto.
5934
5935 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5936
5937         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5938         needless `goto-char'.
5939
5940         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5941         `wl-summary-redisplay-no-mime-internal' instead of
5942         `wl-summary-redisplay-no-mime'.
5943         (wl-summary-redisplay-no-mime): Changed argument;
5944         Call `wl-summary-redisplay-no-mime-internal'.
5945
5946         * wl-mime.el (wl-draft-preview-message): Bind
5947         `mime-header-encode-method-alist' locally.
5948
5949         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5950         (wl-draft-std11-parse-addresses): Added the first address check.
5951         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5952
5953         * Version number is increased to 2.9.7.
5954
5955 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5956
5957         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5958
5959 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5960
5961         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5962         related to scrollbar support, if there is no such a feature
5963         compiled in.
5964
5965 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5966
5967         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5968         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5969         for prefetch.
5970
5971 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5972
5973         * wl-summary.el (wl-summary-pick): Fix for no match.
5974
5975 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5976
5977         * wl-draft.el (wl-draft-save):
5978         Override `mime-header-encode-method-alist'.
5979
5980 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5981
5982         * wl-folder.el (wl-folder-pick): New function.
5983         Define key as "?".
5984
5985 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5986
5987         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5988         Fix for unplugged.
5989
5990 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5991
5992         * wl-folder.el (wl-folder-virtual): New function.
5993         Define key as "V".
5994
5995 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5996
5997         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5998         multi folder if entity is group.
5999
6000 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6001
6002         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6003         is nil.
6004
6005 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6006
6007         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6008         (wl-summary-target-mark-msgs): Return the number of marked messages.
6009
6010 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6011
6012         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6013         "first:" is specified.
6014
6015 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6016
6017         * wl-vars.el (wl-from): Use return value of function
6018         user-full-name instead of the variable user-full-name since
6019         XEmacs-20.4 doesn't set this variable.
6020
6021 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6022
6023         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6024         call `wl' directly.
6025
6026 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6027
6028         * wl-draft.el (wl-draft-reedit): Removed duplicated
6029         switch-to-buffers.
6030
6031 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * wl.el (wl-other-frame): Removed garbages.
6034
6035 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6036
6037         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6038
6039         * wl-xmas.el (wl-draft-key-setup): Ditto.
6040
6041         * wl-mule.el (wl-draft-key-setup): Ditto.
6042
6043         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6044         (wl-draft-reedit): Ditto.
6045         (wl-draft-prepare-edit): Add `wl-draft-save' to
6046         `local-write-file-hooks'.
6047         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6048         (wl-draft-reedit): Set buffer-file-name.
6049         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6050
6051
6052         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6053         call it.
6054         (wl-delete-startup-frame-function): New variable.
6055         (wl-other-frame): New function
6056         (Original was written by Yamaoka san [wl: 09239]).
6057
6058         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6059         if `wl-folder-use-frame'.
6060
6061 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6062
6063         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6064
6065 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6066
6067         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6068         New variable.
6069         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6070         (wl-message-buffer-prefetch-get-next): Use them.
6071         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6072
6073 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6074
6075         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6076         with unwind-protect.
6077
6078         * wl-draft.el (wl-draft-reedit): Rewrite.
6079         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6080         (wl-draft-save): Insert header separator if it does not exist;
6081         Removed condition-case.
6082
6083         * wl-summary.el (wl-summary-reedit): Revert last change.
6084
6085         * wl-draft.el (wl-draft-save): Rewrite.
6086         (wl-draft-create-buffer): Set buffer-file-name as nil.
6087
6088         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6089
6090         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6091
6092         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6093         nil.
6094
6095 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6096
6097         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6098         If count is nil, do not prefetch.
6099         (wl-message-buffer-prefetch-next): Next.
6100
6101 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6102
6103         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6104
6105 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6106
6107         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6108         `delete-backward-char'
6109         (wl-draft-prepare-edit): Check major-mode.
6110         (wl-draft-decode-header): Rewrite.
6111         (wl-draft): Fix.
6112
6113 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6114
6115         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6116
6117 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6118
6119         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6120         (wl-message-buffer-prefetch-get-next): Remove size checking.
6121         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6122
6123 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6124
6125         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6126         (wl-draft-default-headers): Fix.
6127
6128 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6129
6130         * wl-draft.el (wl-draft-default-headers): Insert return value of
6131         `wl-generate-mailer-string-function'.
6132
6133 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6134
6135         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6136         (wl-draft-insert-mail-header-separator): Ditto.
6137
6138         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6139         again (Reverted the change on 2002-01-17 by OKADA san).
6140
6141 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6142
6143         * wl-draft.el (wl-draft): Rewrite.
6144         (wl-draft-create-buffer): New function.
6145         (wl-draft-create-contents): Ditto.
6146         (wl-draft-prepare-edit): Ditto.
6147         (wl-draft-decode-header): Ditto.
6148         (wl-draft-decode-body): Ditto.
6149         (wl-draft-check-new-line): Ditto.
6150         (wl-draft-default-headers): Ditto.
6151         (wl-draft-insert-mail-header-separator): Ditto.
6152
6153 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6154
6155         * Version number is increased to 2.9.6.
6156
6157 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6158
6159         * wl-draft.el (wl-draft-delete-field): Optional argument.
6160         (wl-draft-delete-fields): Ditto.
6161
6162 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6163
6164         * wl-message.el (toplevel): Eliminated byte-compile warning.
6165         for `itimer-function', `delete-timer' and `itimer-list'.
6166
6167 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6168
6169         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6170         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6171         `wl-message-buffer-prefetch-threshold'.
6172         * wl-summary.el (wl-summary-redisplay-internal): Remove
6173         the check of `wl-message-buffer-prefetch-depth'.
6174
6175 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6176
6177         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6178         size of article.
6179         (wl-message-buffer-prefetch-subr): Remove size check.
6180
6181 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6182
6183         * wl-vars.el (wl-plugged): Make customizable.
6184
6185 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6186
6187         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6188         (wl-message-buffer-prefetch-set-timer): New function.
6189         (wl-message-buffer-prefetch-get-next): New function.
6190         (wl-message-buffer-prefetch): New function.
6191         (wl-message-buffer-prefetch-next): Rewrite.
6192         (wl-message-buffer-prefetch-subr): Rewrite.
6193         * wl-vars.el (wl-auto-prefetch-first): New variable.
6194         * wl-summary.el (wl-summary-goto-folder-subr): Call
6195         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6196
6197 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6198
6199         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6200         `wl-summary-unread-message-hook'.
6201
6202 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6203
6204         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6205         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6206         if range is `cache-status'.
6207
6208 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6209
6210         * wl-message.el (wl-message-buffer-prefetch-subr):
6211         Improve debug message.
6212
6213 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6214
6215         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6216         `wl-mail-send-pre-hook'.
6217         (wl-draft-send-mail-with-qmail): Ditto.
6218         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6219
6220 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6221
6222         * wl-message.el (wl-message-buffer-prefetch-subr):
6223         Fix for cancel-function-timers bug.
6224         (wl-message-buffer-prefetch-debug): Default value is t.
6225
6226 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6227
6228         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6229         (wl-message-buffer-prefetch-subr): Rewrite.
6230         Rename from `wl-message-buffer-prefetch'.
6231
6232 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6233
6234         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6235         (wl-default-draft-cite-decorate-author): Ditto.
6236
6237         * wl-draft.el (wl-draft-cite-function): Removed.
6238         (wl-default-draft-cite-decorate-author): Ditto.
6239
6240 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6241
6242         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6243         (wl-default-draft-cite): Do not arrange author name if the value of
6244         `wl-default-draft-cite-decorate-author' is nil.
6245
6246 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6247
6248         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6249
6250         * wl-folder.el (wl-folder-check-one-entity): Don't care
6251         `elmo-folder-use-flag-p'.
6252
6253 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6254
6255         * wl-folder (wl-folder-check-one-entity): Fix
6256         problem if unread is nil.
6257
6258 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6259
6260         * wl-address.el (wl-address-make-completion-list): Check whether
6261         the address is a group list.
6262         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6263
6264 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6265
6266         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6267         The number of the messages of new and unread does not count
6268         correctly.
6269
6270         * wl-summary.el (wl-summary-count-unread): Changed to return
6271         `(new . unread)' instead of total.
6272         (wl-summary-sync-update): Follow the change above.
6273
6274         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6275
6276 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6277
6278         * wl-address.el (wl-address-make-completion-list): Do not enclose
6279         address by " <" and ">" if associated realname is "".
6280         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6281         This is against the promblem with group list in .addresses pointed
6282         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6283
6284 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6285
6286         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6287         message is a format control string.
6288         * wl-expire.el (wl-expire-append-log): Ditto.
6289         * wl-mime.el (wl-summary-burst-subr): Ditto.
6290         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6291         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6292
6293 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6294
6295         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6296         wl.el (wl-check-variables): Rename from `wl-check-type'.
6297         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6298         (wl-check-variables-2): New function.
6299         (wl): Call `wl-check-variables-2'.
6300
6301 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6302
6303         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6304         after renaming folder in access group.
6305
6306 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6307
6308         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6309         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6310         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6311         (wl-message-buffer-prefetch): Rewrite.
6312         (wl-message-buffer-prefetch-idle-time): Removed.
6313         * wl-summary.el (wl-summary-redisplay-internal):
6314         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6315         Error check for `wl-message-buffer-prefetch-depht'.
6316
6317 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6318
6319         * Version number is increased to 2.9.5.
6320         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6321
6322 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6323
6324         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6325         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6326         Based on the patch written by
6327         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6328
6329 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6330
6331         * wl-draft.el (wl-draft-raw-send): Fix for
6332         `wl-news-send-pre-hook'
6333
6334 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6335
6336         * wl-utils.el (wl-message-id-function): New variable.
6337         * wl-draft.el (wl-draft-insert-required-fields):
6338         Use `wl-message-id-function'.
6339
6340 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6341
6342         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6343         * wl-utils.el (wl-draft-make-message-id-string):
6344         Use `wl-from' for domain part of Message-ID
6345         if `wl-message-id-use-wl-from' if non-nil.
6346         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6347
6348 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6349
6350         * wl.el (wl): Call `wl-check-type'
6351         Do not 'condition-case'.
6352
6353 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6354
6355         * wl.el (wl-check-type): New function.
6356         (wl-check-type-variables): New variable.
6357
6358 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6359
6360         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6361
6362 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6363
6364         * wl-draft.el (wl-smtp-password-key): New function.
6365         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6366         (wl-draft-send-mail-with-smtp): Ditto.
6367         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6368
6369 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6370
6371         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6372         * wl-utils.el (wl-unique-id-suffix): Remove.
6373
6374 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6375
6376         * Version number is increased to 2.9.4.
6377
6378 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6379
6380         * wl-utils.el (wl-unique-id-suffix): New variable.
6381         (wl-unique-id): Use `wl-unique-id-suffix'
6382
6383 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6384
6385         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6386         instead of `elmo-msgdb-search'.
6387
6388         * Version number is increased to 2.9.3.
6389
6390 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6391
6392         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6393
6394 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6395
6396         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6397         (wl-draft-dispatch-message): Changed for send-later.
6398         (wl-draft-queue-flush): Ditto.
6399         (wl-draft): Clear `wl-sent-message-queued'.
6400         (wl-draft-reedit): Ditto.
6401         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6402         * wl-vars.el (wl-draft-force-queuing): New variable.
6403         (wl-draft-force-queuing-mail): New variable.
6404         (wl-draft-force-queuing-news): New variable.
6405
6406 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6407
6408         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6409         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6410
6411 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6412
6413         * Version number is increased to 2.9.2.
6414
6415 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * wl-draft.el (wl-draft-elide-region): New user command.
6418         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6419
6420         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6421         command `wl-draft-elide-region'.
6422         * wl-mule.el: Ditto.
6423         * wl-xmas.el: Ditto.
6424
6425 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6426
6427         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6428         (wl-biff-check-folder-async): Removed needless let.
6429
6430 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6431
6432         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6433         wl-folder-get-elmo-folder.
6434         (wl-biff-check-folder): Set `biff' argument of
6435         `wl-folder-check-one-entity'.
6436         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6437
6438         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6439         (wl-folder-check-one-entity): Added `biff' argument;
6440         Setup `biff' slot of folder.
6441
6442         * Version number is increased to 2.9.1.
6443
6444 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6445
6446         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6447         comment out and fixed.
6448         (wl-fldmgr-add-completion-subr): Ditto.
6449
6450         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6451         and msgdb.
6452
6453         * wl.el (wl-toggle-plugged): Save summary view.
6454
6455 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6456
6457         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6458
6459 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6460
6461         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6462
6463 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6464
6465         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6466         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6467         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6468
6469         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6470         if it was failed.
6471         (wl-demo): Disable undo in the demo buffer.
6472
6473 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6474
6475         * wl-version.el (wl-version): Changed codename.
6476
6477         * Version number is increased to 2.9.0.
6478
6479 2001-12-14  Takuo KITAME <kitame@northeye.org>
6480
6481         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6482         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6483         (wl-folder-mark-as-read-all-current-entity): Ditto.
6484
6485 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6486
6487         * wl-vars.el (wl-from-width): Define as obsolete variable.
6488         (wl-subject-length-limit): Ditto.
6489
6490         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6491
6492         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6493         wl-summary-save-view.
6494
6495         * wl.el (wl-save-status): Ditto.
6496         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6497
6498         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6499         (wl-summary-exit): Follow the change above.
6500         (wl-summary-goto-folder-subr): Ditto.
6501
6502         * wl-folder.el (wl-folder-create-subr): Don't use
6503         `elmo-folder-creatable-p'.
6504
6505 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6506
6507         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6508
6509 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6510
6511         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6512         rather than bitmap on Emacs 21.
6513         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6514         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6515         for xbm if the new redisplay engine is not available.
6516
6517 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6518
6519         * wl-folder.el (wl-folder-init-hook): New hook.
6520         (wl-folder-init): Run `wl-folder-init-hook'.
6521
6522 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6523
6524         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6525
6526 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6527
6528         * wl-acap.el (wl-acap-cache-filename): New variable.
6529         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6530         (wl-acap-init): Use cache if no ACAP server found.
6531
6532 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6533
6534         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6535         `wl-acap-original-msgdb-dir'.
6536
6537         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6538         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6539
6540         * wl-mime.el (wl-mime-save-directory): Renamed from
6541         `wl-mime-save-dir'.
6542
6543 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6546
6547         * wl-demo.el: Require `path-util'.
6548         (wl-demo-bitmap-mule-available-p): New internal variable.
6549         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6550         `module-installed-p' instead.
6551         (wl-demo-insert-image): Use *.img file for a bitmap image.
6552         (wl-demo): Don't call the ascii demo recursively.
6553
6554 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6555
6556         * Version number is increased to 2.7.7.
6557
6558 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6559
6560         * wl.el (wl-exit): Eliminated byte-compile warning.
6561
6562 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6563
6564         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6565         obsolete variable using `elmo-define-obsolete-variable'.
6566         (wl-fetch-confirm-threshold): Ditto.
6567         (wl-cache-prefetch-folder-type-list): Ditto.
6568         (wl-cache-prefetch-folder-list): Ditto.
6569
6570 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6571
6572         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6573         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6574         (wl-demo-insert-image): New function.
6575         (wl-demo-insert-text): New function.
6576         (wl-demo-image-type-alist): Redefine as a function.
6577         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6578         (wl-demo-with-temp-file-buffer): Removed.
6579         (wl-logo-xpm): Removed.
6580         (wl-logo-xbm): Removed.
6581         (wl-logo-bitmap): Removed.
6582
6583 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6584
6585         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6586         (wl-expire-localdir-get-folder-function): New user option.
6587         (wl-expire-localdir-get-folder): New function.
6588         (wl-expire-localdir-date): Ditto.
6589
6590 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6591
6592         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6593         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6594         Fixed unread number mismatch when all-unread < unread.
6595
6596 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6597
6598         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6599         (wl-fetch-confirm-threshold): Ditto.
6600
6601         * wl-summary.el (wl-summary-confirm-appends): Removed.
6602         (wl-summary-sync-update): Don't refer
6603         `wl-summary-update-confirm-threshold' (It is now abolished).
6604
6605         * wl-message.el (wl-message-display-internal): Don't refer
6606         `wl-fetch-confirm-threshold' (It is now abolished).
6607
6608 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6609
6610         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6611
6612 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6613
6614         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6615         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6616         Change default value to nil.
6617         (wl-summary-indent-length-limit): The value can be nil, nil means
6618         unlimited.
6619
6620         * wl-summary.el: Don't set limit for indent length if the value of
6621         wl-summary-indent-length-limit is nil.
6622         If the value of wl-summary-width is nil, it means only that the width
6623         of summary is unlimited (nil doesn't mean that the indent length is
6624         unlimited).
6625
6626         * wl-thread.el: Ditto.
6627
6628 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6629
6630         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6631         be nil, nil means never confirm.
6632         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6633
6634 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6635
6636         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6637         means unlimited).
6638
6639 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6640
6641         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6642         Use `with-temp-buffer'.
6643
6644 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6645
6646         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6647         with new backquote style).
6648         (wl-folder-get-entity-from-buffer): Ditto.
6649
6650 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6651
6652         * wl-version.el (nemacs-version): Eliminated.
6653         (wl-extended-emacs-version2): Ignore nemacs.
6654         (wl-extended-emacs-version3): Ditto.
6655
6656 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6657
6658         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6659         (wl-draft-add-in-reply-to): New variable.
6660         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6661         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6662         (wl-draft-yank-from-mail-reply-buffer): Use
6663         `wl-draft-add-in-reply-to'.
6664         (wl-draft-insert-current-message): Ditto.
6665
6666 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6667
6668         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6669         typo (kill->hide).
6670         (wl-message-buffer-prefetch-folder-type-list): Added elements
6671         `mark' and `cache' instead of `internal'.
6672
6673 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6674
6675         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6676         resume msgdb directory.
6677
6678 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6679
6680         * wl.el (wl-exit): Call `wl-acap-exit'.
6681
6682         * wl-summary.el (wl-summary-message-string): New function.
6683         (wl-summary-reedit): Use it.
6684         (wl-summary-resend-bounced-mail): Remove needless let.
6685         (wl-summary-supersedes-message): Ditto.
6686         (wl-summary-save): Ditto.
6687
6688         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6689         (wl-acap-init): Set it.
6690         (wl-acap-exit): New function.
6691
6692 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6693
6694         * wl.el (wl-init): Revert (require 'mime-setup). move from
6695         toplevel.
6696
6697 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6698
6699         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6700         local variables.  Add error when guess function return invalid
6701         value.
6702
6703 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6704
6705         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6706         Change local variable name.
6707         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6708         (wl-folder-get-newsgroups): Return nil when non-news folder.
6709         * wl-summary.el (wl-summary-write-current-folder): State through
6710         when guess-list return nil.
6711         (wl-summary-write-current-folder-functions): Fixed docstring.
6712
6713         * wl.el (wl-exit): Changed confirm message.
6714
6715         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6716         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6717
6718         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6719
6720 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6721
6722         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6723         user option (Renamed from wl-cache-prefetch-folder-type-list).
6724         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6725         from wl-cache-prefetch-folder-list).
6726
6727         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6728         Move to wl-vars.el.
6729         (wl-message-buffer-prefetch-p): Changed to enable
6730         `wl-message-buffer-prefetch-folder-list'.
6731
6732         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6733         `ignore-cache'.
6734
6735 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6736
6737         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6738         `part-top' and `part-bottom'.
6739         (wl-draft-config-sub-part-top): New function.
6740         (wl-draft-config-sub-part-bottom): New function.
6741
6742 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6743
6744         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6745
6746 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6747
6748         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6749
6750 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6751
6752         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6753
6754         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6755         (wl-summary-write-current-folder): Ditto.
6756
6757 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6758
6759         * wl-folder.el (wl-folder-get-newsgroups): Use
6760         `elmo-folder-newsgroups'.
6761
6762 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6763
6764         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6765         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6766         `wl-draft-config-sub-header-bottom'.
6767
6768 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6769
6770         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6771         localnews folder.
6772
6773 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6774
6775         * wl-summary.el (wl-summary-mode): Undo last change.
6776
6777         * wl-folder.el (wl-folder-mode): Ditto.
6778
6779 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6780
6781         * wl-summary.el (wl-summary-mode): Locally set
6782         truncate-partial-window-width to nil.
6783         (for XEmacs)
6784
6785         * wl-folder.el (wl-folder-mode): Ditto.
6786
6787 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6788
6789         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6790
6791 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6792
6793         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6794         number.
6795
6796         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6797
6798         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6799
6800         * Version number is increased to 2.7.6.
6801
6802 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6803
6804         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6805
6806 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6807
6808         * wl-summary.el (wl-summary-sync-update): Enclose network
6809         related portion with `unwind-protect'.
6810
6811 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6812
6813         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6814
6815 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6816
6817         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6818         element.
6819         * wl-vars.el (wl-message-body-button-alist): Ditto.
6820
6821         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6822         max match length.
6823         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6824
6825         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6826         for the max match length;
6827         Use 4th element value for the button string regexp group.
6828
6829         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6830         candidate exists, prompt to select.
6831
6832 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6833
6834         * wl-summary.el (wl-summary-jump-to-msg): Search before
6835         calibration point by `beginning-of-line'.
6836
6837 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6838
6839         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6840         for access group.
6841
6842 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6843
6844         * wl-message.el (wl-message-display-internal): Bind
6845         `default-mime-charset'.
6846
6847         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6848
6849         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6850
6851         * Version number is increased to 2.7.5.
6852
6853 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6854
6855         * wl-expire.el (wl-summary-archive): Fixed;
6856         Use `elmo-folder-name-internal'.
6857
6858 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6859
6860         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6861         from `elmo-folder-move-messages' caller.
6862         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6863
6864         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6865         related portions are changed).
6866
6867 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6868
6869         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6870         counter.
6871
6872 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6873
6874         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6875         buffer local and set it to nil.
6876
6877         * wl-message.el (wl-message-redisplay): Ditto.
6878
6879 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6880
6881         * wl-summary.el (wl-summary-mark-as-important): If message is
6882         already cached, set messag as read, otherwise encache and mark as read.
6883
6884 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6885
6886         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6887         point-min.
6888
6889 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6890
6891         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6892         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6893         a keymap.
6894
6895 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6896
6897         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6898         parent.
6899
6900         * wl-mule.el (wl-message-define-keymap): Ditto.
6901
6902         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6903
6904         * wl-xmas.el (wl-message-display-internal-hook): Define.
6905         (wl-xmas-setup-message-toolbar): Define as function.
6906         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6907         (wl-message-overload-functions): Abolished.
6908         (wl-message-define-keymap): New function.
6909
6910         * wl-vars.el (wl-message-display-internal-hook): New variable.
6911         (wl-message-header-button-alist): New variable (Renamed from
6912         wl-highlight-message-header-button-alist).
6913         (wl-message-body-button-alist): Ditto.
6914
6915         * wl-mule.el (wl-message-define-keymap): New function.
6916         (wl-message-overload-functions): Abolished.
6917
6918         * wl-message.el (wl-message-add-buttons-to-body): New function.
6919         (wl-message-redisplay): Don't call wl-message-overload-functions;
6920         Call wl-message-add-buttons-to-header and
6921         wl-message-add-buttons-to-body.
6922         (wl-message-display-internal): Set keymap argument for
6923         elmo-mime-display-as-is, elmo-mime-message-display;
6924         Run wl-message-display-internal-hook.
6925         (wl-message-refer-article-or-url): Abolished.
6926
6927         * wl-highlight.el (wl-highlight-headers): Don't call
6928         wl-highlight-message-add-buttons-to-header.
6929         (wl-highlight-message-add-buttons-to-header): Abolished.
6930
6931
6932         * wl-e21.el (wl-message-display-internal-hook): Define.
6933         (wl-e21-setup-toolbar): Deleted duplicated binding.
6934         (wl-e21-setup-message-toolbar): Define as function.
6935         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6936         (wl-message-define-keymap): New function.
6937         (wl-message-overload-functions): Abolished.
6938
6939 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6940
6941         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6942         and elmo-folder-close.
6943
6944         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6945
6946 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6947
6948         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6949         boolean value.
6950         * wl-draft.el (wl-draft-do-fcc): Ditto.
6951
6952 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6953
6954         * wl-vars.el (wl-fcc-force-as-read): New variable.
6955         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6956         mark copied message as read.
6957
6958 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6959
6960         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6961
6962 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6963
6964         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6965         `wl-summary-target-above' instead of obsolete variable
6966         `wl-summary-temp-above'.
6967
6968         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6969         instead of `make-obsolete-variable'.
6970         * wl-refile.el (toplevel): Ditto.
6971
6972 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6973
6974         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6975         with third argument t.
6976         (wl-draft): Set first argument for wl-plugged-init as t.
6977
6978         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6979         definition.
6980
6981 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6982
6983         * wl-vars.el: Tabify.
6984         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6985
6986         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6987         message.
6988
6989 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6990
6991         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6992         and set default to beep.
6993
6994 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6995
6996         * wl-vars.el (wl-draft-truncate-lines): New variable.
6997
6998         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6999         instead of wl-message-truncate-lines for truncate-lines.
7000
7001 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7002
7003         * wl-message.el (wl-message-display-internal): Call
7004         `wl-highlight-message' after `elmo-mime-display-as-is'.
7005
7006         * wl-mime.el (wl-mime-display-text/plain): New function.
7007         (wl-mime-display-header): Ditto.
7008         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7009         body-presentation-method for text/plain;
7010         Register `wl-mime-display-header' as a header-presentation-method;
7011         Don't set up `elmo-message-text-content-inserted-hook' and
7012         `elmo-message-header-inserted-hook'.
7013
7014         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7015         variable.
7016         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7017         as t if flag is 'all-header;
7018         Don't bind `elmo-message-ignored-field-list',
7019         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7020
7021 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7022
7023         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7024         for xemacs with non-mule environment.
7025
7026 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7027
7028         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7029         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7030         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7031
7032 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7033
7034         * wl-vars.el (wl-interactive-send): Set default value as t.
7035
7036 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7037
7038         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7039         (wl-addrmgr-method-list): Abolished.
7040         (wl-addrmgr-change-method): Follow above change.
7041
7042         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7043
7044 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7045
7046         * wl-vars.el (wl-message-truncate-lines): Change default value
7047         to default-truncate-lines.
7048
7049         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7050
7051 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7052
7053         * wl-vars.el (wl-message-truncate-lines): New variable.
7054
7055         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7056         wl-message-truncate-lines.
7057
7058 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7059
7060         * wl-acap.el (wl-acap-init): Remove period from error message.
7061         (wl-acap-find-acap-service): Remove period from message.
7062
7063 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7064
7065         * wl.el (wl-check-environment): Undo last change.
7066
7067         * wl-vars.el (wl-from): Changed default value.
7068
7069         * wl-util.el (toplevel): Don't require tm-edit.
7070
7071         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7072         `wl-folder-init';
7073         Don't set mark on mail body.
7074         (wl-draft-reedit): Ditto.
7075
7076         * wl-address.el (wl-address-quote-specials): Define as an alias for
7077         elmo-address-quote-specials.
7078
7079 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7080
7081         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7082
7083         * wl-vars.el (wl-from): Set default value as nil.
7084         (wl-organization): Set default value as ORGANIZATION environment
7085         variable.
7086
7087         * wl-draft.el (wl-smtp-extension-bind): Check value of
7088         wl-smtp-connection-type.
7089
7090         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7091         error.
7092
7093 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7094
7095         * Version number is increased to 2.7.4.
7096
7097         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7098         arguments from `wl-highlight-x-face-function' caller.
7099         Use x-face-1.3.6.12 or later.
7100
7101 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7102
7103         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7104
7105 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7106
7107         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7108         (wl-fcc): Fix to accept function.
7109         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7110
7111 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7112
7113         * wl-acap.el (toplevel): Added `product-provide' declare.
7114         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7115
7116 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7117
7118         * wl.el (wl): Changed order of calling `elmo-init'
7119         and `elmo-folder-init'.
7120
7121 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7122
7123         * wl-mime.el (wl-summary-burst): Extract message when content-type
7124         of root entity is not only `multipart' but also `message/rfc822'.
7125         (wl-summary-burst-subr): Ditto.
7126
7127 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7128
7129         * wl-vars.el (toplevel): Require 'custom.
7130         (wl-trash-folder): Added to `wl-setting' group.
7131
7132         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7133         exists.
7134         (wl-addrmgr-draw): Insert empty line when no entry exists.
7135
7136         * wl-mule.el (wl-message-wheel-up): Fixed.
7137         (wl-message-wheel-down): Ditto.
7138
7139 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7140
7141         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7142         config is an anonymous lambda expression.
7143
7144 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7145
7146         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7147         when Mule 2 is running.
7148
7149 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7150
7151         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7152
7153 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7154
7155         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7156         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7157
7158         * wl-address.el (wl-address-specials-regexp): Eliminated.
7159         (wl-address-quote-specials): Rewrite.
7160
7161 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7162
7163         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7164         shy-groups for regexp.
7165
7166         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7167         character classes and Perl style shy-groups for regexp.
7168         (wl-highlight-plugged-current-line): Use Posix style character
7169         classes for regexp.
7170         (wl-e21-highlight-folder-by-numbers): Ditto.
7171         (wl-e21-display-image-p): Use `display-images-p' instead of
7172         `display-graphic-p'.
7173         (display-images-p): Make an alias to `display-graphic-p' if it is
7174         not available.  It is for Emacs version prior to 21.0.105.
7175
7176         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7177         `display-graphic-p'.
7178         (wl-demo-image-type-alist): Ditto.
7179         (display-images-p): Make an alias to `display-graphic-p' if it is
7180         not available.  It is for Emacs version prior to 21.0.105.
7181
7182 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7183
7184         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7185         support.
7186         (wl-generate-user-agent-string): Ditto.
7187
7188         * wl-version.el (wl-version): Update docsting.
7189         (wl-version-status): Ditto.
7190
7191 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7192
7193         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7194         21.0.105.  For Emacs 21.0.104 or earlier.
7195
7196 2001-09-03  Takuo KITAME <kitame@northeye.org>
7197
7198         * wl-e21.el (wl-plugged-init-icons): Use
7199         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7200         (wl-biff-init-icons): Ditto.
7201
7202 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7203
7204         * wl-highlight.el (wl-highlight-summary-current-line):
7205         Fixed highlighting refile/copy destination.
7206
7207         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7208         (wl-acap-store): Encode string by wl-acap-coding-system.
7209
7210 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7211
7212         * wl-acap.el (toplevel): Check and require 'un-define before
7213         'xemacs-ucs;
7214          Added checking for UTF-2000.
7215
7216 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7217
7218         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7219         Don't enclose with `eval-and-compile'.
7220
7221         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7222         wl-init is non-nil.
7223
7224         * wl-draft.el (wl-draft): Ditto.
7225
7226         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7227
7228         * wl-acap.el (toplevel): Require 'wl.
7229         (wl-acap-store): Call `elmo-init'.
7230
7231         * wl.el (wl): Changed position of `wl-check-environment'.
7232         (toplevel): Added autoload setting for wl-acap.
7233
7234         * wl-vars.el (wl-setting): New custom group.
7235         (wl-from): Added wl-setting group.
7236         (wl-user-mail-address-list): Ditto.
7237         (wl-organization): Ditto.
7238         (wl-subscribed-mailing-list): Ditto.
7239         (wl-envelope-from): Ditto.
7240         (wl-smtp-posting-user): Ditto.
7241         (wl-smtp-posting-server): Ditto.
7242         (wl-smtp-posting-port): Ditto.
7243         (wl-smtp-authenticate-type): Ditto.
7244         (wl-pop-before-smtp-user): Ditto.
7245         (wl-pop-before-smtp-server): Ditto.
7246         (wl-pop-before-smtp-port): Ditto.
7247         (wl-pop-before-smtp-authenticate-type): Ditto.
7248         (wl-nntp-posting-server): Ditto.
7249         (wl-nntp-posting-user): Ditto.
7250         (wl-nntp-posting-port): Ditto.
7251         (wl-fetch-confirm-threshold): Ditto.
7252         (wl-prefetch-threshold): Ditto.
7253         (wl-thread-insert-opened): Ditto.
7254         (wl-ldap-server): Ditto.
7255         (wl-ldap-port): Ditto.
7256         (wl-ldap-base): Ditto.
7257         (wl-ldap-objectclass): Ditto.
7258         (wl-use-ldap): Ditto.
7259         (wl-draft-config-alist): Ditto.
7260         (wl-draft-config-matchone): Ditto.
7261         (wl-template-alist): Ditto.
7262         (wl-message-sort-field-list): Ditto.
7263         (wl-message-ignored-field-list): Ditto.
7264         (wl-message-visible-field-list): Ditto.
7265         (wl-interactive-send): Ditto.
7266         (wl-summary-move-order): Ditto.
7267         (wl-auto-select-first): Ditto.
7268         (wl-auto-select-next): Ditto.
7269         (wl-interactive-save-folders): Ditto.
7270
7271         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7272         Initialization codes are moved from wl-local-folder-init.
7273         (wl-local-folder-init): Follow the change above.
7274         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7275
7276         * wl-acap.el: New file.
7277
7278         * Version number is increased to 2.7.3.
7279
7280 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7281
7282         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7283
7284 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7285
7286         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7287         (wl-addrmgr-address-entry-list): Ditto.
7288
7289 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7290
7291         * wl-e21.el (wl-draft-mode-map): Removed binding for
7292         `wl-draft-insert-x-face-field'.
7293
7294         * wl-mule.el (wl-draft-mode-map): Ditto.
7295
7296         * wl-xmas.el (wl-draft-mode-map): Ditto.
7297
7298         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7299         (wl-cs-autoconv): Ditto.
7300         (wl-cs-local): Ditto.
7301         (wl-use-scoring): Ditto.
7302         (wl-mime-charset): Ditto.
7303         (wl-folder-check-async): Ditto.
7304
7305         * wl.el (toplevel): Ignore nemacs and tm.
7306         (wl-exit): Ditto.
7307
7308         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7309         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7310         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7311         instead of wl-address-petname-add-or-change.
7312         (wl-summary-edit-addresses-subr): Use wl-address-delete
7313         instead of wl-address-petname-delete.
7314
7315         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7316
7317         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7318         if error occured.
7319
7320         * wl-message.el (require): Remove tm support.
7321
7322         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7323
7324         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7325         (wl-folder-jump-to-current-entity): Ditto.
7326         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7327
7328         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7329         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7330         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7331
7332         * wl-mule.el (wl-draft-key-setup): Ditto.
7333
7334         * wl-xmas.el (wl-draft-key-setup): Ditto.
7335
7336         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7337         (wl-draft-std11-parse-addresses): New function.
7338         (wl-draft-parse-mailbox-list): Use it.
7339         (wl-draft): Ignore nemacs.
7340         (wl-draft-reedit): Ditto.
7341
7342         * wl-addrmgr.el: New file.
7343         (Original is wl-rcpt.el written by
7344         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7345         Thanks Kitamoto-san.)
7346
7347         * wl-address.el (wl-address-make-address-list): Modified parsing
7348         process.
7349         (wl-address-delete): Renamed from `wl-address-petname-delete';
7350         Modify wl-address-list too.
7351         (wl-address-add-or-change): Renamed from
7352         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7353
7354 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7355
7356         * wl-highlight.el (wl-highlight-summary-current-line):
7357           Work with transient-mark-mode
7358
7359 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7360
7361         * Version number is increased to 2.7.2.
7362
7363         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7364         instead of elmo-dop-queue-method.
7365
7366 2001-08-06  SAITO Atsunori <sai@yedo.com>
7367
7368         * wl-vars.el (wl-ldap-objectclass): New user option.
7369
7370         * wl-address.el (wl-ldap-make-filter): Use it.
7371
7372 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7373
7374         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7375
7376 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7377
7378         * wl-folder.el (wl-folder): redisplay after folder insertion.
7379
7380         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7381
7382         * wl-summary.el (wl-summary-sync-update):
7383         Change status mark only when new-msgdb exists.
7384         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7385
7386 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7387
7388         * wl-summary.el (wl-summary-open-folder): New function.
7389         (wl-summary-goto-folder-subr): Use it.
7390         (wl-summary-mark-as-important): Fix;
7391         Encache only when no cache exists.
7392
7393 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7394
7395         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7396         Use with-current-buffer.
7397
7398 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7399
7400         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7401         before call `get-buffer'. Fixed parenthesis.
7402         (wl-score-get-header-entry): Clear message and help window when
7403         keyboard quit.
7404         (wl-score-edit-insert-header): Ditto.
7405
7406 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7407
7408         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7409         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7410         (wl-default-draft-cite): Fix.
7411
7412         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7413         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7414
7415 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7416
7417         * wl-message.el (wl-message-prev-page): Do same bahavior
7418         as summary when it is called in the message buffer.
7419         (wl-message-next-page): Ditto.
7420
7421 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7422
7423         * wl-summary.el (wl-summary-forward): Use cache if it is not
7424         section cache.
7425
7426 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7427
7428         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7429         Removed redundant require of elmo-vars.
7430         (wl-biff-state-indicator-on): Changed default value for
7431         xemacs with non-mule environment.
7432
7433         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7434         wl-message-buffer is nil;
7435         Hide progress bar after moving messages.
7436
7437 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7438
7439         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7440         message at cursor point is deleted.
7441
7442 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7443
7444         * wl-vars.el: Changed file coding system to euc-japan.
7445         Added -*-coding:-*- magic to the first line.
7446
7447         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7448         Search parent from the first message.
7449
7450         * Version number is increased to 2.7.1.
7451
7452 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7453
7454         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7455
7456 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7457
7458         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7459         refile/delete execution.
7460
7461         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7462         Fixed docstring.
7463
7464 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7465
7466         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7467         do update process;
7468         Don't update marks when update process is interrupted.
7469
7470 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7471
7472         * wl-summary.el (wl-summary-reply): Fixed problem when
7473         wl-draft-use-frame is non-nil.
7474         (wl-summary-forward): Ditto.
7475
7476         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7477         as nil.
7478         (wl-folder-mark-as-read-all-entity): Ditto.
7479         (wl-folder-prefetch-entity): Ditto.
7480
7481         * wl.el (wl): Check environment before wl-init.
7482
7483         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7484         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7485         instead of wl-summary-collect-unread.
7486         (wl-summary-reply): Split message window.
7487
7488 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7489
7490         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7491         only if current language environment is japanese,
7492
7493         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7494         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7495         (wl-folder-goto-folder-subr): Ditto.
7496
7497         * wl-draft.el (wl-draft-dispatch-message): Call
7498         `elmo-file-cache-get-path'.
7499
7500 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7501
7502         * wl-summary.el (wl-summary-cursor-move): If return value of
7503         wl-summary-next-message is not number, don't jump.
7504
7505 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7506
7507         * wl-summary.el (wl-summary-buffer-next-message-function): New
7508         variable.
7509         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7510         if it is bound.
7511
7512         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7513         string.
7514
7515         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7516         (wl-plugged-drawing): Ditto.
7517
7518 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7519
7520         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7521         process.
7522         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7523         with unwind-protect.
7524
7525         * wl.el (wl-init): Require mime-setup.
7526         (wl-check-environment): Don't require mime-setup.
7527
7528         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7529         instead of elmo-folder-type.
7530
7531         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7532         value as nil.
7533
7534 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7535
7536         * Version number is increased to 2.7.0.
7537
7538         * wl-version.el (wl-version): Changed codename.
7539
7540         * wl-summary.el (wl-summary-delete-cache): Fixed.
7541
7542         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7543         Workaround for net folders.
7544         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7545
7546         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7547         value to nil (According to the patch from
7548         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7549
7550         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7551         of elmo-folder-close.
7552
7553 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7554
7555         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7556         for postfix.
7557
7558 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7559
7560         * wl-summary.el (wl-summary-resend-message): Fixed.
7561
7562         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7563         Call wl-draft with `from' argument if its address is included in
7564         `wl-user-mail-address-list'.
7565         (wl-draft): Added `from' argument.
7566
7567         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7568         non-nil.
7569         (wl): Don't show demo if wl-demo is nil.
7570
7571         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7572         wl-summary-use-frame.
7573
7574         * wl-vars.el (wl-summary-use-frame): New user option.
7575         (wl-folder-use-frame): Changed docstring.
7576
7577         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7578         non-nil.
7579         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7580         wl-summary-use-frame.
7581
7582         * wl-vars.el (wl-folder-use-frame): New user option.
7583
7584         * wl-summary.el (wl-summary-exit): Back to folder frame if
7585         wl-folder-use-frame is non-nil.
7586         (wl-summary-redisplay-internal): Ignore cache if current folder
7587         is draft folder,
7588         (wl-summary-redisplay-no-mime): Ditto.
7589         (wl-summary-redisplay-all-header): Ditto.
7590
7591         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7592         if wl-folder-use-frame is non-nil.
7593
7594 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7595
7596         * wl-summary.el (wl-summary-sync-update): Bind
7597         elmo-folder-update-threshold.
7598         (wl-summary-mark-as-important): Enclosed server mark processing
7599         with `save-match-data'.
7600
7601         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7602         only when it is already defined.
7603
7604 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7605
7606         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7607         name of folder exclude localdir is wrong.
7608         * wl-folder.el (wl-folder-sync-entity):
7609         Set `wl-summary-always-sticky-folder-list' as nil.
7610         (wl-folder-mark-as-read-all-entity): Ditto.
7611         (wl-folder-prefetch-entity): Ditto.
7612
7613 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7614
7615         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7616         instead of `wl-summary-write-current-newsgroup'.
7617
7618 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7619
7620         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7621         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7622         non-nil and selected message is important, do not display.
7623
7624 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7625
7626         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7627
7628 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7629
7630         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7631
7632         * wl-summary.el (wl-summary-mark-as-important): Set message number
7633         using wl-summary-message-number.
7634
7635 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7636
7637         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7638         destination folder is 'null.
7639
7640 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7641
7642         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7643         New function.
7644         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7645         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7646         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7647
7648 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7649
7650         * wl-mime.el (wl-mime-setup): Added setting for
7651         `mime-setup-signature-key-alist' to avoid overriding key bind for
7652         `wl-draft-send'.
7653
7654         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7655         for `wl-draft-send'.
7656         * wl-mule.el (wl-draft-overload-functions): Ditto.
7657         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7658         * wl-draft.el (wl-draft-send): Ditto.
7659
7660         * wl-message.el (wl-message-display-internal):
7661         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7662         (Patch is provided by <kita@coe.nttdata.co.jp>).
7663
7664 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7665
7666         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7667
7668 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7669
7670         * wl.el (wl): Fix for wl-demo.
7671
7672 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7673
7674         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7675
7676 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7677
7678         * wl-folder.el (wl-folder-prefetch-entity): Use
7679         `wl-folder-get-elmo-folder'.
7680         (wl-folder-count-incorporates): Do not use
7681         `wl-folder-get-elmo-folder'.
7682
7683 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7684
7685         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7686         instead of `elmo-folder-get-type'.
7687
7688 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7689
7690         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7691         position on Subject: field.
7692         (Advised by Mito <mit@nines.nec.co.jp>)
7693
7694 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7695
7696         * wl-folder.el (wl-folder-prefetch-entity): Use
7697         `wl-folder-get-elmo-folder'.
7698
7699 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7700
7701         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7702
7703         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7704         `process-duplicates' slot.
7705
7706         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7707         if detection failed.
7708
7709 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7710
7711         * wl-version.el (wl-version-status): Set to "alpha".
7712
7713 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7714
7715         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7716         Check wl-message-buffer lives before set-buffer.
7717
7718 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7719
7720         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7721         called in folder mode.
7722         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7723         * wl-summary.el (wl-summary-exit-pre-hook): Run
7724         `wl-summary-exit-pre-hook' before exit summary mode.
7725
7726 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7727
7728         * wl-version.el (wl-version-status): New variable.
7729         (wl-version-status-alist): Removed.
7730         (wl-version-status): Rule included.
7731
7732 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7733
7734         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7735         @sponichi.
7736
7737         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7738         when `mail-reply-buffer' is buffer-local variable.
7739         (Reported by <kita@coe.nttdata.co.jp>).
7740
7741 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7742
7743         * wl-vars.el (toplevel): Require 'elmo-util.
7744
7745 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7746
7747         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7748         (All other related portions are changed)
7749
7750         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7751
7752         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7753
7754 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7755
7756         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7757
7758 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7759
7760         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7761         Delete other windows to avoid an error.
7762         Use `point-marker' instead of `point' to remember the start point
7763         of body.
7764
7765         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7766
7767         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7768         number not to exceed all message number.
7769
7770 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7771
7772         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7773         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7774
7775 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7776
7777         * wl-summary.el (wl-summary-sync-force-update): Added argument
7778         no-check.
7779         (wl-summary-sync-update): Ditto.
7780         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7781         with `no-check'.
7782
7783         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7784         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7785         already running.
7786
7787 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7788
7789         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7790         `dst-folder-arg'.
7791         (wl-expire-archive-number1): Diito.
7792         (wl-expire-archive-number2): Diito.
7793         (wl-expire-archive-Date): Diito.
7794         (wl-archive-number1): Diito.
7795         (wl-archive-number2): Diito.
7796         (wl-archive-date): Diito.
7797         (wl-archive-folder-p): New function.
7798         (wl-summary-expire): Support of expand folder name at
7799         wl-expire-alist.
7800         * wl-util.el (wl-expand-newtext): Renamed from
7801         `wl-refile-expand-newtext'.
7802
7803 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7804
7805         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7806         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7807         `(elmo-msgdb-get-overview msgdb)'.
7808         (wl-summary-prefetch): Bind match data before call
7809         `wl-summay-prefetch-msg'.
7810         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7811         'off if `wl-summary-buffer-disp-msg' is non-nil.
7812         Fixed problem that couldn't show only one new or unread message when
7813         enter folder.
7814         (wl-summary-reply): Don't call `split-window-vertically' and other
7815         window.
7816
7817 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7818
7819         * wl-expire.el (wl-expire-refile): Fixed.
7820
7821 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7822
7823         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7824
7825         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7826         biff notification is removed.
7827
7828         * wl.el (wl): Changed position of `elmo-init'.
7829
7830         * wl-draft.el (wl-default-draft-cite): Use date field
7831         on the citation buffer.
7832
7833         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7834
7835         * wl-xmas.el (wl-folder-internal-icon-list): Added
7836         `wl-folder-shimbun-image'.
7837
7838         * wl-e21.el (wl-folder-internal-icon-list): Added
7839         `wl-folder-shimbun-image'.
7840
7841 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7842
7843         * wl.el (wl-init): Eliminated argument.
7844         (wl): Rewrite.
7845
7846         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7847         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7848         instead of `elmo-folder-msgdb-internal'.
7849         (wl-summary-sync-update): Ditto.
7850         (wl-summary-flush-pending-append-operations): Eliminated.
7851         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7852         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7853         `elmo-folder-open'.
7854
7855         * wl-mime.el (wl-summary-burst): Fixed.
7856
7857         * wl-folder.el (wl-folder-info-save): Check data type.
7858
7859         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7860         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7861         instead of `elmo-folder-msgdb-internal'.
7862         (wl-expire-hide): Ditto.
7863
7864
7865         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7866
7867 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7868
7869         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7870
7871 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7872
7873         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7874
7875 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7876
7877         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7878         Fixed `match-beginning' argument mismatch.
7879
7880 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7881
7882         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7883         the default value.
7884
7885 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7886
7887         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7888         instead of `elmo-nntp-default-port'.
7889
7890         * wl-vars.el: Fixed some doc strings.
7891
7892 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7893
7894         * wl-summary.el (wl-summary-prefetch-msg): Use
7895         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7896
7897         * wl-vars.el: Define *-func as obsolete variable using
7898         `elmo-define-obsolete-variable'.
7899
7900         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7901         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7902         instead of `wl-message-buffer-prefetch-threshold'.
7903
7904         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7905
7906         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7907
7908         * wl-draft.el (wl-caesar-region-func): Ditto.
7909
7910         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7911         Keep unread status in elmo-folder-move-messages.
7912         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7913
7914 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7915
7916         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7917         `wl-summary-buffer-exit-func'
7918         (wl-summary-buffer-message-redisplay-function): Renamed from
7919         `wl-summary-buffer-message-redisplay-func'
7920         (wl-summary-buffer-next-folder-function): Renamed from
7921         `wl-summary-buffer-next-folder-func'.
7922         (wl-summary-buffer-prev-folder-function): Renamed from
7923         `wl-summary-buffer-prev-folder-func'.
7924         (wl-summary-get-petname-function): Renamed from
7925         `wl-summary-get-petname-func'.
7926
7927         * wl-score.el (wl-score-edit-exit-function): Renamed from
7928         `wl-score-edit-exit-func'.
7929
7930         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7931         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7932
7933         * wl-util.el (wl-load-profile-function): Renamed from
7934         `wl-load-profile-func'.
7935
7936         * wl-folder.el (wl-folder-completion-function): Renamed from
7937         `wl-folder-completion-func'.
7938         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7939
7940         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7941         `wl-expire-archive-get-folder-func'.
7942         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7943         (wl-draft-send-mail-function): Renamed from
7944         `wl-draft-send-mail-func'.
7945         (wl-draft-send-news-function): Renamed from
7946         `wl-draft-send-news-func'.
7947         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7948         (wl-generate-mailer-string-function): Renamed from
7949         `wl-generate-mailer-string-func'.
7950         (wl-highlight-signature-search-function): Renamed from
7951         `wl-highlight-signature-search-func'.
7952         (wl-highlight-x-face-function): Renamed from
7953         `wl-highlight-x-face-func'
7954         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7955         (wl-ps-print-buffer-function): Renamed from
7956         `wl-ps-print-buffer-func'
7957         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7958         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7959         (wl-summary-subject-filter-function): Renamed from
7960         `wl-summary-subject-filter-func'.
7961
7962         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7963         `wl-draft-queue-flush-send-func'
7964         (wl-draft-cite-function): Renamed from
7965         `wl-draft-cite-func'
7966
7967         * wl-address.el (wl-address-init-function): Renamed from
7968         `wl-address-init-func'.
7969
7970 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7971
7972         * wl-draft.el (wl-draft-queue-flush): Don't call
7973         `elmo-dop-unlock-message'.
7974         * wl-draft.el (wl-draft-queue-append): Don't call
7975         `elmo-dop-lock-message'.
7976
7977         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7978         (wl-summary-buffer-folder-name): Ditto.
7979         (wl-summary-message-regexp): Added '-' (all other related portions
7980         are changed).
7981         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7982         wl-summary-buffer-folder-name.
7983
7984 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7985
7986         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7987         the number of mails in the folder buffer is not updated by wl-biff.
7988
7989 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7990
7991         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7992         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7993
7994 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7995
7996         * wl-summary.el (wl-summary-next-message):
7997         Return next message number when wl-summary-move-order is nil.
7998
7999 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8000
8001         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8002         `wl-summary-move-spec-alist'.
8003         (wl-summary-move-spec-unplugged-alist): New variable
8004         (Move spec for unplugged status).
8005         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8006         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8007
8008 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8009
8010         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8011         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8012
8013 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8014
8015         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8016         simple quotation to quote the anonymous function.
8017         * tm-wl.el (wl-draft-preview-message): Ditto.
8018
8019 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8020
8021         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8022         Eliminate redundant `save-excursion'.
8023         (wl-highlight-summary-current-line): Ditto.
8024
8025         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8026         accessing match data when `looking-at' failed.
8027
8028         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8029         `elmo-match-string' where users don't care about the speed.
8030         (wl-draft-save): Ditto.
8031
8032 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8033
8034         * wl-util.el (wl-regexp-opt): New function.
8035
8036         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8037         number from `wl-summary-buffer-number-list'.
8038         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8039         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8040         (wl-summary-move-spec-alist): Changed default setting.
8041
8042 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8043
8044         * wl-vars.el (wl-biff-notify-hook): New hook.
8045         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8046         the arrival of new mail.
8047         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8048         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8049
8050 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8051
8052         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8053
8054 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8055
8056         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8057
8058         * Version number is increased to 2.5.8.
8059
8060         * wl-thread.el (toplevel): require 'cl.
8061         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8062         (wl-thread-make-number-list): New function.
8063         (wl-thread-entity-make-number-list-from-children): Ditto.
8064         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8065         (wl-thread-entity-insert-as-children): Likewise.
8066         (wl-thread-delete-message): Likewise.
8067         (wl-meaning-of-mark): Eliminated.
8068         (wl-thread-next-failure-mark-p): Ditto.
8069         (wl-thread-entity-get-mark): Ditto.
8070         (wl-thread-meaning-alist-get-result): Ditto.
8071         (wl-thread-entity-check-prev-mark): Ditto.
8072         (wl-thread-entity-check-next-mark): Ditto.
8073         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8074         (wl-thread-entity-get-prev-marked-entity): Ditto.
8075         (wl-thread-get-prev-unread): Ditto.
8076         (wl-thread-jump-to-prev-unread): Ditto.
8077         (wl-thread-get-next-unread): Ditto.
8078         (wl-thread-jump-to-next-unread): Ditto.
8079         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8080         (wl-thread-entity-get-next-marked-entity): Ditto.
8081
8082         * wl-summary.el (wl-summary-buffer-number-list):
8083         New bufer-local variable.
8084         (wl-summary-switch-to-clone-buffer): Clone
8085         `wl-summary-buffer-number-list'.
8086         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8087         (wl-summary-cursor-move-regex): Eliminated.
8088         (wl-summary-cursor-up): Rewrite.
8089         (wl-summary-cursor-down): Ditto.
8090         (wl-summary-mode-spec-alist): New variable.
8091         (wl-summary-next-message): New inline function.
8092         (wl-summary-cursor-move): New function.
8093         (wl-summary-default-get-next-msg): Rewrite.
8094         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8095         (wl-summary-rescan): Ditto.
8096         (wl-summary-sync-all-init): Ditto.
8097         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8098         summary is not thread view.
8099         (wl-summary-sync-update): Ditto.
8100         (wl-summary-rescan): Ditto.
8101         (wl-summary-make-number-list): New function.
8102
8103         * wl-draft.el: "FCC" -> "Fcc".
8104
8105 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8106
8107         * wl-highlight.el (wl-highlight-summary-window):
8108         Call `set-buffer-modified-p'.
8109
8110         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8111         (wl): Call `elmo-init' and fix.
8112
8113         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8114         Use new variables.
8115
8116         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8117
8118 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8119
8120         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8121
8122 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8123
8124         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8125
8126 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8127
8128         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8129         `wl-use-toolbar' nor `display-graphic-p'.
8130         (wl-e21-setup-message-toolbar): Ditto.
8131         (wl-e21-setup-summary-toolbar): Ditto.
8132         (wl-e21-setup-folder-toolbar): Ditto.
8133
8134         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8135         (wl-plugged-init-icons): Ditto.
8136
8137         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8138         `display-graphic-p'.
8139         (wl-plugged-set-folder-icon): Ditto.
8140         (wl-highlight-plugged-current-line): Ditto.
8141         (wl-highlight-folder-current-line): Ditto.
8142         (wl-e21-highlight-folder-group-line): Ditto.
8143         (wl-e21-setup-toolbar): Ditto.
8144         (wl-e21-display-image-p): New macro.
8145
8146         * wl-demo.el (wl-demo): Simplified.
8147         (wl-demo-image-type-alist): Use `image-type-available-p' for
8148         checking whether the image type `xbm' is available.
8149
8150 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8151
8152         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8153         (wl-summary-input-range): Ditto.
8154
8155 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8156
8157         * wl-summary.el (wl-summary-edit-addresses): Use
8158         `wl-summary-get-original-buffer'
8159         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8160         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8161         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8162         (wl-summary-get-newsgroups): Eliminated.
8163         (wl-summary-set-crosspost): Ditto.
8164         (wl-summary-is-crosspost-folder): Ditto.
8165         (wl-crosspost-alist-load): Ditto.
8166         (wl-crosspost-alist-save): Ditto.
8167
8168         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8169         `elmo-setup-subscribed-newsgroups' instead of
8170         `elmo-nntp-make-groups-hashtb'.
8171         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8172         instead of `wl-crosspost-alist-save'.
8173
8174         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8175         of `elmo-folder-message-appendable-p'.
8176         (wl-mime-header-presentation-method): Eliminated.
8177
8178         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8179         (Error occurs in emacs21).
8180
8181         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8182         the current buffer).
8183
8184         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8185         instead of `wl-crosspost-alist-save'.
8186         (wl-init): `elmo-crosspost-message-alist-load'
8187         instead of `wl-crosspost-alist-load'
8188
8189         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8190         (wl-parse-newsgroups): Likewise.
8191         (wl-biff-notify): Run `wl-biff-notify-hook'.
8192
8193 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8194
8195         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8196
8197         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8198         when `wl-summary-lazy-highlight' is non-nil.
8199         (wl-summary-goto-folder-subr): Highlight only when
8200         `wl-summary-lazy-highlight' is non-nil.
8201
8202         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8203         Don't display progress and highlight temp-mark when
8204         `wl-summary-lazy-highlight' is non-nil.
8205         (wl-highlight-summary-window): New function.
8206         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8207
8208 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8209
8210         * wl-summary.el (wl-summary-sync): Change `all-visible'
8211         from `all-shown'
8212         (wl-summary-input-range): Ditto.
8213
8214 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8215
8216         * wl-e21.el (wl-highlight-folder-current-line): Call
8217         `wl-folder-init-icons' when folder icons have not been initialized.
8218
8219         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8220
8221         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8222         (wl-demo-image-type-alist): New macro.
8223
8224 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8225
8226         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8227         display does not support graphics.
8228         (wl-plugged-init-icons): Ditto.
8229         (wl-folder-init-icons): Ditto.
8230
8231         * wl-demo.el (wl-demo): Chech closely whether the display
8232         supports graphics.
8233
8234 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8235
8236         * wl-summary.el (wl-summary-get-original-buffer): New function.
8237         (wl-summary-set-crosspost): Use it.
8238         (wl-summary-target-mark-uudecode): Ditto.
8239         (wl-summary-reedit): Ditto.
8240         (wl-summary-resend-bounced-mail): Ditto.
8241         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8242         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8243
8244         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8245         (wl-message-display-internal): Ditto.
8246
8247 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8248
8249         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8250
8251 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8252
8253         * wl-summary.el (wl-summary-save-view): Renamed from
8254         `wl-summary-save-status'.
8255
8256 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8257
8258         * wl-summary.el (wl-summary-sync): Added `all-shown'
8259
8260 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8261
8262         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8263
8264 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8265
8266         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8267
8268 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8269
8270         * wl-highlight.el (wl-highlight-summary-line-string): Use
8271         `zerop' instead of `= 0'.
8272         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8273
8274         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8275         for comparing numbers.
8276         (wl-template-prev): Use `zerop' instead of `eq 0'.
8277
8278         * wl-draft.el (wl-draft-insert-current-message): Use
8279         `with-current-buffer' instead of `save-excursion'.
8280         Use `zerop' instead of `eq 0'.
8281
8282 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8283
8284         * wl-draft.el (wl-draft-insert-ccs): New function.
8285         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8286         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8287
8288 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8289
8290         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8291
8292 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8293
8294         * wl-expire.el (wl-expire-refile): Don't call
8295         elmo-msgdb-add-msgs-to-seen-list;
8296         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8297         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8298
8299 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8300
8301         * wl-message.el (wl-message-prev-page): Ignore errors while
8302         scroll-down.
8303
8304 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8305
8306         * wl-mime.el: Use elmo-original-message-mode instead of
8307         mmelmo-original-mode.
8308
8309         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8310         `elmo-folder-get-spec';
8311         (wl-fldmgr-add-completion-all-completions):
8312         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8313
8314         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8315         of `elmo-folder-get-type'.
8316
8317         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8318         `elmo-folder-get-spec';
8319         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8320         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8321         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8322         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8323         `elmo-read-msg-no-cache';
8324         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8325         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8326         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8327         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8328         `elmo-cache-save';
8329         (wl-draft-reedit): Use `elmo-message-file-name'.
8330
8331         * wl-expire.el: Use `elmo-folder-name-internal';
8332         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8333         Use macro `wl-summary-buffer-msgdb' instead of variable
8334         `wl-summary-buffer-msgdb';
8335         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8336         Use macro `wl-summary-buffer-folder-name' instead of variable
8337         `wl-summary-buffer-folder-name'.
8338         * wl-score.el: Likewise.
8339
8340         * wl-message.el: Rewrite for new message buffer cache mechanism.
8341         (wl-message-buffer-cache-buffer-get): New macro.
8342         (wl-message-buffer-cache-folder-get): Ditto.
8343         (wl-message-buffer-cache-message-get): Ditto.
8344         (wl-message-buffer-cache-entry-make): Ditto.
8345         (wl-message-buffer-cache-hit): Ditto.
8346         (wl-message-buffer-cache-sort): New function.
8347         (wl-message-buffer-cache-add): Ditto.
8348         (wl-message-buffer-cache-delete): Ditto.
8349         (wl-message-buffer-cache-clean-up): Ditto.
8350         (wl-message-buffer-window): Rewrite.
8351         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8352         (wl-message-buffer-display): New function.
8353         (wl-message-display-internal): New function.
8354
8355 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8356
8357         * wl-folder.el: Use `elmo-folder-name-internal';
8358         Use `wl-folder-get-elmo-folder';
8359         Use `elmo-folder-list-messages' instead of
8360         `elmo-list-folder';
8361         Use `elmo-folder-get-primitive-list' instead of
8362         `elmo-folder-get-primitive-spec-list';
8363         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8364         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8365         Use `elmo-folder-create' instead of `elmo-create-folder'.
8366         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8367         (wl-folder-get-elmo-folder): New macro.
8368         (wl-folder-elmo-folder-cache-get): Ditto.
8369         (wl-folder-elmo-folder-cache-put): Ditto.
8370         (wl-folder-suspend): Call `elmo-quit'.
8371
8372         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8373         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8374         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8375         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8376         (toplevel): require 'cl.
8377         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8378
8379         * wl-summary.el: Rewrite to use new elmo interface.
8380
8381 \f
8382 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8383
8384         * wl-mime.el (wl-draft-preview-message):
8385         Run `wl-draft-send-hook' before collecting recipients information;
8386         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8387
8388         * tm-wl.el (wl-draft-preview-message): Ditto.
8389
8390 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8391
8392         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8393         wrong recipients are displayed when forwarded message.
8394
8395 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8396
8397         * Version number is increased to 2.5.7.
8398
8399 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8400
8401         * wl-message.el (wl-message-next-page): Bind
8402         `window-pixel-scroll-increment' to nil while scrolling up.
8403
8404 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8405
8406         * wl-vars.el (wl-save-hook): New hook.
8407         * wl.el (wl-save): Call `wl-save-hook'.
8408
8409 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8410
8411         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8412         Argument WITH-ARG instead of NO-ARG (negative mean).
8413         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8414         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8415         * wl-message.el (wl-message-follow-current-entity): Likewise.
8416
8417 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8418
8419         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8420         FROM was optional argument.
8421         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8422
8423 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8424
8425         * Version number is increased to 2.5.6.
8426
8427 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8428
8429         * wl-version.el (wl-version-show): Removed.
8430         (wl-version): Add `interactive'.
8431
8432 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8433
8434         * wl-summary.el (wl-summary-get-petname-func): New variable.
8435         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8436         instead of `wl-address-get-petname-1'.
8437         (wl-summary-simple-from): Ditto.
8438
8439         * wl-address.el (wl-address-get-petname-1): Define as function.
8440
8441 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8442
8443         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8444         field in the original message.
8445         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8446
8447 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8448
8449         * wl-expire.el (wl-expire-hide):
8450         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8451
8452 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8453
8454         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8455         find decoder for To, Cc, and Subject.
8456
8457 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8458
8459         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8460         for checking `elmo-use-buffer-cache'.
8461         (wl-summary-mark-as-important): Fixed typo in comment.
8462
8463 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8464
8465         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8466         field in the original message.
8467         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8468
8469 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8470
8471         * wl-expire.el (wl-expire-hide):
8472         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8473
8474 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8475
8476         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8477         find decoder for To, Cc, and Subject.
8478
8479 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8480
8481         * Version number is increased to 2.5.5.
8482
8483         * wl-address.el (wl-address-specials-regexp): New constant.
8484         (wl-address-quote-specials): Use it.
8485
8486 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8487
8488         * wl-summary.el (wl-summary-rescan):
8489         Call `wl-summary-buffer-number-column-detect'.
8490         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8491
8492         * wl-message.el (wl-message-mode-map): Define.
8493         (wl-message-decode): Use it as local-map.
8494
8495 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8496
8497         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8498         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8499
8500 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8501
8502         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8503
8504         * wl-mule.el (wl-read-event-char): Ditto.
8505
8506         * wl-e21.el (wl-read-event-char): Ditto.
8507
8508         * wl-nemacs.el (wl-read-event-char): Ditto.
8509         (read-event): Removed.
8510
8511         * wl-util.el (toplevel): Removed dummy definition of
8512         `read-event'.
8513         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8514
8515 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8516
8517         * wl-nemacs.el (elmo-archive-call-process): Moved to
8518         elmo-archive.el.
8519
8520 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8521
8522         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8523         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8524
8525         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8526         instead of magic-number 6.  Use `not' instead of `null' for symbol
8527         `nil' check (not empty list).
8528         (wl-draft-insert-x-face-field): Fixed paren style.
8529
8530         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8531         one-branch conditional statement, instead of `and' and `if'.
8532         (wl-draft-forward): Likewise.
8533         (wl-draft-add-references): Likewise.
8534         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8535
8536         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8537         conditional steatment.  Use `cond' instead of `if'.
8538         (wl-draft-confirm): Likewise.
8539
8540 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8541
8542         * wl-version.el (wl-version-show): Use `product-string-1'
8543         instead of `wl-version'.
8544         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8545
8546         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8547
8548 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8549
8550         * wl-highlight.el (wl-highlight-headers): Revert
8551         `wl-highlight-x-face-func' argument (`beg' and `end').
8552
8553 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8554
8555         * wl.el (toplevel): Move `product-provide' declare.
8556         * wl-demo.el (toplevel): Ditto.
8557         * wl-dnd.el (toplevel): Ditto.
8558         * wl-highlight.el (toplevel): Ditto.
8559         * wl-message.el (toplevel): Ditto.
8560         * wl-refile.el (toplevel): Ditto.
8561         * wl-util.el (toplevel): Ditto.
8562
8563 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8564
8565         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8566         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8567         (wl-thread-close-all): keep cursor position.
8568
8569 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8570
8571         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8572         (eq x 0).
8573         (wl-generate-user-agent-string-1): Fix conditional statement.
8574
8575 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8576
8577         * wl.el (wl-check-environment): Additional check for
8578         'wl-local-domain' and `wl-message-id-domain'.
8579
8580 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8581
8582         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8583
8584 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8585
8586         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8587         instead of `smtp-sasl-user-realm'.
8588
8589 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8590
8591         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8592
8593 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8594
8595         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8596         to the default value as well as `eword-lexical-analyzer'.
8597
8598 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8599
8600         * wl-version.el (wl-extended-emacs-version,
8601         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8602         `elmo-match-string' instead of `wl-match-string'.
8603
8604 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8605
8606         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8607         docstring.
8608
8609 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8610
8611         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8612
8613 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8614
8615         * wl-highlight.el (wl-highlight-headers): Remove
8616         `wl-highlight-x-face-func' argument (`beg' and `end').
8617
8618 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8619
8620         * wl-summary.el (wl-summary-mark-as-important):
8621         Remove cache if folder is local.
8622
8623 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8624
8625         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8626         to get existing e-mail address string.
8627
8628 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8629
8630         * wl-version.el (wl-generate-user-agent-string): Commentary.
8631         (wl-generate-user-agent-string-1): Use `when' for
8632         one-branch conditional statement, instead of `and' and `if'.
8633         (wl-extended-emacs-version, wl-extended-emacs-version2,
8634         wl-extended-emacs-version3): Ditto.
8635
8636 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8637
8638         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8639         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8640         condition-case; Remove initialization.
8641         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8642         (wl-summary-sync-update3): Added argument `sync-all';
8643         Eliminated local variable `msgdb';
8644         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8645         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8646         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8647
8648 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8649
8650         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8651         connection before call `wl-draft-send-mail-with-smtp'.
8652
8653 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8654
8655         * Version number is increased to 2.5.4.
8656
8657 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8658
8659         * wl.el (wl-check-environment): Additional check for
8660         'wl-local-domain' and `wl-message-id-domain'.
8661
8662 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8663
8664         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8665         buffer as command specific.
8666         (wl-folder-mark-as-read-all-entity): Ditto.
8667         (wl-folder-prefetch-entity): Ditto.
8668         (wl-folder-drop-unsync-entity): Ditto.
8669
8670         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8671         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8672         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8673
8674         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8675         save-excursion.
8676
8677 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8678
8679         * Version number is increased to 2.5.3.
8680
8681         * wl-summary.el (wl-summary-save-view-cache):
8682         Delete duplicated `write-region';
8683         Use `write-region-as-binary' instead of `as-binary-output-file' and
8684         `write-region'.
8685
8686 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8687
8688         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8689
8690 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8691
8692         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8693         instead of `smtp-via-smtp'.
8694
8695 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8696
8697         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8698
8699 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8700
8701         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8702         instead of `smtp-sasl-user-realm'.
8703
8704 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8705
8706         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8707
8708 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8709
8710         * Version number is increased to 2.5.2.
8711
8712 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8713
8714         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8715         does not exist.
8716         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8717         (wl-biff-start): Call `timer-activate' if timer already exists.
8718
8719         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8720         only when it is bound as function.
8721
8722 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8723
8724         * Version number is increased to 2.5.1.
8725
8726 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8727
8728         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8729         Print refile/copy destination.
8730
8731 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8732
8733         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8734         queue-flush-only is non-nil.
8735
8736         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8737
8738         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8739         checking cache folder.
8740
8741 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8742
8743         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8744         `regexp-quote'.
8745
8746 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8747
8748         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8749         function.
8750         * wl-summary.el (wl-summary-write-current-folder-functions):
8751         Change default value.  Use it.
8752
8753 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8754
8755         * Version number is increased to 2.5.0.
8756
8757         * wl-version.el (wl-version): Changed codename.
8758
8759 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8760
8761         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8762         (wl-summary-supersedes-message): Ditto.
8763
8764 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8765
8766         * wl-refile.el (wl-refile-guess-functions): Renamed from
8767         `wl-refile-guess-func-list'.
8768
8769 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8770
8771         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8772         Fixed problem when no rule was matched.
8773
8774 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8775
8776         * wl-summary.el (wl-summary-get-mark): Fixed
8777         `wl-summary-buffer-target-mark' check logic.
8778
8779 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8780
8781         * wl-folder.el (wl-folder-write-current-folder): Added group
8782         folder check.
8783
8784         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8785         `wl-summary-write-current-newsgroup'.
8786         (wl-summary-write-current-folder-functions): New variable.
8787         * wl-folder.el (wl-folder-get-newsgroups): New function.
8788         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8789         (wl-folder-write-current-folder): Renamed from
8790         `wl-folder-write-current-newsgroup'.
8791
8792 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8793
8794         * Version number is increased to 2.3.93.
8795
8796 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8797
8798         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8799         (wl-ldap-make-matched-value-list): Ditto.
8800         (wl-ldap-alias-safe-string): Split e-mail address.
8801
8802         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8803         petname folder default was selected.
8804         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8805         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8806
8807 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8808
8809         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8810         to `wl-draft-config-exec'.
8811
8812         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8813         instead of calling `wl-draft-config-exec';
8814         Process group-list and show recipients in minibuffer.
8815
8816         * tm-wl.el (wl-draft-preview-message): Ditto.
8817
8818 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8819
8820         * wl.el (toplevel): Added (C) to copyright notice, and
8821         sync Author header.
8822         * tm-wl.el (toplevel): Ditto.
8823         * wl-address.el (toplevel): Ditto.
8824         * wl-demo.el (toplevel): Ditto.
8825         * wl-dnd.el (toplevel): Ditto.
8826         * wl-draft.el (toplevel): Ditto.
8827         * wl-e21.el (toplevel): Ditto.
8828         * wl-expire.el (toplevel): Ditto.
8829         * wl-folder.el (toplevel): Ditto.
8830         * wl-highlight.el (toplevel): Ditto.
8831         * wl-message.el (toplevel): Ditto.
8832         * wl-mime.el (toplevel): Ditto.
8833         * wl-mule.el (toplevel): Ditto.
8834         * wl-nemacs.el (toplevel): Ditto.
8835         * wl-refile.el (toplevel): Ditto.
8836         * wl-score.el (toplevel): Ditto.
8837         * wl-summary.el (toplevel): Ditto.
8838         * wl-template.el (toplevel): Ditto.
8839         * wl-thread.el (toplevel): Ditto.
8840         * wl-util.el (toplevel): Ditto.
8841         * wl-vars.el (toplevel): Ditto.
8842         * wl-xmas.el (toplevel): Ditto.
8843
8844 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8845
8846         * wl.el (wl-init): Added comment about `wl-init-hook'.
8847         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8848         * wl-vars.el (wl-init-hook): Added docs.
8849         (wl-make-plugged-hook): Removed useless docs.
8850         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8851         * wl-xmas.el (toplevel): Ditto.
8852
8853 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8854
8855         * wl-address.el (toplevel): Fixed multiple Author header format.
8856         * wl-demo.el (toplevel): Ditto.
8857         * wl-draft.el (toplevel): Ditto.
8858         * wl-folder.el (toplevel): Ditto.
8859         * wl-summary.el (toplevel): Ditto.
8860         * wl-thread.el (toplevel): Ditto.
8861         * wl-util.el (toplevel): Ditto.
8862         * wl-vars.el (toplevel): Ditto.
8863         * wl-version.el (toplevel): Ditto.
8864         * wl-xmas.el (toplevel): Ditto.
8865         * wl.el (toplevel): Ditto.
8866
8867         * wl-version.el (toplevel): Added require `elmo-version' for
8868         `product-version-as-string'.
8869
8870 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8871
8872         * wl-vars.el (wl-draft-send-hook): Changed default value to
8873         '(wl-draft-config-exec).
8874
8875         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8876         explicitly.
8877         (wl-draft): Set `wl-draft-config-exec-flag' before running
8878         `wl-mail-setup-hook'.
8879
8880         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8881         `wl-biff-init-icons' to `wl-init-hook' instead of
8882         `wl-make-plugged-hook'.
8883         (Because if `wl-draft' command is invoked at first,
8884         they are not initialized)
8885         Updated copyright notice.
8886
8887         * wl-e21.el (toplevel): Ditto;
8888
8889         * wl-demo.el (toplevel): Updated copyright notice.
8890         * wl-address.el (toplevel): Ditto.
8891         * wl-draft.el (toplevel): Ditto.
8892         * wl-version.el (toplevel): Ditto.
8893         * wl-folder.el (toplevel): Ditto.
8894         * wl-summary.el (toplevel): Ditto.
8895         * wl-thread.el (toplevel): Ditto.
8896         * wl-util.el (toplevel): Ditto.
8897         * wl-vars.el (toplevel): Ditto.
8898         * wl.el (toplevel): Ditto.
8899
8900 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8901
8902         * wl-highlight.el (wl-highlight-message): Fixed problem of
8903         highlighting failure which occured when the last field contains
8904         multiple lines in the draft buffer.
8905
8906         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8907         `wl-biff-start' if plugged.
8908
8909         * wl-util.el (wl-biff-check-folder): New function.
8910         (wl-biff-check-folders): Don't set session name prefix.
8911         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8912         (wl-biff-check-folder-async): Ditto.
8913
8914         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8915         in email address.
8916
8917 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8918
8919         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8920
8921         * wl-draft.el (wl-draft-strip-subject-re): New function.
8922
8923         * wl-draft.el (wl-draft-reply): Use it.
8924
8925 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8926
8927         * wl-message.el (wl-mmelmo-message-redisplay): Use
8928         `mime-display-message' instead of `wl-mime-display-message'.
8929
8930         * wl-mime.el (toplevel): Removed compatibility workaround
8931         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8932         (wl-mime-display-message): Abolished.
8933         (wl-mime-entity-read-field): Ditto.
8934         (wl-mime-combine-message/partial-pieces): Use
8935         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8936
8937 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8938
8939         * wl-template.el: Doc fixes.
8940
8941 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8942
8943         * wl-e21.el (wl-message-overload-functions): Do nothing if
8944         `current-local-map' is not available.
8945         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8946
8947 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8948
8949         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8950         representation.
8951
8952         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8953         number.
8954         (wl-fldmgr-save-folders): Don't use `format' when insert
8955         `wl-fldmgr-folders-header'.
8956
8957 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8958
8959         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8960
8961 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8962
8963         * wl-highlight.el (wl-highlight-message):
8964         Use `std11-field-end' to detect end point of the header field.
8965         Refer `wl-highlight-max-header-size'.
8966
8967         * wl-vars.el (wl-highlight-max-header-size): New variable.
8968
8969         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8970
8971         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8972         Set `for-draft' argument of wl-highlight-headers.
8973         (wl-draft): Ditto.
8974         (wl-draft-reedit): Ditto.
8975         (wl-user-agent-compose-internal): Ditto.
8976
8977 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8978
8979         * wl-message.el (wl-message-add-button): Use overlay.
8980
8981 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8982
8983         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8984
8985         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8986         problem when group-list content is nothing.
8987         (Reported by Mito <mit@nines.nec.co.jp>)
8988
8989 2000-10-18  SAITO Atsunori <sai@yedo.com>
8990
8991         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8992
8993 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8994
8995         * tm-wl.el (toplevel): Use product-provide.
8996
8997 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8998
8999         * Version number is increased to 2.3.92.
9000
9001 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9002
9003         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9004         title text, use `display' property for left margin under Emacs 21.
9005
9006         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9007         properties.
9008         (wl-plugged-init-icons): Ditto.
9009
9010 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9011
9012         * wl.el (wl-save-status, wl-init): Remove last period in
9013         "...done." message.
9014         * tm-wl.el (wl-summary-burst): Ditto.
9015         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9016         wl-summary-resume-cache-status,
9017         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9018         wl-summary-sync-update3, wl-summary-highlight-msgs,
9019         wl-summary-flush-pending-append-operations,
9020         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9021         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9022         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9023         wl-thread-open-all): Ditto.
9024         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9025         * wl-mime.el (wl-summary-burst): Ditto.
9026         * wl-highlight.el (wl-highlight-summary): Ditto.
9027         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9028         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9029         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9030         * wl-address.el (wl-local-address-init): Ditto.
9031
9032 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9033
9034         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9035         `add-text-properties'.
9036         (wl-plugged-init-icons): Ditto.
9037         (wl-folder-init-icons): Use `propertize' instead of
9038         `put-text-property'.
9039         (wl-plugged-set-folder-icon): Ditto.
9040         (wl-e21-highlight-folder-group-line): Ditto.
9041
9042 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9043
9044         * wl-version.el (wl-version-status-alist): New variable.
9045         (wl-version-status): New function.
9046
9047         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9048         "Cc" part of the case "Reply-To".
9049
9050         * wl-draft.el (wl-draft-reply): Use result of
9051         `eword-extract-address-components'.
9052
9053         * wl-demo.el (wl-demo-icon-name): New constant.
9054         (wl-logo-xpm): Use it.
9055         (wl-logo-xbm): Ditto.
9056         (wl-logo-bitmap): Ditto.
9057
9058         * Version number is increased to 2.3.91.
9059
9060 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9061
9062         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9063         (wl-extended-emacs-version, wl-extended-emacs-version2,
9064         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9065         docstring.
9066
9067         * wl-version.el (wl-generate-user-agent-string-1): New function.
9068         (wl-generate-user-agent-string): Use it.
9069
9070         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9071         `mime-edit-insert-user-agent-field'.
9072         (wl-generate-user-agent-string): Check
9073         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9074
9075         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9076         instead of `if', when verbose case.
9077
9078 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9079
9080         * wl-expire.el (wl-summary-expire): Fix.
9081
9082 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9083
9084         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9085         and `elmo-lost+found-folder' if 'wl-draft.
9086         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9087
9088 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9089
9090         * wl-expire.el (wl-summary-expire): Change messages.
9091         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9092         `deleing-info' instead of "Deleting..."
9093
9094 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9095
9096         * wl-summary.el (wl-summary-refile-subr): Fix.
9097
9098 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9099
9100         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9101         if pipe folder.
9102
9103 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9104
9105         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9106
9107 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9108
9109         * wl-expire.el (wl-expire-hide): New function.
9110         (wl-summary-expire): Add `hide'.
9111
9112 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9113
9114         * wl-vars.el (wl-draft-reply-without-argument-list):
9115         Changed default value to consider `Reply-To:'.
9116         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9117
9118         * Version number is increased to 2.3.90.
9119
9120         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9121         elmo-imap4-get-session with unwind-protect.
9122         Don't cause error.
9123         (wl-summary-sync-marks): Don't check plugged nor folder type.
9124         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9125         (Always keep current buffer).
9126
9127 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9128
9129         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9130         Enclose with `save-excursion'.
9131
9132 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9133
9134         * wl-version.el (wl-version): Remove interactive.
9135
9136 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9137
9138         * wl-version.el (wl-generate-user-agent-string): Use
9139         `product-string-verbose' instead of `product-string-1'.
9140
9141 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9142
9143         * wl-vars.el (wl-draft-use-cache): New variable.
9144         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9145         if wl-draft-use-cache is non-nil.
9146
9147 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9148
9149         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9150         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9151
9152 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9153
9154         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9155         (wl-thread-msg-mark-as-unread): Ditto.
9156
9157         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9158         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9159         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9160         Don't set mark in summary if return value of `elmo-mark-as-read'
9161         is nil.
9162         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9163         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9164         instead of `wl-thread-msg-mark-as-read'.
9165         (wl-summary-mark-as-unread-region): Ditto.
9166         (wl-summary-target-mark-mark-as-read): Ditto.
9167
9168         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9169
9170 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9171
9172         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9173
9174         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9175
9176 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9177
9178         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9179         face.
9180
9181 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9182
9183         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9184         `running-xemacs'.
9185
9186 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9187
9188         * wl-version.el (toplevel): Use `product-version-as-string' for
9189         set verstion-string, if defined.
9190
9191         * wl-version.el (wl-version-show): Insert string at point, when
9192         call with argument.
9193
9194         * wl-version.el (wl-generate-user-agent-string): Use
9195         `product-string-1' instead of `wl-appname', `wl-version' and
9196         `wl-codename'.
9197
9198 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9199
9200         * wl-address.el (toplevel): Use product-provide.
9201         * wl-demo.el (toplevel): Ditto.
9202         * wl-dnd.el (toplevel): Ditto.
9203         * wl-draft.el (toplevel): Ditto.
9204         * wl-e21.el (toplevel): Ditto.
9205         * wl-expire.el (toplevel): Ditto.
9206         * wl-fldmgr.el (toplevel): Ditto.
9207         * wl-folder.el (toplevel): Ditto.
9208         * wl-highlight.el (toplevel): Ditto.
9209         * wl-message.el (toplevel): Ditto.
9210         * wl-mime.el (toplevel): Ditto.
9211         * wl-mule.el (toplevel): Ditto.
9212         * wl-nemacs.el (toplevel): Ditto.
9213         * wl-refile.el (toplevel): Ditto.
9214         * wl-score.el (toplevel): Ditto.
9215         * wl-summary.el (toplevel): Ditto.
9216         * wl-template.el (toplevel): Ditto.
9217         * wl-thread.el (toplevel): Ditto.
9218         * wl-util.el (toplevel): Ditto.
9219         * wl-vars.el (toplevel): Ditto.
9220         * wl-xmas.el (toplevel): Ditto.
9221         * wl.el (toplevel): Ditto.
9222
9223 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9224
9225         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9226         instead of product.
9227
9228         * wl-version.el (wl-version): Compile time evalution elmo-version.
9229
9230 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9231
9232         * wl-summary.el (wl-summary-sync-force-update): Append queue
9233         `mark-as-read'if unplugged.
9234
9235 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9236
9237         * wl-version.el: New file.  Use product.el.
9238         * wl.el: add (require 'wl-version).
9239         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9240         for ~/.folders header.
9241         (wl-fldmgr-folders-header): Changed.
9242         * wl-demo.el (wl-demo): Use product.el.
9243
9244         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9245         wl-version.el.
9246         * wl-util.el (wl-version, wl-version-show): Ditto.
9247
9248         * wl-util.el (wl-generate-user-agent-string,
9249         wl-extended-emacs-version, wl-extended-emacs-version2,
9250         wl-extended-emacs-version3): Move to wl-version.el.
9251         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9252         xemacs-codename, mime-edit-insert-user-agent-field,
9253         mime-edit-user-agent-value, mime-editor/version,
9254         mime-editor/codename): Compile warning killer move to
9255         wl-version.el
9256
9257 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9258
9259         * wl-summary.el (wl-summary-refile-subr): Fix.
9260
9261 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9262
9263         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9264         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9265
9266 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9267
9268         * wl.el (wl-check-environment): Check too many `@'.
9269
9270 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9271
9272         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9273
9274 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9275
9276         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9277         wl-draft-reply-myself-without-argument-list): Add variables.
9278         * wl-draft.el (wl-draft-reply): Use it.
9279
9280 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9281
9282         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9283         the 5th argument of `elmo-network-get-spec'.
9284
9285         * wl-thread.el (wl-thread-reparent-children): New inline function.
9286         (wl-thread-delete-message): Use it.
9287
9288         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9289         (wl-summary-score-update-all-lines): Don't use `dolist'.
9290
9291 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9292
9293         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9294         (require 'elmo-msgdb) for inline function.
9295
9296 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9297
9298         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9299
9300 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9301
9302         * wl-score.el (wl-score-headers): Fix for the confusing macro
9303         `elmo-kill-buffer'.
9304
9305 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9306
9307         * wl-summary.el: Don't use the 3rd argument of `require' because
9308         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9309         * wl-util.el: Ditto.
9310         * wl-draft.el: Ditto.
9311
9312 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9313
9314         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9315         window system is not used.
9316
9317 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9318
9319         * wl-thread.el: Don't use `mapcar' only for iteration.
9320         (wl-thread-resume-entity): Ditto.
9321         (wl-thread-delete-message): Ditto.
9322
9323         * wl-summary.el: Bind `dragdrop-drop-functions',
9324         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9325         of `require' for `timezone', `easymenu' and `ps-print';
9326         don't use `mapcar' only for iteration.
9327
9328         * wl-util.el: Bind `mule-version', `nemacs-version',
9329         `emacs-beta-version', `xemacs-codename',
9330         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9331         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9332         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9333         only for iteration.
9334
9335         * wl-score.el: Don't use `mapcar' only for iteration.
9336         (wl-score-simplify-buffer-fuzzy): Ditto.
9337         (wl-score-simplify-subject): Ditto.
9338         (wl-score-headers): Ditto.
9339         (wl-summary-score-update-all-lines): Ditto.
9340
9341         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9342         `enable-multibyte-characters' and `mule-version'.
9343
9344         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9345         `mapcar' only for iteration.
9346
9347         * wl-demo.el: Don't use `mapcar' only for iteration.
9348
9349         * wl-folder.el: Don't use `mapcar' only for iteration.
9350         (wl-folder-open-all): Ditto.
9351         (wl-folder-count-incorporates): Ditto.
9352
9353         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9354         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9355
9356         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9357         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9358         `smtp-connection-type'; specify 3rd argument of `require' for
9359         `timezone'; don't use `mapcar' only for iteration.
9360         (wl-draft-clone-local-variables): Don't use `mapcar'.
9361         (wl-draft-generate-clone-buffer): Ditto.
9362         (wl-user-agent-compose-internal): Ditto.
9363
9364         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9365
9366         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9367         (wl-save-status): Ditto.
9368
9369         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9370         for iteration.
9371
9372 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9373
9374         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9375         removed `Date'.
9376         (wl-fldmgr-make-filter-default): New user option.
9377
9378         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9379         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9380         (wl-fldmgr-filter-completion-alist): Abolish.
9381
9382         * wl.el (wl): Don't check servers if arg is non-nil.
9383
9384         * wl-draft.el (wl-draft-reply): Set only message-id string to
9385         In-Reply-To field.
9386
9387 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9388
9389         * wl-summary.el (wl-summary-pick): Rewrite.
9390
9391         * wl-draft.el (wl-draft-forward): Get references field from
9392         original buffer.
9393         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9394
9395 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9396
9397         * wl-draft.el (wl-draft-forward): Add references field.
9398
9399 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9400
9401         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9402         (wl-draft-reply): Use it.
9403
9404 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9405
9406         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9407         when Emacs 21 is running.
9408
9409         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9410         bindings.
9411
9412 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9413
9414         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9415         XPM icons transparent.
9416
9417         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9418         Emacs 21.
9419
9420 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9421
9422         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9423         nil.
9424
9425         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9426         when it is persistent.
9427         (wl-summary-sync-marks): Changed argument for
9428         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9429         (wl-summary-virtual): Use `elmo-read-search-condition'.
9430         (wl-summary-redisplay-internal): If folder is local, mark as read
9431         even when folder is plugged.
9432
9433 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9434
9435         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9436         of `tool-bar-lines' in the frame parameters.
9437         (after-make-frame-functions, post-command-hook): Don't modify the
9438         value.
9439         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9440         wl-e21-tool-bar-lines): Removed.
9441
9442 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9443
9444         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9445         properties `evaporate' and `wl-momentary-overlay' as well.
9446         (wl-highlight-summary-displaying): Ditto.
9447         (wl-delete-all-overlays): Don't delete overlay which does not have
9448         a property `wl-momentary-overlay'.
9449
9450         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9451         `display-mouse-p' and `display-graphic-p'.
9452         (wl-folder-init-icons): Don't search for XBM or the other files.
9453         (wl-plugged-set-folder-icon): Make icons if and only if
9454         `display-graphic-p' returns non-nil.
9455         (wl-highlight-plugged-current-line): Use `before-string' overlay
9456         property to show icon images.
9457         (wl-highlight-folder-current-line): Ditto.
9458         (wl-e21-highlight-folder-group-line): Ditto.
9459         (wl-e21-highlight-folder-by-numbers): Ditto.
9460         (wl-e21-insert-image): Removed.
9461         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9462         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9463         said.
9464         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9465         `wl-e21-force-switch-toolbar'.
9466         (wl-e21-make-icon-image): Removed.
9467         (wl-e21-setup-toolbar): Don't search for XBM files.
9468         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9469         the default value.
9470
9471 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9472
9473         * wl-util.el (wl-biff-check-folder-async): Set
9474         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9475
9476 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9477
9478         * wl-e21.el (after-make-frame-functions): Add
9479         `wl-e21-force-switch-toolbar'.
9480         (wl-e21-force-switch-toolbar): New function force to switch the
9481         toolbar appearance automatically.
9482         (post-command-hook): Add `wl-e21-switch-toolbar'.
9483         (wl-e21-switch-toolbar): New function to switch the toolbar
9484         appearance automatically.
9485         (wl-e21-tool-bar-lines): New buffer local variable.
9486
9487 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9488
9489         * wl-util.el (wl-biff-check-folders-running): New variable.
9490         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9491         (wl-biff-check-folder-async-callback):
9492         Set `wl-biff-check-folders-running'.
9493         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9494         with unwind-protect.
9495
9496         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9497         Enclose `wl-folder-auto-check' with unwind-protect.
9498
9499         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9500         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9501
9502         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9503
9504         * wl-util.el (wl-biff-notify): New inline function.
9505         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9506         locally.
9507         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9508         folder-list' is 1.
9509         Use `wl-biff-notify'.
9510         (wl-biff-check-folder-async-callback): New function.
9511         (wl-biff-check-folder-async): Ditto.
9512
9513         * wl-folder.el (wl-folder): Don't check folders.
9514         (wl-folder-auto-check): New function.
9515
9516 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9517
9518         * wl-util.el (wl-biff-start) [Emacs19+]:
9519         Use `timer-next-integral-multiple-of-time'.
9520         (wl-biff-check-folders): Use `wl-default-folder'
9521         if `wl-biff-check-folder-list' is nil.
9522
9523 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9524
9525         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9526         instead of `elmo-delete-lists'.
9527
9528 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9529
9530         * wl.el (wl-plugged-toggle-all): Set the value of
9531         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9532         (wl-plugged-toggle): Ditto.
9533         (wl-toggle-plugged): Ditto.
9534         (wl-plugged-init): Ditto.
9535
9536         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9537         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9538         instead of `wl-biff-state-indicator-off' and
9539         `wl-biff-state-indicator-on'; don't modify the value and the type
9540         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9541         (wl-plugged-init-icons): Set icons data to
9542         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9543         instead of `wl-plug-state-indicator-off' and
9544         `wl-plug-state-indicator-on'; don't modify the value and the type
9545         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9546
9547         * wl-vars.el (wl-modeline-biff-state-off,
9548         wl-modeline-biff-state-on, wl-modeline-biff-status,
9549         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9550         wl-modeline-plug-status): New internal variables.
9551         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9552         wl-biff-check-interval, wl-biff-check-folder-list): Change
9553         customization group from `wl-folder' to `wl-highlight'.
9554         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9555         wl-show-plug-status-on-modeline): Defcustomized.
9556
9557         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9558         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9559         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9560         a flag to `mode-line-buffer-identification'.
9561
9562         * wl-e21.el (wl-biff-init-icons): Set icons data to
9563         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9564         instead of `wl-biff-state-indicator-off' and
9565         `wl-biff-state-indicator-on'.
9566         (wl-plugged-init-icons): Set icons data to
9567         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9568         instead of `wl-plug-state-indicator-off' and
9569         `wl-plug-state-indicator-on'.
9570
9571 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9572
9573         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9574         excessive titles.
9575
9576 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9577
9578         * wl.el (wl-plugged-mode): Use revised
9579         `wl-mode-line-buffer-identification'.
9580         (wl-plugged-init): Don't use `force-mode-line-update'.
9581
9582         * wl-xmas.el (wl-draft-overload-functions): Use revised
9583         `wl-mode-line-buffer-identification'.
9584         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9585         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9586         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9587         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9588         `wl-make-plugged-hook';
9589         add `wl-folder-init-icons' and `wl-setup-folder' to
9590         `wl-folder-mode-hook'.
9591
9592         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9593         19 as well.
9594         (wl-mode-line-display-priority-list): New user option.
9595         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9596         Defcustomized.
9597         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9598         Add docs.
9599
9600         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9601         start.
9602         (wl-mode-line-buffer-identification): Revised as a function.
9603
9604         * wl-summary.el (wl-summary-mode): Use revised
9605         `wl-mode-line-buffer-identification'; don't call
9606         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9607         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9608         `wl-xmas-setup-summary'.
9609
9610         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9611         `wl-mode-line-buffer-identification'.
9612
9613         * wl-mule.el (wl-draft-overload-functions): Use revised
9614         `wl-mode-line-buffer-identification'.
9615
9616         * wl-folder.el (wl-make-plugged-alist): Don't call
9617         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9618         (wl-folder): Don't call `wl-folder-init-icons' directly.
9619         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9620         `wl-xmas-setup-folder' directly;
9621         use revised `wl-mode-line-buffer-identification'.
9622         (TopLevel): Don't bind `wl-biff-init-icons',
9623         `wl-plugged-init-icons', `wl-folder-init-icons',
9624         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9625
9626         * wl-e21.el (wl-draft-overload-functions): Use revised
9627         `wl-mode-line-buffer-identification'.
9628         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9629         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9630         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9631         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9632         `wl-make-plugged-hook';
9633         add `wl-folder-init-icons' and `wl-setup-folder' to
9634         `wl-folder-mode-hook'.
9635
9636 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9637             Katsumi Yamaoka    <yamaoka@jpl.org>
9638
9639         * wl.el (wl): Call `wl-biff-start'.
9640         (wl-exit): Call `wl-biff-stop'.
9641         (wl-plugged-mode): Show biff in modeline.
9642         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9643
9644         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9645         (wl-biff-init-icons): New function.
9646         (wl-plugged-init-icons): Don't make too much keymaps.
9647         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9648
9649         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9650         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9651         variables.
9652         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9653         options.
9654
9655         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9656         wl-biff-start, wl-biff-stop): New functions.
9657         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9658         (wl-biff-timer-name): New variable.
9659
9660         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9661
9662         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9663         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9664
9665         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9666         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9667
9668         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9669         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9670         `wl-folder-init-icons' to `ignore' if they are not available.
9671         (wl-folder-mode): Show biff in modeline.
9672
9673         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9674         (wl-biff-init-icons): New function.
9675         (wl-plugged-init-icons): Don't make too much keymaps.
9676         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9677
9678 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9679
9680         * wl-vars.el (wl-strict-diff-folders): Customization Type
9681         and doc fix.  Define as a list of regular expressions for
9682         folders or nil.
9683         * wl-folder.el (wl-folder-check-one-entity): Use
9684         `wl-string-match-member' instead of `wl-string-member' for
9685         `wl-strict-diff-folders'.
9686
9687 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9688
9689         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9690         (wl-highlight-folder-current-line): Use it; new implementation.
9691         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9692         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9693         `defsubst' instead of `defun'.
9694
9695         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9696         `wl-highlight-group-folder-by-numbers'; made it can also be a
9697         number.  See info for more details.
9698
9699         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9700         running.
9701
9702         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9703         to bind them.
9704
9705         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9706         (wl-highlight-folder-current-line): New implementation.
9707
9708         * wl-highlight.el (wl-highlight-folder-group-line): New
9709         implementation.
9710         (wl-delete-all-overlays): Rewrite as a marco.
9711         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9712
9713         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9714         running.
9715         (wl-folder-*-glyph): No need to bind them.
9716
9717         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9718         `wl-e21-highlight-folder-group-icon'; rewrite.
9719         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9720         `defsubst' instead of `defun'.
9721         (wl-folder-mode-map): Bind it when compiling.
9722
9723 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9724
9725         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9726
9727         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9728
9729 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9730
9731         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9732
9733 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9734
9735         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9736         (wl-highlight-folder-current-line): Use it.
9737
9738         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9739         in `id-name'.
9740
9741 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9742
9743         * wl.el: Require `wl-e21' when Emacs 21 is running.
9744
9745         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9746         default when Emacs 21 is running.
9747         (wl-use-highlight-mouse-line): Ditto.
9748         (wl-on-emacs21): New constant.
9749         (wl-on-emacs20): Removed.
9750
9751         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9752         Emacs 21 is running.
9753
9754         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9755         Emacs 21 is running.
9756
9757         * wl-e21.el: New file.
9758
9759 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9760
9761         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9762         (wl-toggle-plugged): Ditto.
9763         (wl-plugged-toggle): Ditto.
9764         (wl-plugged-toggle-all): Ditto.
9765
9766         * wl-vars.el (wl-plug-state-indicator): Refer
9767         `wl-plug-state-indicator-on' indirectly.
9768
9769 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9770
9771         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9772         Call `wl-folder-confirm-existence'.
9773
9774         * wl-folder.el (wl-folder-confirm-existence): Added optional
9775         argument `force'.
9776
9777 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9778
9779         * wl-summary.el (wl-summary-refile-subr): Assume
9780         `copy-or-refile' as symbol.
9781         (wl-summary-refile): Follow up above change.
9782         (wl-summary-copy): Ditto.  Doc fix.
9783
9784 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9785
9786         * wl-summary.el (wl-summary-pick): Don't bind
9787         `elmo-search-mime-charset'.
9788
9789         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9790         default using old backquote style.
9791         (wl-search-mime-charset): Abolished.
9792
9793         * wl-highlight.el (wl-highlight-headers):
9794         Call `point' after `re-search-forward'(for Nemacs).
9795
9796         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9797         for elmo-imap4.el.
9798
9799 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9800
9801         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9802         `wl-message-ignored-field-list' instead of
9803         `mime-view-ignored-field-list'.
9804
9805         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9806         Add interactive spec.
9807         (wl-folder-goto-bottom-of-current-folder): Ditto.
9808         (wl-folder-mode-map): Bind them.
9809
9810         * wl-vars.el (wl-message-ignored-field-list): New variable.
9811         (wl-message-visible-field-list): New variable.
9812
9813         * wl-mime.el (wl-mime-header-presentation-method): New function.
9814         (wl-mime-setup): Set header-presentation-method.
9815
9816 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9817
9818         * wl-nemacs.el (wl-draft-overload-functions): Set
9819         `mode-line-buffer-identification' instead of using
9820         `wl-make-modeline'.
9821
9822         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9823         instead of using `wl-make-modeline'.
9824
9825         * wl-xmas.el (wl-plugged-init-icons): Set up
9826         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9827         (wl-make-modeline): Abolish.
9828         (wl-draft-overload-functions): Set
9829         `mode-line-buffer-identification' instead of using
9830         `wl-make-modeline'.
9831
9832         * wl-util.el (wl-make-modeline-subr): Abolish.
9833         (wl-mode-line-buffer-identification): New alias.
9834
9835         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9836         (wl-summary-make-modeline): Abolish.
9837         (wl-summary-buffer-set-folder): Set
9838         `wl-summary-buffer-folder-indicator'.
9839         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9840         of using `wl-make-modeline'.
9841         (wl-summary-switch-to-clone-buffer): Don't set
9842         `mode-line-buffer-identification'.
9843         (wl-summary-goto-folder-subr): Ditto.
9844
9845         * wl-mule.el (wl-draft-overload-functions): Set
9846         `mode-line-buffer-identification' instead of using
9847         `wl-make-modeline'.
9848
9849         * wl-folder.el (wl-folder-mode): Set
9850         `mode-line-buffer-identification' instead of using
9851         `wl-make-modeline'.
9852         (wl-folder): Don't set `mode-line-buffer-identification'.
9853
9854 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9855
9856         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9857         instead of `member' for `wl-refile-guess-func-list' look-ups.
9858         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9859
9860 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9861
9862         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9863         `wl-message-button-dispatcher'.
9864
9865         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9866
9867         * wl-message.el (wl-message-button-dispatcher): Use it.
9868
9869         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9870         "In-Reply-To".
9871
9872         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9873         Bind `case-fold-search' to t.
9874
9875 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9876
9877         * wl-xmas.el (wl-message-overload-functions): Initialize
9878         `wl-message-button-map'.
9879
9880         * wl-mule.el (wl-message-overload-functions): Initialize
9881         `wl-message-button-map'.
9882
9883         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9884
9885         * wl-message.el (wl-message-button-map): New keymap.
9886         (wl-message-add-button): New function.
9887         (wl-message-button-dispatcher): New function.
9888         (wl-message-button-refer-article): New function.
9889
9890         * wl-highlight.el
9891         (wl-highlight-message-add-buttons-to-header): New function.
9892         (wl-highlight-headers): Use it.
9893
9894 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9895
9896         * wl-summary.el (wl-summary-default-from): Use
9897         `wl-address-get-petname-1'.
9898         (wl-summary-simple-from): Ditto.
9899
9900         * wl-address.el (wl-address-get-petname-1): New inline function.
9901         (wl-address-get-petname): Use it.
9902
9903 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9904
9905         * wl-summary.el (wl-summary-default-from): Return full-name part
9906         from the address if no petname was found.
9907         (wl-summary-simple-from): Ditto.
9908
9909         * wl-address.el (wl-address-get-petname): Return nil if no petname
9910         associated with the address was found.
9911
9912 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9913
9914         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9915         display is finished.
9916
9917 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9918
9919         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9920         `elmo-folder-exists-p' argument.
9921
9922 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9923
9924         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9925         the folder.
9926
9927 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9928
9929         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9930
9931         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9932         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9933
9934 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9935
9936         * wl-folder.el (wl-folder-create-subr): New function.
9937         (wl-folder-confirm-existence): Use it.
9938         (wl-folder-check-one-entity): Use it.
9939         Check the error symbol is derived from 'elmo-open-error.
9940
9941         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9942         `ignore-error'.
9943
9944 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9945
9946         * wl-util.el (toplevel): Add (eval-when-compile (require
9947         'elmo-util)).  (Maybe `provide' is typo.)
9948
9949 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9950
9951         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9952         (I don't know why this was needed.)
9953
9954         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9955         Follow up changes for stream-type.
9956
9957         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9958         (wl-draft-elmo-nntp-send): Ditto.
9959
9960         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9961         (wl-nntp-posting-stream-type): Ditto.
9962         (wl-pop-before-smtp-ssl): Abolished.
9963         (wl-nntp-posting-ssl): Ditto.
9964
9965         * wl-address.el (wl-address-quote-specials): New function.
9966         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9967
9968         * wl-draft.el (wl-draft-reply): Ditto.
9969
9970 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9971
9972         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9973         use function `wl-string-match-assoc'.
9974
9975 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9976
9977         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9978
9979         * wl-draft.el (wl-draft-deduce-address-list): New function.
9980         (wl-draft-parse-mailbox-list): Ditto.
9981         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9982         instead of `smtp-deduce-address-list'.
9983         (wl-draft-on-field-p): Follow group list.
9984
9985         * wl-address.el (wl-address-concat-token): New function.
9986         (wl-address-string-without-group-list-contents): Ditto.
9987         (wl-complete-field-body): Fixed problem of completion
9988         by japanese petname.
9989         (wl-address-make-completion-list): Rewrite.
9990
9991 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9992
9993         * wl-address.el (wl-address-make-completion-list): Completion by
9994         petname.
9995         (wl-complete-field-body): Likewise.
9996
9997 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9998
9999         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10000         contains invalid address syntax.
10001
10002 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10003
10004         * wl-folder.el (wl-folder-check-entity-async): Use
10005         `elmo-nntp-spec-hostname'.
10006
10007 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10008
10009         * wl-summary.el (wl-summary-msgdb-load-async): Use
10010         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10011
10012 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10013
10014         * wl-draft.el (wl-draft-reply): Set argument
10015         `content-transfer-encoding' as nil.
10016
10017 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10018
10019         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10020         `wl-refile-alist'.
10021
10022 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10023
10024         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10025         (wl-draft-edit-string): Ditto.
10026         (wl-draft-forward): Ditto.
10027         * wl-summary.el (wl-summary-write): Ditto.
10028
10029 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10030
10031         * wl-summary.el (wl-summary-sync-update3): Call
10032         `wl-summary-buffer-number-column-detect'.
10033         (wl-summary-buffer-number-column-detect): Search from point-min.
10034
10035 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10036
10037         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10038         contains an address which is not included in original to or cc.
10039
10040 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10041
10042         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10043         begin-line does not exist.
10044         * wl-message.el (wl-message-uu-substring): Ditto.
10045
10046 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10047
10048         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10049         clear local variables.
10050         (wl-summary-exit): Call `elmo-commit'.
10051         (wl-summary-switch-to-clone-buffer): Call
10052         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10053         (wl-summary-goto-folder-subr): Ditto.
10054
10055         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10056         POP folder.
10057
10058 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10059
10060         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10061         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10062         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10063         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10064         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10065         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10066
10067         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10068
10069 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10070
10071         * wl-summary.el (wl-summary-search-by-subject):
10072         Search parent message from the latest one.
10073
10074 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10075
10076         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10077         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10078
10079         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10080         New user option.
10081
10082         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10083         if elmo-nntp-use-killed-list is nil.
10084         Use `elmo-msgdb-append-to-killed-list'.
10085         (Append numbers confirmed as disappeared to the killed list.)
10086         (wl-summary-confirm-appends): Don't display negative number.
10087
10088 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10089
10090         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10091
10092 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10093
10094         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10095         range is `all'.
10096         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10097         `elmo-list-bigger-diff'.
10098
10099 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10100
10101         * wl-summary.el (wl-summary-buffer-exit-func):
10102         New buffer local variable.
10103         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10104
10105 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10106
10107         * wl-demo.el (wl-demo): Fix the last change.
10108
10109 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10110
10111         * wl-demo.el (wl-demo): Don't use `eval'.
10112
10113 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10114
10115         * wl-summary.el (wl-summary-buffer-thread-modified):
10116         New buffer-local variable.
10117         (wl-summary-set-thread-modified): New function.
10118         (wl-summary-thread-modified-p): New function.
10119         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10120         (wl-summary-yank-saved-message): Use function
10121         `wl-summary-set-thread-modified'
10122         (wl-summary-switch-to-clone-buffer): Add
10123         `wl-summary-buffer-thread-modified'.
10124
10125         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10126         (wl-summary-buffer-mark-saved-hook): Ditto.
10127         * wl-summary.el (wl-summary-msgdb-save): New hook
10128         `wl-summary-buffer-message-saved-hook' and
10129         `wl-summary-buffer-mark-saved-hook'.
10130
10131 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10132
10133         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10134
10135 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10136
10137         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10138         don't hide scroll bars under FSF Emacsen because it may incur an
10139         undesirable redrawing.
10140
10141 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10142
10143         * wl-draft.el (wl-draft-edit-string): Call
10144         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10145
10146 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10147
10148         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10149
10150 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10151
10152         * wl-summary.el (wl-summary-msgdb-load-async): Call
10153         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10154
10155 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10156
10157         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10158         fringes in demo buffer; center bitmap logo correctly even if old
10159         Mule is used.
10160
10161 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10162
10163         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10164
10165         * wl-refile.el (wl-refile-subject-alist): New variable.
10166         (wl-refile-subject-alist-file-name): Ditto.
10167         (wl-refile-alist-setup): Rewrite.
10168         (wl-refile-alist-save): Use `elmo-object-save'.
10169         Eliminated arguments.
10170         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10171         (wl-refile-guess-by-subject): New function.
10172         (wl-refile-guess-func-list): Added it.
10173
10174 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10175
10176         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10177         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10178
10179 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10180
10181         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10182         New buffer-local variable.
10183         (wl-summary-buffer-next-folder-func): Ditto.
10184         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10185         if non-nil.
10186         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10187         if non-nil.
10188         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10189         if non-nil.
10190         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10191         if non-nil.
10192
10193 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10194
10195         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10196         permanently in the demo buffer.
10197
10198 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10199
10200         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10201         `mime-entity-fetch-field'.
10202
10203         * wl.el (wl-exit): Delete plugged buffer.
10204
10205         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10206         XEmacs has menubar feature.
10207
10208 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10209
10210         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10211         cannot arrive at the beginning of the buffer under old Emacsen.
10212
10213 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10214
10215         * wl-address.el (wl-address-ldap-search):
10216         Call `ldap-search-entries' with `withdn' argument t.
10217         (wl-complete-field-body): Bind completion-ignore-case as t.
10218         Clear ldap search hash when it was sole completion.
10219         Use elmo-string for pattern string.
10220         (wl-ldap-alias-safe-string): Eliminated needless let.
10221
10222 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10223
10224         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10225         (wl-ldap-alias-sep): New constant.
10226         (wl-ldap-search-attribute-type-list): Ditto.
10227         (wl-ldap-get-value): New function.
10228         (wl-ldap-make-filter): Ditto.
10229         (wl-ldap-make-matched-value-list): Ditto.
10230         (wl-ldap-alias-safe-string): Ditto.
10231         (wl-ldap-register-dn-string): Ditto.
10232         (wl-address-ldap-search): Rewrite.
10233
10234 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10235
10236         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10237         thread is deleted.
10238         (wl-thread-delete-line-from-buffer): Ditto.
10239         (wl-thread-get-exist-children): New function.
10240
10241 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10242
10243         * wl-demo.el (wl-demo): Made it to select various image types.
10244         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10245         from `wl-title-logo'.
10246         (wl-logo-ascii): New variable.
10247         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10248         (wl-demo-copyright-notice): New constant.
10249
10250         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10251
10252 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10253
10254         * wl-vars.el (wl-summary-target-above): Renamed from
10255         wl-summary-temp-above.
10256         * wl-score.el (wl-score-get-score-alist): Use it.
10257         (wl-summary-score-update-all-lines): Use it.
10258         * wl-summary.el: Ditto. (make-variable-buffer-local).
10259
10260 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10261
10262         * wl-vars.el (wl-ldap-port): New user option.
10263
10264         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10265         Rewite whole implementation.
10266         (wl-complete-field-body): Fixed.
10267
10268 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10269
10270         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10271         Choose implementation at compile time.
10272
10273 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10274
10275         * wl-address.el (wl-ldap-search-internal): New function.
10276         (wl-complete-field-to): Use it.
10277
10278 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10279
10280         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10281         Use `let' instead of `let*'.
10282         Require 'wl-vars.
10283
10284         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10285         Define as defcustom.
10286         (wl-ldap-base): Ditto.
10287         (wl-use-ldap): Ditto.
10288
10289 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10290
10291         * wl-address.el (wl-ldap-search): New function.
10292         (wl-complete-field-body): Use `wl-ldap-search'.
10293         (wl-ldap-server): New variable.
10294         (wl-ldap-base): Ditto.
10295         (wl-use-ldap): Ditto.
10296
10297 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10298
10299         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10300         (Pointed out by Mito <mit@nines.nec.co.jp>).
10301         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10302         buffer-local variables like `wl-summary-redisplay-internal'.
10303         (wl-summary-redisplay-all-header): Likewise.  Update
10304         Summary view too.
10305
10306 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10307
10308         * wl-summary.el (wl-summary-jump-to-parent-message):
10309         Consider prefix argument.
10310
10311         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10312         when closed thread is deleted.
10313
10314 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10315
10316         * wl-summary.el (wl-summary-jump-to-parent-message):
10317         Consider thread modification.
10318
10319 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10320
10321         * wl-message.el (wl-message-normal-get-original-buffer): Use
10322         `save-excursion'.
10323
10324         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10325         (wl-summary-showto-folder-regexp): Ditto.
10326
10327 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10328
10329         * wl-util.el (wl-delete-alist): Doc fix.
10330         (wl-delete-associations): New function.
10331         (wl-inverse-alist): New function.
10332         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10333         Split temporary variables. Use `wl-delete-associations'
10334         and `wl-inverse-alist'.
10335         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10336
10337 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10338
10339         * wl-folder.el (wl-folder-prefetch-entity):
10340         Execute prefetching if new count is unknown.
10341
10342 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10343
10344         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10345
10346         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10347         delete entity.
10348         (wl-thread-set-parent): If insert as top, set linked as nil.
10349
10350         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10351         `wl-thread-cleanup-symbols' when view mode is thread.
10352
10353 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10354
10355         * wl-folder.el (wl-folder-create-folder-entity): Use
10356         with-current-buffer.
10357         (wl-local-folder-init): Call set-buffer to make sure we are in
10358         the Folder buffer. Don't touch buffer-local variables here.
10359         (wl-folder-mode): Initialize buffer-local variables here.
10360
10361         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10362         (wl-folder-entity-assign-id): Ditto.
10363         (wl-folder-create-entity-hashtb): Ditto.
10364         (wl-local-folder-init): Ditto.
10365         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10366
10367 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10368
10369         * wl-summary.el (wl-summary-default-from): Fix probrem when
10370         std11-extract-address-components return (nil "foo@bar").
10371
10372 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10373
10374         * wl-draft.el (wl-draft-clone-local-variables):
10375         Remove redundant `setq'.
10376
10377 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10378
10379         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10380         Bind wl-highlight-x-face-func as nil while highlighting header.
10381
10382 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10383
10384         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10385
10386 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10387
10388         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10389         elmo-msgdb-overview-hashtb from copy-variables.
10390         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10391         instead of `elmo-msgdb-overview-get-entity-by-number'.
10392         (wl-summary-auto-refile): Ditto.
10393
10394         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10395         `elmo-msgdb-overview-get-entity' instead of
10396         `elmo-msgdb-search-overview-entity'.  Use
10397         `elmo-msgdb-overview-get-entity' instead of
10398         `elmo-msgdb-overview-get-entity-by-number'.
10399         (wl-thread-insert-entity-sub): Ditto.
10400         (wl-thread-insert-message): Ditto.
10401
10402         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10403         `elmo-msgdb-overview-get-entity'.
10404         (wl-normal-message-redisplay): Ditto.
10405
10406 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10407
10408         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10409         `wl-thread-entities'.
10410         (wl-thread-delete-message): Fix remove top message from
10411         `wl-thread-entity-list'.
10412
10413         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10414         wl-append(nconc), because update-list is broken on Meadow.
10415
10416         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10417         updating process.
10418         (wl-summary-rescan): Ditto.
10419         (wl-summary-sync-update3): Ditto.
10420         * wl-thread.el (wl-thread-set-parent): Renamed from
10421         `wl-summary-set-parent'.
10422         (wl-thread-insert-message): Updating buffer faster.
10423         (wl-thread-delete-message): Updating buffer faster.
10424
10425         * wl-score.el (wl-summary-score-update-all-lines): Changed
10426         interval for display progress gauge.
10427
10428 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10429
10430         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10431         folder always-sticky.
10432         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10433         defmacro.
10434
10435 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10436
10437         * wl-vars.el (wl-draft-add-references): New user option.
10438
10439         * wl-draft.el (wl-draft-add-references): New function.
10440         (wl-draft-yank-from-mail-reply-buffer): Use it.
10441         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10442         as nil.
10443
10444 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10445
10446         * wl-thread.el (wl-thread-update-line-msgs): Called
10447         `wl-thread-update-line-on-buffer-sub'.
10448         (wl-thread-update-line-on-buffer): Delete routine of inserting
10449         thread.
10450         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10451         moved from `wl-thread-update-line-on-buffer'.
10452         Add threshold for displaying progress gauge.
10453         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10454         argument of `wl-thread-update-line-msgs'.
10455         Add threshold for displaying progress gauge.
10456         * wl-folder.el:
10457         Add threshold for displaying progress gauge.
10458         * wl-score.el: Ditto.
10459
10460         * wl-expire.el (wl-summary-expire): Display deleting info.
10461
10462 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10463
10464         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10465         `no-msg'.
10466         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10467         argument of `wl-thread-update-line-msgs'.
10468         (wl-summary-set-parent): Added optional argument `parent-number'.
10469         (wl-summary-buffer-saved-message): New buffer local variable.
10470         (wl-summary-save-current-message): New command.
10471         (wl-summary-yank-saved-message): Ditto.
10472         (wl-summary-mode-map): Added key binding for
10473         `wl-summary-save-current-message' (\ew) and
10474         `wl-summary-yank-saved-message' (\C-y).
10475         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10476
10477 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10478
10479         * wl-summary.el (wl-summary-mode-map): Added key binding for
10480         `wl-summary-set-parent' (ts).
10481
10482 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10483
10484         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10485         subject faster. If thread number is reverse, delayed updating
10486         thread.
10487         (wl-summary-search-by-subject): Ditto.
10488         (wl-summary-put-alike): Ditto.
10489         (wl-summary-get-alike): Ditto.
10490         (wl-summary-insert-headers): Insert header of all overview in
10491         buffer.
10492         (wl-summary-rescan): Delayed updating thread. Kill search subject
10493         buffer for wl-summary-search-by-subject.
10494         (wl-summary-sync-update3): Ditto.
10495         (wl-summary-exit): Ditto.
10496         (wl-summary-goto-bottom-of-current-thread): Change for linked
10497         thread.
10498         (wl-summary-overview-create-summary-line): Change line for linked
10499         thread.
10500
10501         * wl-summary.el (wl-summary-update-thread): Use
10502         wl-thread-maybe-get-children-num.
10503         (wl-summary-set-parent): If change parent, move sub thread.
10504         (wl-summary-redisplay-internal): Add horizontal recenter.
10505         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10506
10507         * wl-thread.el (wl-thread-entity-get-linked): New function.
10508         (wl-thread-entity-set-linked): New function.
10509         (wl-thread-create-entity): Add linked element.
10510         (wl-thread-entity-insert-as-top): Use wl-append.
10511         (wl-thread-maybe-get-children-num): If closing thread, return
10512         children msgs.
10513         (wl-thread-update-line-msgs): Displaying progress message.
10514         (wl-thread-update-line-on-buffer-sub): Use
10515         wl-thread-maybe-get-children-num.
10516         (wl-thread-update-line-on-buffer): If update line is not exists,
10517         insert thread.
10518         (wl-thread-delete-message): If delete top msg of thread, search
10519         parent by subject.
10520         (wl-thread-insert-entity): Use
10521         wl-thread-maybe-get-children-num.
10522
10523         * wl-highlight.el (wl-highlight-summary-current-line): change
10524         sregexp for linked thread.
10525         * wl-util.el (wl-count-lines): Count lines.
10526         (wl-horizontal-recenter): horizontal recenter.
10527         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10528         (wl-score-get-alike): Ditto.
10529         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10530         (wl-subject-length-limit): New variable.
10531         (wl-highlight-thread-indent-string-regexp): Changed for linked
10532         thread.
10533
10534 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10535
10536         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10537         New variable (revival).
10538         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10539         by subject matching if there's no in-reply-to nor references field
10540         (revival).
10541
10542 \f
10543 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10544
10545         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10546         message.
10547
10548 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10549
10550         * wl-summary.el (wl-summary-reply): Return t if there was a
10551         message at cursor point.
10552         Added unwind-protect.
10553         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10554         returns t.
10555         (wl-summary-cancel-message): Do nothing when there's no message at
10556         cursor point.
10557         (wl-summary-forward): Ditto.
10558         (wl-summary-jump-to-parent-message): Ditto.
10559         (wl-summary-reedit): Ditto.
10560         (wl-summary-edit-addresses): Ditto.
10561         (wl-summary-pipe-message): Ditto.
10562         (wl-summary-print-message-with-ps-print): Ditto.
10563         (wl-summary-print-message): Ditto.
10564         (wl-summary-mark-as-important): Ditto.
10565         (wl-summary-mark-as-unread): Ditto.
10566
10567         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10568         message at cursor point.
10569         (wl-summary-reply-with-citation): Remove unwind-protect.
10570
10571         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10572         subject searching feature.
10573         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10574         Eliminated.
10575
10576 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10577
10578         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10579         New variable.
10580         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10581         by subject matching if there's no in-reply-to nor references field.
10582
10583         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10584
10585         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10586         when display is finished.
10587         (wl-folder-open-all): Ditto.
10588         (wl-folder-update-access-group): Ditto.
10589         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10590         * wl-thread.el (wl-thread-close-all): Ditto.
10591
10592         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10593         progress gauge only when it was displayed.
10594         * wl-folder.el (wl-folder-insert-entity): Ditto.
10595
10596 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10597
10598         * wl-summary.el (wl-summary-incorporate): Enclose
10599         `wl-summary-sync-force-update' with save-excursion.
10600
10601 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10602
10603         * wl-summary.el (wl-summary-prefetch-region):
10604         Pass current cursor point to `pos-visible-in-window-p' after
10605         moving cursor to the started point.
10606
10607 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10608
10609         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10610
10611         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10612         fields from the forwarding message.
10613         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10614         `ignored-fields'.
10615
10616 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10617
10618         * wl-mime.el (wl-message-request-partial):
10619         Eliminated argument `msgdb'.
10620         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10621         (wl-mime-combine-message/partial-pieces): Likewise.
10622         * tm-wl.el (wl-message-request-partial): Likewise.
10623         (wl-mime-combine-message/partial-pieces): Likewise.
10624
10625 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10626
10627         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10628         when display is finished.
10629
10630 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10631
10632         * wl-summary.el (wl-summary-goto-folder-subr):
10633         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10634
10635 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10636
10637         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10638         when cursor point is visible.
10639
10640 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10641
10642         * wl-expire.el (wl-expire-archive-get-max-number):
10643         Don't use `file-name-directory'.
10644
10645 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10646
10647         * wl-expire.el (wl-expire-archive-get-max-number):
10648         Use `file-name-directory'.
10649
10650 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10651
10652         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10653         only when there is progress.
10654
10655 2000-04-13  Mito <mit@nines.nec.co.jp>
10656
10657         * wl-summary.el (wl-summary-sync-marks): Display progress.
10658
10659 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10660
10661         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10662         (wl-summary-prev): Move cursor regardless of unread status.
10663         (wl-summary-next): Ditto.
10664
10665 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10666
10667         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10668         Added argument `target' and `number'.
10669         * tm-wl.el (wl-summary-burst-subr): New function.
10670         (wl-summary-burst): Use it.
10671
10672 2000-04-10  Mito <mit@nines.nec.co.jp>
10673
10674         * wl-mime.el (wl-burst): New function.
10675         (wl-summary-burst): Use it.
10676
10677 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10678
10679         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10680         as petname when there's no candidate.
10681
10682 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10683
10684         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10685         New variable.
10686         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10687
10688         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10689
10690         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10691
10692 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10693
10694         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10695         Use substring of `original' instead of buffer-substring.
10696         (wl-refile-evaluate-rule):
10697         Set `original' argument of wl-refile-expand-newtext.
10698
10699         * wl-summary.el
10700         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10701         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10702         (wl-summary-auto-refile): Check existence of destination folder just
10703         before marking.
10704
10705 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10706
10707         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10708         when wl-refile-get-field-value return nil.
10709
10710 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10711
10712         * wl-refile.el
10713         (wl-refile-expand-newtext): New function imported from Gnus.
10714         (wl-refile-evaluate-rule): Use it.
10715
10716 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10717
10718         * wl-summary.el (wl-summary-print-destination):
10719         Duplicate folder string to avoid putting text-property on
10720         original string.
10721
10722         * wl-refile.el (wl-refile-get-field-value): New function.
10723         (wl-refile-evaluate-rule): New function;
10724         Evaluate refile rule recursively.
10725         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10726         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10727         New function; Check existence of a target folder recursively.
10728         (wl-summary-auto-refile-check-refile-rule-alist):
10729         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10730
10731 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10732
10733         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10734
10735         * wl-folder.el (wl-create-folder-entity-from-buffer):
10736         Fixed problem when '}' character is contained in folder name.
10737
10738         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10739
10740 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10741
10742         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10743         (wl-fldmgr-add-completion-all-completions):
10744         Use wl-fldmgr-add-completion-hashtb.
10745
10746 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10747
10748         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10749         wl-fldmgr-add-completion-subr): New functions.
10750         * wl-folder.el (wl-folder-completion-func): New variable.
10751         * wl-summary.el (wl-summary-read-folder):
10752         Use wl-folder-completion-func.
10753
10754         * wl-refile.el: Eliminate throw & catch.
10755
10756         * wl.el (wl-plugged-sending-queue-status): Fixed.
10757
10758 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10759
10760         * wl-draft.el (wl-draft): Put category property on
10761         mail-header-separator.