(wl-thread-test-spam): New function.
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
2
3         * wl-spam.el (wl-thread-test-spam): New function.
4         (wl-spam-setup): Bind "tkc".
5
6 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7
8         * wl-expire.el (wl-folder-expire-entity): Rewite without
9         `wl-summary-goto-folder-subr'.
10         (wl-folder-expire-current-entity): Don't kill summary buffer.
11
12 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
13
14         * wl-folder.el (wl-folder-sync-entity): Rewrite without
15         `wl-summary-goto-folder-subr'.
16         (wl-folder-mark-as-read-all-entity): Likewise.
17
18         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
19
20 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
21
22         * wl-thread.el (wl-thread-force-open): Arranged.
23
24 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
25
26         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
27         from regexp.
28
29         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
30         (wl-read-search-condition-internal): Append them.
31
32 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
33
34         * wl-vars.el (wl-additional-search-condition-fields):
35         New user option.
36
37         * wl-util.el (wl-search-condition-fields): New function; export
38         from `wl-read-search-condition-internal'.
39         (wl-read-search-condition-internal): Use it.
40
41         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
42
43 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
44
45         * wl-summary.el (wl-summary-define-sort-command): New function.
46         (wl-summary-sort-by-date, wl-summary-sort-by-number)
47         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
48         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
49         define by `wl-summary-define-sort-command' at runtime.
50
51         * wl.el (wl-init): Call wl-summary-define-sort-command.
52
53 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
54
55         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
56         properties at the decrypting region.
57
58 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
59
60         * wl-util.el (wl-find-region): New function.
61
62         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
63         coding system.
64         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
65         property `wl-mime-decoded-coding-system'.
66         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
67         property `wl-mime-decoded-coding-system' to encode text.
68
69         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
70         message.
71         (wl-mime-pgp-verify-region): Ditto.
72
73 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
74
75         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
76         buffer. Use epa-display-verify-result.
77
78 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
79
80         * wl-draft.el (wl-draft-send): Continue even if setting parent
81         flag was failed.
82
83 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
84
85         * wl-message.el (wl-message-flag-indicator): Fixed the problem
86         of returning string only of parentheses.
87
88 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
89
90         * wl-summary.el (wl-summary-write): Add argument `folder'.
91         (wl-summary-write-current-folder): Change argument `folder' from
92         optional to require.
93         (wl-summary-get-buffer): Return the buffer associated folder only.
94
95         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
96         change.
97         (wl-folder-toggle-disp-summary): Ditto.
98
99         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
100         current summary as parent-folder.
101
102 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
103
104         * wl-draft.el (wl-draft-reedit): Don't overwrite
105         wl-draft-parent-folder.
106
107 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
108
109         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
110         (wl-mime-pgp-verify-region): Ditto.
111         (wl-message-decrypt-pgp-nonmime): Use the above function.
112         (wl-message-verify-pgp-nonmime): Likewise.
113         (wl-mime-preview-application/pgp): Likewise.
114
115 2006-04-20  Kenichi Okada  <okada@opaopa.org>
116
117         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
118         Fix about the order of `wl-nntp-posting-port' and
119         `wl-nntp-posting-stream-type'.
120         * wl.el (wl-plugged-port-label-alist): Add smtp.
121
122 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
123
124         * wl-summary.el (wl-summary-message-status): New macro.
125
126         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
127         (wl-summary-killed-mark): New user option.
128
129         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
130         API change.
131         (wl-thread-insert-entity-sub): Ditto.
132         (wl-thread-recover-messages): New command.
133
134         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
135         Don't call `wl-highlight-summary-current-line' directly.
136         (wl-summary-buffer-attach): Connect to signal `status-changed'
137         instead of `cache-changed'.
138         (wl-summary-buffer-detach): Follow the above change.
139         (wl-summary-detect-mark-position): Follow the API change.
140         (wl-summary-rescan-message): Ditto.
141         (wl-summary-insert-sequential): Ditto.
142         (wl-summary-update-thread): Ditto.
143         (wl-summary-message-mark): Ditto.
144         (wl-summary-persistent-mark): Ditto.
145         (wl-summary-create-line): Ditto.
146         (wl-summary-prefetch-region-no-mark): Call
147         `wl-summary-persistent-mark' with number.
148         (wl-summary-recover-messages-region): New command.
149         (wl-summary-target-mark-recover): Ditto.
150         (wl-summary-recover-message): Ditto.
151         (wl-summary-persistent-mark-string): Add argument `status' instead
152         of remove arguments `flags' and `cached'.  Treat killed status.
153         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
154
155         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
156         (wl-highlight-summary-line-face-spec): Treat killed status.
157         (wl-highlight-summary-line-string): Follow the API change.
158         (wl-highlight-summary-current-line): Ditto.
159
160         * Version number is increased to 2.15.3.
161
162 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
163
164         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
165         of symbolp to test whether the condition is function.
166
167 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
168
169         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
170         to nil.
171
172 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
173
174         * wl-summary.el (wl-summary-buffer-message-ring): New internal
175         variable.
176         (wl-summary-buffer-last-displayed-msg): Abolish.
177         (wl-summary-push-message): New function.
178         (wl-summary-pop-message): Ditto.
179         (wl-summary-goto-folder-subr): Reset
180         `wl-summary-buffer-message-ring'.
181         (wl-summary-pop-to-last-message): New command.
182         (wl-summary-goto-last-displayed-msg): Call
183         wl-summary-pop-to-last-message if optional argument is non-nil or
184         the last command is itself.
185         (wl-summary-redisplay-internal): Push last message number into
186         `wl-summary-buffer-message-ring'.
187
188         * wl-vars.el (wl-summary-message-ring-max): New user option.
189
190 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
191
192         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
193         from `wl-draft-reply').
194         (wl-draft-reply): Use it.
195         (wl-draft-find-reply-headers): Avoid compile warning.
196
197 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
198
199         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
200
201 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
202
203         * wl-message.el (wl-message-flag-indicator): New function.
204         (wl-message-redisplay): Use it.
205
206 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
207
208         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
209
210 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
211
212         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
213         instead of `read-event'.
214
215         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
216
217         * wl-mule.el (wl-read-event-char): Ditto.
218
219         * wl-e21.el (wl-read-event-char): Ditto.
220
221 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
222
223         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
224
225 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
226
227         * wl-vars.el (wl-draft-send-confirm-type): New user option.
228
229         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
230
231         * wl-draft.el (wl-draft-send-confirm): Confirmation by
232         `wl-draft-send-confirm-type'
233
234 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
235
236         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
237         Avoid error when the buffer name is already used.
238
239 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
240
241         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
242         the change of elmo-nmz -> elmo-search.
243         (wl-highlight-summary-line-help-echo-alist): Ditto.
244         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
245         (wl-nmz-folder-icon): Define as obsolete.
246         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
247         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
248
249 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
250
251         * wl-summary.el (wl-summary-get-list-info): Rewrite with
252         `elmo-find-list-match-value'
253
254 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
255
256         * wl-summary.el (wl-summary-get-list-info): Optimize.
257         Use List-Id and List-Post also.
258
259 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
260
261         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
262
263 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
264
265         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
266
267 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
268
269         * wl-util.el (wl-completing-read-multiple-1): New internal function.
270         (wl-completing-read-multiple-2): Ditto.
271         (wl-completing-read-multiple): Define use above functions.
272
273         * wl-summary.el (wl-summary-sort): Removed the workaround for a
274         bug of `completing-read-multiple' about default value.
275
276         * wl-xmas.el (wl-completing-read-multiple): Removed.
277
278         * wl-mule.el (wl-completing-read-multiple): Ditto.
279
280         * wl-e21.el (wl-completing-read-multiple): Ditto.
281
282 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
283
284         * wl-util.el (wl-filter-associations): New function.
285
286         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
287         (wl-spam-ignored-folder-list): Ditto.
288         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
289         (wl-spam-string-member-p): New function.
290         (wl-spam-domain): Use it.
291         (wl-spam-split-numbers): New function.
292         (wl-spam-apply-partitions): Ditto.
293         (wl-spam-register-spam-messages): Use `folder' instead of
294         `wl-summary-buffer-elmo-folder'.
295         (wl-spam-register-good-messages): Ditto.
296         (wl-summary-exec-action-spam): Decide a domain by real folder of
297         message.
298         (wl-summary-exec-action-refile-with-register): Likewise.
299
300 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
301
302         * wl-e21.el (wl-e21-find-image): New function.
303         (wl-e21-setup-toolbar): Use it instead of `find-image'.
304         (wl-e21-highlight-folder-group-line): Ditto.
305         (wl-folder-init-icons): Ditto.
306         (wl-plugged-init-icons): Ditto.
307         (wl-biff-init-icons): Ditto.
308
309 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
310
311         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
312         (wl-inhibit-save-drafts): New internal variable.
313         (wl-disable-auto-save): Ditto.
314         (wl-save-drafts): Treat above variables.
315         (wl-auto-save-drafts): New function.
316         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
317         `wl-stop-save-drafts'.
318         (wl-start-save-drafts): New function.
319         (wl-stop-save-drafts): Ditto.
320         (wl-set-auto-save-draft): New command.
321
322         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
323         `wl-set-save-drafts'.
324
325 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
326
327         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
328         `make-local-variable' instead of `make-variable-buffer-local'.
329
330 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
331
332         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
333
334 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
335
336         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
337
338 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
339
340         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
341         of working buffer.
342
343 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
344
345         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
346
347         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
348         value into recipients; Bind `wl-draft-remove-group-list-contents'
349         as nil.
350
351 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
352
353         * wl-summary.el (wl-summary-sort): Fixed the last change.
354
355         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
356         (wl-summary-sort-messages): Ditto.
357         (wl-summary-rescan): Use it.
358         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
359         `completing-read'; Append candidates for reverse order.
360
361 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
362
363         * Version number is increased to 2.15.2.
364
365 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
366
367         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
368         "Smaller".
369         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
370
371 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
372
373         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
374
375 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
376
377         * wl-vars.el (wl-draft-additional-header-alist): Add into the
378         customize group `wl-draft'.
379         (wl-draft-add-in-reply-to): Move customize group from `wl' to
380         `wl-draft'.
381         (wl-draft-add-references): Ditto.
382
383         * wl-action.el (wl-summary-print-argument): Rename argument from
384         `folder' to `data'.
385
386 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
387
388         * wl-summary.el (wl-summary-rescan-message): Call
389         `wl-thread-cleanup-symbols' before insert thread.
390
391 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
392
393         * wl.el (wl-init): Set `elmo-get-folder-function' as
394         `wl-folder-make-elmo-folder'.
395
396         * wl-spam.el (wl-summary-exec-action-spam): Use
397         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
398
399         * wl-folder.el (wl-folder-make-elmo-folder): New function.
400         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
401         `elmo-make-folder'.
402         (wl-folder-get-elmo-folder): Ditto.
403         (wl-folder-create-subr): Simplify.
404
405 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
406
407         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
408
409 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
410
411         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
412         contents in message buffer instead of original buffer. If optional
413         argument specified, ask coding system for encode.
414
415 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
416
417         * wl-spam.el (wl-summary-test-spam-region): New function.
418         (wl-spam-setup): Bind "rkc".
419
420 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
421
422         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
423
424 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
425
426         * wl-spam.el (wl-summary-test-spam): Fix typo.
427         (wl-message-check-spam): Ditto.
428
429 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
430
431         * wl-summary.el (wl-summary-default-from): Simplify.
432
433 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
434
435         * wl-action.el (wl-summary-exec-action-refile): Simplify.
436         (wl-summary-exec-action-copy): Ditto.
437         (wl-summary-auto-refile): Check existence of temporary mark.
438
439 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
440
441         * wl-summary.el (wl-summary-create-line): Use
442         `elmo-time-to-datevec'.
443
444         * wl-expire.el (wl-expire-archive-date): Ditto.
445         (wl-expire-localdir-date): Ditto.
446
447         * wl-util.el (wl-day-number): Abolish.
448
449         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
450         of `wl-day-number'.
451         (wl-score-followup): Ditto.
452         (wl-score-add-followups): Ditto.
453         (wl-score-get-latest-msgs): Ditto.
454         (wl-score-get-header-entry): Ditto.
455         (wl-score-edit-insert-date): Ditto.
456
457 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
458
459         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
460         `elmo-message-entity-field' with 2nd argument `type'.
461
462 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
463
464         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
465
466 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
467
468         * wl-thread.el (wl-thread-delete-message): Delete descendant
469         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
470
471 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
472
473         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
474
475 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
476
477         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
478         `Access folder'.
479
480 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
481
482         * wl-vars.el (wl-access-folder-icon): New user option.
483
484         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
485         `Access folder'.
486
487 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
488
489         * wl-summary.el (wl-summary-buffer-set-folder): Use
490         `wl-folder-mime-charset'.
491
492         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
493         `mime-charset'.
494         (wl-folder-get-elmo-folder): Ditto.
495         (wl-folder-mime-charset): New function.
496
497 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
498
499         * wl-util.el (wl-parse-addresses): Define alias of
500         `elmo-parse-addresses' (move to `elmo-util.el').
501
502         * wl-summary.el (wl-summary-default-from): Follow the API change.
503         (wl-summary-overview-entity-compare-by-date): Ditto.
504         (wl-summary-overview-entity-compare-by-from): Ditto.
505         (wl-summary-get-list-info): Get value of `ml-info' field from
506         entity at first.
507         (wl-summary-rescan-message): Treat prefix argument.
508         (wl-summary-prefetch-msg): Follow the API change.
509         (wl-summary-search-by-subject): Ditto.
510         (wl-summary-insert-thread): Ditto.
511         (wl-summary-line-subject): Ditto.
512         (wl-summary-line-from): Ditto.
513         (wl-summary-create-line): Ditto.
514         (wl-summary-print-message-with-ps-print): Ditto.
515
516         * wl-score.el (wl-score-ov-entity-get): Ditto.
517         (wl-score-followup): Ditto.
518         (wl-score-add-followups): Use `elmo-message-entity-field' instead
519         of `car'.
520         (wl-score-get-latest-msgs): Follow the API change.
521         (wl-score-get-header): Ditto.
522
523         * wl-refile.el (wl-refile-learn): Ditto.
524         (wl-refile-subject-learn): Ditto.
525         (wl-refile-get-field-value): Ditto.
526         (wl-refile-guess-by-history): Ditto.
527         (wl-refile-guess-by-subject): Ditto.
528
529         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
530
531         * wl-expire.el (wl-expire-date-p): Removed.
532         (wl-expire-archive-date): Follow the API change.
533         (wl-expire-localdir-date): Ditto.
534         (wl-summary-expire): Ditto.
535
536         * Version number is increased to 2.15.1.
537
538 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
539
540         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
541         group is access or not (it is not strict, like wl-fldmgr-rename).
542
543 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
544
545         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
546         duplicate call of `wl-summary-print-argument' on the wrong line.
547
548 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
549
550         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
551         even if argument `number' is nil.
552         (wl-summary-insert-line): Print action argument if current message
553         has it.
554
555 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
556
557         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
558         (wl-draft-reply): Ditto.
559         (wl-draft): Add optional argument `parent-number' and call
560         `wl-draft-create-buffer' with it.
561         (wl-draft-create-buffer): Add optional argument
562         `parent-number'. Set wl-draft-parent-number as it.
563
564 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
565
566         * wl-folder.el (wl-folder-set-persistent-mark): If summary
567         buffer is not for given folder, don't use it.
568
569 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
570
571         * Version number is increased to 2.15.0.
572
573 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
574
575         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
576
577         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
578         (wl-highlight-get-face-by-name): New internal function.
579         (wl-highlight-summary-line-face-spec): Use it and fixed.
580
581 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
582
583         * wl-summary.el (wl-summary-sync-update): Use
584         `elmo-message-entity-field' instead of `car' to get message-id
585         from overview entity.
586
587         * wl-summary.el (wl-summary-rescan-message): Call
588         `wl-highlight-summary-displaying' when displaying a message.
589
590 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
591
592         * wl-draft.el (wl-draft-config-info-filename): Extracted from
593         `wl-draft-config-info-operation'.
594         (wl-draft-buffer-change-number): New function.
595         (wl-draft-rename-saved-config): Ditto.
596         * wl.el (wl-init): Connect slot for message-number-changed.
597         (toplevel): Add autoload for wl-draft-rename-saved-config.
598
599 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
600
601         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
602         `update-overview'
603         (wl-summary-buffer-detach): Disconnect from it.
604         (wl-summary-rescan-message): Use command.
605
606         * wl-message.el (wl-message-buffer-display): Use
607         `with-current-buffer' instead of `save-excursion'.
608
609 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
610
611         * wl-mime.el (wl-draft-preview-attributes-list): Protect
612         wl-draft-preview-attributes-list from distraction.
613
614 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
615
616         * wl-summary.el (wl-summary-sync-update): Sort the return value of
617         `elmo-list-diff'.
618
619 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
620
621         * wl-summary.el
622         (wl-summary-edit-addresses-collect-candidate-fields): Use
623         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
624
625         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
626         instead of `elmo-set-work-buf'.
627
628         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
629         (wl-address-make-address-list): Ditto.
630
631         * Version number is increased to 2.13.3.
632
633 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
634
635         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
636         user option.
637
638         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
639         argument `5'.
640
641         * wl-message.el (wl-message-display-no-merge-p): New function.
642         (wl-message-buffer-display): Check whether the message is
643         reassembled and follow the API change.
644
645 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
646
647         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
648         multibyte on working buffer and removed unnecessary
649         `buffer-disable-undo'.
650
651 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
652
653         * wl-util.el (wl-read-search-condition-internal): Fixed the last
654         change.
655
656 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
657
658         * wl-util.el (wl-read-search-condition-internal): Protect
659         elmo-global-flags from distraction.
660
661 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
662
663         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
664
665         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
666         (wl-summary-event-handler): Ditto.
667         (wl-summary-update-persistent-mark-on-event): New
668         function (renamed from `elmo-event-handler-flag-changed').
669         (wl-summary-buffer-attach): New function.
670         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
671         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
672         instead of `elmo-folder-add-handler'.
673
674         * Version number is increased to 2.13.2.
675
676 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
677
678         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
679         and "\177" to the `wl-news-previous-page'.
680         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
681         (wl-news-previous-page): New function.
682
683 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
684
685         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
686         instead of `write-region' and simplify.
687
688 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
689
690         * wl-template.el (wl-template-select): Cause error if
691         `wl-template-alist' is nil.
692
693 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
694
695         * wl-news.el.in: Set file variable `no-byte-compile'.
696
697 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
698
699         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
700         whether a target message is within displaying area.
701         (elmo-event-handler-cache-changed): Ditto.
702
703 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
704
705         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
706         to `defun'.  Use `nconc' instead of `append' to collect descendant
707         message numbers.
708
709 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
710
711         * wl-thread.el (wl-thread-save-top-list)
712         (wl-thread-save-entities): Use `with-temp-buffer'.
713         * wl-news.el.in (wl-news-previous-version-load):
714         (wl-news-previous-version-save): Ditto.
715         * wl-summary.el (wl-summary-load-file-object)
716         (wl-summary-save-view-cache): Ditto.
717
718 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
719
720         * wl-util.el (toplevel): Require 'elmo-flag'.
721         (wl-read-search-condition): New function (Renamed from
722         `elmo-read-search-condition').
723         (wl-read-search-condition-internal): Likewise.
724
725         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
726         invalid.
727         (wl-summary-pick): Use `wl-read-search-condition' instead of
728         `elmo-read-search-condition'.
729         (wl-summary-virtual): Ditto.
730
731         * wl-folder.el (wl-folder-virtual): Ditto.
732         (wl-folder-pick): Ditto.
733
734         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
735
736 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
737
738         * wl-summary.el (wl-summary-reedit): Call
739         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
740
741 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
742
743         * wl-mime.el (toplevel): Require wl-vars.
744
745         * wl-message.el (toplevel): Require cl at compile.
746
747         * wl-draft.el (toplevel): Require elmo.
748
749 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
750
751         * wl-message.el (wl-message-buffer-prefetch): Count is a number
752         and do nothing when it is not positive.
753         (wl-message-buffer-prefetch-next): Ditto.
754
755 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
756
757         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
758         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
759         (wl-summary-redisplay-internal): Ditto.
760
761         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
762         message (the condition is borrowed from `wl-check-variables-2').
763         (wl-summary-redisplay-internal): Ditto.
764
765 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
766
767         * wl-mime.el (wl-draft-nntp-attribute): New function.
768         (wl-draft-attribute-nntp-posting-server): Use it.
769         (wl-draft-attribute-nntp-posting-port): Ditto.
770
771         * wl-mime.el (wl-draft-preview-attributes-list): New function.
772         (wl-draft-show-attributes-buffer): Ditto.
773         (wl-draft-hide-attributes-buffer): Ditto.
774         (wl-draft-attribute-newsgroups): Ditto.
775         (wl-draft-attribute-nntp-posting-server): Ditto.
776         (wl-draft-attribute-nntp-posting-port): Ditto.
777         (wl-draft-preview-message): Use there functions.
778
779         * wl-vars.el (wl-draft-preview-attributes-list): Change default
780         value.
781
782 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
783
784         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
785         (wl-draft-reedit): Ditto.
786         (wl-draft-queue-flush): Ditto.
787
788         * wl-mime.el (wl-message-request-partial): Ditto.
789         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
790         instead of `elmo-message-fetch'.
791
792         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
793
794         * wl-summary.el (wl-summary-message-string): Ditto.
795
796 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
797
798         * wl-util.el (wl-current-message-buffer): Follow the API change.
799
800         * wl-summary.el (wl-summary-redisplay-internal): Call
801         `wl-summary-mark-as-read' with 2nd argument as nil and update
802         unread count instead of persistent mark.
803
804         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
805         variable.
806         (wl-message-redisplay): Follow the API change.
807         (wl-message-buffer-display): Managed mime-entity directly and
808         return preview buffer only.
809         (wl-message-display-internal): Rewrite.
810         (wl-message-buffer-prefetch-subr): Not save return value of
811         `wl-message-buffer-display'.
812
813         * Version number is increased to 2.13.1.
814
815 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
816
817         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
818         'elmo-multiple-fields-body-list' with boundary specified.
819
820 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
821
822         * wl-vars.el (wl-summary-resend-use-cache): New variable.
823         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
824         cache if `wl-summary-resend-use-cache' is non-nil.
825
826 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
827
828         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
829         (wl-nntp-posting-stream-type): Ditto.
830
831 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
832
833         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
834
835 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
836
837         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
838         message.
839
840 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
841
842         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
843         Abolish.
844         (wl-summary-buffer-persistent-mark-version): New internal
845         variable.
846         (wl-summary-update-mark-and-highlight-window): Check by
847         wl-summary-persistent-mark-invalid-p.
848         (wl-summary-update-status-marks): Ditto.
849         (elmo-event-handler-flag-changed): Rewrite.
850         (elmo-event-handler-cache-changed): Define.
851         (wl-summary-prefetch-msg): Does not update persistent mark here.
852         (wl-summary-delete-cache): Ditto.
853         (wl-summary-resume-cache-status): Ditto.
854         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
855         (wl-summary-persistent-mark-invalid-p): New function.
856         (wl-summary-validate-persistent-mark): Ditto.
857         (wl-summary-validate-persistent-mark-string): Ditto.
858         (wl-summary-invalidate-persistent-mark): Ditto.
859         (wl-summary-update-persistent-mark): Call
860         `wl-summary-validate-persistent-mark'.
861         (wl-summary-create-line): Call
862         `wl-summary-validate-persistent-mark-string'.
863
864         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
865         status as t if cache used.
866
867 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
868
869         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
870         only if the target is group.
871         * wl-folder.el (wl-folder-append-petname): Don't check group name.
872
873 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
874
875         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
876
877 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
878
879         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
880
881         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
882
883 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
884
885         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
886         (Thanks to Yoichi NAKAYAMA).
887
888 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
889
890         * wl-util.el (wl-save-drafts): Restore echo area.
891
892 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
893
894         * Version number is increased to 2.13.0.
895
896         * wl-util.el (wl-biff-check-folder-async): Use
897         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
898
899 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
900
901         * wl-message.el (wl-message-display-internal): Does not put
902         wl-message-display-type property on message buffer.
903         (wl-message-buffer-display-type): New function.
904
905         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
906
907         * wl-summary.el (wl-summary-mode): Use `dolist' to add
908         `wl-summary-buffer-detach'.
909         (wl-summary-message-display-type): Use
910         `wl-summary-buffer-display-type'.
911
912 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
913
914         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
915         buffer-local.
916
917         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
918         kill-buffer-hook instead of make-local-variable.
919         (wl-draft-preview-message): Set `local' argument of add-hook as t.
920
921 2004-12-12  Scott Renfro <scott@renfro.org>
922
923         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
924         regex for square-branket.
925
926 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
927
928         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
929         `wl-message-mime-analysis-p' with argument `header'.
930
931 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
932
933         * wl-mime.el (wl-draft-yank-current-message-entity): 
934         Switch to no-mime following method according to wl-message-display-type
935         property.
936         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
937
938         * wl-message.el (wl-message-display-internal): 
939         Put wl-message-display-type property on message buffer.
940
941         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
942         (wl-message-display-internal): Ditto;
943
944         * wl-summary.el (wl-summary-toggle-mime): Ditto.
945
946 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
947
948         * wl-message.el (wl-message-make-display-type): New function.
949         (wl-message-display-type-property): Ditto.
950         (wl-message-mime-analysys-p): Ditto.
951         (wl-message-display-all-header-p): Ditto.
952         (wl-message-redisplay): Removed argument `as-is', `all-header' and
953         added `display-type'.
954         (wl-message-buffer-display): Likewise.
955         (wl-message-display-internal): Likewise.
956         (wl-message-buffer-display-type): Abolish.
957         (wl-message-buffer-prefetch-subr): Follow the API changed.
958
959         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
960         from wl-summary-buffer-display-all-header and changed default value.
961         (wl-summary-message-display-type): New function.
962         (wl-summary-buffer-display-mime-mode): Ditto.
963         (wl-summary-buffer-display-header-mode): Ditto.
964         (wl-summary-toggle-mime): Rewrite with above functions.
965         (wl-summary-toggle-all-header): Ditto.
966         (wl-summary-redisplay): Force redisplay with default mode.
967         (wl-summary-redisplay-internal): Renamed argument from `mode',
968         `all-header' to `mime-mode', `header-mode'.
969         Use `wl-message-make-display-type'.
970
971         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
972         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
973
974 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
975
976         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
977
978 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
979
980         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
981         in original message buffer.
982         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
983         buffer.
984
985 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
986
987         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
988
989 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
990
991         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
992
993 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
994
995         * wl-action.el (wl-summary-exec-action-refile): Display a done message
996         when actions succeeded.
997         (wl-summary-exec-action-copy): Likewise.
998
999 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1000
1001         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1002         there is switch-to-buffer at the end of wl-message-select-buffer.
1003         (wl-summary-reply): Ditto.
1004
1005 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1006
1007         * wl-summary.el (wl-summary-forward): Put subject in original
1008         message buffer as argument of wl-draft-forward.
1009         * wl-draft.el (wl-draft-forward): Decode subject as in
1010         wl-draft-reply.
1011
1012 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1013
1014         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1015         a folder under access group.
1016
1017 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1018
1019         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1020         wl-message-buffer-display.
1021
1022         * wl-util.el (wl-set-save-drafts): Fix typo.
1023
1024 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1027         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1028         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1029         the way to measure the width of a bitmap image; don't put face on
1030         ascii and bitmap images; put the mark which should not use the
1031         variable-pitch face on ascii and bitmap images.
1032         (wl-demo-setup-properties): Don't use the variable-pitch face on
1033         ascii and bitmap images; made it work on Emacs 20 and earlier.
1034         (wl-demo-insert-text): End with a newline at the bottom; don't put
1035         face on text.
1036
1037         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1038
1039 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1040
1041         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1042
1043         * wl-util.el (wl-save-drafts): Moved from sample setting.
1044         (wl-set-save-drafts): New function to set idle timer.
1045         * wl-draft.el (wl-draft): Call it.
1046         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1047
1048 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1049
1050         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1051         a summary which has toggle display status off.
1052
1053 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1054
1055         * wl-draft.el (wl-draft-do-fcc): No cache save.
1056
1057 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1058
1059         * wl-summary.el (elmo-event-handler-flag-changed): Use
1060         `set-buffer' instead of `with-current-buffer'.
1061
1062 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1063
1064         * wl-summary.el (wl-summary-after-resize-function): New function.
1065         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1066         window-size-change-functions.
1067
1068 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1069
1070         * wl-draft.el (wl-draft-create-buffer): Bind
1071         `change-major-mode-hook' after current buffer is changed.
1072
1073         * wl-summary.el (wl-summary-buffer-detach): New function.
1074         (wl-summary-buffer-set-folder): Call it.
1075         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1076         change-major-mode-hook and kill-buffer-hook.
1077         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1078         (wl-summary-switch-to-clone-buffer): Ditto.
1079         (wl-summary-goto-folder-subr): Ditto.
1080
1081 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1082
1083         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1084         after boundp check.
1085
1086 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1087
1088         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1089         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1090         for `kill-buffer'.
1091
1092         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1093         handler of current buffer from elmo-folder.
1094
1095 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1096
1097         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1098
1099 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1100
1101         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1102         variable.
1103         (wl-summary-event-handler): New class.
1104         (elmo-event-handler-flag-changed): Define to update persistent
1105         mark.
1106         (wl-summary-buffer-set-folder): Register event handler to
1107         elmo-folder.
1108         (wl-summary-exit): Unregister event handler.
1109         (wl-summary-goto-folder-subr): Ditto.
1110         (wl-summary-mark-as-read-all): Does not call
1111         `wl-summary-update-persistent-mark' directly.
1112         (wl-summary-mark-as-read-internal): Ditto.
1113         (wl-summary-set-persistent-mark-internal): Ditto.
1114         (wl-summary-set-flags-internal): Ditto.
1115
1116         * Version number is increased to 2.11.33.
1117
1118 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1119
1120         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1121         to nil.
1122
1123 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1124
1125         * wl-spam.el (wl-spam-setup): Add hook
1126         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1127         instead of `wl-summary-prepare-hook'.
1128
1129         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1130         if folder type is `'flag'.
1131         (wl-summary-mark-as-important): Ditto.
1132
1133 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1134
1135         * wl-address.el (wl-address-minibuffer-history): New variable.
1136         (wl-address-minibuffer-local-map): New keymap.
1137         (wl-address-read-from-minibuffer): New function.
1138
1139         * wl-action.el (wl-summary-get-resend-address): Use
1140         `wl-address-read-from-minibuffer' instead of `completing-read'.
1141
1142 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1143
1144         * Version number is increased to 2.11.32.
1145
1146 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1147
1148         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1149         without mule to iso-8859-1.
1150         (wl-draft-add-in-reply-to): Add note in description.
1151         (wl-draft-add-references): Ditto.
1152
1153 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1154
1155         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1156         definition for `m'.
1157         (wl-summary-mode-line-format): Add '[%m]'.
1158         (wl-message-mode-line-format-spec-alist): Ditto.
1159         (wl-summary-display-mime-mode-list): New variable.
1160
1161         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1162         from wl-summary-buffer-display-as-is.
1163         (wl-summary-buffer-display-all-header): New buffer local variable.
1164         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1165         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1166         instead of wl-summary-buffer-display-as-is.
1167         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1168         (wl-summary-set-persistent-mark): Ditto.
1169         (wl-summary-set-message-buffer-or-redisplay): Just call
1170         `wl-summary-redisplay-internal' without optional arguments.
1171         (wl-summary-toggle-mime): Rewrite.
1172         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1173         (wl-summary-toggle-all-header): New function.
1174         (wl-summary-redisplay-internal): Treat mime mode.
1175
1176         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1177         to wl-mime-preview-follow-no-mime.
1178         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1179         accodring to the display-mode.
1180
1181         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1182         (wl-message-buffer-display): Changed argument name from `as-is' to
1183         `mode'.
1184         (wl-message-display-internal): Ditto;
1185         Bind elmo-mime-display-header-analysis according to the mode.
1186         (wl-message-display-internal): Put wl-message-display-mime-mode
1187         property on entire buffer.
1188
1189 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1190
1191         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1192
1193 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1194
1195         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1196         Don't extract mail address.
1197         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1198
1199         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1200
1201         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1202
1203 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1204
1205         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1206         wl-fldmgr-cut-entity-list on confirmation.
1207
1208 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1209
1210         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1211         (wl-mime-quit-preview): Check existence of
1212         mime-edit-temp-message-buffer here.
1213
1214 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1215
1216         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1217         after deletion.
1218
1219         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1220         before calling wl-mime-quit-preview.
1221
1222 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1223
1224         * wl-summary.el (wl-summary-pick): If call it with prefix
1225         argument, set `delete-marks' as non-nil. Pick from only visible
1226         messages.
1227         (wl-summary-check-target-mark): New function.
1228         (wl-summary-target-mark-mark-as-read): Use it.
1229         (wl-summary-target-mark-mark-as-unread): Ditto.
1230         (wl-summary-target-mark-operation): Ditto.
1231         (wl-summary-target-mark-set-flags): Ditto.
1232         (wl-summary-target-mark-save): Ditto.
1233         (wl-summary-target-mark-pick): Ditto.
1234         (wl-summary-target-mark-forward): Ditto.
1235         (wl-summary-target-mark-reply-with-citation): Ditto.
1236         (wl-summary-target-mark-print): Ditto.
1237         (wl-summary-target-mark-uudecode): Ditto.
1238
1239         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1240         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1241         with `ask-coding' is non-nil.
1242
1243 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1244
1245         * wl-thread.el (wl-thread-set-parent): If parent is a message
1246         which is identified by references, set linked as nil.
1247
1248 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1249
1250         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1251         (wl-message-mode-line-format-spec-alist): Ditto.
1252         (wl-message-mode-line-format): Ditto.
1253         (wl-summary-mode-line-format): Ditto for docstring.
1254         (wl-summary-no-mime-folder-list): Fix typo.
1255
1256         * wl-util.el (wl-current-message-buffer): Call
1257         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1258
1259         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1260         variable.
1261         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1262         of `wl-summary-redisplay-no-mime'.
1263         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1264         (wl-summary-toggle-mime): New function.
1265         (wl-summary-redisplay-all-header): Rewrite.
1266         (wl-summary-redisplay-no-mime): Ditto.
1267         (wl-summary-redisplay-internal): Added argument `as-is' and
1268         `all-header'.
1269
1270         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1271         New variable.
1272         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1273         bottom.
1274         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1275         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1276         "/" unconditionally.
1277
1278         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1279         wl-mime-preview-follow-no-mime for as-is content.
1280         (wl-mime-preview-follow-no-mime): New function.
1281         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1282
1283         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1284         and added `as-is', `all-header'.
1285         (wl-message-buffer-display): Ditto.
1286         (wl-message-buffer-display-type): New function.
1287
1288 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1289
1290         * wl-vars.el (wl-message-header-button-alist): Change default
1291         value.
1292         (wl-message-body-button-alist): Ditto.
1293
1294 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1295
1296         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1297
1298 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1299
1300         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1301
1302 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1303
1304         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1305         is always true.
1306
1307 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1308
1309         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1310         on null entity.
1311
1312 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1313
1314         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1315
1316 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1317
1318         * wl-vars.el (wl-summary-resend-hook): New hook.
1319
1320         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1321         `wl-summary-resend-hook'.
1322
1323 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1324
1325         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1326         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1327         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1328         (wl-summary-new-cached-mark): Changed default value to 'n'.
1329         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1330         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1331         (wl-folder-sync-range-alist): Remove spec for 'flag.
1332         (wl-summary-force-prefetch-folder-list): New user option.
1333
1334         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1335         `wl-summary-toggle-persistent-mark'.
1336         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1337         number is nil.
1338         (wl-summary-mark-as-answered-region): Set interactive argument of
1339         `wl-summary-set-persistent-mark-internal'.
1340         (wl-summary-mark-as-important-region): Ditto.
1341         (wl-summary-unset-persistent-mark): Ditto.
1342         (wl-summary-set-persistent-mark): Ditto.
1343         (wl-summary-mark-as-answered): Ditto.
1344         (wl-summary-mark-as-important): Ditto.
1345         (wl-summary-set-persistent-mark-internal): Do nothing
1346         when `elmo-message-flag-available-p' is nil.
1347         (wl-summary-toggle-persistent-mark): New function.
1348         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1349         when the folder matches `wl-summary-force-prefetch-folder-list'.
1350
1351
1352         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1353         when number is nil.
1354         (wl-highlight-summary-forwarded-face): New face.
1355
1356 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1357
1358         * Version number is increased to 2.11.31.
1359
1360 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1361
1362         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1363         (wl-biff-check-folder-async): Ditto.
1364         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1365
1366 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1367
1368         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1369         Add an argument `reverse'.  All callers are updated.
1370         (wl-summary-sort): Add a prefix argument `reverse' to specify
1371         reverse sorting.
1372         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1373         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1374         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1375
1376 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1377
1378         * wl-message.el (wl-message-redisplay): Does not narrow header if
1379         disply-type is all-header or as-is.
1380
1381         * wl-summary.el (wl-summary-enter-handler): Use
1382         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1383
1384 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1385
1386         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1387         after adding wl-draft-parent-variables.
1388         (wl-draft-forward): Ditto.
1389
1390 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1391
1392         * wl-summary.el (wl-summary-sync-marks): Call
1393         `wl-summary-set-persistent-mark' and
1394         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1395         (wl-summary-set-persistent-mark-internal): Add 4th argument
1396         `no-server'.
1397         (wl-summary-unset-persistent-mark): Ditto.
1398         (wl-summary-set-persistent-mark): Ditto.
1399         (wl-summary-add-flags-internal): Abolish.
1400         (wl-summary-remove-flags-internal): Ditto.
1401         (wl-summary-mark-as-important-internal): Ditto.
1402         (wl-summary-mark-as-important): Use
1403         `wl-summary-set-persistent-mark' instead of
1404         `wl-summary-add-flags-internal'.
1405         (wl-summary-mark-as-important-region): Ditto.
1406
1407         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1408
1409         * wl-summary.el (wl-summary-get-available-flags): New function.
1410         (wl-summary-sync-marks): Use it and simplified.
1411         (wl-summary-unset-persistent-mark): Use
1412         `wl-summary-get-available-flags'.
1413         (wl-summary-set-persistent-mark): Ditto.
1414
1415 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1416
1417         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1418         id.
1419
1420 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1421
1422         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1423         number, call `wl-summary-prev-line-content'. Show message when the
1424         message is not found.
1425
1426 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1427
1428         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1429         wl-summary-enter-handler.
1430         (wl-summary-enter-handler): New command.
1431
1432         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1433         docstring and custom spec.
1434
1435         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1436         flags too; Don't treat Cached and New.
1437         (wl-summary-set-persistent-mark): Ditto.
1438
1439         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1440         `wl-folder-set-flag'.
1441
1442         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1443         instead of `wl-folder-set-flag'.
1444
1445         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1446         for completion.
1447         (wl-summary-set-persistent-mark): Ditto.
1448
1449         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1450         instead of `wl-draft-quit-preview'.
1451
1452         * wl-mime.el (toplevel): Avoid compile warning.
1453         (wl-mime-quit-preview): New function
1454         (formarly defined as `wl-draft-quit-preview').
1455         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1456         quitting method.
1457
1458         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1459
1460         * wl-folder.el (wl-folder-set-flag): Renamed from
1461         `wl-draft-set-flag-on-parent'.
1462
1463         * wl-draft.el (wl-draft-quit-preview): New function.
1464         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1465         (wl-draft-send): Call `wl-folder-set-flag' instead of
1466         `wl-draft-set-flag-on-parent'.
1467         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1468
1469 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1470
1471         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1472         (wl-draft-send): Ditto.
1473
1474 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1475
1476         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1477         (wl-draft-kill-pre-hook): Set default value as nil.
1478         (wl-summary-reply-hook): Ditto.
1479         (wl-draft-kill-flags): Abolish.
1480
1481         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1482         (wl-draft-parent-variables): Renamed from
1483         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1484         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1485         argument; Add wl-draft-parent-variables to
1486         wl-draft-config-variables.
1487         (wl-draft-reply): Likewise.
1488         (wl-draft-kill-flags): Abolish.
1489         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1490         (wl-draft-set-flag-on-parent): New function.
1491         (wl-draft-setup-parent-flag): Ditto.
1492
1493 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1494
1495         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1496         `wl-draft-parent-folder' is "".
1497
1498 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1499
1500         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1501         (wl-summary-digit-jump): New function.
1502         (Adviced by John Owens and Hiroya Murata)
1503
1504         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1505         (Adviced by John Owens)
1506
1507         * wl-xmas.el (wl-message-define-keymap): Ditto.
1508
1509         * wl-mule.el (wl-message-define-keymap): Ditto.
1510
1511 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1512
1513         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1514         change of return value of elmo-folder-count-flags.
1515
1516         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1517         (wl-summary-mark-as-read-internal): Ditto.
1518         (wl-summary-set-persistent-mark-internal): Ditto.
1519         (wl-summary-folder-info-update): Ditto.
1520         (wl-summary-sync-update): Fixed the last change.
1521
1522         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1523
1524 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1525
1526         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1527         (wl-draft-kill-flags): Fixed docstring.
1528
1529         * wl-draft.el (wl-draft-kill-flags): New function.
1530         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1531
1532 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1533
1534         * wl-vars.el (wl-reply-hook): Abolish.
1535         (wl-draft-reply-hook): New hook.
1536         (wl-summary-reply-hook): Ditto.
1537         (wl-draft-forward-hook): Ditto.
1538         (wl-summary-forward-hook): Ditto.
1539         (wl-draft-kill-flags): New variable.
1540
1541         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1542         wl-summary-set-persistent-mark-internal.
1543         (wl-summary-sync-marks): Use elmo-preserved-flags.
1544         (wl-summary-update-persistent-mark): Make it interactive.
1545         (wl-summary-set-persistent-mark-internal): New inline function.
1546         (wl-summary-mark-as-answered): Use it.
1547         (wl-summary-mark-as-unanswered): Ditto.
1548         (wl-summary-unset-persistent-mark): New function.
1549         (wl-summary-set-persistent-mark): Ditto.
1550         (wl-summary-reply): Don't set answered flag;
1551         Run wl-summary-reply-hook instead.
1552         (wl-summary-forward): Call wl-draft-forward with number.
1553         Run wl-summary-forward-hook.
1554
1555         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1556         (wl-highlight-summary-line-face-spec): Use it as a default
1557         persistent mark face.
1558
1559         * wl-draft.el (wl-draft-forward): Added optional argument number;
1560         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1561         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1562         (wl-draft-kill): Use wl-draft-kill-flags.
1563
1564         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1565
1566         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1567         of return value of elmo-folder-count-flags.
1568
1569         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1570
1571         * wl-summary.el (wl-summary-count-unread): Ditto.
1572         (wl-summary-sync-update): Follow the change above.
1573         (wl-summary-force-prefetch): New function.
1574
1575 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1576
1577         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1578         variable `buf' with `let' instead of `setq'.
1579
1580 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1581
1582         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1583         add Content-Disposition heaeder on the deleted part.
1584
1585 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1586
1587         * wl-draft.el (wl-draft-save): Encode address list under edit by
1588         `eword-encode-unstructured-field-body'.
1589
1590         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1591
1592 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1593
1594         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1595         wl-current-summary-buffer.
1596
1597 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1598
1599         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1600         `numbers' is ignored.
1601
1602 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1603
1604         * wl-folder.el (wl-folder-open-folder): Avoid error.
1605         Reported by John Owens, [wl-en:815]
1606
1607         * wl.el (wl): Set timer for biff process even if prefix argument
1608         is given or auto-checking is quitted.
1609
1610         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1611         immediately.
1612         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1613         (wl-toggle-plugged): Ditto.
1614
1615         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1616         * wl-util.el (wl-biff-start): Use idle timer if
1617         `wl-biff-use-idle-timer' is non-nil.
1618
1619 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1620
1621         * wl-highlight.el (wl-highlight-message): Fix description.
1622
1623 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1624
1625         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1626         tty.
1627
1628 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1629
1630         * wl-action.el (wl-summary-exec): Print failure count.
1631
1632 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1633
1634         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1635         to `defun', remove interactive form.
1636         Set elmo-message-fetch-confirm when force-reload is non-nil.
1637
1638 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1639
1640         * wl-summary.el (toplevel): Removed unnecessary autoload.
1641
1642 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1643
1644         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1645         the buffer is generated from another message buffer.
1646
1647 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1648
1649         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1650         extracted from `wl-fldmgr-save-folders'.
1651         (wl-fldmgr-delete): Call it after deletion.
1652
1653 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1654
1655         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1656         multi-tty support.
1657
1658 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1659
1660         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1661
1662 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1663
1664         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1665         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1666
1667 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1668
1669         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1670         unsubscribe list only if argument CLEAR is nil.
1671
1672 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1673
1674         * wl-draft.el (wl-draft-reply): Decode subject before removing
1675         Re: prefix.
1676
1677 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1678
1679         * wl-summary.el (wl-summary-sort-by-size): New command.
1680
1681 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1682
1683         * wl-summary.el (wl-summary-number-list-from-region): New
1684         function.
1685         (wl-summary-mark-as-read-region): Use it.
1686         (wl-summary-mark-as-unread-region): Ditto.
1687         (wl-summary-set-flags-region): Ditto and add optional argument
1688         remove.
1689         (wl-summary-mark-as-answered-region): Ditto.
1690         (wl-summary-mark-as-important-region): Ditto.
1691         (wl-summary-target-mark-mark-as-important): Added optional
1692         argument remove.
1693         (wl-summary-target-mark-mark-as-answered): Ditto.
1694         (wl-summary-target-mark-set-flags): Ditto.
1695
1696 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1697
1698         * wl-summary.el (wl-summary-set-flags-region): Call
1699         `wl-summary-set-flags-internal' with number list instead of call
1700         one by each message.
1701         (wl-summary-target-mark-set-flags): Likewise.
1702
1703 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1704
1705         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1706         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1707         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1708         (wl-summary-target-mark-mark-as-answered): Likewise.
1709
1710 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1711
1712         * wl-summary.el (wl-summary-target-mark-forward): Use
1713         `wl-summary-delete-all-target-marks' instead of
1714         `wl-summary-delete-all-temp-marks'.
1715         (wl-summary-target-mark-reply-with-citation): Ditto.
1716         (wl-summary-target-mark-uudecode): Ditto.
1717         (wl-summary-target-mark-set-flags): Ditto and remove needless
1718         cursor move.
1719
1720 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1721
1722         * wl-summary.el (wl-summary-target-mark-forward): Protect
1723         wl-summary-buffer-target-mark-list from nreverse.
1724         (wl-summary-target-mark-reply-with-citation): Ditto.
1725
1726 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1727
1728         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1729         `elmo-display-progress-threshold'.
1730
1731 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1732
1733         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1734         check `wl-summary-highlight'.
1735         (wl-summary-window-scroll-functions): Respect value of
1736         `wl-summary-highlight'.
1737         (wl-summary-sync-update): Run hooks
1738         `wl-summary-buffer-window-scroll-functions' at any time.
1739
1740 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1741
1742         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1743         from `wl-summary-cleanup-temp-marks'.
1744         (wl-summary-cleanup-temp-marks): Abolish argument.
1745         * wl.el (wl-save-status): Revert previous change.
1746         (wl-execute-temp-marks): New function, call
1747         `wl-summary-exec-with-confirmation'.
1748         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1749         (wl-folder-save-and-exec-marks): Abolished.
1750
1751 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1752
1753         * wl-e21.el (wl-e21-display-image-p): Respect
1754         `wl-highlight-folder-with-icon'.
1755         (wl-e21-highlight-folder-group-line): Highlight mouse line
1756         even if wl-e21-display-image-p is nil.
1757
1758         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1759         Respect value of `wl-summary-highlight'.
1760
1761         * wl.el (wl-save-status): Remove unused variable.
1762
1763         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1764         (wl-folder-mode-map): Bind it to "x".
1765
1766 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1767
1768         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1769
1770         * wl-thread.el (wl-thread-get-parent-list): Don't check
1771         disconnected ancestors, neglecting needless work in
1772         `wl-thread-update-indent-string-thread'.
1773
1774         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1775         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1776         argument, add argument default-keep to keep marks by default.
1777
1778         * Version number is increased to 2.11.30.
1779
1780         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1781         customization type and docstring.
1782         (wl-draft-reply-without-argument-list): Ditto.
1783
1784 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1785
1786         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1787
1788         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1789
1790 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1791
1792         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1793
1794 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1795
1796         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1797         save-excursion so as not to include run-hooks.
1798
1799 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1800
1801         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1802         Clarify that marks are going to be cleared.
1803
1804 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1805
1806         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1807         according to 3rd element of wl-summary-flag-mark.
1808
1809         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1810
1811 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1812
1813         * wl-action.el (wl-summary-target-mark-all): Don't set
1814         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1815
1816 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1817
1818         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1819         (wl-forward-subject-prefix): Ditto.
1820         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1821         (wl-draft-reply-make-subject): Ditto.
1822
1823         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1824         `wl-draft-forward'.
1825         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1826
1827 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1828
1829         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1830         target message does not exist.
1831
1832 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1833
1834         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1835         `wl-subject-prefix-regexp'.
1836         (wl-subject-forward-prefix-regexp): New variable.
1837         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1838         `wl-draft-strip-subject-re' and take regexp as argument.
1839         (wl-draft-forward): Use it.
1840         (wl-draft-reply): Ditto.
1841
1842 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1843
1844         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1845         emacs multi-tty support.
1846
1847 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1848
1849         * wl-e21.el (wl-e21-display-image-p): Don't call
1850         `display-images-p'.
1851         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1852         support.
1853         (wl-highlight-folder-current-line): Ditto.
1854         (wl-folder-init-icons): Ditto.
1855
1856 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1857
1858         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1859         the last line of summary in unplugged mode.
1860
1861 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1862
1863         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1864
1865 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1866
1867         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1868         * wl-address.el (wl-address-user-mail-address-p): Use it.
1869         (wl-address-delete-user-mail-addresses): Ditto.
1870         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1871
1872         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1873         (wl-address-delete-user-mail-addresses): Ditto.
1874
1875         * wl-address.el (wl-address-delete-user-mail-addresses): New
1876         function.
1877         * wl-refile.el (wl-refile-guess-by-history): Use it.
1878         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1879         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1880
1881         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1882         use wl-address-user-mail-address-p.
1883
1884 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1885
1886         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1887         after opening group.
1888
1889 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1890
1891         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1892         of elmo-set-buffer-multibyte.
1893
1894         * wl-message.el (wl-original-message-mode): Ditto.
1895
1896         * wl-score.el (wl-score-insert-header): Ditto.
1897
1898         * wl-summary.el
1899         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1900         (wl-summary-goto-folder-subr): Ditto.
1901         (wl-summary-insert-headers): Ditto.
1902
1903         * wl-util.el (wl-set-string-width): Ditto.
1904
1905         * Version number is increased to 2.11.29.
1906
1907 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1908
1909         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1910         (wl-highlight-summary-line-help-echo-alist): New variable.
1911         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1912         into `wl-highlight-summary-line-help-echo' and
1913         `wl-highlight-flag-folder-help-echo'.
1914         (wl-highlight-summary-line-string): Change accordingly.
1915         (wl-highlight-summary-current-line): Ditto.
1916
1917 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1918
1919         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1920         at the beginning of field body (Thanks to Markus Knittig).
1921
1922         * wl-draft.el (wl-draft-insert-current-message): Also check
1923         summary buffer, remove unnecessary tag.
1924
1925 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1926
1927         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1928         when wl-message-buffer is nil.
1929
1930         * wl-folder.el (wl-folder): Abolish unused argument.
1931         Call wl-folder-init when wl-folder-entity is nil.
1932         * wl.el (wl): Change accordingly.
1933
1934 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1935
1936         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1937         multibyte string before insert into draft buffer.
1938         (wl-draft-create-buffer): Always enable multibyte characters for
1939         draft buffer.
1940
1941         * Version number is increased to 2.11.28.
1942
1943 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1944
1945         * wl-folder.el (wl-folder-open-close): Handle blank line.
1946         (wl-folder-jump-to-current-entity): Ditto.
1947
1948 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1949
1950         * Version number is increased to 2.11.27.
1951
1952 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1953
1954         * wl-thread.el (wl-thread-insert-message): When the thread is
1955         devided by wl-summary-max-thread-depth, insert line at the end of
1956         buffer.
1957
1958 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1959
1960         * Version number is increased to 2.11.26.
1961
1962 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1963
1964         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1965
1966 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1967
1968         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1969         value of stream-type and session.
1970
1971 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1972
1973         * Version number is increased to 2.11.25.
1974
1975 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1976
1977         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1978         in a quit message.
1979
1980 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1981
1982         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1983         (wl-summary-redisplay-no-mime-internal): Ditto.
1984
1985 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1986
1987         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1988         * wl-vars.el (wl-smtp-connection-type): Ditto.
1989
1990 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1991
1992         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1993         for the separator line and quote mail-header-separator.
1994
1995 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1996
1997         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1998         result message.
1999
2000         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2001         `elmo-multiple-fields-body-list' with boundary as
2002         mail-header-separator.
2003
2004 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2005
2006         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2007
2008 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2009
2010         * wl-util.el (wl-list-diff): Remove unused function.
2011
2012         * wl-draft.el (wl-draft-send-confirm): Discard input before
2013         confirmation.
2014
2015 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2016
2017         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2018         order of flag and new.
2019
2020 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2021
2022         * wl-vars.el (wl-refile-policy-alist): Abolished.
2023
2024         * wl-action.el (wl-summary-set-action-refile): Follow the change
2025         above.
2026
2027 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2028
2029         * wl-highlight.el (wl-highlight-signature-search): Don't use
2030         re-search-backward for a long word since it is possible to crash
2031         XEmacs because of a bug.
2032
2033 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2034
2035         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2036
2037 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2038
2039         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2040         argument for wl-summary-sync-force-update.
2041
2042 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2043
2044         * wl-summary.el (wl-summary-mode-map): Revival of
2045         wl-summary-mark-as-important related bindings;
2046         Bind 'F','tF','mF','rF','m&'.
2047         (wl-summary-mark-as-important-region): Revival.
2048         (wl-summary-target-mark-mark-as-important): Ditto.
2049         (wl-summary-target-mark-operation): New function.
2050         (wl-summary-target-mark-mark-as-answered): Use it.
2051         (wl-summary-decide-flag): Don't set Important as default.
2052         (wl-summary-mark-as-important-internal): Revival.
2053         (wl-summary-mark-as-important): Ditto.
2054
2055         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2056
2057         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2058         instead of facep.
2059
2060 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2061
2062         * wl-dnd.el (wl-dnd-drop-func): Fix.
2063
2064         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2065         mouse-set-point instead of posn-point.
2066
2067         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2068
2069         * wl-mule.el (wl-completing-read-multiple): Ditto.
2070
2071 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2072
2073         * wl-demo.el (face-background-name): Defalias to avoid compile
2074         warning.
2075
2076 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2077
2078         * wl-summary.el (wl-summary-decide-flag): Use
2079         wl-completing-read-multiple instead of completing-read-multiple.
2080
2081         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2082         New alias.
2083
2084         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2085         Use face-background-name instead of face-background.
2086
2087         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2088
2089         * wl-summary.el (wl-summary-save): Use it.
2090         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2091
2092         * wl-mime.el (wl-mime-save-content): Fix last change.
2093
2094 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2095
2096         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2097         New function.
2098         (wl-summary-sort-specs): Added sort.
2099         * wl-mime.el (wl-mime-save-content): Expand file name.
2100
2101 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2102
2103         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2104
2105         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2106
2107 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2108
2109         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2110         for flag if it is not defined.
2111
2112 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2113
2114         * wl-e21.el (wl-highlight-folder-current-line): Use
2115         elmo-folder-type-internal when elmo-folder-type returns nil.
2116
2117         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2118
2119         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2120
2121         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2122
2123         * wl-e21.el (wl-summary-toolbar): Ditto.
2124
2125         * wl-vars.el (wl-demo-background-color): Abolished.
2126         (wl-summary-persistent-mark-priority-list): Renamed from
2127         wl-summary-flag-priority-list.
2128         (wl-summary-flag-alist): New user option.
2129         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2130         (wl-message-mode-line-format-spec-alist): Added 'F'.
2131         (wl-message-mode-line-format): Likewise.
2132         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2133         instead of wl-summary-important-mark.
2134         (wl-file-folder-icon): New variable.
2135
2136         * wl-thread.el (wl-thread-set-flags): Renamed from
2137         wl-thread-mark-as-important.
2138
2139         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2140         warning.
2141         (wl-summary-mode-menu-spec): Follow the change of 
2142         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2143         (wl-summary-mode-map): Follow the change of
2144         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2145         (wl-summary-detect-mark-position): Follow the variable name change.
2146         (wl-summary-set-flags-region): New function for the replacement of
2147         wl-summary-mark-as-important-region.
2148         (wl-summary-sync-marks): Sync all global-flags.
2149         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2150         instead of elmo-message-flagged-p.
2151         (wl-summary-persistent-mark-string): Follow the variable name change;
2152         Put wl-summary-flag-mark if the message has global-flag.
2153         (wl-summary-target-mark-set-flags): Renamed from 
2154         wl-summary-target-mark-mark-as-important.
2155         (wl-summary-decide-flag): New function.
2156         (wl-summary-set-flags-internal): Renamed from
2157         wl-summary-mark-as-important-internal.
2158         (wl-summary-add-flags-internal): New function.
2159         (wl-summary-remove-flags-internal): Ditto.
2160         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2161         (wl-summary-mark-as-unimportant): Abolish.
2162         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2163         (wl-summary-next-message): List flagged messages in the msgdb.
2164
2165         * wl-score.el (wl-summary-score-update-all-lines): Use
2166         wl-summary-add-flags-internal instead of 
2167
2168         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2169
2170         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2171         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2172         (wl-message-buffer-require-all-header): Renamed from
2173         wl-message-buffer-all-header-flag (Ditto).
2174         (wl-message-buffer-flag-indicator): New variable.
2175         (wl-message-redisplay): Changed local varibale name from `flag' to
2176         `display-type'; Set up wl-message-buffer-flag-indicator.
2177         (wl-message-buffer-display): Changed varibale name from `flag' to
2178         `display-type'.
2179         (wl-message-display-internal): Likewise.
2180
2181         * wl-highlight.el (wl-highlight-demo-face): Define default background
2182         color.
2183         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2184
2185         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2186
2187         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2188         (wl-demo-setup-properties): Renamed from
2189         `wl-demo-set-background-color'.
2190         (wl-demo): Follow the change above.
2191         
2192         * Version number is increased to 2.11.24.
2193
2194 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2195
2196         * wl-summary.el (wl-summary-toggle-thread): Call
2197         `wl-summary-rescan' with disable-thread as non-nil.
2198         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2199
2200 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2201
2202         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2203         foreground property of the face.
2204         (wl-demo-insert-text): Don't set up face property here.
2205         (wl-demo): Call wl-demo-set-background-color, anyway.
2206
2207 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2208
2209         * wl-vars.el (wl-demo-background-color): The value can be nil.
2210
2211 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2212
2213         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2214         to wl-summary-wheel-dispatcher.
2215
2216         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2217         wl-message-wheel-dispatcher.
2218         (wl-message-wheel-dispatcher): New function.
2219         (wl-summary-wheel-dispatcher): Ditto.
2220
2221 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2222
2223         * wl-action.el (wl-summary-target-mark-all): List messages which are
2224         not in the killed-list.
2225
2226         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2227         only when the folder is 'flag/important.
2228
2229         * wl-address.el (wl-complete-field-body): Complete if the last
2230         character is a space.
2231
2232 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2233
2234         * wl-folder.el (wl-folder-clear-entity-info): Use
2235         elmo-clear-hash-val.
2236
2237         * wl-fldmgr.el (wl-fldmgr-rename): Set
2238         wl-folder-info-alist-modified as t.
2239
2240 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2241
2242         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2243
2244 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2245
2246         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2247         (wl-folder-buffer-last-visited-entity-id): New buffer local
2248         variable.
2249         (wl-folder-revisit-last-visited-folder): New function.
2250         (wl-folder-mode-map): Bind it to "C-i".
2251         (wl-folder-set-current-entity-id): Set last visited folder.
2252         * wl-summary.el (wl-summary-exit): Ditto.
2253
2254 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2257         before calling `recenter' in order to cope with an XEmacs bug.
2258
2259 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2260
2261         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2262         to the default value.
2263
2264 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2265
2266         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2267         change.
2268         (wl-summary-sync-marks): Ditto.
2269         (wl-summary-mark-as-read-internal): Ditto.
2270         (wl-summary-mark-as-answered-internal): Ditto.
2271         (wl-summary-mark-as-important-internal): Ditto.
2272         (wl-summary-reply): Ditto.
2273
2274         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2275         instead of `elmo-folder-unflag-answered'.
2276
2277         * Version number is increased to 2.11.23.
2278
2279         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2280         the last change.
2281
2282 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2283
2284         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2285         Specify "spam" or "good".
2286
2287 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2288
2289         * wl-spam.el (wl-summary-exec-action-spam): Call
2290         wl-folder-confirm-existence for spam folder.
2291         (wl-spam-setup): Bind "mk".
2292
2293 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2294
2295         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2296
2297 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2298
2299         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2300         destination folder is empty.
2301
2302 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2303
2304         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2305         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2306
2307         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2308         (wl-summary-refile-prev-destination-region): New function.
2309         (wl-thread-refile-prev-destination): Ditto.
2310         (wl-summary-target-mark-refile-prev-destination): Ditto.
2311
2312 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2313
2314         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2315         (wl-demo-background-color): Changed default value.
2316
2317         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2318         color.
2319
2320         * wl-demo.el (wl-demo-set-background-color): New function.
2321         (wl-demo): Call it.
2322
2323 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2324
2325         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2326         * wl-address.el (wl-address-add-or-change): Don't add empty
2327         address.
2328
2329 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2330
2331         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2332
2333 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2334
2335         * wl-vars.el (wl-demo-image-filter-alist): New variable
2336         (wl-demo-background-color): Ditto.
2337
2338         * wl-demo.el (wl-demo-xpm-set-background): New function.
2339         (wl-demo-image-filter): Ditto.
2340         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2341
2342         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2343
2344         * wl-demo.el (wl-demo-icon-name): Define as function.
2345         (wl-demo-insert-image): Use it.
2346
2347 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2348
2349         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2350
2351 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2352
2353         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2354
2355 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2356
2357         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2358
2359 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2360
2361         * wl-thread.el (wl-thread-mark-as-answered): New function.
2362
2363         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2364         answered" entry.
2365         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2366         "r&" and wl-thread-mark-as-answered to "t&".
2367         (wl-summary-mark-as-important-region): Refine to toggle mark.
2368         (wl-summary-mark-as-answered-region): New function.
2369         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2370         and 3rd argument.
2371         (wl-summary-mark-as-important-internal): Likewise.
2372
2373 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2374
2375         * wl-template.el (wl-template-preview): New internal variable.
2376         (wl-template-preview-p): New function.
2377         (wl-template-show): Bind `wl-template-preview' as t.
2378
2379 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2380
2381         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2382         `elmo-message-entity-field' with 3rd argument which is non-nil.
2383
2384 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2385
2386         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2387         Removed duplicate local bind `folder'.
2388
2389 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2390
2391         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2392
2393 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2394
2395         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2396         duplicate definition.
2397
2398 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2399
2400         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2401         non-nil, use it; Don't fetch message if there's no message in the
2402         current cursor position.
2403
2404 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2405
2406         * wl-util.el (wl-region-exists-p): Use region-active-p.
2407         (wl-deactivate-region): New function.
2408         * wl-message.el (wl-message-redisplay): Deactivate region.
2409
2410         * wl-summary.el (wl-summary-reply): Call
2411         `wl-summary-set-message-buffer-or-redisplay' instead of
2412         `wl-summary-redisplay-internal', don't move point.
2413
2414 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2415
2416         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2417         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2418         by regexp.
2419
2420 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2421
2422         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2423         if no need.
2424
2425 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2426
2427         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2428         default value to nil.
2429         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2430         `wl-summary-prepare-hook'; Replace refile action to
2431         `wl-summary-exec-action-refile-with-register'.
2432
2433         * Version number is increased to 2.11.22.
2434
2435 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2436
2437         * wl-summary.el (wl-summary-detect-mark-position): Set
2438         `wl-summary-buffer-weekday-name-lang'.
2439
2440 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2441
2442         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2443         (wl-summary-mark-as-read-all): Ditto.
2444         (wl-summary-delete-messages-on-buffer): Ditto.
2445         (wl-summary-sync-update): Ditto.
2446         (wl-summary-mark-as-read-internal): Ditto.
2447         (wl-summary-mark-as-answered-internal): Ditto.
2448         (wl-summary-update-folder-info): Abolished.
2449
2450 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2451
2452         * wl-summary.el (wl-summary-mark-as-read-all): Use
2453         `wl-summary-update-folder-info' instead of
2454         `wl-folder-update-unread'.
2455
2456 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2457
2458         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2459         `wl-summary-folder-info-update'.
2460         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2461         instead of `wl-summary-folder-info-update'.
2462         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2463         `wl-folder-set-folder-updated'.
2464         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2465         instead of `wl-folder-update-unread'.
2466         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2467         the value of `wl-summary-buffer-unread-count' for the second parameter of
2468         `wl-folder-update-unread'.
2469
2470         * Version number is increased to 2.11.21.
2471
2472 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2473
2474         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2475         a local variable.
2476
2477 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2478
2479         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2480         interactively.
2481
2482         * wl-summary.el (wl-summary-mark-as-important-internal): New
2483         internal function.
2484         (wl-summary-mark-as-important): Use it.
2485         (wl-summary-mark-as-unimportant): New function.
2486         (wl-summary-sync-marks): Follow the API change.
2487
2488         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2489
2490         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2491
2492 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2493
2494         * wl-folder.el (wl-folder-update-unread): Re-indent.
2495         Narrow the scope of a local variable.
2496
2497 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2498
2499         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2500         (wl-addrmgr-merge-entries): Ditto.
2501         (wl-addrmgr): Added to address entry which exists in draft buffer
2502         if no entry is in original.
2503
2504 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2505
2506         * wl-batch.el: New file.
2507
2508 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2509
2510         * wl-vars.el (wl-use-semi): Remove unused variable.
2511
2512 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2513
2514         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2515         "?".
2516
2517 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2518
2519         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2520         wl-summary-new-mark.
2521         (wl-summary-new-cached-mark): New user option.
2522         (wl-summary-score-marks): Follow the change above.
2523         (wl-summary-auto-refile-skip-marks): Ditto.
2524         (wl-summary-incorporate-marks): Ditto.
2525         (wl-summary-expire-reserve-marks): Ditto.
2526
2527         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2528
2529         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2530         (wl-summary-persistent-mark-string): Distinguished between cached
2531         and uncached mark when the message is new.
2532
2533 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2534
2535         * wl-spam.el (wl-spam-domain): Renamed from
2536         `wl-spam-folder-guess-domain'.
2537         (wl-summary-exec-action-spam): Register as spam if domain of the
2538         source folder is good.
2539         (wl-summary-exec-action-refile-with-register): Register message if
2540         domain of the source folder is not undecided.
2541
2542 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2543
2544         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2545         detect thread loop.
2546
2547 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2548
2549         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2550         and wl-summary-skip-mark-list.
2551
2552 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2553
2554         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2555
2556         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2557
2558         * wl-spam.el (toplevel): Require wl-highlight.
2559         (wl-spam-auto-check-policy-alist): Abolish.
2560         (wl-spam-auto-check-folder-regexp-list): New user option.
2561         (wl-spam-auto-check-marks): Ditto.
2562         (wl-spam-mark-action-list): Ditto.
2563         (wl-highlight-summary-spam-face): New face.
2564         (wl-spam-auto-check-message-p): New function.
2565         (wl-spam-map-spam-messages): Fixed message.
2566         (wl-spam-register-spam-messages): Ditto.
2567         (wl-spam-register-good-messages): Ditto.
2568         (wl-summary-spam-map): Add and remove keybind.
2569         (wl-summary-target-mark-spam): Abolish.
2570         (wl-summary-refile-spam): Ditto.
2571         (wl-summary-test-spam): New function.
2572         (wl-summary-mark-spam): Ditto.
2573         (wl-summary-auto-check-spam): Follow the above change.
2574         (wl-summary-exec-action-spam): New function.
2575         (wl-summary-exec-action-refile-with-register): Fixed message.
2576         (wl-message-check-spam): New function.
2577         (wl-spam-setup): Ditto.
2578         (toplevel): Call it if this file is loaded interactivity.
2579
2580         * Version number is increased to 2.11.20.
2581
2582 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2583
2584         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2585         when new optional argument `force' is non nil or modified.
2586
2587 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2588
2589         * wl.el (toplevel): Require wl-spam when compile.
2590         (wl-save-status): Call wl-spam-save-status.
2591
2592         * wl-spam.el (wl-spam-register-spam-messages): New function.
2593         (wl-spam-register-good-messages): Ditto.
2594         (wl-spam-save-status): Ditto.
2595         (wl-summary-mode-map): Bind
2596         wl-summary-target-mark-register-as-spam to "ms" and
2597         wl-summary-target-mark-register-as-good to "mn".
2598         (wl-summary-register-as-spam): Abolish optional argument; Use
2599         wl-spam-register-spam-messages.
2600         (wl-summary-register-as-spam-all): Use
2601         wl-spam-register-spam-messages.
2602         (wl-summary-register-as-good): Abolish optional argument; Use
2603         wl-spam-register-good-messages.
2604         (wl-summary-register-as-good-all): Use
2605         wl-spam-register-good-messages.
2606         (wl-summary-target-mark-register-as-spam): New funtion.
2607         (wl-summary-target-mark-register-as-good): Ditto.
2608
2609 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2610
2611         * wl-spam.el: New file.
2612
2613 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2614
2615         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2616
2617         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2618         (wl-summary-auto-refile): Call wl-refile-guess with
2619         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2620
2621 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2622
2623         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2624         with disable-thread argument non-nil.
2625
2626 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2627
2628         * wl-summary.el (wl-summary-rescan): Added optional argument
2629         disable-thread.
2630         (wl-summary-sync): Call wl-summary-rescan with argument
2631         disable-thread.
2632         (wl-summary-input-range): Added new range `rescan-thread'.
2633
2634 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2635
2636         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2637
2638 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2639
2640         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2641         internal variable.
2642         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2643         wl-summary-search-parent-by-subject-regexp and
2644         wl-summary-divide-thread-when-subject-changed as nil.
2645         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2646         (wl-summary-insert-thread): Search parent entity from
2647         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2648         thread loop.
2649
2650 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2651
2652         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2653
2654         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2655
2656         * wl-util.el (wl-require-update-all-folder-p): New function.
2657         (wl-get-assoc-list-value): Added `function' to match directive.
2658         (wl-collect-draft): Rewrite.
2659
2660         * wl-summary.el (wl-summary-sync-update): Clear faces
2661         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2662         are non-nil.
2663         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2664         argument as function.
2665         (wl-summary-input-range): Ditto.
2666
2667         * wl-folder.el (wl-draft-get-folder): New function.
2668         (wl-folder-get-elmo-folder): Consider draft folder.
2669
2670         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2671         (wl-draft-buffer-message-number): New buffer local variable.
2672         (wl-draft-folder-internal): New internal variable.
2673         (wl-draft-delete): Rewrite.
2674         (wl-draft-save): Ditto.
2675         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2676         wl-folder-get-elmo-folder.
2677         (wl-draft-config-info-operation): Ditto.
2678         (wl-jump-to-draft-folder): Ditto.
2679         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2680         (wl-draft-reedit): Rewrite.
2681
2682         * Version number is increased to 2.11.19.
2683         
2684 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2685
2686         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2687         variable.
2688
2689 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2690
2691         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2692         Use ignore-errors instead of unwind-protect.
2693
2694 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2695
2696         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2697         for updating `wl-thread-entity-list'.
2698
2699 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2700
2701         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2702         parameter from calling `wl-thread-entity-get-older-brothers' and
2703         `wl-thread-entity-get-younger-brothers'.
2704         Replace nested `append' with a single one.
2705
2706 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2707
2708         * wl-summary.el (wl-summary-mode): Don't use the return value of
2709         `make-local-hook'.
2710
2711 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2712
2713         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2714         instead of `let*'.
2715         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2716         of local variables.
2717
2718 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2719
2720         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2721         Renamed from wl-summary-window-scroll-functions.
2722         (wl-summary-window-scroll-functions): Don't set to variable.
2723         (wl-summary-display-top): Use run-hooks.
2724         (wl-summary-display-bottom): Ditto.
2725         (wl-summary-toggle-disp-msg): Ditto.
2726         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2727         Use it instead of wl-summary-window-scroll-functions.
2728         (wl-summary-goto-folder-subr): Don't call
2729         wl-summary-window-scroll-functions, use
2730         wl-summary-buffer-window-scroll-functions instead.
2731
2732 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2733
2734         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2735         make-local-variable.
2736
2737 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2738
2739         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2740         set-buffer-modified-p.
2741         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2742         (wl-summary-display-bottom): Ditto.
2743         (wl-summary-toggle-disp-msg): Ditto.
2744
2745 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2746
2747         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2748
2749         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2750         (wl-summary-forward): Use elmo-message-entity-field instead of
2751         elmo-message-field.
2752
2753         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2754
2755 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2756
2757         * wl-summary.el (wl-summary-window-scroll-functions): No use
2758         `append'.
2759
2760 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2761
2762         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2763         function.
2764         (wl-summary-window-scroll-functions): Call it when both
2765         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2766         (wl-summary-temp-mark): Added optional argument number.
2767         (wl-summary-message-mark): Added optional argument flag.
2768         (wl-summary-persistent-mark): Added optional argument number and flag.
2769         (wl-summary-update-persistent-mark): Ditto.
2770         (wl-summary-update-status-marks): Set "r" for interactive spec.
2771
2772         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2773         argument number and flag.
2774
2775         * wl-action.el (wl-summary-registered-temp-mark): 
2776         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2777
2778 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2779
2780         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2781         internal variable (buffer local).
2782         (wl-summary-window-scroll-functions): New function.
2783         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2784         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2785         as nil.
2786         (wl-summary-update-status-marks): Added arguments beg, end and
2787         check.
2788         (wl-summary-update-mark-window): Use function.
2789         (wl-summary-sync-update): Follow the change above.
2790         (wl-summary-switch-to-clone-buffer): Copy
2791         wl-summary-buffer-unsync-mark-number-list.
2792         (wl-summary-goto-folder-subr): Set
2793         wl-summary-buffer-unsync-mark-number-list and
2794         use wl-summary-window-scroll-functions instead of
2795         wl-summary-lazy-highlight.
2796
2797         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2798
2799 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2800
2801         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2802
2803         * wl-summary.el (wl-summary-update-persistent-mark): Call
2804         wl-summary-set-message-modified.
2805
2806         * wl-summary.el (wl-summary-sync-update): Don't call
2807         wl-summary-update-status-marks.
2808
2809         * Version number is increased to 2.11.18.
2810
2811 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2812
2813         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2814         (wl-message-next-page): Ditto.
2815
2816 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2817
2818         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2819         local variable.  Change the order of a collected list into the
2820         same as the specified range.  Remove nil from a collected list.
2821
2822 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2823
2824         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2825         argument for elmo-folder-list-messages.
2826
2827 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2828
2829         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2830         change (wl-summary-count-unreads return a list instead of a cons
2831         cell).
2832
2833 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2834
2835         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2836         `wl-summary-folder-info-update'.
2837
2838 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2839
2840         * wl-summary.el (wl-summary-set-message-modified): No use
2841         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2842         (wl-summary-set-mark-modified): Abolish.
2843         (wl-summary-mark-modified-p): Ditto.
2844         (wl-summary-save-view): Follow the change above.
2845
2846         * wl-expire.el (wl-summary-expire): Likewise.
2847
2848 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2849
2850         * wl-summary.el (wl-summary-detect-mark-position): Use
2851         modb-entity-handler.
2852         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2853
2854         * Version number is increased to 2.11.17.
2855
2856 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2857
2858         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2859         entity field value.
2860         (wl-summary-prefetch-msg): Ditto.
2861         (wl-summary-print-message-with-ps-print): Ditto.
2862
2863 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2864
2865         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2866         for dummy entity.
2867         (wl-summary-insert-thread): Use elmo-message-entity-field.
2868         (wl-summary-update-thread): Use elmo-message-entity-field and
2869         elmo-message-entity-number.
2870         (wl-summary-line-number):  Use elmo-message-entity-number.
2871         (wl-summary-line-size): Use elmo-message-entity-field.
2872         (wl-summary-line-subject): Ditto.
2873         (wl-summary-line-from): Ditto.
2874         (wl-summary-line-attached): Ditto.
2875         (wl-summary-create-line): Ditto.
2876         (wl-summary-create-line): Use elmo-message-entity-number.
2877         (wl-summary-print-message-with-ps-print): Use
2878         elmo-message-entity-field.
2879
2880 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2881
2882         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2883         change in elmo-msgdb-make-message-entity.
2884         (wl-summary-buffer-set-folder): Don't call
2885         wl-summary-detect-mark-position here.
2886         (wl-summary-rescan): Call elmo-message-entity-number.
2887         (wl-summary-sync-update): Ditto.
2888         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2889
2890         * wl-score.el (wl-score-header-index): Redefine 2th element.
2891         (wl-score-overview-entity-get-extra): Abolish.
2892         (wl-score-ov-entity-get): Rewrite.
2893         (wl-score-string-index<, wl-score-string-func<): Abolish.
2894         (wl-score-string<): New function.
2895         (wl-score-string-sort): Use it.
2896
2897         * wl-refile.el (wl-refile-guess-by-history): Use
2898         elmo-message-entity-field.
2899         (wl-refile-guess-by-from): Ditto.
2900         (wl-refile-guess-by-msgid): Ditto.
2901
2902         * Version number is increased to 2.11.16.
2903
2904 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2905
2906         * wl-folder.el (wl-folder-confirm-existence): Don't call
2907         file-exists-p if msgdb-path is nil.
2908         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2909         `wl-read-folder-hist' to `wl-read-folder-history'.
2910
2911 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2912
2913         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2914         `y-or-n-p'.
2915
2916 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2917
2918         * wl-score.el (wl-score-headers): Don't use
2919         elmo-folder-do-each-message-entity.
2920
2921         * Version number is increased to 2.11.15.
2922
2923 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2924
2925         * wl-summary.el (wl-summary-delete-all-msgs): Use
2926         elmo-folder-move-messages instead of elmo-folder-delete-messages
2927         and elmo-folder-detach-messages.
2928         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2929
2930         * wl-expire.el (wl-expire-delete): Ditto.
2931         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2932
2933 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2934
2935         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2936         (wl-message-header-narrowing-fields): Ditto.
2937         (wl-message-header-narrowing-lines): Ditto.
2938         (wl-message-header-narrowing-string): Ditto.
2939
2940         * wl-summary.el (wl-summary-mode-map): Bind
2941         wl-summary-toggle-header-narrowing to "C-cC-f".
2942         (wl-summary-toggle-header-narrowing): New function.
2943
2944         * wl-message.el (wl-message-buffer-create): Call
2945         wl-message-header-narrowing-setup.
2946         (wl-message-redisplay): Call wl-message-header-narrowing.
2947         (wl-message-header-narrowing): New function.
2948         (wl-message-header-narrowing-map): New keymap.
2949         (wl-message-header-narrowing-widen-map): New keymap.
2950         (wl-message-header-narrowing-again-at-mouse): New function.
2951         (wl-message-header-narrowing-1): Ditto.
2952         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2953         (wl-message-header-narrowing-setup): Ditto.
2954         (wl-message-header-narrowing-toggle): Ditto.
2955         
2956         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2957
2958         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2959         'flag as all.
2960         (wl-use-flag-folder-help-echo): New user option.
2961
2962         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2963         wl-summary-highlight as nil.
2964         (wl-summary-set-mark-modified): Follow the API change.
2965         (wl-summary-mark-modified-p): Ditto.
2966         (wl-summary-mark-as-read-all): Ditto.
2967         (wl-summary-sync-marks): Don't call
2968         elmo-folder-list-messages-with-global-mark.
2969         (wl-summary-mark-as-read-internal): Follow the API change.
2970         (wl-summary-mark-as-answered-internal): Ditto.
2971         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2972         Follow the API change.
2973         (wl-summary-create-line): Call with number argument.
2974         (wl-summary-reply): Follow the API change.
2975
2976         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2977         function.
2978         (wl-highlight-summary-line-string): Call it when
2979         wl-use-flag-folder-help-echo is non-nil.
2980         (wl-highlight-summary-current-line): Ditto.
2981         (elmo-flag-folder-referrer): Added autoload setting.
2982
2983         * wl-draft.el (wl-draft-kill): Follow the API change.
2984
2985         * Version number is increased to 2.11.14.
2986         
2987 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2988
2989         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2990
2991 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2992
2993         * Version number is increased to 2.11.13.
2994
2995 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2996
2997         * wl-draft.el (wl-draft-previous-history-element): Fixed
2998         unbalanced parenthesis and bind unbound local variables.
2999
3000 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3001
3002         * wl-draft.el (wl-draft-previous-history-element): New function.
3003         (wl-draft-next-history-element): Ditto.
3004         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3005         them to M-p and M-n.
3006
3007 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3008
3009         * Version number is increased to 2.11.12.
3010
3011 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3012
3013         * wl-draft.el (wl-draft-hide): Select buffer-window.
3014
3015 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3016
3017         * wl-summary.el (wl-summary-narrow-to-region): New function.
3018         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3019         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3020         (wl-summary-save-region): Use it.
3021         * wl-action.el (wl-summary-collect-numbers-region)
3022         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3023
3024 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3025
3026         * wl-folder.el (wl-folder-count-incorporates): Don't use
3027         `elmo-msgdb-mark-load'
3028
3029         * Version number is increased to 2.11.11.
3030
3031 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3032
3033         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3034         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3035
3036 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3037
3038         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3039
3040 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3041
3042         * Version number is increased to 2.11.10.
3043
3044 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3045
3046         * wl-mime.el (wl-draft-attribute-value): Fixed.
3047
3048 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3049
3050         * wl-util.el (wl-copy-local-variables): New function.
3051
3052         * wl-mime.el (wl-draft-attribute-recipients): New function.
3053         (wl-draft-attribute-envelope-from): Ditto.
3054         (wl-draft-attribute-smtp-posting-server): Ditto.
3055         (wl-draft-attribute-smtp-posting-port): Ditto.
3056         (wl-draft-attribute-value): Ditto.
3057         (wl-draft-preview-message): Use it to get value for
3058         attributes. Reflect result of `wl-draft-config'.
3059
3060         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3061         and call `wl-summary-mark-as-read' before to call
3062         `wl-summary-unset-mark'.
3063         (wl-summary-target-mark-mark-as-unread): Likewise.
3064         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3065
3066 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3067
3068         * wl-mime.el (wl-draft-preview-message): Use actual value for
3069         attributes; Fix for small window.
3070
3071 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3072
3073         * wl-refile.el (wl-refile-get-field-value): Call
3074         `elmo-message-entity-field' with 3rd argument is non-nil.
3075
3076 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3077
3078         * wl-vars.el (wl-draft-preview-attributes): New user option.
3079         (wl-draft-preview-attributes-list): Ditto.
3080         (wl-draft-preview-attributes-buffer-lines): Ditto.
3081         (wl-draft-preview-attributes-buffer-name): Ditto.
3082
3083         * wl-mime.el (wl-draft-preview-message): Display attributes.
3084
3085 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3086
3087         * wl-summary.el (wl-summary-detect-mark-position): Bind
3088         wl-summary-flag-priority-list to '(new).
3089
3090 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3091
3092         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3093         funtion.
3094         (wl-highlight-summary-line-string): Use it.
3095         (wl-highlight-summary-current-line): Ditto.
3096
3097 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3098
3099         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3100         line even when the mark string is not changed.
3101
3102         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3103         argument change in the wl-summary-create-line.
3104         (wl-thread-insert-entity-sub): Ditto.
3105
3106         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3107         argument change in the wl-summary-create-line.
3108         (wl-summary-insert-sequential): Ditto.
3109         (wl-summary-update-thread): Ditto.
3110         (wl-summary-persistent-mark-string): New inline function.
3111         (wl-summary-message-mark): Use it.
3112         (wl-summary-create-line): Abolish argument wl-persistent-mark
3113         and added wl-flags, wl-cached.
3114
3115         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3116         mark to flags.
3117         (wl-highlight-summary-current-line): Decide the face not by the 
3118         persistent mark but flags.
3119
3120 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3121
3122         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3123         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3124         wl-summary-read-uncached-mark): Revive.
3125         (wl-summary-answered-cached-mark,
3126         wl-summary-answered-uncached-mark): New user option.
3127         (wl-summary-score-marks): Follow the change above.
3128         (wl-summary-auto-refile-skip-marks): Ditto.
3129         (wl-summary-incorporate-marks): Ditto.
3130         (wl-summary-expire-reserve-marks): Ditto.
3131         (wl-summary-flag-priority-list): New user option.
3132
3133         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3134         changes.
3135         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3136         of elmo-message-mark.
3137         (wl-summary-mark-as-read-internal): Ditto.
3138         (wl-summary-mark-as-answered): Ditto.
3139         (wl-summary-mark-as-important): Ditto.
3140         (wl-summary-redisplay-internal): Ditto.
3141         (wl-summary-redisplay-no-mime-internal): Ditto.
3142         (wl-summary-message-mark): New function.
3143         (wl-summary-insert-sequential): Use wl-summary-message-mark
3144         instead of elmo-message-mark.
3145         (wl-summary-update-thread): Ditto.
3146         (wl-summary-persistent-mark): Ditto.
3147         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3148         instead of elmo-message-mark.
3149
3150         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3151         wl-summary-message-mark instead of elmo-message-mark.
3152         (wl-thread-insert-entity-sub): Ditto.
3153         (wl-thread-get-children-msgs-uncached): Ditto.
3154
3155         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3156         variable name changes.
3157         (wl-highlight-summary-current-line): Ditto.
3158
3159         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3160         wl-summary-message-mark instead of elmo-message-mark.
3161
3162         * wl-expire.el (wl-expire-message-p): Ditto.
3163
3164         * wl-score.el (wl-score-headers): Ditto.
3165
3166         * Version number is increased to 2.11.9.
3167
3168         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3169         (wl-summary-sync-update): Follow the change above.
3170         (wl-summary-switch-to-clone-buffer): Ditto.
3171         (wl-summary-open-folder): Ditto.
3172
3173 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3174
3175         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3176         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3177
3178         * Version number is increased to 2.11.8.
3179
3180         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3181
3182         * wl-expire.el (wl-expire-refile): Follow the API change on
3183         `elmo-folder-move-messages'.
3184         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3185
3186         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3187         (wl-summary-exec-action-refile): Ditto.
3188         (wl-summary-exec-action-copy): Ditto.
3189         (wl-summary-no-auto-refile-message-p): No use
3190         `wl-summary-buffer-msgdb'.
3191         (wl-summary-auto-refile): Ditto.
3192
3193 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3194
3195         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3196
3197 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3198
3199         * wl-summary.el (wl-summary-sync): Treat no-sync.
3200
3201         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3202         (wl-default-sync-range): Ditto.
3203
3204 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3205
3206         * wl-refile.el (wl-refile-subject-learn): Call
3207         `elmo-message-entity-field' with 3rd argument is non-nil.
3208         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3209         instead of `elmo-msgdb-overview-entity-get-subject'.
3210
3211 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3212
3213         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3214         scan-type is rescan.
3215         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3216         new optional argument force is non-nil.
3217         (wl-summary-save-view-cache): Call it with force argument non-nil.
3218
3219         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3220
3221 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3222
3223         * wl-action.el (wl-summary-print-argument): Fixed last change.
3224
3225 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3226
3227         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3228         simplified.
3229         (wl-summary-target-mark-mark-as-unread): Likewise.
3230         (wl-summary-target-mark-mark-as-important): Likewise.
3231
3232 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3233
3234         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3235         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3236         (wl-summary-mark-as-important-region): Change accordingly.
3237         (wl-summary-target-mark-mark-as-important): Ditto.
3238
3239 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3240
3241         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3242
3243         * wl-action.el (wl-summary-print-argument): Print argument to
3244         right side of window if `wl-summary-print-argument-within-window'
3245         is non-nil.
3246
3247 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3248
3249         * wl-action.el (wl-summary-set-mark): Use
3250         `wl-summary-message-visible-p' to check visibility of the message
3251         and jump to message only when the message line is visible and have
3252         different number; Call wl-summary-unset-mark with number argument.
3253         (wl-summary-unset-mark): 
3254         Use `wl-summary-message-visible-p'
3255         to check visibility of the message and jump to message only when
3256         the message line is visible and have different number;
3257
3258 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3259
3260         * Version number is increased to 2.11.7.
3261
3262         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3263         and wl-folder-summary-line-format.
3264
3265         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3266         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3267         (wl-summary-set-score-mark): Use it.
3268         (wl-summary-target-mark-mark-as-read): Ditto.
3269         (wl-summary-target-mark-mark-as-unread): Ditto.
3270         (wl-summary-target-mark-mark-as-important): Ditto.
3271         (wl-summary-target-mark-msgs): Simplified.
3272         (wl-summary-detect-mark-position): Fixed problem when
3273         summary-line-format no contain persisten/temp mark spec.
3274         (wl-summary-temp-mark): Ditto.
3275         (wl-summary-persistent-mark): Ditto.
3276         (wl-summary-update-persistent-mark): Ditto.
3277
3278         * wl-action.el (wl-summary-set-mark): Ditto.
3279         (wl-summary-unset-mark): Ditto.
3280         All other related portions are changed.
3281
3282 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3283
3284         * Version number is increased to 2.11.6.
3285
3286 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3287
3288         * wl-util.el (wl-current-message-buffer): Define as function;
3289         Don't use the value of wl-messge-buffer.
3290
3291         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3292         persistent mark.
3293
3294         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3295         no current message, cause an error.
3296
3297 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3298
3299         * wl-summary.el (wl-summary-set-message-modified): Use
3300         elmo-folder-set-message-modified instead of
3301         elmo-folder-set-message-modified-internal.
3302
3303 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3304
3305         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3306         interactively.
3307         (wl-summary-sync): nokill->entirely.
3308         (wl-summary-sync-marks): Fixed message.
3309         (wl-summary-input-range): Added mark, nokill->entirely.
3310
3311         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3312         messages as read.
3313
3314 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3315
3316         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3317         update-noscore.
3318         (wl-summary-sync): Follow the change above.
3319
3320 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3321
3322         * wl-action.el (wl-summary-target-mark-all): Use
3323         elmo-folder-list-messages.
3324
3325 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3326
3327         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3328         (wl-summary-rescan): Set wl-summary-scored as nil.
3329         (wl-summary-sync-force-update): Follow the change above.
3330         (wl-summary-sync): Ditto.
3331         (wl-summary-sync-update): Added argument disable-killed.
3332         (wl-summary-insert-headers): Set visible-only argument for
3333         elmo-folder-list-messages.
3334         (wl-summary-input-range): Added update-nokill, update-noscore,
3335         all-nokill, all-noscore and mark.
3336
3337         * Version number is increased to 2.11.5.
3338
3339         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3340
3341 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3342
3343         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3344         (wl-summary-prefetch-region-no-mark): Change accordingly.
3345         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3346
3347 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3348
3349         * wl-address.el (wl-complete-field-to): Abolished.
3350         (wl-complete-address): Completion function for completing-read.
3351         * wl-action.el (wl-summary-get-resend-address): Use it.
3352
3353         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3354         wl-summary-update-mark and abolish unused argument.
3355         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3356         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3357         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3358         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3359         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3360         * wl-draft.el (wl-draft-kill): Ditto.
3361
3362         * wl-summary.el: Remove unused binding of case-fold-search.
3363         (wl-summary-replace-status-marks): Abolished.
3364
3365 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3366
3367         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3368         is specified or folder length is zero.
3369
3370 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3371
3372         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3373         (wl-folder-archive-current-entity): Ditto.
3374
3375 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3376
3377         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3378         retrieving message mark.
3379         (wl-summary-redisplay-internal): Ditto.
3380
3381         * wl-message.el (wl-message-buffer-display): Ignore errors while
3382         retrieving message-id field.
3383
3384         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3385         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3386         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3387         order of the arguments for `wl-expire-message-p'.
3388         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3389
3390         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3391         Check return value of wl-summary-reply.
3392         (wl-summary-reply): Recover window configuration when an error occured.
3393
3394 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3395
3396         * wl-summary.el (wl-summary-resend-message): Abolished, the
3397         feature is inherited by wl-summary-resend (put resend mark).
3398
3399 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3400
3401         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3402         wl-message-buffer to nil when the message is hide.
3403
3404 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3405
3406         * .cvsignore: New file.
3407
3408 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3409
3410         * wl-action.el (wl-summary-action-docstring): Add more info.
3411         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3412         duplicate definition.
3413         (wl-summary-define-mark-action): Functions wl-summary-*-region
3414         keep current position.
3415         (wl-summary-unregister-target-mark): Store result to the variable.
3416
3417 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3418
3419         * Version number is increased to 2.11.4.
3420
3421 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3422
3423         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3424         wl-summary-delete-all-temp-marks.
3425         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3426
3427         * wl-action.el (wl-summary-set-mark): Changed terminology
3428         refile-destination -> action-argument.
3429         (wl-summary-unset-mark): Ditto.
3430         (wl-summary-remove-argument): Ditto.
3431         (wl-summary-print-argument): Ditto.
3432
3433         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3434         (wl-thread-remove-argument-region): Ditto.
3435         (wl-thread-print-argument-region): Ditto.
3436         (wl-thread-close): Ditto.
3437         (wl-thread-open): Ditto.
3438
3439         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3440         (wl-highlight-refile-destination-face is abolished)
3441         (wl-highlight-action-argument-string): Ditto.
3442         (wl-highlight-summary-current-line): Highlight action argument.
3443
3444         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3445         color for light backgrounds.
3446         (wl-highlight-summary-answered-face): Ditto.
3447
3448 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3449
3450         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3451
3452         * wl-score.el (wl-summary-score-update-all-lines): Use
3453         wl-summary-set-mark.
3454         (wl-summary-score-update-all-lines): Kill expunged messages.
3455
3456         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3457
3458 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3459
3460         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3461         directly.
3462         (wl-score-overview-entity-get-lines): Ditto.
3463         (wl-score-overview-entity-get-xref): Ditto.
3464         (wl-score-get-latest-msgs): Ditto.
3465         (wl-summary-rescore): Ditto.
3466
3467         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3468         to "&".
3469         (wl-summary-mark-as-answered-internal): New inline function.
3470         (wl-summary-mark-as-answered): New function.
3471         (wl-summary-mark-as-unanswered): Ditto.
3472         (wl-summary-sync-marks): Modified for answered-mark synching.
3473
3474 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3475
3476         * wl-action.el (wl-summary-set-mark): Fixed last change.
3477
3478 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3479
3480         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3481         behavior of wl-summary-unread-message-hook
3482         (Pointed out by akira yamada <akira@arika.org>).
3483
3484 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3485
3486         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3487         wl-summary-delete.
3488         * wl-xmas.el (wl-summary-toolbar): Ditto.
3489
3490         * wl-action.el (wl-summary-set-mark): Don't override current
3491         temp-mark.
3492
3493         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3494
3495 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3496
3497         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3498         (wl-refile-msgid-learn): Ditto.
3499         (wl-refile-get-field-value): Ditto.
3500
3501         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3502
3503         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3504         (wl-expire-delete-reserved-messages): Renamed from
3505         wl-expire-reserve-marked-msgs-from-list.
3506         (wl-expire-delete): Removed argument `msgdb'.
3507         (wl-expire-refile): Ditto.
3508         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3509         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3510         mark-alist as argument.
3511         (wl-expire-archive-number1): Removed argument `msgdb'.
3512         (wl-expire-archive-number2): Ditto.
3513         (wl-expire-archive-date): Ditto.
3514         (wl-expire-localdir-date): Ditto.
3515         (wl-expire-hide): Ditto.
3516         (wl-archive-number1): Ditto.
3517         (wl-archive-number2): Ditto.
3518         (wl-archive-date): Ditto.
3519         (wl-archive-folder): Ditto.
3520         All other related portions are changed.
3521
3522 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3523
3524         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3525         mean move up and down. (suggested by Takashi Kawachi)
3526
3527 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3528
3529         * wl-acap.el (toplevel): Don't require un-define.
3530
3531 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3532
3533         * wl-thread.el (wl-thread-delete-message): Always update
3534         wl-summary-buffer-number-list.
3535
3536         * wl-action.el (wl-summary-print-destination): 
3537         Do nothing when folder is nil.
3538
3539 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3540
3541         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3542         persistent mark when prefetch is succeeded.
3543
3544 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3545
3546         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3547         instead of elmo-msgdb-delete-msgs.
3548         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3549         (wl-expire-hide): Ditto.
3550
3551         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3552
3553         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3554         elmo-msgdb interface.
3555         (wl-thread-get-exist-children): Likewise.
3556         (wl-thread-insert-message): Likewise.
3557         (wl-thread-msg-mark-as-important): Likewise.
3558         (wl-thread-insert-entity-sub): Likewise.
3559         (wl-thread-get-children-msgs-uncached): Likewise.
3560
3561         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3562         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3563         (wl-summary-sync-update): Likewise.
3564         (wl-summary-auto-select-msg-p): Likewise.
3565         (wl-summary-update-thread): Likewise.
3566         (wl-summary-mark-as-important): Likewise.
3567         (wl-summary-jump-to-msg-internal): Likewise.
3568         (wl-summary-redisplay-internal): Likewise.
3569         (wl-summary-print-message-with-ps-print): Likewise.
3570         (wl-summary-folder-info-update): Likewise.
3571
3572         * wl-folder.el (wl-folder-check-one-entity):
3573         elmo-folder-count-flags instead of wl-summary-count-unread.
3574
3575         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3576
3577         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3578
3579         * wl-summary.el (wl-summary-set-message-modified): 
3580         Call wl-summary-set-mark-modified.
3581         (wl-summary-delete-messages-on-buffer): Call
3582         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3583         (wl-summary-sync-update): Call elmo-folder-length instead of
3584         elmo-folder-messages.
3585         (wl-summary-insert-headers): Don't call
3586         elmo-folder-list-message-entities.
3587
3588 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3589
3590         * wl-action.el (wl-summary-define-mark-action): Call
3591         `wl-summary-set-mark' with argument `data'.
3592         (wl-summary-auto-refile): Fixed order of arguments when call
3593         `wl-summary-refile'.
3594
3595 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3596
3597         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3598
3599         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3600
3601         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3602         (Renamed from wl-highlight-summary-deleted-face).
3603         (wl-highlight-summary-resend-face): New face.
3604
3605         (wl-highlight-summary-deleted-face): Renamed from
3606         wl-highlight-summary-erased-face.
3607
3608         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3609
3610         * wl-action.el (wl-summary-get-resend-address): New function.
3611         (wl-summary-exec-action-resend): Ditto.
3612         (wl-summary-exec-action-resend-subr): Ditto.
3613
3614         * w-thread.el (wl-thread-copy): Removed definition.
3615         (wl-thread-refile): Ditto.
3616         (wl-thread-delete): Ditto.
3617         (wl-thread-target-mark): Ditto.
3618
3619         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3620         (wl-summary-target-mark-set-action): Fixed.
3621         (wl-summary-define-mark-action): Fixed quotation.
3622         (wl-summary-move-mark-list-messages): Display message.
3623         (wl-summary-define-mark-action): Define thread functions.
3624         (wl-summary-exec-action-refile): Changed message.
3625         (wl-summary-exec): Ditto.
3626
3627 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3628         
3629         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3630         '%%'.
3631
3632 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3633
3634         * wl.el (toplevel): Require wl-action.
3635         (wl-init): Call wl-summary-define-mark-action.
3636
3637         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3638
3639         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3640         wl-summary-delete and wl-summary-erase.
3641         (wl-summary-mode-map): Ditto.
3642
3643         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3644         wl-delete-folder-alist.
3645
3646         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3647         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3648         (toplevel): Moved mark & action related functions to the wl-action.el.
3649
3650         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3651         in wl-summary-mark-action-list.
3652         (wl-highlight-summary-current-line): Ditto.
3653
3654         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3655         empty lines.
3656
3657         * wl-action.el: New file. 
3658
3659 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3660
3661         * wl-summary.el (wl-summary-target-mark-replace): New function.
3662         (wl-summary-target-mark-prefetch): Use it.
3663         (wl-summary-target-mark-delete): Ditto.
3664         (toplevel): Rearranged definition order.
3665         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3666         (wl-summary-target-mark-erase): Rewrite.
3667         (wl-summary-erase-region): New function.
3668         (wl-summary-exec-action-erase): Changed message.
3669         (wl-summary-move-mark-list-messages): New function.
3670         (wl-summary-exec-action-delete): Use it.
3671         (wl-summary-exec-action-erase): Ditto.
3672
3673         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3674         (wl-summary-skip-mark-list): Added "d".
3675
3676         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3677         while searching.
3678
3679         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3680         and define using defcustom;
3681         Define 4th element as a face.
3682         
3683         * wl-summary.el (wl-summary-incorporate): Use 
3684         `wl-summary-prefetch-region-no-mark' instead of
3685         `wl-summary-prefetch-region'.
3686         (wl-summary-prefetch-region-no-mark): Revival of old
3687         `wl-summary-prefetch-region'.
3688         (wl-summary-mark-action-list): Moved to wl-vars.el
3689
3690         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3691         face according to the `wl-summary-mark-action-list'.
3692         (wl-highlight-summary-current-line): Ditto;
3693         Removed destination highlighting.
3694
3695         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3696         (wl-highlight-summary-line-string): Highlight for "i" mark.
3697         (wl-highlight-summary-current-line): Ditto.
3698
3699         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3700         no destination.
3701
3702         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3703         exists, just go ahead.
3704         (wl-summary-prefetch-region): Rewrite.
3705         (wl-summary-prefetch): Ditto.
3706         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3707         (wl-summary-exec-action-prefetch): New function.
3708         (wl-summary-target-mark-prefetch): Rewrite.
3709
3710 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3711
3712         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3713         (wl-highlight-summary-line-string): Added "d" and "D".
3714         (wl-highlight-summary-current-line): Ditto.
3715
3716         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3717         in wl-summary.el.
3718         (wl-thread-insert-entity-sub): Ditto.
3719         (wl-thread-remove-destination-region): Ditto.
3720         (wl-thread-print-destination-region): Ditto.
3721
3722         * wl-summary.el (wl-summary-buffer-refile-list,
3723         wl-summary-buffer-delete-list,
3724         wl-summary-buffer-copy-list): Abolish.
3725         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3726         All other related portions are changed.
3727         (wl-summary-mark-action-list): New variable.
3728         (wl-summary-set-mark): New function.
3729         (wl-summary-register-target-mark): Ditto.
3730         (wl-summary-unregister-target-mark): Ditto.
3731         (wl-summary-have-target-mark-p): Ditto.
3732         (wl-summary-register-temp-mark): Ditto.
3733         (wl-summary-unregister-temp-mark): Ditto.
3734         (wl-summary-registered-temp-mark): Ditto.
3735         (wl-summary-collect-temp-mark): Ditto.
3736         (wl-summary-unset-mark): Ditto.
3737         (wl-summary-set-target-mark): Ditto.
3738         (wl-summary-unset-target-mark): Ditto.
3739         (wl-summary-set-action-generic): Ditto.
3740         (wl-summary-unset-action-generic): Ditto.
3741         (wl-summary-exec-action-delete): Ditto.
3742         (wl-summary-exec-action-erase): Ditto.
3743         (wl-summary-set-action-refile): Ditto.
3744         (wl-summary-set-action-refile-subr): Ditto.
3745         (wl-summary-unset-action-refile): Ditto.
3746         (wl-summary-make-destination-numbers-list): Ditto.
3747         (wl-summary-exec-action-refile): Ditto.
3748         (wl-summary-set-action-copy): Ditto.
3749         (wl-summary-unset-action-copy): Ditto.
3750         (wl-summary-exec-action-copy): Ditto.
3751         (wl-summary-collect-numbers-region): Ditto.
3752         (wl-summary-delete): Rewrite.
3753         (wl-summary-erase): Ditto.
3754         (wl-summary-remove-destination): Ditto.
3755         (wl-summary-exec): Ditto.
3756         (wl-summary-exec-region): Ditto.
3757         (wl-summary-target-mark-erase): Ditto.
3758         (wl-summary-refile): Ditto.
3759         (wl-summary-copy): Ditto.
3760         (wl-summary-unmark): Ditto.
3761         (wl-summary-delete-all-mark): Ditto.
3762         (wl-summary-mark-line): Don't highlight.
3763         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3764         (wl-summary-target-mark-refile-subr): Rewrite.
3765
3766         (wl-summary-copy-prev-destination): Abolish.
3767
3768 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3769
3770         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3771         default values along the value of wl-on-mule.
3772         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3773         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3774         It is not used anywhere.
3775
3776 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3777
3778         * wl-summary.el (wl-summary-print-destination): Keep position.
3779         (wl-summary-cursor-move-surface): Keep horizontal position.
3780
3781 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3782
3783         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3784         write sendlog.
3785
3786 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3787
3788         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3789         `wl-summary-highlight'.
3790
3791 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3792
3793         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3794         trivial condition for temp-mark.
3795
3796 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3797
3798         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3799         when it hits killed buffer.
3800
3801 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3802
3803         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3804         * wl-news.el.in: `message' and `error' take format string.
3805
3806 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3807
3808         * wl-folder (wl-folder-insert-entity): Display a message,
3809         `...done', when the work finish.
3810         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3811
3812 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3813
3814         * wl-message.el (wl-message-redisplay): Remove unused local
3815         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3816
3817 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3818
3819         * wl-summary.el (wl-summary-replace-status-marks): Disable
3820         interactive use.
3821         (wl-summary-reedit): Check message existence at first.
3822         (wl-summary-mark-line): Fix doc, return value is indefinite.
3823
3824         * wl-highlight.el (wl-highlight-message): Arranged.
3825
3826         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3827         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3828         check temp-mark by wl-summary-temp-mark always.
3829         (wl-highlight-summary): Change accordingly.
3830         * wl-summary.el (wl-summary-mark-as-read-all)
3831         (wl-summary-delete-cache, wl-summary-set-score-mark)
3832         (wl-summary-mark-as-unread, wl-summary-unmark)
3833         (wl-summary-mark-line, wl-summary-mark-as-read)
3834         (wl-summary-mark-as-important): Ditto.
3835
3836         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3837         end of the window if possible.
3838         * wl-summary.el (wl-summary-sync-update): Support lazy
3839         highlighting.
3840         (wl-summary-toggle-disp-msg): Ditto.
3841
3842 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3843
3844         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3845
3846 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3847
3848         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3849         change.
3850
3851 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3852
3853         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3854         API.
3855         (wl-summary-sync-update): Ditto.
3856
3857         * wl-score.el (wl-score-get-score-alist): Changed argument.
3858         (wl-summary-rescore-msgs): Likewise.
3859         (wl-summary-score-headers): Likewise.
3860         (wl-score-headers): Likewise;
3861         Use elmo-folder-do-each-message-entity, etc.
3862         (wl-summary-score-effect): Follow the changes above.
3863         (wl-summary-rescore): Ditto.
3864         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3865         (wl-score-get-overview): Abolish.
3866
3867         * wl-summary.el (wl-summary-default-from): Follow the API change in
3868         elmo-msgdb.
3869         (wl-summary-count-unread): Ditto.
3870         (wl-summary-detect-mark-position): Ditto.
3871         (wl-summary-overview-entity-compare-by-date): Ditto.
3872         (wl-summary-overview-entity-compare-by-number): Ditto.
3873         (wl-summary-overview-entity-compare-by-from): Ditto.
3874         (wl-summary-overview-entity-compare-by-subject): Ditto.
3875         (wl-summary-get-list-info): Ditto.
3876         (wl-summary-rescan): Ditto.
3877         (wl-summary-jump-to-msg-by-message-id): Ditto.
3878         (wl-summary-sync-update): Ditto; Removed comment.
3879         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3880         (wl-summary-insert-message): Use wl-summary-insert
3881         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3882         (wl-summary-insert-headers): Changed argument overview to folder.
3883         (wl-summary-search-by-subject): Likewise.
3884         (wl-summary-insert-thread): Renamed from 
3885         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3886
3887         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3888         too.
3889
3890         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3891         wl-string-member.
3892
3893 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3894
3895         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3896         elmo-folder-append-buffer.
3897         (wl-draft-queue-append): Likewise.
3898
3899         * wl-mime.el (wl-message-delete-current-part): Ditto.
3900         (wl-summary-burst-subr): Ditto.
3901
3902         * wl-news.el.in (wl-news-send-news): Ditto.
3903
3904 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3905
3906         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3907         function.
3908         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3909         (wl-summary-update-mark): Enclose with save-excursion.
3910         (wl-summary-mark-as-read-internal): Fixed last change.
3911         (wl-summary-mark-as-important): Use 3rd argument of
3912         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3913         Don't use elmo-msgdb-set-mark.
3914         (wl-summary-redisplay-internal): If msgdb flag is already read,
3915         just update the mark on buffer.
3916
3917 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3918
3919         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3920         cut visible folder when elmo-folder-delete returns non-nil value.
3921
3922 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3923
3924         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3925         by Kenichi OKADA <okada@opaopa.org>).
3926
3927 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3928
3929         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3930
3931 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3932
3933         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3934         Fixed the last change, search group entity by its real name.
3935         (Thanks to: KOBAYASHI Shinji)
3936
3937 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3938
3939         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3940         (wl-fldmgr-access-display-all): Don't refer visible name.
3941         * wl-expire.el (wl-folder-archive-current-entity)
3942         (wl-folder-expire-current-entity): Ditto.
3943         * wl-folder.el (wl-folder-jump-to-current-entity)
3944         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3945         (wl-folder-open-folder-sub,wl-folder-open-all)
3946         (wl-folder-write-current-folder): Ditto.
3947         (wl-folder-insert-entity): Don't use petname for normal group.
3948         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3949         is the real name.
3950         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3951         Abolished.
3952
3953 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3954
3955         * wl-draft.el (wl-draft-create-buffer): Add
3956         `wl-summary-reply-with-citation'
3957
3958 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3959
3960         * wl-draft.el (wl-draft-reply): Fixed.
3961
3962 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3963
3964         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3965         when `wl-draft-send-confirm-with-preview' is non-nil.
3966         You can scroll up/down by j/k.
3967         (wl-draft-send-confirm-with-preview): New variable (default=t).
3968
3969 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3970
3971         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3972         (wl-fldmgr-save-folders): Fix comment.
3973
3974 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3975
3976         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3977         along the last change in `wl-folder-buffer-group-p'.
3978
3979 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3980
3981         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3982         folder.
3983
3984         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3985         the default value.
3986
3987         * wl-mime.el (wl-summary-burst): Update summary only when target
3988         folder equals current folder.
3989
3990 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3991
3992         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3993
3994 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3995
3996         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3997         value.
3998
3999 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4000
4001         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4002         `map-extents' instead of `extent-at' repeatedly.
4003         (wl-highlight-folder-current-line): Ditto.
4004
4005         * wl-highlight.el: Remove useless dummy functions.
4006
4007 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4008
4009         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4010         (wl-folder-put-folder-property): New function to put text property.
4011         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4012         (wl-folder-insert-entity, wl-folder-update-diff-line)
4013         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4014         * wl-e21.el, wl-xmas.el, wl-mule.el
4015         (wl-highlight-folder-current-line): Ditto.
4016         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4017         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4018         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4019         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4020
4021 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4022
4023         * Version number is increased to 2.11.3.
4024
4025 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4026
4027         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4028         Resume current-buffer since it is assumed by remaining tasks.
4029
4030 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4031
4032         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4033         (wl-folder-completion-function): Abolished.
4034         (wl-folder-complete-folder): New function.
4035         (wl-folder-complete-filter-condition): Ditto.
4036         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4037         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4038
4039 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4040
4041         * wl-draft.el (wl-draft-send-confirm): New function.
4042         (wl-draft-send): Use it.
4043
4044         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4045         cursor-in-echo-area while confirming.
4046
4047         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4048
4049         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4050         searching via nntp if wl-summary-search-via-nntp is 'force.
4051         Otherwise, invoke searching in nntp folder only.
4052         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4053
4054         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4055         explicitly for mime-make-text-tag.
4056
4057 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4058
4059         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4060         `mime-make-text-tag' instead of `mime-create-tag'.
4061
4062 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4063
4064         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4065         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4066
4067 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4068
4069         * wl-score.el (wl-score-save): Bind print-length and print-level.
4070         (wl-score-pretty-print): Ditto.
4071         (wl-score-edit-insert-header-entry): Ditto.
4072
4073         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4074         "From" entry to be treated with wl-draft-eword-encode-address-list.
4075         * wl-mime.el (wl-draft-preview-message): Ditto.
4076
4077         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4078         (wl-summary-mark-as-unread): Ditto.
4079         (wl-summary-mark-as-read-region): Change accordingly.
4080         (wl-summary-mark-as-unread-region): Ditto.
4081         (wl-summary-target-mark-mark-as-read): Ditto.
4082         (wl-summary-target-mark-mark-as-unread): Ditto.
4083
4084 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4085
4086         * Version number is increased to 2.11.2.
4087
4088 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4089
4090         * wl-news.el.in (wl-news-previous-version-save): Bind
4091         print-length and print-level.
4092         * wl-thread.el (wl-thread-save-entities): Ditto.
4093         (wl-thread-save-top-list): Bind print-length.
4094
4095 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4096
4097         * wl-highlight.el (wl-highlight-summary-line-string): Use
4098         wl-summary-score-below-mark, wl-summary-score-over-mark.
4099         (wl-highlight-summary-current-line): Ditto.
4100
4101 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4102
4103         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4104         insert it.
4105
4106 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4107
4108         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4109
4110 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4111
4112         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4113         message without msgid.
4114         Rewrite with elmo-folder-move-messages.
4115         Set wl-message-buffer to nil.
4116
4117         * wl-summary.el (wl-summary-erase-subr): New function. Use
4118         elmo-folder-move-messages.
4119         (wl-summary-erase): Call it.
4120         (wl-summary-target-mark-erase): Ditto.
4121
4122 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4123
4124         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4125         it is not up-tp-date.
4126
4127 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4128
4129         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4130         buffer after calling `wl-summary-goto-folder-subr' without the
4131         argument `interactive'.
4132         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4133
4134 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4135
4136         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4137         `mime-create-tag'. Use `string=' instead of `looking-at'.
4138
4139 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4140
4141         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4142         to avoid compile warning.
4143
4144         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4145         entity-id when folder is given.
4146         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4147         save-excursion, use save-selected-window instead.
4148         Select folder buffer window if exists.
4149         (To correct behavior with wl-folder-move-cur-folder.)
4150
4151 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4152
4153         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4154
4155 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4156
4157         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4158         list-count instead of %d.
4159
4160 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4161
4162         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4163         (wl-news): Set it.
4164         (wl-news-append-to-folder): Use it.
4165
4166         * wl-news.el.in (wl-news-send-news): Append to specified folder
4167         instead of wl-default-folder.
4168         (wl-news-append-to-folder): Show error message with specified folder.
4169
4170         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4171                 In most major modes, Emacs assumes that any opening
4172                 delimiter found at the left margin is the start of a
4173                 top-level definition, or defun. Therefore, *never put an
4174                 opening delimiter at the left margin unless it should have
4175                 that significance.*
4176
4177         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4178
4179 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4180
4181         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4182
4183 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4184
4185         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4186
4187 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4188
4189         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4190         for sequential numbering case.
4191
4192 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4193
4194         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4195         value.
4196         (wl-draft-reply-without-argument-list): Ditto.
4197         (wl-draft-reply-myself-with-argument-list): Abolish.
4198         (wl-draft-reply-myself-without-argument-list): Ditto.
4199         * wl-draft.el (wl-draft-self-reply-p): New function.
4200         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4201
4202 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4203
4204         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4205         (avoid error for the case without byte-compiling)
4206
4207 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4208
4209         * wl-news.el.in (wl-news-append-to-folder): New function.
4210         (wl-news-exit): Rewrite.
4211         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4212
4213 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4214
4215         * wl-draft.el (wl-draft-reply-position): New function.
4216         (wl-draft-reply-position): Fix.
4217         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4218         (wl-summary-target-mark-reply-with-citation): Ditto.
4219         (wl-summary-reply-with-citation): Ditto.
4220         * wl-vars.el (wl-draft-reply-default-position): New variable.
4221
4222 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4223
4224         * wl-draft.el (wl-draft-send): Preview when interactive send.
4225
4226 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4227
4228         * wl-draft.el (wl-draft-reply): Set default position.
4229         * wl-summary.el (wl-summary-reply): Ditto.
4230         (wl-summary-reply-with-citation): Ditto.
4231         (wl-summary-target-mark-reply-with-citation): Ditto.
4232
4233 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4234
4235         * wl-news.el.in (wl-news-lang): Set default value according to
4236         current-language-environment.
4237         (wl-news-append-news): Do nothing when news-list is nil.
4238
4239 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4240
4241         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4242         (wl-news): Change message.
4243         (wl-news-exit): Check buffer.
4244         (wl-news-force-exit): New function.
4245         (wl-news-show-all): New function.
4246         (wl-news-discard-and-exit): Fix.
4247
4248 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4249
4250         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4251         according to current-language-environment.
4252
4253         * wl-news.el.in (wl-news): If arg, show all NEWS after
4254         wl-news-default-previous-version.
4255
4256 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4257
4258         * wl-news.el.in (wl-news-check): Rewritten.
4259         (wl-news-previous-version-load): Change data type.
4260         (wl-news-previous-version-save): Change data type.
4261         (wl-news-append-news): Add return value.
4262         (wl-news-check-news): New function.
4263         (wl-news-already-current-p): New function.
4264         (wl-news-send-news): Rewritten.
4265         (wl-news-mode-map): Add new keybind.
4266         (wl-news): Rewritten.
4267         (wl-news-exit): Rewritten.
4268         (wl-news-discard-and-mail): New function.
4269         (wl-news-send-to-address): Abolished.
4270         * wl.el (wl-init): Delete a message.
4271
4272 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4273
4274         * wl-news.el.in (wl-news-exit): Update previous version.
4275         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4276
4277 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4278
4279         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4280
4281 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4282
4283         * wl-news.el.in (wl-news): New function.
4284         (wl-news-mode): New function.
4285         (wl-news-next-line): New function.
4286         (wl-news-next-page): New function.
4287         (wl-news-exit): New function.
4288         (wl-news-buf-name): New variable.
4289         (wl-news-mode-map): New variable.
4290         (wl-news-winconf): New variable.
4291         (wl-news-append-news): Add an option.
4292
4293 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4294
4295         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4296
4297 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4298
4299         * wl-news.el.in (wl-news-send-to-address): New variable.
4300         (wl-news-send-news): Use it.
4301         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4302         Return updating status.
4303         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4304
4305 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4306
4307         * wl-news.el.in (wl-news-send-news): Delete
4308         Organization and X-Face.
4309
4310 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4311
4312         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4313         (wl-news-append-news): New function.
4314         (wl-news-send-news): New function.
4315
4316 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4317
4318         * Version number is increased to 2.11.1.
4319
4320 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4321
4322         * wl-news.el.in : New file.
4323
4324 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4325
4326         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4327         default value.
4328         (wl-draft-reply-without-argument-list): Ditto.
4329
4330 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4331
4332         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4333         (wl-message-buffer-prefetch-idle-time): Ditto.
4334         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4335
4336 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4337
4338         * wl-thread.el (wl-thread-insert-message): Use
4339         wl-summary-max-thread-depth.
4340
4341         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4342         loop detection.
4343
4344         * wl-message.el (wl-message-buffer-display): Back to the first page
4345         when cache is hit.
4346
4347 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4348
4349         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4350
4351         * wl-summary.el (wl-summary-insert-thread-entity):
4352         If the thread depth is reached to wl-summary-max-thread-depth,
4353         divide the thread.
4354
4355 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4356
4357         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4358         for elmo-remove-passwd.
4359
4360 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4361
4362         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4363         folder is sticky.
4364         (wl-folder-mark-as-read-all-entity): Ditto.
4365         (wl-folder-prefetch-entity): Ditto.
4366
4367 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4368
4369         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4370
4371 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4372
4373         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4374         Delete messages on buffer for unplugged operation.
4375         (wl-summary-erase): Ditto.
4376
4377 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4378
4379         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4380         take nil so as not to search parent by subject.
4381
4382 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4383
4384         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4385         (wl-folder-get-next-folder): Ditto.
4386         (wl-folder-get-path): Ditto.
4387
4388 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4389
4390         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4391         system and encode the region with it before verifying.
4392
4393 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4394
4395         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4396         system of the echo buffer before decoding.
4397
4398 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4399
4400         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4401         original contents.
4402
4403 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4404
4405         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4406         with argument 'any-exists.
4407
4408 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4409
4410         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4411         Use `wl-cs-autoconv'.
4412
4413 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4414
4415         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4416         by `mime-view-automatic-conversion'.
4417
4418         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4419         (wl-message-verify-pgp-nonmime): Ditto.
4420         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4421         Bind them to C-c:d and C-c:v respectively.
4422
4423         Merge following code by Teranishi-san from [wl-en:00167].
4424         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4425         (wl-mime-preview-application/pgp-encrypted): Ditto.
4426         (wl-mime-setup): Add entry.
4427
4428 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4429
4430         * wl-summary.el (wl-summary-target-mark-erase): New function.
4431         Bind it to "mD".
4432
4433 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4434
4435         * wl-vars.el (wl-draft-write-file-function): Fix.
4436         (wl-draft-reedit-hook): Changed default value.
4437
4438         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4439         wl-draft-reedit-hook.
4440         (wl-draft-remove-text-plain-tag): New function.
4441         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4442
4443         * wl-vars.el (wl-draft-write-file-function): New user option.
4444
4445         * wl-draft.el (wl-draft-prepare-edit): Use it for
4446         local-write-file-hooks.
4447         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4448
4449         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4450         (wl-draft-insert-mail-header-separator): Return the body beginning
4451         point.
4452         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4453         text/plain.
4454         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4455
4456 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4457
4458         * wl-summary.el (wl-summary-erase): New function to erase message
4459         without moving it to trash. Bind to "D".
4460
4461         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4462         as `keep' unless switch-function.
4463
4464 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4465
4466         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4467         message buffer by using `wl-summary-toggle-disp-msg'.
4468         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4469         buffer window.
4470         (wl-summary-supresedes-message): Ditto.
4471
4472         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4473         Do not delete other windows.
4474         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4475         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4476         (wl-draft-create-buffer): Set reply-or-forward also for target
4477         mark commands.
4478
4479 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4480
4481         * wl-draft.el (wl-user-agent-compose): Delete special case for
4482         switch-to-buffer-other-window.
4483
4484         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4485         (wl-summary-forward): Ditto.
4486
4487         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4488         function.
4489         (wl-draft-buffer-style): New use option.
4490
4491         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4492         (wl-draft): Follow the change above.
4493         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4494         wl-draft-buffer-style.
4495         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4496         switch-function.
4497
4498 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4499
4500         * wl-address.el (wl-address-make-completion-entry): Extracted from
4501         `wl-address-make-completion-list'.
4502         (wl-address-enable-strict-loading): New variable.
4503         (wl-address-make-completion-list): Revive petname duplication
4504         inquiry, and enable it if `wl-address-enable-strict-loading'.
4505         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4506
4507 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4508
4509         * wl-message.el (wl-message-get-original-buffer): Avoid
4510         'Selecting deleted buffer' error when original buffer is killed.
4511
4512 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4513
4514         * wl-summary.el (wl-summary-next-message): Use
4515         elmo-message-accessible-p instead of elmo-message-cached-p.
4516
4517 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4518
4519         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4520
4521         * wl-thread.el (wl-thread-open-all-unread): Use
4522         elmo-folder-list-flagged instead of
4523         elmo-folder-list-messages-mark-match.
4524
4525         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4526         instead of elmo-folder-list-messages-mark-match.
4527         (wl-summary-move-spec-alist): New variable.
4528         (wl-summary-move-spec-plugged-alist,
4529         wl-summary-move-spec-unplugged-alist): Abolish.
4530         (wl-summary-next-message): Follow the change above.
4531         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4532         with 'no-msg' argument.
4533
4534         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4535         variable.
4536         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4537         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4538         (wl-message-buffer-prefetch-get-next): Follow the change above.
4539
4540 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4541
4542         * wl-version.el (wl-version): Changed codename.
4543
4544         * Version number is increased to 2.11.0.
4545
4546 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4547
4548         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4549         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4550         `wl-draft-config-variables'.
4551         (wl-draft-kill): Fixed problem when the draft is reedit.
4552
4553 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4554
4555         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4556         buffer-modified status (Thanks to
4557         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4558
4559 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4560
4561         * wl-util.el (wl-region-exists-p): New function.
4562
4563         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4564         Remove defvars for byte-compile warnings.
4565
4566 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4567
4568         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4569         defvar-maybe. Removed unused bind.
4570
4571 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4572
4573         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4574         summary buffer window before creating new frame.
4575         (wl-draft-reply): Ditto.
4576
4577 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4578
4579         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4580
4581 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4582
4583         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4584
4585 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4586
4587         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4588         instead of `kill-region'.
4589
4590 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4591
4592         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4593         (wl-highlight-summary-line-string): Use it.
4594         (wl-highlight-summary-current-line): Ditto.
4595
4596         * wl-mime.el (wl-message-delete-current-part): Check the class of
4597         mime-entity.
4598
4599         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4600
4601         * wl-summary.el (wl-summary-make-number-list): Initialize.
4602         (wl-summary-update-mark): New function.
4603         (wl-summary-reply): Put `answered' mark on the message.
4604         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4605
4606         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4607         (wl-draft-reply): Added optional argument `number';
4608         Set wl-draft-parent-number.
4609         (wl-draft-kill): Delete answered mark if it is a reply.
4610
4611 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4612
4613         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4614         that originates in mime-preview-follow-current-entity.
4615         (wl-draft-yank-current-message-entity): Use it if region is active.
4616
4617         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4618         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4619         `wl-message-delete-current-part'.
4620         * wl-mule.el (wl-message-define-keymap): Ditto.
4621         * wl-xmas.el (wl-message-define-keymap): Ditto.
4622
4623 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4624
4625         * wl-mime.el (wl-message-delete-current-part): New function.
4626         (wl-mime-node-id-to-string): Ditto.
4627
4628         * wl-mime.el (wl-message-delete-current-part): Use existing
4629         original buffer which corresponds current mime-view buffer.
4630         (fetched buffer might have different structure, possibly)
4631
4632         * wl-mime.el (wl-message-delete-current-part): Quit if the
4633         message content differs from the actual message.
4634
4635 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4636
4637         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4638         order.
4639         (wl-summary-search-by-subject): Search parent message from tail;
4640         Check the existence of the parent message on the current thread tree.
4641         (wl-summary-update-thread): Check whether the line is inserted.
4642
4643 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4644
4645         * wl-vars.el (wl-summary-line-format): Undo last change.
4646         * wl-summary.el (wl-summary-print-destination): Do not put
4647         invisible property when `wl-summary-width' is nil.
4648         (wl-summary-line-subject-minimum-length): Abolished.
4649         (wl-summary-line-subject): Ditto.
4650
4651 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4652
4653         * wl-vars.el (wl-summary-line-format): Change default value.
4654         (wl-summary-subject-length-limit): Abolished.
4655         * wl-summary.el (wl-summary-line-subject): Ditto.
4656
4657 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4658
4659         * wl-template.el (wl-template-select): Added optional argument.
4660         If optional argument is specified, reverse
4661         `wl-template-visible-select'.
4662
4663 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4664
4665         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4666         Take prefix argument to force asking the destination folder.
4667
4668 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4669
4670         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4671         count and update status.
4672
4673 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4674
4675         * wl-summary.el (wl-summary-redisplay-internal): If
4676         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4677         after fetching.
4678
4679 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4680
4681         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4682         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4683
4684         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4685
4686 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4687
4688         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4689         (All other related portions are changed).
4690         (wl-summary-mark-as-read-all): Rewrite.
4691
4692 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4693
4694         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4695         `wl-summary-mark-as-read'.
4696         (wl-summary-mark-as-unread): Rewrite.
4697         (wl-summary-mark-as-read): Added no-modeline argument.
4698         (wl-summary-resume-cache-status): Rewrite.
4699         (wl-summary-exec-subr): Remove unused local variable.
4700
4701 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4702
4703         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4704         logic to call `wl-summary-buffer-prev-folder-function'.
4705         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4706
4707 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4708
4709         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4710         is nil.
4711
4712 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4713
4714         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4715         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4716         (wl-mime-setup): Add its entry.
4717
4718 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4719
4720         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4721         (wl-summary-delete-cache): Likewise.
4722         (wl-summary-mark-as-read): Rewrite.
4723
4724 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4725
4726         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4727         `wl-summary-count-unread'.
4728
4729         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4730
4731         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4732
4733 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4734
4735         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4736         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4737         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4738         Renamed to the elmo-msgdb-*-mark.
4739         (wl-summary-score-marks): Follow the change above.
4740         (wl-summary-auto-refile-skip-marks): Ditto.
4741         (wl-summary-incorporate-marks): Ditto.
4742         (wl-summary-expire-reserve-marks): Ditto.
4743
4744         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4745         changes.
4746         (wl-thread-insert-top): Changed updating message.
4747
4748         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4749         variable.
4750         (wl-summary-count-unread): Count answered marks.
4751         (wl-summary-rescan): Call wl-summary-insert-message instead of
4752         wl-summary-append-message-func-internal.
4753         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4754         (wl-summary-prefetch-msg): Follow the variable name changes.
4755         (wl-summary-prefetch-region): Ditto.
4756         (wl-summary-mark-as-read-all): Follow the API changes;
4757         Don't call elmo-folder-replace-marks.
4758         (wl-summary-delete-cache): Follow the variable name changes.
4759         (wl-summary-resume-cache-status): Ditto.
4760         (wl-summary-update-status-marks): New function.
4761         (wl-summary-insert-message): New function.
4762         (wl-summary-sync-marks): Follow the variable name changes.
4763         (wl-summary-sync-update): Synchronize to the msgdb, too;
4764         Changed update messages.
4765         (wl-summary-make-number-list): Rewrite.
4766         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4767         (wl-summary-mark-as-unread): Follow the API changes.
4768         (wl-summary-exec-subr): Follow the variable name changes.
4769         (wl-summary-mark-as-read): Ditto.
4770         (wl-summary-move-spec-plugged-alist): Ditto.
4771         (wl-summary-move-spec-unplugged-alist): Ditto.
4772         (wl-summary-cursor-move-surface): Ditto.
4773
4774         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4775         variable name changes.
4776         (wl-highlight-summary-current-line): Ditto.
4777
4778         * wl-expire.el (wl-expire-refile): Follow the API change in
4779         elmo-folder-move-messages.
4780         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4781         (wl-summary-archive): Use elmo-folder-msgdb instead of
4782         elmo-msgdb-load.
4783
4784 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4785
4786         * wl-mime.el (wl-draft-preview-message): Restore the position
4787         before evaluating wl-draft-send-hook in preview buffer.
4788
4789 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4790
4791         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4792         when it creates new draft buffer.
4793
4794         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4795         without argument.
4796
4797         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4798         Evaluate content and if the value is string, insert it.
4799         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4800         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4801         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4802         wl-draft-config-sub-part-bottom): Use it.
4803
4804         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4805         with the folder name. The question was unintelligible when it is
4806         called from wl-save-status.
4807
4808 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4809
4810         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4811         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4812         cannot take second argument).
4813
4814 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4815
4816         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4817         as t. Since type and subtype are not case sensitive (RFC 2045).
4818
4819 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4820
4821         * wl-vars.el (wl-message-mode-line-format): New variable.
4822         (wl-message-mode-line-format-spec-alist): Ditto.
4823         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4824         (wl-message-redisplay): Use wl-message-mode-line-format.
4825
4826 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4827
4828         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4829
4830 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4831
4832         * wl-summary.el (wl-summary-default-from): Write description.
4833
4834 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4835
4836         * wl-vars.el (wl-ldap-objectclass): Abolish.
4837
4838         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4839         (wl-ldap-make-filter): Removed condition for objectclass.
4840         (wl-ldap-make-matched-value-list): Remove meaningless process.
4841         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4842         (wl-address-ldap-search): Don't add `*' to `pat' string;
4843         use ignore-errors; added `email';
4844         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4845         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4846         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4847
4848
4849 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4850
4851         * wl-draft.el (wl-draft-parent-folder): Write description.
4852         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4853
4854 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4855
4856         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4857         as "" (zero-length string) if no parent.
4858         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4859
4860 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4861
4862         * wl-address.el (wl-address-make-completion-list): Skip duplication
4863         checking.
4864         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4865         `append'.
4866
4867 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4868
4869         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4870         instead of `beginning-of-buffer'.
4871
4872 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4873
4874         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4875
4876 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4877
4878         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4879         Refer wl-message-buffer-name.
4880         (wl-message-wheel-down): Ditto.
4881
4882 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4883
4884         * wl-vars.el (wl-message-buffer-name): New user option.
4885
4886         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4887         directly instead of making alist dinamically.
4888
4889         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4890         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4891         wl-message-buffer-cache-name.
4892         (wl-message-buffer-cache-clean-up): Ditto.
4893
4894         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4895
4896         * Version number is increased to 2.9.15.
4897
4898 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4899
4900         * wl-vars.el (wl-summary-default-view-alist): New user option.
4901
4902         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4903
4904         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4905         while deleting address.
4906         (wl-draft-delete-myself-from-cc): Ditto.
4907
4908         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4909         If optional argument is specified, reverse sort order.
4910
4911         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4912
4913 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4914
4915         * wl-thread.el (wl-thread-insert-message): Return parent number if
4916         exists.
4917         (wl-thread-update-indent-string-region): Use
4918         wl-thread-update-line-on-buffer-sub instead of
4919         wl-thread-update-line-on-buffer.
4920
4921 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4922
4923         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4924         (wl-folder-close-all): Ditto.
4925
4926 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4927
4928         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4929         and mailing-list:.
4930         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4931         value.
4932         (wl-summary-line-list-info): Print mailing-list name even when 
4933         list-number is empty.
4934
4935 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4936
4937         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4938
4939         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4940         (wl-draft-open-file): Ditto.
4941         (wl-draft-random-alphabet): Ditto.
4942
4943         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4944         bindings.
4945
4946 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4947
4948         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4949         * wl-vars.el (wl-draft-config-alist): Ditto.
4950
4951 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4952
4953         * Version number is increased to 2.9.14.
4954
4955         * wl.el (wl): Don't set wl-init as nil when error occured while
4956         auto-checking folders.
4957
4958         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4959         `elmo-expand-newtext'.
4960
4961 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4962
4963         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4964         `this-command' so that `wl-folder-goto-folder' contained in
4965         `wl-summary-keep-cursor-command' work.
4966
4967 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4968
4969         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4970         message buffer displaying state.
4971
4972 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4973
4974         * wl-vars.el (wl-summary-default-view): New variable to specify
4975         default value for `wl-summary-buffer-view' instead of using
4976         set-default.
4977         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4978
4979 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4980
4981         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4982
4983         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4984
4985 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4986
4987         * wl-vars.el (wl-forward-subject-prefix): New variable.
4988         * wl-draft.el (wl-draft-forward): Use it.
4989
4990 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4991
4992         * wl-message.el (wl-message-prev-page): When it is called without
4993         lines argument, scroll down by wl-message-scroll-amount lines.
4994         (wl-message-next-page): Ditto.
4995         * wl-vars.el (wl-message-scroll-amount): Change default value
4996         to preserve current behavior.
4997
4998 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4999
5000         * wl-summary.el (wl-summary-prefetch-msg): Bind
5001         `wl-message-entity' to call `wl-summary-from-function'.
5002
5003 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5004
5005         * wl-message.el (wl-message-buffer-create): Run
5006         wl-message-buffer-created-hook.
5007
5008 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5009
5010         * wl-summary.el (wl-summary-sort-specs): New variable.
5011         (wl-summary-default-sort-spec): Ditto.
5012         (wl-summary-sort): Rewrite.
5013         (wl-summary-sort-by-list-info): New function.
5014
5015 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5016
5017         * wl-summary.el (wl-summary-get-list-info): New function.
5018         (wl-summary-sort): Rewrite.
5019         (wl-summary-line-list-info): Ditto.
5020         (wl-summary-line-list-count): Ditto.
5021         (wl-summary-refile-region): Fixed docstring.
5022
5023 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5024
5025         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5026         `wl-folder-entity-hashtb' as completion table.
5027
5028 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5029
5030         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5031         only when this command is called interactively; silence the byte-
5032         compiler.
5033
5034 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5035
5036         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5037         active in XEmacs.
5038
5039 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5040
5041         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5042         plural lines.
5043
5044 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5045
5046         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5047         of current line when the cursor is on the header name.
5048         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5049
5050 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5051
5052         * wl-util.el (wl-read-directory-name): Return displayed directory
5053         as the default value also on XEmacs.
5054
5055 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5056
5057         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5058         formatting.
5059
5060 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5061
5062         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5063         argument and when it is non-nil, check face property before
5064         highlighting for each line.
5065         (wl-highlight-summary-window): Set it.
5066
5067 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5068
5069         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5070         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5071
5072         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5073         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5074         (wl-draft-get-fcc-list): Likewise.
5075
5076 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5077
5078         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5079         (wl-thread-entity-cur): Ditto.
5080         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5081         wl-thread-indent-regexp setting.
5082         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5083
5084         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5085         wl-summary-lazy-highlight.
5086         (wl-summary-display-bottom): Ditto.
5087
5088         * wl-thread.el (wl-thread-open-close): Likewise.
5089
5090         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5091         from and subject;
5092         Bind wl-draft-use-frame;
5093         Enclose with save-window-excursion;
5094         Use wl-draft-create-buffer instead of with-temp-buffer;
5095         Use wl-draft-prepare-edit;
5096         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5097         Use wl-draft-send instead of wl-draft-raw-send.
5098
5099 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5100
5101         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5102         of using wl-from.
5103
5104 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5105
5106         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5107         insert-buffer instead of clone-buffer.
5108         (wl-draft-doing-mime-bcc): New variable.
5109         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5110         infinite loop.
5111         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5112
5113         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5114         (wl-draft-mime-bcc-body): Ditto.
5115
5116         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5117         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5118         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5119         wl-draft-do-mime-bcc.
5120         (wl-draft-mime-bcc-field): New function.
5121         (wl-draft-do-mime-bcc): Ditto.
5122
5123         * wl-address.el (wl-address-complete-header-list): New variable.
5124         (wl-address-complete-header-regexp): Changed default value.
5125
5126         * Version number is increased to 2.9.13.
5127
5128 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5129
5130         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5131         it is differed.
5132
5133 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5134
5135         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5136         (wl-summary-line-list-count): Ditto.
5137
5138 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5139
5140         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5141         (wl-nntp-posting-function): New variable.
5142         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5143         `wl-nntp-posting-config-alist'.
5144
5145 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5146
5147         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5148         FLIM.
5149
5150 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5151
5152         * wl-summary.el (wl-summary-target-mark-refile-sub):
5153         Remove a nuisance funcall.
5154
5155 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5156
5157         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5158         as t for `try-completion'.
5159
5160 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5161
5162         * wl-summary.el (wl-summary-default-from): Use
5163         wl-address-header-extract-address instead of
5164         std11-extract-address-components.
5165         (wl-summary-simple-from): Ditto.
5166         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5167         (wl-summary-insert-headers): Show message.
5168         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5169         for whole line.
5170         (wl-summary-default-from): Revert last change.
5171         (wl-summary-simple-from): Ditto.
5172         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5173         (wl-summary-mark-as-read-region): Follow the change above.
5174         (wl-summary-sync-marks): Ditto.
5175         (wl-summary-target-mark-mark-as-read): Ditto.
5176         (wl-summary-redisplay-internal): Ditto.
5177         (wl-summary-redisplay-no-mime-internal): Ditto.
5178         (wl-summary-redisplay-all-header): Ditto.
5179         (wl-summary-mark-as-read): Removed argument `cached';
5180         Use current cache status to set cache mark.
5181         (wl-summary-redisplay-internal): Follow the change above.
5182         (wl-summary-redisplay-no-mime-internal): Ditto.
5183         (wl-summary-redisplay-all-header): Ditto.
5184
5185         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5186
5187         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5188         Don't call itself recursively (Adviced by Yamaoka-san).
5189
5190 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5191
5192         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5193         bind wl-summary-highlight as nil to avoid error caused by missing
5194         local variables.
5195
5196 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5197
5198         * wl-vars.el (wl-invalid-character-message): New user option.
5199
5200         * wl-util.el (wl-set-string-width): If truncated string-width is
5201         larger than specified width, use `wl-invalid-character-message'.
5202
5203 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5204
5205         * wl-summary.el (wl-summary-prefetch-msg): 
5206         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5207
5208 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5209
5210         * wl-vars.el (wl-summary-check-line-format): New user option.
5211         (wl-summary-line-format-file): Ditto.
5212
5213         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5214         variable.
5215         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5216         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5217         and `wl-summary-view-old-p' to check whether do a rescan or not.
5218         (wl-summary-view-old-p): New function.
5219         (wl-summary-line-format-changed-p): Ditto.
5220         (wl-summary-line-format-save): Ditto.
5221         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5222
5223         * wl-util.el (wl-set-string-width): Avoid using negative number
5224         for make-string.
5225
5226 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5227
5228         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5229         return value.
5230
5231         * wl-util.el (wl-set-string-width): Added optional argument
5232         `padding' (All other related portions are changed).
5233         (wl-line-parse-format): If the first letter of column number is
5234         `0', zero-padding the result (ex: "%05l").
5235
5236         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5237
5238 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5239
5240         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5241         sequential summary view.
5242
5243 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5244
5245         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5246         if it doesn't have a -unix version.
5247
5248 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5249
5250         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5251
5252 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5253
5254         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5255         content.
5256         (wl-draft): Follow the change above.
5257
5258         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5259
5260         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5261         and wl-folder-summary-line-format-alist contain %T and %P.
5262
5263         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5264         (wl-summary-mode-line-format): New user option.
5265         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5266         (wl-summary-line-format): Changed default value.
5267         (wl-summary-lazy-highlight): Changed default value.
5268
5269         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5270         change in wl-summary-create-line.
5271         (wl-thread-insert-entity-sub): Ditto.
5272
5273         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5274         (wl-summary-buffer-unread-status): Ditto.
5275         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5276         (wl-summary-buffer-persistent-mark-column): Ditto.
5277         (wl-summary-buffer-mode-line-formatter): Ditto.
5278         (wl-summary-buffer-mode-line): Ditto.
5279         (wl-summary-message-regexp): Abolished.
5280         (All other related portions are changed.)
5281         (wl-summary-detect-mark-position): New function.
5282         (wl-summary-buffer-set-folder): Setup
5283         wl-summary-buffer-mode-line-formatter.
5284         (wl-summary-mode): Setup selective-display;
5285         Setup pre-idle-hook when xemacs.
5286         (wl-summary-update-modeline): Rewrite.
5287         (wl-summary-jump-to-msg): Define as function;
5288         Changed regexp for searching messages.
5289         (wl-summary-message-number): Rewrite.
5290         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5291         Do rescan when old type summary cache.
5292         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5293         (wl-summary-remove-destination): Use '\r' to detect EOL.
5294         (wl-summary-print-destination): Ditto.
5295         (wl-summary-temp-mark): New inline function.
5296         (wl-summary-persistent-mark): Ditto.
5297         (wl-summary-line-number): New function.
5298         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5299         (wl-summary-line-list-count): New function.
5300         (wl-summary-create-line): Added argument persistent-mark.
5301         (All other related portions are changed)
5302         (wl-summary-create-line): Insert '\r'.
5303         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5304         (wl-summary-cursor-move-surface): New inline function.
5305         (wl-summary-prev): Use it.
5306         (wl-summary-next): Ditto.
5307
5308         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5309         wl-summary-message-regexp.
5310         (wl-highlight-summary): Delete progress message.
5311         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5312
5313         * Version number is increased to 2.9.12.
5314
5315 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5316
5317         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5318         variable (nil: no minimum).
5319         (wl-summary-line-subject): Add some spaces after subject by
5320         wl-summary-line-subject-minimum-length.
5321
5322 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5323
5324         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5325         and removed `F'.
5326         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5327         change above).
5328
5329 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5330
5331         * wl-summary.el (wl-summary-line-list-count): Reverted.
5332         (example setting in samples/*/dot.wl is also updated)
5333
5334 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5335
5336         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5337
5338         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5339
5340         * wl-vars.el (wl-summary-line-format): Addes some description to the
5341         docstring.
5342
5343         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5344         (wl-summary-line-close-bracket): Ditto.
5345         (wl-summary-line-children-number): Ditto.
5346         (wl-summary-line-thread-indent): Ditto.
5347         (wl-summary-line-children-and-from): Ditto.
5348
5349         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5350         't', 'c', 'F' and added 'C'.
5351
5352         * wl-util.el (wl-set-string-width): Accept negative value.
5353         (wl-line-parse-format): Added "%number(" and "%)".
5354
5355 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5356
5357         * wl-summary.el (wl-summary-line-list-count): Change format of the
5358         return value.
5359
5360 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5361
5362         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5363         from the recent message.el.
5364         (wl-draft-point-in-header-p): Ditto.
5365         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5366         wl-draft-beginning-of-line.
5367         * wl-e21.el (wl-draft-mode-map): Ditto.
5368         * wl-xmas.el (wl-draft-mode-map): Ditto.
5369
5370         * wl-folder.el: Sort macrodefs by dependencies.
5371
5372 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5373
5374         * wl-summary.el (wl-summary-prev): Fixed regexp.
5375         (wl-summary-next): Ditto.
5376
5377 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5378
5379         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5380
5381 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5382
5383         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5384         for backward compatibility.
5385
5386 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5387
5388         * wl-summary.el (wl-summary-line-list-count): New function, merged
5389         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5390         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5391         list counts.
5392
5393 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5394
5395         * wl-summary.el (wl-summary-create-line): Ignore errors while
5396         timezone-fix-time.
5397
5398         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5399
5400         * wl-summary.el (wl-summary-sync-update): Ditto.
5401         (wl-summary-default-from): Use wl-message-entity
5402         instead of entity.
5403
5404         * wl-summary.el (wl-summary-create-line): Fix.
5405
5406         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5407         (wl-summary-line-format): New user option.
5408         (wl-folder-summary-line-format-alist): Ditto.
5409         (wl-summary-from-width): Abolished.
5410
5411         * wl-util.el (toplevel): Require 'bytecomp.
5412         (wl-line-parse-format): New function.
5413         (wl-line-formatter-setup): New macro.
5414
5415         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5416         (wl-summary-buffer-line-formatter): New buffer local variable.
5417         (wl-summary-switch-to-clone-buffer): Follow the change above.
5418         (wl-summary-message-regexp): Fix.
5419         (wl-summary-from-func-internal): Abolished.
5420         (wl-summary-subject-func-internal): Ditto.
5421         (wl-summary-subject-filter-func-internal): Ditto.
5422         (All other related portions are changed.)
5423         (wl-summary-buffer-set-folder):
5424         Set up wl-summary-buffer-number-column and 
5425         wl-summary-buffer-line-formatter
5426         (All other related portions are changed.)
5427         (wl-summary-buffer-number-column-detect): Abolished.
5428         (All other related portions are changed.)
5429         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5430         (wl-summary-delete-all-temp-marks-on-buffer): Use
5431         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5432         (wl-summary-target-mark-delete): Ditto.
5433         (wl-summary-target-mark-refile-subr): Ditto.
5434         (wl-summary-target-mark-mark-as-read): Ditto.
5435         (wl-summary-target-mark-mark-as-unread): Ditto.
5436         (wl-summary-target-mark-mark-as-important): Ditto.
5437         (wl-summary-target-mark-save): Ditto.
5438         (wl-summary-replace-status-marks): Renamed from
5439         wl-summary-set-status-marks-on-buffer;
5440         Use wl-summary-message-regexp instead of
5441         wl-summary-buffer-number-regexp.
5442         (wl-summary-sync-update): Follow the change above.
5443         (wl-summary-goto-previous-message-beginning): New function.
5444         (wl-summary-mark-as-unread): Use it.
5445         (wl-summary-mark-as-important): Ditto.
5446         (wl-summary-line-formatter): New variable.
5447         (wl-summary-line-year): New function.
5448         (wl-summary-line-day): Ditto.
5449         (wl-summary-line-day-of-week): Ditto.
5450         (wl-summary-line-hour): Ditto.
5451         (wl-summary-line-minute): Ditto.
5452         (wl-summary-line-open-bracket): Ditto.
5453         (wl-summary-line-close-bracket): Ditto.
5454         (wl-summary-line-children-number): Ditto.
5455         (wl-summary-line-thread-indent): Ditto.
5456         (wl-summary-line-size): Ditto.
5457         (wl-summary-line-subject): Ditto.
5458         (wl-summary-line-from): Ditto.
5459         (wl-summary-line-children-and-from): Ditto.
5460         (wl-summary-create-line): Rewritten.
5461         (wl-summary-format-date): Abolished.
5462
5463         * wl-highlight.el (wl-highlight-summary-current-line): Use
5464         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5465         Use thread structure to detect thread top message.
5466
5467         * wl-draft.el (wl-default-draft-cite): Don't use
5468         wl-summary-from-func-internal.
5469
5470         * wl-refile.el (wl-refile-subject-learn): Don't use
5471         wl-summary-subject-filter-func-internal.
5472         (wl-refile-guess-by-subject): Ditto.
5473
5474         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5475         parameters.
5476
5477         * wl-thread.el (wl-thread-update-indent-string-region):
5478         Use wl-thread-update-line-on-buffer instead of
5479         wl-thread-update-indent-string.
5480         (wl-thread-update-children-number): Redefine using
5481         wl-thread-update-line-on-buffer.
5482         (wl-thread-update-indent-string): Abolished.
5483
5484         * Version number is increased to 2.9.11.
5485
5486 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5487
5488         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5489         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5490         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5491
5492         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5493         as nil.
5494
5495         * wl-thread.el (wl-thread-open-all-unread): Use 
5496         elmo-folder-list-messages-mark-match.
5497         (wl-thread-insert-message): Removed argument `mark-alist'.
5498         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5499         elmo-msgdb-set-mark.
5500         (wl-thread-get-children-msgs-uncached): Likewise.
5501         (wl-thread-get-exist-children): Added argument include-self.
5502         (wl-thread-delete-message): Follow the change above.
5503
5504         * wl-summary.el (wl-summary-count-unread): Removed argument.
5505         (wl-summary-rescan): Follow the change above.
5506         (wl-summary-mark-as-read-region): Ditto
5507         (wl-summary-mark-as-unread-region): Ditto.
5508         (wl-summary-delete-messages-on-buffer): Ditto.
5509         (wl-summary-sync-update): Ditto.
5510         (wl-summary-switch-to-clone-buffer): Ditto.
5511         (wl-summary-goto-folder-subr): Ditto.
5512         (wl-summary-target-mark-mark-as-read): Ditto.
5513         (wl-summary-target-mark-mark-as-unread): Ditto.
5514         (wl-summary-target-mark-mark-as-important): Ditto.
5515         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5516         (wl-summary-update-thread): Removed argument `mark-alist'.
5517         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5518         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5519         (wl-summary-resume-cache-status): Likewise.
5520         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5521         elmo-msgdb-set-mark.
5522         (wl-summary-mark-as-read-all): Likewise.
5523         (wl-summary-delete-cache): Ditto.
5524         (wl-summary-auto-select-msg-p): Ditto.
5525         (wl-summary-mark-as-unread): Ditto.
5526         (wl-summary-no-auto-refile-message-p): Ditto.
5527         (wl-summary-mark-as-read): Ditto.
5528         (wl-summary-mark-as-important): Ditto.
5529         (wl-summary-auto-refile): Follow the change above.
5530         (wl-summary-delete-all-marks): Removed.
5531         (wl-summary-resume-marks-and-highlight): Ditto.
5532         (wl-summary-resume-marks): Ditto.
5533         (wl-summary-delete-important-msgs-from-list): Ditto.
5534         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5535
5536         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5537         wl-summary-count-unread.
5538
5539         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5540         (wl-summary-score-update-all-lines): Use
5541         elmo-msgdb-set-mark.
5542
5543 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5544
5545         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5546         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5547         (wl-summary-create-line): Renamed from
5548         wl-summary-overview-create-summary-line;
5549         Argument rearrangement.
5550         (wl-summary-update-thread): Follow the change above.
5551
5552         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5553         (wl-thread-insert-entity-sub): Likewise.
5554
5555         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5556         argument `overview', `mark-alist' and added `msgdb'.
5557
5558         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5559
5560         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5561         (wl-summary-rescan): Follow the change above.
5562         (wl-summary-sync-update): Ditto.
5563         (wl-summary-insert-thread-entity): Ditto;
5564         Don't use `let*' in every while loop;
5565         Detect infinite loop of threads.
5566         (wl-summary-update-thread): Removed argument `overview'.
5567
5568         * wl-thread.el (wl-thread-insert-message): Ditto.
5569
5570         * Version number is increased to 2.9.10.
5571
5572         * wl-message.el (wl-message-redisplay): Ignore errors while
5573         wl-message-redisplay-hook.
5574
5575 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5576
5577         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5578
5579 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5580
5581         * wl.el (wl): inhibit-quit while wl-folder.
5582
5583 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5584
5585         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5586         while msgdb access.
5587
5588 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5589
5590         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5591         even if no folder is not created.
5592
5593 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5594
5595         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5596
5597         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5598         implementation.
5599         (wl-summary-target-mark-thread): Ditto.
5600
5601         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5602
5603 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5604
5605         * wl-util.el (wl-display-bytes): Remove unused function.
5606
5607 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5608
5609         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5610         seems critical one (partially reverse the change in 2002/03/17).
5611
5612 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5613
5614         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5615         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5616
5617 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5618
5619         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5620         is not writable.
5621         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5622         plugged status instead of `'force' as 2nd argument.
5623
5624         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5625         is not creatable.
5626
5627         * Version number is increased to 2.9.9.
5628
5629 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5630
5631         * wl-summary.el (wl-summary-suspend): New function.
5632
5633 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5634
5635         * wl.el (wl): Do not check variables if check is nil.
5636         * wl-utils.el (wl-collect-draft): New function.
5637         * wl-folder.el (wl-folder-suspend): Put summary buffers
5638         and draft buffers at the end of buffer list.
5639         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5640
5641 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5642
5643         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5644         loop instead of recursive call.
5645
5646         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5647         2nd argument.
5648
5649 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5650
5651         * wl-draft.el (wl-draft-create-contents): Don't take neither
5652         (function . args) nor (string . something) any more.
5653
5654         * wl-version.el (wl-generate-user-agent-string): Return string
5655         without header symbol.
5656         * wl-draft.el (wl-draft-default-headers): Use it.
5657
5658         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5659         `wl-draft-insert-ccs' and return field value instead of inserting
5660         the header. Abolish cc argument.
5661         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5662
5663         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5664         rather than one with string car.
5665
5666         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5667         * wl-draft.el (wl-draft-create-contents): Add it after the default
5668         headers.
5669
5670         * wl-draft.el (wl-draft-create-contents): For the case of
5671         (symbol-or-string . function) insert header only when the function
5672         returns string value.
5673
5674 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5675
5676         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5677         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5678
5679 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5680
5681         * wl.el (wl-check-environment): Don't check Message-ID when
5682         `wl-insert-message-id' is nil.
5683         Revive checking if `wl-message-id-domain' contains "@".
5684
5685 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5686
5687         * wl.el (wl-check-environment): Merge examination for "@" at
5688         inappropriate position into the first string-match.
5689
5690         * wl-summary.el (wl-summary-target-mark-print): New function.
5691         (wl-summary-pipe-message-subr): Extracted from
5692         `wl-summary-pipe-message'.
5693         (wl-summary-target-mark-pipe): New function.
5694         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5695         `wl-summary-target-mark-pipe'.
5696
5697 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5698
5699         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5700
5701 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5702
5703         * wl.el (wl-check-environment): Use elmo-warning instead of
5704         error for non-critical ones.
5705         Remove trash folder check.
5706         (wl): Don't ignore error in wl-check-environment.
5707
5708         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5709         check, which is moved from `wl-check-environment'.
5710         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5711
5712 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5713
5714         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5715         guess anything, call wl-summary-write.
5716         (wl-summary-write): Create draft with blank To field.
5717         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5718
5719 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5720
5721         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5722         argument full as well for wl-folder-write-current-folder.
5723         If wl-*-write-current-folder cannot guess addressee, add blank
5724         To header.
5725         Rewrite condition for positioning cursor.
5726
5727 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5728
5729         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5730         summary buffer is present, use it.
5731         (wl-folder-jump-to-previous-summary): Ditto.
5732
5733 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5734
5735         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5736
5737         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5738         wl-summary-previous-buffer and wl-summary-next-buffer.
5739
5740         * wl-folder.el (wl-folder-mode-map): Bind
5741         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5742         (wl-folder-jump-to-next-summary): New function.
5743         (wl-folder-jump-to-previous-summary): Ditto.
5744
5745         * wl-draft.el (wl-draft): Rearranged.
5746
5747 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5748
5749         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5750         of header.
5751         (wl-draft): Collect arguments for the header as header-alist.
5752         (wl-draft-forward): Arrange arguments for wl-draft.
5753         (wl-draft-reply): Ditto.
5754         (wl-draft-edit-string): Ditto.
5755         * wl-summary.el (wl-summary-write): Ditto.
5756         (wl-summary-write-current-folder): Ditto.
5757
5758         * Version number is increased to 2.9.8.
5759
5760 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5761
5762         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5763
5764         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5765
5766         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5767         even if the guess failed.
5768
5769         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5770         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5771         wl-summary-write-current-folder.
5772         * wl-xmas.el: Ditto.
5773
5774 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5775
5776         * wl-summary.el (wl-summary-next-page): Force display message if
5777         message is not displayed yet.
5778         (wl-summary-prev-page): Ditto.
5779
5780 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5781
5782         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5783
5784 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5785
5786         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5787         add "Preview Message" and "Save Draft and Exit".
5788
5789 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5790
5791         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5792         if addrmgr is called from draft in splitted window.
5793
5794         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5795         * wl-mule.el: Ditto.
5796         * wl-xmas.el: Ditto.
5797
5798 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5799
5800         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5801
5802         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5803         * wl-xmas.el (wl-folder-toolbar): Ditto.
5804
5805 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5806
5807         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5808         and wl-draft-save-and-exit.
5809         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5810         * wl-xmas.el: Ditto.
5811         * wl-mule.el: Ditto.
5812
5813         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5814         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5815
5816 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5817
5818         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5819         lists for saving buffer.
5820
5821 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5822
5823         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5824         parent-folder argument instead of it.
5825         (wl-draft-create-buffer): Ditto.
5826         (wl-draft-forward): Ditto.
5827         (wl-draft-reply): Ditto.
5828         * wl-summary.el (wl-summary-write): Ditto.
5829         (wl-summary-write-current-folder): Ditto.
5830
5831         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5832         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5833         Folder buffer after composing.
5834
5835 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5836
5837         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5838         header if the file `wl-x-face-file' already contains it.
5839
5840 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5841
5842         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5843         folder" entry.
5844         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5845         * wl-e21.el (wl-folder-toolbar): Ditto.
5846         * wl-xmas.el (wl-folder-toolbar): Ditto.
5847
5848 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5849
5850         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5851         wl-folder-goto-folder with sticky argument.
5852         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5853
5854 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5855
5856         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5857         and wl-summary-previous-buffer.
5858         (wl-summary-next-buffer): New function.
5859         (wl-summary-previous-buffer): Ditto.
5860
5861 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5862
5863         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5864         wl-folder-jump-to-current-entity-with-arg.
5865         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5866         `wl-folder-jump-to-current-entity'.
5867         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5868         `wl-summary-goto-folder-sticky'.
5869         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5870         `wl-summary-goto-folder'.
5871         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5872         Unless force-exit, do not clean temp. marks for sticky summary.
5873         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5874
5875 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5876
5877         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5878         not entire.
5879
5880 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5881
5882         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5883         to `C-x C-s'.
5884         (wl-summary-save-status): New command.
5885         (wl-summary-exit): Don't clean-up temp marks when sticky.
5886         (Applied patch from Nakayama-san [wl: 09548])
5887         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5888         Do nothing when no mark data.
5889         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5890         Call `wl-summary-delete-all-temp-marks' before saving.
5891
5892 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5893
5894         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5895
5896 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5897
5898         * wl.el (wl-check-environment): Also cause error when (system-name)
5899         returns "localhost.localdomain". (Although it doesn't affect because
5900         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5901
5902 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5903
5904         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5905         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5906
5907         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5908         value.
5909
5910 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5911
5912         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5913         Likewise r-cc-list and r-ng-list.
5914
5915 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5916
5917         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5918         only if it is bound as variable.
5919
5920         * wl-mime.el (wl-draft-preview-message): Ditto.
5921
5922 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5923
5924         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5925         needless `goto-char'.
5926
5927         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5928         `wl-summary-redisplay-no-mime-internal' instead of
5929         `wl-summary-redisplay-no-mime'.
5930         (wl-summary-redisplay-no-mime): Changed argument;
5931         Call `wl-summary-redisplay-no-mime-internal'.
5932
5933         * wl-mime.el (wl-draft-preview-message): Bind
5934         `mime-header-encode-method-alist' locally.
5935
5936         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5937         (wl-draft-std11-parse-addresses): Added the first address check.
5938         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5939
5940         * Version number is increased to 2.9.7.
5941
5942 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5943
5944         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5945
5946 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5947
5948         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5949         related to scrollbar support, if there is no such a feature
5950         compiled in.
5951
5952 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5953
5954         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5955         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5956         for prefetch.
5957
5958 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5959
5960         * wl-summary.el (wl-summary-pick): Fix for no match.
5961
5962 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5963
5964         * wl-draft.el (wl-draft-save):
5965         Override `mime-header-encode-method-alist'.
5966
5967 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5968
5969         * wl-folder.el (wl-folder-pick): New function.
5970         Define key as "?".
5971
5972 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5973
5974         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5975         Fix for unplugged.
5976
5977 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5978
5979         * wl-folder.el (wl-folder-virtual): New function.
5980         Define key as "V".
5981
5982 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5983
5984         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5985         multi folder if entity is group.
5986
5987 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5988
5989         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5990         is nil.
5991
5992 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5993
5994         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5995         (wl-summary-target-mark-msgs): Return the number of marked messages.
5996
5997 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5998
5999         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6000         "first:" is specified.
6001
6002 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6003
6004         * wl-vars.el (wl-from): Use return value of function
6005         user-full-name instead of the variable user-full-name since
6006         XEmacs-20.4 doesn't set this variable.
6007
6008 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6009
6010         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6011         call `wl' directly.
6012
6013 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6014
6015         * wl-draft.el (wl-draft-reedit): Removed duplicated
6016         switch-to-buffers.
6017
6018 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6019
6020         * wl.el (wl-other-frame): Removed garbages.
6021
6022 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6023
6024         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6025
6026         * wl-xmas.el (wl-draft-key-setup): Ditto.
6027
6028         * wl-mule.el (wl-draft-key-setup): Ditto.
6029
6030         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6031         (wl-draft-reedit): Ditto.
6032         (wl-draft-prepare-edit): Add `wl-draft-save' to
6033         `local-write-file-hooks'.
6034         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6035         (wl-draft-reedit): Set buffer-file-name.
6036         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6037
6038
6039         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6040         call it.
6041         (wl-delete-startup-frame-function): New variable.
6042         (wl-other-frame): New function
6043         (Original was written by Yamaoka san [wl: 09239]).
6044
6045         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6046         if `wl-folder-use-frame'.
6047
6048 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6049
6050         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6051
6052 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6053
6054         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6055         New variable.
6056         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6057         (wl-message-buffer-prefetch-get-next): Use them.
6058         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6059
6060 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6061
6062         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6063         with unwind-protect.
6064
6065         * wl-draft.el (wl-draft-reedit): Rewrite.
6066         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6067         (wl-draft-save): Insert header separator if it does not exist;
6068         Removed condition-case.
6069
6070         * wl-summary.el (wl-summary-reedit): Revert last change.
6071
6072         * wl-draft.el (wl-draft-save): Rewrite.
6073         (wl-draft-create-buffer): Set buffer-file-name as nil.
6074
6075         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6076
6077         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6078
6079         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6080         nil.
6081
6082 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6083
6084         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6085         If count is nil, do not prefetch.
6086         (wl-message-buffer-prefetch-next): Next.
6087
6088 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6089
6090         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6091
6092 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6093
6094         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6095         `delete-backward-char'
6096         (wl-draft-prepare-edit): Check major-mode.
6097         (wl-draft-decode-header): Rewrite.
6098         (wl-draft): Fix.
6099
6100 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6101
6102         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6103
6104 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6105
6106         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6107         (wl-message-buffer-prefetch-get-next): Remove size checking.
6108         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6109
6110 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6111
6112         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6113         (wl-draft-default-headers): Fix.
6114
6115 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6116
6117         * wl-draft.el (wl-draft-default-headers): Insert return value of
6118         `wl-generate-mailer-string-function'.
6119
6120 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6121
6122         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6123         (wl-draft-insert-mail-header-separator): Ditto.
6124
6125         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6126         again (Reverted the change on 2002-01-17 by OKADA san).
6127
6128 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6129
6130         * wl-draft.el (wl-draft): Rewrite.
6131         (wl-draft-create-buffer): New function.
6132         (wl-draft-create-contents): Ditto.
6133         (wl-draft-prepare-edit): Ditto.
6134         (wl-draft-decode-header): Ditto.
6135         (wl-draft-decode-body): Ditto.
6136         (wl-draft-check-new-line): Ditto.
6137         (wl-draft-default-headers): Ditto.
6138         (wl-draft-insert-mail-header-separator): Ditto.
6139
6140 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6141
6142         * Version number is increased to 2.9.6.
6143
6144 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6145
6146         * wl-draft.el (wl-draft-delete-field): Optional argument.
6147         (wl-draft-delete-fields): Ditto.
6148
6149 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6150
6151         * wl-message.el (toplevel): Eliminated byte-compile warning.
6152         for `itimer-function', `delete-timer' and `itimer-list'.
6153
6154 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6155
6156         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6157         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6158         `wl-message-buffer-prefetch-threshold'.
6159         * wl-summary.el (wl-summary-redisplay-internal): Remove
6160         the check of `wl-message-buffer-prefetch-depth'.
6161
6162 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6163
6164         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6165         size of article.
6166         (wl-message-buffer-prefetch-subr): Remove size check.
6167
6168 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6169
6170         * wl-vars.el (wl-plugged): Make customizable.
6171
6172 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6173
6174         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6175         (wl-message-buffer-prefetch-set-timer): New function.
6176         (wl-message-buffer-prefetch-get-next): New function.
6177         (wl-message-buffer-prefetch): New function.
6178         (wl-message-buffer-prefetch-next): Rewrite.
6179         (wl-message-buffer-prefetch-subr): Rewrite.
6180         * wl-vars.el (wl-auto-prefetch-first): New variable.
6181         * wl-summary.el (wl-summary-goto-folder-subr): Call
6182         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6183
6184 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6185
6186         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6187         `wl-summary-unread-message-hook'.
6188
6189 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6190
6191         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6192         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6193         if range is `cache-status'.
6194
6195 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6196
6197         * wl-message.el (wl-message-buffer-prefetch-subr):
6198         Improve debug message.
6199
6200 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6201
6202         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6203         `wl-mail-send-pre-hook'.
6204         (wl-draft-send-mail-with-qmail): Ditto.
6205         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6206
6207 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6208
6209         * wl-message.el (wl-message-buffer-prefetch-subr):
6210         Fix for cancel-function-timers bug.
6211         (wl-message-buffer-prefetch-debug): Default value is t.
6212
6213 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6214
6215         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6216         (wl-message-buffer-prefetch-subr): Rewrite.
6217         Rename from `wl-message-buffer-prefetch'.
6218
6219 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6220
6221         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6222         (wl-default-draft-cite-decorate-author): Ditto.
6223
6224         * wl-draft.el (wl-draft-cite-function): Removed.
6225         (wl-default-draft-cite-decorate-author): Ditto.
6226
6227 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6228
6229         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6230         (wl-default-draft-cite): Do not arrange author name if the value of
6231         `wl-default-draft-cite-decorate-author' is nil.
6232
6233 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6234
6235         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6236
6237         * wl-folder.el (wl-folder-check-one-entity): Don't care
6238         `elmo-folder-use-flag-p'.
6239
6240 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6241
6242         * wl-folder (wl-folder-check-one-entity): Fix
6243         problem if unread is nil.
6244
6245 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6246
6247         * wl-address.el (wl-address-make-completion-list): Check whether
6248         the address is a group list.
6249         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6250
6251 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6252
6253         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6254         The number of the messages of new and unread does not count
6255         correctly.
6256
6257         * wl-summary.el (wl-summary-count-unread): Changed to return
6258         `(new . unread)' instead of total.
6259         (wl-summary-sync-update): Follow the change above.
6260
6261         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6262
6263 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6264
6265         * wl-address.el (wl-address-make-completion-list): Do not enclose
6266         address by " <" and ">" if associated realname is "".
6267         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6268         This is against the promblem with group list in .addresses pointed
6269         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6270
6271 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6272
6273         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6274         message is a format control string.
6275         * wl-expire.el (wl-expire-append-log): Ditto.
6276         * wl-mime.el (wl-summary-burst-subr): Ditto.
6277         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6278         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6279
6280 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6281
6282         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6283         wl.el (wl-check-variables): Rename from `wl-check-type'.
6284         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6285         (wl-check-variables-2): New function.
6286         (wl): Call `wl-check-variables-2'.
6287
6288 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6289
6290         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6291         after renaming folder in access group.
6292
6293 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6294
6295         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6296         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6297         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6298         (wl-message-buffer-prefetch): Rewrite.
6299         (wl-message-buffer-prefetch-idle-time): Removed.
6300         * wl-summary.el (wl-summary-redisplay-internal):
6301         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6302         Error check for `wl-message-buffer-prefetch-depht'.
6303
6304 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6305
6306         * Version number is increased to 2.9.5.
6307         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6308
6309 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6310
6311         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6312         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6313         Based on the patch written by
6314         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6315
6316 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6317
6318         * wl-draft.el (wl-draft-raw-send): Fix for
6319         `wl-news-send-pre-hook'
6320
6321 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6322
6323         * wl-utils.el (wl-message-id-function): New variable.
6324         * wl-draft.el (wl-draft-insert-required-fields):
6325         Use `wl-message-id-function'.
6326
6327 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6328
6329         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6330         * wl-utils.el (wl-draft-make-message-id-string):
6331         Use `wl-from' for domain part of Message-ID
6332         if `wl-message-id-use-wl-from' if non-nil.
6333         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6334
6335 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6336
6337         * wl.el (wl): Call `wl-check-type'
6338         Do not 'condition-case'.
6339
6340 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6341
6342         * wl.el (wl-check-type): New function.
6343         (wl-check-type-variables): New variable.
6344
6345 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6346
6347         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6348
6349 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6350
6351         * wl-draft.el (wl-smtp-password-key): New function.
6352         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6353         (wl-draft-send-mail-with-smtp): Ditto.
6354         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6355
6356 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6357
6358         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6359         * wl-utils.el (wl-unique-id-suffix): Remove.
6360
6361 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6362
6363         * Version number is increased to 2.9.4.
6364
6365 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6366
6367         * wl-utils.el (wl-unique-id-suffix): New variable.
6368         (wl-unique-id): Use `wl-unique-id-suffix'
6369
6370 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6371
6372         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6373         instead of `elmo-msgdb-search'.
6374
6375         * Version number is increased to 2.9.3.
6376
6377 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6378
6379         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6380
6381 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6382
6383         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6384         (wl-draft-dispatch-message): Changed for send-later.
6385         (wl-draft-queue-flush): Ditto.
6386         (wl-draft): Clear `wl-sent-message-queued'.
6387         (wl-draft-reedit): Ditto.
6388         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6389         * wl-vars.el (wl-draft-force-queuing): New variable.
6390         (wl-draft-force-queuing-mail): New variable.
6391         (wl-draft-force-queuing-news): New variable.
6392
6393 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6394
6395         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6396         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6397
6398 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6399
6400         * Version number is increased to 2.9.2.
6401
6402 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6403
6404         * wl-draft.el (wl-draft-elide-region): New user command.
6405         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6406
6407         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6408         command `wl-draft-elide-region'.
6409         * wl-mule.el: Ditto.
6410         * wl-xmas.el: Ditto.
6411
6412 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6413
6414         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6415         (wl-biff-check-folder-async): Removed needless let.
6416
6417 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6418
6419         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6420         wl-folder-get-elmo-folder.
6421         (wl-biff-check-folder): Set `biff' argument of
6422         `wl-folder-check-one-entity'.
6423         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6424
6425         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6426         (wl-folder-check-one-entity): Added `biff' argument;
6427         Setup `biff' slot of folder.
6428
6429         * Version number is increased to 2.9.1.
6430
6431 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6432
6433         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6434         comment out and fixed.
6435         (wl-fldmgr-add-completion-subr): Ditto.
6436
6437         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6438         and msgdb.
6439
6440         * wl.el (wl-toggle-plugged): Save summary view.
6441
6442 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6443
6444         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6445
6446 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6447
6448         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6449
6450 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6451
6452         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6453         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6454         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6455
6456         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6457         if it was failed.
6458         (wl-demo): Disable undo in the demo buffer.
6459
6460 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6461
6462         * wl-version.el (wl-version): Changed codename.
6463
6464         * Version number is increased to 2.9.0.
6465
6466 2001-12-14  Takuo KITAME <kitame@northeye.org>
6467
6468         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6469         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6470         (wl-folder-mark-as-read-all-current-entity): Ditto.
6471
6472 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6473
6474         * wl-vars.el (wl-from-width): Define as obsolete variable.
6475         (wl-subject-length-limit): Ditto.
6476
6477         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6478
6479         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6480         wl-summary-save-view.
6481
6482         * wl.el (wl-save-status): Ditto.
6483         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6484
6485         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6486         (wl-summary-exit): Follow the change above.
6487         (wl-summary-goto-folder-subr): Ditto.
6488
6489         * wl-folder.el (wl-folder-create-subr): Don't use
6490         `elmo-folder-creatable-p'.
6491
6492 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6493
6494         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6495
6496 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6497
6498         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6499         rather than bitmap on Emacs 21.
6500         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6501         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6502         for xbm if the new redisplay engine is not available.
6503
6504 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6505
6506         * wl-folder.el (wl-folder-init-hook): New hook.
6507         (wl-folder-init): Run `wl-folder-init-hook'.
6508
6509 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6510
6511         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6512
6513 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6514
6515         * wl-acap.el (wl-acap-cache-filename): New variable.
6516         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6517         (wl-acap-init): Use cache if no ACAP server found.
6518
6519 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6520
6521         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6522         `wl-acap-original-msgdb-dir'.
6523
6524         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6525         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6526
6527         * wl-mime.el (wl-mime-save-directory): Renamed from
6528         `wl-mime-save-dir'.
6529
6530 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6533
6534         * wl-demo.el: Require `path-util'.
6535         (wl-demo-bitmap-mule-available-p): New internal variable.
6536         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6537         `module-installed-p' instead.
6538         (wl-demo-insert-image): Use *.img file for a bitmap image.
6539         (wl-demo): Don't call the ascii demo recursively.
6540
6541 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6542
6543         * Version number is increased to 2.7.7.
6544
6545 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6546
6547         * wl.el (wl-exit): Eliminated byte-compile warning.
6548
6549 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6550
6551         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6552         obsolete variable using `elmo-define-obsolete-variable'.
6553         (wl-fetch-confirm-threshold): Ditto.
6554         (wl-cache-prefetch-folder-type-list): Ditto.
6555         (wl-cache-prefetch-folder-list): Ditto.
6556
6557 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6560         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6561         (wl-demo-insert-image): New function.
6562         (wl-demo-insert-text): New function.
6563         (wl-demo-image-type-alist): Redefine as a function.
6564         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6565         (wl-demo-with-temp-file-buffer): Removed.
6566         (wl-logo-xpm): Removed.
6567         (wl-logo-xbm): Removed.
6568         (wl-logo-bitmap): Removed.
6569
6570 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6571
6572         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6573         (wl-expire-localdir-get-folder-function): New user option.
6574         (wl-expire-localdir-get-folder): New function.
6575         (wl-expire-localdir-date): Ditto.
6576
6577 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6578
6579         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6580         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6581         Fixed unread number mismatch when all-unread < unread.
6582
6583 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6584
6585         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6586         (wl-fetch-confirm-threshold): Ditto.
6587
6588         * wl-summary.el (wl-summary-confirm-appends): Removed.
6589         (wl-summary-sync-update): Don't refer
6590         `wl-summary-update-confirm-threshold' (It is now abolished).
6591
6592         * wl-message.el (wl-message-display-internal): Don't refer
6593         `wl-fetch-confirm-threshold' (It is now abolished).
6594
6595 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6596
6597         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6598
6599 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6600
6601         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6602         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6603         Change default value to nil.
6604         (wl-summary-indent-length-limit): The value can be nil, nil means
6605         unlimited.
6606
6607         * wl-summary.el: Don't set limit for indent length if the value of
6608         wl-summary-indent-length-limit is nil.
6609         If the value of wl-summary-width is nil, it means only that the width
6610         of summary is unlimited (nil doesn't mean that the indent length is
6611         unlimited).
6612
6613         * wl-thread.el: Ditto.
6614
6615 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6616
6617         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6618         be nil, nil means never confirm.
6619         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6620
6621 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6622
6623         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6624         means unlimited).
6625
6626 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6627
6628         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6629         Use `with-temp-buffer'.
6630
6631 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6632
6633         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6634         with new backquote style).
6635         (wl-folder-get-entity-from-buffer): Ditto.
6636
6637 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6638
6639         * wl-version.el (nemacs-version): Eliminated.
6640         (wl-extended-emacs-version2): Ignore nemacs.
6641         (wl-extended-emacs-version3): Ditto.
6642
6643 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6644
6645         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6646         (wl-draft-add-in-reply-to): New variable.
6647         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6648         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6649         (wl-draft-yank-from-mail-reply-buffer): Use
6650         `wl-draft-add-in-reply-to'.
6651         (wl-draft-insert-current-message): Ditto.
6652
6653 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6654
6655         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6656         typo (kill->hide).
6657         (wl-message-buffer-prefetch-folder-type-list): Added elements
6658         `mark' and `cache' instead of `internal'.
6659
6660 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6661
6662         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6663         resume msgdb directory.
6664
6665 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6666
6667         * wl.el (wl-exit): Call `wl-acap-exit'.
6668
6669         * wl-summary.el (wl-summary-message-string): New function.
6670         (wl-summary-reedit): Use it.
6671         (wl-summary-resend-bounced-mail): Remove needless let.
6672         (wl-summary-supersedes-message): Ditto.
6673         (wl-summary-save): Ditto.
6674
6675         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6676         (wl-acap-init): Set it.
6677         (wl-acap-exit): New function.
6678
6679 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6680
6681         * wl.el (wl-init): Revert (require 'mime-setup). move from
6682         toplevel.
6683
6684 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6685
6686         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6687         local variables.  Add error when guess function return invalid
6688         value.
6689
6690 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6691
6692         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6693         Change local variable name.
6694         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6695         (wl-folder-get-newsgroups): Return nil when non-news folder.
6696         * wl-summary.el (wl-summary-write-current-folder): State through
6697         when guess-list return nil.
6698         (wl-summary-write-current-folder-functions): Fixed docstring.
6699
6700         * wl.el (wl-exit): Changed confirm message.
6701
6702         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6703         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6704
6705         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6706
6707 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6708
6709         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6710         user option (Renamed from wl-cache-prefetch-folder-type-list).
6711         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6712         from wl-cache-prefetch-folder-list).
6713
6714         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6715         Move to wl-vars.el.
6716         (wl-message-buffer-prefetch-p): Changed to enable
6717         `wl-message-buffer-prefetch-folder-list'.
6718
6719         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6720         `ignore-cache'.
6721
6722 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6723
6724         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6725         `part-top' and `part-bottom'.
6726         (wl-draft-config-sub-part-top): New function.
6727         (wl-draft-config-sub-part-bottom): New function.
6728
6729 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6730
6731         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6732
6733 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6734
6735         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6736
6737 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6738
6739         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6740
6741         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6742         (wl-summary-write-current-folder): Ditto.
6743
6744 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6745
6746         * wl-folder.el (wl-folder-get-newsgroups): Use
6747         `elmo-folder-newsgroups'.
6748
6749 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6750
6751         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6752         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6753         `wl-draft-config-sub-header-bottom'.
6754
6755 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6756
6757         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6758         localnews folder.
6759
6760 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6761
6762         * wl-summary.el (wl-summary-mode): Undo last change.
6763
6764         * wl-folder.el (wl-folder-mode): Ditto.
6765
6766 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6767
6768         * wl-summary.el (wl-summary-mode): Locally set
6769         truncate-partial-window-width to nil.
6770         (for XEmacs)
6771
6772         * wl-folder.el (wl-folder-mode): Ditto.
6773
6774 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6775
6776         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6777
6778 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6779
6780         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6781         number.
6782
6783         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6784
6785         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6786
6787         * Version number is increased to 2.7.6.
6788
6789 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6790
6791         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6792
6793 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6794
6795         * wl-summary.el (wl-summary-sync-update): Enclose network
6796         related portion with `unwind-protect'.
6797
6798 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6799
6800         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6801
6802 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6803
6804         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6805         element.
6806         * wl-vars.el (wl-message-body-button-alist): Ditto.
6807
6808         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6809         max match length.
6810         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6811
6812         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6813         for the max match length;
6814         Use 4th element value for the button string regexp group.
6815
6816         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6817         candidate exists, prompt to select.
6818
6819 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6820
6821         * wl-summary.el (wl-summary-jump-to-msg): Search before
6822         calibration point by `beginning-of-line'.
6823
6824 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6825
6826         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6827         for access group.
6828
6829 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6830
6831         * wl-message.el (wl-message-display-internal): Bind
6832         `default-mime-charset'.
6833
6834         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6835
6836         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6837
6838         * Version number is increased to 2.7.5.
6839
6840 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6841
6842         * wl-expire.el (wl-summary-archive): Fixed;
6843         Use `elmo-folder-name-internal'.
6844
6845 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6846
6847         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6848         from `elmo-folder-move-messages' caller.
6849         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6850
6851         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6852         related portions are changed).
6853
6854 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6855
6856         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6857         counter.
6858
6859 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6860
6861         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6862         buffer local and set it to nil.
6863
6864         * wl-message.el (wl-message-redisplay): Ditto.
6865
6866 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6867
6868         * wl-summary.el (wl-summary-mark-as-important): If message is
6869         already cached, set messag as read, otherwise encache and mark as read.
6870
6871 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6872
6873         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6874         point-min.
6875
6876 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6877
6878         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6879         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6880         a keymap.
6881
6882 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6883
6884         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6885         parent.
6886
6887         * wl-mule.el (wl-message-define-keymap): Ditto.
6888
6889         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6890
6891         * wl-xmas.el (wl-message-display-internal-hook): Define.
6892         (wl-xmas-setup-message-toolbar): Define as function.
6893         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6894         (wl-message-overload-functions): Abolished.
6895         (wl-message-define-keymap): New function.
6896
6897         * wl-vars.el (wl-message-display-internal-hook): New variable.
6898         (wl-message-header-button-alist): New variable (Renamed from
6899         wl-highlight-message-header-button-alist).
6900         (wl-message-body-button-alist): Ditto.
6901
6902         * wl-mule.el (wl-message-define-keymap): New function.
6903         (wl-message-overload-functions): Abolished.
6904
6905         * wl-message.el (wl-message-add-buttons-to-body): New function.
6906         (wl-message-redisplay): Don't call wl-message-overload-functions;
6907         Call wl-message-add-buttons-to-header and
6908         wl-message-add-buttons-to-body.
6909         (wl-message-display-internal): Set keymap argument for
6910         elmo-mime-display-as-is, elmo-mime-message-display;
6911         Run wl-message-display-internal-hook.
6912         (wl-message-refer-article-or-url): Abolished.
6913
6914         * wl-highlight.el (wl-highlight-headers): Don't call
6915         wl-highlight-message-add-buttons-to-header.
6916         (wl-highlight-message-add-buttons-to-header): Abolished.
6917
6918
6919         * wl-e21.el (wl-message-display-internal-hook): Define.
6920         (wl-e21-setup-toolbar): Deleted duplicated binding.
6921         (wl-e21-setup-message-toolbar): Define as function.
6922         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6923         (wl-message-define-keymap): New function.
6924         (wl-message-overload-functions): Abolished.
6925
6926 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6927
6928         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6929         and elmo-folder-close.
6930
6931         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6932
6933 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6934
6935         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6936         boolean value.
6937         * wl-draft.el (wl-draft-do-fcc): Ditto.
6938
6939 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6940
6941         * wl-vars.el (wl-fcc-force-as-read): New variable.
6942         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6943         mark copied message as read.
6944
6945 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6946
6947         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6948
6949 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6950
6951         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6952         `wl-summary-target-above' instead of obsolete variable
6953         `wl-summary-temp-above'.
6954
6955         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6956         instead of `make-obsolete-variable'.
6957         * wl-refile.el (toplevel): Ditto.
6958
6959 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6960
6961         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6962         with third argument t.
6963         (wl-draft): Set first argument for wl-plugged-init as t.
6964
6965         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6966         definition.
6967
6968 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6969
6970         * wl-vars.el: Tabify.
6971         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6972
6973         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6974         message.
6975
6976 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6977
6978         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6979         and set default to beep.
6980
6981 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6982
6983         * wl-vars.el (wl-draft-truncate-lines): New variable.
6984
6985         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6986         instead of wl-message-truncate-lines for truncate-lines.
6987
6988 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6989
6990         * wl-message.el (wl-message-display-internal): Call
6991         `wl-highlight-message' after `elmo-mime-display-as-is'.
6992
6993         * wl-mime.el (wl-mime-display-text/plain): New function.
6994         (wl-mime-display-header): Ditto.
6995         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6996         body-presentation-method for text/plain;
6997         Register `wl-mime-display-header' as a header-presentation-method;
6998         Don't set up `elmo-message-text-content-inserted-hook' and
6999         `elmo-message-header-inserted-hook'.
7000
7001         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7002         variable.
7003         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7004         as t if flag is 'all-header;
7005         Don't bind `elmo-message-ignored-field-list',
7006         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7007
7008 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7009
7010         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7011         for xemacs with non-mule environment.
7012
7013 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7014
7015         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7016         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7017         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7018
7019 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7020
7021         * wl-vars.el (wl-interactive-send): Set default value as t.
7022
7023 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7024
7025         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7026         (wl-addrmgr-method-list): Abolished.
7027         (wl-addrmgr-change-method): Follow above change.
7028
7029         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7030
7031 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7032
7033         * wl-vars.el (wl-message-truncate-lines): Change default value
7034         to default-truncate-lines.
7035
7036         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7037
7038 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7039
7040         * wl-vars.el (wl-message-truncate-lines): New variable.
7041
7042         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7043         wl-message-truncate-lines.
7044
7045 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7046
7047         * wl-acap.el (wl-acap-init): Remove period from error message.
7048         (wl-acap-find-acap-service): Remove period from message.
7049
7050 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7051
7052         * wl.el (wl-check-environment): Undo last change.
7053
7054         * wl-vars.el (wl-from): Changed default value.
7055
7056         * wl-util.el (toplevel): Don't require tm-edit.
7057
7058         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7059         `wl-folder-init';
7060         Don't set mark on mail body.
7061         (wl-draft-reedit): Ditto.
7062
7063         * wl-address.el (wl-address-quote-specials): Define as an alias for
7064         elmo-address-quote-specials.
7065
7066 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7067
7068         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7069
7070         * wl-vars.el (wl-from): Set default value as nil.
7071         (wl-organization): Set default value as ORGANIZATION environment
7072         variable.
7073
7074         * wl-draft.el (wl-smtp-extension-bind): Check value of
7075         wl-smtp-connection-type.
7076
7077         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7078         error.
7079
7080 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7081
7082         * Version number is increased to 2.7.4.
7083
7084         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7085         arguments from `wl-highlight-x-face-function' caller.
7086         Use x-face-1.3.6.12 or later.
7087
7088 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7089
7090         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7091
7092 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7093
7094         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7095         (wl-fcc): Fix to accept function.
7096         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7097
7098 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7099
7100         * wl-acap.el (toplevel): Added `product-provide' declare.
7101         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7102
7103 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7104
7105         * wl.el (wl): Changed order of calling `elmo-init'
7106         and `elmo-folder-init'.
7107
7108 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7109
7110         * wl-mime.el (wl-summary-burst): Extract message when content-type
7111         of root entity is not only `multipart' but also `message/rfc822'.
7112         (wl-summary-burst-subr): Ditto.
7113
7114 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7115
7116         * wl-vars.el (toplevel): Require 'custom.
7117         (wl-trash-folder): Added to `wl-setting' group.
7118
7119         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7120         exists.
7121         (wl-addrmgr-draw): Insert empty line when no entry exists.
7122
7123         * wl-mule.el (wl-message-wheel-up): Fixed.
7124         (wl-message-wheel-down): Ditto.
7125
7126 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7127
7128         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7129         config is an anonymous lambda expression.
7130
7131 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7132
7133         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7134         when Mule 2 is running.
7135
7136 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7137
7138         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7139
7140 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7141
7142         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7143         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7144
7145         * wl-address.el (wl-address-specials-regexp): Eliminated.
7146         (wl-address-quote-specials): Rewrite.
7147
7148 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7149
7150         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7151         shy-groups for regexp.
7152
7153         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7154         character classes and Perl style shy-groups for regexp.
7155         (wl-highlight-plugged-current-line): Use Posix style character
7156         classes for regexp.
7157         (wl-e21-highlight-folder-by-numbers): Ditto.
7158         (wl-e21-display-image-p): Use `display-images-p' instead of
7159         `display-graphic-p'.
7160         (display-images-p): Make an alias to `display-graphic-p' if it is
7161         not available.  It is for Emacs version prior to 21.0.105.
7162
7163         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7164         `display-graphic-p'.
7165         (wl-demo-image-type-alist): Ditto.
7166         (display-images-p): Make an alias to `display-graphic-p' if it is
7167         not available.  It is for Emacs version prior to 21.0.105.
7168
7169 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7170
7171         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7172         support.
7173         (wl-generate-user-agent-string): Ditto.
7174
7175         * wl-version.el (wl-version): Update docsting.
7176         (wl-version-status): Ditto.
7177
7178 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7179
7180         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7181         21.0.105.  For Emacs 21.0.104 or earlier.
7182
7183 2001-09-03  Takuo KITAME <kitame@northeye.org>
7184
7185         * wl-e21.el (wl-plugged-init-icons): Use
7186         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7187         (wl-biff-init-icons): Ditto.
7188
7189 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7190
7191         * wl-highlight.el (wl-highlight-summary-current-line):
7192         Fixed highlighting refile/copy destination.
7193
7194         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7195         (wl-acap-store): Encode string by wl-acap-coding-system.
7196
7197 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7198
7199         * wl-acap.el (toplevel): Check and require 'un-define before
7200         'xemacs-ucs;
7201          Added checking for UTF-2000.
7202
7203 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7204
7205         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7206         Don't enclose with `eval-and-compile'.
7207
7208         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7209         wl-init is non-nil.
7210
7211         * wl-draft.el (wl-draft): Ditto.
7212
7213         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7214
7215         * wl-acap.el (toplevel): Require 'wl.
7216         (wl-acap-store): Call `elmo-init'.
7217
7218         * wl.el (wl): Changed position of `wl-check-environment'.
7219         (toplevel): Added autoload setting for wl-acap.
7220
7221         * wl-vars.el (wl-setting): New custom group.
7222         (wl-from): Added wl-setting group.
7223         (wl-user-mail-address-list): Ditto.
7224         (wl-organization): Ditto.
7225         (wl-subscribed-mailing-list): Ditto.
7226         (wl-envelope-from): Ditto.
7227         (wl-smtp-posting-user): Ditto.
7228         (wl-smtp-posting-server): Ditto.
7229         (wl-smtp-posting-port): Ditto.
7230         (wl-smtp-authenticate-type): Ditto.
7231         (wl-pop-before-smtp-user): Ditto.
7232         (wl-pop-before-smtp-server): Ditto.
7233         (wl-pop-before-smtp-port): Ditto.
7234         (wl-pop-before-smtp-authenticate-type): Ditto.
7235         (wl-nntp-posting-server): Ditto.
7236         (wl-nntp-posting-user): Ditto.
7237         (wl-nntp-posting-port): Ditto.
7238         (wl-fetch-confirm-threshold): Ditto.
7239         (wl-prefetch-threshold): Ditto.
7240         (wl-thread-insert-opened): Ditto.
7241         (wl-ldap-server): Ditto.
7242         (wl-ldap-port): Ditto.
7243         (wl-ldap-base): Ditto.
7244         (wl-ldap-objectclass): Ditto.
7245         (wl-use-ldap): Ditto.
7246         (wl-draft-config-alist): Ditto.
7247         (wl-draft-config-matchone): Ditto.
7248         (wl-template-alist): Ditto.
7249         (wl-message-sort-field-list): Ditto.
7250         (wl-message-ignored-field-list): Ditto.
7251         (wl-message-visible-field-list): Ditto.
7252         (wl-interactive-send): Ditto.
7253         (wl-summary-move-order): Ditto.
7254         (wl-auto-select-first): Ditto.
7255         (wl-auto-select-next): Ditto.
7256         (wl-interactive-save-folders): Ditto.
7257
7258         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7259         Initialization codes are moved from wl-local-folder-init.
7260         (wl-local-folder-init): Follow the change above.
7261         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7262
7263         * wl-acap.el: New file.
7264
7265         * Version number is increased to 2.7.3.
7266
7267 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7268
7269         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7270
7271 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7272
7273         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7274         (wl-addrmgr-address-entry-list): Ditto.
7275
7276 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7277
7278         * wl-e21.el (wl-draft-mode-map): Removed binding for
7279         `wl-draft-insert-x-face-field'.
7280
7281         * wl-mule.el (wl-draft-mode-map): Ditto.
7282
7283         * wl-xmas.el (wl-draft-mode-map): Ditto.
7284
7285         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7286         (wl-cs-autoconv): Ditto.
7287         (wl-cs-local): Ditto.
7288         (wl-use-scoring): Ditto.
7289         (wl-mime-charset): Ditto.
7290         (wl-folder-check-async): Ditto.
7291
7292         * wl.el (toplevel): Ignore nemacs and tm.
7293         (wl-exit): Ditto.
7294
7295         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7296         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7297         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7298         instead of wl-address-petname-add-or-change.
7299         (wl-summary-edit-addresses-subr): Use wl-address-delete
7300         instead of wl-address-petname-delete.
7301
7302         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7303
7304         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7305         if error occured.
7306
7307         * wl-message.el (require): Remove tm support.
7308
7309         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7310
7311         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7312         (wl-folder-jump-to-current-entity): Ditto.
7313         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7314
7315         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7316         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7317         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7318
7319         * wl-mule.el (wl-draft-key-setup): Ditto.
7320
7321         * wl-xmas.el (wl-draft-key-setup): Ditto.
7322
7323         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7324         (wl-draft-std11-parse-addresses): New function.
7325         (wl-draft-parse-mailbox-list): Use it.
7326         (wl-draft): Ignore nemacs.
7327         (wl-draft-reedit): Ditto.
7328
7329         * wl-addrmgr.el: New file.
7330         (Original is wl-rcpt.el written by
7331         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7332         Thanks Kitamoto-san.)
7333
7334         * wl-address.el (wl-address-make-address-list): Modified parsing
7335         process.
7336         (wl-address-delete): Renamed from `wl-address-petname-delete';
7337         Modify wl-address-list too.
7338         (wl-address-add-or-change): Renamed from
7339         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7340
7341 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7342
7343         * wl-highlight.el (wl-highlight-summary-current-line):
7344           Work with transient-mark-mode
7345
7346 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7347
7348         * Version number is increased to 2.7.2.
7349
7350         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7351         instead of elmo-dop-queue-method.
7352
7353 2001-08-06  SAITO Atsunori <sai@yedo.com>
7354
7355         * wl-vars.el (wl-ldap-objectclass): New user option.
7356
7357         * wl-address.el (wl-ldap-make-filter): Use it.
7358
7359 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7360
7361         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7362
7363 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7364
7365         * wl-folder.el (wl-folder): redisplay after folder insertion.
7366
7367         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7368
7369         * wl-summary.el (wl-summary-sync-update):
7370         Change status mark only when new-msgdb exists.
7371         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7372
7373 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7374
7375         * wl-summary.el (wl-summary-open-folder): New function.
7376         (wl-summary-goto-folder-subr): Use it.
7377         (wl-summary-mark-as-important): Fix;
7378         Encache only when no cache exists.
7379
7380 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7381
7382         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7383         Use with-current-buffer.
7384
7385 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7386
7387         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7388         before call `get-buffer'. Fixed parenthesis.
7389         (wl-score-get-header-entry): Clear message and help window when
7390         keyboard quit.
7391         (wl-score-edit-insert-header): Ditto.
7392
7393 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7394
7395         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7396         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7397         (wl-default-draft-cite): Fix.
7398
7399         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7400         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7401
7402 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7403
7404         * wl-message.el (wl-message-prev-page): Do same bahavior
7405         as summary when it is called in the message buffer.
7406         (wl-message-next-page): Ditto.
7407
7408 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7409
7410         * wl-summary.el (wl-summary-forward): Use cache if it is not
7411         section cache.
7412
7413 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7414
7415         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7416         Removed redundant require of elmo-vars.
7417         (wl-biff-state-indicator-on): Changed default value for
7418         xemacs with non-mule environment.
7419
7420         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7421         wl-message-buffer is nil;
7422         Hide progress bar after moving messages.
7423
7424 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7425
7426         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7427         message at cursor point is deleted.
7428
7429 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7430
7431         * wl-vars.el: Changed file coding system to euc-japan.
7432         Added -*-coding:-*- magic to the first line.
7433
7434         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7435         Search parent from the first message.
7436
7437         * Version number is increased to 2.7.1.
7438
7439 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7440
7441         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7442
7443 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7444
7445         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7446         refile/delete execution.
7447
7448         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7449         Fixed docstring.
7450
7451 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7452
7453         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7454         do update process;
7455         Don't update marks when update process is interrupted.
7456
7457 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7458
7459         * wl-summary.el (wl-summary-reply): Fixed problem when
7460         wl-draft-use-frame is non-nil.
7461         (wl-summary-forward): Ditto.
7462
7463         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7464         as nil.
7465         (wl-folder-mark-as-read-all-entity): Ditto.
7466         (wl-folder-prefetch-entity): Ditto.
7467
7468         * wl.el (wl): Check environment before wl-init.
7469
7470         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7471         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7472         instead of wl-summary-collect-unread.
7473         (wl-summary-reply): Split message window.
7474
7475 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7476
7477         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7478         only if current language environment is japanese,
7479
7480         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7481         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7482         (wl-folder-goto-folder-subr): Ditto.
7483
7484         * wl-draft.el (wl-draft-dispatch-message): Call
7485         `elmo-file-cache-get-path'.
7486
7487 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7488
7489         * wl-summary.el (wl-summary-cursor-move): If return value of
7490         wl-summary-next-message is not number, don't jump.
7491
7492 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7493
7494         * wl-summary.el (wl-summary-buffer-next-message-function): New
7495         variable.
7496         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7497         if it is bound.
7498
7499         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7500         string.
7501
7502         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7503         (wl-plugged-drawing): Ditto.
7504
7505 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7506
7507         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7508         process.
7509         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7510         with unwind-protect.
7511
7512         * wl.el (wl-init): Require mime-setup.
7513         (wl-check-environment): Don't require mime-setup.
7514
7515         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7516         instead of elmo-folder-type.
7517
7518         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7519         value as nil.
7520
7521 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7522
7523         * Version number is increased to 2.7.0.
7524
7525         * wl-version.el (wl-version): Changed codename.
7526
7527         * wl-summary.el (wl-summary-delete-cache): Fixed.
7528
7529         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7530         Workaround for net folders.
7531         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7532
7533         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7534         value to nil (According to the patch from
7535         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7536
7537         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7538         of elmo-folder-close.
7539
7540 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7541
7542         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7543         for postfix.
7544
7545 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7546
7547         * wl-summary.el (wl-summary-resend-message): Fixed.
7548
7549         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7550         Call wl-draft with `from' argument if its address is included in
7551         `wl-user-mail-address-list'.
7552         (wl-draft): Added `from' argument.
7553
7554         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7555         non-nil.
7556         (wl): Don't show demo if wl-demo is nil.
7557
7558         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7559         wl-summary-use-frame.
7560
7561         * wl-vars.el (wl-summary-use-frame): New user option.
7562         (wl-folder-use-frame): Changed docstring.
7563
7564         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7565         non-nil.
7566         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7567         wl-summary-use-frame.
7568
7569         * wl-vars.el (wl-folder-use-frame): New user option.
7570
7571         * wl-summary.el (wl-summary-exit): Back to folder frame if
7572         wl-folder-use-frame is non-nil.
7573         (wl-summary-redisplay-internal): Ignore cache if current folder
7574         is draft folder,
7575         (wl-summary-redisplay-no-mime): Ditto.
7576         (wl-summary-redisplay-all-header): Ditto.
7577
7578         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7579         if wl-folder-use-frame is non-nil.
7580
7581 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7582
7583         * wl-summary.el (wl-summary-sync-update): Bind
7584         elmo-folder-update-threshold.
7585         (wl-summary-mark-as-important): Enclosed server mark processing
7586         with `save-match-data'.
7587
7588         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7589         only when it is already defined.
7590
7591 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7592
7593         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7594         name of folder exclude localdir is wrong.
7595         * wl-folder.el (wl-folder-sync-entity):
7596         Set `wl-summary-always-sticky-folder-list' as nil.
7597         (wl-folder-mark-as-read-all-entity): Ditto.
7598         (wl-folder-prefetch-entity): Ditto.
7599
7600 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7601
7602         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7603         instead of `wl-summary-write-current-newsgroup'.
7604
7605 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7606
7607         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7608         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7609         non-nil and selected message is important, do not display.
7610
7611 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7612
7613         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7614
7615 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7616
7617         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7618
7619         * wl-summary.el (wl-summary-mark-as-important): Set message number
7620         using wl-summary-message-number.
7621
7622 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7623
7624         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7625         destination folder is 'null.
7626
7627 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7628
7629         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7630         New function.
7631         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7632         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7633         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7634
7635 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7636
7637         * wl-mime.el (wl-mime-setup): Added setting for
7638         `mime-setup-signature-key-alist' to avoid overriding key bind for
7639         `wl-draft-send'.
7640
7641         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7642         for `wl-draft-send'.
7643         * wl-mule.el (wl-draft-overload-functions): Ditto.
7644         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7645         * wl-draft.el (wl-draft-send): Ditto.
7646
7647         * wl-message.el (wl-message-display-internal):
7648         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7649         (Patch is provided by <kita@coe.nttdata.co.jp>).
7650
7651 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7652
7653         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7654
7655 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7656
7657         * wl.el (wl): Fix for wl-demo.
7658
7659 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7660
7661         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7662
7663 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7664
7665         * wl-folder.el (wl-folder-prefetch-entity): Use
7666         `wl-folder-get-elmo-folder'.
7667         (wl-folder-count-incorporates): Do not use
7668         `wl-folder-get-elmo-folder'.
7669
7670 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7671
7672         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7673         instead of `elmo-folder-get-type'.
7674
7675 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7676
7677         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7678         position on Subject: field.
7679         (Advised by Mito <mit@nines.nec.co.jp>)
7680
7681 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7682
7683         * wl-folder.el (wl-folder-prefetch-entity): Use
7684         `wl-folder-get-elmo-folder'.
7685
7686 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7687
7688         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7689
7690         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7691         `process-duplicates' slot.
7692
7693         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7694         if detection failed.
7695
7696 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7697
7698         * wl-version.el (wl-version-status): Set to "alpha".
7699
7700 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7701
7702         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7703         Check wl-message-buffer lives before set-buffer.
7704
7705 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7706
7707         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7708         called in folder mode.
7709         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7710         * wl-summary.el (wl-summary-exit-pre-hook): Run
7711         `wl-summary-exit-pre-hook' before exit summary mode.
7712
7713 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7714
7715         * wl-version.el (wl-version-status): New variable.
7716         (wl-version-status-alist): Removed.
7717         (wl-version-status): Rule included.
7718
7719 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7720
7721         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7722         @sponichi.
7723
7724         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7725         when `mail-reply-buffer' is buffer-local variable.
7726         (Reported by <kita@coe.nttdata.co.jp>).
7727
7728 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7729
7730         * wl-vars.el (toplevel): Require 'elmo-util.
7731
7732 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7733
7734         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7735         (All other related portions are changed)
7736
7737         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7738
7739         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7740
7741 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7742
7743         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7744
7745 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7746
7747         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7748         Delete other windows to avoid an error.
7749         Use `point-marker' instead of `point' to remember the start point
7750         of body.
7751
7752         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7753
7754         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7755         number not to exceed all message number.
7756
7757 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7758
7759         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7760         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7761
7762 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7763
7764         * wl-summary.el (wl-summary-sync-force-update): Added argument
7765         no-check.
7766         (wl-summary-sync-update): Ditto.
7767         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7768         with `no-check'.
7769
7770         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7771         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7772         already running.
7773
7774 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7775
7776         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7777         `dst-folder-arg'.
7778         (wl-expire-archive-number1): Diito.
7779         (wl-expire-archive-number2): Diito.
7780         (wl-expire-archive-Date): Diito.
7781         (wl-archive-number1): Diito.
7782         (wl-archive-number2): Diito.
7783         (wl-archive-date): Diito.
7784         (wl-archive-folder-p): New function.
7785         (wl-summary-expire): Support of expand folder name at
7786         wl-expire-alist.
7787         * wl-util.el (wl-expand-newtext): Renamed from
7788         `wl-refile-expand-newtext'.
7789
7790 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7791
7792         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7793         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7794         `(elmo-msgdb-get-overview msgdb)'.
7795         (wl-summary-prefetch): Bind match data before call
7796         `wl-summay-prefetch-msg'.
7797         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7798         'off if `wl-summary-buffer-disp-msg' is non-nil.
7799         Fixed problem that couldn't show only one new or unread message when
7800         enter folder.
7801         (wl-summary-reply): Don't call `split-window-vertically' and other
7802         window.
7803
7804 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7805
7806         * wl-expire.el (wl-expire-refile): Fixed.
7807
7808 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7809
7810         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7811
7812         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7813         biff notification is removed.
7814
7815         * wl.el (wl): Changed position of `elmo-init'.
7816
7817         * wl-draft.el (wl-default-draft-cite): Use date field
7818         on the citation buffer.
7819
7820         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7821
7822         * wl-xmas.el (wl-folder-internal-icon-list): Added
7823         `wl-folder-shimbun-image'.
7824
7825         * wl-e21.el (wl-folder-internal-icon-list): Added
7826         `wl-folder-shimbun-image'.
7827
7828 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7829
7830         * wl.el (wl-init): Eliminated argument.
7831         (wl): Rewrite.
7832
7833         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7834         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7835         instead of `elmo-folder-msgdb-internal'.
7836         (wl-summary-sync-update): Ditto.
7837         (wl-summary-flush-pending-append-operations): Eliminated.
7838         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7839         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7840         `elmo-folder-open'.
7841
7842         * wl-mime.el (wl-summary-burst): Fixed.
7843
7844         * wl-folder.el (wl-folder-info-save): Check data type.
7845
7846         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7847         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7848         instead of `elmo-folder-msgdb-internal'.
7849         (wl-expire-hide): Ditto.
7850
7851
7852         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7853
7854 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7855
7856         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7857
7858 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7859
7860         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7861
7862 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7863
7864         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7865         Fixed `match-beginning' argument mismatch.
7866
7867 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7868
7869         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7870         the default value.
7871
7872 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7873
7874         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7875         instead of `elmo-nntp-default-port'.
7876
7877         * wl-vars.el: Fixed some doc strings.
7878
7879 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7880
7881         * wl-summary.el (wl-summary-prefetch-msg): Use
7882         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7883
7884         * wl-vars.el: Define *-func as obsolete variable using
7885         `elmo-define-obsolete-variable'.
7886
7887         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7888         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7889         instead of `wl-message-buffer-prefetch-threshold'.
7890
7891         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7892
7893         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7894
7895         * wl-draft.el (wl-caesar-region-func): Ditto.
7896
7897         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7898         Keep unread status in elmo-folder-move-messages.
7899         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7900
7901 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7902
7903         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7904         `wl-summary-buffer-exit-func'
7905         (wl-summary-buffer-message-redisplay-function): Renamed from
7906         `wl-summary-buffer-message-redisplay-func'
7907         (wl-summary-buffer-next-folder-function): Renamed from
7908         `wl-summary-buffer-next-folder-func'.
7909         (wl-summary-buffer-prev-folder-function): Renamed from
7910         `wl-summary-buffer-prev-folder-func'.
7911         (wl-summary-get-petname-function): Renamed from
7912         `wl-summary-get-petname-func'.
7913
7914         * wl-score.el (wl-score-edit-exit-function): Renamed from
7915         `wl-score-edit-exit-func'.
7916
7917         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7918         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7919
7920         * wl-util.el (wl-load-profile-function): Renamed from
7921         `wl-load-profile-func'.
7922
7923         * wl-folder.el (wl-folder-completion-function): Renamed from
7924         `wl-folder-completion-func'.
7925         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7926
7927         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7928         `wl-expire-archive-get-folder-func'.
7929         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7930         (wl-draft-send-mail-function): Renamed from
7931         `wl-draft-send-mail-func'.
7932         (wl-draft-send-news-function): Renamed from
7933         `wl-draft-send-news-func'.
7934         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7935         (wl-generate-mailer-string-function): Renamed from
7936         `wl-generate-mailer-string-func'.
7937         (wl-highlight-signature-search-function): Renamed from
7938         `wl-highlight-signature-search-func'.
7939         (wl-highlight-x-face-function): Renamed from
7940         `wl-highlight-x-face-func'
7941         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7942         (wl-ps-print-buffer-function): Renamed from
7943         `wl-ps-print-buffer-func'
7944         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7945         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7946         (wl-summary-subject-filter-function): Renamed from
7947         `wl-summary-subject-filter-func'.
7948
7949         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7950         `wl-draft-queue-flush-send-func'
7951         (wl-draft-cite-function): Renamed from
7952         `wl-draft-cite-func'
7953
7954         * wl-address.el (wl-address-init-function): Renamed from
7955         `wl-address-init-func'.
7956
7957 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7958
7959         * wl-draft.el (wl-draft-queue-flush): Don't call
7960         `elmo-dop-unlock-message'.
7961         * wl-draft.el (wl-draft-queue-append): Don't call
7962         `elmo-dop-lock-message'.
7963
7964         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7965         (wl-summary-buffer-folder-name): Ditto.
7966         (wl-summary-message-regexp): Added '-' (all other related portions
7967         are changed).
7968         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7969         wl-summary-buffer-folder-name.
7970
7971 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7972
7973         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7974         the number of mails in the folder buffer is not updated by wl-biff.
7975
7976 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7977
7978         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7979         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7980
7981 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7982
7983         * wl-summary.el (wl-summary-next-message):
7984         Return next message number when wl-summary-move-order is nil.
7985
7986 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7987
7988         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7989         `wl-summary-move-spec-alist'.
7990         (wl-summary-move-spec-unplugged-alist): New variable
7991         (Move spec for unplugged status).
7992         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7993         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7994
7995 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7996
7997         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7998         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7999
8000 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8001
8002         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8003         simple quotation to quote the anonymous function.
8004         * tm-wl.el (wl-draft-preview-message): Ditto.
8005
8006 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8007
8008         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8009         Eliminate redundant `save-excursion'.
8010         (wl-highlight-summary-current-line): Ditto.
8011
8012         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8013         accessing match data when `looking-at' failed.
8014
8015         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8016         `elmo-match-string' where users don't care about the speed.
8017         (wl-draft-save): Ditto.
8018
8019 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8020
8021         * wl-util.el (wl-regexp-opt): New function.
8022
8023         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8024         number from `wl-summary-buffer-number-list'.
8025         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8026         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8027         (wl-summary-move-spec-alist): Changed default setting.
8028
8029 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8030
8031         * wl-vars.el (wl-biff-notify-hook): New hook.
8032         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8033         the arrival of new mail.
8034         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8035         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8036
8037 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8038
8039         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8040
8041 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8042
8043         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8044
8045         * Version number is increased to 2.5.8.
8046
8047         * wl-thread.el (toplevel): require 'cl.
8048         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8049         (wl-thread-make-number-list): New function.
8050         (wl-thread-entity-make-number-list-from-children): Ditto.
8051         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8052         (wl-thread-entity-insert-as-children): Likewise.
8053         (wl-thread-delete-message): Likewise.
8054         (wl-meaning-of-mark): Eliminated.
8055         (wl-thread-next-failure-mark-p): Ditto.
8056         (wl-thread-entity-get-mark): Ditto.
8057         (wl-thread-meaning-alist-get-result): Ditto.
8058         (wl-thread-entity-check-prev-mark): Ditto.
8059         (wl-thread-entity-check-next-mark): Ditto.
8060         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8061         (wl-thread-entity-get-prev-marked-entity): Ditto.
8062         (wl-thread-get-prev-unread): Ditto.
8063         (wl-thread-jump-to-prev-unread): Ditto.
8064         (wl-thread-get-next-unread): Ditto.
8065         (wl-thread-jump-to-next-unread): Ditto.
8066         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8067         (wl-thread-entity-get-next-marked-entity): Ditto.
8068
8069         * wl-summary.el (wl-summary-buffer-number-list):
8070         New bufer-local variable.
8071         (wl-summary-switch-to-clone-buffer): Clone
8072         `wl-summary-buffer-number-list'.
8073         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8074         (wl-summary-cursor-move-regex): Eliminated.
8075         (wl-summary-cursor-up): Rewrite.
8076         (wl-summary-cursor-down): Ditto.
8077         (wl-summary-mode-spec-alist): New variable.
8078         (wl-summary-next-message): New inline function.
8079         (wl-summary-cursor-move): New function.
8080         (wl-summary-default-get-next-msg): Rewrite.
8081         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8082         (wl-summary-rescan): Ditto.
8083         (wl-summary-sync-all-init): Ditto.
8084         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8085         summary is not thread view.
8086         (wl-summary-sync-update): Ditto.
8087         (wl-summary-rescan): Ditto.
8088         (wl-summary-make-number-list): New function.
8089
8090         * wl-draft.el: "FCC" -> "Fcc".
8091
8092 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8093
8094         * wl-highlight.el (wl-highlight-summary-window):
8095         Call `set-buffer-modified-p'.
8096
8097         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8098         (wl): Call `elmo-init' and fix.
8099
8100         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8101         Use new variables.
8102
8103         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8104
8105 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8106
8107         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8108
8109 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8110
8111         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8112
8113 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8114
8115         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8116         `wl-use-toolbar' nor `display-graphic-p'.
8117         (wl-e21-setup-message-toolbar): Ditto.
8118         (wl-e21-setup-summary-toolbar): Ditto.
8119         (wl-e21-setup-folder-toolbar): Ditto.
8120
8121         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8122         (wl-plugged-init-icons): Ditto.
8123
8124         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8125         `display-graphic-p'.
8126         (wl-plugged-set-folder-icon): Ditto.
8127         (wl-highlight-plugged-current-line): Ditto.
8128         (wl-highlight-folder-current-line): Ditto.
8129         (wl-e21-highlight-folder-group-line): Ditto.
8130         (wl-e21-setup-toolbar): Ditto.
8131         (wl-e21-display-image-p): New macro.
8132
8133         * wl-demo.el (wl-demo): Simplified.
8134         (wl-demo-image-type-alist): Use `image-type-available-p' for
8135         checking whether the image type `xbm' is available.
8136
8137 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8138
8139         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8140         (wl-summary-input-range): Ditto.
8141
8142 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8143
8144         * wl-summary.el (wl-summary-edit-addresses): Use
8145         `wl-summary-get-original-buffer'
8146         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8147         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8148         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8149         (wl-summary-get-newsgroups): Eliminated.
8150         (wl-summary-set-crosspost): Ditto.
8151         (wl-summary-is-crosspost-folder): Ditto.
8152         (wl-crosspost-alist-load): Ditto.
8153         (wl-crosspost-alist-save): Ditto.
8154
8155         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8156         `elmo-setup-subscribed-newsgroups' instead of
8157         `elmo-nntp-make-groups-hashtb'.
8158         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8159         instead of `wl-crosspost-alist-save'.
8160
8161         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8162         of `elmo-folder-message-appendable-p'.
8163         (wl-mime-header-presentation-method): Eliminated.
8164
8165         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8166         (Error occurs in emacs21).
8167
8168         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8169         the current buffer).
8170
8171         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8172         instead of `wl-crosspost-alist-save'.
8173         (wl-init): `elmo-crosspost-message-alist-load'
8174         instead of `wl-crosspost-alist-load'
8175
8176         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8177         (wl-parse-newsgroups): Likewise.
8178         (wl-biff-notify): Run `wl-biff-notify-hook'.
8179
8180 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8181
8182         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8183
8184         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8185         when `wl-summary-lazy-highlight' is non-nil.
8186         (wl-summary-goto-folder-subr): Highlight only when
8187         `wl-summary-lazy-highlight' is non-nil.
8188
8189         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8190         Don't display progress and highlight temp-mark when
8191         `wl-summary-lazy-highlight' is non-nil.
8192         (wl-highlight-summary-window): New function.
8193         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8194
8195 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8196
8197         * wl-summary.el (wl-summary-sync): Change `all-visible'
8198         from `all-shown'
8199         (wl-summary-input-range): Ditto.
8200
8201 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8202
8203         * wl-e21.el (wl-highlight-folder-current-line): Call
8204         `wl-folder-init-icons' when folder icons have not been initialized.
8205
8206         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8207
8208         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8209         (wl-demo-image-type-alist): New macro.
8210
8211 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8212
8213         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8214         display does not support graphics.
8215         (wl-plugged-init-icons): Ditto.
8216         (wl-folder-init-icons): Ditto.
8217
8218         * wl-demo.el (wl-demo): Chech closely whether the display
8219         supports graphics.
8220
8221 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8222
8223         * wl-summary.el (wl-summary-get-original-buffer): New function.
8224         (wl-summary-set-crosspost): Use it.
8225         (wl-summary-target-mark-uudecode): Ditto.
8226         (wl-summary-reedit): Ditto.
8227         (wl-summary-resend-bounced-mail): Ditto.
8228         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8229         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8230
8231         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8232         (wl-message-display-internal): Ditto.
8233
8234 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8235
8236         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8237
8238 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8239
8240         * wl-summary.el (wl-summary-save-view): Renamed from
8241         `wl-summary-save-status'.
8242
8243 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8244
8245         * wl-summary.el (wl-summary-sync): Added `all-shown'
8246
8247 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8248
8249         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8250
8251 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8252
8253         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8254
8255 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8256
8257         * wl-highlight.el (wl-highlight-summary-line-string): Use
8258         `zerop' instead of `= 0'.
8259         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8260
8261         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8262         for comparing numbers.
8263         (wl-template-prev): Use `zerop' instead of `eq 0'.
8264
8265         * wl-draft.el (wl-draft-insert-current-message): Use
8266         `with-current-buffer' instead of `save-excursion'.
8267         Use `zerop' instead of `eq 0'.
8268
8269 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8270
8271         * wl-draft.el (wl-draft-insert-ccs): New function.
8272         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8273         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8274
8275 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8276
8277         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8278
8279 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8280
8281         * wl-expire.el (wl-expire-refile): Don't call
8282         elmo-msgdb-add-msgs-to-seen-list;
8283         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8284         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8285
8286 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8287
8288         * wl-message.el (wl-message-prev-page): Ignore errors while
8289         scroll-down.
8290
8291 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8292
8293         * wl-mime.el: Use elmo-original-message-mode instead of
8294         mmelmo-original-mode.
8295
8296         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8297         `elmo-folder-get-spec';
8298         (wl-fldmgr-add-completion-all-completions):
8299         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8300
8301         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8302         of `elmo-folder-get-type'.
8303
8304         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8305         `elmo-folder-get-spec';
8306         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8307         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8308         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8309         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8310         `elmo-read-msg-no-cache';
8311         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8312         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8313         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8314         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8315         `elmo-cache-save';
8316         (wl-draft-reedit): Use `elmo-message-file-name'.
8317
8318         * wl-expire.el: Use `elmo-folder-name-internal';
8319         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8320         Use macro `wl-summary-buffer-msgdb' instead of variable
8321         `wl-summary-buffer-msgdb';
8322         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8323         Use macro `wl-summary-buffer-folder-name' instead of variable
8324         `wl-summary-buffer-folder-name'.
8325         * wl-score.el: Likewise.
8326
8327         * wl-message.el: Rewrite for new message buffer cache mechanism.
8328         (wl-message-buffer-cache-buffer-get): New macro.
8329         (wl-message-buffer-cache-folder-get): Ditto.
8330         (wl-message-buffer-cache-message-get): Ditto.
8331         (wl-message-buffer-cache-entry-make): Ditto.
8332         (wl-message-buffer-cache-hit): Ditto.
8333         (wl-message-buffer-cache-sort): New function.
8334         (wl-message-buffer-cache-add): Ditto.
8335         (wl-message-buffer-cache-delete): Ditto.
8336         (wl-message-buffer-cache-clean-up): Ditto.
8337         (wl-message-buffer-window): Rewrite.
8338         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8339         (wl-message-buffer-display): New function.
8340         (wl-message-display-internal): New function.
8341
8342 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8343
8344         * wl-folder.el: Use `elmo-folder-name-internal';
8345         Use `wl-folder-get-elmo-folder';
8346         Use `elmo-folder-list-messages' instead of
8347         `elmo-list-folder';
8348         Use `elmo-folder-get-primitive-list' instead of
8349         `elmo-folder-get-primitive-spec-list';
8350         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8351         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8352         Use `elmo-folder-create' instead of `elmo-create-folder'.
8353         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8354         (wl-folder-get-elmo-folder): New macro.
8355         (wl-folder-elmo-folder-cache-get): Ditto.
8356         (wl-folder-elmo-folder-cache-put): Ditto.
8357         (wl-folder-suspend): Call `elmo-quit'.
8358
8359         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8360         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8361         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8362         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8363         (toplevel): require 'cl.
8364         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8365
8366         * wl-summary.el: Rewrite to use new elmo interface.
8367
8368 \f
8369 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8370
8371         * wl-mime.el (wl-draft-preview-message):
8372         Run `wl-draft-send-hook' before collecting recipients information;
8373         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8374
8375         * tm-wl.el (wl-draft-preview-message): Ditto.
8376
8377 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8378
8379         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8380         wrong recipients are displayed when forwarded message.
8381
8382 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8383
8384         * Version number is increased to 2.5.7.
8385
8386 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8387
8388         * wl-message.el (wl-message-next-page): Bind
8389         `window-pixel-scroll-increment' to nil while scrolling up.
8390
8391 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8392
8393         * wl-vars.el (wl-save-hook): New hook.
8394         * wl.el (wl-save): Call `wl-save-hook'.
8395
8396 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8397
8398         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8399         Argument WITH-ARG instead of NO-ARG (negative mean).
8400         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8401         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8402         * wl-message.el (wl-message-follow-current-entity): Likewise.
8403
8404 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8405
8406         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8407         FROM was optional argument.
8408         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8409
8410 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8411
8412         * Version number is increased to 2.5.6.
8413
8414 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8415
8416         * wl-version.el (wl-version-show): Removed.
8417         (wl-version): Add `interactive'.
8418
8419 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8420
8421         * wl-summary.el (wl-summary-get-petname-func): New variable.
8422         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8423         instead of `wl-address-get-petname-1'.
8424         (wl-summary-simple-from): Ditto.
8425
8426         * wl-address.el (wl-address-get-petname-1): Define as function.
8427
8428 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8429
8430         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8431         field in the original message.
8432         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8433
8434 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8435
8436         * wl-expire.el (wl-expire-hide):
8437         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8438
8439 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8440
8441         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8442         find decoder for To, Cc, and Subject.
8443
8444 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8445
8446         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8447         for checking `elmo-use-buffer-cache'.
8448         (wl-summary-mark-as-important): Fixed typo in comment.
8449
8450 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8451
8452         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8453         field in the original message.
8454         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8455
8456 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8457
8458         * wl-expire.el (wl-expire-hide):
8459         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8460
8461 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8462
8463         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8464         find decoder for To, Cc, and Subject.
8465
8466 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8467
8468         * Version number is increased to 2.5.5.
8469
8470         * wl-address.el (wl-address-specials-regexp): New constant.
8471         (wl-address-quote-specials): Use it.
8472
8473 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8474
8475         * wl-summary.el (wl-summary-rescan):
8476         Call `wl-summary-buffer-number-column-detect'.
8477         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8478
8479         * wl-message.el (wl-message-mode-map): Define.
8480         (wl-message-decode): Use it as local-map.
8481
8482 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8483
8484         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8485         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8486
8487 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8488
8489         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8490
8491         * wl-mule.el (wl-read-event-char): Ditto.
8492
8493         * wl-e21.el (wl-read-event-char): Ditto.
8494
8495         * wl-nemacs.el (wl-read-event-char): Ditto.
8496         (read-event): Removed.
8497
8498         * wl-util.el (toplevel): Removed dummy definition of
8499         `read-event'.
8500         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8501
8502 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8503
8504         * wl-nemacs.el (elmo-archive-call-process): Moved to
8505         elmo-archive.el.
8506
8507 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8508
8509         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8510         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8511
8512         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8513         instead of magic-number 6.  Use `not' instead of `null' for symbol
8514         `nil' check (not empty list).
8515         (wl-draft-insert-x-face-field): Fixed paren style.
8516
8517         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8518         one-branch conditional statement, instead of `and' and `if'.
8519         (wl-draft-forward): Likewise.
8520         (wl-draft-add-references): Likewise.
8521         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8522
8523         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8524         conditional steatment.  Use `cond' instead of `if'.
8525         (wl-draft-confirm): Likewise.
8526
8527 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8528
8529         * wl-version.el (wl-version-show): Use `product-string-1'
8530         instead of `wl-version'.
8531         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8532
8533         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8534
8535 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8536
8537         * wl-highlight.el (wl-highlight-headers): Revert
8538         `wl-highlight-x-face-func' argument (`beg' and `end').
8539
8540 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8541
8542         * wl.el (toplevel): Move `product-provide' declare.
8543         * wl-demo.el (toplevel): Ditto.
8544         * wl-dnd.el (toplevel): Ditto.
8545         * wl-highlight.el (toplevel): Ditto.
8546         * wl-message.el (toplevel): Ditto.
8547         * wl-refile.el (toplevel): Ditto.
8548         * wl-util.el (toplevel): Ditto.
8549
8550 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8551
8552         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8553         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8554         (wl-thread-close-all): keep cursor position.
8555
8556 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8557
8558         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8559         (eq x 0).
8560         (wl-generate-user-agent-string-1): Fix conditional statement.
8561
8562 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8563
8564         * wl.el (wl-check-environment): Additional check for
8565         'wl-local-domain' and `wl-message-id-domain'.
8566
8567 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8568
8569         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8570
8571 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8572
8573         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8574         instead of `smtp-sasl-user-realm'.
8575
8576 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8577
8578         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8579
8580 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8581
8582         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8583         to the default value as well as `eword-lexical-analyzer'.
8584
8585 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8586
8587         * wl-version.el (wl-extended-emacs-version,
8588         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8589         `elmo-match-string' instead of `wl-match-string'.
8590
8591 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8592
8593         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8594         docstring.
8595
8596 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8597
8598         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8599
8600 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8601
8602         * wl-highlight.el (wl-highlight-headers): Remove
8603         `wl-highlight-x-face-func' argument (`beg' and `end').
8604
8605 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8606
8607         * wl-summary.el (wl-summary-mark-as-important):
8608         Remove cache if folder is local.
8609
8610 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8611
8612         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8613         to get existing e-mail address string.
8614
8615 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8616
8617         * wl-version.el (wl-generate-user-agent-string): Commentary.
8618         (wl-generate-user-agent-string-1): Use `when' for
8619         one-branch conditional statement, instead of `and' and `if'.
8620         (wl-extended-emacs-version, wl-extended-emacs-version2,
8621         wl-extended-emacs-version3): Ditto.
8622
8623 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8624
8625         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8626         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8627         condition-case; Remove initialization.
8628         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8629         (wl-summary-sync-update3): Added argument `sync-all';
8630         Eliminated local variable `msgdb';
8631         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8632         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8633         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8634
8635 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8636
8637         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8638         connection before call `wl-draft-send-mail-with-smtp'.
8639
8640 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8641
8642         * Version number is increased to 2.5.4.
8643
8644 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8645
8646         * wl.el (wl-check-environment): Additional check for
8647         'wl-local-domain' and `wl-message-id-domain'.
8648
8649 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8650
8651         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8652         buffer as command specific.
8653         (wl-folder-mark-as-read-all-entity): Ditto.
8654         (wl-folder-prefetch-entity): Ditto.
8655         (wl-folder-drop-unsync-entity): Ditto.
8656
8657         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8658         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8659         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8660
8661         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8662         save-excursion.
8663
8664 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8665
8666         * Version number is increased to 2.5.3.
8667
8668         * wl-summary.el (wl-summary-save-view-cache):
8669         Delete duplicated `write-region';
8670         Use `write-region-as-binary' instead of `as-binary-output-file' and
8671         `write-region'.
8672
8673 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8674
8675         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8676
8677 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8678
8679         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8680         instead of `smtp-via-smtp'.
8681
8682 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8683
8684         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8685
8686 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8687
8688         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8689         instead of `smtp-sasl-user-realm'.
8690
8691 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8692
8693         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8694
8695 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8696
8697         * Version number is increased to 2.5.2.
8698
8699 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8700
8701         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8702         does not exist.
8703         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8704         (wl-biff-start): Call `timer-activate' if timer already exists.
8705
8706         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8707         only when it is bound as function.
8708
8709 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8710
8711         * Version number is increased to 2.5.1.
8712
8713 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8714
8715         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8716         Print refile/copy destination.
8717
8718 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8719
8720         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8721         queue-flush-only is non-nil.
8722
8723         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8724
8725         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8726         checking cache folder.
8727
8728 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8729
8730         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8731         `regexp-quote'.
8732
8733 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8734
8735         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8736         function.
8737         * wl-summary.el (wl-summary-write-current-folder-functions):
8738         Change default value.  Use it.
8739
8740 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8741
8742         * Version number is increased to 2.5.0.
8743
8744         * wl-version.el (wl-version): Changed codename.
8745
8746 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8747
8748         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8749         (wl-summary-supersedes-message): Ditto.
8750
8751 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8752
8753         * wl-refile.el (wl-refile-guess-functions): Renamed from
8754         `wl-refile-guess-func-list'.
8755
8756 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8757
8758         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8759         Fixed problem when no rule was matched.
8760
8761 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8762
8763         * wl-summary.el (wl-summary-get-mark): Fixed
8764         `wl-summary-buffer-target-mark' check logic.
8765
8766 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8767
8768         * wl-folder.el (wl-folder-write-current-folder): Added group
8769         folder check.
8770
8771         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8772         `wl-summary-write-current-newsgroup'.
8773         (wl-summary-write-current-folder-functions): New variable.
8774         * wl-folder.el (wl-folder-get-newsgroups): New function.
8775         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8776         (wl-folder-write-current-folder): Renamed from
8777         `wl-folder-write-current-newsgroup'.
8778
8779 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8780
8781         * Version number is increased to 2.3.93.
8782
8783 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8784
8785         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8786         (wl-ldap-make-matched-value-list): Ditto.
8787         (wl-ldap-alias-safe-string): Split e-mail address.
8788
8789         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8790         petname folder default was selected.
8791         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8792         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8793
8794 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8795
8796         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8797         to `wl-draft-config-exec'.
8798
8799         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8800         instead of calling `wl-draft-config-exec';
8801         Process group-list and show recipients in minibuffer.
8802
8803         * tm-wl.el (wl-draft-preview-message): Ditto.
8804
8805 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8806
8807         * wl.el (toplevel): Added (C) to copyright notice, and
8808         sync Author header.
8809         * tm-wl.el (toplevel): Ditto.
8810         * wl-address.el (toplevel): Ditto.
8811         * wl-demo.el (toplevel): Ditto.
8812         * wl-dnd.el (toplevel): Ditto.
8813         * wl-draft.el (toplevel): Ditto.
8814         * wl-e21.el (toplevel): Ditto.
8815         * wl-expire.el (toplevel): Ditto.
8816         * wl-folder.el (toplevel): Ditto.
8817         * wl-highlight.el (toplevel): Ditto.
8818         * wl-message.el (toplevel): Ditto.
8819         * wl-mime.el (toplevel): Ditto.
8820         * wl-mule.el (toplevel): Ditto.
8821         * wl-nemacs.el (toplevel): Ditto.
8822         * wl-refile.el (toplevel): Ditto.
8823         * wl-score.el (toplevel): Ditto.
8824         * wl-summary.el (toplevel): Ditto.
8825         * wl-template.el (toplevel): Ditto.
8826         * wl-thread.el (toplevel): Ditto.
8827         * wl-util.el (toplevel): Ditto.
8828         * wl-vars.el (toplevel): Ditto.
8829         * wl-xmas.el (toplevel): Ditto.
8830
8831 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8832
8833         * wl.el (wl-init): Added comment about `wl-init-hook'.
8834         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8835         * wl-vars.el (wl-init-hook): Added docs.
8836         (wl-make-plugged-hook): Removed useless docs.
8837         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8838         * wl-xmas.el (toplevel): Ditto.
8839
8840 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8841
8842         * wl-address.el (toplevel): Fixed multiple Author header format.
8843         * wl-demo.el (toplevel): Ditto.
8844         * wl-draft.el (toplevel): Ditto.
8845         * wl-folder.el (toplevel): Ditto.
8846         * wl-summary.el (toplevel): Ditto.
8847         * wl-thread.el (toplevel): Ditto.
8848         * wl-util.el (toplevel): Ditto.
8849         * wl-vars.el (toplevel): Ditto.
8850         * wl-version.el (toplevel): Ditto.
8851         * wl-xmas.el (toplevel): Ditto.
8852         * wl.el (toplevel): Ditto.
8853
8854         * wl-version.el (toplevel): Added require `elmo-version' for
8855         `product-version-as-string'.
8856
8857 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8858
8859         * wl-vars.el (wl-draft-send-hook): Changed default value to
8860         '(wl-draft-config-exec).
8861
8862         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8863         explicitly.
8864         (wl-draft): Set `wl-draft-config-exec-flag' before running
8865         `wl-mail-setup-hook'.
8866
8867         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8868         `wl-biff-init-icons' to `wl-init-hook' instead of
8869         `wl-make-plugged-hook'.
8870         (Because if `wl-draft' command is invoked at first,
8871         they are not initialized)
8872         Updated copyright notice.
8873
8874         * wl-e21.el (toplevel): Ditto;
8875
8876         * wl-demo.el (toplevel): Updated copyright notice.
8877         * wl-address.el (toplevel): Ditto.
8878         * wl-draft.el (toplevel): Ditto.
8879         * wl-version.el (toplevel): Ditto.
8880         * wl-folder.el (toplevel): Ditto.
8881         * wl-summary.el (toplevel): Ditto.
8882         * wl-thread.el (toplevel): Ditto.
8883         * wl-util.el (toplevel): Ditto.
8884         * wl-vars.el (toplevel): Ditto.
8885         * wl.el (toplevel): Ditto.
8886
8887 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8888
8889         * wl-highlight.el (wl-highlight-message): Fixed problem of
8890         highlighting failure which occured when the last field contains
8891         multiple lines in the draft buffer.
8892
8893         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8894         `wl-biff-start' if plugged.
8895
8896         * wl-util.el (wl-biff-check-folder): New function.
8897         (wl-biff-check-folders): Don't set session name prefix.
8898         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8899         (wl-biff-check-folder-async): Ditto.
8900
8901         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8902         in email address.
8903
8904 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8905
8906         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8907
8908         * wl-draft.el (wl-draft-strip-subject-re): New function.
8909
8910         * wl-draft.el (wl-draft-reply): Use it.
8911
8912 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8913
8914         * wl-message.el (wl-mmelmo-message-redisplay): Use
8915         `mime-display-message' instead of `wl-mime-display-message'.
8916
8917         * wl-mime.el (toplevel): Removed compatibility workaround
8918         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8919         (wl-mime-display-message): Abolished.
8920         (wl-mime-entity-read-field): Ditto.
8921         (wl-mime-combine-message/partial-pieces): Use
8922         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8923
8924 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8925
8926         * wl-template.el: Doc fixes.
8927
8928 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8929
8930         * wl-e21.el (wl-message-overload-functions): Do nothing if
8931         `current-local-map' is not available.
8932         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8933
8934 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8935
8936         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8937         representation.
8938
8939         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8940         number.
8941         (wl-fldmgr-save-folders): Don't use `format' when insert
8942         `wl-fldmgr-folders-header'.
8943
8944 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8945
8946         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8947
8948 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8949
8950         * wl-highlight.el (wl-highlight-message):
8951         Use `std11-field-end' to detect end point of the header field.
8952         Refer `wl-highlight-max-header-size'.
8953
8954         * wl-vars.el (wl-highlight-max-header-size): New variable.
8955
8956         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8957
8958         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8959         Set `for-draft' argument of wl-highlight-headers.
8960         (wl-draft): Ditto.
8961         (wl-draft-reedit): Ditto.
8962         (wl-user-agent-compose-internal): Ditto.
8963
8964 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8965
8966         * wl-message.el (wl-message-add-button): Use overlay.
8967
8968 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8969
8970         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8971
8972         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8973         problem when group-list content is nothing.
8974         (Reported by Mito <mit@nines.nec.co.jp>)
8975
8976 2000-10-18  SAITO Atsunori <sai@yedo.com>
8977
8978         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8979
8980 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8981
8982         * tm-wl.el (toplevel): Use product-provide.
8983
8984 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8985
8986         * Version number is increased to 2.3.92.
8987
8988 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8989
8990         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8991         title text, use `display' property for left margin under Emacs 21.
8992
8993         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8994         properties.
8995         (wl-plugged-init-icons): Ditto.
8996
8997 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8998
8999         * wl.el (wl-save-status, wl-init): Remove last period in
9000         "...done." message.
9001         * tm-wl.el (wl-summary-burst): Ditto.
9002         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9003         wl-summary-resume-cache-status,
9004         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9005         wl-summary-sync-update3, wl-summary-highlight-msgs,
9006         wl-summary-flush-pending-append-operations,
9007         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9008         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9009         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9010         wl-thread-open-all): Ditto.
9011         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9012         * wl-mime.el (wl-summary-burst): Ditto.
9013         * wl-highlight.el (wl-highlight-summary): Ditto.
9014         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9015         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9016         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9017         * wl-address.el (wl-local-address-init): Ditto.
9018
9019 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9020
9021         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9022         `add-text-properties'.
9023         (wl-plugged-init-icons): Ditto.
9024         (wl-folder-init-icons): Use `propertize' instead of
9025         `put-text-property'.
9026         (wl-plugged-set-folder-icon): Ditto.
9027         (wl-e21-highlight-folder-group-line): Ditto.
9028
9029 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9030
9031         * wl-version.el (wl-version-status-alist): New variable.
9032         (wl-version-status): New function.
9033
9034         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9035         "Cc" part of the case "Reply-To".
9036
9037         * wl-draft.el (wl-draft-reply): Use result of
9038         `eword-extract-address-components'.
9039
9040         * wl-demo.el (wl-demo-icon-name): New constant.
9041         (wl-logo-xpm): Use it.
9042         (wl-logo-xbm): Ditto.
9043         (wl-logo-bitmap): Ditto.
9044
9045         * Version number is increased to 2.3.91.
9046
9047 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9048
9049         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9050         (wl-extended-emacs-version, wl-extended-emacs-version2,
9051         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9052         docstring.
9053
9054         * wl-version.el (wl-generate-user-agent-string-1): New function.
9055         (wl-generate-user-agent-string): Use it.
9056
9057         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9058         `mime-edit-insert-user-agent-field'.
9059         (wl-generate-user-agent-string): Check
9060         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9061
9062         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9063         instead of `if', when verbose case.
9064
9065 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9066
9067         * wl-expire.el (wl-summary-expire): Fix.
9068
9069 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9070
9071         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9072         and `elmo-lost+found-folder' if 'wl-draft.
9073         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9074
9075 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9076
9077         * wl-expire.el (wl-summary-expire): Change messages.
9078         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9079         `deleing-info' instead of "Deleting..."
9080
9081 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9082
9083         * wl-summary.el (wl-summary-refile-subr): Fix.
9084
9085 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9086
9087         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9088         if pipe folder.
9089
9090 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9091
9092         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9093
9094 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9095
9096         * wl-expire.el (wl-expire-hide): New function.
9097         (wl-summary-expire): Add `hide'.
9098
9099 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9100
9101         * wl-vars.el (wl-draft-reply-without-argument-list):
9102         Changed default value to consider `Reply-To:'.
9103         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9104
9105         * Version number is increased to 2.3.90.
9106
9107         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9108         elmo-imap4-get-session with unwind-protect.
9109         Don't cause error.
9110         (wl-summary-sync-marks): Don't check plugged nor folder type.
9111         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9112         (Always keep current buffer).
9113
9114 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9115
9116         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9117         Enclose with `save-excursion'.
9118
9119 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9120
9121         * wl-version.el (wl-version): Remove interactive.
9122
9123 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9124
9125         * wl-version.el (wl-generate-user-agent-string): Use
9126         `product-string-verbose' instead of `product-string-1'.
9127
9128 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9129
9130         * wl-vars.el (wl-draft-use-cache): New variable.
9131         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9132         if wl-draft-use-cache is non-nil.
9133
9134 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9135
9136         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9137         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9138
9139 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9140
9141         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9142         (wl-thread-msg-mark-as-unread): Ditto.
9143
9144         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9145         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9146         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9147         Don't set mark in summary if return value of `elmo-mark-as-read'
9148         is nil.
9149         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9150         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9151         instead of `wl-thread-msg-mark-as-read'.
9152         (wl-summary-mark-as-unread-region): Ditto.
9153         (wl-summary-target-mark-mark-as-read): Ditto.
9154
9155         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9156
9157 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9158
9159         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9160
9161         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9162
9163 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9164
9165         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9166         face.
9167
9168 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9169
9170         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9171         `running-xemacs'.
9172
9173 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9174
9175         * wl-version.el (toplevel): Use `product-version-as-string' for
9176         set verstion-string, if defined.
9177
9178         * wl-version.el (wl-version-show): Insert string at point, when
9179         call with argument.
9180
9181         * wl-version.el (wl-generate-user-agent-string): Use
9182         `product-string-1' instead of `wl-appname', `wl-version' and
9183         `wl-codename'.
9184
9185 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9186
9187         * wl-address.el (toplevel): Use product-provide.
9188         * wl-demo.el (toplevel): Ditto.
9189         * wl-dnd.el (toplevel): Ditto.
9190         * wl-draft.el (toplevel): Ditto.
9191         * wl-e21.el (toplevel): Ditto.
9192         * wl-expire.el (toplevel): Ditto.
9193         * wl-fldmgr.el (toplevel): Ditto.
9194         * wl-folder.el (toplevel): Ditto.
9195         * wl-highlight.el (toplevel): Ditto.
9196         * wl-message.el (toplevel): Ditto.
9197         * wl-mime.el (toplevel): Ditto.
9198         * wl-mule.el (toplevel): Ditto.
9199         * wl-nemacs.el (toplevel): Ditto.
9200         * wl-refile.el (toplevel): Ditto.
9201         * wl-score.el (toplevel): Ditto.
9202         * wl-summary.el (toplevel): Ditto.
9203         * wl-template.el (toplevel): Ditto.
9204         * wl-thread.el (toplevel): Ditto.
9205         * wl-util.el (toplevel): Ditto.
9206         * wl-vars.el (toplevel): Ditto.
9207         * wl-xmas.el (toplevel): Ditto.
9208         * wl.el (toplevel): Ditto.
9209
9210 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9211
9212         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9213         instead of product.
9214
9215         * wl-version.el (wl-version): Compile time evalution elmo-version.
9216
9217 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9218
9219         * wl-summary.el (wl-summary-sync-force-update): Append queue
9220         `mark-as-read'if unplugged.
9221
9222 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9223
9224         * wl-version.el: New file.  Use product.el.
9225         * wl.el: add (require 'wl-version).
9226         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9227         for ~/.folders header.
9228         (wl-fldmgr-folders-header): Changed.
9229         * wl-demo.el (wl-demo): Use product.el.
9230
9231         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9232         wl-version.el.
9233         * wl-util.el (wl-version, wl-version-show): Ditto.
9234
9235         * wl-util.el (wl-generate-user-agent-string,
9236         wl-extended-emacs-version, wl-extended-emacs-version2,
9237         wl-extended-emacs-version3): Move to wl-version.el.
9238         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9239         xemacs-codename, mime-edit-insert-user-agent-field,
9240         mime-edit-user-agent-value, mime-editor/version,
9241         mime-editor/codename): Compile warning killer move to
9242         wl-version.el
9243
9244 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9245
9246         * wl-summary.el (wl-summary-refile-subr): Fix.
9247
9248 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9249
9250         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9251         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9252
9253 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9254
9255         * wl.el (wl-check-environment): Check too many `@'.
9256
9257 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9258
9259         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9260
9261 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9262
9263         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9264         wl-draft-reply-myself-without-argument-list): Add variables.
9265         * wl-draft.el (wl-draft-reply): Use it.
9266
9267 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9268
9269         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9270         the 5th argument of `elmo-network-get-spec'.
9271
9272         * wl-thread.el (wl-thread-reparent-children): New inline function.
9273         (wl-thread-delete-message): Use it.
9274
9275         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9276         (wl-summary-score-update-all-lines): Don't use `dolist'.
9277
9278 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9279
9280         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9281         (require 'elmo-msgdb) for inline function.
9282
9283 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9284
9285         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9286
9287 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9288
9289         * wl-score.el (wl-score-headers): Fix for the confusing macro
9290         `elmo-kill-buffer'.
9291
9292 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9293
9294         * wl-summary.el: Don't use the 3rd argument of `require' because
9295         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9296         * wl-util.el: Ditto.
9297         * wl-draft.el: Ditto.
9298
9299 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9300
9301         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9302         window system is not used.
9303
9304 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9305
9306         * wl-thread.el: Don't use `mapcar' only for iteration.
9307         (wl-thread-resume-entity): Ditto.
9308         (wl-thread-delete-message): Ditto.
9309
9310         * wl-summary.el: Bind `dragdrop-drop-functions',
9311         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9312         of `require' for `timezone', `easymenu' and `ps-print';
9313         don't use `mapcar' only for iteration.
9314
9315         * wl-util.el: Bind `mule-version', `nemacs-version',
9316         `emacs-beta-version', `xemacs-codename',
9317         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9318         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9319         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9320         only for iteration.
9321
9322         * wl-score.el: Don't use `mapcar' only for iteration.
9323         (wl-score-simplify-buffer-fuzzy): Ditto.
9324         (wl-score-simplify-subject): Ditto.
9325         (wl-score-headers): Ditto.
9326         (wl-summary-score-update-all-lines): Ditto.
9327
9328         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9329         `enable-multibyte-characters' and `mule-version'.
9330
9331         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9332         `mapcar' only for iteration.
9333
9334         * wl-demo.el: Don't use `mapcar' only for iteration.
9335
9336         * wl-folder.el: Don't use `mapcar' only for iteration.
9337         (wl-folder-open-all): Ditto.
9338         (wl-folder-count-incorporates): Ditto.
9339
9340         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9341         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9342
9343         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9344         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9345         `smtp-connection-type'; specify 3rd argument of `require' for
9346         `timezone'; don't use `mapcar' only for iteration.
9347         (wl-draft-clone-local-variables): Don't use `mapcar'.
9348         (wl-draft-generate-clone-buffer): Ditto.
9349         (wl-user-agent-compose-internal): Ditto.
9350
9351         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9352
9353         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9354         (wl-save-status): Ditto.
9355
9356         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9357         for iteration.
9358
9359 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9360
9361         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9362         removed `Date'.
9363         (wl-fldmgr-make-filter-default): New user option.
9364
9365         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9366         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9367         (wl-fldmgr-filter-completion-alist): Abolish.
9368
9369         * wl.el (wl): Don't check servers if arg is non-nil.
9370
9371         * wl-draft.el (wl-draft-reply): Set only message-id string to
9372         In-Reply-To field.
9373
9374 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9375
9376         * wl-summary.el (wl-summary-pick): Rewrite.
9377
9378         * wl-draft.el (wl-draft-forward): Get references field from
9379         original buffer.
9380         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9381
9382 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9383
9384         * wl-draft.el (wl-draft-forward): Add references field.
9385
9386 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9387
9388         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9389         (wl-draft-reply): Use it.
9390
9391 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9392
9393         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9394         when Emacs 21 is running.
9395
9396         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9397         bindings.
9398
9399 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9400
9401         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9402         XPM icons transparent.
9403
9404         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9405         Emacs 21.
9406
9407 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9408
9409         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9410         nil.
9411
9412         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9413         when it is persistent.
9414         (wl-summary-sync-marks): Changed argument for
9415         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9416         (wl-summary-virtual): Use `elmo-read-search-condition'.
9417         (wl-summary-redisplay-internal): If folder is local, mark as read
9418         even when folder is plugged.
9419
9420 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9421
9422         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9423         of `tool-bar-lines' in the frame parameters.
9424         (after-make-frame-functions, post-command-hook): Don't modify the
9425         value.
9426         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9427         wl-e21-tool-bar-lines): Removed.
9428
9429 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9430
9431         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9432         properties `evaporate' and `wl-momentary-overlay' as well.
9433         (wl-highlight-summary-displaying): Ditto.
9434         (wl-delete-all-overlays): Don't delete overlay which does not have
9435         a property `wl-momentary-overlay'.
9436
9437         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9438         `display-mouse-p' and `display-graphic-p'.
9439         (wl-folder-init-icons): Don't search for XBM or the other files.
9440         (wl-plugged-set-folder-icon): Make icons if and only if
9441         `display-graphic-p' returns non-nil.
9442         (wl-highlight-plugged-current-line): Use `before-string' overlay
9443         property to show icon images.
9444         (wl-highlight-folder-current-line): Ditto.
9445         (wl-e21-highlight-folder-group-line): Ditto.
9446         (wl-e21-highlight-folder-by-numbers): Ditto.
9447         (wl-e21-insert-image): Removed.
9448         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9449         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9450         said.
9451         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9452         `wl-e21-force-switch-toolbar'.
9453         (wl-e21-make-icon-image): Removed.
9454         (wl-e21-setup-toolbar): Don't search for XBM files.
9455         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9456         the default value.
9457
9458 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9459
9460         * wl-util.el (wl-biff-check-folder-async): Set
9461         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9462
9463 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9464
9465         * wl-e21.el (after-make-frame-functions): Add
9466         `wl-e21-force-switch-toolbar'.
9467         (wl-e21-force-switch-toolbar): New function force to switch the
9468         toolbar appearance automatically.
9469         (post-command-hook): Add `wl-e21-switch-toolbar'.
9470         (wl-e21-switch-toolbar): New function to switch the toolbar
9471         appearance automatically.
9472         (wl-e21-tool-bar-lines): New buffer local variable.
9473
9474 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9475
9476         * wl-util.el (wl-biff-check-folders-running): New variable.
9477         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9478         (wl-biff-check-folder-async-callback):
9479         Set `wl-biff-check-folders-running'.
9480         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9481         with unwind-protect.
9482
9483         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9484         Enclose `wl-folder-auto-check' with unwind-protect.
9485
9486         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9487         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9488
9489         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9490
9491         * wl-util.el (wl-biff-notify): New inline function.
9492         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9493         locally.
9494         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9495         folder-list' is 1.
9496         Use `wl-biff-notify'.
9497         (wl-biff-check-folder-async-callback): New function.
9498         (wl-biff-check-folder-async): Ditto.
9499
9500         * wl-folder.el (wl-folder): Don't check folders.
9501         (wl-folder-auto-check): New function.
9502
9503 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9504
9505         * wl-util.el (wl-biff-start) [Emacs19+]:
9506         Use `timer-next-integral-multiple-of-time'.
9507         (wl-biff-check-folders): Use `wl-default-folder'
9508         if `wl-biff-check-folder-list' is nil.
9509
9510 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9511
9512         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9513         instead of `elmo-delete-lists'.
9514
9515 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9516
9517         * wl.el (wl-plugged-toggle-all): Set the value of
9518         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9519         (wl-plugged-toggle): Ditto.
9520         (wl-toggle-plugged): Ditto.
9521         (wl-plugged-init): Ditto.
9522
9523         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9524         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9525         instead of `wl-biff-state-indicator-off' and
9526         `wl-biff-state-indicator-on'; don't modify the value and the type
9527         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9528         (wl-plugged-init-icons): Set icons data to
9529         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9530         instead of `wl-plug-state-indicator-off' and
9531         `wl-plug-state-indicator-on'; don't modify the value and the type
9532         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9533
9534         * wl-vars.el (wl-modeline-biff-state-off,
9535         wl-modeline-biff-state-on, wl-modeline-biff-status,
9536         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9537         wl-modeline-plug-status): New internal variables.
9538         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9539         wl-biff-check-interval, wl-biff-check-folder-list): Change
9540         customization group from `wl-folder' to `wl-highlight'.
9541         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9542         wl-show-plug-status-on-modeline): Defcustomized.
9543
9544         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9545         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9546         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9547         a flag to `mode-line-buffer-identification'.
9548
9549         * wl-e21.el (wl-biff-init-icons): Set icons data to
9550         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9551         instead of `wl-biff-state-indicator-off' and
9552         `wl-biff-state-indicator-on'.
9553         (wl-plugged-init-icons): Set icons data to
9554         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9555         instead of `wl-plug-state-indicator-off' and
9556         `wl-plug-state-indicator-on'.
9557
9558 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9559
9560         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9561         excessive titles.
9562
9563 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9564
9565         * wl.el (wl-plugged-mode): Use revised
9566         `wl-mode-line-buffer-identification'.
9567         (wl-plugged-init): Don't use `force-mode-line-update'.
9568
9569         * wl-xmas.el (wl-draft-overload-functions): Use revised
9570         `wl-mode-line-buffer-identification'.
9571         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9572         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9573         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9574         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9575         `wl-make-plugged-hook';
9576         add `wl-folder-init-icons' and `wl-setup-folder' to
9577         `wl-folder-mode-hook'.
9578
9579         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9580         19 as well.
9581         (wl-mode-line-display-priority-list): New user option.
9582         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9583         Defcustomized.
9584         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9585         Add docs.
9586
9587         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9588         start.
9589         (wl-mode-line-buffer-identification): Revised as a function.
9590
9591         * wl-summary.el (wl-summary-mode): Use revised
9592         `wl-mode-line-buffer-identification'; don't call
9593         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9594         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9595         `wl-xmas-setup-summary'.
9596
9597         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9598         `wl-mode-line-buffer-identification'.
9599
9600         * wl-mule.el (wl-draft-overload-functions): Use revised
9601         `wl-mode-line-buffer-identification'.
9602
9603         * wl-folder.el (wl-make-plugged-alist): Don't call
9604         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9605         (wl-folder): Don't call `wl-folder-init-icons' directly.
9606         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9607         `wl-xmas-setup-folder' directly;
9608         use revised `wl-mode-line-buffer-identification'.
9609         (TopLevel): Don't bind `wl-biff-init-icons',
9610         `wl-plugged-init-icons', `wl-folder-init-icons',
9611         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9612
9613         * wl-e21.el (wl-draft-overload-functions): Use revised
9614         `wl-mode-line-buffer-identification'.
9615         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9616         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9617         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9618         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9619         `wl-make-plugged-hook';
9620         add `wl-folder-init-icons' and `wl-setup-folder' to
9621         `wl-folder-mode-hook'.
9622
9623 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9624             Katsumi Yamaoka    <yamaoka@jpl.org>
9625
9626         * wl.el (wl): Call `wl-biff-start'.
9627         (wl-exit): Call `wl-biff-stop'.
9628         (wl-plugged-mode): Show biff in modeline.
9629         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9630
9631         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9632         (wl-biff-init-icons): New function.
9633         (wl-plugged-init-icons): Don't make too much keymaps.
9634         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9635
9636         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9637         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9638         variables.
9639         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9640         options.
9641
9642         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9643         wl-biff-start, wl-biff-stop): New functions.
9644         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9645         (wl-biff-timer-name): New variable.
9646
9647         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9648
9649         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9650         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9651
9652         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9653         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9654
9655         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9656         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9657         `wl-folder-init-icons' to `ignore' if they are not available.
9658         (wl-folder-mode): Show biff in modeline.
9659
9660         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9661         (wl-biff-init-icons): New function.
9662         (wl-plugged-init-icons): Don't make too much keymaps.
9663         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9664
9665 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9666
9667         * wl-vars.el (wl-strict-diff-folders): Customization Type
9668         and doc fix.  Define as a list of regular expressions for
9669         folders or nil.
9670         * wl-folder.el (wl-folder-check-one-entity): Use
9671         `wl-string-match-member' instead of `wl-string-member' for
9672         `wl-strict-diff-folders'.
9673
9674 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9675
9676         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9677         (wl-highlight-folder-current-line): Use it; new implementation.
9678         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9679         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9680         `defsubst' instead of `defun'.
9681
9682         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9683         `wl-highlight-group-folder-by-numbers'; made it can also be a
9684         number.  See info for more details.
9685
9686         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9687         running.
9688
9689         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9690         to bind them.
9691
9692         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9693         (wl-highlight-folder-current-line): New implementation.
9694
9695         * wl-highlight.el (wl-highlight-folder-group-line): New
9696         implementation.
9697         (wl-delete-all-overlays): Rewrite as a marco.
9698         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9699
9700         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9701         running.
9702         (wl-folder-*-glyph): No need to bind them.
9703
9704         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9705         `wl-e21-highlight-folder-group-icon'; rewrite.
9706         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9707         `defsubst' instead of `defun'.
9708         (wl-folder-mode-map): Bind it when compiling.
9709
9710 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9711
9712         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9713
9714         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9715
9716 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9717
9718         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9719
9720 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9721
9722         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9723         (wl-highlight-folder-current-line): Use it.
9724
9725         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9726         in `id-name'.
9727
9728 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9729
9730         * wl.el: Require `wl-e21' when Emacs 21 is running.
9731
9732         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9733         default when Emacs 21 is running.
9734         (wl-use-highlight-mouse-line): Ditto.
9735         (wl-on-emacs21): New constant.
9736         (wl-on-emacs20): Removed.
9737
9738         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9739         Emacs 21 is running.
9740
9741         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9742         Emacs 21 is running.
9743
9744         * wl-e21.el: New file.
9745
9746 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9747
9748         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9749         (wl-toggle-plugged): Ditto.
9750         (wl-plugged-toggle): Ditto.
9751         (wl-plugged-toggle-all): Ditto.
9752
9753         * wl-vars.el (wl-plug-state-indicator): Refer
9754         `wl-plug-state-indicator-on' indirectly.
9755
9756 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9757
9758         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9759         Call `wl-folder-confirm-existence'.
9760
9761         * wl-folder.el (wl-folder-confirm-existence): Added optional
9762         argument `force'.
9763
9764 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9765
9766         * wl-summary.el (wl-summary-refile-subr): Assume
9767         `copy-or-refile' as symbol.
9768         (wl-summary-refile): Follow up above change.
9769         (wl-summary-copy): Ditto.  Doc fix.
9770
9771 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9772
9773         * wl-summary.el (wl-summary-pick): Don't bind
9774         `elmo-search-mime-charset'.
9775
9776         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9777         default using old backquote style.
9778         (wl-search-mime-charset): Abolished.
9779
9780         * wl-highlight.el (wl-highlight-headers):
9781         Call `point' after `re-search-forward'(for Nemacs).
9782
9783         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9784         for elmo-imap4.el.
9785
9786 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9787
9788         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9789         `wl-message-ignored-field-list' instead of
9790         `mime-view-ignored-field-list'.
9791
9792         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9793         Add interactive spec.
9794         (wl-folder-goto-bottom-of-current-folder): Ditto.
9795         (wl-folder-mode-map): Bind them.
9796
9797         * wl-vars.el (wl-message-ignored-field-list): New variable.
9798         (wl-message-visible-field-list): New variable.
9799
9800         * wl-mime.el (wl-mime-header-presentation-method): New function.
9801         (wl-mime-setup): Set header-presentation-method.
9802
9803 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9804
9805         * wl-nemacs.el (wl-draft-overload-functions): Set
9806         `mode-line-buffer-identification' instead of using
9807         `wl-make-modeline'.
9808
9809         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9810         instead of using `wl-make-modeline'.
9811
9812         * wl-xmas.el (wl-plugged-init-icons): Set up
9813         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9814         (wl-make-modeline): Abolish.
9815         (wl-draft-overload-functions): Set
9816         `mode-line-buffer-identification' instead of using
9817         `wl-make-modeline'.
9818
9819         * wl-util.el (wl-make-modeline-subr): Abolish.
9820         (wl-mode-line-buffer-identification): New alias.
9821
9822         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9823         (wl-summary-make-modeline): Abolish.
9824         (wl-summary-buffer-set-folder): Set
9825         `wl-summary-buffer-folder-indicator'.
9826         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9827         of using `wl-make-modeline'.
9828         (wl-summary-switch-to-clone-buffer): Don't set
9829         `mode-line-buffer-identification'.
9830         (wl-summary-goto-folder-subr): Ditto.
9831
9832         * wl-mule.el (wl-draft-overload-functions): Set
9833         `mode-line-buffer-identification' instead of using
9834         `wl-make-modeline'.
9835
9836         * wl-folder.el (wl-folder-mode): Set
9837         `mode-line-buffer-identification' instead of using
9838         `wl-make-modeline'.
9839         (wl-folder): Don't set `mode-line-buffer-identification'.
9840
9841 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9842
9843         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9844         instead of `member' for `wl-refile-guess-func-list' look-ups.
9845         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9846
9847 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9848
9849         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9850         `wl-message-button-dispatcher'.
9851
9852         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9853
9854         * wl-message.el (wl-message-button-dispatcher): Use it.
9855
9856         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9857         "In-Reply-To".
9858
9859         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9860         Bind `case-fold-search' to t.
9861
9862 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9863
9864         * wl-xmas.el (wl-message-overload-functions): Initialize
9865         `wl-message-button-map'.
9866
9867         * wl-mule.el (wl-message-overload-functions): Initialize
9868         `wl-message-button-map'.
9869
9870         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9871
9872         * wl-message.el (wl-message-button-map): New keymap.
9873         (wl-message-add-button): New function.
9874         (wl-message-button-dispatcher): New function.
9875         (wl-message-button-refer-article): New function.
9876
9877         * wl-highlight.el
9878         (wl-highlight-message-add-buttons-to-header): New function.
9879         (wl-highlight-headers): Use it.
9880
9881 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9882
9883         * wl-summary.el (wl-summary-default-from): Use
9884         `wl-address-get-petname-1'.
9885         (wl-summary-simple-from): Ditto.
9886
9887         * wl-address.el (wl-address-get-petname-1): New inline function.
9888         (wl-address-get-petname): Use it.
9889
9890 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9891
9892         * wl-summary.el (wl-summary-default-from): Return full-name part
9893         from the address if no petname was found.
9894         (wl-summary-simple-from): Ditto.
9895
9896         * wl-address.el (wl-address-get-petname): Return nil if no petname
9897         associated with the address was found.
9898
9899 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9900
9901         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9902         display is finished.
9903
9904 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9905
9906         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9907         `elmo-folder-exists-p' argument.
9908
9909 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9910
9911         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9912         the folder.
9913
9914 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9915
9916         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9917
9918         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9919         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9920
9921 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9922
9923         * wl-folder.el (wl-folder-create-subr): New function.
9924         (wl-folder-confirm-existence): Use it.
9925         (wl-folder-check-one-entity): Use it.
9926         Check the error symbol is derived from 'elmo-open-error.
9927
9928         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9929         `ignore-error'.
9930
9931 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9932
9933         * wl-util.el (toplevel): Add (eval-when-compile (require
9934         'elmo-util)).  (Maybe `provide' is typo.)
9935
9936 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9937
9938         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9939         (I don't know why this was needed.)
9940
9941         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9942         Follow up changes for stream-type.
9943
9944         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9945         (wl-draft-elmo-nntp-send): Ditto.
9946
9947         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9948         (wl-nntp-posting-stream-type): Ditto.
9949         (wl-pop-before-smtp-ssl): Abolished.
9950         (wl-nntp-posting-ssl): Ditto.
9951
9952         * wl-address.el (wl-address-quote-specials): New function.
9953         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9954
9955         * wl-draft.el (wl-draft-reply): Ditto.
9956
9957 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9958
9959         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9960         use function `wl-string-match-assoc'.
9961
9962 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9963
9964         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9965
9966         * wl-draft.el (wl-draft-deduce-address-list): New function.
9967         (wl-draft-parse-mailbox-list): Ditto.
9968         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9969         instead of `smtp-deduce-address-list'.
9970         (wl-draft-on-field-p): Follow group list.
9971
9972         * wl-address.el (wl-address-concat-token): New function.
9973         (wl-address-string-without-group-list-contents): Ditto.
9974         (wl-complete-field-body): Fixed problem of completion
9975         by japanese petname.
9976         (wl-address-make-completion-list): Rewrite.
9977
9978 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9979
9980         * wl-address.el (wl-address-make-completion-list): Completion by
9981         petname.
9982         (wl-complete-field-body): Likewise.
9983
9984 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9985
9986         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9987         contains invalid address syntax.
9988
9989 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9990
9991         * wl-folder.el (wl-folder-check-entity-async): Use
9992         `elmo-nntp-spec-hostname'.
9993
9994 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9995
9996         * wl-summary.el (wl-summary-msgdb-load-async): Use
9997         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9998
9999 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10000
10001         * wl-draft.el (wl-draft-reply): Set argument
10002         `content-transfer-encoding' as nil.
10003
10004 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10005
10006         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10007         `wl-refile-alist'.
10008
10009 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10010
10011         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10012         (wl-draft-edit-string): Ditto.
10013         (wl-draft-forward): Ditto.
10014         * wl-summary.el (wl-summary-write): Ditto.
10015
10016 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10017
10018         * wl-summary.el (wl-summary-sync-update3): Call
10019         `wl-summary-buffer-number-column-detect'.
10020         (wl-summary-buffer-number-column-detect): Search from point-min.
10021
10022 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10023
10024         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10025         contains an address which is not included in original to or cc.
10026
10027 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10028
10029         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10030         begin-line does not exist.
10031         * wl-message.el (wl-message-uu-substring): Ditto.
10032
10033 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10034
10035         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10036         clear local variables.
10037         (wl-summary-exit): Call `elmo-commit'.
10038         (wl-summary-switch-to-clone-buffer): Call
10039         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10040         (wl-summary-goto-folder-subr): Ditto.
10041
10042         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10043         POP folder.
10044
10045 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10046
10047         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10048         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10049         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10050         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10051         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10052         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10053
10054         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10055
10056 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10057
10058         * wl-summary.el (wl-summary-search-by-subject):
10059         Search parent message from the latest one.
10060
10061 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10062
10063         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10064         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10065
10066         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10067         New user option.
10068
10069         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10070         if elmo-nntp-use-killed-list is nil.
10071         Use `elmo-msgdb-append-to-killed-list'.
10072         (Append numbers confirmed as disappeared to the killed list.)
10073         (wl-summary-confirm-appends): Don't display negative number.
10074
10075 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10076
10077         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10078
10079 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10080
10081         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10082         range is `all'.
10083         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10084         `elmo-list-bigger-diff'.
10085
10086 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10087
10088         * wl-summary.el (wl-summary-buffer-exit-func):
10089         New buffer local variable.
10090         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10091
10092 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10093
10094         * wl-demo.el (wl-demo): Fix the last change.
10095
10096 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10097
10098         * wl-demo.el (wl-demo): Don't use `eval'.
10099
10100 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10101
10102         * wl-summary.el (wl-summary-buffer-thread-modified):
10103         New buffer-local variable.
10104         (wl-summary-set-thread-modified): New function.
10105         (wl-summary-thread-modified-p): New function.
10106         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10107         (wl-summary-yank-saved-message): Use function
10108         `wl-summary-set-thread-modified'
10109         (wl-summary-switch-to-clone-buffer): Add
10110         `wl-summary-buffer-thread-modified'.
10111
10112         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10113         (wl-summary-buffer-mark-saved-hook): Ditto.
10114         * wl-summary.el (wl-summary-msgdb-save): New hook
10115         `wl-summary-buffer-message-saved-hook' and
10116         `wl-summary-buffer-mark-saved-hook'.
10117
10118 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10119
10120         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10121
10122 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10123
10124         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10125         don't hide scroll bars under FSF Emacsen because it may incur an
10126         undesirable redrawing.
10127
10128 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10129
10130         * wl-draft.el (wl-draft-edit-string): Call
10131         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10132
10133 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10134
10135         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10136
10137 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10138
10139         * wl-summary.el (wl-summary-msgdb-load-async): Call
10140         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10141
10142 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10143
10144         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10145         fringes in demo buffer; center bitmap logo correctly even if old
10146         Mule is used.
10147
10148 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10149
10150         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10151
10152         * wl-refile.el (wl-refile-subject-alist): New variable.
10153         (wl-refile-subject-alist-file-name): Ditto.
10154         (wl-refile-alist-setup): Rewrite.
10155         (wl-refile-alist-save): Use `elmo-object-save'.
10156         Eliminated arguments.
10157         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10158         (wl-refile-guess-by-subject): New function.
10159         (wl-refile-guess-func-list): Added it.
10160
10161 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10162
10163         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10164         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10165
10166 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10167
10168         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10169         New buffer-local variable.
10170         (wl-summary-buffer-next-folder-func): Ditto.
10171         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10172         if non-nil.
10173         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10174         if non-nil.
10175         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10176         if non-nil.
10177         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10178         if non-nil.
10179
10180 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10181
10182         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10183         permanently in the demo buffer.
10184
10185 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10186
10187         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10188         `mime-entity-fetch-field'.
10189
10190         * wl.el (wl-exit): Delete plugged buffer.
10191
10192         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10193         XEmacs has menubar feature.
10194
10195 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10196
10197         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10198         cannot arrive at the beginning of the buffer under old Emacsen.
10199
10200 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10201
10202         * wl-address.el (wl-address-ldap-search):
10203         Call `ldap-search-entries' with `withdn' argument t.
10204         (wl-complete-field-body): Bind completion-ignore-case as t.
10205         Clear ldap search hash when it was sole completion.
10206         Use elmo-string for pattern string.
10207         (wl-ldap-alias-safe-string): Eliminated needless let.
10208
10209 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10210
10211         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10212         (wl-ldap-alias-sep): New constant.
10213         (wl-ldap-search-attribute-type-list): Ditto.
10214         (wl-ldap-get-value): New function.
10215         (wl-ldap-make-filter): Ditto.
10216         (wl-ldap-make-matched-value-list): Ditto.
10217         (wl-ldap-alias-safe-string): Ditto.
10218         (wl-ldap-register-dn-string): Ditto.
10219         (wl-address-ldap-search): Rewrite.
10220
10221 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10222
10223         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10224         thread is deleted.
10225         (wl-thread-delete-line-from-buffer): Ditto.
10226         (wl-thread-get-exist-children): New function.
10227
10228 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10229
10230         * wl-demo.el (wl-demo): Made it to select various image types.
10231         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10232         from `wl-title-logo'.
10233         (wl-logo-ascii): New variable.
10234         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10235         (wl-demo-copyright-notice): New constant.
10236
10237         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10238
10239 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10240
10241         * wl-vars.el (wl-summary-target-above): Renamed from
10242         wl-summary-temp-above.
10243         * wl-score.el (wl-score-get-score-alist): Use it.
10244         (wl-summary-score-update-all-lines): Use it.
10245         * wl-summary.el: Ditto. (make-variable-buffer-local).
10246
10247 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10248
10249         * wl-vars.el (wl-ldap-port): New user option.
10250
10251         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10252         Rewite whole implementation.
10253         (wl-complete-field-body): Fixed.
10254
10255 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10256
10257         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10258         Choose implementation at compile time.
10259
10260 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10261
10262         * wl-address.el (wl-ldap-search-internal): New function.
10263         (wl-complete-field-to): Use it.
10264
10265 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10266
10267         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10268         Use `let' instead of `let*'.
10269         Require 'wl-vars.
10270
10271         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10272         Define as defcustom.
10273         (wl-ldap-base): Ditto.
10274         (wl-use-ldap): Ditto.
10275
10276 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10277
10278         * wl-address.el (wl-ldap-search): New function.
10279         (wl-complete-field-body): Use `wl-ldap-search'.
10280         (wl-ldap-server): New variable.
10281         (wl-ldap-base): Ditto.
10282         (wl-use-ldap): Ditto.
10283
10284 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10285
10286         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10287         (Pointed out by Mito <mit@nines.nec.co.jp>).
10288         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10289         buffer-local variables like `wl-summary-redisplay-internal'.
10290         (wl-summary-redisplay-all-header): Likewise.  Update
10291         Summary view too.
10292
10293 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10294
10295         * wl-summary.el (wl-summary-jump-to-parent-message):
10296         Consider prefix argument.
10297
10298         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10299         when closed thread is deleted.
10300
10301 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10302
10303         * wl-summary.el (wl-summary-jump-to-parent-message):
10304         Consider thread modification.
10305
10306 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10307
10308         * wl-message.el (wl-message-normal-get-original-buffer): Use
10309         `save-excursion'.
10310
10311         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10312         (wl-summary-showto-folder-regexp): Ditto.
10313
10314 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10315
10316         * wl-util.el (wl-delete-alist): Doc fix.
10317         (wl-delete-associations): New function.
10318         (wl-inverse-alist): New function.
10319         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10320         Split temporary variables. Use `wl-delete-associations'
10321         and `wl-inverse-alist'.
10322         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10323
10324 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10325
10326         * wl-folder.el (wl-folder-prefetch-entity):
10327         Execute prefetching if new count is unknown.
10328
10329 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10330
10331         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10332
10333         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10334         delete entity.
10335         (wl-thread-set-parent): If insert as top, set linked as nil.
10336
10337         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10338         `wl-thread-cleanup-symbols' when view mode is thread.
10339
10340 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10341
10342         * wl-folder.el (wl-folder-create-folder-entity): Use
10343         with-current-buffer.
10344         (wl-local-folder-init): Call set-buffer to make sure we are in
10345         the Folder buffer. Don't touch buffer-local variables here.
10346         (wl-folder-mode): Initialize buffer-local variables here.
10347
10348         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10349         (wl-folder-entity-assign-id): Ditto.
10350         (wl-folder-create-entity-hashtb): Ditto.
10351         (wl-local-folder-init): Ditto.
10352         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10353
10354 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10355
10356         * wl-summary.el (wl-summary-default-from): Fix probrem when
10357         std11-extract-address-components return (nil "foo@bar").
10358
10359 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10360
10361         * wl-draft.el (wl-draft-clone-local-variables):
10362         Remove redundant `setq'.
10363
10364 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10365
10366         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10367         Bind wl-highlight-x-face-func as nil while highlighting header.
10368
10369 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10370
10371         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10372
10373 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10374
10375         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10376         elmo-msgdb-overview-hashtb from copy-variables.
10377         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10378         instead of `elmo-msgdb-overview-get-entity-by-number'.
10379         (wl-summary-auto-refile): Ditto.
10380
10381         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10382         `elmo-msgdb-overview-get-entity' instead of
10383         `elmo-msgdb-search-overview-entity'.  Use
10384         `elmo-msgdb-overview-get-entity' instead of
10385         `elmo-msgdb-overview-get-entity-by-number'.
10386         (wl-thread-insert-entity-sub): Ditto.
10387         (wl-thread-insert-message): Ditto.
10388
10389         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10390         `elmo-msgdb-overview-get-entity'.
10391         (wl-normal-message-redisplay): Ditto.
10392
10393 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10394
10395         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10396         `wl-thread-entities'.
10397         (wl-thread-delete-message): Fix remove top message from
10398         `wl-thread-entity-list'.
10399
10400         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10401         wl-append(nconc), because update-list is broken on Meadow.
10402
10403         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10404         updating process.
10405         (wl-summary-rescan): Ditto.
10406         (wl-summary-sync-update3): Ditto.
10407         * wl-thread.el (wl-thread-set-parent): Renamed from
10408         `wl-summary-set-parent'.
10409         (wl-thread-insert-message): Updating buffer faster.
10410         (wl-thread-delete-message): Updating buffer faster.
10411
10412         * wl-score.el (wl-summary-score-update-all-lines): Changed
10413         interval for display progress gauge.
10414
10415 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10416
10417         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10418         folder always-sticky.
10419         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10420         defmacro.
10421
10422 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10423
10424         * wl-vars.el (wl-draft-add-references): New user option.
10425
10426         * wl-draft.el (wl-draft-add-references): New function.
10427         (wl-draft-yank-from-mail-reply-buffer): Use it.
10428         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10429         as nil.
10430
10431 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10432
10433         * wl-thread.el (wl-thread-update-line-msgs): Called
10434         `wl-thread-update-line-on-buffer-sub'.
10435         (wl-thread-update-line-on-buffer): Delete routine of inserting
10436         thread.
10437         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10438         moved from `wl-thread-update-line-on-buffer'.
10439         Add threshold for displaying progress gauge.
10440         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10441         argument of `wl-thread-update-line-msgs'.
10442         Add threshold for displaying progress gauge.
10443         * wl-folder.el:
10444         Add threshold for displaying progress gauge.
10445         * wl-score.el: Ditto.
10446
10447         * wl-expire.el (wl-summary-expire): Display deleting info.
10448
10449 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10450
10451         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10452         `no-msg'.
10453         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10454         argument of `wl-thread-update-line-msgs'.
10455         (wl-summary-set-parent): Added optional argument `parent-number'.
10456         (wl-summary-buffer-saved-message): New buffer local variable.
10457         (wl-summary-save-current-message): New command.
10458         (wl-summary-yank-saved-message): Ditto.
10459         (wl-summary-mode-map): Added key binding for
10460         `wl-summary-save-current-message' (\ew) and
10461         `wl-summary-yank-saved-message' (\C-y).
10462         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10463
10464 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10465
10466         * wl-summary.el (wl-summary-mode-map): Added key binding for
10467         `wl-summary-set-parent' (ts).
10468
10469 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10470
10471         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10472         subject faster. If thread number is reverse, delayed updating
10473         thread.
10474         (wl-summary-search-by-subject): Ditto.
10475         (wl-summary-put-alike): Ditto.
10476         (wl-summary-get-alike): Ditto.
10477         (wl-summary-insert-headers): Insert header of all overview in
10478         buffer.
10479         (wl-summary-rescan): Delayed updating thread. Kill search subject
10480         buffer for wl-summary-search-by-subject.
10481         (wl-summary-sync-update3): Ditto.
10482         (wl-summary-exit): Ditto.
10483         (wl-summary-goto-bottom-of-current-thread): Change for linked
10484         thread.
10485         (wl-summary-overview-create-summary-line): Change line for linked
10486         thread.
10487
10488         * wl-summary.el (wl-summary-update-thread): Use
10489         wl-thread-maybe-get-children-num.
10490         (wl-summary-set-parent): If change parent, move sub thread.
10491         (wl-summary-redisplay-internal): Add horizontal recenter.
10492         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10493
10494         * wl-thread.el (wl-thread-entity-get-linked): New function.
10495         (wl-thread-entity-set-linked): New function.
10496         (wl-thread-create-entity): Add linked element.
10497         (wl-thread-entity-insert-as-top): Use wl-append.
10498         (wl-thread-maybe-get-children-num): If closing thread, return
10499         children msgs.
10500         (wl-thread-update-line-msgs): Displaying progress message.
10501         (wl-thread-update-line-on-buffer-sub): Use
10502         wl-thread-maybe-get-children-num.
10503         (wl-thread-update-line-on-buffer): If update line is not exists,
10504         insert thread.
10505         (wl-thread-delete-message): If delete top msg of thread, search
10506         parent by subject.
10507         (wl-thread-insert-entity): Use
10508         wl-thread-maybe-get-children-num.
10509
10510         * wl-highlight.el (wl-highlight-summary-current-line): change
10511         sregexp for linked thread.
10512         * wl-util.el (wl-count-lines): Count lines.
10513         (wl-horizontal-recenter): horizontal recenter.
10514         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10515         (wl-score-get-alike): Ditto.
10516         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10517         (wl-subject-length-limit): New variable.
10518         (wl-highlight-thread-indent-string-regexp): Changed for linked
10519         thread.
10520
10521 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10522
10523         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10524         New variable (revival).
10525         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10526         by subject matching if there's no in-reply-to nor references field
10527         (revival).
10528
10529 \f
10530 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10531
10532         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10533         message.
10534
10535 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10536
10537         * wl-summary.el (wl-summary-reply): Return t if there was a
10538         message at cursor point.
10539         Added unwind-protect.
10540         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10541         returns t.
10542         (wl-summary-cancel-message): Do nothing when there's no message at
10543         cursor point.
10544         (wl-summary-forward): Ditto.
10545         (wl-summary-jump-to-parent-message): Ditto.
10546         (wl-summary-reedit): Ditto.
10547         (wl-summary-edit-addresses): Ditto.
10548         (wl-summary-pipe-message): Ditto.
10549         (wl-summary-print-message-with-ps-print): Ditto.
10550         (wl-summary-print-message): Ditto.
10551         (wl-summary-mark-as-important): Ditto.
10552         (wl-summary-mark-as-unread): Ditto.
10553
10554         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10555         message at cursor point.
10556         (wl-summary-reply-with-citation): Remove unwind-protect.
10557
10558         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10559         subject searching feature.
10560         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10561         Eliminated.
10562
10563 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10564
10565         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10566         New variable.
10567         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10568         by subject matching if there's no in-reply-to nor references field.
10569
10570         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10571
10572         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10573         when display is finished.
10574         (wl-folder-open-all): Ditto.
10575         (wl-folder-update-access-group): Ditto.
10576         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10577         * wl-thread.el (wl-thread-close-all): Ditto.
10578
10579         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10580         progress gauge only when it was displayed.
10581         * wl-folder.el (wl-folder-insert-entity): Ditto.
10582
10583 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10584
10585         * wl-summary.el (wl-summary-incorporate): Enclose
10586         `wl-summary-sync-force-update' with save-excursion.
10587
10588 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10589
10590         * wl-summary.el (wl-summary-prefetch-region):
10591         Pass current cursor point to `pos-visible-in-window-p' after
10592         moving cursor to the started point.
10593
10594 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10595
10596         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10597
10598         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10599         fields from the forwarding message.
10600         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10601         `ignored-fields'.
10602
10603 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10604
10605         * wl-mime.el (wl-message-request-partial):
10606         Eliminated argument `msgdb'.
10607         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10608         (wl-mime-combine-message/partial-pieces): Likewise.
10609         * tm-wl.el (wl-message-request-partial): Likewise.
10610         (wl-mime-combine-message/partial-pieces): Likewise.
10611
10612 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10613
10614         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10615         when display is finished.
10616
10617 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10618
10619         * wl-summary.el (wl-summary-goto-folder-subr):
10620         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10621
10622 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10623
10624         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10625         when cursor point is visible.
10626
10627 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10628
10629         * wl-expire.el (wl-expire-archive-get-max-number):
10630         Don't use `file-name-directory'.
10631
10632 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10633
10634         * wl-expire.el (wl-expire-archive-get-max-number):
10635         Use `file-name-directory'.
10636
10637 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10638
10639         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10640         only when there is progress.
10641
10642 2000-04-13  Mito <mit@nines.nec.co.jp>
10643
10644         * wl-summary.el (wl-summary-sync-marks): Display progress.
10645
10646 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10647
10648         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10649         (wl-summary-prev): Move cursor regardless of unread status.
10650         (wl-summary-next): Ditto.
10651
10652 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10653
10654         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10655         Added argument `target' and `number'.
10656         * tm-wl.el (wl-summary-burst-subr): New function.
10657         (wl-summary-burst): Use it.
10658
10659 2000-04-10  Mito <mit@nines.nec.co.jp>
10660
10661         * wl-mime.el (wl-burst): New function.
10662         (wl-summary-burst): Use it.
10663
10664 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10665
10666         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10667         as petname when there's no candidate.
10668
10669 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10670
10671         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10672         New variable.
10673         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10674
10675         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10676
10677         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10678
10679 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10680
10681         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10682         Use substring of `original' instead of buffer-substring.
10683         (wl-refile-evaluate-rule):
10684         Set `original' argument of wl-refile-expand-newtext.
10685
10686         * wl-summary.el
10687         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10688         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10689         (wl-summary-auto-refile): Check existence of destination folder just
10690         before marking.
10691
10692 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10693
10694         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10695         when wl-refile-get-field-value return nil.
10696
10697 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10698
10699         * wl-refile.el
10700         (wl-refile-expand-newtext): New function imported from Gnus.
10701         (wl-refile-evaluate-rule): Use it.
10702
10703 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10704
10705         * wl-summary.el (wl-summary-print-destination):
10706         Duplicate folder string to avoid putting text-property on
10707         original string.
10708
10709         * wl-refile.el (wl-refile-get-field-value): New function.
10710         (wl-refile-evaluate-rule): New function;
10711         Evaluate refile rule recursively.
10712         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10713         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10714         New function; Check existence of a target folder recursively.
10715         (wl-summary-auto-refile-check-refile-rule-alist):
10716         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10717
10718 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10719
10720         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10721
10722         * wl-folder.el (wl-create-folder-entity-from-buffer):
10723         Fixed problem when '}' character is contained in folder name.
10724
10725         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10726
10727 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10728
10729         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10730         (wl-fldmgr-add-completion-all-completions):
10731         Use wl-fldmgr-add-completion-hashtb.
10732
10733 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10734
10735         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10736         wl-fldmgr-add-completion-subr): New functions.
10737         * wl-folder.el (wl-folder-completion-func): New variable.
10738         * wl-summary.el (wl-summary-read-folder):
10739         Use wl-folder-completion-func.
10740
10741         * wl-refile.el: Eliminate throw & catch.
10742
10743         * wl.el (wl-plugged-sending-queue-status): Fixed.
10744
10745 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10746
10747         * wl-draft.el (wl-draft): Put category property on
10748         mail-header-separator.