* wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
4         even if there are target marks only.
5
6 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7
8         * Version number is increased to 2.15.4.
9
10 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
11
12         * wl-folder.el (wl-folder-check-one-entity): Simplify.
13
14 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
15
16         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
17         variable.
18
19 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
20
21         * wl-spam.el (wl-thread-test-spam): New function.
22         (wl-spam-setup): Bind "tkc".
23
24 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
25
26         * wl-expire.el (wl-folder-expire-entity): Rewite without
27         `wl-summary-goto-folder-subr'.
28         (wl-folder-expire-current-entity): Don't kill summary buffer.
29
30 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
31
32         * wl-folder.el (wl-folder-sync-entity): Rewrite without
33         `wl-summary-goto-folder-subr'.
34         (wl-folder-mark-as-read-all-entity): Likewise.
35
36         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
37
38 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
39
40         * wl-thread.el (wl-thread-force-open): Arranged.
41
42 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
43
44         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
45         from regexp.
46
47         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
48         (wl-read-search-condition-internal): Append them.
49
50 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
51
52         * wl-vars.el (wl-additional-search-condition-fields):
53         New user option.
54
55         * wl-util.el (wl-search-condition-fields): New function; export
56         from `wl-read-search-condition-internal'.
57         (wl-read-search-condition-internal): Use it.
58
59         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
60
61 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
62
63         * wl-summary.el (wl-summary-define-sort-command): New function.
64         (wl-summary-sort-by-date, wl-summary-sort-by-number)
65         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
66         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
67         define by `wl-summary-define-sort-command' at runtime.
68
69         * wl.el (wl-init): Call wl-summary-define-sort-command.
70
71 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
72
73         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
74         properties at the decrypting region.
75
76 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
77
78         * wl-util.el (wl-find-region): New function.
79
80         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
81         coding system.
82         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
83         property `wl-mime-decoded-coding-system'.
84         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
85         property `wl-mime-decoded-coding-system' to encode text.
86
87         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
88         message.
89         (wl-mime-pgp-verify-region): Ditto.
90
91 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
92
93         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
94         buffer. Use epa-display-verify-result.
95
96 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
97
98         * wl-draft.el (wl-draft-send): Continue even if setting parent
99         flag was failed.
100
101 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
102
103         * wl-message.el (wl-message-flag-indicator): Fixed the problem
104         of returning string only of parentheses.
105
106 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
107
108         * wl-summary.el (wl-summary-write): Add argument `folder'.
109         (wl-summary-write-current-folder): Change argument `folder' from
110         optional to require.
111         (wl-summary-get-buffer): Return the buffer associated folder only.
112
113         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
114         change.
115         (wl-folder-toggle-disp-summary): Ditto.
116
117         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
118         current summary as parent-folder.
119
120 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
121
122         * wl-draft.el (wl-draft-reedit): Don't overwrite
123         wl-draft-parent-folder.
124
125 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
126
127         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
128         (wl-mime-pgp-verify-region): Ditto.
129         (wl-message-decrypt-pgp-nonmime): Use the above function.
130         (wl-message-verify-pgp-nonmime): Likewise.
131         (wl-mime-preview-application/pgp): Likewise.
132
133 2006-04-20  Kenichi Okada  <okada@opaopa.org>
134
135         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
136         Fix about the order of `wl-nntp-posting-port' and
137         `wl-nntp-posting-stream-type'.
138         * wl.el (wl-plugged-port-label-alist): Add smtp.
139
140 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
141
142         * wl-summary.el (wl-summary-message-status): New macro.
143
144         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
145         (wl-summary-killed-mark): New user option.
146
147         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
148         API change.
149         (wl-thread-insert-entity-sub): Ditto.
150         (wl-thread-recover-messages): New command.
151
152         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
153         Don't call `wl-highlight-summary-current-line' directly.
154         (wl-summary-buffer-attach): Connect to signal `status-changed'
155         instead of `cache-changed'.
156         (wl-summary-buffer-detach): Follow the above change.
157         (wl-summary-detect-mark-position): Follow the API change.
158         (wl-summary-rescan-message): Ditto.
159         (wl-summary-insert-sequential): Ditto.
160         (wl-summary-update-thread): Ditto.
161         (wl-summary-message-mark): Ditto.
162         (wl-summary-persistent-mark): Ditto.
163         (wl-summary-create-line): Ditto.
164         (wl-summary-prefetch-region-no-mark): Call
165         `wl-summary-persistent-mark' with number.
166         (wl-summary-recover-messages-region): New command.
167         (wl-summary-target-mark-recover): Ditto.
168         (wl-summary-recover-message): Ditto.
169         (wl-summary-persistent-mark-string): Add argument `status' instead
170         of remove arguments `flags' and `cached'.  Treat killed status.
171         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
172
173         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
174         (wl-highlight-summary-line-face-spec): Treat killed status.
175         (wl-highlight-summary-line-string): Follow the API change.
176         (wl-highlight-summary-current-line): Ditto.
177
178         * Version number is increased to 2.15.3.
179
180 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
181
182         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
183         of symbolp to test whether the condition is function.
184
185 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
186
187         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
188         to nil.
189
190 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
191
192         * wl-summary.el (wl-summary-buffer-message-ring): New internal
193         variable.
194         (wl-summary-buffer-last-displayed-msg): Abolish.
195         (wl-summary-push-message): New function.
196         (wl-summary-pop-message): Ditto.
197         (wl-summary-goto-folder-subr): Reset
198         `wl-summary-buffer-message-ring'.
199         (wl-summary-pop-to-last-message): New command.
200         (wl-summary-goto-last-displayed-msg): Call
201         wl-summary-pop-to-last-message if optional argument is non-nil or
202         the last command is itself.
203         (wl-summary-redisplay-internal): Push last message number into
204         `wl-summary-buffer-message-ring'.
205
206         * wl-vars.el (wl-summary-message-ring-max): New user option.
207
208 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
209
210         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
211         from `wl-draft-reply').
212         (wl-draft-reply): Use it.
213         (wl-draft-find-reply-headers): Avoid compile warning.
214
215 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
216
217         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
218
219 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
220
221         * wl-message.el (wl-message-flag-indicator): New function.
222         (wl-message-redisplay): Use it.
223
224 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
225
226         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
227
228 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
229
230         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
231         instead of `read-event'.
232
233         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
234
235         * wl-mule.el (wl-read-event-char): Ditto.
236
237         * wl-e21.el (wl-read-event-char): Ditto.
238
239 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
240
241         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
242
243 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
244
245         * wl-vars.el (wl-draft-send-confirm-type): New user option.
246
247         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
248
249         * wl-draft.el (wl-draft-send-confirm): Confirmation by
250         `wl-draft-send-confirm-type'
251
252 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
253
254         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
255         Avoid error when the buffer name is already used.
256
257 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
258
259         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
260         the change of elmo-nmz -> elmo-search.
261         (wl-highlight-summary-line-help-echo-alist): Ditto.
262         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
263         (wl-nmz-folder-icon): Define as obsolete.
264         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
265         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
266
267 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
268
269         * wl-summary.el (wl-summary-get-list-info): Rewrite with
270         `elmo-find-list-match-value'
271
272 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
273
274         * wl-summary.el (wl-summary-get-list-info): Optimize.
275         Use List-Id and List-Post also.
276
277 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
278
279         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
280
281 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
282
283         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
284
285 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
286
287         * wl-util.el (wl-completing-read-multiple-1): New internal function.
288         (wl-completing-read-multiple-2): Ditto.
289         (wl-completing-read-multiple): Define use above functions.
290
291         * wl-summary.el (wl-summary-sort): Removed the workaround for a
292         bug of `completing-read-multiple' about default value.
293
294         * wl-xmas.el (wl-completing-read-multiple): Removed.
295
296         * wl-mule.el (wl-completing-read-multiple): Ditto.
297
298         * wl-e21.el (wl-completing-read-multiple): Ditto.
299
300 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
301
302         * wl-util.el (wl-filter-associations): New function.
303
304         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
305         (wl-spam-ignored-folder-list): Ditto.
306         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
307         (wl-spam-string-member-p): New function.
308         (wl-spam-domain): Use it.
309         (wl-spam-split-numbers): New function.
310         (wl-spam-apply-partitions): Ditto.
311         (wl-spam-register-spam-messages): Use `folder' instead of
312         `wl-summary-buffer-elmo-folder'.
313         (wl-spam-register-good-messages): Ditto.
314         (wl-summary-exec-action-spam): Decide a domain by real folder of
315         message.
316         (wl-summary-exec-action-refile-with-register): Likewise.
317
318 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
319
320         * wl-e21.el (wl-e21-find-image): New function.
321         (wl-e21-setup-toolbar): Use it instead of `find-image'.
322         (wl-e21-highlight-folder-group-line): Ditto.
323         (wl-folder-init-icons): Ditto.
324         (wl-plugged-init-icons): Ditto.
325         (wl-biff-init-icons): Ditto.
326
327 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
328
329         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
330         (wl-inhibit-save-drafts): New internal variable.
331         (wl-disable-auto-save): Ditto.
332         (wl-save-drafts): Treat above variables.
333         (wl-auto-save-drafts): New function.
334         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
335         `wl-stop-save-drafts'.
336         (wl-start-save-drafts): New function.
337         (wl-stop-save-drafts): Ditto.
338         (wl-set-auto-save-draft): New command.
339
340         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
341         `wl-set-save-drafts'.
342
343 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
344
345         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
346         `make-local-variable' instead of `make-variable-buffer-local'.
347
348 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
349
350         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
351
352 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
353
354         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
355
356 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
357
358         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
359         of working buffer.
360
361 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
362
363         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
364
365         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
366         value into recipients; Bind `wl-draft-remove-group-list-contents'
367         as nil.
368
369 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
370
371         * wl-summary.el (wl-summary-sort): Fixed the last change.
372
373         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
374         (wl-summary-sort-messages): Ditto.
375         (wl-summary-rescan): Use it.
376         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
377         `completing-read'; Append candidates for reverse order.
378
379 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
380
381         * Version number is increased to 2.15.2.
382
383 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
384
385         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
386         "Smaller".
387         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
388
389 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
390
391         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
392
393 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
394
395         * wl-vars.el (wl-draft-additional-header-alist): Add into the
396         customize group `wl-draft'.
397         (wl-draft-add-in-reply-to): Move customize group from `wl' to
398         `wl-draft'.
399         (wl-draft-add-references): Ditto.
400
401         * wl-action.el (wl-summary-print-argument): Rename argument from
402         `folder' to `data'.
403
404 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
405
406         * wl-summary.el (wl-summary-rescan-message): Call
407         `wl-thread-cleanup-symbols' before insert thread.
408
409 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
410
411         * wl.el (wl-init): Set `elmo-get-folder-function' as
412         `wl-folder-make-elmo-folder'.
413
414         * wl-spam.el (wl-summary-exec-action-spam): Use
415         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
416
417         * wl-folder.el (wl-folder-make-elmo-folder): New function.
418         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
419         `elmo-make-folder'.
420         (wl-folder-get-elmo-folder): Ditto.
421         (wl-folder-create-subr): Simplify.
422
423 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
424
425         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
426
427 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
428
429         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
430         contents in message buffer instead of original buffer. If optional
431         argument specified, ask coding system for encode.
432
433 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
434
435         * wl-spam.el (wl-summary-test-spam-region): New function.
436         (wl-spam-setup): Bind "rkc".
437
438 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
439
440         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
441
442 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
443
444         * wl-spam.el (wl-summary-test-spam): Fix typo.
445         (wl-message-check-spam): Ditto.
446
447 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
448
449         * wl-summary.el (wl-summary-default-from): Simplify.
450
451 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
452
453         * wl-action.el (wl-summary-exec-action-refile): Simplify.
454         (wl-summary-exec-action-copy): Ditto.
455         (wl-summary-auto-refile): Check existence of temporary mark.
456
457 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
458
459         * wl-summary.el (wl-summary-create-line): Use
460         `elmo-time-to-datevec'.
461
462         * wl-expire.el (wl-expire-archive-date): Ditto.
463         (wl-expire-localdir-date): Ditto.
464
465         * wl-util.el (wl-day-number): Abolish.
466
467         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
468         of `wl-day-number'.
469         (wl-score-followup): Ditto.
470         (wl-score-add-followups): Ditto.
471         (wl-score-get-latest-msgs): Ditto.
472         (wl-score-get-header-entry): Ditto.
473         (wl-score-edit-insert-date): Ditto.
474
475 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
476
477         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
478         `elmo-message-entity-field' with 2nd argument `type'.
479
480 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
481
482         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
483
484 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
485
486         * wl-thread.el (wl-thread-delete-message): Delete descendant
487         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
488
489 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
490
491         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
492
493 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
494
495         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
496         `Access folder'.
497
498 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
499
500         * wl-vars.el (wl-access-folder-icon): New user option.
501
502         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
503         `Access folder'.
504
505 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
506
507         * wl-summary.el (wl-summary-buffer-set-folder): Use
508         `wl-folder-mime-charset'.
509
510         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
511         `mime-charset'.
512         (wl-folder-get-elmo-folder): Ditto.
513         (wl-folder-mime-charset): New function.
514
515 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
516
517         * wl-util.el (wl-parse-addresses): Define alias of
518         `elmo-parse-addresses' (move to `elmo-util.el').
519
520         * wl-summary.el (wl-summary-default-from): Follow the API change.
521         (wl-summary-overview-entity-compare-by-date): Ditto.
522         (wl-summary-overview-entity-compare-by-from): Ditto.
523         (wl-summary-get-list-info): Get value of `ml-info' field from
524         entity at first.
525         (wl-summary-rescan-message): Treat prefix argument.
526         (wl-summary-prefetch-msg): Follow the API change.
527         (wl-summary-search-by-subject): Ditto.
528         (wl-summary-insert-thread): Ditto.
529         (wl-summary-line-subject): Ditto.
530         (wl-summary-line-from): Ditto.
531         (wl-summary-create-line): Ditto.
532         (wl-summary-print-message-with-ps-print): Ditto.
533
534         * wl-score.el (wl-score-ov-entity-get): Ditto.
535         (wl-score-followup): Ditto.
536         (wl-score-add-followups): Use `elmo-message-entity-field' instead
537         of `car'.
538         (wl-score-get-latest-msgs): Follow the API change.
539         (wl-score-get-header): Ditto.
540
541         * wl-refile.el (wl-refile-learn): Ditto.
542         (wl-refile-subject-learn): Ditto.
543         (wl-refile-get-field-value): Ditto.
544         (wl-refile-guess-by-history): Ditto.
545         (wl-refile-guess-by-subject): Ditto.
546
547         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
548
549         * wl-expire.el (wl-expire-date-p): Removed.
550         (wl-expire-archive-date): Follow the API change.
551         (wl-expire-localdir-date): Ditto.
552         (wl-summary-expire): Ditto.
553
554         * Version number is increased to 2.15.1.
555
556 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
557
558         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
559         group is access or not (it is not strict, like wl-fldmgr-rename).
560
561 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
562
563         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
564         duplicate call of `wl-summary-print-argument' on the wrong line.
565
566 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
567
568         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
569         even if argument `number' is nil.
570         (wl-summary-insert-line): Print action argument if current message
571         has it.
572
573 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
574
575         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
576         (wl-draft-reply): Ditto.
577         (wl-draft): Add optional argument `parent-number' and call
578         `wl-draft-create-buffer' with it.
579         (wl-draft-create-buffer): Add optional argument
580         `parent-number'. Set wl-draft-parent-number as it.
581
582 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
583
584         * wl-folder.el (wl-folder-set-persistent-mark): If summary
585         buffer is not for given folder, don't use it.
586
587 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
588
589         * Version number is increased to 2.15.0.
590
591 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
592
593         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
594
595         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
596         (wl-highlight-get-face-by-name): New internal function.
597         (wl-highlight-summary-line-face-spec): Use it and fixed.
598
599 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
600
601         * wl-summary.el (wl-summary-sync-update): Use
602         `elmo-message-entity-field' instead of `car' to get message-id
603         from overview entity.
604
605         * wl-summary.el (wl-summary-rescan-message): Call
606         `wl-highlight-summary-displaying' when displaying a message.
607
608 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
609
610         * wl-draft.el (wl-draft-config-info-filename): Extracted from
611         `wl-draft-config-info-operation'.
612         (wl-draft-buffer-change-number): New function.
613         (wl-draft-rename-saved-config): Ditto.
614         * wl.el (wl-init): Connect slot for message-number-changed.
615         (toplevel): Add autoload for wl-draft-rename-saved-config.
616
617 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
618
619         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
620         `update-overview'
621         (wl-summary-buffer-detach): Disconnect from it.
622         (wl-summary-rescan-message): Use command.
623
624         * wl-message.el (wl-message-buffer-display): Use
625         `with-current-buffer' instead of `save-excursion'.
626
627 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
628
629         * wl-mime.el (wl-draft-preview-attributes-list): Protect
630         wl-draft-preview-attributes-list from distraction.
631
632 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
633
634         * wl-summary.el (wl-summary-sync-update): Sort the return value of
635         `elmo-list-diff'.
636
637 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
638
639         * wl-summary.el
640         (wl-summary-edit-addresses-collect-candidate-fields): Use
641         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
642
643         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
644         instead of `elmo-set-work-buf'.
645
646         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
647         (wl-address-make-address-list): Ditto.
648
649         * Version number is increased to 2.13.3.
650
651 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
652
653         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
654         user option.
655
656         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
657         argument `5'.
658
659         * wl-message.el (wl-message-display-no-merge-p): New function.
660         (wl-message-buffer-display): Check whether the message is
661         reassembled and follow the API change.
662
663 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
664
665         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
666         multibyte on working buffer and removed unnecessary
667         `buffer-disable-undo'.
668
669 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
670
671         * wl-util.el (wl-read-search-condition-internal): Fixed the last
672         change.
673
674 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
675
676         * wl-util.el (wl-read-search-condition-internal): Protect
677         elmo-global-flags from distraction.
678
679 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
680
681         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
682
683         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
684         (wl-summary-event-handler): Ditto.
685         (wl-summary-update-persistent-mark-on-event): New
686         function (renamed from `elmo-event-handler-flag-changed').
687         (wl-summary-buffer-attach): New function.
688         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
689         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
690         instead of `elmo-folder-add-handler'.
691
692         * Version number is increased to 2.13.2.
693
694 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
695
696         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
697         and "\177" to the `wl-news-previous-page'.
698         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
699         (wl-news-previous-page): New function.
700
701 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
702
703         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
704         instead of `write-region' and simplify.
705
706 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
707
708         * wl-template.el (wl-template-select): Cause error if
709         `wl-template-alist' is nil.
710
711 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
712
713         * wl-news.el.in: Set file variable `no-byte-compile'.
714
715 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
716
717         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
718         whether a target message is within displaying area.
719         (elmo-event-handler-cache-changed): Ditto.
720
721 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
722
723         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
724         to `defun'.  Use `nconc' instead of `append' to collect descendant
725         message numbers.
726
727 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
728
729         * wl-thread.el (wl-thread-save-top-list)
730         (wl-thread-save-entities): Use `with-temp-buffer'.
731         * wl-news.el.in (wl-news-previous-version-load):
732         (wl-news-previous-version-save): Ditto.
733         * wl-summary.el (wl-summary-load-file-object)
734         (wl-summary-save-view-cache): Ditto.
735
736 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
737
738         * wl-util.el (toplevel): Require 'elmo-flag'.
739         (wl-read-search-condition): New function (Renamed from
740         `elmo-read-search-condition').
741         (wl-read-search-condition-internal): Likewise.
742
743         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
744         invalid.
745         (wl-summary-pick): Use `wl-read-search-condition' instead of
746         `elmo-read-search-condition'.
747         (wl-summary-virtual): Ditto.
748
749         * wl-folder.el (wl-folder-virtual): Ditto.
750         (wl-folder-pick): Ditto.
751
752         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
753
754 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
755
756         * wl-summary.el (wl-summary-reedit): Call
757         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
758
759 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
760
761         * wl-mime.el (toplevel): Require wl-vars.
762
763         * wl-message.el (toplevel): Require cl at compile.
764
765         * wl-draft.el (toplevel): Require elmo.
766
767 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
768
769         * wl-message.el (wl-message-buffer-prefetch): Count is a number
770         and do nothing when it is not positive.
771         (wl-message-buffer-prefetch-next): Ditto.
772
773 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
774
775         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
776         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
777         (wl-summary-redisplay-internal): Ditto.
778
779         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
780         message (the condition is borrowed from `wl-check-variables-2').
781         (wl-summary-redisplay-internal): Ditto.
782
783 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
784
785         * wl-mime.el (wl-draft-nntp-attribute): New function.
786         (wl-draft-attribute-nntp-posting-server): Use it.
787         (wl-draft-attribute-nntp-posting-port): Ditto.
788
789         * wl-mime.el (wl-draft-preview-attributes-list): New function.
790         (wl-draft-show-attributes-buffer): Ditto.
791         (wl-draft-hide-attributes-buffer): Ditto.
792         (wl-draft-attribute-newsgroups): Ditto.
793         (wl-draft-attribute-nntp-posting-server): Ditto.
794         (wl-draft-attribute-nntp-posting-port): Ditto.
795         (wl-draft-preview-message): Use there functions.
796
797         * wl-vars.el (wl-draft-preview-attributes-list): Change default
798         value.
799
800 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
801
802         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
803         (wl-draft-reedit): Ditto.
804         (wl-draft-queue-flush): Ditto.
805
806         * wl-mime.el (wl-message-request-partial): Ditto.
807         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
808         instead of `elmo-message-fetch'.
809
810         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
811
812         * wl-summary.el (wl-summary-message-string): Ditto.
813
814 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
815
816         * wl-util.el (wl-current-message-buffer): Follow the API change.
817
818         * wl-summary.el (wl-summary-redisplay-internal): Call
819         `wl-summary-mark-as-read' with 2nd argument as nil and update
820         unread count instead of persistent mark.
821
822         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
823         variable.
824         (wl-message-redisplay): Follow the API change.
825         (wl-message-buffer-display): Managed mime-entity directly and
826         return preview buffer only.
827         (wl-message-display-internal): Rewrite.
828         (wl-message-buffer-prefetch-subr): Not save return value of
829         `wl-message-buffer-display'.
830
831         * Version number is increased to 2.13.1.
832
833 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
834
835         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
836         'elmo-multiple-fields-body-list' with boundary specified.
837
838 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
839
840         * wl-vars.el (wl-summary-resend-use-cache): New variable.
841         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
842         cache if `wl-summary-resend-use-cache' is non-nil.
843
844 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
845
846         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
847         (wl-nntp-posting-stream-type): Ditto.
848
849 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
850
851         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
852
853 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
854
855         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
856         message.
857
858 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
859
860         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
861         Abolish.
862         (wl-summary-buffer-persistent-mark-version): New internal
863         variable.
864         (wl-summary-update-mark-and-highlight-window): Check by
865         wl-summary-persistent-mark-invalid-p.
866         (wl-summary-update-status-marks): Ditto.
867         (elmo-event-handler-flag-changed): Rewrite.
868         (elmo-event-handler-cache-changed): Define.
869         (wl-summary-prefetch-msg): Does not update persistent mark here.
870         (wl-summary-delete-cache): Ditto.
871         (wl-summary-resume-cache-status): Ditto.
872         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
873         (wl-summary-persistent-mark-invalid-p): New function.
874         (wl-summary-validate-persistent-mark): Ditto.
875         (wl-summary-validate-persistent-mark-string): Ditto.
876         (wl-summary-invalidate-persistent-mark): Ditto.
877         (wl-summary-update-persistent-mark): Call
878         `wl-summary-validate-persistent-mark'.
879         (wl-summary-create-line): Call
880         `wl-summary-validate-persistent-mark-string'.
881
882         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
883         status as t if cache used.
884
885 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
886
887         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
888         only if the target is group.
889         * wl-folder.el (wl-folder-append-petname): Don't check group name.
890
891 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
892
893         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
894
895 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
896
897         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
898
899         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
900
901 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
902
903         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
904         (Thanks to Yoichi NAKAYAMA).
905
906 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
907
908         * wl-util.el (wl-save-drafts): Restore echo area.
909
910 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
911
912         * Version number is increased to 2.13.0.
913
914         * wl-util.el (wl-biff-check-folder-async): Use
915         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
916
917 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
918
919         * wl-message.el (wl-message-display-internal): Does not put
920         wl-message-display-type property on message buffer.
921         (wl-message-buffer-display-type): New function.
922
923         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
924
925         * wl-summary.el (wl-summary-mode): Use `dolist' to add
926         `wl-summary-buffer-detach'.
927         (wl-summary-message-display-type): Use
928         `wl-summary-buffer-display-type'.
929
930 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
931
932         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
933         buffer-local.
934
935         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
936         kill-buffer-hook instead of make-local-variable.
937         (wl-draft-preview-message): Set `local' argument of add-hook as t.
938
939 2004-12-12  Scott Renfro <scott@renfro.org>
940
941         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
942         regex for square-branket.
943
944 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
945
946         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
947         `wl-message-mime-analysis-p' with argument `header'.
948
949 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
950
951         * wl-mime.el (wl-draft-yank-current-message-entity): 
952         Switch to no-mime following method according to wl-message-display-type
953         property.
954         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
955
956         * wl-message.el (wl-message-display-internal): 
957         Put wl-message-display-type property on message buffer.
958
959         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
960         (wl-message-display-internal): Ditto;
961
962         * wl-summary.el (wl-summary-toggle-mime): Ditto.
963
964 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
965
966         * wl-message.el (wl-message-make-display-type): New function.
967         (wl-message-display-type-property): Ditto.
968         (wl-message-mime-analysys-p): Ditto.
969         (wl-message-display-all-header-p): Ditto.
970         (wl-message-redisplay): Removed argument `as-is', `all-header' and
971         added `display-type'.
972         (wl-message-buffer-display): Likewise.
973         (wl-message-display-internal): Likewise.
974         (wl-message-buffer-display-type): Abolish.
975         (wl-message-buffer-prefetch-subr): Follow the API changed.
976
977         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
978         from wl-summary-buffer-display-all-header and changed default value.
979         (wl-summary-message-display-type): New function.
980         (wl-summary-buffer-display-mime-mode): Ditto.
981         (wl-summary-buffer-display-header-mode): Ditto.
982         (wl-summary-toggle-mime): Rewrite with above functions.
983         (wl-summary-toggle-all-header): Ditto.
984         (wl-summary-redisplay): Force redisplay with default mode.
985         (wl-summary-redisplay-internal): Renamed argument from `mode',
986         `all-header' to `mime-mode', `header-mode'.
987         Use `wl-message-make-display-type'.
988
989         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
990         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
991
992 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
993
994         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
995
996 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
997
998         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
999         in original message buffer.
1000         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1001         buffer.
1002
1003 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1004
1005         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1006
1007 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1008
1009         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1010
1011 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1012
1013         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1014         when actions succeeded.
1015         (wl-summary-exec-action-copy): Likewise.
1016
1017 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1018
1019         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1020         there is switch-to-buffer at the end of wl-message-select-buffer.
1021         (wl-summary-reply): Ditto.
1022
1023 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1024
1025         * wl-summary.el (wl-summary-forward): Put subject in original
1026         message buffer as argument of wl-draft-forward.
1027         * wl-draft.el (wl-draft-forward): Decode subject as in
1028         wl-draft-reply.
1029
1030 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1031
1032         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1033         a folder under access group.
1034
1035 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1036
1037         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1038         wl-message-buffer-display.
1039
1040         * wl-util.el (wl-set-save-drafts): Fix typo.
1041
1042 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1043
1044         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1045         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1046         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1047         the way to measure the width of a bitmap image; don't put face on
1048         ascii and bitmap images; put the mark which should not use the
1049         variable-pitch face on ascii and bitmap images.
1050         (wl-demo-setup-properties): Don't use the variable-pitch face on
1051         ascii and bitmap images; made it work on Emacs 20 and earlier.
1052         (wl-demo-insert-text): End with a newline at the bottom; don't put
1053         face on text.
1054
1055         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1056
1057 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1058
1059         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1060
1061         * wl-util.el (wl-save-drafts): Moved from sample setting.
1062         (wl-set-save-drafts): New function to set idle timer.
1063         * wl-draft.el (wl-draft): Call it.
1064         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1065
1066 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1067
1068         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1069         a summary which has toggle display status off.
1070
1071 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1072
1073         * wl-draft.el (wl-draft-do-fcc): No cache save.
1074
1075 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1076
1077         * wl-summary.el (elmo-event-handler-flag-changed): Use
1078         `set-buffer' instead of `with-current-buffer'.
1079
1080 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1081
1082         * wl-summary.el (wl-summary-after-resize-function): New function.
1083         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1084         window-size-change-functions.
1085
1086 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1087
1088         * wl-draft.el (wl-draft-create-buffer): Bind
1089         `change-major-mode-hook' after current buffer is changed.
1090
1091         * wl-summary.el (wl-summary-buffer-detach): New function.
1092         (wl-summary-buffer-set-folder): Call it.
1093         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1094         change-major-mode-hook and kill-buffer-hook.
1095         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1096         (wl-summary-switch-to-clone-buffer): Ditto.
1097         (wl-summary-goto-folder-subr): Ditto.
1098
1099 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1100
1101         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1102         after boundp check.
1103
1104 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1105
1106         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1107         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1108         for `kill-buffer'.
1109
1110         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1111         handler of current buffer from elmo-folder.
1112
1113 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1114
1115         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1116
1117 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1118
1119         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1120         variable.
1121         (wl-summary-event-handler): New class.
1122         (elmo-event-handler-flag-changed): Define to update persistent
1123         mark.
1124         (wl-summary-buffer-set-folder): Register event handler to
1125         elmo-folder.
1126         (wl-summary-exit): Unregister event handler.
1127         (wl-summary-goto-folder-subr): Ditto.
1128         (wl-summary-mark-as-read-all): Does not call
1129         `wl-summary-update-persistent-mark' directly.
1130         (wl-summary-mark-as-read-internal): Ditto.
1131         (wl-summary-set-persistent-mark-internal): Ditto.
1132         (wl-summary-set-flags-internal): Ditto.
1133
1134         * Version number is increased to 2.11.33.
1135
1136 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1137
1138         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1139         to nil.
1140
1141 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1142
1143         * wl-spam.el (wl-spam-setup): Add hook
1144         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1145         instead of `wl-summary-prepare-hook'.
1146
1147         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1148         if folder type is `'flag'.
1149         (wl-summary-mark-as-important): Ditto.
1150
1151 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1152
1153         * wl-address.el (wl-address-minibuffer-history): New variable.
1154         (wl-address-minibuffer-local-map): New keymap.
1155         (wl-address-read-from-minibuffer): New function.
1156
1157         * wl-action.el (wl-summary-get-resend-address): Use
1158         `wl-address-read-from-minibuffer' instead of `completing-read'.
1159
1160 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1161
1162         * Version number is increased to 2.11.32.
1163
1164 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1165
1166         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1167         without mule to iso-8859-1.
1168         (wl-draft-add-in-reply-to): Add note in description.
1169         (wl-draft-add-references): Ditto.
1170
1171 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1172
1173         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1174         definition for `m'.
1175         (wl-summary-mode-line-format): Add '[%m]'.
1176         (wl-message-mode-line-format-spec-alist): Ditto.
1177         (wl-summary-display-mime-mode-list): New variable.
1178
1179         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1180         from wl-summary-buffer-display-as-is.
1181         (wl-summary-buffer-display-all-header): New buffer local variable.
1182         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1183         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1184         instead of wl-summary-buffer-display-as-is.
1185         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1186         (wl-summary-set-persistent-mark): Ditto.
1187         (wl-summary-set-message-buffer-or-redisplay): Just call
1188         `wl-summary-redisplay-internal' without optional arguments.
1189         (wl-summary-toggle-mime): Rewrite.
1190         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1191         (wl-summary-toggle-all-header): New function.
1192         (wl-summary-redisplay-internal): Treat mime mode.
1193
1194         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1195         to wl-mime-preview-follow-no-mime.
1196         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1197         accodring to the display-mode.
1198
1199         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1200         (wl-message-buffer-display): Changed argument name from `as-is' to
1201         `mode'.
1202         (wl-message-display-internal): Ditto;
1203         Bind elmo-mime-display-header-analysis according to the mode.
1204         (wl-message-display-internal): Put wl-message-display-mime-mode
1205         property on entire buffer.
1206
1207 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1208
1209         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1210
1211 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1212
1213         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1214         Don't extract mail address.
1215         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1216
1217         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1218
1219         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1220
1221 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1222
1223         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1224         wl-fldmgr-cut-entity-list on confirmation.
1225
1226 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1227
1228         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1229         (wl-mime-quit-preview): Check existence of
1230         mime-edit-temp-message-buffer here.
1231
1232 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1233
1234         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1235         after deletion.
1236
1237         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1238         before calling wl-mime-quit-preview.
1239
1240 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1241
1242         * wl-summary.el (wl-summary-pick): If call it with prefix
1243         argument, set `delete-marks' as non-nil. Pick from only visible
1244         messages.
1245         (wl-summary-check-target-mark): New function.
1246         (wl-summary-target-mark-mark-as-read): Use it.
1247         (wl-summary-target-mark-mark-as-unread): Ditto.
1248         (wl-summary-target-mark-operation): Ditto.
1249         (wl-summary-target-mark-set-flags): Ditto.
1250         (wl-summary-target-mark-save): Ditto.
1251         (wl-summary-target-mark-pick): Ditto.
1252         (wl-summary-target-mark-forward): Ditto.
1253         (wl-summary-target-mark-reply-with-citation): Ditto.
1254         (wl-summary-target-mark-print): Ditto.
1255         (wl-summary-target-mark-uudecode): Ditto.
1256
1257         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1258         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1259         with `ask-coding' is non-nil.
1260
1261 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1262
1263         * wl-thread.el (wl-thread-set-parent): If parent is a message
1264         which is identified by references, set linked as nil.
1265
1266 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1267
1268         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1269         (wl-message-mode-line-format-spec-alist): Ditto.
1270         (wl-message-mode-line-format): Ditto.
1271         (wl-summary-mode-line-format): Ditto for docstring.
1272         (wl-summary-no-mime-folder-list): Fix typo.
1273
1274         * wl-util.el (wl-current-message-buffer): Call
1275         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1276
1277         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1278         variable.
1279         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1280         of `wl-summary-redisplay-no-mime'.
1281         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1282         (wl-summary-toggle-mime): New function.
1283         (wl-summary-redisplay-all-header): Rewrite.
1284         (wl-summary-redisplay-no-mime): Ditto.
1285         (wl-summary-redisplay-internal): Added argument `as-is' and
1286         `all-header'.
1287
1288         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1289         New variable.
1290         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1291         bottom.
1292         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1293         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1294         "/" unconditionally.
1295
1296         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1297         wl-mime-preview-follow-no-mime for as-is content.
1298         (wl-mime-preview-follow-no-mime): New function.
1299         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1300
1301         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1302         and added `as-is', `all-header'.
1303         (wl-message-buffer-display): Ditto.
1304         (wl-message-buffer-display-type): New function.
1305
1306 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1307
1308         * wl-vars.el (wl-message-header-button-alist): Change default
1309         value.
1310         (wl-message-body-button-alist): Ditto.
1311
1312 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1313
1314         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1315
1316 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1317
1318         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1319
1320 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1321
1322         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1323         is always true.
1324
1325 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1326
1327         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1328         on null entity.
1329
1330 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1331
1332         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1333
1334 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1335
1336         * wl-vars.el (wl-summary-resend-hook): New hook.
1337
1338         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1339         `wl-summary-resend-hook'.
1340
1341 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1342
1343         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1344         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1345         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1346         (wl-summary-new-cached-mark): Changed default value to 'n'.
1347         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1348         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1349         (wl-folder-sync-range-alist): Remove spec for 'flag.
1350         (wl-summary-force-prefetch-folder-list): New user option.
1351
1352         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1353         `wl-summary-toggle-persistent-mark'.
1354         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1355         number is nil.
1356         (wl-summary-mark-as-answered-region): Set interactive argument of
1357         `wl-summary-set-persistent-mark-internal'.
1358         (wl-summary-mark-as-important-region): Ditto.
1359         (wl-summary-unset-persistent-mark): Ditto.
1360         (wl-summary-set-persistent-mark): Ditto.
1361         (wl-summary-mark-as-answered): Ditto.
1362         (wl-summary-mark-as-important): Ditto.
1363         (wl-summary-set-persistent-mark-internal): Do nothing
1364         when `elmo-message-flag-available-p' is nil.
1365         (wl-summary-toggle-persistent-mark): New function.
1366         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1367         when the folder matches `wl-summary-force-prefetch-folder-list'.
1368
1369
1370         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1371         when number is nil.
1372         (wl-highlight-summary-forwarded-face): New face.
1373
1374 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1375
1376         * Version number is increased to 2.11.31.
1377
1378 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1379
1380         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1381         (wl-biff-check-folder-async): Ditto.
1382         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1383
1384 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1385
1386         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1387         Add an argument `reverse'.  All callers are updated.
1388         (wl-summary-sort): Add a prefix argument `reverse' to specify
1389         reverse sorting.
1390         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1391         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1392         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1393
1394 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1395
1396         * wl-message.el (wl-message-redisplay): Does not narrow header if
1397         disply-type is all-header or as-is.
1398
1399         * wl-summary.el (wl-summary-enter-handler): Use
1400         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1401
1402 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1403
1404         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1405         after adding wl-draft-parent-variables.
1406         (wl-draft-forward): Ditto.
1407
1408 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1409
1410         * wl-summary.el (wl-summary-sync-marks): Call
1411         `wl-summary-set-persistent-mark' and
1412         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1413         (wl-summary-set-persistent-mark-internal): Add 4th argument
1414         `no-server'.
1415         (wl-summary-unset-persistent-mark): Ditto.
1416         (wl-summary-set-persistent-mark): Ditto.
1417         (wl-summary-add-flags-internal): Abolish.
1418         (wl-summary-remove-flags-internal): Ditto.
1419         (wl-summary-mark-as-important-internal): Ditto.
1420         (wl-summary-mark-as-important): Use
1421         `wl-summary-set-persistent-mark' instead of
1422         `wl-summary-add-flags-internal'.
1423         (wl-summary-mark-as-important-region): Ditto.
1424
1425         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1426
1427         * wl-summary.el (wl-summary-get-available-flags): New function.
1428         (wl-summary-sync-marks): Use it and simplified.
1429         (wl-summary-unset-persistent-mark): Use
1430         `wl-summary-get-available-flags'.
1431         (wl-summary-set-persistent-mark): Ditto.
1432
1433 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1434
1435         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1436         id.
1437
1438 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1439
1440         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1441         number, call `wl-summary-prev-line-content'. Show message when the
1442         message is not found.
1443
1444 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1445
1446         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1447         wl-summary-enter-handler.
1448         (wl-summary-enter-handler): New command.
1449
1450         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1451         docstring and custom spec.
1452
1453         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1454         flags too; Don't treat Cached and New.
1455         (wl-summary-set-persistent-mark): Ditto.
1456
1457         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1458         `wl-folder-set-flag'.
1459
1460         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1461         instead of `wl-folder-set-flag'.
1462
1463         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1464         for completion.
1465         (wl-summary-set-persistent-mark): Ditto.
1466
1467         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1468         instead of `wl-draft-quit-preview'.
1469
1470         * wl-mime.el (toplevel): Avoid compile warning.
1471         (wl-mime-quit-preview): New function
1472         (formarly defined as `wl-draft-quit-preview').
1473         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1474         quitting method.
1475
1476         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1477
1478         * wl-folder.el (wl-folder-set-flag): Renamed from
1479         `wl-draft-set-flag-on-parent'.
1480
1481         * wl-draft.el (wl-draft-quit-preview): New function.
1482         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1483         (wl-draft-send): Call `wl-folder-set-flag' instead of
1484         `wl-draft-set-flag-on-parent'.
1485         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1486
1487 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1488
1489         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1490         (wl-draft-send): Ditto.
1491
1492 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1493
1494         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1495         (wl-draft-kill-pre-hook): Set default value as nil.
1496         (wl-summary-reply-hook): Ditto.
1497         (wl-draft-kill-flags): Abolish.
1498
1499         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1500         (wl-draft-parent-variables): Renamed from
1501         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1502         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1503         argument; Add wl-draft-parent-variables to
1504         wl-draft-config-variables.
1505         (wl-draft-reply): Likewise.
1506         (wl-draft-kill-flags): Abolish.
1507         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1508         (wl-draft-set-flag-on-parent): New function.
1509         (wl-draft-setup-parent-flag): Ditto.
1510
1511 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1512
1513         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1514         `wl-draft-parent-folder' is "".
1515
1516 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1517
1518         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1519         (wl-summary-digit-jump): New function.
1520         (Adviced by John Owens and Hiroya Murata)
1521
1522         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1523         (Adviced by John Owens)
1524
1525         * wl-xmas.el (wl-message-define-keymap): Ditto.
1526
1527         * wl-mule.el (wl-message-define-keymap): Ditto.
1528
1529 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1530
1531         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1532         change of return value of elmo-folder-count-flags.
1533
1534         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1535         (wl-summary-mark-as-read-internal): Ditto.
1536         (wl-summary-set-persistent-mark-internal): Ditto.
1537         (wl-summary-folder-info-update): Ditto.
1538         (wl-summary-sync-update): Fixed the last change.
1539
1540         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1541
1542 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1543
1544         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1545         (wl-draft-kill-flags): Fixed docstring.
1546
1547         * wl-draft.el (wl-draft-kill-flags): New function.
1548         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1549
1550 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1551
1552         * wl-vars.el (wl-reply-hook): Abolish.
1553         (wl-draft-reply-hook): New hook.
1554         (wl-summary-reply-hook): Ditto.
1555         (wl-draft-forward-hook): Ditto.
1556         (wl-summary-forward-hook): Ditto.
1557         (wl-draft-kill-flags): New variable.
1558
1559         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1560         wl-summary-set-persistent-mark-internal.
1561         (wl-summary-sync-marks): Use elmo-preserved-flags.
1562         (wl-summary-update-persistent-mark): Make it interactive.
1563         (wl-summary-set-persistent-mark-internal): New inline function.
1564         (wl-summary-mark-as-answered): Use it.
1565         (wl-summary-mark-as-unanswered): Ditto.
1566         (wl-summary-unset-persistent-mark): New function.
1567         (wl-summary-set-persistent-mark): Ditto.
1568         (wl-summary-reply): Don't set answered flag;
1569         Run wl-summary-reply-hook instead.
1570         (wl-summary-forward): Call wl-draft-forward with number.
1571         Run wl-summary-forward-hook.
1572
1573         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1574         (wl-highlight-summary-line-face-spec): Use it as a default
1575         persistent mark face.
1576
1577         * wl-draft.el (wl-draft-forward): Added optional argument number;
1578         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1579         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1580         (wl-draft-kill): Use wl-draft-kill-flags.
1581
1582         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1583
1584         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1585         of return value of elmo-folder-count-flags.
1586
1587         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1588
1589         * wl-summary.el (wl-summary-count-unread): Ditto.
1590         (wl-summary-sync-update): Follow the change above.
1591         (wl-summary-force-prefetch): New function.
1592
1593 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1594
1595         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1596         variable `buf' with `let' instead of `setq'.
1597
1598 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1599
1600         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1601         add Content-Disposition heaeder on the deleted part.
1602
1603 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1604
1605         * wl-draft.el (wl-draft-save): Encode address list under edit by
1606         `eword-encode-unstructured-field-body'.
1607
1608         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1609
1610 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1611
1612         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1613         wl-current-summary-buffer.
1614
1615 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1616
1617         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1618         `numbers' is ignored.
1619
1620 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1621
1622         * wl-folder.el (wl-folder-open-folder): Avoid error.
1623         Reported by John Owens, [wl-en:815]
1624
1625         * wl.el (wl): Set timer for biff process even if prefix argument
1626         is given or auto-checking is quitted.
1627
1628         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1629         immediately.
1630         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1631         (wl-toggle-plugged): Ditto.
1632
1633         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1634         * wl-util.el (wl-biff-start): Use idle timer if
1635         `wl-biff-use-idle-timer' is non-nil.
1636
1637 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1638
1639         * wl-highlight.el (wl-highlight-message): Fix description.
1640
1641 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1642
1643         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1644         tty.
1645
1646 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1647
1648         * wl-action.el (wl-summary-exec): Print failure count.
1649
1650 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1651
1652         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1653         to `defun', remove interactive form.
1654         Set elmo-message-fetch-confirm when force-reload is non-nil.
1655
1656 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1657
1658         * wl-summary.el (toplevel): Removed unnecessary autoload.
1659
1660 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1661
1662         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1663         the buffer is generated from another message buffer.
1664
1665 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1666
1667         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1668         extracted from `wl-fldmgr-save-folders'.
1669         (wl-fldmgr-delete): Call it after deletion.
1670
1671 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1672
1673         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1674         multi-tty support.
1675
1676 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1677
1678         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1679
1680 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1681
1682         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1683         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1684
1685 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1686
1687         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1688         unsubscribe list only if argument CLEAR is nil.
1689
1690 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1691
1692         * wl-draft.el (wl-draft-reply): Decode subject before removing
1693         Re: prefix.
1694
1695 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1696
1697         * wl-summary.el (wl-summary-sort-by-size): New command.
1698
1699 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1700
1701         * wl-summary.el (wl-summary-number-list-from-region): New
1702         function.
1703         (wl-summary-mark-as-read-region): Use it.
1704         (wl-summary-mark-as-unread-region): Ditto.
1705         (wl-summary-set-flags-region): Ditto and add optional argument
1706         remove.
1707         (wl-summary-mark-as-answered-region): Ditto.
1708         (wl-summary-mark-as-important-region): Ditto.
1709         (wl-summary-target-mark-mark-as-important): Added optional
1710         argument remove.
1711         (wl-summary-target-mark-mark-as-answered): Ditto.
1712         (wl-summary-target-mark-set-flags): Ditto.
1713
1714 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1715
1716         * wl-summary.el (wl-summary-set-flags-region): Call
1717         `wl-summary-set-flags-internal' with number list instead of call
1718         one by each message.
1719         (wl-summary-target-mark-set-flags): Likewise.
1720
1721 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1722
1723         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1724         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1725         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1726         (wl-summary-target-mark-mark-as-answered): Likewise.
1727
1728 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1729
1730         * wl-summary.el (wl-summary-target-mark-forward): Use
1731         `wl-summary-delete-all-target-marks' instead of
1732         `wl-summary-delete-all-temp-marks'.
1733         (wl-summary-target-mark-reply-with-citation): Ditto.
1734         (wl-summary-target-mark-uudecode): Ditto.
1735         (wl-summary-target-mark-set-flags): Ditto and remove needless
1736         cursor move.
1737
1738 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1739
1740         * wl-summary.el (wl-summary-target-mark-forward): Protect
1741         wl-summary-buffer-target-mark-list from nreverse.
1742         (wl-summary-target-mark-reply-with-citation): Ditto.
1743
1744 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1745
1746         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1747         `elmo-display-progress-threshold'.
1748
1749 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1750
1751         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1752         check `wl-summary-highlight'.
1753         (wl-summary-window-scroll-functions): Respect value of
1754         `wl-summary-highlight'.
1755         (wl-summary-sync-update): Run hooks
1756         `wl-summary-buffer-window-scroll-functions' at any time.
1757
1758 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1759
1760         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1761         from `wl-summary-cleanup-temp-marks'.
1762         (wl-summary-cleanup-temp-marks): Abolish argument.
1763         * wl.el (wl-save-status): Revert previous change.
1764         (wl-execute-temp-marks): New function, call
1765         `wl-summary-exec-with-confirmation'.
1766         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1767         (wl-folder-save-and-exec-marks): Abolished.
1768
1769 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1770
1771         * wl-e21.el (wl-e21-display-image-p): Respect
1772         `wl-highlight-folder-with-icon'.
1773         (wl-e21-highlight-folder-group-line): Highlight mouse line
1774         even if wl-e21-display-image-p is nil.
1775
1776         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1777         Respect value of `wl-summary-highlight'.
1778
1779         * wl.el (wl-save-status): Remove unused variable.
1780
1781         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1782         (wl-folder-mode-map): Bind it to "x".
1783
1784 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1785
1786         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1787
1788         * wl-thread.el (wl-thread-get-parent-list): Don't check
1789         disconnected ancestors, neglecting needless work in
1790         `wl-thread-update-indent-string-thread'.
1791
1792         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1793         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1794         argument, add argument default-keep to keep marks by default.
1795
1796         * Version number is increased to 2.11.30.
1797
1798         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1799         customization type and docstring.
1800         (wl-draft-reply-without-argument-list): Ditto.
1801
1802 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1803
1804         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1805
1806         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1807
1808 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1809
1810         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1811
1812 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1813
1814         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1815         save-excursion so as not to include run-hooks.
1816
1817 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1818
1819         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1820         Clarify that marks are going to be cleared.
1821
1822 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1823
1824         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1825         according to 3rd element of wl-summary-flag-mark.
1826
1827         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1828
1829 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1830
1831         * wl-action.el (wl-summary-target-mark-all): Don't set
1832         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1833
1834 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1835
1836         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1837         (wl-forward-subject-prefix): Ditto.
1838         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1839         (wl-draft-reply-make-subject): Ditto.
1840
1841         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1842         `wl-draft-forward'.
1843         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1844
1845 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1846
1847         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1848         target message does not exist.
1849
1850 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1851
1852         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1853         `wl-subject-prefix-regexp'.
1854         (wl-subject-forward-prefix-regexp): New variable.
1855         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1856         `wl-draft-strip-subject-re' and take regexp as argument.
1857         (wl-draft-forward): Use it.
1858         (wl-draft-reply): Ditto.
1859
1860 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1861
1862         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1863         emacs multi-tty support.
1864
1865 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1866
1867         * wl-e21.el (wl-e21-display-image-p): Don't call
1868         `display-images-p'.
1869         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1870         support.
1871         (wl-highlight-folder-current-line): Ditto.
1872         (wl-folder-init-icons): Ditto.
1873
1874 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1875
1876         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1877         the last line of summary in unplugged mode.
1878
1879 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1880
1881         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1882
1883 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1884
1885         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1886         * wl-address.el (wl-address-user-mail-address-p): Use it.
1887         (wl-address-delete-user-mail-addresses): Ditto.
1888         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1889
1890         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1891         (wl-address-delete-user-mail-addresses): Ditto.
1892
1893         * wl-address.el (wl-address-delete-user-mail-addresses): New
1894         function.
1895         * wl-refile.el (wl-refile-guess-by-history): Use it.
1896         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1897         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1898
1899         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1900         use wl-address-user-mail-address-p.
1901
1902 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1903
1904         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1905         after opening group.
1906
1907 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1908
1909         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1910         of elmo-set-buffer-multibyte.
1911
1912         * wl-message.el (wl-original-message-mode): Ditto.
1913
1914         * wl-score.el (wl-score-insert-header): Ditto.
1915
1916         * wl-summary.el
1917         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1918         (wl-summary-goto-folder-subr): Ditto.
1919         (wl-summary-insert-headers): Ditto.
1920
1921         * wl-util.el (wl-set-string-width): Ditto.
1922
1923         * Version number is increased to 2.11.29.
1924
1925 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1926
1927         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1928         (wl-highlight-summary-line-help-echo-alist): New variable.
1929         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1930         into `wl-highlight-summary-line-help-echo' and
1931         `wl-highlight-flag-folder-help-echo'.
1932         (wl-highlight-summary-line-string): Change accordingly.
1933         (wl-highlight-summary-current-line): Ditto.
1934
1935 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1936
1937         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1938         at the beginning of field body (Thanks to Markus Knittig).
1939
1940         * wl-draft.el (wl-draft-insert-current-message): Also check
1941         summary buffer, remove unnecessary tag.
1942
1943 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1944
1945         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1946         when wl-message-buffer is nil.
1947
1948         * wl-folder.el (wl-folder): Abolish unused argument.
1949         Call wl-folder-init when wl-folder-entity is nil.
1950         * wl.el (wl): Change accordingly.
1951
1952 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1953
1954         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1955         multibyte string before insert into draft buffer.
1956         (wl-draft-create-buffer): Always enable multibyte characters for
1957         draft buffer.
1958
1959         * Version number is increased to 2.11.28.
1960
1961 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1962
1963         * wl-folder.el (wl-folder-open-close): Handle blank line.
1964         (wl-folder-jump-to-current-entity): Ditto.
1965
1966 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1967
1968         * Version number is increased to 2.11.27.
1969
1970 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1971
1972         * wl-thread.el (wl-thread-insert-message): When the thread is
1973         devided by wl-summary-max-thread-depth, insert line at the end of
1974         buffer.
1975
1976 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1977
1978         * Version number is increased to 2.11.26.
1979
1980 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1981
1982         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1983
1984 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1985
1986         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1987         value of stream-type and session.
1988
1989 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1990
1991         * Version number is increased to 2.11.25.
1992
1993 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1994
1995         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1996         in a quit message.
1997
1998 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1999
2000         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2001         (wl-summary-redisplay-no-mime-internal): Ditto.
2002
2003 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2004
2005         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2006         * wl-vars.el (wl-smtp-connection-type): Ditto.
2007
2008 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2009
2010         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2011         for the separator line and quote mail-header-separator.
2012
2013 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2014
2015         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2016         result message.
2017
2018         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2019         `elmo-multiple-fields-body-list' with boundary as
2020         mail-header-separator.
2021
2022 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2023
2024         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2025
2026 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2027
2028         * wl-util.el (wl-list-diff): Remove unused function.
2029
2030         * wl-draft.el (wl-draft-send-confirm): Discard input before
2031         confirmation.
2032
2033 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2034
2035         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2036         order of flag and new.
2037
2038 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2039
2040         * wl-vars.el (wl-refile-policy-alist): Abolished.
2041
2042         * wl-action.el (wl-summary-set-action-refile): Follow the change
2043         above.
2044
2045 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2046
2047         * wl-highlight.el (wl-highlight-signature-search): Don't use
2048         re-search-backward for a long word since it is possible to crash
2049         XEmacs because of a bug.
2050
2051 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2052
2053         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2054
2055 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2056
2057         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2058         argument for wl-summary-sync-force-update.
2059
2060 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2061
2062         * wl-summary.el (wl-summary-mode-map): Revival of
2063         wl-summary-mark-as-important related bindings;
2064         Bind 'F','tF','mF','rF','m&'.
2065         (wl-summary-mark-as-important-region): Revival.
2066         (wl-summary-target-mark-mark-as-important): Ditto.
2067         (wl-summary-target-mark-operation): New function.
2068         (wl-summary-target-mark-mark-as-answered): Use it.
2069         (wl-summary-decide-flag): Don't set Important as default.
2070         (wl-summary-mark-as-important-internal): Revival.
2071         (wl-summary-mark-as-important): Ditto.
2072
2073         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2074
2075         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2076         instead of facep.
2077
2078 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2079
2080         * wl-dnd.el (wl-dnd-drop-func): Fix.
2081
2082         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2083         mouse-set-point instead of posn-point.
2084
2085         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2086
2087         * wl-mule.el (wl-completing-read-multiple): Ditto.
2088
2089 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2090
2091         * wl-demo.el (face-background-name): Defalias to avoid compile
2092         warning.
2093
2094 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2095
2096         * wl-summary.el (wl-summary-decide-flag): Use
2097         wl-completing-read-multiple instead of completing-read-multiple.
2098
2099         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2100         New alias.
2101
2102         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2103         Use face-background-name instead of face-background.
2104
2105         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2106
2107         * wl-summary.el (wl-summary-save): Use it.
2108         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2109
2110         * wl-mime.el (wl-mime-save-content): Fix last change.
2111
2112 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2113
2114         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2115         New function.
2116         (wl-summary-sort-specs): Added sort.
2117         * wl-mime.el (wl-mime-save-content): Expand file name.
2118
2119 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2120
2121         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2122
2123         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2124
2125 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2126
2127         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2128         for flag if it is not defined.
2129
2130 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2131
2132         * wl-e21.el (wl-highlight-folder-current-line): Use
2133         elmo-folder-type-internal when elmo-folder-type returns nil.
2134
2135         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2136
2137         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2138
2139         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2140
2141         * wl-e21.el (wl-summary-toolbar): Ditto.
2142
2143         * wl-vars.el (wl-demo-background-color): Abolished.
2144         (wl-summary-persistent-mark-priority-list): Renamed from
2145         wl-summary-flag-priority-list.
2146         (wl-summary-flag-alist): New user option.
2147         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2148         (wl-message-mode-line-format-spec-alist): Added 'F'.
2149         (wl-message-mode-line-format): Likewise.
2150         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2151         instead of wl-summary-important-mark.
2152         (wl-file-folder-icon): New variable.
2153
2154         * wl-thread.el (wl-thread-set-flags): Renamed from
2155         wl-thread-mark-as-important.
2156
2157         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2158         warning.
2159         (wl-summary-mode-menu-spec): Follow the change of 
2160         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2161         (wl-summary-mode-map): Follow the change of
2162         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2163         (wl-summary-detect-mark-position): Follow the variable name change.
2164         (wl-summary-set-flags-region): New function for the replacement of
2165         wl-summary-mark-as-important-region.
2166         (wl-summary-sync-marks): Sync all global-flags.
2167         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2168         instead of elmo-message-flagged-p.
2169         (wl-summary-persistent-mark-string): Follow the variable name change;
2170         Put wl-summary-flag-mark if the message has global-flag.
2171         (wl-summary-target-mark-set-flags): Renamed from 
2172         wl-summary-target-mark-mark-as-important.
2173         (wl-summary-decide-flag): New function.
2174         (wl-summary-set-flags-internal): Renamed from
2175         wl-summary-mark-as-important-internal.
2176         (wl-summary-add-flags-internal): New function.
2177         (wl-summary-remove-flags-internal): Ditto.
2178         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2179         (wl-summary-mark-as-unimportant): Abolish.
2180         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2181         (wl-summary-next-message): List flagged messages in the msgdb.
2182
2183         * wl-score.el (wl-summary-score-update-all-lines): Use
2184         wl-summary-add-flags-internal instead of 
2185
2186         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2187
2188         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2189         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2190         (wl-message-buffer-require-all-header): Renamed from
2191         wl-message-buffer-all-header-flag (Ditto).
2192         (wl-message-buffer-flag-indicator): New variable.
2193         (wl-message-redisplay): Changed local varibale name from `flag' to
2194         `display-type'; Set up wl-message-buffer-flag-indicator.
2195         (wl-message-buffer-display): Changed varibale name from `flag' to
2196         `display-type'.
2197         (wl-message-display-internal): Likewise.
2198
2199         * wl-highlight.el (wl-highlight-demo-face): Define default background
2200         color.
2201         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2202
2203         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2204
2205         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2206         (wl-demo-setup-properties): Renamed from
2207         `wl-demo-set-background-color'.
2208         (wl-demo): Follow the change above.
2209         
2210         * Version number is increased to 2.11.24.
2211
2212 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2213
2214         * wl-summary.el (wl-summary-toggle-thread): Call
2215         `wl-summary-rescan' with disable-thread as non-nil.
2216         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2217
2218 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2219
2220         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2221         foreground property of the face.
2222         (wl-demo-insert-text): Don't set up face property here.
2223         (wl-demo): Call wl-demo-set-background-color, anyway.
2224
2225 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2226
2227         * wl-vars.el (wl-demo-background-color): The value can be nil.
2228
2229 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2230
2231         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2232         to wl-summary-wheel-dispatcher.
2233
2234         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2235         wl-message-wheel-dispatcher.
2236         (wl-message-wheel-dispatcher): New function.
2237         (wl-summary-wheel-dispatcher): Ditto.
2238
2239 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2240
2241         * wl-action.el (wl-summary-target-mark-all): List messages which are
2242         not in the killed-list.
2243
2244         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2245         only when the folder is 'flag/important.
2246
2247         * wl-address.el (wl-complete-field-body): Complete if the last
2248         character is a space.
2249
2250 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2251
2252         * wl-folder.el (wl-folder-clear-entity-info): Use
2253         elmo-clear-hash-val.
2254
2255         * wl-fldmgr.el (wl-fldmgr-rename): Set
2256         wl-folder-info-alist-modified as t.
2257
2258 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2259
2260         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2261
2262 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2263
2264         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2265         (wl-folder-buffer-last-visited-entity-id): New buffer local
2266         variable.
2267         (wl-folder-revisit-last-visited-folder): New function.
2268         (wl-folder-mode-map): Bind it to "C-i".
2269         (wl-folder-set-current-entity-id): Set last visited folder.
2270         * wl-summary.el (wl-summary-exit): Ditto.
2271
2272 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2273
2274         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2275         before calling `recenter' in order to cope with an XEmacs bug.
2276
2277 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2278
2279         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2280         to the default value.
2281
2282 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2283
2284         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2285         change.
2286         (wl-summary-sync-marks): Ditto.
2287         (wl-summary-mark-as-read-internal): Ditto.
2288         (wl-summary-mark-as-answered-internal): Ditto.
2289         (wl-summary-mark-as-important-internal): Ditto.
2290         (wl-summary-reply): Ditto.
2291
2292         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2293         instead of `elmo-folder-unflag-answered'.
2294
2295         * Version number is increased to 2.11.23.
2296
2297         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2298         the last change.
2299
2300 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2301
2302         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2303         Specify "spam" or "good".
2304
2305 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2306
2307         * wl-spam.el (wl-summary-exec-action-spam): Call
2308         wl-folder-confirm-existence for spam folder.
2309         (wl-spam-setup): Bind "mk".
2310
2311 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2312
2313         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2314
2315 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2316
2317         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2318         destination folder is empty.
2319
2320 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2321
2322         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2323         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2324
2325         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2326         (wl-summary-refile-prev-destination-region): New function.
2327         (wl-thread-refile-prev-destination): Ditto.
2328         (wl-summary-target-mark-refile-prev-destination): Ditto.
2329
2330 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2331
2332         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2333         (wl-demo-background-color): Changed default value.
2334
2335         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2336         color.
2337
2338         * wl-demo.el (wl-demo-set-background-color): New function.
2339         (wl-demo): Call it.
2340
2341 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2342
2343         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2344         * wl-address.el (wl-address-add-or-change): Don't add empty
2345         address.
2346
2347 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2348
2349         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2350
2351 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2352
2353         * wl-vars.el (wl-demo-image-filter-alist): New variable
2354         (wl-demo-background-color): Ditto.
2355
2356         * wl-demo.el (wl-demo-xpm-set-background): New function.
2357         (wl-demo-image-filter): Ditto.
2358         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2359
2360         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2361
2362         * wl-demo.el (wl-demo-icon-name): Define as function.
2363         (wl-demo-insert-image): Use it.
2364
2365 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2366
2367         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2368
2369 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2370
2371         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2372
2373 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2374
2375         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2376
2377 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2378
2379         * wl-thread.el (wl-thread-mark-as-answered): New function.
2380
2381         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2382         answered" entry.
2383         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2384         "r&" and wl-thread-mark-as-answered to "t&".
2385         (wl-summary-mark-as-important-region): Refine to toggle mark.
2386         (wl-summary-mark-as-answered-region): New function.
2387         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2388         and 3rd argument.
2389         (wl-summary-mark-as-important-internal): Likewise.
2390
2391 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2392
2393         * wl-template.el (wl-template-preview): New internal variable.
2394         (wl-template-preview-p): New function.
2395         (wl-template-show): Bind `wl-template-preview' as t.
2396
2397 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2398
2399         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2400         `elmo-message-entity-field' with 3rd argument which is non-nil.
2401
2402 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2403
2404         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2405         Removed duplicate local bind `folder'.
2406
2407 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2408
2409         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2410
2411 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2412
2413         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2414         duplicate definition.
2415
2416 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2417
2418         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2419         non-nil, use it; Don't fetch message if there's no message in the
2420         current cursor position.
2421
2422 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2423
2424         * wl-util.el (wl-region-exists-p): Use region-active-p.
2425         (wl-deactivate-region): New function.
2426         * wl-message.el (wl-message-redisplay): Deactivate region.
2427
2428         * wl-summary.el (wl-summary-reply): Call
2429         `wl-summary-set-message-buffer-or-redisplay' instead of
2430         `wl-summary-redisplay-internal', don't move point.
2431
2432 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2433
2434         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2435         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2436         by regexp.
2437
2438 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2439
2440         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2441         if no need.
2442
2443 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2444
2445         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2446         default value to nil.
2447         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2448         `wl-summary-prepare-hook'; Replace refile action to
2449         `wl-summary-exec-action-refile-with-register'.
2450
2451         * Version number is increased to 2.11.22.
2452
2453 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2454
2455         * wl-summary.el (wl-summary-detect-mark-position): Set
2456         `wl-summary-buffer-weekday-name-lang'.
2457
2458 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2459
2460         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2461         (wl-summary-mark-as-read-all): Ditto.
2462         (wl-summary-delete-messages-on-buffer): Ditto.
2463         (wl-summary-sync-update): Ditto.
2464         (wl-summary-mark-as-read-internal): Ditto.
2465         (wl-summary-mark-as-answered-internal): Ditto.
2466         (wl-summary-update-folder-info): Abolished.
2467
2468 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2469
2470         * wl-summary.el (wl-summary-mark-as-read-all): Use
2471         `wl-summary-update-folder-info' instead of
2472         `wl-folder-update-unread'.
2473
2474 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2475
2476         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2477         `wl-summary-folder-info-update'.
2478         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2479         instead of `wl-summary-folder-info-update'.
2480         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2481         `wl-folder-set-folder-updated'.
2482         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2483         instead of `wl-folder-update-unread'.
2484         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2485         the value of `wl-summary-buffer-unread-count' for the second parameter of
2486         `wl-folder-update-unread'.
2487
2488         * Version number is increased to 2.11.21.
2489
2490 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2491
2492         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2493         a local variable.
2494
2495 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2496
2497         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2498         interactively.
2499
2500         * wl-summary.el (wl-summary-mark-as-important-internal): New
2501         internal function.
2502         (wl-summary-mark-as-important): Use it.
2503         (wl-summary-mark-as-unimportant): New function.
2504         (wl-summary-sync-marks): Follow the API change.
2505
2506         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2507
2508         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2509
2510 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2511
2512         * wl-folder.el (wl-folder-update-unread): Re-indent.
2513         Narrow the scope of a local variable.
2514
2515 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2516
2517         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2518         (wl-addrmgr-merge-entries): Ditto.
2519         (wl-addrmgr): Added to address entry which exists in draft buffer
2520         if no entry is in original.
2521
2522 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2523
2524         * wl-batch.el: New file.
2525
2526 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2527
2528         * wl-vars.el (wl-use-semi): Remove unused variable.
2529
2530 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2531
2532         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2533         "?".
2534
2535 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2536
2537         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2538         wl-summary-new-mark.
2539         (wl-summary-new-cached-mark): New user option.
2540         (wl-summary-score-marks): Follow the change above.
2541         (wl-summary-auto-refile-skip-marks): Ditto.
2542         (wl-summary-incorporate-marks): Ditto.
2543         (wl-summary-expire-reserve-marks): Ditto.
2544
2545         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2546
2547         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2548         (wl-summary-persistent-mark-string): Distinguished between cached
2549         and uncached mark when the message is new.
2550
2551 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2552
2553         * wl-spam.el (wl-spam-domain): Renamed from
2554         `wl-spam-folder-guess-domain'.
2555         (wl-summary-exec-action-spam): Register as spam if domain of the
2556         source folder is good.
2557         (wl-summary-exec-action-refile-with-register): Register message if
2558         domain of the source folder is not undecided.
2559
2560 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2561
2562         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2563         detect thread loop.
2564
2565 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2566
2567         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2568         and wl-summary-skip-mark-list.
2569
2570 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2571
2572         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2573
2574         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2575
2576         * wl-spam.el (toplevel): Require wl-highlight.
2577         (wl-spam-auto-check-policy-alist): Abolish.
2578         (wl-spam-auto-check-folder-regexp-list): New user option.
2579         (wl-spam-auto-check-marks): Ditto.
2580         (wl-spam-mark-action-list): Ditto.
2581         (wl-highlight-summary-spam-face): New face.
2582         (wl-spam-auto-check-message-p): New function.
2583         (wl-spam-map-spam-messages): Fixed message.
2584         (wl-spam-register-spam-messages): Ditto.
2585         (wl-spam-register-good-messages): Ditto.
2586         (wl-summary-spam-map): Add and remove keybind.
2587         (wl-summary-target-mark-spam): Abolish.
2588         (wl-summary-refile-spam): Ditto.
2589         (wl-summary-test-spam): New function.
2590         (wl-summary-mark-spam): Ditto.
2591         (wl-summary-auto-check-spam): Follow the above change.
2592         (wl-summary-exec-action-spam): New function.
2593         (wl-summary-exec-action-refile-with-register): Fixed message.
2594         (wl-message-check-spam): New function.
2595         (wl-spam-setup): Ditto.
2596         (toplevel): Call it if this file is loaded interactivity.
2597
2598         * Version number is increased to 2.11.20.
2599
2600 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2601
2602         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2603         when new optional argument `force' is non nil or modified.
2604
2605 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2606
2607         * wl.el (toplevel): Require wl-spam when compile.
2608         (wl-save-status): Call wl-spam-save-status.
2609
2610         * wl-spam.el (wl-spam-register-spam-messages): New function.
2611         (wl-spam-register-good-messages): Ditto.
2612         (wl-spam-save-status): Ditto.
2613         (wl-summary-mode-map): Bind
2614         wl-summary-target-mark-register-as-spam to "ms" and
2615         wl-summary-target-mark-register-as-good to "mn".
2616         (wl-summary-register-as-spam): Abolish optional argument; Use
2617         wl-spam-register-spam-messages.
2618         (wl-summary-register-as-spam-all): Use
2619         wl-spam-register-spam-messages.
2620         (wl-summary-register-as-good): Abolish optional argument; Use
2621         wl-spam-register-good-messages.
2622         (wl-summary-register-as-good-all): Use
2623         wl-spam-register-good-messages.
2624         (wl-summary-target-mark-register-as-spam): New funtion.
2625         (wl-summary-target-mark-register-as-good): Ditto.
2626
2627 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2628
2629         * wl-spam.el: New file.
2630
2631 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2632
2633         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2634
2635         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2636         (wl-summary-auto-refile): Call wl-refile-guess with
2637         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2638
2639 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2640
2641         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2642         with disable-thread argument non-nil.
2643
2644 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2645
2646         * wl-summary.el (wl-summary-rescan): Added optional argument
2647         disable-thread.
2648         (wl-summary-sync): Call wl-summary-rescan with argument
2649         disable-thread.
2650         (wl-summary-input-range): Added new range `rescan-thread'.
2651
2652 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2653
2654         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2655
2656 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2657
2658         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2659         internal variable.
2660         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2661         wl-summary-search-parent-by-subject-regexp and
2662         wl-summary-divide-thread-when-subject-changed as nil.
2663         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2664         (wl-summary-insert-thread): Search parent entity from
2665         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2666         thread loop.
2667
2668 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2669
2670         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2671
2672         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2673
2674         * wl-util.el (wl-require-update-all-folder-p): New function.
2675         (wl-get-assoc-list-value): Added `function' to match directive.
2676         (wl-collect-draft): Rewrite.
2677
2678         * wl-summary.el (wl-summary-sync-update): Clear faces
2679         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2680         are non-nil.
2681         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2682         argument as function.
2683         (wl-summary-input-range): Ditto.
2684
2685         * wl-folder.el (wl-draft-get-folder): New function.
2686         (wl-folder-get-elmo-folder): Consider draft folder.
2687
2688         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2689         (wl-draft-buffer-message-number): New buffer local variable.
2690         (wl-draft-folder-internal): New internal variable.
2691         (wl-draft-delete): Rewrite.
2692         (wl-draft-save): Ditto.
2693         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2694         wl-folder-get-elmo-folder.
2695         (wl-draft-config-info-operation): Ditto.
2696         (wl-jump-to-draft-folder): Ditto.
2697         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2698         (wl-draft-reedit): Rewrite.
2699
2700         * Version number is increased to 2.11.19.
2701         
2702 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2703
2704         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2705         variable.
2706
2707 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2708
2709         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2710         Use ignore-errors instead of unwind-protect.
2711
2712 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2713
2714         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2715         for updating `wl-thread-entity-list'.
2716
2717 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2718
2719         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2720         parameter from calling `wl-thread-entity-get-older-brothers' and
2721         `wl-thread-entity-get-younger-brothers'.
2722         Replace nested `append' with a single one.
2723
2724 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2725
2726         * wl-summary.el (wl-summary-mode): Don't use the return value of
2727         `make-local-hook'.
2728
2729 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2730
2731         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2732         instead of `let*'.
2733         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2734         of local variables.
2735
2736 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2737
2738         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2739         Renamed from wl-summary-window-scroll-functions.
2740         (wl-summary-window-scroll-functions): Don't set to variable.
2741         (wl-summary-display-top): Use run-hooks.
2742         (wl-summary-display-bottom): Ditto.
2743         (wl-summary-toggle-disp-msg): Ditto.
2744         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2745         Use it instead of wl-summary-window-scroll-functions.
2746         (wl-summary-goto-folder-subr): Don't call
2747         wl-summary-window-scroll-functions, use
2748         wl-summary-buffer-window-scroll-functions instead.
2749
2750 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2751
2752         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2753         make-local-variable.
2754
2755 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2756
2757         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2758         set-buffer-modified-p.
2759         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2760         (wl-summary-display-bottom): Ditto.
2761         (wl-summary-toggle-disp-msg): Ditto.
2762
2763 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2764
2765         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2766
2767         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2768         (wl-summary-forward): Use elmo-message-entity-field instead of
2769         elmo-message-field.
2770
2771         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2772
2773 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2774
2775         * wl-summary.el (wl-summary-window-scroll-functions): No use
2776         `append'.
2777
2778 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2779
2780         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2781         function.
2782         (wl-summary-window-scroll-functions): Call it when both
2783         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2784         (wl-summary-temp-mark): Added optional argument number.
2785         (wl-summary-message-mark): Added optional argument flag.
2786         (wl-summary-persistent-mark): Added optional argument number and flag.
2787         (wl-summary-update-persistent-mark): Ditto.
2788         (wl-summary-update-status-marks): Set "r" for interactive spec.
2789
2790         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2791         argument number and flag.
2792
2793         * wl-action.el (wl-summary-registered-temp-mark): 
2794         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2795
2796 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2797
2798         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2799         internal variable (buffer local).
2800         (wl-summary-window-scroll-functions): New function.
2801         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2802         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2803         as nil.
2804         (wl-summary-update-status-marks): Added arguments beg, end and
2805         check.
2806         (wl-summary-update-mark-window): Use function.
2807         (wl-summary-sync-update): Follow the change above.
2808         (wl-summary-switch-to-clone-buffer): Copy
2809         wl-summary-buffer-unsync-mark-number-list.
2810         (wl-summary-goto-folder-subr): Set
2811         wl-summary-buffer-unsync-mark-number-list and
2812         use wl-summary-window-scroll-functions instead of
2813         wl-summary-lazy-highlight.
2814
2815         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2816
2817 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2818
2819         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2820
2821         * wl-summary.el (wl-summary-update-persistent-mark): Call
2822         wl-summary-set-message-modified.
2823
2824         * wl-summary.el (wl-summary-sync-update): Don't call
2825         wl-summary-update-status-marks.
2826
2827         * Version number is increased to 2.11.18.
2828
2829 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2830
2831         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2832         (wl-message-next-page): Ditto.
2833
2834 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2835
2836         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2837         local variable.  Change the order of a collected list into the
2838         same as the specified range.  Remove nil from a collected list.
2839
2840 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2841
2842         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2843         argument for elmo-folder-list-messages.
2844
2845 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2846
2847         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2848         change (wl-summary-count-unreads return a list instead of a cons
2849         cell).
2850
2851 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2852
2853         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2854         `wl-summary-folder-info-update'.
2855
2856 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2857
2858         * wl-summary.el (wl-summary-set-message-modified): No use
2859         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2860         (wl-summary-set-mark-modified): Abolish.
2861         (wl-summary-mark-modified-p): Ditto.
2862         (wl-summary-save-view): Follow the change above.
2863
2864         * wl-expire.el (wl-summary-expire): Likewise.
2865
2866 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2867
2868         * wl-summary.el (wl-summary-detect-mark-position): Use
2869         modb-entity-handler.
2870         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2871
2872         * Version number is increased to 2.11.17.
2873
2874 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2875
2876         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2877         entity field value.
2878         (wl-summary-prefetch-msg): Ditto.
2879         (wl-summary-print-message-with-ps-print): Ditto.
2880
2881 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2882
2883         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2884         for dummy entity.
2885         (wl-summary-insert-thread): Use elmo-message-entity-field.
2886         (wl-summary-update-thread): Use elmo-message-entity-field and
2887         elmo-message-entity-number.
2888         (wl-summary-line-number):  Use elmo-message-entity-number.
2889         (wl-summary-line-size): Use elmo-message-entity-field.
2890         (wl-summary-line-subject): Ditto.
2891         (wl-summary-line-from): Ditto.
2892         (wl-summary-line-attached): Ditto.
2893         (wl-summary-create-line): Ditto.
2894         (wl-summary-create-line): Use elmo-message-entity-number.
2895         (wl-summary-print-message-with-ps-print): Use
2896         elmo-message-entity-field.
2897
2898 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2899
2900         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2901         change in elmo-msgdb-make-message-entity.
2902         (wl-summary-buffer-set-folder): Don't call
2903         wl-summary-detect-mark-position here.
2904         (wl-summary-rescan): Call elmo-message-entity-number.
2905         (wl-summary-sync-update): Ditto.
2906         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2907
2908         * wl-score.el (wl-score-header-index): Redefine 2th element.
2909         (wl-score-overview-entity-get-extra): Abolish.
2910         (wl-score-ov-entity-get): Rewrite.
2911         (wl-score-string-index<, wl-score-string-func<): Abolish.
2912         (wl-score-string<): New function.
2913         (wl-score-string-sort): Use it.
2914
2915         * wl-refile.el (wl-refile-guess-by-history): Use
2916         elmo-message-entity-field.
2917         (wl-refile-guess-by-from): Ditto.
2918         (wl-refile-guess-by-msgid): Ditto.
2919
2920         * Version number is increased to 2.11.16.
2921
2922 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2923
2924         * wl-folder.el (wl-folder-confirm-existence): Don't call
2925         file-exists-p if msgdb-path is nil.
2926         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2927         `wl-read-folder-hist' to `wl-read-folder-history'.
2928
2929 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2930
2931         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2932         `y-or-n-p'.
2933
2934 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2935
2936         * wl-score.el (wl-score-headers): Don't use
2937         elmo-folder-do-each-message-entity.
2938
2939         * Version number is increased to 2.11.15.
2940
2941 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2942
2943         * wl-summary.el (wl-summary-delete-all-msgs): Use
2944         elmo-folder-move-messages instead of elmo-folder-delete-messages
2945         and elmo-folder-detach-messages.
2946         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2947
2948         * wl-expire.el (wl-expire-delete): Ditto.
2949         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2950
2951 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2952
2953         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2954         (wl-message-header-narrowing-fields): Ditto.
2955         (wl-message-header-narrowing-lines): Ditto.
2956         (wl-message-header-narrowing-string): Ditto.
2957
2958         * wl-summary.el (wl-summary-mode-map): Bind
2959         wl-summary-toggle-header-narrowing to "C-cC-f".
2960         (wl-summary-toggle-header-narrowing): New function.
2961
2962         * wl-message.el (wl-message-buffer-create): Call
2963         wl-message-header-narrowing-setup.
2964         (wl-message-redisplay): Call wl-message-header-narrowing.
2965         (wl-message-header-narrowing): New function.
2966         (wl-message-header-narrowing-map): New keymap.
2967         (wl-message-header-narrowing-widen-map): New keymap.
2968         (wl-message-header-narrowing-again-at-mouse): New function.
2969         (wl-message-header-narrowing-1): Ditto.
2970         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2971         (wl-message-header-narrowing-setup): Ditto.
2972         (wl-message-header-narrowing-toggle): Ditto.
2973         
2974         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2975
2976         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2977         'flag as all.
2978         (wl-use-flag-folder-help-echo): New user option.
2979
2980         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2981         wl-summary-highlight as nil.
2982         (wl-summary-set-mark-modified): Follow the API change.
2983         (wl-summary-mark-modified-p): Ditto.
2984         (wl-summary-mark-as-read-all): Ditto.
2985         (wl-summary-sync-marks): Don't call
2986         elmo-folder-list-messages-with-global-mark.
2987         (wl-summary-mark-as-read-internal): Follow the API change.
2988         (wl-summary-mark-as-answered-internal): Ditto.
2989         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2990         Follow the API change.
2991         (wl-summary-create-line): Call with number argument.
2992         (wl-summary-reply): Follow the API change.
2993
2994         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2995         function.
2996         (wl-highlight-summary-line-string): Call it when
2997         wl-use-flag-folder-help-echo is non-nil.
2998         (wl-highlight-summary-current-line): Ditto.
2999         (elmo-flag-folder-referrer): Added autoload setting.
3000
3001         * wl-draft.el (wl-draft-kill): Follow the API change.
3002
3003         * Version number is increased to 2.11.14.
3004         
3005 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3006
3007         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3008
3009 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3010
3011         * Version number is increased to 2.11.13.
3012
3013 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3014
3015         * wl-draft.el (wl-draft-previous-history-element): Fixed
3016         unbalanced parenthesis and bind unbound local variables.
3017
3018 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3019
3020         * wl-draft.el (wl-draft-previous-history-element): New function.
3021         (wl-draft-next-history-element): Ditto.
3022         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3023         them to M-p and M-n.
3024
3025 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3026
3027         * Version number is increased to 2.11.12.
3028
3029 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3030
3031         * wl-draft.el (wl-draft-hide): Select buffer-window.
3032
3033 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3034
3035         * wl-summary.el (wl-summary-narrow-to-region): New function.
3036         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3037         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3038         (wl-summary-save-region): Use it.
3039         * wl-action.el (wl-summary-collect-numbers-region)
3040         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3041
3042 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3043
3044         * wl-folder.el (wl-folder-count-incorporates): Don't use
3045         `elmo-msgdb-mark-load'
3046
3047         * Version number is increased to 2.11.11.
3048
3049 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3050
3051         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3052         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3053
3054 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3055
3056         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3057
3058 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3059
3060         * Version number is increased to 2.11.10.
3061
3062 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3063
3064         * wl-mime.el (wl-draft-attribute-value): Fixed.
3065
3066 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3067
3068         * wl-util.el (wl-copy-local-variables): New function.
3069
3070         * wl-mime.el (wl-draft-attribute-recipients): New function.
3071         (wl-draft-attribute-envelope-from): Ditto.
3072         (wl-draft-attribute-smtp-posting-server): Ditto.
3073         (wl-draft-attribute-smtp-posting-port): Ditto.
3074         (wl-draft-attribute-value): Ditto.
3075         (wl-draft-preview-message): Use it to get value for
3076         attributes. Reflect result of `wl-draft-config'.
3077
3078         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3079         and call `wl-summary-mark-as-read' before to call
3080         `wl-summary-unset-mark'.
3081         (wl-summary-target-mark-mark-as-unread): Likewise.
3082         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3083
3084 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3085
3086         * wl-mime.el (wl-draft-preview-message): Use actual value for
3087         attributes; Fix for small window.
3088
3089 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3090
3091         * wl-refile.el (wl-refile-get-field-value): Call
3092         `elmo-message-entity-field' with 3rd argument is non-nil.
3093
3094 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3095
3096         * wl-vars.el (wl-draft-preview-attributes): New user option.
3097         (wl-draft-preview-attributes-list): Ditto.
3098         (wl-draft-preview-attributes-buffer-lines): Ditto.
3099         (wl-draft-preview-attributes-buffer-name): Ditto.
3100
3101         * wl-mime.el (wl-draft-preview-message): Display attributes.
3102
3103 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3104
3105         * wl-summary.el (wl-summary-detect-mark-position): Bind
3106         wl-summary-flag-priority-list to '(new).
3107
3108 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3109
3110         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3111         funtion.
3112         (wl-highlight-summary-line-string): Use it.
3113         (wl-highlight-summary-current-line): Ditto.
3114
3115 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3116
3117         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3118         line even when the mark string is not changed.
3119
3120         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3121         argument change in the wl-summary-create-line.
3122         (wl-thread-insert-entity-sub): Ditto.
3123
3124         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3125         argument change in the wl-summary-create-line.
3126         (wl-summary-insert-sequential): Ditto.
3127         (wl-summary-update-thread): Ditto.
3128         (wl-summary-persistent-mark-string): New inline function.
3129         (wl-summary-message-mark): Use it.
3130         (wl-summary-create-line): Abolish argument wl-persistent-mark
3131         and added wl-flags, wl-cached.
3132
3133         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3134         mark to flags.
3135         (wl-highlight-summary-current-line): Decide the face not by the 
3136         persistent mark but flags.
3137
3138 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3139
3140         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3141         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3142         wl-summary-read-uncached-mark): Revive.
3143         (wl-summary-answered-cached-mark,
3144         wl-summary-answered-uncached-mark): New user option.
3145         (wl-summary-score-marks): Follow the change above.
3146         (wl-summary-auto-refile-skip-marks): Ditto.
3147         (wl-summary-incorporate-marks): Ditto.
3148         (wl-summary-expire-reserve-marks): Ditto.
3149         (wl-summary-flag-priority-list): New user option.
3150
3151         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3152         changes.
3153         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3154         of elmo-message-mark.
3155         (wl-summary-mark-as-read-internal): Ditto.
3156         (wl-summary-mark-as-answered): Ditto.
3157         (wl-summary-mark-as-important): Ditto.
3158         (wl-summary-redisplay-internal): Ditto.
3159         (wl-summary-redisplay-no-mime-internal): Ditto.
3160         (wl-summary-message-mark): New function.
3161         (wl-summary-insert-sequential): Use wl-summary-message-mark
3162         instead of elmo-message-mark.
3163         (wl-summary-update-thread): Ditto.
3164         (wl-summary-persistent-mark): Ditto.
3165         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3166         instead of elmo-message-mark.
3167
3168         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3169         wl-summary-message-mark instead of elmo-message-mark.
3170         (wl-thread-insert-entity-sub): Ditto.
3171         (wl-thread-get-children-msgs-uncached): Ditto.
3172
3173         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3174         variable name changes.
3175         (wl-highlight-summary-current-line): Ditto.
3176
3177         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3178         wl-summary-message-mark instead of elmo-message-mark.
3179
3180         * wl-expire.el (wl-expire-message-p): Ditto.
3181
3182         * wl-score.el (wl-score-headers): Ditto.
3183
3184         * Version number is increased to 2.11.9.
3185
3186         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3187         (wl-summary-sync-update): Follow the change above.
3188         (wl-summary-switch-to-clone-buffer): Ditto.
3189         (wl-summary-open-folder): Ditto.
3190
3191 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3192
3193         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3194         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3195
3196         * Version number is increased to 2.11.8.
3197
3198         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3199
3200         * wl-expire.el (wl-expire-refile): Follow the API change on
3201         `elmo-folder-move-messages'.
3202         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3203
3204         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3205         (wl-summary-exec-action-refile): Ditto.
3206         (wl-summary-exec-action-copy): Ditto.
3207         (wl-summary-no-auto-refile-message-p): No use
3208         `wl-summary-buffer-msgdb'.
3209         (wl-summary-auto-refile): Ditto.
3210
3211 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3212
3213         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3214
3215 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3216
3217         * wl-summary.el (wl-summary-sync): Treat no-sync.
3218
3219         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3220         (wl-default-sync-range): Ditto.
3221
3222 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3223
3224         * wl-refile.el (wl-refile-subject-learn): Call
3225         `elmo-message-entity-field' with 3rd argument is non-nil.
3226         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3227         instead of `elmo-msgdb-overview-entity-get-subject'.
3228
3229 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3230
3231         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3232         scan-type is rescan.
3233         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3234         new optional argument force is non-nil.
3235         (wl-summary-save-view-cache): Call it with force argument non-nil.
3236
3237         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3238
3239 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3240
3241         * wl-action.el (wl-summary-print-argument): Fixed last change.
3242
3243 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3244
3245         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3246         simplified.
3247         (wl-summary-target-mark-mark-as-unread): Likewise.
3248         (wl-summary-target-mark-mark-as-important): Likewise.
3249
3250 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3251
3252         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3253         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3254         (wl-summary-mark-as-important-region): Change accordingly.
3255         (wl-summary-target-mark-mark-as-important): Ditto.
3256
3257 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3258
3259         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3260
3261         * wl-action.el (wl-summary-print-argument): Print argument to
3262         right side of window if `wl-summary-print-argument-within-window'
3263         is non-nil.
3264
3265 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3266
3267         * wl-action.el (wl-summary-set-mark): Use
3268         `wl-summary-message-visible-p' to check visibility of the message
3269         and jump to message only when the message line is visible and have
3270         different number; Call wl-summary-unset-mark with number argument.
3271         (wl-summary-unset-mark): 
3272         Use `wl-summary-message-visible-p'
3273         to check visibility of the message and jump to message only when
3274         the message line is visible and have different number;
3275
3276 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3277
3278         * Version number is increased to 2.11.7.
3279
3280         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3281         and wl-folder-summary-line-format.
3282
3283         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3284         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3285         (wl-summary-set-score-mark): Use it.
3286         (wl-summary-target-mark-mark-as-read): Ditto.
3287         (wl-summary-target-mark-mark-as-unread): Ditto.
3288         (wl-summary-target-mark-mark-as-important): Ditto.
3289         (wl-summary-target-mark-msgs): Simplified.
3290         (wl-summary-detect-mark-position): Fixed problem when
3291         summary-line-format no contain persisten/temp mark spec.
3292         (wl-summary-temp-mark): Ditto.
3293         (wl-summary-persistent-mark): Ditto.
3294         (wl-summary-update-persistent-mark): Ditto.
3295
3296         * wl-action.el (wl-summary-set-mark): Ditto.
3297         (wl-summary-unset-mark): Ditto.
3298         All other related portions are changed.
3299
3300 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3301
3302         * Version number is increased to 2.11.6.
3303
3304 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3305
3306         * wl-util.el (wl-current-message-buffer): Define as function;
3307         Don't use the value of wl-messge-buffer.
3308
3309         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3310         persistent mark.
3311
3312         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3313         no current message, cause an error.
3314
3315 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3316
3317         * wl-summary.el (wl-summary-set-message-modified): Use
3318         elmo-folder-set-message-modified instead of
3319         elmo-folder-set-message-modified-internal.
3320
3321 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3322
3323         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3324         interactively.
3325         (wl-summary-sync): nokill->entirely.
3326         (wl-summary-sync-marks): Fixed message.
3327         (wl-summary-input-range): Added mark, nokill->entirely.
3328
3329         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3330         messages as read.
3331
3332 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3333
3334         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3335         update-noscore.
3336         (wl-summary-sync): Follow the change above.
3337
3338 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3339
3340         * wl-action.el (wl-summary-target-mark-all): Use
3341         elmo-folder-list-messages.
3342
3343 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3344
3345         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3346         (wl-summary-rescan): Set wl-summary-scored as nil.
3347         (wl-summary-sync-force-update): Follow the change above.
3348         (wl-summary-sync): Ditto.
3349         (wl-summary-sync-update): Added argument disable-killed.
3350         (wl-summary-insert-headers): Set visible-only argument for
3351         elmo-folder-list-messages.
3352         (wl-summary-input-range): Added update-nokill, update-noscore,
3353         all-nokill, all-noscore and mark.
3354
3355         * Version number is increased to 2.11.5.
3356
3357         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3358
3359 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3360
3361         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3362         (wl-summary-prefetch-region-no-mark): Change accordingly.
3363         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3364
3365 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3366
3367         * wl-address.el (wl-complete-field-to): Abolished.
3368         (wl-complete-address): Completion function for completing-read.
3369         * wl-action.el (wl-summary-get-resend-address): Use it.
3370
3371         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3372         wl-summary-update-mark and abolish unused argument.
3373         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3374         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3375         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3376         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3377         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3378         * wl-draft.el (wl-draft-kill): Ditto.
3379
3380         * wl-summary.el: Remove unused binding of case-fold-search.
3381         (wl-summary-replace-status-marks): Abolished.
3382
3383 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3384
3385         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3386         is specified or folder length is zero.
3387
3388 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3389
3390         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3391         (wl-folder-archive-current-entity): Ditto.
3392
3393 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3394
3395         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3396         retrieving message mark.
3397         (wl-summary-redisplay-internal): Ditto.
3398
3399         * wl-message.el (wl-message-buffer-display): Ignore errors while
3400         retrieving message-id field.
3401
3402         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3403         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3404         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3405         order of the arguments for `wl-expire-message-p'.
3406         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3407
3408         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3409         Check return value of wl-summary-reply.
3410         (wl-summary-reply): Recover window configuration when an error occured.
3411
3412 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3413
3414         * wl-summary.el (wl-summary-resend-message): Abolished, the
3415         feature is inherited by wl-summary-resend (put resend mark).
3416
3417 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3418
3419         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3420         wl-message-buffer to nil when the message is hide.
3421
3422 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3423
3424         * .cvsignore: New file.
3425
3426 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3427
3428         * wl-action.el (wl-summary-action-docstring): Add more info.
3429         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3430         duplicate definition.
3431         (wl-summary-define-mark-action): Functions wl-summary-*-region
3432         keep current position.
3433         (wl-summary-unregister-target-mark): Store result to the variable.
3434
3435 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3436
3437         * Version number is increased to 2.11.4.
3438
3439 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3440
3441         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3442         wl-summary-delete-all-temp-marks.
3443         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3444
3445         * wl-action.el (wl-summary-set-mark): Changed terminology
3446         refile-destination -> action-argument.
3447         (wl-summary-unset-mark): Ditto.
3448         (wl-summary-remove-argument): Ditto.
3449         (wl-summary-print-argument): Ditto.
3450
3451         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3452         (wl-thread-remove-argument-region): Ditto.
3453         (wl-thread-print-argument-region): Ditto.
3454         (wl-thread-close): Ditto.
3455         (wl-thread-open): Ditto.
3456
3457         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3458         (wl-highlight-refile-destination-face is abolished)
3459         (wl-highlight-action-argument-string): Ditto.
3460         (wl-highlight-summary-current-line): Highlight action argument.
3461
3462         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3463         color for light backgrounds.
3464         (wl-highlight-summary-answered-face): Ditto.
3465
3466 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3467
3468         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3469
3470         * wl-score.el (wl-summary-score-update-all-lines): Use
3471         wl-summary-set-mark.
3472         (wl-summary-score-update-all-lines): Kill expunged messages.
3473
3474         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3475
3476 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3477
3478         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3479         directly.
3480         (wl-score-overview-entity-get-lines): Ditto.
3481         (wl-score-overview-entity-get-xref): Ditto.
3482         (wl-score-get-latest-msgs): Ditto.
3483         (wl-summary-rescore): Ditto.
3484
3485         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3486         to "&".
3487         (wl-summary-mark-as-answered-internal): New inline function.
3488         (wl-summary-mark-as-answered): New function.
3489         (wl-summary-mark-as-unanswered): Ditto.
3490         (wl-summary-sync-marks): Modified for answered-mark synching.
3491
3492 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3493
3494         * wl-action.el (wl-summary-set-mark): Fixed last change.
3495
3496 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3497
3498         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3499         behavior of wl-summary-unread-message-hook
3500         (Pointed out by akira yamada <akira@arika.org>).
3501
3502 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3503
3504         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3505         wl-summary-delete.
3506         * wl-xmas.el (wl-summary-toolbar): Ditto.
3507
3508         * wl-action.el (wl-summary-set-mark): Don't override current
3509         temp-mark.
3510
3511         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3512
3513 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3514
3515         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3516         (wl-refile-msgid-learn): Ditto.
3517         (wl-refile-get-field-value): Ditto.
3518
3519         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3520
3521         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3522         (wl-expire-delete-reserved-messages): Renamed from
3523         wl-expire-reserve-marked-msgs-from-list.
3524         (wl-expire-delete): Removed argument `msgdb'.
3525         (wl-expire-refile): Ditto.
3526         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3527         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3528         mark-alist as argument.
3529         (wl-expire-archive-number1): Removed argument `msgdb'.
3530         (wl-expire-archive-number2): Ditto.
3531         (wl-expire-archive-date): Ditto.
3532         (wl-expire-localdir-date): Ditto.
3533         (wl-expire-hide): Ditto.
3534         (wl-archive-number1): Ditto.
3535         (wl-archive-number2): Ditto.
3536         (wl-archive-date): Ditto.
3537         (wl-archive-folder): Ditto.
3538         All other related portions are changed.
3539
3540 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3541
3542         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3543         mean move up and down. (suggested by Takashi Kawachi)
3544
3545 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3546
3547         * wl-acap.el (toplevel): Don't require un-define.
3548
3549 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3550
3551         * wl-thread.el (wl-thread-delete-message): Always update
3552         wl-summary-buffer-number-list.
3553
3554         * wl-action.el (wl-summary-print-destination): 
3555         Do nothing when folder is nil.
3556
3557 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3558
3559         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3560         persistent mark when prefetch is succeeded.
3561
3562 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3563
3564         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3565         instead of elmo-msgdb-delete-msgs.
3566         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3567         (wl-expire-hide): Ditto.
3568
3569         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3570
3571         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3572         elmo-msgdb interface.
3573         (wl-thread-get-exist-children): Likewise.
3574         (wl-thread-insert-message): Likewise.
3575         (wl-thread-msg-mark-as-important): Likewise.
3576         (wl-thread-insert-entity-sub): Likewise.
3577         (wl-thread-get-children-msgs-uncached): Likewise.
3578
3579         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3580         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3581         (wl-summary-sync-update): Likewise.
3582         (wl-summary-auto-select-msg-p): Likewise.
3583         (wl-summary-update-thread): Likewise.
3584         (wl-summary-mark-as-important): Likewise.
3585         (wl-summary-jump-to-msg-internal): Likewise.
3586         (wl-summary-redisplay-internal): Likewise.
3587         (wl-summary-print-message-with-ps-print): Likewise.
3588         (wl-summary-folder-info-update): Likewise.
3589
3590         * wl-folder.el (wl-folder-check-one-entity):
3591         elmo-folder-count-flags instead of wl-summary-count-unread.
3592
3593         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3594
3595         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3596
3597         * wl-summary.el (wl-summary-set-message-modified): 
3598         Call wl-summary-set-mark-modified.
3599         (wl-summary-delete-messages-on-buffer): Call
3600         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3601         (wl-summary-sync-update): Call elmo-folder-length instead of
3602         elmo-folder-messages.
3603         (wl-summary-insert-headers): Don't call
3604         elmo-folder-list-message-entities.
3605
3606 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3607
3608         * wl-action.el (wl-summary-define-mark-action): Call
3609         `wl-summary-set-mark' with argument `data'.
3610         (wl-summary-auto-refile): Fixed order of arguments when call
3611         `wl-summary-refile'.
3612
3613 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3614
3615         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3616
3617         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3618
3619         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3620         (Renamed from wl-highlight-summary-deleted-face).
3621         (wl-highlight-summary-resend-face): New face.
3622
3623         (wl-highlight-summary-deleted-face): Renamed from
3624         wl-highlight-summary-erased-face.
3625
3626         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3627
3628         * wl-action.el (wl-summary-get-resend-address): New function.
3629         (wl-summary-exec-action-resend): Ditto.
3630         (wl-summary-exec-action-resend-subr): Ditto.
3631
3632         * w-thread.el (wl-thread-copy): Removed definition.
3633         (wl-thread-refile): Ditto.
3634         (wl-thread-delete): Ditto.
3635         (wl-thread-target-mark): Ditto.
3636
3637         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3638         (wl-summary-target-mark-set-action): Fixed.
3639         (wl-summary-define-mark-action): Fixed quotation.
3640         (wl-summary-move-mark-list-messages): Display message.
3641         (wl-summary-define-mark-action): Define thread functions.
3642         (wl-summary-exec-action-refile): Changed message.
3643         (wl-summary-exec): Ditto.
3644
3645 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3646         
3647         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3648         '%%'.
3649
3650 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3651
3652         * wl.el (toplevel): Require wl-action.
3653         (wl-init): Call wl-summary-define-mark-action.
3654
3655         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3656
3657         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3658         wl-summary-delete and wl-summary-erase.
3659         (wl-summary-mode-map): Ditto.
3660
3661         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3662         wl-delete-folder-alist.
3663
3664         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3665         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3666         (toplevel): Moved mark & action related functions to the wl-action.el.
3667
3668         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3669         in wl-summary-mark-action-list.
3670         (wl-highlight-summary-current-line): Ditto.
3671
3672         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3673         empty lines.
3674
3675         * wl-action.el: New file. 
3676
3677 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3678
3679         * wl-summary.el (wl-summary-target-mark-replace): New function.
3680         (wl-summary-target-mark-prefetch): Use it.
3681         (wl-summary-target-mark-delete): Ditto.
3682         (toplevel): Rearranged definition order.
3683         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3684         (wl-summary-target-mark-erase): Rewrite.
3685         (wl-summary-erase-region): New function.
3686         (wl-summary-exec-action-erase): Changed message.
3687         (wl-summary-move-mark-list-messages): New function.
3688         (wl-summary-exec-action-delete): Use it.
3689         (wl-summary-exec-action-erase): Ditto.
3690
3691         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3692         (wl-summary-skip-mark-list): Added "d".
3693
3694         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3695         while searching.
3696
3697         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3698         and define using defcustom;
3699         Define 4th element as a face.
3700         
3701         * wl-summary.el (wl-summary-incorporate): Use 
3702         `wl-summary-prefetch-region-no-mark' instead of
3703         `wl-summary-prefetch-region'.
3704         (wl-summary-prefetch-region-no-mark): Revival of old
3705         `wl-summary-prefetch-region'.
3706         (wl-summary-mark-action-list): Moved to wl-vars.el
3707
3708         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3709         face according to the `wl-summary-mark-action-list'.
3710         (wl-highlight-summary-current-line): Ditto;
3711         Removed destination highlighting.
3712
3713         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3714         (wl-highlight-summary-line-string): Highlight for "i" mark.
3715         (wl-highlight-summary-current-line): Ditto.
3716
3717         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3718         no destination.
3719
3720         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3721         exists, just go ahead.
3722         (wl-summary-prefetch-region): Rewrite.
3723         (wl-summary-prefetch): Ditto.
3724         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3725         (wl-summary-exec-action-prefetch): New function.
3726         (wl-summary-target-mark-prefetch): Rewrite.
3727
3728 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3729
3730         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3731         (wl-highlight-summary-line-string): Added "d" and "D".
3732         (wl-highlight-summary-current-line): Ditto.
3733
3734         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3735         in wl-summary.el.
3736         (wl-thread-insert-entity-sub): Ditto.
3737         (wl-thread-remove-destination-region): Ditto.
3738         (wl-thread-print-destination-region): Ditto.
3739
3740         * wl-summary.el (wl-summary-buffer-refile-list,
3741         wl-summary-buffer-delete-list,
3742         wl-summary-buffer-copy-list): Abolish.
3743         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3744         All other related portions are changed.
3745         (wl-summary-mark-action-list): New variable.
3746         (wl-summary-set-mark): New function.
3747         (wl-summary-register-target-mark): Ditto.
3748         (wl-summary-unregister-target-mark): Ditto.
3749         (wl-summary-have-target-mark-p): Ditto.
3750         (wl-summary-register-temp-mark): Ditto.
3751         (wl-summary-unregister-temp-mark): Ditto.
3752         (wl-summary-registered-temp-mark): Ditto.
3753         (wl-summary-collect-temp-mark): Ditto.
3754         (wl-summary-unset-mark): Ditto.
3755         (wl-summary-set-target-mark): Ditto.
3756         (wl-summary-unset-target-mark): Ditto.
3757         (wl-summary-set-action-generic): Ditto.
3758         (wl-summary-unset-action-generic): Ditto.
3759         (wl-summary-exec-action-delete): Ditto.
3760         (wl-summary-exec-action-erase): Ditto.
3761         (wl-summary-set-action-refile): Ditto.
3762         (wl-summary-set-action-refile-subr): Ditto.
3763         (wl-summary-unset-action-refile): Ditto.
3764         (wl-summary-make-destination-numbers-list): Ditto.
3765         (wl-summary-exec-action-refile): Ditto.
3766         (wl-summary-set-action-copy): Ditto.
3767         (wl-summary-unset-action-copy): Ditto.
3768         (wl-summary-exec-action-copy): Ditto.
3769         (wl-summary-collect-numbers-region): Ditto.
3770         (wl-summary-delete): Rewrite.
3771         (wl-summary-erase): Ditto.
3772         (wl-summary-remove-destination): Ditto.
3773         (wl-summary-exec): Ditto.
3774         (wl-summary-exec-region): Ditto.
3775         (wl-summary-target-mark-erase): Ditto.
3776         (wl-summary-refile): Ditto.
3777         (wl-summary-copy): Ditto.
3778         (wl-summary-unmark): Ditto.
3779         (wl-summary-delete-all-mark): Ditto.
3780         (wl-summary-mark-line): Don't highlight.
3781         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3782         (wl-summary-target-mark-refile-subr): Rewrite.
3783
3784         (wl-summary-copy-prev-destination): Abolish.
3785
3786 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3787
3788         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3789         default values along the value of wl-on-mule.
3790         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3791         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3792         It is not used anywhere.
3793
3794 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3795
3796         * wl-summary.el (wl-summary-print-destination): Keep position.
3797         (wl-summary-cursor-move-surface): Keep horizontal position.
3798
3799 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3800
3801         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3802         write sendlog.
3803
3804 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3805
3806         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3807         `wl-summary-highlight'.
3808
3809 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3810
3811         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3812         trivial condition for temp-mark.
3813
3814 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3815
3816         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3817         when it hits killed buffer.
3818
3819 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3820
3821         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3822         * wl-news.el.in: `message' and `error' take format string.
3823
3824 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3825
3826         * wl-folder (wl-folder-insert-entity): Display a message,
3827         `...done', when the work finish.
3828         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3829
3830 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3831
3832         * wl-message.el (wl-message-redisplay): Remove unused local
3833         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3834
3835 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3836
3837         * wl-summary.el (wl-summary-replace-status-marks): Disable
3838         interactive use.
3839         (wl-summary-reedit): Check message existence at first.
3840         (wl-summary-mark-line): Fix doc, return value is indefinite.
3841
3842         * wl-highlight.el (wl-highlight-message): Arranged.
3843
3844         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3845         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3846         check temp-mark by wl-summary-temp-mark always.
3847         (wl-highlight-summary): Change accordingly.
3848         * wl-summary.el (wl-summary-mark-as-read-all)
3849         (wl-summary-delete-cache, wl-summary-set-score-mark)
3850         (wl-summary-mark-as-unread, wl-summary-unmark)
3851         (wl-summary-mark-line, wl-summary-mark-as-read)
3852         (wl-summary-mark-as-important): Ditto.
3853
3854         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3855         end of the window if possible.
3856         * wl-summary.el (wl-summary-sync-update): Support lazy
3857         highlighting.
3858         (wl-summary-toggle-disp-msg): Ditto.
3859
3860 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3861
3862         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3863
3864 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3865
3866         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3867         change.
3868
3869 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3870
3871         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3872         API.
3873         (wl-summary-sync-update): Ditto.
3874
3875         * wl-score.el (wl-score-get-score-alist): Changed argument.
3876         (wl-summary-rescore-msgs): Likewise.
3877         (wl-summary-score-headers): Likewise.
3878         (wl-score-headers): Likewise;
3879         Use elmo-folder-do-each-message-entity, etc.
3880         (wl-summary-score-effect): Follow the changes above.
3881         (wl-summary-rescore): Ditto.
3882         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3883         (wl-score-get-overview): Abolish.
3884
3885         * wl-summary.el (wl-summary-default-from): Follow the API change in
3886         elmo-msgdb.
3887         (wl-summary-count-unread): Ditto.
3888         (wl-summary-detect-mark-position): Ditto.
3889         (wl-summary-overview-entity-compare-by-date): Ditto.
3890         (wl-summary-overview-entity-compare-by-number): Ditto.
3891         (wl-summary-overview-entity-compare-by-from): Ditto.
3892         (wl-summary-overview-entity-compare-by-subject): Ditto.
3893         (wl-summary-get-list-info): Ditto.
3894         (wl-summary-rescan): Ditto.
3895         (wl-summary-jump-to-msg-by-message-id): Ditto.
3896         (wl-summary-sync-update): Ditto; Removed comment.
3897         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3898         (wl-summary-insert-message): Use wl-summary-insert
3899         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3900         (wl-summary-insert-headers): Changed argument overview to folder.
3901         (wl-summary-search-by-subject): Likewise.
3902         (wl-summary-insert-thread): Renamed from 
3903         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3904
3905         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3906         too.
3907
3908         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3909         wl-string-member.
3910
3911 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3912
3913         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3914         elmo-folder-append-buffer.
3915         (wl-draft-queue-append): Likewise.
3916
3917         * wl-mime.el (wl-message-delete-current-part): Ditto.
3918         (wl-summary-burst-subr): Ditto.
3919
3920         * wl-news.el.in (wl-news-send-news): Ditto.
3921
3922 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3923
3924         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3925         function.
3926         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3927         (wl-summary-update-mark): Enclose with save-excursion.
3928         (wl-summary-mark-as-read-internal): Fixed last change.
3929         (wl-summary-mark-as-important): Use 3rd argument of
3930         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3931         Don't use elmo-msgdb-set-mark.
3932         (wl-summary-redisplay-internal): If msgdb flag is already read,
3933         just update the mark on buffer.
3934
3935 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3936
3937         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3938         cut visible folder when elmo-folder-delete returns non-nil value.
3939
3940 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3941
3942         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3943         by Kenichi OKADA <okada@opaopa.org>).
3944
3945 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3946
3947         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3948
3949 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3950
3951         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3952         Fixed the last change, search group entity by its real name.
3953         (Thanks to: KOBAYASHI Shinji)
3954
3955 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3956
3957         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3958         (wl-fldmgr-access-display-all): Don't refer visible name.
3959         * wl-expire.el (wl-folder-archive-current-entity)
3960         (wl-folder-expire-current-entity): Ditto.
3961         * wl-folder.el (wl-folder-jump-to-current-entity)
3962         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3963         (wl-folder-open-folder-sub,wl-folder-open-all)
3964         (wl-folder-write-current-folder): Ditto.
3965         (wl-folder-insert-entity): Don't use petname for normal group.
3966         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3967         is the real name.
3968         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3969         Abolished.
3970
3971 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3972
3973         * wl-draft.el (wl-draft-create-buffer): Add
3974         `wl-summary-reply-with-citation'
3975
3976 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3977
3978         * wl-draft.el (wl-draft-reply): Fixed.
3979
3980 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3981
3982         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3983         when `wl-draft-send-confirm-with-preview' is non-nil.
3984         You can scroll up/down by j/k.
3985         (wl-draft-send-confirm-with-preview): New variable (default=t).
3986
3987 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3988
3989         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3990         (wl-fldmgr-save-folders): Fix comment.
3991
3992 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3993
3994         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3995         along the last change in `wl-folder-buffer-group-p'.
3996
3997 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3998
3999         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4000         folder.
4001
4002         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4003         the default value.
4004
4005         * wl-mime.el (wl-summary-burst): Update summary only when target
4006         folder equals current folder.
4007
4008 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4009
4010         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4011
4012 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4013
4014         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4015         value.
4016
4017 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4018
4019         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4020         `map-extents' instead of `extent-at' repeatedly.
4021         (wl-highlight-folder-current-line): Ditto.
4022
4023         * wl-highlight.el: Remove useless dummy functions.
4024
4025 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4026
4027         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4028         (wl-folder-put-folder-property): New function to put text property.
4029         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4030         (wl-folder-insert-entity, wl-folder-update-diff-line)
4031         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4032         * wl-e21.el, wl-xmas.el, wl-mule.el
4033         (wl-highlight-folder-current-line): Ditto.
4034         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4035         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4036         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4037         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4038
4039 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4040
4041         * Version number is increased to 2.11.3.
4042
4043 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4044
4045         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4046         Resume current-buffer since it is assumed by remaining tasks.
4047
4048 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4049
4050         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4051         (wl-folder-completion-function): Abolished.
4052         (wl-folder-complete-folder): New function.
4053         (wl-folder-complete-filter-condition): Ditto.
4054         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4055         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4056
4057 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4058
4059         * wl-draft.el (wl-draft-send-confirm): New function.
4060         (wl-draft-send): Use it.
4061
4062         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4063         cursor-in-echo-area while confirming.
4064
4065         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4066
4067         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4068         searching via nntp if wl-summary-search-via-nntp is 'force.
4069         Otherwise, invoke searching in nntp folder only.
4070         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4071
4072         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4073         explicitly for mime-make-text-tag.
4074
4075 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4076
4077         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4078         `mime-make-text-tag' instead of `mime-create-tag'.
4079
4080 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4081
4082         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4083         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4084
4085 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4086
4087         * wl-score.el (wl-score-save): Bind print-length and print-level.
4088         (wl-score-pretty-print): Ditto.
4089         (wl-score-edit-insert-header-entry): Ditto.
4090
4091         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4092         "From" entry to be treated with wl-draft-eword-encode-address-list.
4093         * wl-mime.el (wl-draft-preview-message): Ditto.
4094
4095         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4096         (wl-summary-mark-as-unread): Ditto.
4097         (wl-summary-mark-as-read-region): Change accordingly.
4098         (wl-summary-mark-as-unread-region): Ditto.
4099         (wl-summary-target-mark-mark-as-read): Ditto.
4100         (wl-summary-target-mark-mark-as-unread): Ditto.
4101
4102 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4103
4104         * Version number is increased to 2.11.2.
4105
4106 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4107
4108         * wl-news.el.in (wl-news-previous-version-save): Bind
4109         print-length and print-level.
4110         * wl-thread.el (wl-thread-save-entities): Ditto.
4111         (wl-thread-save-top-list): Bind print-length.
4112
4113 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4114
4115         * wl-highlight.el (wl-highlight-summary-line-string): Use
4116         wl-summary-score-below-mark, wl-summary-score-over-mark.
4117         (wl-highlight-summary-current-line): Ditto.
4118
4119 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4120
4121         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4122         insert it.
4123
4124 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4125
4126         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4127
4128 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4129
4130         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4131         message without msgid.
4132         Rewrite with elmo-folder-move-messages.
4133         Set wl-message-buffer to nil.
4134
4135         * wl-summary.el (wl-summary-erase-subr): New function. Use
4136         elmo-folder-move-messages.
4137         (wl-summary-erase): Call it.
4138         (wl-summary-target-mark-erase): Ditto.
4139
4140 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4141
4142         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4143         it is not up-tp-date.
4144
4145 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4146
4147         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4148         buffer after calling `wl-summary-goto-folder-subr' without the
4149         argument `interactive'.
4150         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4151
4152 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4153
4154         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4155         `mime-create-tag'. Use `string=' instead of `looking-at'.
4156
4157 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4158
4159         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4160         to avoid compile warning.
4161
4162         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4163         entity-id when folder is given.
4164         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4165         save-excursion, use save-selected-window instead.
4166         Select folder buffer window if exists.
4167         (To correct behavior with wl-folder-move-cur-folder.)
4168
4169 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4170
4171         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4172
4173 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4174
4175         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4176         list-count instead of %d.
4177
4178 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4179
4180         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4181         (wl-news): Set it.
4182         (wl-news-append-to-folder): Use it.
4183
4184         * wl-news.el.in (wl-news-send-news): Append to specified folder
4185         instead of wl-default-folder.
4186         (wl-news-append-to-folder): Show error message with specified folder.
4187
4188         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4189                 In most major modes, Emacs assumes that any opening
4190                 delimiter found at the left margin is the start of a
4191                 top-level definition, or defun. Therefore, *never put an
4192                 opening delimiter at the left margin unless it should have
4193                 that significance.*
4194
4195         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4196
4197 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4198
4199         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4200
4201 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4202
4203         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4204
4205 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4206
4207         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4208         for sequential numbering case.
4209
4210 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4211
4212         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4213         value.
4214         (wl-draft-reply-without-argument-list): Ditto.
4215         (wl-draft-reply-myself-with-argument-list): Abolish.
4216         (wl-draft-reply-myself-without-argument-list): Ditto.
4217         * wl-draft.el (wl-draft-self-reply-p): New function.
4218         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4219
4220 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4221
4222         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4223         (avoid error for the case without byte-compiling)
4224
4225 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4226
4227         * wl-news.el.in (wl-news-append-to-folder): New function.
4228         (wl-news-exit): Rewrite.
4229         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4230
4231 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4232
4233         * wl-draft.el (wl-draft-reply-position): New function.
4234         (wl-draft-reply-position): Fix.
4235         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4236         (wl-summary-target-mark-reply-with-citation): Ditto.
4237         (wl-summary-reply-with-citation): Ditto.
4238         * wl-vars.el (wl-draft-reply-default-position): New variable.
4239
4240 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4241
4242         * wl-draft.el (wl-draft-send): Preview when interactive send.
4243
4244 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4245
4246         * wl-draft.el (wl-draft-reply): Set default position.
4247         * wl-summary.el (wl-summary-reply): Ditto.
4248         (wl-summary-reply-with-citation): Ditto.
4249         (wl-summary-target-mark-reply-with-citation): Ditto.
4250
4251 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4252
4253         * wl-news.el.in (wl-news-lang): Set default value according to
4254         current-language-environment.
4255         (wl-news-append-news): Do nothing when news-list is nil.
4256
4257 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4258
4259         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4260         (wl-news): Change message.
4261         (wl-news-exit): Check buffer.
4262         (wl-news-force-exit): New function.
4263         (wl-news-show-all): New function.
4264         (wl-news-discard-and-exit): Fix.
4265
4266 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4267
4268         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4269         according to current-language-environment.
4270
4271         * wl-news.el.in (wl-news): If arg, show all NEWS after
4272         wl-news-default-previous-version.
4273
4274 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4275
4276         * wl-news.el.in (wl-news-check): Rewritten.
4277         (wl-news-previous-version-load): Change data type.
4278         (wl-news-previous-version-save): Change data type.
4279         (wl-news-append-news): Add return value.
4280         (wl-news-check-news): New function.
4281         (wl-news-already-current-p): New function.
4282         (wl-news-send-news): Rewritten.
4283         (wl-news-mode-map): Add new keybind.
4284         (wl-news): Rewritten.
4285         (wl-news-exit): Rewritten.
4286         (wl-news-discard-and-mail): New function.
4287         (wl-news-send-to-address): Abolished.
4288         * wl.el (wl-init): Delete a message.
4289
4290 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4291
4292         * wl-news.el.in (wl-news-exit): Update previous version.
4293         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4294
4295 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4296
4297         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4298
4299 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4300
4301         * wl-news.el.in (wl-news): New function.
4302         (wl-news-mode): New function.
4303         (wl-news-next-line): New function.
4304         (wl-news-next-page): New function.
4305         (wl-news-exit): New function.
4306         (wl-news-buf-name): New variable.
4307         (wl-news-mode-map): New variable.
4308         (wl-news-winconf): New variable.
4309         (wl-news-append-news): Add an option.
4310
4311 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4312
4313         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4314
4315 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4316
4317         * wl-news.el.in (wl-news-send-to-address): New variable.
4318         (wl-news-send-news): Use it.
4319         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4320         Return updating status.
4321         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4322
4323 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4324
4325         * wl-news.el.in (wl-news-send-news): Delete
4326         Organization and X-Face.
4327
4328 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4329
4330         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4331         (wl-news-append-news): New function.
4332         (wl-news-send-news): New function.
4333
4334 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4335
4336         * Version number is increased to 2.11.1.
4337
4338 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4339
4340         * wl-news.el.in : New file.
4341
4342 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4343
4344         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4345         default value.
4346         (wl-draft-reply-without-argument-list): Ditto.
4347
4348 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4349
4350         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4351         (wl-message-buffer-prefetch-idle-time): Ditto.
4352         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4353
4354 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4355
4356         * wl-thread.el (wl-thread-insert-message): Use
4357         wl-summary-max-thread-depth.
4358
4359         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4360         loop detection.
4361
4362         * wl-message.el (wl-message-buffer-display): Back to the first page
4363         when cache is hit.
4364
4365 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4366
4367         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4368
4369         * wl-summary.el (wl-summary-insert-thread-entity):
4370         If the thread depth is reached to wl-summary-max-thread-depth,
4371         divide the thread.
4372
4373 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4374
4375         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4376         for elmo-remove-passwd.
4377
4378 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4379
4380         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4381         folder is sticky.
4382         (wl-folder-mark-as-read-all-entity): Ditto.
4383         (wl-folder-prefetch-entity): Ditto.
4384
4385 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4386
4387         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4388
4389 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4390
4391         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4392         Delete messages on buffer for unplugged operation.
4393         (wl-summary-erase): Ditto.
4394
4395 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4396
4397         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4398         take nil so as not to search parent by subject.
4399
4400 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4401
4402         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4403         (wl-folder-get-next-folder): Ditto.
4404         (wl-folder-get-path): Ditto.
4405
4406 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4407
4408         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4409         system and encode the region with it before verifying.
4410
4411 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4412
4413         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4414         system of the echo buffer before decoding.
4415
4416 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4417
4418         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4419         original contents.
4420
4421 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4422
4423         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4424         with argument 'any-exists.
4425
4426 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4427
4428         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4429         Use `wl-cs-autoconv'.
4430
4431 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4432
4433         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4434         by `mime-view-automatic-conversion'.
4435
4436         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4437         (wl-message-verify-pgp-nonmime): Ditto.
4438         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4439         Bind them to C-c:d and C-c:v respectively.
4440
4441         Merge following code by Teranishi-san from [wl-en:00167].
4442         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4443         (wl-mime-preview-application/pgp-encrypted): Ditto.
4444         (wl-mime-setup): Add entry.
4445
4446 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4447
4448         * wl-summary.el (wl-summary-target-mark-erase): New function.
4449         Bind it to "mD".
4450
4451 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4452
4453         * wl-vars.el (wl-draft-write-file-function): Fix.
4454         (wl-draft-reedit-hook): Changed default value.
4455
4456         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4457         wl-draft-reedit-hook.
4458         (wl-draft-remove-text-plain-tag): New function.
4459         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4460
4461         * wl-vars.el (wl-draft-write-file-function): New user option.
4462
4463         * wl-draft.el (wl-draft-prepare-edit): Use it for
4464         local-write-file-hooks.
4465         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4466
4467         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4468         (wl-draft-insert-mail-header-separator): Return the body beginning
4469         point.
4470         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4471         text/plain.
4472         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4473
4474 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4475
4476         * wl-summary.el (wl-summary-erase): New function to erase message
4477         without moving it to trash. Bind to "D".
4478
4479         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4480         as `keep' unless switch-function.
4481
4482 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4483
4484         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4485         message buffer by using `wl-summary-toggle-disp-msg'.
4486         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4487         buffer window.
4488         (wl-summary-supresedes-message): Ditto.
4489
4490         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4491         Do not delete other windows.
4492         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4493         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4494         (wl-draft-create-buffer): Set reply-or-forward also for target
4495         mark commands.
4496
4497 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4498
4499         * wl-draft.el (wl-user-agent-compose): Delete special case for
4500         switch-to-buffer-other-window.
4501
4502         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4503         (wl-summary-forward): Ditto.
4504
4505         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4506         function.
4507         (wl-draft-buffer-style): New use option.
4508
4509         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4510         (wl-draft): Follow the change above.
4511         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4512         wl-draft-buffer-style.
4513         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4514         switch-function.
4515
4516 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4517
4518         * wl-address.el (wl-address-make-completion-entry): Extracted from
4519         `wl-address-make-completion-list'.
4520         (wl-address-enable-strict-loading): New variable.
4521         (wl-address-make-completion-list): Revive petname duplication
4522         inquiry, and enable it if `wl-address-enable-strict-loading'.
4523         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4524
4525 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4526
4527         * wl-message.el (wl-message-get-original-buffer): Avoid
4528         'Selecting deleted buffer' error when original buffer is killed.
4529
4530 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4531
4532         * wl-summary.el (wl-summary-next-message): Use
4533         elmo-message-accessible-p instead of elmo-message-cached-p.
4534
4535 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4536
4537         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4538
4539         * wl-thread.el (wl-thread-open-all-unread): Use
4540         elmo-folder-list-flagged instead of
4541         elmo-folder-list-messages-mark-match.
4542
4543         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4544         instead of elmo-folder-list-messages-mark-match.
4545         (wl-summary-move-spec-alist): New variable.
4546         (wl-summary-move-spec-plugged-alist,
4547         wl-summary-move-spec-unplugged-alist): Abolish.
4548         (wl-summary-next-message): Follow the change above.
4549         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4550         with 'no-msg' argument.
4551
4552         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4553         variable.
4554         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4555         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4556         (wl-message-buffer-prefetch-get-next): Follow the change above.
4557
4558 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4559
4560         * wl-version.el (wl-version): Changed codename.
4561
4562         * Version number is increased to 2.11.0.
4563
4564 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4565
4566         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4567         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4568         `wl-draft-config-variables'.
4569         (wl-draft-kill): Fixed problem when the draft is reedit.
4570
4571 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4572
4573         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4574         buffer-modified status (Thanks to
4575         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4576
4577 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4578
4579         * wl-util.el (wl-region-exists-p): New function.
4580
4581         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4582         Remove defvars for byte-compile warnings.
4583
4584 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4585
4586         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4587         defvar-maybe. Removed unused bind.
4588
4589 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4590
4591         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4592         summary buffer window before creating new frame.
4593         (wl-draft-reply): Ditto.
4594
4595 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4596
4597         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4598
4599 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4600
4601         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4602
4603 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4604
4605         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4606         instead of `kill-region'.
4607
4608 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4609
4610         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4611         (wl-highlight-summary-line-string): Use it.
4612         (wl-highlight-summary-current-line): Ditto.
4613
4614         * wl-mime.el (wl-message-delete-current-part): Check the class of
4615         mime-entity.
4616
4617         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4618
4619         * wl-summary.el (wl-summary-make-number-list): Initialize.
4620         (wl-summary-update-mark): New function.
4621         (wl-summary-reply): Put `answered' mark on the message.
4622         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4623
4624         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4625         (wl-draft-reply): Added optional argument `number';
4626         Set wl-draft-parent-number.
4627         (wl-draft-kill): Delete answered mark if it is a reply.
4628
4629 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4630
4631         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4632         that originates in mime-preview-follow-current-entity.
4633         (wl-draft-yank-current-message-entity): Use it if region is active.
4634
4635         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4636         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4637         `wl-message-delete-current-part'.
4638         * wl-mule.el (wl-message-define-keymap): Ditto.
4639         * wl-xmas.el (wl-message-define-keymap): Ditto.
4640
4641 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4642
4643         * wl-mime.el (wl-message-delete-current-part): New function.
4644         (wl-mime-node-id-to-string): Ditto.
4645
4646         * wl-mime.el (wl-message-delete-current-part): Use existing
4647         original buffer which corresponds current mime-view buffer.
4648         (fetched buffer might have different structure, possibly)
4649
4650         * wl-mime.el (wl-message-delete-current-part): Quit if the
4651         message content differs from the actual message.
4652
4653 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4654
4655         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4656         order.
4657         (wl-summary-search-by-subject): Search parent message from tail;
4658         Check the existence of the parent message on the current thread tree.
4659         (wl-summary-update-thread): Check whether the line is inserted.
4660
4661 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4662
4663         * wl-vars.el (wl-summary-line-format): Undo last change.
4664         * wl-summary.el (wl-summary-print-destination): Do not put
4665         invisible property when `wl-summary-width' is nil.
4666         (wl-summary-line-subject-minimum-length): Abolished.
4667         (wl-summary-line-subject): Ditto.
4668
4669 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4670
4671         * wl-vars.el (wl-summary-line-format): Change default value.
4672         (wl-summary-subject-length-limit): Abolished.
4673         * wl-summary.el (wl-summary-line-subject): Ditto.
4674
4675 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4676
4677         * wl-template.el (wl-template-select): Added optional argument.
4678         If optional argument is specified, reverse
4679         `wl-template-visible-select'.
4680
4681 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4682
4683         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4684         Take prefix argument to force asking the destination folder.
4685
4686 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4687
4688         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4689         count and update status.
4690
4691 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4692
4693         * wl-summary.el (wl-summary-redisplay-internal): If
4694         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4695         after fetching.
4696
4697 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4698
4699         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4700         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4701
4702         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4703
4704 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4705
4706         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4707         (All other related portions are changed).
4708         (wl-summary-mark-as-read-all): Rewrite.
4709
4710 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4711
4712         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4713         `wl-summary-mark-as-read'.
4714         (wl-summary-mark-as-unread): Rewrite.
4715         (wl-summary-mark-as-read): Added no-modeline argument.
4716         (wl-summary-resume-cache-status): Rewrite.
4717         (wl-summary-exec-subr): Remove unused local variable.
4718
4719 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4720
4721         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4722         logic to call `wl-summary-buffer-prev-folder-function'.
4723         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4724
4725 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4726
4727         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4728         is nil.
4729
4730 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4731
4732         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4733         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4734         (wl-mime-setup): Add its entry.
4735
4736 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4737
4738         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4739         (wl-summary-delete-cache): Likewise.
4740         (wl-summary-mark-as-read): Rewrite.
4741
4742 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4743
4744         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4745         `wl-summary-count-unread'.
4746
4747         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4748
4749         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4750
4751 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4752
4753         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4754         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4755         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4756         Renamed to the elmo-msgdb-*-mark.
4757         (wl-summary-score-marks): Follow the change above.
4758         (wl-summary-auto-refile-skip-marks): Ditto.
4759         (wl-summary-incorporate-marks): Ditto.
4760         (wl-summary-expire-reserve-marks): Ditto.
4761
4762         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4763         changes.
4764         (wl-thread-insert-top): Changed updating message.
4765
4766         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4767         variable.
4768         (wl-summary-count-unread): Count answered marks.
4769         (wl-summary-rescan): Call wl-summary-insert-message instead of
4770         wl-summary-append-message-func-internal.
4771         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4772         (wl-summary-prefetch-msg): Follow the variable name changes.
4773         (wl-summary-prefetch-region): Ditto.
4774         (wl-summary-mark-as-read-all): Follow the API changes;
4775         Don't call elmo-folder-replace-marks.
4776         (wl-summary-delete-cache): Follow the variable name changes.
4777         (wl-summary-resume-cache-status): Ditto.
4778         (wl-summary-update-status-marks): New function.
4779         (wl-summary-insert-message): New function.
4780         (wl-summary-sync-marks): Follow the variable name changes.
4781         (wl-summary-sync-update): Synchronize to the msgdb, too;
4782         Changed update messages.
4783         (wl-summary-make-number-list): Rewrite.
4784         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4785         (wl-summary-mark-as-unread): Follow the API changes.
4786         (wl-summary-exec-subr): Follow the variable name changes.
4787         (wl-summary-mark-as-read): Ditto.
4788         (wl-summary-move-spec-plugged-alist): Ditto.
4789         (wl-summary-move-spec-unplugged-alist): Ditto.
4790         (wl-summary-cursor-move-surface): Ditto.
4791
4792         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4793         variable name changes.
4794         (wl-highlight-summary-current-line): Ditto.
4795
4796         * wl-expire.el (wl-expire-refile): Follow the API change in
4797         elmo-folder-move-messages.
4798         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4799         (wl-summary-archive): Use elmo-folder-msgdb instead of
4800         elmo-msgdb-load.
4801
4802 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4803
4804         * wl-mime.el (wl-draft-preview-message): Restore the position
4805         before evaluating wl-draft-send-hook in preview buffer.
4806
4807 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4808
4809         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4810         when it creates new draft buffer.
4811
4812         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4813         without argument.
4814
4815         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4816         Evaluate content and if the value is string, insert it.
4817         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4818         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4819         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4820         wl-draft-config-sub-part-bottom): Use it.
4821
4822         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4823         with the folder name. The question was unintelligible when it is
4824         called from wl-save-status.
4825
4826 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4827
4828         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4829         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4830         cannot take second argument).
4831
4832 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4833
4834         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4835         as t. Since type and subtype are not case sensitive (RFC 2045).
4836
4837 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4838
4839         * wl-vars.el (wl-message-mode-line-format): New variable.
4840         (wl-message-mode-line-format-spec-alist): Ditto.
4841         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4842         (wl-message-redisplay): Use wl-message-mode-line-format.
4843
4844 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4845
4846         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4847
4848 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4849
4850         * wl-summary.el (wl-summary-default-from): Write description.
4851
4852 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4853
4854         * wl-vars.el (wl-ldap-objectclass): Abolish.
4855
4856         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4857         (wl-ldap-make-filter): Removed condition for objectclass.
4858         (wl-ldap-make-matched-value-list): Remove meaningless process.
4859         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4860         (wl-address-ldap-search): Don't add `*' to `pat' string;
4861         use ignore-errors; added `email';
4862         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4863         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4864         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4865
4866
4867 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4868
4869         * wl-draft.el (wl-draft-parent-folder): Write description.
4870         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4871
4872 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4873
4874         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4875         as "" (zero-length string) if no parent.
4876         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4877
4878 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4879
4880         * wl-address.el (wl-address-make-completion-list): Skip duplication
4881         checking.
4882         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4883         `append'.
4884
4885 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4886
4887         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4888         instead of `beginning-of-buffer'.
4889
4890 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4891
4892         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4893
4894 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4895
4896         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4897         Refer wl-message-buffer-name.
4898         (wl-message-wheel-down): Ditto.
4899
4900 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4901
4902         * wl-vars.el (wl-message-buffer-name): New user option.
4903
4904         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4905         directly instead of making alist dinamically.
4906
4907         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4908         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4909         wl-message-buffer-cache-name.
4910         (wl-message-buffer-cache-clean-up): Ditto.
4911
4912         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4913
4914         * Version number is increased to 2.9.15.
4915
4916 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4917
4918         * wl-vars.el (wl-summary-default-view-alist): New user option.
4919
4920         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4921
4922         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4923         while deleting address.
4924         (wl-draft-delete-myself-from-cc): Ditto.
4925
4926         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4927         If optional argument is specified, reverse sort order.
4928
4929         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4930
4931 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4932
4933         * wl-thread.el (wl-thread-insert-message): Return parent number if
4934         exists.
4935         (wl-thread-update-indent-string-region): Use
4936         wl-thread-update-line-on-buffer-sub instead of
4937         wl-thread-update-line-on-buffer.
4938
4939 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4940
4941         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4942         (wl-folder-close-all): Ditto.
4943
4944 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4945
4946         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4947         and mailing-list:.
4948         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4949         value.
4950         (wl-summary-line-list-info): Print mailing-list name even when 
4951         list-number is empty.
4952
4953 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4954
4955         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4956
4957         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4958         (wl-draft-open-file): Ditto.
4959         (wl-draft-random-alphabet): Ditto.
4960
4961         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4962         bindings.
4963
4964 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4965
4966         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4967         * wl-vars.el (wl-draft-config-alist): Ditto.
4968
4969 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4970
4971         * Version number is increased to 2.9.14.
4972
4973         * wl.el (wl): Don't set wl-init as nil when error occured while
4974         auto-checking folders.
4975
4976         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4977         `elmo-expand-newtext'.
4978
4979 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4980
4981         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4982         `this-command' so that `wl-folder-goto-folder' contained in
4983         `wl-summary-keep-cursor-command' work.
4984
4985 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4986
4987         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4988         message buffer displaying state.
4989
4990 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4991
4992         * wl-vars.el (wl-summary-default-view): New variable to specify
4993         default value for `wl-summary-buffer-view' instead of using
4994         set-default.
4995         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4996
4997 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4998
4999         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5000
5001         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5002
5003 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5004
5005         * wl-vars.el (wl-forward-subject-prefix): New variable.
5006         * wl-draft.el (wl-draft-forward): Use it.
5007
5008 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5009
5010         * wl-message.el (wl-message-prev-page): When it is called without
5011         lines argument, scroll down by wl-message-scroll-amount lines.
5012         (wl-message-next-page): Ditto.
5013         * wl-vars.el (wl-message-scroll-amount): Change default value
5014         to preserve current behavior.
5015
5016 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5017
5018         * wl-summary.el (wl-summary-prefetch-msg): Bind
5019         `wl-message-entity' to call `wl-summary-from-function'.
5020
5021 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5022
5023         * wl-message.el (wl-message-buffer-create): Run
5024         wl-message-buffer-created-hook.
5025
5026 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5027
5028         * wl-summary.el (wl-summary-sort-specs): New variable.
5029         (wl-summary-default-sort-spec): Ditto.
5030         (wl-summary-sort): Rewrite.
5031         (wl-summary-sort-by-list-info): New function.
5032
5033 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5034
5035         * wl-summary.el (wl-summary-get-list-info): New function.
5036         (wl-summary-sort): Rewrite.
5037         (wl-summary-line-list-info): Ditto.
5038         (wl-summary-line-list-count): Ditto.
5039         (wl-summary-refile-region): Fixed docstring.
5040
5041 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5042
5043         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5044         `wl-folder-entity-hashtb' as completion table.
5045
5046 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5047
5048         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5049         only when this command is called interactively; silence the byte-
5050         compiler.
5051
5052 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5053
5054         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5055         active in XEmacs.
5056
5057 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5058
5059         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5060         plural lines.
5061
5062 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5063
5064         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5065         of current line when the cursor is on the header name.
5066         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5067
5068 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5069
5070         * wl-util.el (wl-read-directory-name): Return displayed directory
5071         as the default value also on XEmacs.
5072
5073 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5074
5075         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5076         formatting.
5077
5078 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5079
5080         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5081         argument and when it is non-nil, check face property before
5082         highlighting for each line.
5083         (wl-highlight-summary-window): Set it.
5084
5085 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5086
5087         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5088         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5089
5090         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5091         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5092         (wl-draft-get-fcc-list): Likewise.
5093
5094 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5095
5096         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5097         (wl-thread-entity-cur): Ditto.
5098         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5099         wl-thread-indent-regexp setting.
5100         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5101
5102         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5103         wl-summary-lazy-highlight.
5104         (wl-summary-display-bottom): Ditto.
5105
5106         * wl-thread.el (wl-thread-open-close): Likewise.
5107
5108         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5109         from and subject;
5110         Bind wl-draft-use-frame;
5111         Enclose with save-window-excursion;
5112         Use wl-draft-create-buffer instead of with-temp-buffer;
5113         Use wl-draft-prepare-edit;
5114         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5115         Use wl-draft-send instead of wl-draft-raw-send.
5116
5117 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5118
5119         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5120         of using wl-from.
5121
5122 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5123
5124         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5125         insert-buffer instead of clone-buffer.
5126         (wl-draft-doing-mime-bcc): New variable.
5127         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5128         infinite loop.
5129         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5130
5131         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5132         (wl-draft-mime-bcc-body): Ditto.
5133
5134         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5135         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5136         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5137         wl-draft-do-mime-bcc.
5138         (wl-draft-mime-bcc-field): New function.
5139         (wl-draft-do-mime-bcc): Ditto.
5140
5141         * wl-address.el (wl-address-complete-header-list): New variable.
5142         (wl-address-complete-header-regexp): Changed default value.
5143
5144         * Version number is increased to 2.9.13.
5145
5146 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5147
5148         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5149         it is differed.
5150
5151 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5152
5153         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5154         (wl-summary-line-list-count): Ditto.
5155
5156 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5157
5158         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5159         (wl-nntp-posting-function): New variable.
5160         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5161         `wl-nntp-posting-config-alist'.
5162
5163 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5164
5165         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5166         FLIM.
5167
5168 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5169
5170         * wl-summary.el (wl-summary-target-mark-refile-sub):
5171         Remove a nuisance funcall.
5172
5173 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5174
5175         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5176         as t for `try-completion'.
5177
5178 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5179
5180         * wl-summary.el (wl-summary-default-from): Use
5181         wl-address-header-extract-address instead of
5182         std11-extract-address-components.
5183         (wl-summary-simple-from): Ditto.
5184         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5185         (wl-summary-insert-headers): Show message.
5186         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5187         for whole line.
5188         (wl-summary-default-from): Revert last change.
5189         (wl-summary-simple-from): Ditto.
5190         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5191         (wl-summary-mark-as-read-region): Follow the change above.
5192         (wl-summary-sync-marks): Ditto.
5193         (wl-summary-target-mark-mark-as-read): Ditto.
5194         (wl-summary-redisplay-internal): Ditto.
5195         (wl-summary-redisplay-no-mime-internal): Ditto.
5196         (wl-summary-redisplay-all-header): Ditto.
5197         (wl-summary-mark-as-read): Removed argument `cached';
5198         Use current cache status to set cache mark.
5199         (wl-summary-redisplay-internal): Follow the change above.
5200         (wl-summary-redisplay-no-mime-internal): Ditto.
5201         (wl-summary-redisplay-all-header): Ditto.
5202
5203         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5204
5205         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5206         Don't call itself recursively (Adviced by Yamaoka-san).
5207
5208 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5209
5210         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5211         bind wl-summary-highlight as nil to avoid error caused by missing
5212         local variables.
5213
5214 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5215
5216         * wl-vars.el (wl-invalid-character-message): New user option.
5217
5218         * wl-util.el (wl-set-string-width): If truncated string-width is
5219         larger than specified width, use `wl-invalid-character-message'.
5220
5221 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5222
5223         * wl-summary.el (wl-summary-prefetch-msg): 
5224         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5225
5226 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5227
5228         * wl-vars.el (wl-summary-check-line-format): New user option.
5229         (wl-summary-line-format-file): Ditto.
5230
5231         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5232         variable.
5233         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5234         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5235         and `wl-summary-view-old-p' to check whether do a rescan or not.
5236         (wl-summary-view-old-p): New function.
5237         (wl-summary-line-format-changed-p): Ditto.
5238         (wl-summary-line-format-save): Ditto.
5239         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5240
5241         * wl-util.el (wl-set-string-width): Avoid using negative number
5242         for make-string.
5243
5244 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5245
5246         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5247         return value.
5248
5249         * wl-util.el (wl-set-string-width): Added optional argument
5250         `padding' (All other related portions are changed).
5251         (wl-line-parse-format): If the first letter of column number is
5252         `0', zero-padding the result (ex: "%05l").
5253
5254         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5255
5256 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5257
5258         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5259         sequential summary view.
5260
5261 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5262
5263         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5264         if it doesn't have a -unix version.
5265
5266 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5267
5268         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5269
5270 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5271
5272         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5273         content.
5274         (wl-draft): Follow the change above.
5275
5276         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5277
5278         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5279         and wl-folder-summary-line-format-alist contain %T and %P.
5280
5281         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5282         (wl-summary-mode-line-format): New user option.
5283         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5284         (wl-summary-line-format): Changed default value.
5285         (wl-summary-lazy-highlight): Changed default value.
5286
5287         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5288         change in wl-summary-create-line.
5289         (wl-thread-insert-entity-sub): Ditto.
5290
5291         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5292         (wl-summary-buffer-unread-status): Ditto.
5293         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5294         (wl-summary-buffer-persistent-mark-column): Ditto.
5295         (wl-summary-buffer-mode-line-formatter): Ditto.
5296         (wl-summary-buffer-mode-line): Ditto.
5297         (wl-summary-message-regexp): Abolished.
5298         (All other related portions are changed.)
5299         (wl-summary-detect-mark-position): New function.
5300         (wl-summary-buffer-set-folder): Setup
5301         wl-summary-buffer-mode-line-formatter.
5302         (wl-summary-mode): Setup selective-display;
5303         Setup pre-idle-hook when xemacs.
5304         (wl-summary-update-modeline): Rewrite.
5305         (wl-summary-jump-to-msg): Define as function;
5306         Changed regexp for searching messages.
5307         (wl-summary-message-number): Rewrite.
5308         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5309         Do rescan when old type summary cache.
5310         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5311         (wl-summary-remove-destination): Use '\r' to detect EOL.
5312         (wl-summary-print-destination): Ditto.
5313         (wl-summary-temp-mark): New inline function.
5314         (wl-summary-persistent-mark): Ditto.
5315         (wl-summary-line-number): New function.
5316         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5317         (wl-summary-line-list-count): New function.
5318         (wl-summary-create-line): Added argument persistent-mark.
5319         (All other related portions are changed)
5320         (wl-summary-create-line): Insert '\r'.
5321         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5322         (wl-summary-cursor-move-surface): New inline function.
5323         (wl-summary-prev): Use it.
5324         (wl-summary-next): Ditto.
5325
5326         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5327         wl-summary-message-regexp.
5328         (wl-highlight-summary): Delete progress message.
5329         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5330
5331         * Version number is increased to 2.9.12.
5332
5333 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5334
5335         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5336         variable (nil: no minimum).
5337         (wl-summary-line-subject): Add some spaces after subject by
5338         wl-summary-line-subject-minimum-length.
5339
5340 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5341
5342         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5343         and removed `F'.
5344         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5345         change above).
5346
5347 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5348
5349         * wl-summary.el (wl-summary-line-list-count): Reverted.
5350         (example setting in samples/*/dot.wl is also updated)
5351
5352 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5353
5354         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5355
5356         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5357
5358         * wl-vars.el (wl-summary-line-format): Addes some description to the
5359         docstring.
5360
5361         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5362         (wl-summary-line-close-bracket): Ditto.
5363         (wl-summary-line-children-number): Ditto.
5364         (wl-summary-line-thread-indent): Ditto.
5365         (wl-summary-line-children-and-from): Ditto.
5366
5367         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5368         't', 'c', 'F' and added 'C'.
5369
5370         * wl-util.el (wl-set-string-width): Accept negative value.
5371         (wl-line-parse-format): Added "%number(" and "%)".
5372
5373 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5374
5375         * wl-summary.el (wl-summary-line-list-count): Change format of the
5376         return value.
5377
5378 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5379
5380         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5381         from the recent message.el.
5382         (wl-draft-point-in-header-p): Ditto.
5383         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5384         wl-draft-beginning-of-line.
5385         * wl-e21.el (wl-draft-mode-map): Ditto.
5386         * wl-xmas.el (wl-draft-mode-map): Ditto.
5387
5388         * wl-folder.el: Sort macrodefs by dependencies.
5389
5390 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5391
5392         * wl-summary.el (wl-summary-prev): Fixed regexp.
5393         (wl-summary-next): Ditto.
5394
5395 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5396
5397         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5398
5399 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5400
5401         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5402         for backward compatibility.
5403
5404 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5405
5406         * wl-summary.el (wl-summary-line-list-count): New function, merged
5407         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5408         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5409         list counts.
5410
5411 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5412
5413         * wl-summary.el (wl-summary-create-line): Ignore errors while
5414         timezone-fix-time.
5415
5416         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5417
5418         * wl-summary.el (wl-summary-sync-update): Ditto.
5419         (wl-summary-default-from): Use wl-message-entity
5420         instead of entity.
5421
5422         * wl-summary.el (wl-summary-create-line): Fix.
5423
5424         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5425         (wl-summary-line-format): New user option.
5426         (wl-folder-summary-line-format-alist): Ditto.
5427         (wl-summary-from-width): Abolished.
5428
5429         * wl-util.el (toplevel): Require 'bytecomp.
5430         (wl-line-parse-format): New function.
5431         (wl-line-formatter-setup): New macro.
5432
5433         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5434         (wl-summary-buffer-line-formatter): New buffer local variable.
5435         (wl-summary-switch-to-clone-buffer): Follow the change above.
5436         (wl-summary-message-regexp): Fix.
5437         (wl-summary-from-func-internal): Abolished.
5438         (wl-summary-subject-func-internal): Ditto.
5439         (wl-summary-subject-filter-func-internal): Ditto.
5440         (All other related portions are changed.)
5441         (wl-summary-buffer-set-folder):
5442         Set up wl-summary-buffer-number-column and 
5443         wl-summary-buffer-line-formatter
5444         (All other related portions are changed.)
5445         (wl-summary-buffer-number-column-detect): Abolished.
5446         (All other related portions are changed.)
5447         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5448         (wl-summary-delete-all-temp-marks-on-buffer): Use
5449         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5450         (wl-summary-target-mark-delete): Ditto.
5451         (wl-summary-target-mark-refile-subr): Ditto.
5452         (wl-summary-target-mark-mark-as-read): Ditto.
5453         (wl-summary-target-mark-mark-as-unread): Ditto.
5454         (wl-summary-target-mark-mark-as-important): Ditto.
5455         (wl-summary-target-mark-save): Ditto.
5456         (wl-summary-replace-status-marks): Renamed from
5457         wl-summary-set-status-marks-on-buffer;
5458         Use wl-summary-message-regexp instead of
5459         wl-summary-buffer-number-regexp.
5460         (wl-summary-sync-update): Follow the change above.
5461         (wl-summary-goto-previous-message-beginning): New function.
5462         (wl-summary-mark-as-unread): Use it.
5463         (wl-summary-mark-as-important): Ditto.
5464         (wl-summary-line-formatter): New variable.
5465         (wl-summary-line-year): New function.
5466         (wl-summary-line-day): Ditto.
5467         (wl-summary-line-day-of-week): Ditto.
5468         (wl-summary-line-hour): Ditto.
5469         (wl-summary-line-minute): Ditto.
5470         (wl-summary-line-open-bracket): Ditto.
5471         (wl-summary-line-close-bracket): Ditto.
5472         (wl-summary-line-children-number): Ditto.
5473         (wl-summary-line-thread-indent): Ditto.
5474         (wl-summary-line-size): Ditto.
5475         (wl-summary-line-subject): Ditto.
5476         (wl-summary-line-from): Ditto.
5477         (wl-summary-line-children-and-from): Ditto.
5478         (wl-summary-create-line): Rewritten.
5479         (wl-summary-format-date): Abolished.
5480
5481         * wl-highlight.el (wl-highlight-summary-current-line): Use
5482         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5483         Use thread structure to detect thread top message.
5484
5485         * wl-draft.el (wl-default-draft-cite): Don't use
5486         wl-summary-from-func-internal.
5487
5488         * wl-refile.el (wl-refile-subject-learn): Don't use
5489         wl-summary-subject-filter-func-internal.
5490         (wl-refile-guess-by-subject): Ditto.
5491
5492         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5493         parameters.
5494
5495         * wl-thread.el (wl-thread-update-indent-string-region):
5496         Use wl-thread-update-line-on-buffer instead of
5497         wl-thread-update-indent-string.
5498         (wl-thread-update-children-number): Redefine using
5499         wl-thread-update-line-on-buffer.
5500         (wl-thread-update-indent-string): Abolished.
5501
5502         * Version number is increased to 2.9.11.
5503
5504 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5505
5506         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5507         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5508         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5509
5510         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5511         as nil.
5512
5513         * wl-thread.el (wl-thread-open-all-unread): Use 
5514         elmo-folder-list-messages-mark-match.
5515         (wl-thread-insert-message): Removed argument `mark-alist'.
5516         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5517         elmo-msgdb-set-mark.
5518         (wl-thread-get-children-msgs-uncached): Likewise.
5519         (wl-thread-get-exist-children): Added argument include-self.
5520         (wl-thread-delete-message): Follow the change above.
5521
5522         * wl-summary.el (wl-summary-count-unread): Removed argument.
5523         (wl-summary-rescan): Follow the change above.
5524         (wl-summary-mark-as-read-region): Ditto
5525         (wl-summary-mark-as-unread-region): Ditto.
5526         (wl-summary-delete-messages-on-buffer): Ditto.
5527         (wl-summary-sync-update): Ditto.
5528         (wl-summary-switch-to-clone-buffer): Ditto.
5529         (wl-summary-goto-folder-subr): Ditto.
5530         (wl-summary-target-mark-mark-as-read): Ditto.
5531         (wl-summary-target-mark-mark-as-unread): Ditto.
5532         (wl-summary-target-mark-mark-as-important): Ditto.
5533         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5534         (wl-summary-update-thread): Removed argument `mark-alist'.
5535         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5536         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5537         (wl-summary-resume-cache-status): Likewise.
5538         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5539         elmo-msgdb-set-mark.
5540         (wl-summary-mark-as-read-all): Likewise.
5541         (wl-summary-delete-cache): Ditto.
5542         (wl-summary-auto-select-msg-p): Ditto.
5543         (wl-summary-mark-as-unread): Ditto.
5544         (wl-summary-no-auto-refile-message-p): Ditto.
5545         (wl-summary-mark-as-read): Ditto.
5546         (wl-summary-mark-as-important): Ditto.
5547         (wl-summary-auto-refile): Follow the change above.
5548         (wl-summary-delete-all-marks): Removed.
5549         (wl-summary-resume-marks-and-highlight): Ditto.
5550         (wl-summary-resume-marks): Ditto.
5551         (wl-summary-delete-important-msgs-from-list): Ditto.
5552         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5553
5554         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5555         wl-summary-count-unread.
5556
5557         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5558         (wl-summary-score-update-all-lines): Use
5559         elmo-msgdb-set-mark.
5560
5561 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5562
5563         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5564         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5565         (wl-summary-create-line): Renamed from
5566         wl-summary-overview-create-summary-line;
5567         Argument rearrangement.
5568         (wl-summary-update-thread): Follow the change above.
5569
5570         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5571         (wl-thread-insert-entity-sub): Likewise.
5572
5573         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5574         argument `overview', `mark-alist' and added `msgdb'.
5575
5576         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5577
5578         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5579         (wl-summary-rescan): Follow the change above.
5580         (wl-summary-sync-update): Ditto.
5581         (wl-summary-insert-thread-entity): Ditto;
5582         Don't use `let*' in every while loop;
5583         Detect infinite loop of threads.
5584         (wl-summary-update-thread): Removed argument `overview'.
5585
5586         * wl-thread.el (wl-thread-insert-message): Ditto.
5587
5588         * Version number is increased to 2.9.10.
5589
5590         * wl-message.el (wl-message-redisplay): Ignore errors while
5591         wl-message-redisplay-hook.
5592
5593 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5594
5595         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5596
5597 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5598
5599         * wl.el (wl): inhibit-quit while wl-folder.
5600
5601 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5602
5603         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5604         while msgdb access.
5605
5606 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5607
5608         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5609         even if no folder is not created.
5610
5611 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5612
5613         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5614
5615         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5616         implementation.
5617         (wl-summary-target-mark-thread): Ditto.
5618
5619         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5620
5621 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5622
5623         * wl-util.el (wl-display-bytes): Remove unused function.
5624
5625 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5626
5627         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5628         seems critical one (partially reverse the change in 2002/03/17).
5629
5630 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5631
5632         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5633         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5634
5635 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5636
5637         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5638         is not writable.
5639         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5640         plugged status instead of `'force' as 2nd argument.
5641
5642         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5643         is not creatable.
5644
5645         * Version number is increased to 2.9.9.
5646
5647 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5648
5649         * wl-summary.el (wl-summary-suspend): New function.
5650
5651 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5652
5653         * wl.el (wl): Do not check variables if check is nil.
5654         * wl-utils.el (wl-collect-draft): New function.
5655         * wl-folder.el (wl-folder-suspend): Put summary buffers
5656         and draft buffers at the end of buffer list.
5657         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5658
5659 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5660
5661         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5662         loop instead of recursive call.
5663
5664         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5665         2nd argument.
5666
5667 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5668
5669         * wl-draft.el (wl-draft-create-contents): Don't take neither
5670         (function . args) nor (string . something) any more.
5671
5672         * wl-version.el (wl-generate-user-agent-string): Return string
5673         without header symbol.
5674         * wl-draft.el (wl-draft-default-headers): Use it.
5675
5676         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5677         `wl-draft-insert-ccs' and return field value instead of inserting
5678         the header. Abolish cc argument.
5679         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5680
5681         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5682         rather than one with string car.
5683
5684         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5685         * wl-draft.el (wl-draft-create-contents): Add it after the default
5686         headers.
5687
5688         * wl-draft.el (wl-draft-create-contents): For the case of
5689         (symbol-or-string . function) insert header only when the function
5690         returns string value.
5691
5692 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5693
5694         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5695         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5696
5697 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5698
5699         * wl.el (wl-check-environment): Don't check Message-ID when
5700         `wl-insert-message-id' is nil.
5701         Revive checking if `wl-message-id-domain' contains "@".
5702
5703 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5704
5705         * wl.el (wl-check-environment): Merge examination for "@" at
5706         inappropriate position into the first string-match.
5707
5708         * wl-summary.el (wl-summary-target-mark-print): New function.
5709         (wl-summary-pipe-message-subr): Extracted from
5710         `wl-summary-pipe-message'.
5711         (wl-summary-target-mark-pipe): New function.
5712         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5713         `wl-summary-target-mark-pipe'.
5714
5715 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5716
5717         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5718
5719 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5720
5721         * wl.el (wl-check-environment): Use elmo-warning instead of
5722         error for non-critical ones.
5723         Remove trash folder check.
5724         (wl): Don't ignore error in wl-check-environment.
5725
5726         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5727         check, which is moved from `wl-check-environment'.
5728         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5729
5730 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5731
5732         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5733         guess anything, call wl-summary-write.
5734         (wl-summary-write): Create draft with blank To field.
5735         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5736
5737 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5738
5739         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5740         argument full as well for wl-folder-write-current-folder.
5741         If wl-*-write-current-folder cannot guess addressee, add blank
5742         To header.
5743         Rewrite condition for positioning cursor.
5744
5745 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5746
5747         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5748         summary buffer is present, use it.
5749         (wl-folder-jump-to-previous-summary): Ditto.
5750
5751 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5752
5753         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5754
5755         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5756         wl-summary-previous-buffer and wl-summary-next-buffer.
5757
5758         * wl-folder.el (wl-folder-mode-map): Bind
5759         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5760         (wl-folder-jump-to-next-summary): New function.
5761         (wl-folder-jump-to-previous-summary): Ditto.
5762
5763         * wl-draft.el (wl-draft): Rearranged.
5764
5765 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5766
5767         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5768         of header.
5769         (wl-draft): Collect arguments for the header as header-alist.
5770         (wl-draft-forward): Arrange arguments for wl-draft.
5771         (wl-draft-reply): Ditto.
5772         (wl-draft-edit-string): Ditto.
5773         * wl-summary.el (wl-summary-write): Ditto.
5774         (wl-summary-write-current-folder): Ditto.
5775
5776         * Version number is increased to 2.9.8.
5777
5778 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5779
5780         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5781
5782         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5783
5784         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5785         even if the guess failed.
5786
5787         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5788         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5789         wl-summary-write-current-folder.
5790         * wl-xmas.el: Ditto.
5791
5792 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5793
5794         * wl-summary.el (wl-summary-next-page): Force display message if
5795         message is not displayed yet.
5796         (wl-summary-prev-page): Ditto.
5797
5798 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5799
5800         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5801
5802 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5803
5804         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5805         add "Preview Message" and "Save Draft and Exit".
5806
5807 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5808
5809         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5810         if addrmgr is called from draft in splitted window.
5811
5812         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5813         * wl-mule.el: Ditto.
5814         * wl-xmas.el: Ditto.
5815
5816 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5817
5818         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5819
5820         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5821         * wl-xmas.el (wl-folder-toolbar): Ditto.
5822
5823 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5824
5825         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5826         and wl-draft-save-and-exit.
5827         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5828         * wl-xmas.el: Ditto.
5829         * wl-mule.el: Ditto.
5830
5831         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5832         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5833
5834 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5835
5836         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5837         lists for saving buffer.
5838
5839 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5840
5841         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5842         parent-folder argument instead of it.
5843         (wl-draft-create-buffer): Ditto.
5844         (wl-draft-forward): Ditto.
5845         (wl-draft-reply): Ditto.
5846         * wl-summary.el (wl-summary-write): Ditto.
5847         (wl-summary-write-current-folder): Ditto.
5848
5849         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5850         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5851         Folder buffer after composing.
5852
5853 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5854
5855         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5856         header if the file `wl-x-face-file' already contains it.
5857
5858 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5859
5860         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5861         folder" entry.
5862         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5863         * wl-e21.el (wl-folder-toolbar): Ditto.
5864         * wl-xmas.el (wl-folder-toolbar): Ditto.
5865
5866 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5867
5868         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5869         wl-folder-goto-folder with sticky argument.
5870         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5871
5872 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5873
5874         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5875         and wl-summary-previous-buffer.
5876         (wl-summary-next-buffer): New function.
5877         (wl-summary-previous-buffer): Ditto.
5878
5879 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5880
5881         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5882         wl-folder-jump-to-current-entity-with-arg.
5883         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5884         `wl-folder-jump-to-current-entity'.
5885         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5886         `wl-summary-goto-folder-sticky'.
5887         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5888         `wl-summary-goto-folder'.
5889         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5890         Unless force-exit, do not clean temp. marks for sticky summary.
5891         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5892
5893 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5894
5895         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5896         not entire.
5897
5898 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5899
5900         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5901         to `C-x C-s'.
5902         (wl-summary-save-status): New command.
5903         (wl-summary-exit): Don't clean-up temp marks when sticky.
5904         (Applied patch from Nakayama-san [wl: 09548])
5905         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5906         Do nothing when no mark data.
5907         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5908         Call `wl-summary-delete-all-temp-marks' before saving.
5909
5910 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5911
5912         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5913
5914 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5915
5916         * wl.el (wl-check-environment): Also cause error when (system-name)
5917         returns "localhost.localdomain". (Although it doesn't affect because
5918         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5919
5920 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5921
5922         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5923         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5924
5925         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5926         value.
5927
5928 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5929
5930         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5931         Likewise r-cc-list and r-ng-list.
5932
5933 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5934
5935         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5936         only if it is bound as variable.
5937
5938         * wl-mime.el (wl-draft-preview-message): Ditto.
5939
5940 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5941
5942         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5943         needless `goto-char'.
5944
5945         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5946         `wl-summary-redisplay-no-mime-internal' instead of
5947         `wl-summary-redisplay-no-mime'.
5948         (wl-summary-redisplay-no-mime): Changed argument;
5949         Call `wl-summary-redisplay-no-mime-internal'.
5950
5951         * wl-mime.el (wl-draft-preview-message): Bind
5952         `mime-header-encode-method-alist' locally.
5953
5954         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5955         (wl-draft-std11-parse-addresses): Added the first address check.
5956         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5957
5958         * Version number is increased to 2.9.7.
5959
5960 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5961
5962         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5963
5964 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5965
5966         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5967         related to scrollbar support, if there is no such a feature
5968         compiled in.
5969
5970 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5971
5972         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5973         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5974         for prefetch.
5975
5976 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5977
5978         * wl-summary.el (wl-summary-pick): Fix for no match.
5979
5980 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5981
5982         * wl-draft.el (wl-draft-save):
5983         Override `mime-header-encode-method-alist'.
5984
5985 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5986
5987         * wl-folder.el (wl-folder-pick): New function.
5988         Define key as "?".
5989
5990 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5991
5992         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5993         Fix for unplugged.
5994
5995 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5996
5997         * wl-folder.el (wl-folder-virtual): New function.
5998         Define key as "V".
5999
6000 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6001
6002         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6003         multi folder if entity is group.
6004
6005 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6006
6007         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6008         is nil.
6009
6010 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6011
6012         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6013         (wl-summary-target-mark-msgs): Return the number of marked messages.
6014
6015 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6016
6017         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6018         "first:" is specified.
6019
6020 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6021
6022         * wl-vars.el (wl-from): Use return value of function
6023         user-full-name instead of the variable user-full-name since
6024         XEmacs-20.4 doesn't set this variable.
6025
6026 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6027
6028         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6029         call `wl' directly.
6030
6031 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6032
6033         * wl-draft.el (wl-draft-reedit): Removed duplicated
6034         switch-to-buffers.
6035
6036 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6037
6038         * wl.el (wl-other-frame): Removed garbages.
6039
6040 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6041
6042         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6043
6044         * wl-xmas.el (wl-draft-key-setup): Ditto.
6045
6046         * wl-mule.el (wl-draft-key-setup): Ditto.
6047
6048         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6049         (wl-draft-reedit): Ditto.
6050         (wl-draft-prepare-edit): Add `wl-draft-save' to
6051         `local-write-file-hooks'.
6052         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6053         (wl-draft-reedit): Set buffer-file-name.
6054         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6055
6056
6057         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6058         call it.
6059         (wl-delete-startup-frame-function): New variable.
6060         (wl-other-frame): New function
6061         (Original was written by Yamaoka san [wl: 09239]).
6062
6063         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6064         if `wl-folder-use-frame'.
6065
6066 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6067
6068         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6069
6070 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6071
6072         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6073         New variable.
6074         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6075         (wl-message-buffer-prefetch-get-next): Use them.
6076         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6077
6078 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6079
6080         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6081         with unwind-protect.
6082
6083         * wl-draft.el (wl-draft-reedit): Rewrite.
6084         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6085         (wl-draft-save): Insert header separator if it does not exist;
6086         Removed condition-case.
6087
6088         * wl-summary.el (wl-summary-reedit): Revert last change.
6089
6090         * wl-draft.el (wl-draft-save): Rewrite.
6091         (wl-draft-create-buffer): Set buffer-file-name as nil.
6092
6093         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6094
6095         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6096
6097         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6098         nil.
6099
6100 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6101
6102         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6103         If count is nil, do not prefetch.
6104         (wl-message-buffer-prefetch-next): Next.
6105
6106 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6107
6108         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6109
6110 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6111
6112         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6113         `delete-backward-char'
6114         (wl-draft-prepare-edit): Check major-mode.
6115         (wl-draft-decode-header): Rewrite.
6116         (wl-draft): Fix.
6117
6118 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6119
6120         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6121
6122 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6123
6124         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6125         (wl-message-buffer-prefetch-get-next): Remove size checking.
6126         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6127
6128 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6129
6130         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6131         (wl-draft-default-headers): Fix.
6132
6133 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6134
6135         * wl-draft.el (wl-draft-default-headers): Insert return value of
6136         `wl-generate-mailer-string-function'.
6137
6138 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6139
6140         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6141         (wl-draft-insert-mail-header-separator): Ditto.
6142
6143         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6144         again (Reverted the change on 2002-01-17 by OKADA san).
6145
6146 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6147
6148         * wl-draft.el (wl-draft): Rewrite.
6149         (wl-draft-create-buffer): New function.
6150         (wl-draft-create-contents): Ditto.
6151         (wl-draft-prepare-edit): Ditto.
6152         (wl-draft-decode-header): Ditto.
6153         (wl-draft-decode-body): Ditto.
6154         (wl-draft-check-new-line): Ditto.
6155         (wl-draft-default-headers): Ditto.
6156         (wl-draft-insert-mail-header-separator): Ditto.
6157
6158 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6159
6160         * Version number is increased to 2.9.6.
6161
6162 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6163
6164         * wl-draft.el (wl-draft-delete-field): Optional argument.
6165         (wl-draft-delete-fields): Ditto.
6166
6167 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6168
6169         * wl-message.el (toplevel): Eliminated byte-compile warning.
6170         for `itimer-function', `delete-timer' and `itimer-list'.
6171
6172 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6173
6174         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6175         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6176         `wl-message-buffer-prefetch-threshold'.
6177         * wl-summary.el (wl-summary-redisplay-internal): Remove
6178         the check of `wl-message-buffer-prefetch-depth'.
6179
6180 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6181
6182         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6183         size of article.
6184         (wl-message-buffer-prefetch-subr): Remove size check.
6185
6186 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6187
6188         * wl-vars.el (wl-plugged): Make customizable.
6189
6190 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6191
6192         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6193         (wl-message-buffer-prefetch-set-timer): New function.
6194         (wl-message-buffer-prefetch-get-next): New function.
6195         (wl-message-buffer-prefetch): New function.
6196         (wl-message-buffer-prefetch-next): Rewrite.
6197         (wl-message-buffer-prefetch-subr): Rewrite.
6198         * wl-vars.el (wl-auto-prefetch-first): New variable.
6199         * wl-summary.el (wl-summary-goto-folder-subr): Call
6200         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6201
6202 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6203
6204         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6205         `wl-summary-unread-message-hook'.
6206
6207 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6208
6209         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6210         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6211         if range is `cache-status'.
6212
6213 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6214
6215         * wl-message.el (wl-message-buffer-prefetch-subr):
6216         Improve debug message.
6217
6218 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6219
6220         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6221         `wl-mail-send-pre-hook'.
6222         (wl-draft-send-mail-with-qmail): Ditto.
6223         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6224
6225 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6226
6227         * wl-message.el (wl-message-buffer-prefetch-subr):
6228         Fix for cancel-function-timers bug.
6229         (wl-message-buffer-prefetch-debug): Default value is t.
6230
6231 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6232
6233         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6234         (wl-message-buffer-prefetch-subr): Rewrite.
6235         Rename from `wl-message-buffer-prefetch'.
6236
6237 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6238
6239         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6240         (wl-default-draft-cite-decorate-author): Ditto.
6241
6242         * wl-draft.el (wl-draft-cite-function): Removed.
6243         (wl-default-draft-cite-decorate-author): Ditto.
6244
6245 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6246
6247         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6248         (wl-default-draft-cite): Do not arrange author name if the value of
6249         `wl-default-draft-cite-decorate-author' is nil.
6250
6251 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6252
6253         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6254
6255         * wl-folder.el (wl-folder-check-one-entity): Don't care
6256         `elmo-folder-use-flag-p'.
6257
6258 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6259
6260         * wl-folder (wl-folder-check-one-entity): Fix
6261         problem if unread is nil.
6262
6263 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6264
6265         * wl-address.el (wl-address-make-completion-list): Check whether
6266         the address is a group list.
6267         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6268
6269 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6270
6271         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6272         The number of the messages of new and unread does not count
6273         correctly.
6274
6275         * wl-summary.el (wl-summary-count-unread): Changed to return
6276         `(new . unread)' instead of total.
6277         (wl-summary-sync-update): Follow the change above.
6278
6279         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6280
6281 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6282
6283         * wl-address.el (wl-address-make-completion-list): Do not enclose
6284         address by " <" and ">" if associated realname is "".
6285         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6286         This is against the promblem with group list in .addresses pointed
6287         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6288
6289 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6290
6291         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6292         message is a format control string.
6293         * wl-expire.el (wl-expire-append-log): Ditto.
6294         * wl-mime.el (wl-summary-burst-subr): Ditto.
6295         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6296         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6297
6298 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6299
6300         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6301         wl.el (wl-check-variables): Rename from `wl-check-type'.
6302         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6303         (wl-check-variables-2): New function.
6304         (wl): Call `wl-check-variables-2'.
6305
6306 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6307
6308         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6309         after renaming folder in access group.
6310
6311 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6312
6313         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6314         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6315         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6316         (wl-message-buffer-prefetch): Rewrite.
6317         (wl-message-buffer-prefetch-idle-time): Removed.
6318         * wl-summary.el (wl-summary-redisplay-internal):
6319         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6320         Error check for `wl-message-buffer-prefetch-depht'.
6321
6322 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6323
6324         * Version number is increased to 2.9.5.
6325         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6326
6327 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6328
6329         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6330         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6331         Based on the patch written by
6332         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6333
6334 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6335
6336         * wl-draft.el (wl-draft-raw-send): Fix for
6337         `wl-news-send-pre-hook'
6338
6339 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6340
6341         * wl-utils.el (wl-message-id-function): New variable.
6342         * wl-draft.el (wl-draft-insert-required-fields):
6343         Use `wl-message-id-function'.
6344
6345 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6346
6347         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6348         * wl-utils.el (wl-draft-make-message-id-string):
6349         Use `wl-from' for domain part of Message-ID
6350         if `wl-message-id-use-wl-from' if non-nil.
6351         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6352
6353 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6354
6355         * wl.el (wl): Call `wl-check-type'
6356         Do not 'condition-case'.
6357
6358 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6359
6360         * wl.el (wl-check-type): New function.
6361         (wl-check-type-variables): New variable.
6362
6363 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6364
6365         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6366
6367 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6368
6369         * wl-draft.el (wl-smtp-password-key): New function.
6370         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6371         (wl-draft-send-mail-with-smtp): Ditto.
6372         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6373
6374 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6375
6376         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6377         * wl-utils.el (wl-unique-id-suffix): Remove.
6378
6379 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6380
6381         * Version number is increased to 2.9.4.
6382
6383 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6384
6385         * wl-utils.el (wl-unique-id-suffix): New variable.
6386         (wl-unique-id): Use `wl-unique-id-suffix'
6387
6388 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6389
6390         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6391         instead of `elmo-msgdb-search'.
6392
6393         * Version number is increased to 2.9.3.
6394
6395 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6396
6397         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6398
6399 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6400
6401         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6402         (wl-draft-dispatch-message): Changed for send-later.
6403         (wl-draft-queue-flush): Ditto.
6404         (wl-draft): Clear `wl-sent-message-queued'.
6405         (wl-draft-reedit): Ditto.
6406         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6407         * wl-vars.el (wl-draft-force-queuing): New variable.
6408         (wl-draft-force-queuing-mail): New variable.
6409         (wl-draft-force-queuing-news): New variable.
6410
6411 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6412
6413         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6414         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6415
6416 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6417
6418         * Version number is increased to 2.9.2.
6419
6420 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * wl-draft.el (wl-draft-elide-region): New user command.
6423         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6424
6425         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6426         command `wl-draft-elide-region'.
6427         * wl-mule.el: Ditto.
6428         * wl-xmas.el: Ditto.
6429
6430 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6431
6432         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6433         (wl-biff-check-folder-async): Removed needless let.
6434
6435 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6436
6437         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6438         wl-folder-get-elmo-folder.
6439         (wl-biff-check-folder): Set `biff' argument of
6440         `wl-folder-check-one-entity'.
6441         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6442
6443         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6444         (wl-folder-check-one-entity): Added `biff' argument;
6445         Setup `biff' slot of folder.
6446
6447         * Version number is increased to 2.9.1.
6448
6449 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6450
6451         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6452         comment out and fixed.
6453         (wl-fldmgr-add-completion-subr): Ditto.
6454
6455         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6456         and msgdb.
6457
6458         * wl.el (wl-toggle-plugged): Save summary view.
6459
6460 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6461
6462         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6463
6464 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6465
6466         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6467
6468 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6469
6470         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6471         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6472         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6473
6474         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6475         if it was failed.
6476         (wl-demo): Disable undo in the demo buffer.
6477
6478 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6479
6480         * wl-version.el (wl-version): Changed codename.
6481
6482         * Version number is increased to 2.9.0.
6483
6484 2001-12-14  Takuo KITAME <kitame@northeye.org>
6485
6486         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6487         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6488         (wl-folder-mark-as-read-all-current-entity): Ditto.
6489
6490 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6491
6492         * wl-vars.el (wl-from-width): Define as obsolete variable.
6493         (wl-subject-length-limit): Ditto.
6494
6495         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6496
6497         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6498         wl-summary-save-view.
6499
6500         * wl.el (wl-save-status): Ditto.
6501         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6502
6503         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6504         (wl-summary-exit): Follow the change above.
6505         (wl-summary-goto-folder-subr): Ditto.
6506
6507         * wl-folder.el (wl-folder-create-subr): Don't use
6508         `elmo-folder-creatable-p'.
6509
6510 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6511
6512         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6513
6514 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6515
6516         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6517         rather than bitmap on Emacs 21.
6518         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6519         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6520         for xbm if the new redisplay engine is not available.
6521
6522 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6523
6524         * wl-folder.el (wl-folder-init-hook): New hook.
6525         (wl-folder-init): Run `wl-folder-init-hook'.
6526
6527 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6528
6529         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6530
6531 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6532
6533         * wl-acap.el (wl-acap-cache-filename): New variable.
6534         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6535         (wl-acap-init): Use cache if no ACAP server found.
6536
6537 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6538
6539         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6540         `wl-acap-original-msgdb-dir'.
6541
6542         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6543         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6544
6545         * wl-mime.el (wl-mime-save-directory): Renamed from
6546         `wl-mime-save-dir'.
6547
6548 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6549
6550         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6551
6552         * wl-demo.el: Require `path-util'.
6553         (wl-demo-bitmap-mule-available-p): New internal variable.
6554         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6555         `module-installed-p' instead.
6556         (wl-demo-insert-image): Use *.img file for a bitmap image.
6557         (wl-demo): Don't call the ascii demo recursively.
6558
6559 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6560
6561         * Version number is increased to 2.7.7.
6562
6563 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6564
6565         * wl.el (wl-exit): Eliminated byte-compile warning.
6566
6567 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6568
6569         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6570         obsolete variable using `elmo-define-obsolete-variable'.
6571         (wl-fetch-confirm-threshold): Ditto.
6572         (wl-cache-prefetch-folder-type-list): Ditto.
6573         (wl-cache-prefetch-folder-list): Ditto.
6574
6575 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6578         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6579         (wl-demo-insert-image): New function.
6580         (wl-demo-insert-text): New function.
6581         (wl-demo-image-type-alist): Redefine as a function.
6582         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6583         (wl-demo-with-temp-file-buffer): Removed.
6584         (wl-logo-xpm): Removed.
6585         (wl-logo-xbm): Removed.
6586         (wl-logo-bitmap): Removed.
6587
6588 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6589
6590         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6591         (wl-expire-localdir-get-folder-function): New user option.
6592         (wl-expire-localdir-get-folder): New function.
6593         (wl-expire-localdir-date): Ditto.
6594
6595 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6596
6597         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6598         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6599         Fixed unread number mismatch when all-unread < unread.
6600
6601 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6602
6603         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6604         (wl-fetch-confirm-threshold): Ditto.
6605
6606         * wl-summary.el (wl-summary-confirm-appends): Removed.
6607         (wl-summary-sync-update): Don't refer
6608         `wl-summary-update-confirm-threshold' (It is now abolished).
6609
6610         * wl-message.el (wl-message-display-internal): Don't refer
6611         `wl-fetch-confirm-threshold' (It is now abolished).
6612
6613 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6616
6617 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6618
6619         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6620         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6621         Change default value to nil.
6622         (wl-summary-indent-length-limit): The value can be nil, nil means
6623         unlimited.
6624
6625         * wl-summary.el: Don't set limit for indent length if the value of
6626         wl-summary-indent-length-limit is nil.
6627         If the value of wl-summary-width is nil, it means only that the width
6628         of summary is unlimited (nil doesn't mean that the indent length is
6629         unlimited).
6630
6631         * wl-thread.el: Ditto.
6632
6633 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6634
6635         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6636         be nil, nil means never confirm.
6637         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6638
6639 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6640
6641         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6642         means unlimited).
6643
6644 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6645
6646         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6647         Use `with-temp-buffer'.
6648
6649 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6650
6651         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6652         with new backquote style).
6653         (wl-folder-get-entity-from-buffer): Ditto.
6654
6655 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6656
6657         * wl-version.el (nemacs-version): Eliminated.
6658         (wl-extended-emacs-version2): Ignore nemacs.
6659         (wl-extended-emacs-version3): Ditto.
6660
6661 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6662
6663         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6664         (wl-draft-add-in-reply-to): New variable.
6665         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6666         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6667         (wl-draft-yank-from-mail-reply-buffer): Use
6668         `wl-draft-add-in-reply-to'.
6669         (wl-draft-insert-current-message): Ditto.
6670
6671 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6672
6673         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6674         typo (kill->hide).
6675         (wl-message-buffer-prefetch-folder-type-list): Added elements
6676         `mark' and `cache' instead of `internal'.
6677
6678 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6679
6680         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6681         resume msgdb directory.
6682
6683 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6684
6685         * wl.el (wl-exit): Call `wl-acap-exit'.
6686
6687         * wl-summary.el (wl-summary-message-string): New function.
6688         (wl-summary-reedit): Use it.
6689         (wl-summary-resend-bounced-mail): Remove needless let.
6690         (wl-summary-supersedes-message): Ditto.
6691         (wl-summary-save): Ditto.
6692
6693         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6694         (wl-acap-init): Set it.
6695         (wl-acap-exit): New function.
6696
6697 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6698
6699         * wl.el (wl-init): Revert (require 'mime-setup). move from
6700         toplevel.
6701
6702 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6703
6704         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6705         local variables.  Add error when guess function return invalid
6706         value.
6707
6708 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6709
6710         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6711         Change local variable name.
6712         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6713         (wl-folder-get-newsgroups): Return nil when non-news folder.
6714         * wl-summary.el (wl-summary-write-current-folder): State through
6715         when guess-list return nil.
6716         (wl-summary-write-current-folder-functions): Fixed docstring.
6717
6718         * wl.el (wl-exit): Changed confirm message.
6719
6720         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6721         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6722
6723         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6724
6725 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6726
6727         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6728         user option (Renamed from wl-cache-prefetch-folder-type-list).
6729         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6730         from wl-cache-prefetch-folder-list).
6731
6732         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6733         Move to wl-vars.el.
6734         (wl-message-buffer-prefetch-p): Changed to enable
6735         `wl-message-buffer-prefetch-folder-list'.
6736
6737         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6738         `ignore-cache'.
6739
6740 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6741
6742         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6743         `part-top' and `part-bottom'.
6744         (wl-draft-config-sub-part-top): New function.
6745         (wl-draft-config-sub-part-bottom): New function.
6746
6747 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6748
6749         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6750
6751 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6752
6753         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6754
6755 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6756
6757         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6758
6759         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6760         (wl-summary-write-current-folder): Ditto.
6761
6762 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6763
6764         * wl-folder.el (wl-folder-get-newsgroups): Use
6765         `elmo-folder-newsgroups'.
6766
6767 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6768
6769         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6770         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6771         `wl-draft-config-sub-header-bottom'.
6772
6773 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6774
6775         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6776         localnews folder.
6777
6778 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6779
6780         * wl-summary.el (wl-summary-mode): Undo last change.
6781
6782         * wl-folder.el (wl-folder-mode): Ditto.
6783
6784 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6785
6786         * wl-summary.el (wl-summary-mode): Locally set
6787         truncate-partial-window-width to nil.
6788         (for XEmacs)
6789
6790         * wl-folder.el (wl-folder-mode): Ditto.
6791
6792 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6793
6794         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6795
6796 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6797
6798         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6799         number.
6800
6801         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6802
6803         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6804
6805         * Version number is increased to 2.7.6.
6806
6807 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6808
6809         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6810
6811 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6812
6813         * wl-summary.el (wl-summary-sync-update): Enclose network
6814         related portion with `unwind-protect'.
6815
6816 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6817
6818         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6819
6820 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6821
6822         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6823         element.
6824         * wl-vars.el (wl-message-body-button-alist): Ditto.
6825
6826         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6827         max match length.
6828         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6829
6830         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6831         for the max match length;
6832         Use 4th element value for the button string regexp group.
6833
6834         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6835         candidate exists, prompt to select.
6836
6837 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6838
6839         * wl-summary.el (wl-summary-jump-to-msg): Search before
6840         calibration point by `beginning-of-line'.
6841
6842 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6843
6844         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6845         for access group.
6846
6847 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6848
6849         * wl-message.el (wl-message-display-internal): Bind
6850         `default-mime-charset'.
6851
6852         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6853
6854         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6855
6856         * Version number is increased to 2.7.5.
6857
6858 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6859
6860         * wl-expire.el (wl-summary-archive): Fixed;
6861         Use `elmo-folder-name-internal'.
6862
6863 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6864
6865         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6866         from `elmo-folder-move-messages' caller.
6867         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6868
6869         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6870         related portions are changed).
6871
6872 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6873
6874         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6875         counter.
6876
6877 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6878
6879         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6880         buffer local and set it to nil.
6881
6882         * wl-message.el (wl-message-redisplay): Ditto.
6883
6884 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6885
6886         * wl-summary.el (wl-summary-mark-as-important): If message is
6887         already cached, set messag as read, otherwise encache and mark as read.
6888
6889 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6890
6891         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6892         point-min.
6893
6894 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6897         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6898         a keymap.
6899
6900 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6901
6902         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6903         parent.
6904
6905         * wl-mule.el (wl-message-define-keymap): Ditto.
6906
6907         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6908
6909         * wl-xmas.el (wl-message-display-internal-hook): Define.
6910         (wl-xmas-setup-message-toolbar): Define as function.
6911         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6912         (wl-message-overload-functions): Abolished.
6913         (wl-message-define-keymap): New function.
6914
6915         * wl-vars.el (wl-message-display-internal-hook): New variable.
6916         (wl-message-header-button-alist): New variable (Renamed from
6917         wl-highlight-message-header-button-alist).
6918         (wl-message-body-button-alist): Ditto.
6919
6920         * wl-mule.el (wl-message-define-keymap): New function.
6921         (wl-message-overload-functions): Abolished.
6922
6923         * wl-message.el (wl-message-add-buttons-to-body): New function.
6924         (wl-message-redisplay): Don't call wl-message-overload-functions;
6925         Call wl-message-add-buttons-to-header and
6926         wl-message-add-buttons-to-body.
6927         (wl-message-display-internal): Set keymap argument for
6928         elmo-mime-display-as-is, elmo-mime-message-display;
6929         Run wl-message-display-internal-hook.
6930         (wl-message-refer-article-or-url): Abolished.
6931
6932         * wl-highlight.el (wl-highlight-headers): Don't call
6933         wl-highlight-message-add-buttons-to-header.
6934         (wl-highlight-message-add-buttons-to-header): Abolished.
6935
6936
6937         * wl-e21.el (wl-message-display-internal-hook): Define.
6938         (wl-e21-setup-toolbar): Deleted duplicated binding.
6939         (wl-e21-setup-message-toolbar): Define as function.
6940         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6941         (wl-message-define-keymap): New function.
6942         (wl-message-overload-functions): Abolished.
6943
6944 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6945
6946         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6947         and elmo-folder-close.
6948
6949         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6950
6951 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6952
6953         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6954         boolean value.
6955         * wl-draft.el (wl-draft-do-fcc): Ditto.
6956
6957 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6958
6959         * wl-vars.el (wl-fcc-force-as-read): New variable.
6960         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6961         mark copied message as read.
6962
6963 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6964
6965         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6966
6967 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6968
6969         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6970         `wl-summary-target-above' instead of obsolete variable
6971         `wl-summary-temp-above'.
6972
6973         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6974         instead of `make-obsolete-variable'.
6975         * wl-refile.el (toplevel): Ditto.
6976
6977 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6978
6979         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6980         with third argument t.
6981         (wl-draft): Set first argument for wl-plugged-init as t.
6982
6983         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6984         definition.
6985
6986 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6987
6988         * wl-vars.el: Tabify.
6989         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6990
6991         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6992         message.
6993
6994 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6995
6996         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6997         and set default to beep.
6998
6999 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7000
7001         * wl-vars.el (wl-draft-truncate-lines): New variable.
7002
7003         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7004         instead of wl-message-truncate-lines for truncate-lines.
7005
7006 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7007
7008         * wl-message.el (wl-message-display-internal): Call
7009         `wl-highlight-message' after `elmo-mime-display-as-is'.
7010
7011         * wl-mime.el (wl-mime-display-text/plain): New function.
7012         (wl-mime-display-header): Ditto.
7013         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7014         body-presentation-method for text/plain;
7015         Register `wl-mime-display-header' as a header-presentation-method;
7016         Don't set up `elmo-message-text-content-inserted-hook' and
7017         `elmo-message-header-inserted-hook'.
7018
7019         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7020         variable.
7021         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7022         as t if flag is 'all-header;
7023         Don't bind `elmo-message-ignored-field-list',
7024         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7025
7026 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7027
7028         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7029         for xemacs with non-mule environment.
7030
7031 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7032
7033         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7034         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7035         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7036
7037 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7038
7039         * wl-vars.el (wl-interactive-send): Set default value as t.
7040
7041 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7042
7043         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7044         (wl-addrmgr-method-list): Abolished.
7045         (wl-addrmgr-change-method): Follow above change.
7046
7047         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7048
7049 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7050
7051         * wl-vars.el (wl-message-truncate-lines): Change default value
7052         to default-truncate-lines.
7053
7054         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7055
7056 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7057
7058         * wl-vars.el (wl-message-truncate-lines): New variable.
7059
7060         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7061         wl-message-truncate-lines.
7062
7063 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7064
7065         * wl-acap.el (wl-acap-init): Remove period from error message.
7066         (wl-acap-find-acap-service): Remove period from message.
7067
7068 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7069
7070         * wl.el (wl-check-environment): Undo last change.
7071
7072         * wl-vars.el (wl-from): Changed default value.
7073
7074         * wl-util.el (toplevel): Don't require tm-edit.
7075
7076         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7077         `wl-folder-init';
7078         Don't set mark on mail body.
7079         (wl-draft-reedit): Ditto.
7080
7081         * wl-address.el (wl-address-quote-specials): Define as an alias for
7082         elmo-address-quote-specials.
7083
7084 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7085
7086         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7087
7088         * wl-vars.el (wl-from): Set default value as nil.
7089         (wl-organization): Set default value as ORGANIZATION environment
7090         variable.
7091
7092         * wl-draft.el (wl-smtp-extension-bind): Check value of
7093         wl-smtp-connection-type.
7094
7095         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7096         error.
7097
7098 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7099
7100         * Version number is increased to 2.7.4.
7101
7102         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7103         arguments from `wl-highlight-x-face-function' caller.
7104         Use x-face-1.3.6.12 or later.
7105
7106 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7107
7108         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7109
7110 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7111
7112         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7113         (wl-fcc): Fix to accept function.
7114         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7115
7116 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7117
7118         * wl-acap.el (toplevel): Added `product-provide' declare.
7119         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7120
7121 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7122
7123         * wl.el (wl): Changed order of calling `elmo-init'
7124         and `elmo-folder-init'.
7125
7126 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7127
7128         * wl-mime.el (wl-summary-burst): Extract message when content-type
7129         of root entity is not only `multipart' but also `message/rfc822'.
7130         (wl-summary-burst-subr): Ditto.
7131
7132 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7133
7134         * wl-vars.el (toplevel): Require 'custom.
7135         (wl-trash-folder): Added to `wl-setting' group.
7136
7137         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7138         exists.
7139         (wl-addrmgr-draw): Insert empty line when no entry exists.
7140
7141         * wl-mule.el (wl-message-wheel-up): Fixed.
7142         (wl-message-wheel-down): Ditto.
7143
7144 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7145
7146         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7147         config is an anonymous lambda expression.
7148
7149 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7150
7151         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7152         when Mule 2 is running.
7153
7154 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7155
7156         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7157
7158 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7159
7160         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7161         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7162
7163         * wl-address.el (wl-address-specials-regexp): Eliminated.
7164         (wl-address-quote-specials): Rewrite.
7165
7166 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7169         shy-groups for regexp.
7170
7171         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7172         character classes and Perl style shy-groups for regexp.
7173         (wl-highlight-plugged-current-line): Use Posix style character
7174         classes for regexp.
7175         (wl-e21-highlight-folder-by-numbers): Ditto.
7176         (wl-e21-display-image-p): Use `display-images-p' instead of
7177         `display-graphic-p'.
7178         (display-images-p): Make an alias to `display-graphic-p' if it is
7179         not available.  It is for Emacs version prior to 21.0.105.
7180
7181         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7182         `display-graphic-p'.
7183         (wl-demo-image-type-alist): Ditto.
7184         (display-images-p): Make an alias to `display-graphic-p' if it is
7185         not available.  It is for Emacs version prior to 21.0.105.
7186
7187 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7188
7189         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7190         support.
7191         (wl-generate-user-agent-string): Ditto.
7192
7193         * wl-version.el (wl-version): Update docsting.
7194         (wl-version-status): Ditto.
7195
7196 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7197
7198         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7199         21.0.105.  For Emacs 21.0.104 or earlier.
7200
7201 2001-09-03  Takuo KITAME <kitame@northeye.org>
7202
7203         * wl-e21.el (wl-plugged-init-icons): Use
7204         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7205         (wl-biff-init-icons): Ditto.
7206
7207 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7208
7209         * wl-highlight.el (wl-highlight-summary-current-line):
7210         Fixed highlighting refile/copy destination.
7211
7212         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7213         (wl-acap-store): Encode string by wl-acap-coding-system.
7214
7215 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7216
7217         * wl-acap.el (toplevel): Check and require 'un-define before
7218         'xemacs-ucs;
7219          Added checking for UTF-2000.
7220
7221 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7222
7223         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7224         Don't enclose with `eval-and-compile'.
7225
7226         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7227         wl-init is non-nil.
7228
7229         * wl-draft.el (wl-draft): Ditto.
7230
7231         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7232
7233         * wl-acap.el (toplevel): Require 'wl.
7234         (wl-acap-store): Call `elmo-init'.
7235
7236         * wl.el (wl): Changed position of `wl-check-environment'.
7237         (toplevel): Added autoload setting for wl-acap.
7238
7239         * wl-vars.el (wl-setting): New custom group.
7240         (wl-from): Added wl-setting group.
7241         (wl-user-mail-address-list): Ditto.
7242         (wl-organization): Ditto.
7243         (wl-subscribed-mailing-list): Ditto.
7244         (wl-envelope-from): Ditto.
7245         (wl-smtp-posting-user): Ditto.
7246         (wl-smtp-posting-server): Ditto.
7247         (wl-smtp-posting-port): Ditto.
7248         (wl-smtp-authenticate-type): Ditto.
7249         (wl-pop-before-smtp-user): Ditto.
7250         (wl-pop-before-smtp-server): Ditto.
7251         (wl-pop-before-smtp-port): Ditto.
7252         (wl-pop-before-smtp-authenticate-type): Ditto.
7253         (wl-nntp-posting-server): Ditto.
7254         (wl-nntp-posting-user): Ditto.
7255         (wl-nntp-posting-port): Ditto.
7256         (wl-fetch-confirm-threshold): Ditto.
7257         (wl-prefetch-threshold): Ditto.
7258         (wl-thread-insert-opened): Ditto.
7259         (wl-ldap-server): Ditto.
7260         (wl-ldap-port): Ditto.
7261         (wl-ldap-base): Ditto.
7262         (wl-ldap-objectclass): Ditto.
7263         (wl-use-ldap): Ditto.
7264         (wl-draft-config-alist): Ditto.
7265         (wl-draft-config-matchone): Ditto.
7266         (wl-template-alist): Ditto.
7267         (wl-message-sort-field-list): Ditto.
7268         (wl-message-ignored-field-list): Ditto.
7269         (wl-message-visible-field-list): Ditto.
7270         (wl-interactive-send): Ditto.
7271         (wl-summary-move-order): Ditto.
7272         (wl-auto-select-first): Ditto.
7273         (wl-auto-select-next): Ditto.
7274         (wl-interactive-save-folders): Ditto.
7275
7276         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7277         Initialization codes are moved from wl-local-folder-init.
7278         (wl-local-folder-init): Follow the change above.
7279         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7280
7281         * wl-acap.el: New file.
7282
7283         * Version number is increased to 2.7.3.
7284
7285 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7286
7287         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7288
7289 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7290
7291         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7292         (wl-addrmgr-address-entry-list): Ditto.
7293
7294 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7295
7296         * wl-e21.el (wl-draft-mode-map): Removed binding for
7297         `wl-draft-insert-x-face-field'.
7298
7299         * wl-mule.el (wl-draft-mode-map): Ditto.
7300
7301         * wl-xmas.el (wl-draft-mode-map): Ditto.
7302
7303         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7304         (wl-cs-autoconv): Ditto.
7305         (wl-cs-local): Ditto.
7306         (wl-use-scoring): Ditto.
7307         (wl-mime-charset): Ditto.
7308         (wl-folder-check-async): Ditto.
7309
7310         * wl.el (toplevel): Ignore nemacs and tm.
7311         (wl-exit): Ditto.
7312
7313         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7314         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7315         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7316         instead of wl-address-petname-add-or-change.
7317         (wl-summary-edit-addresses-subr): Use wl-address-delete
7318         instead of wl-address-petname-delete.
7319
7320         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7321
7322         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7323         if error occured.
7324
7325         * wl-message.el (require): Remove tm support.
7326
7327         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7328
7329         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7330         (wl-folder-jump-to-current-entity): Ditto.
7331         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7332
7333         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7334         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7335         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7336
7337         * wl-mule.el (wl-draft-key-setup): Ditto.
7338
7339         * wl-xmas.el (wl-draft-key-setup): Ditto.
7340
7341         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7342         (wl-draft-std11-parse-addresses): New function.
7343         (wl-draft-parse-mailbox-list): Use it.
7344         (wl-draft): Ignore nemacs.
7345         (wl-draft-reedit): Ditto.
7346
7347         * wl-addrmgr.el: New file.
7348         (Original is wl-rcpt.el written by
7349         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7350         Thanks Kitamoto-san.)
7351
7352         * wl-address.el (wl-address-make-address-list): Modified parsing
7353         process.
7354         (wl-address-delete): Renamed from `wl-address-petname-delete';
7355         Modify wl-address-list too.
7356         (wl-address-add-or-change): Renamed from
7357         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7358
7359 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7360
7361         * wl-highlight.el (wl-highlight-summary-current-line):
7362           Work with transient-mark-mode
7363
7364 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7365
7366         * Version number is increased to 2.7.2.
7367
7368         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7369         instead of elmo-dop-queue-method.
7370
7371 2001-08-06  SAITO Atsunori <sai@yedo.com>
7372
7373         * wl-vars.el (wl-ldap-objectclass): New user option.
7374
7375         * wl-address.el (wl-ldap-make-filter): Use it.
7376
7377 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7378
7379         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7380
7381 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7382
7383         * wl-folder.el (wl-folder): redisplay after folder insertion.
7384
7385         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7386
7387         * wl-summary.el (wl-summary-sync-update):
7388         Change status mark only when new-msgdb exists.
7389         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7390
7391 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7392
7393         * wl-summary.el (wl-summary-open-folder): New function.
7394         (wl-summary-goto-folder-subr): Use it.
7395         (wl-summary-mark-as-important): Fix;
7396         Encache only when no cache exists.
7397
7398 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7399
7400         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7401         Use with-current-buffer.
7402
7403 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7404
7405         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7406         before call `get-buffer'. Fixed parenthesis.
7407         (wl-score-get-header-entry): Clear message and help window when
7408         keyboard quit.
7409         (wl-score-edit-insert-header): Ditto.
7410
7411 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7412
7413         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7414         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7415         (wl-default-draft-cite): Fix.
7416
7417         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7418         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7419
7420 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7421
7422         * wl-message.el (wl-message-prev-page): Do same bahavior
7423         as summary when it is called in the message buffer.
7424         (wl-message-next-page): Ditto.
7425
7426 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7427
7428         * wl-summary.el (wl-summary-forward): Use cache if it is not
7429         section cache.
7430
7431 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7432
7433         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7434         Removed redundant require of elmo-vars.
7435         (wl-biff-state-indicator-on): Changed default value for
7436         xemacs with non-mule environment.
7437
7438         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7439         wl-message-buffer is nil;
7440         Hide progress bar after moving messages.
7441
7442 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7443
7444         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7445         message at cursor point is deleted.
7446
7447 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7448
7449         * wl-vars.el: Changed file coding system to euc-japan.
7450         Added -*-coding:-*- magic to the first line.
7451
7452         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7453         Search parent from the first message.
7454
7455         * Version number is increased to 2.7.1.
7456
7457 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7458
7459         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7460
7461 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7462
7463         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7464         refile/delete execution.
7465
7466         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7467         Fixed docstring.
7468
7469 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7470
7471         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7472         do update process;
7473         Don't update marks when update process is interrupted.
7474
7475 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7476
7477         * wl-summary.el (wl-summary-reply): Fixed problem when
7478         wl-draft-use-frame is non-nil.
7479         (wl-summary-forward): Ditto.
7480
7481         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7482         as nil.
7483         (wl-folder-mark-as-read-all-entity): Ditto.
7484         (wl-folder-prefetch-entity): Ditto.
7485
7486         * wl.el (wl): Check environment before wl-init.
7487
7488         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7489         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7490         instead of wl-summary-collect-unread.
7491         (wl-summary-reply): Split message window.
7492
7493 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7494
7495         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7496         only if current language environment is japanese,
7497
7498         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7499         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7500         (wl-folder-goto-folder-subr): Ditto.
7501
7502         * wl-draft.el (wl-draft-dispatch-message): Call
7503         `elmo-file-cache-get-path'.
7504
7505 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7506
7507         * wl-summary.el (wl-summary-cursor-move): If return value of
7508         wl-summary-next-message is not number, don't jump.
7509
7510 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7511
7512         * wl-summary.el (wl-summary-buffer-next-message-function): New
7513         variable.
7514         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7515         if it is bound.
7516
7517         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7518         string.
7519
7520         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7521         (wl-plugged-drawing): Ditto.
7522
7523 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7524
7525         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7526         process.
7527         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7528         with unwind-protect.
7529
7530         * wl.el (wl-init): Require mime-setup.
7531         (wl-check-environment): Don't require mime-setup.
7532
7533         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7534         instead of elmo-folder-type.
7535
7536         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7537         value as nil.
7538
7539 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7540
7541         * Version number is increased to 2.7.0.
7542
7543         * wl-version.el (wl-version): Changed codename.
7544
7545         * wl-summary.el (wl-summary-delete-cache): Fixed.
7546
7547         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7548         Workaround for net folders.
7549         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7550
7551         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7552         value to nil (According to the patch from
7553         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7554
7555         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7556         of elmo-folder-close.
7557
7558 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7559
7560         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7561         for postfix.
7562
7563 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7564
7565         * wl-summary.el (wl-summary-resend-message): Fixed.
7566
7567         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7568         Call wl-draft with `from' argument if its address is included in
7569         `wl-user-mail-address-list'.
7570         (wl-draft): Added `from' argument.
7571
7572         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7573         non-nil.
7574         (wl): Don't show demo if wl-demo is nil.
7575
7576         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7577         wl-summary-use-frame.
7578
7579         * wl-vars.el (wl-summary-use-frame): New user option.
7580         (wl-folder-use-frame): Changed docstring.
7581
7582         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7583         non-nil.
7584         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7585         wl-summary-use-frame.
7586
7587         * wl-vars.el (wl-folder-use-frame): New user option.
7588
7589         * wl-summary.el (wl-summary-exit): Back to folder frame if
7590         wl-folder-use-frame is non-nil.
7591         (wl-summary-redisplay-internal): Ignore cache if current folder
7592         is draft folder,
7593         (wl-summary-redisplay-no-mime): Ditto.
7594         (wl-summary-redisplay-all-header): Ditto.
7595
7596         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7597         if wl-folder-use-frame is non-nil.
7598
7599 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7600
7601         * wl-summary.el (wl-summary-sync-update): Bind
7602         elmo-folder-update-threshold.
7603         (wl-summary-mark-as-important): Enclosed server mark processing
7604         with `save-match-data'.
7605
7606         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7607         only when it is already defined.
7608
7609 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7610
7611         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7612         name of folder exclude localdir is wrong.
7613         * wl-folder.el (wl-folder-sync-entity):
7614         Set `wl-summary-always-sticky-folder-list' as nil.
7615         (wl-folder-mark-as-read-all-entity): Ditto.
7616         (wl-folder-prefetch-entity): Ditto.
7617
7618 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7619
7620         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7621         instead of `wl-summary-write-current-newsgroup'.
7622
7623 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7624
7625         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7626         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7627         non-nil and selected message is important, do not display.
7628
7629 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7630
7631         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7632
7633 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7634
7635         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7636
7637         * wl-summary.el (wl-summary-mark-as-important): Set message number
7638         using wl-summary-message-number.
7639
7640 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7641
7642         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7643         destination folder is 'null.
7644
7645 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7646
7647         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7648         New function.
7649         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7650         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7651         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7652
7653 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7654
7655         * wl-mime.el (wl-mime-setup): Added setting for
7656         `mime-setup-signature-key-alist' to avoid overriding key bind for
7657         `wl-draft-send'.
7658
7659         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7660         for `wl-draft-send'.
7661         * wl-mule.el (wl-draft-overload-functions): Ditto.
7662         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7663         * wl-draft.el (wl-draft-send): Ditto.
7664
7665         * wl-message.el (wl-message-display-internal):
7666         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7667         (Patch is provided by <kita@coe.nttdata.co.jp>).
7668
7669 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7670
7671         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7672
7673 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7674
7675         * wl.el (wl): Fix for wl-demo.
7676
7677 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7678
7679         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7680
7681 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7682
7683         * wl-folder.el (wl-folder-prefetch-entity): Use
7684         `wl-folder-get-elmo-folder'.
7685         (wl-folder-count-incorporates): Do not use
7686         `wl-folder-get-elmo-folder'.
7687
7688 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7689
7690         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7691         instead of `elmo-folder-get-type'.
7692
7693 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7694
7695         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7696         position on Subject: field.
7697         (Advised by Mito <mit@nines.nec.co.jp>)
7698
7699 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7700
7701         * wl-folder.el (wl-folder-prefetch-entity): Use
7702         `wl-folder-get-elmo-folder'.
7703
7704 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7705
7706         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7707
7708         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7709         `process-duplicates' slot.
7710
7711         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7712         if detection failed.
7713
7714 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7715
7716         * wl-version.el (wl-version-status): Set to "alpha".
7717
7718 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7719
7720         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7721         Check wl-message-buffer lives before set-buffer.
7722
7723 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7724
7725         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7726         called in folder mode.
7727         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7728         * wl-summary.el (wl-summary-exit-pre-hook): Run
7729         `wl-summary-exit-pre-hook' before exit summary mode.
7730
7731 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7732
7733         * wl-version.el (wl-version-status): New variable.
7734         (wl-version-status-alist): Removed.
7735         (wl-version-status): Rule included.
7736
7737 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7738
7739         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7740         @sponichi.
7741
7742         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7743         when `mail-reply-buffer' is buffer-local variable.
7744         (Reported by <kita@coe.nttdata.co.jp>).
7745
7746 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7747
7748         * wl-vars.el (toplevel): Require 'elmo-util.
7749
7750 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7751
7752         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7753         (All other related portions are changed)
7754
7755         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7756
7757         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7758
7759 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7760
7761         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7762
7763 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7764
7765         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7766         Delete other windows to avoid an error.
7767         Use `point-marker' instead of `point' to remember the start point
7768         of body.
7769
7770         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7771
7772         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7773         number not to exceed all message number.
7774
7775 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7776
7777         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7778         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7779
7780 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7781
7782         * wl-summary.el (wl-summary-sync-force-update): Added argument
7783         no-check.
7784         (wl-summary-sync-update): Ditto.
7785         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7786         with `no-check'.
7787
7788         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7789         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7790         already running.
7791
7792 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7793
7794         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7795         `dst-folder-arg'.
7796         (wl-expire-archive-number1): Diito.
7797         (wl-expire-archive-number2): Diito.
7798         (wl-expire-archive-Date): Diito.
7799         (wl-archive-number1): Diito.
7800         (wl-archive-number2): Diito.
7801         (wl-archive-date): Diito.
7802         (wl-archive-folder-p): New function.
7803         (wl-summary-expire): Support of expand folder name at
7804         wl-expire-alist.
7805         * wl-util.el (wl-expand-newtext): Renamed from
7806         `wl-refile-expand-newtext'.
7807
7808 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7809
7810         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7811         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7812         `(elmo-msgdb-get-overview msgdb)'.
7813         (wl-summary-prefetch): Bind match data before call
7814         `wl-summay-prefetch-msg'.
7815         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7816         'off if `wl-summary-buffer-disp-msg' is non-nil.
7817         Fixed problem that couldn't show only one new or unread message when
7818         enter folder.
7819         (wl-summary-reply): Don't call `split-window-vertically' and other
7820         window.
7821
7822 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7823
7824         * wl-expire.el (wl-expire-refile): Fixed.
7825
7826 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7827
7828         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7829
7830         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7831         biff notification is removed.
7832
7833         * wl.el (wl): Changed position of `elmo-init'.
7834
7835         * wl-draft.el (wl-default-draft-cite): Use date field
7836         on the citation buffer.
7837
7838         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7839
7840         * wl-xmas.el (wl-folder-internal-icon-list): Added
7841         `wl-folder-shimbun-image'.
7842
7843         * wl-e21.el (wl-folder-internal-icon-list): Added
7844         `wl-folder-shimbun-image'.
7845
7846 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7847
7848         * wl.el (wl-init): Eliminated argument.
7849         (wl): Rewrite.
7850
7851         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7852         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7853         instead of `elmo-folder-msgdb-internal'.
7854         (wl-summary-sync-update): Ditto.
7855         (wl-summary-flush-pending-append-operations): Eliminated.
7856         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7857         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7858         `elmo-folder-open'.
7859
7860         * wl-mime.el (wl-summary-burst): Fixed.
7861
7862         * wl-folder.el (wl-folder-info-save): Check data type.
7863
7864         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7865         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7866         instead of `elmo-folder-msgdb-internal'.
7867         (wl-expire-hide): Ditto.
7868
7869
7870         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7871
7872 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7873
7874         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7875
7876 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7877
7878         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7879
7880 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7881
7882         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7883         Fixed `match-beginning' argument mismatch.
7884
7885 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7886
7887         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7888         the default value.
7889
7890 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7891
7892         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7893         instead of `elmo-nntp-default-port'.
7894
7895         * wl-vars.el: Fixed some doc strings.
7896
7897 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7898
7899         * wl-summary.el (wl-summary-prefetch-msg): Use
7900         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7901
7902         * wl-vars.el: Define *-func as obsolete variable using
7903         `elmo-define-obsolete-variable'.
7904
7905         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7906         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7907         instead of `wl-message-buffer-prefetch-threshold'.
7908
7909         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7910
7911         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7912
7913         * wl-draft.el (wl-caesar-region-func): Ditto.
7914
7915         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7916         Keep unread status in elmo-folder-move-messages.
7917         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7918
7919 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7920
7921         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7922         `wl-summary-buffer-exit-func'
7923         (wl-summary-buffer-message-redisplay-function): Renamed from
7924         `wl-summary-buffer-message-redisplay-func'
7925         (wl-summary-buffer-next-folder-function): Renamed from
7926         `wl-summary-buffer-next-folder-func'.
7927         (wl-summary-buffer-prev-folder-function): Renamed from
7928         `wl-summary-buffer-prev-folder-func'.
7929         (wl-summary-get-petname-function): Renamed from
7930         `wl-summary-get-petname-func'.
7931
7932         * wl-score.el (wl-score-edit-exit-function): Renamed from
7933         `wl-score-edit-exit-func'.
7934
7935         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7936         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7937
7938         * wl-util.el (wl-load-profile-function): Renamed from
7939         `wl-load-profile-func'.
7940
7941         * wl-folder.el (wl-folder-completion-function): Renamed from
7942         `wl-folder-completion-func'.
7943         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7944
7945         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7946         `wl-expire-archive-get-folder-func'.
7947         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7948         (wl-draft-send-mail-function): Renamed from
7949         `wl-draft-send-mail-func'.
7950         (wl-draft-send-news-function): Renamed from
7951         `wl-draft-send-news-func'.
7952         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7953         (wl-generate-mailer-string-function): Renamed from
7954         `wl-generate-mailer-string-func'.
7955         (wl-highlight-signature-search-function): Renamed from
7956         `wl-highlight-signature-search-func'.
7957         (wl-highlight-x-face-function): Renamed from
7958         `wl-highlight-x-face-func'
7959         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7960         (wl-ps-print-buffer-function): Renamed from
7961         `wl-ps-print-buffer-func'
7962         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7963         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7964         (wl-summary-subject-filter-function): Renamed from
7965         `wl-summary-subject-filter-func'.
7966
7967         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7968         `wl-draft-queue-flush-send-func'
7969         (wl-draft-cite-function): Renamed from
7970         `wl-draft-cite-func'
7971
7972         * wl-address.el (wl-address-init-function): Renamed from
7973         `wl-address-init-func'.
7974
7975 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7976
7977         * wl-draft.el (wl-draft-queue-flush): Don't call
7978         `elmo-dop-unlock-message'.
7979         * wl-draft.el (wl-draft-queue-append): Don't call
7980         `elmo-dop-lock-message'.
7981
7982         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7983         (wl-summary-buffer-folder-name): Ditto.
7984         (wl-summary-message-regexp): Added '-' (all other related portions
7985         are changed).
7986         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7987         wl-summary-buffer-folder-name.
7988
7989 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7990
7991         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7992         the number of mails in the folder buffer is not updated by wl-biff.
7993
7994 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7995
7996         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7997         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7998
7999 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8000
8001         * wl-summary.el (wl-summary-next-message):
8002         Return next message number when wl-summary-move-order is nil.
8003
8004 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8005
8006         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8007         `wl-summary-move-spec-alist'.
8008         (wl-summary-move-spec-unplugged-alist): New variable
8009         (Move spec for unplugged status).
8010         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8011         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8012
8013 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8014
8015         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8016         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8017
8018 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8019
8020         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8021         simple quotation to quote the anonymous function.
8022         * tm-wl.el (wl-draft-preview-message): Ditto.
8023
8024 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8025
8026         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8027         Eliminate redundant `save-excursion'.
8028         (wl-highlight-summary-current-line): Ditto.
8029
8030         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8031         accessing match data when `looking-at' failed.
8032
8033         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8034         `elmo-match-string' where users don't care about the speed.
8035         (wl-draft-save): Ditto.
8036
8037 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8038
8039         * wl-util.el (wl-regexp-opt): New function.
8040
8041         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8042         number from `wl-summary-buffer-number-list'.
8043         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8044         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8045         (wl-summary-move-spec-alist): Changed default setting.
8046
8047 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8048
8049         * wl-vars.el (wl-biff-notify-hook): New hook.
8050         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8051         the arrival of new mail.
8052         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8053         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8054
8055 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8056
8057         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8058
8059 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8060
8061         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8062
8063         * Version number is increased to 2.5.8.
8064
8065         * wl-thread.el (toplevel): require 'cl.
8066         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8067         (wl-thread-make-number-list): New function.
8068         (wl-thread-entity-make-number-list-from-children): Ditto.
8069         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8070         (wl-thread-entity-insert-as-children): Likewise.
8071         (wl-thread-delete-message): Likewise.
8072         (wl-meaning-of-mark): Eliminated.
8073         (wl-thread-next-failure-mark-p): Ditto.
8074         (wl-thread-entity-get-mark): Ditto.
8075         (wl-thread-meaning-alist-get-result): Ditto.
8076         (wl-thread-entity-check-prev-mark): Ditto.
8077         (wl-thread-entity-check-next-mark): Ditto.
8078         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8079         (wl-thread-entity-get-prev-marked-entity): Ditto.
8080         (wl-thread-get-prev-unread): Ditto.
8081         (wl-thread-jump-to-prev-unread): Ditto.
8082         (wl-thread-get-next-unread): Ditto.
8083         (wl-thread-jump-to-next-unread): Ditto.
8084         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8085         (wl-thread-entity-get-next-marked-entity): Ditto.
8086
8087         * wl-summary.el (wl-summary-buffer-number-list):
8088         New bufer-local variable.
8089         (wl-summary-switch-to-clone-buffer): Clone
8090         `wl-summary-buffer-number-list'.
8091         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8092         (wl-summary-cursor-move-regex): Eliminated.
8093         (wl-summary-cursor-up): Rewrite.
8094         (wl-summary-cursor-down): Ditto.
8095         (wl-summary-mode-spec-alist): New variable.
8096         (wl-summary-next-message): New inline function.
8097         (wl-summary-cursor-move): New function.
8098         (wl-summary-default-get-next-msg): Rewrite.
8099         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8100         (wl-summary-rescan): Ditto.
8101         (wl-summary-sync-all-init): Ditto.
8102         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8103         summary is not thread view.
8104         (wl-summary-sync-update): Ditto.
8105         (wl-summary-rescan): Ditto.
8106         (wl-summary-make-number-list): New function.
8107
8108         * wl-draft.el: "FCC" -> "Fcc".
8109
8110 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8111
8112         * wl-highlight.el (wl-highlight-summary-window):
8113         Call `set-buffer-modified-p'.
8114
8115         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8116         (wl): Call `elmo-init' and fix.
8117
8118         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8119         Use new variables.
8120
8121         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8122
8123 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8124
8125         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8126
8127 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8128
8129         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8130
8131 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8132
8133         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8134         `wl-use-toolbar' nor `display-graphic-p'.
8135         (wl-e21-setup-message-toolbar): Ditto.
8136         (wl-e21-setup-summary-toolbar): Ditto.
8137         (wl-e21-setup-folder-toolbar): Ditto.
8138
8139         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8140         (wl-plugged-init-icons): Ditto.
8141
8142         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8143         `display-graphic-p'.
8144         (wl-plugged-set-folder-icon): Ditto.
8145         (wl-highlight-plugged-current-line): Ditto.
8146         (wl-highlight-folder-current-line): Ditto.
8147         (wl-e21-highlight-folder-group-line): Ditto.
8148         (wl-e21-setup-toolbar): Ditto.
8149         (wl-e21-display-image-p): New macro.
8150
8151         * wl-demo.el (wl-demo): Simplified.
8152         (wl-demo-image-type-alist): Use `image-type-available-p' for
8153         checking whether the image type `xbm' is available.
8154
8155 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8156
8157         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8158         (wl-summary-input-range): Ditto.
8159
8160 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8161
8162         * wl-summary.el (wl-summary-edit-addresses): Use
8163         `wl-summary-get-original-buffer'
8164         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8165         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8166         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8167         (wl-summary-get-newsgroups): Eliminated.
8168         (wl-summary-set-crosspost): Ditto.
8169         (wl-summary-is-crosspost-folder): Ditto.
8170         (wl-crosspost-alist-load): Ditto.
8171         (wl-crosspost-alist-save): Ditto.
8172
8173         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8174         `elmo-setup-subscribed-newsgroups' instead of
8175         `elmo-nntp-make-groups-hashtb'.
8176         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8177         instead of `wl-crosspost-alist-save'.
8178
8179         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8180         of `elmo-folder-message-appendable-p'.
8181         (wl-mime-header-presentation-method): Eliminated.
8182
8183         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8184         (Error occurs in emacs21).
8185
8186         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8187         the current buffer).
8188
8189         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8190         instead of `wl-crosspost-alist-save'.
8191         (wl-init): `elmo-crosspost-message-alist-load'
8192         instead of `wl-crosspost-alist-load'
8193
8194         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8195         (wl-parse-newsgroups): Likewise.
8196         (wl-biff-notify): Run `wl-biff-notify-hook'.
8197
8198 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8199
8200         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8201
8202         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8203         when `wl-summary-lazy-highlight' is non-nil.
8204         (wl-summary-goto-folder-subr): Highlight only when
8205         `wl-summary-lazy-highlight' is non-nil.
8206
8207         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8208         Don't display progress and highlight temp-mark when
8209         `wl-summary-lazy-highlight' is non-nil.
8210         (wl-highlight-summary-window): New function.
8211         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8212
8213 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8214
8215         * wl-summary.el (wl-summary-sync): Change `all-visible'
8216         from `all-shown'
8217         (wl-summary-input-range): Ditto.
8218
8219 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8220
8221         * wl-e21.el (wl-highlight-folder-current-line): Call
8222         `wl-folder-init-icons' when folder icons have not been initialized.
8223
8224         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8225
8226         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8227         (wl-demo-image-type-alist): New macro.
8228
8229 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8230
8231         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8232         display does not support graphics.
8233         (wl-plugged-init-icons): Ditto.
8234         (wl-folder-init-icons): Ditto.
8235
8236         * wl-demo.el (wl-demo): Chech closely whether the display
8237         supports graphics.
8238
8239 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8240
8241         * wl-summary.el (wl-summary-get-original-buffer): New function.
8242         (wl-summary-set-crosspost): Use it.
8243         (wl-summary-target-mark-uudecode): Ditto.
8244         (wl-summary-reedit): Ditto.
8245         (wl-summary-resend-bounced-mail): Ditto.
8246         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8247         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8248
8249         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8250         (wl-message-display-internal): Ditto.
8251
8252 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8253
8254         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8255
8256 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8257
8258         * wl-summary.el (wl-summary-save-view): Renamed from
8259         `wl-summary-save-status'.
8260
8261 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8262
8263         * wl-summary.el (wl-summary-sync): Added `all-shown'
8264
8265 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8266
8267         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8268
8269 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8270
8271         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8272
8273 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8274
8275         * wl-highlight.el (wl-highlight-summary-line-string): Use
8276         `zerop' instead of `= 0'.
8277         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8278
8279         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8280         for comparing numbers.
8281         (wl-template-prev): Use `zerop' instead of `eq 0'.
8282
8283         * wl-draft.el (wl-draft-insert-current-message): Use
8284         `with-current-buffer' instead of `save-excursion'.
8285         Use `zerop' instead of `eq 0'.
8286
8287 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8288
8289         * wl-draft.el (wl-draft-insert-ccs): New function.
8290         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8291         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8292
8293 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8294
8295         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8296
8297 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8298
8299         * wl-expire.el (wl-expire-refile): Don't call
8300         elmo-msgdb-add-msgs-to-seen-list;
8301         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8302         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8303
8304 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8305
8306         * wl-message.el (wl-message-prev-page): Ignore errors while
8307         scroll-down.
8308
8309 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8310
8311         * wl-mime.el: Use elmo-original-message-mode instead of
8312         mmelmo-original-mode.
8313
8314         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8315         `elmo-folder-get-spec';
8316         (wl-fldmgr-add-completion-all-completions):
8317         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8318
8319         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8320         of `elmo-folder-get-type'.
8321
8322         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8323         `elmo-folder-get-spec';
8324         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8325         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8326         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8327         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8328         `elmo-read-msg-no-cache';
8329         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8330         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8331         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8332         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8333         `elmo-cache-save';
8334         (wl-draft-reedit): Use `elmo-message-file-name'.
8335
8336         * wl-expire.el: Use `elmo-folder-name-internal';
8337         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8338         Use macro `wl-summary-buffer-msgdb' instead of variable
8339         `wl-summary-buffer-msgdb';
8340         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8341         Use macro `wl-summary-buffer-folder-name' instead of variable
8342         `wl-summary-buffer-folder-name'.
8343         * wl-score.el: Likewise.
8344
8345         * wl-message.el: Rewrite for new message buffer cache mechanism.
8346         (wl-message-buffer-cache-buffer-get): New macro.
8347         (wl-message-buffer-cache-folder-get): Ditto.
8348         (wl-message-buffer-cache-message-get): Ditto.
8349         (wl-message-buffer-cache-entry-make): Ditto.
8350         (wl-message-buffer-cache-hit): Ditto.
8351         (wl-message-buffer-cache-sort): New function.
8352         (wl-message-buffer-cache-add): Ditto.
8353         (wl-message-buffer-cache-delete): Ditto.
8354         (wl-message-buffer-cache-clean-up): Ditto.
8355         (wl-message-buffer-window): Rewrite.
8356         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8357         (wl-message-buffer-display): New function.
8358         (wl-message-display-internal): New function.
8359
8360 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8361
8362         * wl-folder.el: Use `elmo-folder-name-internal';
8363         Use `wl-folder-get-elmo-folder';
8364         Use `elmo-folder-list-messages' instead of
8365         `elmo-list-folder';
8366         Use `elmo-folder-get-primitive-list' instead of
8367         `elmo-folder-get-primitive-spec-list';
8368         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8369         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8370         Use `elmo-folder-create' instead of `elmo-create-folder'.
8371         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8372         (wl-folder-get-elmo-folder): New macro.
8373         (wl-folder-elmo-folder-cache-get): Ditto.
8374         (wl-folder-elmo-folder-cache-put): Ditto.
8375         (wl-folder-suspend): Call `elmo-quit'.
8376
8377         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8378         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8379         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8380         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8381         (toplevel): require 'cl.
8382         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8383
8384         * wl-summary.el: Rewrite to use new elmo interface.
8385
8386 \f
8387 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8388
8389         * wl-mime.el (wl-draft-preview-message):
8390         Run `wl-draft-send-hook' before collecting recipients information;
8391         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8392
8393         * tm-wl.el (wl-draft-preview-message): Ditto.
8394
8395 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8396
8397         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8398         wrong recipients are displayed when forwarded message.
8399
8400 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8401
8402         * Version number is increased to 2.5.7.
8403
8404 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8405
8406         * wl-message.el (wl-message-next-page): Bind
8407         `window-pixel-scroll-increment' to nil while scrolling up.
8408
8409 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8410
8411         * wl-vars.el (wl-save-hook): New hook.
8412         * wl.el (wl-save): Call `wl-save-hook'.
8413
8414 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8415
8416         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8417         Argument WITH-ARG instead of NO-ARG (negative mean).
8418         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8419         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8420         * wl-message.el (wl-message-follow-current-entity): Likewise.
8421
8422 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8423
8424         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8425         FROM was optional argument.
8426         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8427
8428 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8429
8430         * Version number is increased to 2.5.6.
8431
8432 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8433
8434         * wl-version.el (wl-version-show): Removed.
8435         (wl-version): Add `interactive'.
8436
8437 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8438
8439         * wl-summary.el (wl-summary-get-petname-func): New variable.
8440         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8441         instead of `wl-address-get-petname-1'.
8442         (wl-summary-simple-from): Ditto.
8443
8444         * wl-address.el (wl-address-get-petname-1): Define as function.
8445
8446 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8447
8448         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8449         field in the original message.
8450         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8451
8452 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8453
8454         * wl-expire.el (wl-expire-hide):
8455         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8456
8457 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8458
8459         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8460         find decoder for To, Cc, and Subject.
8461
8462 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8463
8464         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8465         for checking `elmo-use-buffer-cache'.
8466         (wl-summary-mark-as-important): Fixed typo in comment.
8467
8468 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8469
8470         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8471         field in the original message.
8472         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8473
8474 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8475
8476         * wl-expire.el (wl-expire-hide):
8477         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8478
8479 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8480
8481         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8482         find decoder for To, Cc, and Subject.
8483
8484 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8485
8486         * Version number is increased to 2.5.5.
8487
8488         * wl-address.el (wl-address-specials-regexp): New constant.
8489         (wl-address-quote-specials): Use it.
8490
8491 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8492
8493         * wl-summary.el (wl-summary-rescan):
8494         Call `wl-summary-buffer-number-column-detect'.
8495         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8496
8497         * wl-message.el (wl-message-mode-map): Define.
8498         (wl-message-decode): Use it as local-map.
8499
8500 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8501
8502         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8503         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8504
8505 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8506
8507         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8508
8509         * wl-mule.el (wl-read-event-char): Ditto.
8510
8511         * wl-e21.el (wl-read-event-char): Ditto.
8512
8513         * wl-nemacs.el (wl-read-event-char): Ditto.
8514         (read-event): Removed.
8515
8516         * wl-util.el (toplevel): Removed dummy definition of
8517         `read-event'.
8518         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8519
8520 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8521
8522         * wl-nemacs.el (elmo-archive-call-process): Moved to
8523         elmo-archive.el.
8524
8525 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8526
8527         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8528         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8529
8530         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8531         instead of magic-number 6.  Use `not' instead of `null' for symbol
8532         `nil' check (not empty list).
8533         (wl-draft-insert-x-face-field): Fixed paren style.
8534
8535         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8536         one-branch conditional statement, instead of `and' and `if'.
8537         (wl-draft-forward): Likewise.
8538         (wl-draft-add-references): Likewise.
8539         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8540
8541         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8542         conditional steatment.  Use `cond' instead of `if'.
8543         (wl-draft-confirm): Likewise.
8544
8545 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8546
8547         * wl-version.el (wl-version-show): Use `product-string-1'
8548         instead of `wl-version'.
8549         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8550
8551         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8552
8553 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8554
8555         * wl-highlight.el (wl-highlight-headers): Revert
8556         `wl-highlight-x-face-func' argument (`beg' and `end').
8557
8558 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8559
8560         * wl.el (toplevel): Move `product-provide' declare.
8561         * wl-demo.el (toplevel): Ditto.
8562         * wl-dnd.el (toplevel): Ditto.
8563         * wl-highlight.el (toplevel): Ditto.
8564         * wl-message.el (toplevel): Ditto.
8565         * wl-refile.el (toplevel): Ditto.
8566         * wl-util.el (toplevel): Ditto.
8567
8568 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8569
8570         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8571         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8572         (wl-thread-close-all): keep cursor position.
8573
8574 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8575
8576         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8577         (eq x 0).
8578         (wl-generate-user-agent-string-1): Fix conditional statement.
8579
8580 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8581
8582         * wl.el (wl-check-environment): Additional check for
8583         'wl-local-domain' and `wl-message-id-domain'.
8584
8585 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8586
8587         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8588
8589 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8590
8591         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8592         instead of `smtp-sasl-user-realm'.
8593
8594 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8595
8596         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8597
8598 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8599
8600         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8601         to the default value as well as `eword-lexical-analyzer'.
8602
8603 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8604
8605         * wl-version.el (wl-extended-emacs-version,
8606         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8607         `elmo-match-string' instead of `wl-match-string'.
8608
8609 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8610
8611         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8612         docstring.
8613
8614 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8615
8616         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8617
8618 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8619
8620         * wl-highlight.el (wl-highlight-headers): Remove
8621         `wl-highlight-x-face-func' argument (`beg' and `end').
8622
8623 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8624
8625         * wl-summary.el (wl-summary-mark-as-important):
8626         Remove cache if folder is local.
8627
8628 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8629
8630         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8631         to get existing e-mail address string.
8632
8633 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8634
8635         * wl-version.el (wl-generate-user-agent-string): Commentary.
8636         (wl-generate-user-agent-string-1): Use `when' for
8637         one-branch conditional statement, instead of `and' and `if'.
8638         (wl-extended-emacs-version, wl-extended-emacs-version2,
8639         wl-extended-emacs-version3): Ditto.
8640
8641 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8642
8643         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8644         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8645         condition-case; Remove initialization.
8646         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8647         (wl-summary-sync-update3): Added argument `sync-all';
8648         Eliminated local variable `msgdb';
8649         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8650         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8651         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8652
8653 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8654
8655         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8656         connection before call `wl-draft-send-mail-with-smtp'.
8657
8658 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8659
8660         * Version number is increased to 2.5.4.
8661
8662 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8663
8664         * wl.el (wl-check-environment): Additional check for
8665         'wl-local-domain' and `wl-message-id-domain'.
8666
8667 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8668
8669         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8670         buffer as command specific.
8671         (wl-folder-mark-as-read-all-entity): Ditto.
8672         (wl-folder-prefetch-entity): Ditto.
8673         (wl-folder-drop-unsync-entity): Ditto.
8674
8675         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8676         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8677         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8678
8679         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8680         save-excursion.
8681
8682 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8683
8684         * Version number is increased to 2.5.3.
8685
8686         * wl-summary.el (wl-summary-save-view-cache):
8687         Delete duplicated `write-region';
8688         Use `write-region-as-binary' instead of `as-binary-output-file' and
8689         `write-region'.
8690
8691 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8692
8693         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8694
8695 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8696
8697         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8698         instead of `smtp-via-smtp'.
8699
8700 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8701
8702         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8703
8704 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8705
8706         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8707         instead of `smtp-sasl-user-realm'.
8708
8709 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8710
8711         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8712
8713 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8714
8715         * Version number is increased to 2.5.2.
8716
8717 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8718
8719         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8720         does not exist.
8721         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8722         (wl-biff-start): Call `timer-activate' if timer already exists.
8723
8724         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8725         only when it is bound as function.
8726
8727 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8728
8729         * Version number is increased to 2.5.1.
8730
8731 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8732
8733         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8734         Print refile/copy destination.
8735
8736 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8737
8738         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8739         queue-flush-only is non-nil.
8740
8741         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8742
8743         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8744         checking cache folder.
8745
8746 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8747
8748         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8749         `regexp-quote'.
8750
8751 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8752
8753         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8754         function.
8755         * wl-summary.el (wl-summary-write-current-folder-functions):
8756         Change default value.  Use it.
8757
8758 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8759
8760         * Version number is increased to 2.5.0.
8761
8762         * wl-version.el (wl-version): Changed codename.
8763
8764 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8765
8766         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8767         (wl-summary-supersedes-message): Ditto.
8768
8769 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8770
8771         * wl-refile.el (wl-refile-guess-functions): Renamed from
8772         `wl-refile-guess-func-list'.
8773
8774 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8775
8776         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8777         Fixed problem when no rule was matched.
8778
8779 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8780
8781         * wl-summary.el (wl-summary-get-mark): Fixed
8782         `wl-summary-buffer-target-mark' check logic.
8783
8784 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8785
8786         * wl-folder.el (wl-folder-write-current-folder): Added group
8787         folder check.
8788
8789         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8790         `wl-summary-write-current-newsgroup'.
8791         (wl-summary-write-current-folder-functions): New variable.
8792         * wl-folder.el (wl-folder-get-newsgroups): New function.
8793         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8794         (wl-folder-write-current-folder): Renamed from
8795         `wl-folder-write-current-newsgroup'.
8796
8797 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8798
8799         * Version number is increased to 2.3.93.
8800
8801 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8802
8803         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8804         (wl-ldap-make-matched-value-list): Ditto.
8805         (wl-ldap-alias-safe-string): Split e-mail address.
8806
8807         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8808         petname folder default was selected.
8809         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8810         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8811
8812 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8813
8814         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8815         to `wl-draft-config-exec'.
8816
8817         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8818         instead of calling `wl-draft-config-exec';
8819         Process group-list and show recipients in minibuffer.
8820
8821         * tm-wl.el (wl-draft-preview-message): Ditto.
8822
8823 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8824
8825         * wl.el (toplevel): Added (C) to copyright notice, and
8826         sync Author header.
8827         * tm-wl.el (toplevel): Ditto.
8828         * wl-address.el (toplevel): Ditto.
8829         * wl-demo.el (toplevel): Ditto.
8830         * wl-dnd.el (toplevel): Ditto.
8831         * wl-draft.el (toplevel): Ditto.
8832         * wl-e21.el (toplevel): Ditto.
8833         * wl-expire.el (toplevel): Ditto.
8834         * wl-folder.el (toplevel): Ditto.
8835         * wl-highlight.el (toplevel): Ditto.
8836         * wl-message.el (toplevel): Ditto.
8837         * wl-mime.el (toplevel): Ditto.
8838         * wl-mule.el (toplevel): Ditto.
8839         * wl-nemacs.el (toplevel): Ditto.
8840         * wl-refile.el (toplevel): Ditto.
8841         * wl-score.el (toplevel): Ditto.
8842         * wl-summary.el (toplevel): Ditto.
8843         * wl-template.el (toplevel): Ditto.
8844         * wl-thread.el (toplevel): Ditto.
8845         * wl-util.el (toplevel): Ditto.
8846         * wl-vars.el (toplevel): Ditto.
8847         * wl-xmas.el (toplevel): Ditto.
8848
8849 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8850
8851         * wl.el (wl-init): Added comment about `wl-init-hook'.
8852         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8853         * wl-vars.el (wl-init-hook): Added docs.
8854         (wl-make-plugged-hook): Removed useless docs.
8855         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8856         * wl-xmas.el (toplevel): Ditto.
8857
8858 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8859
8860         * wl-address.el (toplevel): Fixed multiple Author header format.
8861         * wl-demo.el (toplevel): Ditto.
8862         * wl-draft.el (toplevel): Ditto.
8863         * wl-folder.el (toplevel): Ditto.
8864         * wl-summary.el (toplevel): Ditto.
8865         * wl-thread.el (toplevel): Ditto.
8866         * wl-util.el (toplevel): Ditto.
8867         * wl-vars.el (toplevel): Ditto.
8868         * wl-version.el (toplevel): Ditto.
8869         * wl-xmas.el (toplevel): Ditto.
8870         * wl.el (toplevel): Ditto.
8871
8872         * wl-version.el (toplevel): Added require `elmo-version' for
8873         `product-version-as-string'.
8874
8875 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8876
8877         * wl-vars.el (wl-draft-send-hook): Changed default value to
8878         '(wl-draft-config-exec).
8879
8880         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8881         explicitly.
8882         (wl-draft): Set `wl-draft-config-exec-flag' before running
8883         `wl-mail-setup-hook'.
8884
8885         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8886         `wl-biff-init-icons' to `wl-init-hook' instead of
8887         `wl-make-plugged-hook'.
8888         (Because if `wl-draft' command is invoked at first,
8889         they are not initialized)
8890         Updated copyright notice.
8891
8892         * wl-e21.el (toplevel): Ditto;
8893
8894         * wl-demo.el (toplevel): Updated copyright notice.
8895         * wl-address.el (toplevel): Ditto.
8896         * wl-draft.el (toplevel): Ditto.
8897         * wl-version.el (toplevel): Ditto.
8898         * wl-folder.el (toplevel): Ditto.
8899         * wl-summary.el (toplevel): Ditto.
8900         * wl-thread.el (toplevel): Ditto.
8901         * wl-util.el (toplevel): Ditto.
8902         * wl-vars.el (toplevel): Ditto.
8903         * wl.el (toplevel): Ditto.
8904
8905 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8906
8907         * wl-highlight.el (wl-highlight-message): Fixed problem of
8908         highlighting failure which occured when the last field contains
8909         multiple lines in the draft buffer.
8910
8911         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8912         `wl-biff-start' if plugged.
8913
8914         * wl-util.el (wl-biff-check-folder): New function.
8915         (wl-biff-check-folders): Don't set session name prefix.
8916         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8917         (wl-biff-check-folder-async): Ditto.
8918
8919         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8920         in email address.
8921
8922 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8923
8924         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8925
8926         * wl-draft.el (wl-draft-strip-subject-re): New function.
8927
8928         * wl-draft.el (wl-draft-reply): Use it.
8929
8930 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8931
8932         * wl-message.el (wl-mmelmo-message-redisplay): Use
8933         `mime-display-message' instead of `wl-mime-display-message'.
8934
8935         * wl-mime.el (toplevel): Removed compatibility workaround
8936         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8937         (wl-mime-display-message): Abolished.
8938         (wl-mime-entity-read-field): Ditto.
8939         (wl-mime-combine-message/partial-pieces): Use
8940         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8941
8942 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8943
8944         * wl-template.el: Doc fixes.
8945
8946 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8947
8948         * wl-e21.el (wl-message-overload-functions): Do nothing if
8949         `current-local-map' is not available.
8950         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8951
8952 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8953
8954         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8955         representation.
8956
8957         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8958         number.
8959         (wl-fldmgr-save-folders): Don't use `format' when insert
8960         `wl-fldmgr-folders-header'.
8961
8962 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8963
8964         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8965
8966 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8967
8968         * wl-highlight.el (wl-highlight-message):
8969         Use `std11-field-end' to detect end point of the header field.
8970         Refer `wl-highlight-max-header-size'.
8971
8972         * wl-vars.el (wl-highlight-max-header-size): New variable.
8973
8974         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8975
8976         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8977         Set `for-draft' argument of wl-highlight-headers.
8978         (wl-draft): Ditto.
8979         (wl-draft-reedit): Ditto.
8980         (wl-user-agent-compose-internal): Ditto.
8981
8982 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8983
8984         * wl-message.el (wl-message-add-button): Use overlay.
8985
8986 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8987
8988         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8989
8990         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8991         problem when group-list content is nothing.
8992         (Reported by Mito <mit@nines.nec.co.jp>)
8993
8994 2000-10-18  SAITO Atsunori <sai@yedo.com>
8995
8996         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8997
8998 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8999
9000         * tm-wl.el (toplevel): Use product-provide.
9001
9002 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9003
9004         * Version number is increased to 2.3.92.
9005
9006 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9007
9008         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9009         title text, use `display' property for left margin under Emacs 21.
9010
9011         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9012         properties.
9013         (wl-plugged-init-icons): Ditto.
9014
9015 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9016
9017         * wl.el (wl-save-status, wl-init): Remove last period in
9018         "...done." message.
9019         * tm-wl.el (wl-summary-burst): Ditto.
9020         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9021         wl-summary-resume-cache-status,
9022         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9023         wl-summary-sync-update3, wl-summary-highlight-msgs,
9024         wl-summary-flush-pending-append-operations,
9025         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9026         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9027         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9028         wl-thread-open-all): Ditto.
9029         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9030         * wl-mime.el (wl-summary-burst): Ditto.
9031         * wl-highlight.el (wl-highlight-summary): Ditto.
9032         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9033         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9034         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9035         * wl-address.el (wl-local-address-init): Ditto.
9036
9037 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9038
9039         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9040         `add-text-properties'.
9041         (wl-plugged-init-icons): Ditto.
9042         (wl-folder-init-icons): Use `propertize' instead of
9043         `put-text-property'.
9044         (wl-plugged-set-folder-icon): Ditto.
9045         (wl-e21-highlight-folder-group-line): Ditto.
9046
9047 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9048
9049         * wl-version.el (wl-version-status-alist): New variable.
9050         (wl-version-status): New function.
9051
9052         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9053         "Cc" part of the case "Reply-To".
9054
9055         * wl-draft.el (wl-draft-reply): Use result of
9056         `eword-extract-address-components'.
9057
9058         * wl-demo.el (wl-demo-icon-name): New constant.
9059         (wl-logo-xpm): Use it.
9060         (wl-logo-xbm): Ditto.
9061         (wl-logo-bitmap): Ditto.
9062
9063         * Version number is increased to 2.3.91.
9064
9065 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9066
9067         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9068         (wl-extended-emacs-version, wl-extended-emacs-version2,
9069         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9070         docstring.
9071
9072         * wl-version.el (wl-generate-user-agent-string-1): New function.
9073         (wl-generate-user-agent-string): Use it.
9074
9075         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9076         `mime-edit-insert-user-agent-field'.
9077         (wl-generate-user-agent-string): Check
9078         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9079
9080         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9081         instead of `if', when verbose case.
9082
9083 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9084
9085         * wl-expire.el (wl-summary-expire): Fix.
9086
9087 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9088
9089         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9090         and `elmo-lost+found-folder' if 'wl-draft.
9091         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9092
9093 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9094
9095         * wl-expire.el (wl-summary-expire): Change messages.
9096         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9097         `deleing-info' instead of "Deleting..."
9098
9099 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9100
9101         * wl-summary.el (wl-summary-refile-subr): Fix.
9102
9103 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9104
9105         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9106         if pipe folder.
9107
9108 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9109
9110         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9111
9112 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9113
9114         * wl-expire.el (wl-expire-hide): New function.
9115         (wl-summary-expire): Add `hide'.
9116
9117 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9118
9119         * wl-vars.el (wl-draft-reply-without-argument-list):
9120         Changed default value to consider `Reply-To:'.
9121         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9122
9123         * Version number is increased to 2.3.90.
9124
9125         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9126         elmo-imap4-get-session with unwind-protect.
9127         Don't cause error.
9128         (wl-summary-sync-marks): Don't check plugged nor folder type.
9129         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9130         (Always keep current buffer).
9131
9132 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9133
9134         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9135         Enclose with `save-excursion'.
9136
9137 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9138
9139         * wl-version.el (wl-version): Remove interactive.
9140
9141 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9142
9143         * wl-version.el (wl-generate-user-agent-string): Use
9144         `product-string-verbose' instead of `product-string-1'.
9145
9146 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9147
9148         * wl-vars.el (wl-draft-use-cache): New variable.
9149         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9150         if wl-draft-use-cache is non-nil.
9151
9152 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9153
9154         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9155         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9156
9157 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9158
9159         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9160         (wl-thread-msg-mark-as-unread): Ditto.
9161
9162         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9163         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9164         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9165         Don't set mark in summary if return value of `elmo-mark-as-read'
9166         is nil.
9167         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9168         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9169         instead of `wl-thread-msg-mark-as-read'.
9170         (wl-summary-mark-as-unread-region): Ditto.
9171         (wl-summary-target-mark-mark-as-read): Ditto.
9172
9173         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9174
9175 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9176
9177         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9178
9179         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9180
9181 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9182
9183         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9184         face.
9185
9186 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9187
9188         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9189         `running-xemacs'.
9190
9191 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9192
9193         * wl-version.el (toplevel): Use `product-version-as-string' for
9194         set verstion-string, if defined.
9195
9196         * wl-version.el (wl-version-show): Insert string at point, when
9197         call with argument.
9198
9199         * wl-version.el (wl-generate-user-agent-string): Use
9200         `product-string-1' instead of `wl-appname', `wl-version' and
9201         `wl-codename'.
9202
9203 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9204
9205         * wl-address.el (toplevel): Use product-provide.
9206         * wl-demo.el (toplevel): Ditto.
9207         * wl-dnd.el (toplevel): Ditto.
9208         * wl-draft.el (toplevel): Ditto.
9209         * wl-e21.el (toplevel): Ditto.
9210         * wl-expire.el (toplevel): Ditto.
9211         * wl-fldmgr.el (toplevel): Ditto.
9212         * wl-folder.el (toplevel): Ditto.
9213         * wl-highlight.el (toplevel): Ditto.
9214         * wl-message.el (toplevel): Ditto.
9215         * wl-mime.el (toplevel): Ditto.
9216         * wl-mule.el (toplevel): Ditto.
9217         * wl-nemacs.el (toplevel): Ditto.
9218         * wl-refile.el (toplevel): Ditto.
9219         * wl-score.el (toplevel): Ditto.
9220         * wl-summary.el (toplevel): Ditto.
9221         * wl-template.el (toplevel): Ditto.
9222         * wl-thread.el (toplevel): Ditto.
9223         * wl-util.el (toplevel): Ditto.
9224         * wl-vars.el (toplevel): Ditto.
9225         * wl-xmas.el (toplevel): Ditto.
9226         * wl.el (toplevel): Ditto.
9227
9228 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9229
9230         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9231         instead of product.
9232
9233         * wl-version.el (wl-version): Compile time evalution elmo-version.
9234
9235 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9236
9237         * wl-summary.el (wl-summary-sync-force-update): Append queue
9238         `mark-as-read'if unplugged.
9239
9240 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9241
9242         * wl-version.el: New file.  Use product.el.
9243         * wl.el: add (require 'wl-version).
9244         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9245         for ~/.folders header.
9246         (wl-fldmgr-folders-header): Changed.
9247         * wl-demo.el (wl-demo): Use product.el.
9248
9249         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9250         wl-version.el.
9251         * wl-util.el (wl-version, wl-version-show): Ditto.
9252
9253         * wl-util.el (wl-generate-user-agent-string,
9254         wl-extended-emacs-version, wl-extended-emacs-version2,
9255         wl-extended-emacs-version3): Move to wl-version.el.
9256         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9257         xemacs-codename, mime-edit-insert-user-agent-field,
9258         mime-edit-user-agent-value, mime-editor/version,
9259         mime-editor/codename): Compile warning killer move to
9260         wl-version.el
9261
9262 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9263
9264         * wl-summary.el (wl-summary-refile-subr): Fix.
9265
9266 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9267
9268         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9269         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9270
9271 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9272
9273         * wl.el (wl-check-environment): Check too many `@'.
9274
9275 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9276
9277         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9278
9279 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9280
9281         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9282         wl-draft-reply-myself-without-argument-list): Add variables.
9283         * wl-draft.el (wl-draft-reply): Use it.
9284
9285 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9286
9287         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9288         the 5th argument of `elmo-network-get-spec'.
9289
9290         * wl-thread.el (wl-thread-reparent-children): New inline function.
9291         (wl-thread-delete-message): Use it.
9292
9293         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9294         (wl-summary-score-update-all-lines): Don't use `dolist'.
9295
9296 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9297
9298         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9299         (require 'elmo-msgdb) for inline function.
9300
9301 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9302
9303         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9304
9305 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9306
9307         * wl-score.el (wl-score-headers): Fix for the confusing macro
9308         `elmo-kill-buffer'.
9309
9310 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9311
9312         * wl-summary.el: Don't use the 3rd argument of `require' because
9313         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9314         * wl-util.el: Ditto.
9315         * wl-draft.el: Ditto.
9316
9317 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9318
9319         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9320         window system is not used.
9321
9322 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9323
9324         * wl-thread.el: Don't use `mapcar' only for iteration.
9325         (wl-thread-resume-entity): Ditto.
9326         (wl-thread-delete-message): Ditto.
9327
9328         * wl-summary.el: Bind `dragdrop-drop-functions',
9329         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9330         of `require' for `timezone', `easymenu' and `ps-print';
9331         don't use `mapcar' only for iteration.
9332
9333         * wl-util.el: Bind `mule-version', `nemacs-version',
9334         `emacs-beta-version', `xemacs-codename',
9335         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9336         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9337         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9338         only for iteration.
9339
9340         * wl-score.el: Don't use `mapcar' only for iteration.
9341         (wl-score-simplify-buffer-fuzzy): Ditto.
9342         (wl-score-simplify-subject): Ditto.
9343         (wl-score-headers): Ditto.
9344         (wl-summary-score-update-all-lines): Ditto.
9345
9346         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9347         `enable-multibyte-characters' and `mule-version'.
9348
9349         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9350         `mapcar' only for iteration.
9351
9352         * wl-demo.el: Don't use `mapcar' only for iteration.
9353
9354         * wl-folder.el: Don't use `mapcar' only for iteration.
9355         (wl-folder-open-all): Ditto.
9356         (wl-folder-count-incorporates): Ditto.
9357
9358         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9359         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9360
9361         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9362         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9363         `smtp-connection-type'; specify 3rd argument of `require' for
9364         `timezone'; don't use `mapcar' only for iteration.
9365         (wl-draft-clone-local-variables): Don't use `mapcar'.
9366         (wl-draft-generate-clone-buffer): Ditto.
9367         (wl-user-agent-compose-internal): Ditto.
9368
9369         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9370
9371         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9372         (wl-save-status): Ditto.
9373
9374         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9375         for iteration.
9376
9377 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9378
9379         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9380         removed `Date'.
9381         (wl-fldmgr-make-filter-default): New user option.
9382
9383         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9384         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9385         (wl-fldmgr-filter-completion-alist): Abolish.
9386
9387         * wl.el (wl): Don't check servers if arg is non-nil.
9388
9389         * wl-draft.el (wl-draft-reply): Set only message-id string to
9390         In-Reply-To field.
9391
9392 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9393
9394         * wl-summary.el (wl-summary-pick): Rewrite.
9395
9396         * wl-draft.el (wl-draft-forward): Get references field from
9397         original buffer.
9398         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9399
9400 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9401
9402         * wl-draft.el (wl-draft-forward): Add references field.
9403
9404 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9405
9406         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9407         (wl-draft-reply): Use it.
9408
9409 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9410
9411         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9412         when Emacs 21 is running.
9413
9414         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9415         bindings.
9416
9417 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9418
9419         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9420         XPM icons transparent.
9421
9422         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9423         Emacs 21.
9424
9425 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9426
9427         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9428         nil.
9429
9430         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9431         when it is persistent.
9432         (wl-summary-sync-marks): Changed argument for
9433         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9434         (wl-summary-virtual): Use `elmo-read-search-condition'.
9435         (wl-summary-redisplay-internal): If folder is local, mark as read
9436         even when folder is plugged.
9437
9438 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9439
9440         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9441         of `tool-bar-lines' in the frame parameters.
9442         (after-make-frame-functions, post-command-hook): Don't modify the
9443         value.
9444         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9445         wl-e21-tool-bar-lines): Removed.
9446
9447 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9448
9449         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9450         properties `evaporate' and `wl-momentary-overlay' as well.
9451         (wl-highlight-summary-displaying): Ditto.
9452         (wl-delete-all-overlays): Don't delete overlay which does not have
9453         a property `wl-momentary-overlay'.
9454
9455         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9456         `display-mouse-p' and `display-graphic-p'.
9457         (wl-folder-init-icons): Don't search for XBM or the other files.
9458         (wl-plugged-set-folder-icon): Make icons if and only if
9459         `display-graphic-p' returns non-nil.
9460         (wl-highlight-plugged-current-line): Use `before-string' overlay
9461         property to show icon images.
9462         (wl-highlight-folder-current-line): Ditto.
9463         (wl-e21-highlight-folder-group-line): Ditto.
9464         (wl-e21-highlight-folder-by-numbers): Ditto.
9465         (wl-e21-insert-image): Removed.
9466         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9467         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9468         said.
9469         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9470         `wl-e21-force-switch-toolbar'.
9471         (wl-e21-make-icon-image): Removed.
9472         (wl-e21-setup-toolbar): Don't search for XBM files.
9473         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9474         the default value.
9475
9476 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9477
9478         * wl-util.el (wl-biff-check-folder-async): Set
9479         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9480
9481 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9482
9483         * wl-e21.el (after-make-frame-functions): Add
9484         `wl-e21-force-switch-toolbar'.
9485         (wl-e21-force-switch-toolbar): New function force to switch the
9486         toolbar appearance automatically.
9487         (post-command-hook): Add `wl-e21-switch-toolbar'.
9488         (wl-e21-switch-toolbar): New function to switch the toolbar
9489         appearance automatically.
9490         (wl-e21-tool-bar-lines): New buffer local variable.
9491
9492 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9493
9494         * wl-util.el (wl-biff-check-folders-running): New variable.
9495         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9496         (wl-biff-check-folder-async-callback):
9497         Set `wl-biff-check-folders-running'.
9498         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9499         with unwind-protect.
9500
9501         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9502         Enclose `wl-folder-auto-check' with unwind-protect.
9503
9504         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9505         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9506
9507         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9508
9509         * wl-util.el (wl-biff-notify): New inline function.
9510         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9511         locally.
9512         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9513         folder-list' is 1.
9514         Use `wl-biff-notify'.
9515         (wl-biff-check-folder-async-callback): New function.
9516         (wl-biff-check-folder-async): Ditto.
9517
9518         * wl-folder.el (wl-folder): Don't check folders.
9519         (wl-folder-auto-check): New function.
9520
9521 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9522
9523         * wl-util.el (wl-biff-start) [Emacs19+]:
9524         Use `timer-next-integral-multiple-of-time'.
9525         (wl-biff-check-folders): Use `wl-default-folder'
9526         if `wl-biff-check-folder-list' is nil.
9527
9528 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9529
9530         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9531         instead of `elmo-delete-lists'.
9532
9533 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9534
9535         * wl.el (wl-plugged-toggle-all): Set the value of
9536         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9537         (wl-plugged-toggle): Ditto.
9538         (wl-toggle-plugged): Ditto.
9539         (wl-plugged-init): Ditto.
9540
9541         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9542         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9543         instead of `wl-biff-state-indicator-off' and
9544         `wl-biff-state-indicator-on'; don't modify the value and the type
9545         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9546         (wl-plugged-init-icons): Set icons data to
9547         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9548         instead of `wl-plug-state-indicator-off' and
9549         `wl-plug-state-indicator-on'; don't modify the value and the type
9550         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9551
9552         * wl-vars.el (wl-modeline-biff-state-off,
9553         wl-modeline-biff-state-on, wl-modeline-biff-status,
9554         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9555         wl-modeline-plug-status): New internal variables.
9556         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9557         wl-biff-check-interval, wl-biff-check-folder-list): Change
9558         customization group from `wl-folder' to `wl-highlight'.
9559         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9560         wl-show-plug-status-on-modeline): Defcustomized.
9561
9562         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9563         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9564         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9565         a flag to `mode-line-buffer-identification'.
9566
9567         * wl-e21.el (wl-biff-init-icons): Set icons data to
9568         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9569         instead of `wl-biff-state-indicator-off' and
9570         `wl-biff-state-indicator-on'.
9571         (wl-plugged-init-icons): Set icons data to
9572         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9573         instead of `wl-plug-state-indicator-off' and
9574         `wl-plug-state-indicator-on'.
9575
9576 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9577
9578         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9579         excessive titles.
9580
9581 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9582
9583         * wl.el (wl-plugged-mode): Use revised
9584         `wl-mode-line-buffer-identification'.
9585         (wl-plugged-init): Don't use `force-mode-line-update'.
9586
9587         * wl-xmas.el (wl-draft-overload-functions): Use revised
9588         `wl-mode-line-buffer-identification'.
9589         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9590         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9591         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9592         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9593         `wl-make-plugged-hook';
9594         add `wl-folder-init-icons' and `wl-setup-folder' to
9595         `wl-folder-mode-hook'.
9596
9597         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9598         19 as well.
9599         (wl-mode-line-display-priority-list): New user option.
9600         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9601         Defcustomized.
9602         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9603         Add docs.
9604
9605         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9606         start.
9607         (wl-mode-line-buffer-identification): Revised as a function.
9608
9609         * wl-summary.el (wl-summary-mode): Use revised
9610         `wl-mode-line-buffer-identification'; don't call
9611         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9612         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9613         `wl-xmas-setup-summary'.
9614
9615         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9616         `wl-mode-line-buffer-identification'.
9617
9618         * wl-mule.el (wl-draft-overload-functions): Use revised
9619         `wl-mode-line-buffer-identification'.
9620
9621         * wl-folder.el (wl-make-plugged-alist): Don't call
9622         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9623         (wl-folder): Don't call `wl-folder-init-icons' directly.
9624         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9625         `wl-xmas-setup-folder' directly;
9626         use revised `wl-mode-line-buffer-identification'.
9627         (TopLevel): Don't bind `wl-biff-init-icons',
9628         `wl-plugged-init-icons', `wl-folder-init-icons',
9629         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9630
9631         * wl-e21.el (wl-draft-overload-functions): Use revised
9632         `wl-mode-line-buffer-identification'.
9633         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9634         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9635         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9636         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9637         `wl-make-plugged-hook';
9638         add `wl-folder-init-icons' and `wl-setup-folder' to
9639         `wl-folder-mode-hook'.
9640
9641 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9642             Katsumi Yamaoka    <yamaoka@jpl.org>
9643
9644         * wl.el (wl): Call `wl-biff-start'.
9645         (wl-exit): Call `wl-biff-stop'.
9646         (wl-plugged-mode): Show biff in modeline.
9647         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9648
9649         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9650         (wl-biff-init-icons): New function.
9651         (wl-plugged-init-icons): Don't make too much keymaps.
9652         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9653
9654         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9655         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9656         variables.
9657         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9658         options.
9659
9660         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9661         wl-biff-start, wl-biff-stop): New functions.
9662         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9663         (wl-biff-timer-name): New variable.
9664
9665         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9666
9667         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9668         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9669
9670         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9671         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9672
9673         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9674         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9675         `wl-folder-init-icons' to `ignore' if they are not available.
9676         (wl-folder-mode): Show biff in modeline.
9677
9678         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9679         (wl-biff-init-icons): New function.
9680         (wl-plugged-init-icons): Don't make too much keymaps.
9681         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9682
9683 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9684
9685         * wl-vars.el (wl-strict-diff-folders): Customization Type
9686         and doc fix.  Define as a list of regular expressions for
9687         folders or nil.
9688         * wl-folder.el (wl-folder-check-one-entity): Use
9689         `wl-string-match-member' instead of `wl-string-member' for
9690         `wl-strict-diff-folders'.
9691
9692 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9693
9694         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9695         (wl-highlight-folder-current-line): Use it; new implementation.
9696         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9697         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9698         `defsubst' instead of `defun'.
9699
9700         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9701         `wl-highlight-group-folder-by-numbers'; made it can also be a
9702         number.  See info for more details.
9703
9704         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9705         running.
9706
9707         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9708         to bind them.
9709
9710         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9711         (wl-highlight-folder-current-line): New implementation.
9712
9713         * wl-highlight.el (wl-highlight-folder-group-line): New
9714         implementation.
9715         (wl-delete-all-overlays): Rewrite as a marco.
9716         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9717
9718         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9719         running.
9720         (wl-folder-*-glyph): No need to bind them.
9721
9722         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9723         `wl-e21-highlight-folder-group-icon'; rewrite.
9724         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9725         `defsubst' instead of `defun'.
9726         (wl-folder-mode-map): Bind it when compiling.
9727
9728 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9729
9730         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9731
9732         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9733
9734 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9735
9736         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9737
9738 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9739
9740         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9741         (wl-highlight-folder-current-line): Use it.
9742
9743         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9744         in `id-name'.
9745
9746 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9747
9748         * wl.el: Require `wl-e21' when Emacs 21 is running.
9749
9750         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9751         default when Emacs 21 is running.
9752         (wl-use-highlight-mouse-line): Ditto.
9753         (wl-on-emacs21): New constant.
9754         (wl-on-emacs20): Removed.
9755
9756         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9757         Emacs 21 is running.
9758
9759         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9760         Emacs 21 is running.
9761
9762         * wl-e21.el: New file.
9763
9764 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9765
9766         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9767         (wl-toggle-plugged): Ditto.
9768         (wl-plugged-toggle): Ditto.
9769         (wl-plugged-toggle-all): Ditto.
9770
9771         * wl-vars.el (wl-plug-state-indicator): Refer
9772         `wl-plug-state-indicator-on' indirectly.
9773
9774 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9775
9776         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9777         Call `wl-folder-confirm-existence'.
9778
9779         * wl-folder.el (wl-folder-confirm-existence): Added optional
9780         argument `force'.
9781
9782 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9783
9784         * wl-summary.el (wl-summary-refile-subr): Assume
9785         `copy-or-refile' as symbol.
9786         (wl-summary-refile): Follow up above change.
9787         (wl-summary-copy): Ditto.  Doc fix.
9788
9789 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9790
9791         * wl-summary.el (wl-summary-pick): Don't bind
9792         `elmo-search-mime-charset'.
9793
9794         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9795         default using old backquote style.
9796         (wl-search-mime-charset): Abolished.
9797
9798         * wl-highlight.el (wl-highlight-headers):
9799         Call `point' after `re-search-forward'(for Nemacs).
9800
9801         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9802         for elmo-imap4.el.
9803
9804 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9805
9806         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9807         `wl-message-ignored-field-list' instead of
9808         `mime-view-ignored-field-list'.
9809
9810         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9811         Add interactive spec.
9812         (wl-folder-goto-bottom-of-current-folder): Ditto.
9813         (wl-folder-mode-map): Bind them.
9814
9815         * wl-vars.el (wl-message-ignored-field-list): New variable.
9816         (wl-message-visible-field-list): New variable.
9817
9818         * wl-mime.el (wl-mime-header-presentation-method): New function.
9819         (wl-mime-setup): Set header-presentation-method.
9820
9821 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9822
9823         * wl-nemacs.el (wl-draft-overload-functions): Set
9824         `mode-line-buffer-identification' instead of using
9825         `wl-make-modeline'.
9826
9827         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9828         instead of using `wl-make-modeline'.
9829
9830         * wl-xmas.el (wl-plugged-init-icons): Set up
9831         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9832         (wl-make-modeline): Abolish.
9833         (wl-draft-overload-functions): Set
9834         `mode-line-buffer-identification' instead of using
9835         `wl-make-modeline'.
9836
9837         * wl-util.el (wl-make-modeline-subr): Abolish.
9838         (wl-mode-line-buffer-identification): New alias.
9839
9840         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9841         (wl-summary-make-modeline): Abolish.
9842         (wl-summary-buffer-set-folder): Set
9843         `wl-summary-buffer-folder-indicator'.
9844         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9845         of using `wl-make-modeline'.
9846         (wl-summary-switch-to-clone-buffer): Don't set
9847         `mode-line-buffer-identification'.
9848         (wl-summary-goto-folder-subr): Ditto.
9849
9850         * wl-mule.el (wl-draft-overload-functions): Set
9851         `mode-line-buffer-identification' instead of using
9852         `wl-make-modeline'.
9853
9854         * wl-folder.el (wl-folder-mode): Set
9855         `mode-line-buffer-identification' instead of using
9856         `wl-make-modeline'.
9857         (wl-folder): Don't set `mode-line-buffer-identification'.
9858
9859 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9860
9861         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9862         instead of `member' for `wl-refile-guess-func-list' look-ups.
9863         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9864
9865 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9866
9867         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9868         `wl-message-button-dispatcher'.
9869
9870         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9871
9872         * wl-message.el (wl-message-button-dispatcher): Use it.
9873
9874         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9875         "In-Reply-To".
9876
9877         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9878         Bind `case-fold-search' to t.
9879
9880 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9881
9882         * wl-xmas.el (wl-message-overload-functions): Initialize
9883         `wl-message-button-map'.
9884
9885         * wl-mule.el (wl-message-overload-functions): Initialize
9886         `wl-message-button-map'.
9887
9888         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9889
9890         * wl-message.el (wl-message-button-map): New keymap.
9891         (wl-message-add-button): New function.
9892         (wl-message-button-dispatcher): New function.
9893         (wl-message-button-refer-article): New function.
9894
9895         * wl-highlight.el
9896         (wl-highlight-message-add-buttons-to-header): New function.
9897         (wl-highlight-headers): Use it.
9898
9899 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9900
9901         * wl-summary.el (wl-summary-default-from): Use
9902         `wl-address-get-petname-1'.
9903         (wl-summary-simple-from): Ditto.
9904
9905         * wl-address.el (wl-address-get-petname-1): New inline function.
9906         (wl-address-get-petname): Use it.
9907
9908 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9909
9910         * wl-summary.el (wl-summary-default-from): Return full-name part
9911         from the address if no petname was found.
9912         (wl-summary-simple-from): Ditto.
9913
9914         * wl-address.el (wl-address-get-petname): Return nil if no petname
9915         associated with the address was found.
9916
9917 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9918
9919         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9920         display is finished.
9921
9922 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9923
9924         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9925         `elmo-folder-exists-p' argument.
9926
9927 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9928
9929         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9930         the folder.
9931
9932 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9933
9934         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9935
9936         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9937         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9938
9939 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9940
9941         * wl-folder.el (wl-folder-create-subr): New function.
9942         (wl-folder-confirm-existence): Use it.
9943         (wl-folder-check-one-entity): Use it.
9944         Check the error symbol is derived from 'elmo-open-error.
9945
9946         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9947         `ignore-error'.
9948
9949 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9950
9951         * wl-util.el (toplevel): Add (eval-when-compile (require
9952         'elmo-util)).  (Maybe `provide' is typo.)
9953
9954 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9955
9956         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9957         (I don't know why this was needed.)
9958
9959         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9960         Follow up changes for stream-type.
9961
9962         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9963         (wl-draft-elmo-nntp-send): Ditto.
9964
9965         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9966         (wl-nntp-posting-stream-type): Ditto.
9967         (wl-pop-before-smtp-ssl): Abolished.
9968         (wl-nntp-posting-ssl): Ditto.
9969
9970         * wl-address.el (wl-address-quote-specials): New function.
9971         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9972
9973         * wl-draft.el (wl-draft-reply): Ditto.
9974
9975 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9976
9977         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9978         use function `wl-string-match-assoc'.
9979
9980 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9981
9982         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9983
9984         * wl-draft.el (wl-draft-deduce-address-list): New function.
9985         (wl-draft-parse-mailbox-list): Ditto.
9986         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9987         instead of `smtp-deduce-address-list'.
9988         (wl-draft-on-field-p): Follow group list.
9989
9990         * wl-address.el (wl-address-concat-token): New function.
9991         (wl-address-string-without-group-list-contents): Ditto.
9992         (wl-complete-field-body): Fixed problem of completion
9993         by japanese petname.
9994         (wl-address-make-completion-list): Rewrite.
9995
9996 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9997
9998         * wl-address.el (wl-address-make-completion-list): Completion by
9999         petname.
10000         (wl-complete-field-body): Likewise.
10001
10002 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10003
10004         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10005         contains invalid address syntax.
10006
10007 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10008
10009         * wl-folder.el (wl-folder-check-entity-async): Use
10010         `elmo-nntp-spec-hostname'.
10011
10012 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10013
10014         * wl-summary.el (wl-summary-msgdb-load-async): Use
10015         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10016
10017 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10018
10019         * wl-draft.el (wl-draft-reply): Set argument
10020         `content-transfer-encoding' as nil.
10021
10022 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10023
10024         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10025         `wl-refile-alist'.
10026
10027 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10028
10029         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10030         (wl-draft-edit-string): Ditto.
10031         (wl-draft-forward): Ditto.
10032         * wl-summary.el (wl-summary-write): Ditto.
10033
10034 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10035
10036         * wl-summary.el (wl-summary-sync-update3): Call
10037         `wl-summary-buffer-number-column-detect'.
10038         (wl-summary-buffer-number-column-detect): Search from point-min.
10039
10040 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10041
10042         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10043         contains an address which is not included in original to or cc.
10044
10045 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10046
10047         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10048         begin-line does not exist.
10049         * wl-message.el (wl-message-uu-substring): Ditto.
10050
10051 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10052
10053         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10054         clear local variables.
10055         (wl-summary-exit): Call `elmo-commit'.
10056         (wl-summary-switch-to-clone-buffer): Call
10057         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10058         (wl-summary-goto-folder-subr): Ditto.
10059
10060         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10061         POP folder.
10062
10063 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10064
10065         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10066         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10067         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10068         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10069         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10070         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10071
10072         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10073
10074 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10075
10076         * wl-summary.el (wl-summary-search-by-subject):
10077         Search parent message from the latest one.
10078
10079 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10080
10081         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10082         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10083
10084         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10085         New user option.
10086
10087         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10088         if elmo-nntp-use-killed-list is nil.
10089         Use `elmo-msgdb-append-to-killed-list'.
10090         (Append numbers confirmed as disappeared to the killed list.)
10091         (wl-summary-confirm-appends): Don't display negative number.
10092
10093 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10094
10095         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10096
10097 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10098
10099         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10100         range is `all'.
10101         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10102         `elmo-list-bigger-diff'.
10103
10104 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10105
10106         * wl-summary.el (wl-summary-buffer-exit-func):
10107         New buffer local variable.
10108         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10109
10110 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10111
10112         * wl-demo.el (wl-demo): Fix the last change.
10113
10114 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10115
10116         * wl-demo.el (wl-demo): Don't use `eval'.
10117
10118 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10119
10120         * wl-summary.el (wl-summary-buffer-thread-modified):
10121         New buffer-local variable.
10122         (wl-summary-set-thread-modified): New function.
10123         (wl-summary-thread-modified-p): New function.
10124         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10125         (wl-summary-yank-saved-message): Use function
10126         `wl-summary-set-thread-modified'
10127         (wl-summary-switch-to-clone-buffer): Add
10128         `wl-summary-buffer-thread-modified'.
10129
10130         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10131         (wl-summary-buffer-mark-saved-hook): Ditto.
10132         * wl-summary.el (wl-summary-msgdb-save): New hook
10133         `wl-summary-buffer-message-saved-hook' and
10134         `wl-summary-buffer-mark-saved-hook'.
10135
10136 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10137
10138         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10139
10140 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10141
10142         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10143         don't hide scroll bars under FSF Emacsen because it may incur an
10144         undesirable redrawing.
10145
10146 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10147
10148         * wl-draft.el (wl-draft-edit-string): Call
10149         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10150
10151 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10152
10153         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10154
10155 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10156
10157         * wl-summary.el (wl-summary-msgdb-load-async): Call
10158         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10159
10160 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10161
10162         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10163         fringes in demo buffer; center bitmap logo correctly even if old
10164         Mule is used.
10165
10166 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10167
10168         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10169
10170         * wl-refile.el (wl-refile-subject-alist): New variable.
10171         (wl-refile-subject-alist-file-name): Ditto.
10172         (wl-refile-alist-setup): Rewrite.
10173         (wl-refile-alist-save): Use `elmo-object-save'.
10174         Eliminated arguments.
10175         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10176         (wl-refile-guess-by-subject): New function.
10177         (wl-refile-guess-func-list): Added it.
10178
10179 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10180
10181         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10182         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10183
10184 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10185
10186         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10187         New buffer-local variable.
10188         (wl-summary-buffer-next-folder-func): Ditto.
10189         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10190         if non-nil.
10191         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10192         if non-nil.
10193         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10194         if non-nil.
10195         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10196         if non-nil.
10197
10198 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10199
10200         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10201         permanently in the demo buffer.
10202
10203 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10204
10205         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10206         `mime-entity-fetch-field'.
10207
10208         * wl.el (wl-exit): Delete plugged buffer.
10209
10210         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10211         XEmacs has menubar feature.
10212
10213 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10214
10215         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10216         cannot arrive at the beginning of the buffer under old Emacsen.
10217
10218 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10219
10220         * wl-address.el (wl-address-ldap-search):
10221         Call `ldap-search-entries' with `withdn' argument t.
10222         (wl-complete-field-body): Bind completion-ignore-case as t.
10223         Clear ldap search hash when it was sole completion.
10224         Use elmo-string for pattern string.
10225         (wl-ldap-alias-safe-string): Eliminated needless let.
10226
10227 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10228
10229         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10230         (wl-ldap-alias-sep): New constant.
10231         (wl-ldap-search-attribute-type-list): Ditto.
10232         (wl-ldap-get-value): New function.
10233         (wl-ldap-make-filter): Ditto.
10234         (wl-ldap-make-matched-value-list): Ditto.
10235         (wl-ldap-alias-safe-string): Ditto.
10236         (wl-ldap-register-dn-string): Ditto.
10237         (wl-address-ldap-search): Rewrite.
10238
10239 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10240
10241         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10242         thread is deleted.
10243         (wl-thread-delete-line-from-buffer): Ditto.
10244         (wl-thread-get-exist-children): New function.
10245
10246 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10247
10248         * wl-demo.el (wl-demo): Made it to select various image types.
10249         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10250         from `wl-title-logo'.
10251         (wl-logo-ascii): New variable.
10252         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10253         (wl-demo-copyright-notice): New constant.
10254
10255         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10256
10257 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10258
10259         * wl-vars.el (wl-summary-target-above): Renamed from
10260         wl-summary-temp-above.
10261         * wl-score.el (wl-score-get-score-alist): Use it.
10262         (wl-summary-score-update-all-lines): Use it.
10263         * wl-summary.el: Ditto. (make-variable-buffer-local).
10264
10265 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10266
10267         * wl-vars.el (wl-ldap-port): New user option.
10268
10269         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10270         Rewite whole implementation.
10271         (wl-complete-field-body): Fixed.
10272
10273 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10274
10275         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10276         Choose implementation at compile time.
10277
10278 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10279
10280         * wl-address.el (wl-ldap-search-internal): New function.
10281         (wl-complete-field-to): Use it.
10282
10283 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10284
10285         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10286         Use `let' instead of `let*'.
10287         Require 'wl-vars.
10288
10289         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10290         Define as defcustom.
10291         (wl-ldap-base): Ditto.
10292         (wl-use-ldap): Ditto.
10293
10294 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10295
10296         * wl-address.el (wl-ldap-search): New function.
10297         (wl-complete-field-body): Use `wl-ldap-search'.
10298         (wl-ldap-server): New variable.
10299         (wl-ldap-base): Ditto.
10300         (wl-use-ldap): Ditto.
10301
10302 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10303
10304         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10305         (Pointed out by Mito <mit@nines.nec.co.jp>).
10306         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10307         buffer-local variables like `wl-summary-redisplay-internal'.
10308         (wl-summary-redisplay-all-header): Likewise.  Update
10309         Summary view too.
10310
10311 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10312
10313         * wl-summary.el (wl-summary-jump-to-parent-message):
10314         Consider prefix argument.
10315
10316         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10317         when closed thread is deleted.
10318
10319 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10320
10321         * wl-summary.el (wl-summary-jump-to-parent-message):
10322         Consider thread modification.
10323
10324 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10325
10326         * wl-message.el (wl-message-normal-get-original-buffer): Use
10327         `save-excursion'.
10328
10329         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10330         (wl-summary-showto-folder-regexp): Ditto.
10331
10332 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10333
10334         * wl-util.el (wl-delete-alist): Doc fix.
10335         (wl-delete-associations): New function.
10336         (wl-inverse-alist): New function.
10337         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10338         Split temporary variables. Use `wl-delete-associations'
10339         and `wl-inverse-alist'.
10340         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10341
10342 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10343
10344         * wl-folder.el (wl-folder-prefetch-entity):
10345         Execute prefetching if new count is unknown.
10346
10347 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10348
10349         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10350
10351         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10352         delete entity.
10353         (wl-thread-set-parent): If insert as top, set linked as nil.
10354
10355         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10356         `wl-thread-cleanup-symbols' when view mode is thread.
10357
10358 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10359
10360         * wl-folder.el (wl-folder-create-folder-entity): Use
10361         with-current-buffer.
10362         (wl-local-folder-init): Call set-buffer to make sure we are in
10363         the Folder buffer. Don't touch buffer-local variables here.
10364         (wl-folder-mode): Initialize buffer-local variables here.
10365
10366         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10367         (wl-folder-entity-assign-id): Ditto.
10368         (wl-folder-create-entity-hashtb): Ditto.
10369         (wl-local-folder-init): Ditto.
10370         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10371
10372 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10373
10374         * wl-summary.el (wl-summary-default-from): Fix probrem when
10375         std11-extract-address-components return (nil "foo@bar").
10376
10377 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10378
10379         * wl-draft.el (wl-draft-clone-local-variables):
10380         Remove redundant `setq'.
10381
10382 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10383
10384         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10385         Bind wl-highlight-x-face-func as nil while highlighting header.
10386
10387 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10388
10389         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10390
10391 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10392
10393         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10394         elmo-msgdb-overview-hashtb from copy-variables.
10395         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10396         instead of `elmo-msgdb-overview-get-entity-by-number'.
10397         (wl-summary-auto-refile): Ditto.
10398
10399         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10400         `elmo-msgdb-overview-get-entity' instead of
10401         `elmo-msgdb-search-overview-entity'.  Use
10402         `elmo-msgdb-overview-get-entity' instead of
10403         `elmo-msgdb-overview-get-entity-by-number'.
10404         (wl-thread-insert-entity-sub): Ditto.
10405         (wl-thread-insert-message): Ditto.
10406
10407         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10408         `elmo-msgdb-overview-get-entity'.
10409         (wl-normal-message-redisplay): Ditto.
10410
10411 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10412
10413         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10414         `wl-thread-entities'.
10415         (wl-thread-delete-message): Fix remove top message from
10416         `wl-thread-entity-list'.
10417
10418         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10419         wl-append(nconc), because update-list is broken on Meadow.
10420
10421         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10422         updating process.
10423         (wl-summary-rescan): Ditto.
10424         (wl-summary-sync-update3): Ditto.
10425         * wl-thread.el (wl-thread-set-parent): Renamed from
10426         `wl-summary-set-parent'.
10427         (wl-thread-insert-message): Updating buffer faster.
10428         (wl-thread-delete-message): Updating buffer faster.
10429
10430         * wl-score.el (wl-summary-score-update-all-lines): Changed
10431         interval for display progress gauge.
10432
10433 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10434
10435         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10436         folder always-sticky.
10437         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10438         defmacro.
10439
10440 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10441
10442         * wl-vars.el (wl-draft-add-references): New user option.
10443
10444         * wl-draft.el (wl-draft-add-references): New function.
10445         (wl-draft-yank-from-mail-reply-buffer): Use it.
10446         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10447         as nil.
10448
10449 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10450
10451         * wl-thread.el (wl-thread-update-line-msgs): Called
10452         `wl-thread-update-line-on-buffer-sub'.
10453         (wl-thread-update-line-on-buffer): Delete routine of inserting
10454         thread.
10455         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10456         moved from `wl-thread-update-line-on-buffer'.
10457         Add threshold for displaying progress gauge.
10458         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10459         argument of `wl-thread-update-line-msgs'.
10460         Add threshold for displaying progress gauge.
10461         * wl-folder.el:
10462         Add threshold for displaying progress gauge.
10463         * wl-score.el: Ditto.
10464
10465         * wl-expire.el (wl-summary-expire): Display deleting info.
10466
10467 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10468
10469         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10470         `no-msg'.
10471         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10472         argument of `wl-thread-update-line-msgs'.
10473         (wl-summary-set-parent): Added optional argument `parent-number'.
10474         (wl-summary-buffer-saved-message): New buffer local variable.
10475         (wl-summary-save-current-message): New command.
10476         (wl-summary-yank-saved-message): Ditto.
10477         (wl-summary-mode-map): Added key binding for
10478         `wl-summary-save-current-message' (\ew) and
10479         `wl-summary-yank-saved-message' (\C-y).
10480         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10481
10482 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10483
10484         * wl-summary.el (wl-summary-mode-map): Added key binding for
10485         `wl-summary-set-parent' (ts).
10486
10487 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10488
10489         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10490         subject faster. If thread number is reverse, delayed updating
10491         thread.
10492         (wl-summary-search-by-subject): Ditto.
10493         (wl-summary-put-alike): Ditto.
10494         (wl-summary-get-alike): Ditto.
10495         (wl-summary-insert-headers): Insert header of all overview in
10496         buffer.
10497         (wl-summary-rescan): Delayed updating thread. Kill search subject
10498         buffer for wl-summary-search-by-subject.
10499         (wl-summary-sync-update3): Ditto.
10500         (wl-summary-exit): Ditto.
10501         (wl-summary-goto-bottom-of-current-thread): Change for linked
10502         thread.
10503         (wl-summary-overview-create-summary-line): Change line for linked
10504         thread.
10505
10506         * wl-summary.el (wl-summary-update-thread): Use
10507         wl-thread-maybe-get-children-num.
10508         (wl-summary-set-parent): If change parent, move sub thread.
10509         (wl-summary-redisplay-internal): Add horizontal recenter.
10510         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10511
10512         * wl-thread.el (wl-thread-entity-get-linked): New function.
10513         (wl-thread-entity-set-linked): New function.
10514         (wl-thread-create-entity): Add linked element.
10515         (wl-thread-entity-insert-as-top): Use wl-append.
10516         (wl-thread-maybe-get-children-num): If closing thread, return
10517         children msgs.
10518         (wl-thread-update-line-msgs): Displaying progress message.
10519         (wl-thread-update-line-on-buffer-sub): Use
10520         wl-thread-maybe-get-children-num.
10521         (wl-thread-update-line-on-buffer): If update line is not exists,
10522         insert thread.
10523         (wl-thread-delete-message): If delete top msg of thread, search
10524         parent by subject.
10525         (wl-thread-insert-entity): Use
10526         wl-thread-maybe-get-children-num.
10527
10528         * wl-highlight.el (wl-highlight-summary-current-line): change
10529         sregexp for linked thread.
10530         * wl-util.el (wl-count-lines): Count lines.
10531         (wl-horizontal-recenter): horizontal recenter.
10532         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10533         (wl-score-get-alike): Ditto.
10534         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10535         (wl-subject-length-limit): New variable.
10536         (wl-highlight-thread-indent-string-regexp): Changed for linked
10537         thread.
10538
10539 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10540
10541         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10542         New variable (revival).
10543         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10544         by subject matching if there's no in-reply-to nor references field
10545         (revival).
10546
10547 \f
10548 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10549
10550         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10551         message.
10552
10553 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10554
10555         * wl-summary.el (wl-summary-reply): Return t if there was a
10556         message at cursor point.
10557         Added unwind-protect.
10558         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10559         returns t.
10560         (wl-summary-cancel-message): Do nothing when there's no message at
10561         cursor point.
10562         (wl-summary-forward): Ditto.
10563         (wl-summary-jump-to-parent-message): Ditto.
10564         (wl-summary-reedit): Ditto.
10565         (wl-summary-edit-addresses): Ditto.
10566         (wl-summary-pipe-message): Ditto.
10567         (wl-summary-print-message-with-ps-print): Ditto.
10568         (wl-summary-print-message): Ditto.
10569         (wl-summary-mark-as-important): Ditto.
10570         (wl-summary-mark-as-unread): Ditto.
10571
10572         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10573         message at cursor point.
10574         (wl-summary-reply-with-citation): Remove unwind-protect.
10575
10576         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10577         subject searching feature.
10578         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10579         Eliminated.
10580
10581 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10582
10583         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10584         New variable.
10585         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10586         by subject matching if there's no in-reply-to nor references field.
10587
10588         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10589
10590         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10591         when display is finished.
10592         (wl-folder-open-all): Ditto.
10593         (wl-folder-update-access-group): Ditto.
10594         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10595         * wl-thread.el (wl-thread-close-all): Ditto.
10596
10597         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10598         progress gauge only when it was displayed.
10599         * wl-folder.el (wl-folder-insert-entity): Ditto.
10600
10601 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10602
10603         * wl-summary.el (wl-summary-incorporate): Enclose
10604         `wl-summary-sync-force-update' with save-excursion.
10605
10606 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10607
10608         * wl-summary.el (wl-summary-prefetch-region):
10609         Pass current cursor point to `pos-visible-in-window-p' after
10610         moving cursor to the started point.
10611
10612 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10613
10614         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10615
10616         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10617         fields from the forwarding message.
10618         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10619         `ignored-fields'.
10620
10621 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10622
10623         * wl-mime.el (wl-message-request-partial):
10624         Eliminated argument `msgdb'.
10625         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10626         (wl-mime-combine-message/partial-pieces): Likewise.
10627         * tm-wl.el (wl-message-request-partial): Likewise.
10628         (wl-mime-combine-message/partial-pieces): Likewise.
10629
10630 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10631
10632         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10633         when display is finished.
10634
10635 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10636
10637         * wl-summary.el (wl-summary-goto-folder-subr):
10638         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10639
10640 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10641
10642         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10643         when cursor point is visible.
10644
10645 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10646
10647         * wl-expire.el (wl-expire-archive-get-max-number):
10648         Don't use `file-name-directory'.
10649
10650 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10651
10652         * wl-expire.el (wl-expire-archive-get-max-number):
10653         Use `file-name-directory'.
10654
10655 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10656
10657         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10658         only when there is progress.
10659
10660 2000-04-13  Mito <mit@nines.nec.co.jp>
10661
10662         * wl-summary.el (wl-summary-sync-marks): Display progress.
10663
10664 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10665
10666         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10667         (wl-summary-prev): Move cursor regardless of unread status.
10668         (wl-summary-next): Ditto.
10669
10670 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10671
10672         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10673         Added argument `target' and `number'.
10674         * tm-wl.el (wl-summary-burst-subr): New function.
10675         (wl-summary-burst): Use it.
10676
10677 2000-04-10  Mito <mit@nines.nec.co.jp>
10678
10679         * wl-mime.el (wl-burst): New function.
10680         (wl-summary-burst): Use it.
10681
10682 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10683
10684         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10685         as petname when there's no candidate.
10686
10687 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10688
10689         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10690         New variable.
10691         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10692
10693         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10694
10695         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10696
10697 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10698
10699         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10700         Use substring of `original' instead of buffer-substring.
10701         (wl-refile-evaluate-rule):
10702         Set `original' argument of wl-refile-expand-newtext.
10703
10704         * wl-summary.el
10705         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10706         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10707         (wl-summary-auto-refile): Check existence of destination folder just
10708         before marking.
10709
10710 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10711
10712         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10713         when wl-refile-get-field-value return nil.
10714
10715 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10716
10717         * wl-refile.el
10718         (wl-refile-expand-newtext): New function imported from Gnus.
10719         (wl-refile-evaluate-rule): Use it.
10720
10721 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10722
10723         * wl-summary.el (wl-summary-print-destination):
10724         Duplicate folder string to avoid putting text-property on
10725         original string.
10726
10727         * wl-refile.el (wl-refile-get-field-value): New function.
10728         (wl-refile-evaluate-rule): New function;
10729         Evaluate refile rule recursively.
10730         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10731         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10732         New function; Check existence of a target folder recursively.
10733         (wl-summary-auto-refile-check-refile-rule-alist):
10734         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10735
10736 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10737
10738         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10739
10740         * wl-folder.el (wl-create-folder-entity-from-buffer):
10741         Fixed problem when '}' character is contained in folder name.
10742
10743         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10744
10745 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10746
10747         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10748         (wl-fldmgr-add-completion-all-completions):
10749         Use wl-fldmgr-add-completion-hashtb.
10750
10751 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10752
10753         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10754         wl-fldmgr-add-completion-subr): New functions.
10755         * wl-folder.el (wl-folder-completion-func): New variable.
10756         * wl-summary.el (wl-summary-read-folder):
10757         Use wl-folder-completion-func.
10758
10759         * wl-refile.el: Eliminate throw & catch.
10760
10761         * wl.el (wl-plugged-sending-queue-status): Fixed.
10762
10763 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10764
10765         * wl-draft.el (wl-draft): Put category property on
10766         mail-header-separator.