undo the last change
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-action.el (wl-summary-set-mark): Undo the last change.
4         Forbid interactive call.
5
6 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7
8         * wl-mime.el (wl-define-dummy-functions): New macro.
9         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
10         `wl-mime-pgp-decrypt-region'.
11         (wl-mime-pgp-verify-region-with-epg): Renamed from
12         `wl-mime-pgp-verify-region'.
13         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
14         `wl-mime-pgp-decrypt-region'.
15         (wl-mime-pgp-verify-region-with-pgg): Renamed from
16         `wl-mime-pgp-verify-region'.
17         (wl-mime-pgp-decrypt-region): New function; To select dispatch
18         function at runtime.
19         (wl-mime-pgp-verify-region): Ditto.
20
21         * wl-vars.el (wl-use-pgp-module): New user option.
22
23 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
24
25         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
26         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
27
28 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
29
30         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
31         even if there are target marks only.
32
33 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
34
35         * Version number is increased to 2.15.4.
36
37 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
38
39         * wl-folder.el (wl-folder-check-one-entity): Simplify.
40
41 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
42
43         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
44         variable.
45
46 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
47
48         * wl-spam.el (wl-thread-test-spam): New function.
49         (wl-spam-setup): Bind "tkc".
50
51 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
52
53         * wl-expire.el (wl-folder-expire-entity): Rewite without
54         `wl-summary-goto-folder-subr'.
55         (wl-folder-expire-current-entity): Don't kill summary buffer.
56
57 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
58
59         * wl-folder.el (wl-folder-sync-entity): Rewrite without
60         `wl-summary-goto-folder-subr'.
61         (wl-folder-mark-as-read-all-entity): Likewise.
62
63         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
64
65 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
66
67         * wl-thread.el (wl-thread-force-open): Arranged.
68
69 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
70
71         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
72         from regexp.
73
74         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
75         (wl-read-search-condition-internal): Append them.
76
77 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
78
79         * wl-vars.el (wl-additional-search-condition-fields):
80         New user option.
81
82         * wl-util.el (wl-search-condition-fields): New function; export
83         from `wl-read-search-condition-internal'.
84         (wl-read-search-condition-internal): Use it.
85
86         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
87
88 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
89
90         * wl-summary.el (wl-summary-define-sort-command): New function.
91         (wl-summary-sort-by-date, wl-summary-sort-by-number)
92         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
93         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
94         define by `wl-summary-define-sort-command' at runtime.
95
96         * wl.el (wl-init): Call wl-summary-define-sort-command.
97
98 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
99
100         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
101         properties at the decrypting region.
102
103 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
104
105         * wl-util.el (wl-find-region): New function.
106
107         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
108         coding system.
109         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
110         property `wl-mime-decoded-coding-system'.
111         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
112         property `wl-mime-decoded-coding-system' to encode text.
113
114         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
115         message.
116         (wl-mime-pgp-verify-region): Ditto.
117
118 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
119
120         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
121         buffer. Use epa-display-verify-result.
122
123 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
124
125         * wl-draft.el (wl-draft-send): Continue even if setting parent
126         flag was failed.
127
128 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
129
130         * wl-message.el (wl-message-flag-indicator): Fixed the problem
131         of returning string only of parentheses.
132
133 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
134
135         * wl-summary.el (wl-summary-write): Add argument `folder'.
136         (wl-summary-write-current-folder): Change argument `folder' from
137         optional to require.
138         (wl-summary-get-buffer): Return the buffer associated folder only.
139
140         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
141         change.
142         (wl-folder-toggle-disp-summary): Ditto.
143
144         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
145         current summary as parent-folder.
146
147 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
148
149         * wl-draft.el (wl-draft-reedit): Don't overwrite
150         wl-draft-parent-folder.
151
152 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
153
154         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
155         (wl-mime-pgp-verify-region): Ditto.
156         (wl-message-decrypt-pgp-nonmime): Use the above function.
157         (wl-message-verify-pgp-nonmime): Likewise.
158         (wl-mime-preview-application/pgp): Likewise.
159
160 2006-04-20  Kenichi Okada  <okada@opaopa.org>
161
162         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
163         Fix about the order of `wl-nntp-posting-port' and
164         `wl-nntp-posting-stream-type'.
165         * wl.el (wl-plugged-port-label-alist): Add smtp.
166
167 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
168
169         * wl-summary.el (wl-summary-message-status): New macro.
170
171         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
172         (wl-summary-killed-mark): New user option.
173
174         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
175         API change.
176         (wl-thread-insert-entity-sub): Ditto.
177         (wl-thread-recover-messages): New command.
178
179         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
180         Don't call `wl-highlight-summary-current-line' directly.
181         (wl-summary-buffer-attach): Connect to signal `status-changed'
182         instead of `cache-changed'.
183         (wl-summary-buffer-detach): Follow the above change.
184         (wl-summary-detect-mark-position): Follow the API change.
185         (wl-summary-rescan-message): Ditto.
186         (wl-summary-insert-sequential): Ditto.
187         (wl-summary-update-thread): Ditto.
188         (wl-summary-message-mark): Ditto.
189         (wl-summary-persistent-mark): Ditto.
190         (wl-summary-create-line): Ditto.
191         (wl-summary-prefetch-region-no-mark): Call
192         `wl-summary-persistent-mark' with number.
193         (wl-summary-recover-messages-region): New command.
194         (wl-summary-target-mark-recover): Ditto.
195         (wl-summary-recover-message): Ditto.
196         (wl-summary-persistent-mark-string): Add argument `status' instead
197         of remove arguments `flags' and `cached'.  Treat killed status.
198         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
199
200         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
201         (wl-highlight-summary-line-face-spec): Treat killed status.
202         (wl-highlight-summary-line-string): Follow the API change.
203         (wl-highlight-summary-current-line): Ditto.
204
205         * Version number is increased to 2.15.3.
206
207 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
208
209         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
210         of symbolp to test whether the condition is function.
211
212 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
213
214         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
215         to nil.
216
217 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
218
219         * wl-summary.el (wl-summary-buffer-message-ring): New internal
220         variable.
221         (wl-summary-buffer-last-displayed-msg): Abolish.
222         (wl-summary-push-message): New function.
223         (wl-summary-pop-message): Ditto.
224         (wl-summary-goto-folder-subr): Reset
225         `wl-summary-buffer-message-ring'.
226         (wl-summary-pop-to-last-message): New command.
227         (wl-summary-goto-last-displayed-msg): Call
228         wl-summary-pop-to-last-message if optional argument is non-nil or
229         the last command is itself.
230         (wl-summary-redisplay-internal): Push last message number into
231         `wl-summary-buffer-message-ring'.
232
233         * wl-vars.el (wl-summary-message-ring-max): New user option.
234
235 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
236
237         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
238         from `wl-draft-reply').
239         (wl-draft-reply): Use it.
240         (wl-draft-find-reply-headers): Avoid compile warning.
241
242 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
243
244         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
245
246 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
247
248         * wl-message.el (wl-message-flag-indicator): New function.
249         (wl-message-redisplay): Use it.
250
251 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
252
253         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
254
255 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
256
257         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
258         instead of `read-event'.
259
260         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
261
262         * wl-mule.el (wl-read-event-char): Ditto.
263
264         * wl-e21.el (wl-read-event-char): Ditto.
265
266 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
267
268         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
269
270 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
271
272         * wl-vars.el (wl-draft-send-confirm-type): New user option.
273
274         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
275
276         * wl-draft.el (wl-draft-send-confirm): Confirmation by
277         `wl-draft-send-confirm-type'
278
279 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
280
281         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
282         Avoid error when the buffer name is already used.
283
284 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
285
286         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
287         the change of elmo-nmz -> elmo-search.
288         (wl-highlight-summary-line-help-echo-alist): Ditto.
289         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
290         (wl-nmz-folder-icon): Define as obsolete.
291         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
292         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
293
294 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
295
296         * wl-summary.el (wl-summary-get-list-info): Rewrite with
297         `elmo-find-list-match-value'
298
299 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
300
301         * wl-summary.el (wl-summary-get-list-info): Optimize.
302         Use List-Id and List-Post also.
303
304 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
305
306         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
307
308 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
309
310         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
311
312 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
313
314         * wl-util.el (wl-completing-read-multiple-1): New internal function.
315         (wl-completing-read-multiple-2): Ditto.
316         (wl-completing-read-multiple): Define use above functions.
317
318         * wl-summary.el (wl-summary-sort): Removed the workaround for a
319         bug of `completing-read-multiple' about default value.
320
321         * wl-xmas.el (wl-completing-read-multiple): Removed.
322
323         * wl-mule.el (wl-completing-read-multiple): Ditto.
324
325         * wl-e21.el (wl-completing-read-multiple): Ditto.
326
327 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
328
329         * wl-util.el (wl-filter-associations): New function.
330
331         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
332         (wl-spam-ignored-folder-list): Ditto.
333         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
334         (wl-spam-string-member-p): New function.
335         (wl-spam-domain): Use it.
336         (wl-spam-split-numbers): New function.
337         (wl-spam-apply-partitions): Ditto.
338         (wl-spam-register-spam-messages): Use `folder' instead of
339         `wl-summary-buffer-elmo-folder'.
340         (wl-spam-register-good-messages): Ditto.
341         (wl-summary-exec-action-spam): Decide a domain by real folder of
342         message.
343         (wl-summary-exec-action-refile-with-register): Likewise.
344
345 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
346
347         * wl-e21.el (wl-e21-find-image): New function.
348         (wl-e21-setup-toolbar): Use it instead of `find-image'.
349         (wl-e21-highlight-folder-group-line): Ditto.
350         (wl-folder-init-icons): Ditto.
351         (wl-plugged-init-icons): Ditto.
352         (wl-biff-init-icons): Ditto.
353
354 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
355
356         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
357         (wl-inhibit-save-drafts): New internal variable.
358         (wl-disable-auto-save): Ditto.
359         (wl-save-drafts): Treat above variables.
360         (wl-auto-save-drafts): New function.
361         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
362         `wl-stop-save-drafts'.
363         (wl-start-save-drafts): New function.
364         (wl-stop-save-drafts): Ditto.
365         (wl-set-auto-save-draft): New command.
366
367         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
368         `wl-set-save-drafts'.
369
370 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
371
372         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
373         `make-local-variable' instead of `make-variable-buffer-local'.
374
375 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
376
377         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
378
379 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
380
381         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
382
383 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
384
385         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
386         of working buffer.
387
388 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
389
390         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
391
392         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
393         value into recipients; Bind `wl-draft-remove-group-list-contents'
394         as nil.
395
396 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
397
398         * wl-summary.el (wl-summary-sort): Fixed the last change.
399
400         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
401         (wl-summary-sort-messages): Ditto.
402         (wl-summary-rescan): Use it.
403         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
404         `completing-read'; Append candidates for reverse order.
405
406 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
407
408         * Version number is increased to 2.15.2.
409
410 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
411
412         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
413         "Smaller".
414         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
415
416 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
417
418         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
419
420 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
421
422         * wl-vars.el (wl-draft-additional-header-alist): Add into the
423         customize group `wl-draft'.
424         (wl-draft-add-in-reply-to): Move customize group from `wl' to
425         `wl-draft'.
426         (wl-draft-add-references): Ditto.
427
428         * wl-action.el (wl-summary-print-argument): Rename argument from
429         `folder' to `data'.
430
431 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
432
433         * wl-summary.el (wl-summary-rescan-message): Call
434         `wl-thread-cleanup-symbols' before insert thread.
435
436 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
437
438         * wl.el (wl-init): Set `elmo-get-folder-function' as
439         `wl-folder-make-elmo-folder'.
440
441         * wl-spam.el (wl-summary-exec-action-spam): Use
442         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
443
444         * wl-folder.el (wl-folder-make-elmo-folder): New function.
445         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
446         `elmo-make-folder'.
447         (wl-folder-get-elmo-folder): Ditto.
448         (wl-folder-create-subr): Simplify.
449
450 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
451
452         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
453
454 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
455
456         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
457         contents in message buffer instead of original buffer. If optional
458         argument specified, ask coding system for encode.
459
460 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
461
462         * wl-spam.el (wl-summary-test-spam-region): New function.
463         (wl-spam-setup): Bind "rkc".
464
465 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
466
467         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
468
469 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
470
471         * wl-spam.el (wl-summary-test-spam): Fix typo.
472         (wl-message-check-spam): Ditto.
473
474 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
475
476         * wl-summary.el (wl-summary-default-from): Simplify.
477
478 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
479
480         * wl-action.el (wl-summary-exec-action-refile): Simplify.
481         (wl-summary-exec-action-copy): Ditto.
482         (wl-summary-auto-refile): Check existence of temporary mark.
483
484 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
485
486         * wl-summary.el (wl-summary-create-line): Use
487         `elmo-time-to-datevec'.
488
489         * wl-expire.el (wl-expire-archive-date): Ditto.
490         (wl-expire-localdir-date): Ditto.
491
492         * wl-util.el (wl-day-number): Abolish.
493
494         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
495         of `wl-day-number'.
496         (wl-score-followup): Ditto.
497         (wl-score-add-followups): Ditto.
498         (wl-score-get-latest-msgs): Ditto.
499         (wl-score-get-header-entry): Ditto.
500         (wl-score-edit-insert-date): Ditto.
501
502 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
503
504         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
505         `elmo-message-entity-field' with 2nd argument `type'.
506
507 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
508
509         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
510
511 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
512
513         * wl-thread.el (wl-thread-delete-message): Delete descendant
514         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
515
516 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
517
518         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
519
520 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
521
522         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
523         `Access folder'.
524
525 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
526
527         * wl-vars.el (wl-access-folder-icon): New user option.
528
529         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
530         `Access folder'.
531
532 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
533
534         * wl-summary.el (wl-summary-buffer-set-folder): Use
535         `wl-folder-mime-charset'.
536
537         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
538         `mime-charset'.
539         (wl-folder-get-elmo-folder): Ditto.
540         (wl-folder-mime-charset): New function.
541
542 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
543
544         * wl-util.el (wl-parse-addresses): Define alias of
545         `elmo-parse-addresses' (move to `elmo-util.el').
546
547         * wl-summary.el (wl-summary-default-from): Follow the API change.
548         (wl-summary-overview-entity-compare-by-date): Ditto.
549         (wl-summary-overview-entity-compare-by-from): Ditto.
550         (wl-summary-get-list-info): Get value of `ml-info' field from
551         entity at first.
552         (wl-summary-rescan-message): Treat prefix argument.
553         (wl-summary-prefetch-msg): Follow the API change.
554         (wl-summary-search-by-subject): Ditto.
555         (wl-summary-insert-thread): Ditto.
556         (wl-summary-line-subject): Ditto.
557         (wl-summary-line-from): Ditto.
558         (wl-summary-create-line): Ditto.
559         (wl-summary-print-message-with-ps-print): Ditto.
560
561         * wl-score.el (wl-score-ov-entity-get): Ditto.
562         (wl-score-followup): Ditto.
563         (wl-score-add-followups): Use `elmo-message-entity-field' instead
564         of `car'.
565         (wl-score-get-latest-msgs): Follow the API change.
566         (wl-score-get-header): Ditto.
567
568         * wl-refile.el (wl-refile-learn): Ditto.
569         (wl-refile-subject-learn): Ditto.
570         (wl-refile-get-field-value): Ditto.
571         (wl-refile-guess-by-history): Ditto.
572         (wl-refile-guess-by-subject): Ditto.
573
574         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
575
576         * wl-expire.el (wl-expire-date-p): Removed.
577         (wl-expire-archive-date): Follow the API change.
578         (wl-expire-localdir-date): Ditto.
579         (wl-summary-expire): Ditto.
580
581         * Version number is increased to 2.15.1.
582
583 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
584
585         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
586         group is access or not (it is not strict, like wl-fldmgr-rename).
587
588 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
589
590         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
591         duplicate call of `wl-summary-print-argument' on the wrong line.
592
593 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
594
595         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
596         even if argument `number' is nil.
597         (wl-summary-insert-line): Print action argument if current message
598         has it.
599
600 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
601
602         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
603         (wl-draft-reply): Ditto.
604         (wl-draft): Add optional argument `parent-number' and call
605         `wl-draft-create-buffer' with it.
606         (wl-draft-create-buffer): Add optional argument
607         `parent-number'. Set wl-draft-parent-number as it.
608
609 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
610
611         * wl-folder.el (wl-folder-set-persistent-mark): If summary
612         buffer is not for given folder, don't use it.
613
614 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
615
616         * Version number is increased to 2.15.0.
617
618 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
619
620         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
621
622         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
623         (wl-highlight-get-face-by-name): New internal function.
624         (wl-highlight-summary-line-face-spec): Use it and fixed.
625
626 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
627
628         * wl-summary.el (wl-summary-sync-update): Use
629         `elmo-message-entity-field' instead of `car' to get message-id
630         from overview entity.
631
632         * wl-summary.el (wl-summary-rescan-message): Call
633         `wl-highlight-summary-displaying' when displaying a message.
634
635 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
636
637         * wl-draft.el (wl-draft-config-info-filename): Extracted from
638         `wl-draft-config-info-operation'.
639         (wl-draft-buffer-change-number): New function.
640         (wl-draft-rename-saved-config): Ditto.
641         * wl.el (wl-init): Connect slot for message-number-changed.
642         (toplevel): Add autoload for wl-draft-rename-saved-config.
643
644 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
645
646         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
647         `update-overview'
648         (wl-summary-buffer-detach): Disconnect from it.
649         (wl-summary-rescan-message): Use command.
650
651         * wl-message.el (wl-message-buffer-display): Use
652         `with-current-buffer' instead of `save-excursion'.
653
654 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
655
656         * wl-mime.el (wl-draft-preview-attributes-list): Protect
657         wl-draft-preview-attributes-list from distraction.
658
659 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
660
661         * wl-summary.el (wl-summary-sync-update): Sort the return value of
662         `elmo-list-diff'.
663
664 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
665
666         * wl-summary.el
667         (wl-summary-edit-addresses-collect-candidate-fields): Use
668         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
669
670         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
671         instead of `elmo-set-work-buf'.
672
673         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
674         (wl-address-make-address-list): Ditto.
675
676         * Version number is increased to 2.13.3.
677
678 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
679
680         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
681         user option.
682
683         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
684         argument `5'.
685
686         * wl-message.el (wl-message-display-no-merge-p): New function.
687         (wl-message-buffer-display): Check whether the message is
688         reassembled and follow the API change.
689
690 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
691
692         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
693         multibyte on working buffer and removed unnecessary
694         `buffer-disable-undo'.
695
696 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
697
698         * wl-util.el (wl-read-search-condition-internal): Fixed the last
699         change.
700
701 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
702
703         * wl-util.el (wl-read-search-condition-internal): Protect
704         elmo-global-flags from distraction.
705
706 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
707
708         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
709
710         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
711         (wl-summary-event-handler): Ditto.
712         (wl-summary-update-persistent-mark-on-event): New
713         function (renamed from `elmo-event-handler-flag-changed').
714         (wl-summary-buffer-attach): New function.
715         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
716         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
717         instead of `elmo-folder-add-handler'.
718
719         * Version number is increased to 2.13.2.
720
721 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
722
723         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
724         and "\177" to the `wl-news-previous-page'.
725         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
726         (wl-news-previous-page): New function.
727
728 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
729
730         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
731         instead of `write-region' and simplify.
732
733 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
734
735         * wl-template.el (wl-template-select): Cause error if
736         `wl-template-alist' is nil.
737
738 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
739
740         * wl-news.el.in: Set file variable `no-byte-compile'.
741
742 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
743
744         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
745         whether a target message is within displaying area.
746         (elmo-event-handler-cache-changed): Ditto.
747
748 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
749
750         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
751         to `defun'.  Use `nconc' instead of `append' to collect descendant
752         message numbers.
753
754 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
755
756         * wl-thread.el (wl-thread-save-top-list)
757         (wl-thread-save-entities): Use `with-temp-buffer'.
758         * wl-news.el.in (wl-news-previous-version-load):
759         (wl-news-previous-version-save): Ditto.
760         * wl-summary.el (wl-summary-load-file-object)
761         (wl-summary-save-view-cache): Ditto.
762
763 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
764
765         * wl-util.el (toplevel): Require 'elmo-flag'.
766         (wl-read-search-condition): New function (Renamed from
767         `elmo-read-search-condition').
768         (wl-read-search-condition-internal): Likewise.
769
770         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
771         invalid.
772         (wl-summary-pick): Use `wl-read-search-condition' instead of
773         `elmo-read-search-condition'.
774         (wl-summary-virtual): Ditto.
775
776         * wl-folder.el (wl-folder-virtual): Ditto.
777         (wl-folder-pick): Ditto.
778
779         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
780
781 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
782
783         * wl-summary.el (wl-summary-reedit): Call
784         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
785
786 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
787
788         * wl-mime.el (toplevel): Require wl-vars.
789
790         * wl-message.el (toplevel): Require cl at compile.
791
792         * wl-draft.el (toplevel): Require elmo.
793
794 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
795
796         * wl-message.el (wl-message-buffer-prefetch): Count is a number
797         and do nothing when it is not positive.
798         (wl-message-buffer-prefetch-next): Ditto.
799
800 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
801
802         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
803         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
804         (wl-summary-redisplay-internal): Ditto.
805
806         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
807         message (the condition is borrowed from `wl-check-variables-2').
808         (wl-summary-redisplay-internal): Ditto.
809
810 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
811
812         * wl-mime.el (wl-draft-nntp-attribute): New function.
813         (wl-draft-attribute-nntp-posting-server): Use it.
814         (wl-draft-attribute-nntp-posting-port): Ditto.
815
816         * wl-mime.el (wl-draft-preview-attributes-list): New function.
817         (wl-draft-show-attributes-buffer): Ditto.
818         (wl-draft-hide-attributes-buffer): Ditto.
819         (wl-draft-attribute-newsgroups): Ditto.
820         (wl-draft-attribute-nntp-posting-server): Ditto.
821         (wl-draft-attribute-nntp-posting-port): Ditto.
822         (wl-draft-preview-message): Use there functions.
823
824         * wl-vars.el (wl-draft-preview-attributes-list): Change default
825         value.
826
827 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
828
829         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
830         (wl-draft-reedit): Ditto.
831         (wl-draft-queue-flush): Ditto.
832
833         * wl-mime.el (wl-message-request-partial): Ditto.
834         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
835         instead of `elmo-message-fetch'.
836
837         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
838
839         * wl-summary.el (wl-summary-message-string): Ditto.
840
841 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
842
843         * wl-util.el (wl-current-message-buffer): Follow the API change.
844
845         * wl-summary.el (wl-summary-redisplay-internal): Call
846         `wl-summary-mark-as-read' with 2nd argument as nil and update
847         unread count instead of persistent mark.
848
849         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
850         variable.
851         (wl-message-redisplay): Follow the API change.
852         (wl-message-buffer-display): Managed mime-entity directly and
853         return preview buffer only.
854         (wl-message-display-internal): Rewrite.
855         (wl-message-buffer-prefetch-subr): Not save return value of
856         `wl-message-buffer-display'.
857
858         * Version number is increased to 2.13.1.
859
860 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
861
862         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
863         'elmo-multiple-fields-body-list' with boundary specified.
864
865 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
866
867         * wl-vars.el (wl-summary-resend-use-cache): New variable.
868         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
869         cache if `wl-summary-resend-use-cache' is non-nil.
870
871 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
872
873         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
874         (wl-nntp-posting-stream-type): Ditto.
875
876 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
877
878         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
879
880 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
881
882         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
883         message.
884
885 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
886
887         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
888         Abolish.
889         (wl-summary-buffer-persistent-mark-version): New internal
890         variable.
891         (wl-summary-update-mark-and-highlight-window): Check by
892         wl-summary-persistent-mark-invalid-p.
893         (wl-summary-update-status-marks): Ditto.
894         (elmo-event-handler-flag-changed): Rewrite.
895         (elmo-event-handler-cache-changed): Define.
896         (wl-summary-prefetch-msg): Does not update persistent mark here.
897         (wl-summary-delete-cache): Ditto.
898         (wl-summary-resume-cache-status): Ditto.
899         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
900         (wl-summary-persistent-mark-invalid-p): New function.
901         (wl-summary-validate-persistent-mark): Ditto.
902         (wl-summary-validate-persistent-mark-string): Ditto.
903         (wl-summary-invalidate-persistent-mark): Ditto.
904         (wl-summary-update-persistent-mark): Call
905         `wl-summary-validate-persistent-mark'.
906         (wl-summary-create-line): Call
907         `wl-summary-validate-persistent-mark-string'.
908
909         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
910         status as t if cache used.
911
912 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
913
914         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
915         only if the target is group.
916         * wl-folder.el (wl-folder-append-petname): Don't check group name.
917
918 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
919
920         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
921
922 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
923
924         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
925
926         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
927
928 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
929
930         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
931         (Thanks to Yoichi NAKAYAMA).
932
933 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
934
935         * wl-util.el (wl-save-drafts): Restore echo area.
936
937 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
938
939         * Version number is increased to 2.13.0.
940
941         * wl-util.el (wl-biff-check-folder-async): Use
942         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
943
944 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
945
946         * wl-message.el (wl-message-display-internal): Does not put
947         wl-message-display-type property on message buffer.
948         (wl-message-buffer-display-type): New function.
949
950         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
951
952         * wl-summary.el (wl-summary-mode): Use `dolist' to add
953         `wl-summary-buffer-detach'.
954         (wl-summary-message-display-type): Use
955         `wl-summary-buffer-display-type'.
956
957 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
958
959         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
960         buffer-local.
961
962         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
963         kill-buffer-hook instead of make-local-variable.
964         (wl-draft-preview-message): Set `local' argument of add-hook as t.
965
966 2004-12-12  Scott Renfro <scott@renfro.org>
967
968         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
969         regex for square-branket.
970
971 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
972
973         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
974         `wl-message-mime-analysis-p' with argument `header'.
975
976 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
977
978         * wl-mime.el (wl-draft-yank-current-message-entity): 
979         Switch to no-mime following method according to wl-message-display-type
980         property.
981         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
982
983         * wl-message.el (wl-message-display-internal): 
984         Put wl-message-display-type property on message buffer.
985
986         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
987         (wl-message-display-internal): Ditto;
988
989         * wl-summary.el (wl-summary-toggle-mime): Ditto.
990
991 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
992
993         * wl-message.el (wl-message-make-display-type): New function.
994         (wl-message-display-type-property): Ditto.
995         (wl-message-mime-analysys-p): Ditto.
996         (wl-message-display-all-header-p): Ditto.
997         (wl-message-redisplay): Removed argument `as-is', `all-header' and
998         added `display-type'.
999         (wl-message-buffer-display): Likewise.
1000         (wl-message-display-internal): Likewise.
1001         (wl-message-buffer-display-type): Abolish.
1002         (wl-message-buffer-prefetch-subr): Follow the API changed.
1003
1004         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1005         from wl-summary-buffer-display-all-header and changed default value.
1006         (wl-summary-message-display-type): New function.
1007         (wl-summary-buffer-display-mime-mode): Ditto.
1008         (wl-summary-buffer-display-header-mode): Ditto.
1009         (wl-summary-toggle-mime): Rewrite with above functions.
1010         (wl-summary-toggle-all-header): Ditto.
1011         (wl-summary-redisplay): Force redisplay with default mode.
1012         (wl-summary-redisplay-internal): Renamed argument from `mode',
1013         `all-header' to `mime-mode', `header-mode'.
1014         Use `wl-message-make-display-type'.
1015
1016         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1017         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1018
1019 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1020
1021         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1022
1023 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1024
1025         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1026         in original message buffer.
1027         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1028         buffer.
1029
1030 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1031
1032         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1033
1034 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1035
1036         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1037
1038 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1039
1040         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1041         when actions succeeded.
1042         (wl-summary-exec-action-copy): Likewise.
1043
1044 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1045
1046         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1047         there is switch-to-buffer at the end of wl-message-select-buffer.
1048         (wl-summary-reply): Ditto.
1049
1050 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1051
1052         * wl-summary.el (wl-summary-forward): Put subject in original
1053         message buffer as argument of wl-draft-forward.
1054         * wl-draft.el (wl-draft-forward): Decode subject as in
1055         wl-draft-reply.
1056
1057 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1058
1059         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1060         a folder under access group.
1061
1062 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1063
1064         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1065         wl-message-buffer-display.
1066
1067         * wl-util.el (wl-set-save-drafts): Fix typo.
1068
1069 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1070
1071         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1072         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1073         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1074         the way to measure the width of a bitmap image; don't put face on
1075         ascii and bitmap images; put the mark which should not use the
1076         variable-pitch face on ascii and bitmap images.
1077         (wl-demo-setup-properties): Don't use the variable-pitch face on
1078         ascii and bitmap images; made it work on Emacs 20 and earlier.
1079         (wl-demo-insert-text): End with a newline at the bottom; don't put
1080         face on text.
1081
1082         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1083
1084 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1085
1086         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1087
1088         * wl-util.el (wl-save-drafts): Moved from sample setting.
1089         (wl-set-save-drafts): New function to set idle timer.
1090         * wl-draft.el (wl-draft): Call it.
1091         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1092
1093 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1094
1095         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1096         a summary which has toggle display status off.
1097
1098 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1099
1100         * wl-draft.el (wl-draft-do-fcc): No cache save.
1101
1102 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1103
1104         * wl-summary.el (elmo-event-handler-flag-changed): Use
1105         `set-buffer' instead of `with-current-buffer'.
1106
1107 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1108
1109         * wl-summary.el (wl-summary-after-resize-function): New function.
1110         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1111         window-size-change-functions.
1112
1113 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1114
1115         * wl-draft.el (wl-draft-create-buffer): Bind
1116         `change-major-mode-hook' after current buffer is changed.
1117
1118         * wl-summary.el (wl-summary-buffer-detach): New function.
1119         (wl-summary-buffer-set-folder): Call it.
1120         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1121         change-major-mode-hook and kill-buffer-hook.
1122         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1123         (wl-summary-switch-to-clone-buffer): Ditto.
1124         (wl-summary-goto-folder-subr): Ditto.
1125
1126 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1127
1128         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1129         after boundp check.
1130
1131 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1132
1133         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1134         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1135         for `kill-buffer'.
1136
1137         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1138         handler of current buffer from elmo-folder.
1139
1140 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1141
1142         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1143
1144 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1145
1146         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1147         variable.
1148         (wl-summary-event-handler): New class.
1149         (elmo-event-handler-flag-changed): Define to update persistent
1150         mark.
1151         (wl-summary-buffer-set-folder): Register event handler to
1152         elmo-folder.
1153         (wl-summary-exit): Unregister event handler.
1154         (wl-summary-goto-folder-subr): Ditto.
1155         (wl-summary-mark-as-read-all): Does not call
1156         `wl-summary-update-persistent-mark' directly.
1157         (wl-summary-mark-as-read-internal): Ditto.
1158         (wl-summary-set-persistent-mark-internal): Ditto.
1159         (wl-summary-set-flags-internal): Ditto.
1160
1161         * Version number is increased to 2.11.33.
1162
1163 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1164
1165         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1166         to nil.
1167
1168 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1169
1170         * wl-spam.el (wl-spam-setup): Add hook
1171         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1172         instead of `wl-summary-prepare-hook'.
1173
1174         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1175         if folder type is `'flag'.
1176         (wl-summary-mark-as-important): Ditto.
1177
1178 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1179
1180         * wl-address.el (wl-address-minibuffer-history): New variable.
1181         (wl-address-minibuffer-local-map): New keymap.
1182         (wl-address-read-from-minibuffer): New function.
1183
1184         * wl-action.el (wl-summary-get-resend-address): Use
1185         `wl-address-read-from-minibuffer' instead of `completing-read'.
1186
1187 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1188
1189         * Version number is increased to 2.11.32.
1190
1191 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1192
1193         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1194         without mule to iso-8859-1.
1195         (wl-draft-add-in-reply-to): Add note in description.
1196         (wl-draft-add-references): Ditto.
1197
1198 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1199
1200         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1201         definition for `m'.
1202         (wl-summary-mode-line-format): Add '[%m]'.
1203         (wl-message-mode-line-format-spec-alist): Ditto.
1204         (wl-summary-display-mime-mode-list): New variable.
1205
1206         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1207         from wl-summary-buffer-display-as-is.
1208         (wl-summary-buffer-display-all-header): New buffer local variable.
1209         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1210         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1211         instead of wl-summary-buffer-display-as-is.
1212         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1213         (wl-summary-set-persistent-mark): Ditto.
1214         (wl-summary-set-message-buffer-or-redisplay): Just call
1215         `wl-summary-redisplay-internal' without optional arguments.
1216         (wl-summary-toggle-mime): Rewrite.
1217         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1218         (wl-summary-toggle-all-header): New function.
1219         (wl-summary-redisplay-internal): Treat mime mode.
1220
1221         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1222         to wl-mime-preview-follow-no-mime.
1223         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1224         accodring to the display-mode.
1225
1226         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1227         (wl-message-buffer-display): Changed argument name from `as-is' to
1228         `mode'.
1229         (wl-message-display-internal): Ditto;
1230         Bind elmo-mime-display-header-analysis according to the mode.
1231         (wl-message-display-internal): Put wl-message-display-mime-mode
1232         property on entire buffer.
1233
1234 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1235
1236         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1237
1238 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1239
1240         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1241         Don't extract mail address.
1242         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1243
1244         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1245
1246         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1247
1248 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1249
1250         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1251         wl-fldmgr-cut-entity-list on confirmation.
1252
1253 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1254
1255         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1256         (wl-mime-quit-preview): Check existence of
1257         mime-edit-temp-message-buffer here.
1258
1259 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1260
1261         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1262         after deletion.
1263
1264         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1265         before calling wl-mime-quit-preview.
1266
1267 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1268
1269         * wl-summary.el (wl-summary-pick): If call it with prefix
1270         argument, set `delete-marks' as non-nil. Pick from only visible
1271         messages.
1272         (wl-summary-check-target-mark): New function.
1273         (wl-summary-target-mark-mark-as-read): Use it.
1274         (wl-summary-target-mark-mark-as-unread): Ditto.
1275         (wl-summary-target-mark-operation): Ditto.
1276         (wl-summary-target-mark-set-flags): Ditto.
1277         (wl-summary-target-mark-save): Ditto.
1278         (wl-summary-target-mark-pick): Ditto.
1279         (wl-summary-target-mark-forward): Ditto.
1280         (wl-summary-target-mark-reply-with-citation): Ditto.
1281         (wl-summary-target-mark-print): Ditto.
1282         (wl-summary-target-mark-uudecode): Ditto.
1283
1284         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1285         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1286         with `ask-coding' is non-nil.
1287
1288 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1289
1290         * wl-thread.el (wl-thread-set-parent): If parent is a message
1291         which is identified by references, set linked as nil.
1292
1293 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1294
1295         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1296         (wl-message-mode-line-format-spec-alist): Ditto.
1297         (wl-message-mode-line-format): Ditto.
1298         (wl-summary-mode-line-format): Ditto for docstring.
1299         (wl-summary-no-mime-folder-list): Fix typo.
1300
1301         * wl-util.el (wl-current-message-buffer): Call
1302         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1303
1304         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1305         variable.
1306         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1307         of `wl-summary-redisplay-no-mime'.
1308         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1309         (wl-summary-toggle-mime): New function.
1310         (wl-summary-redisplay-all-header): Rewrite.
1311         (wl-summary-redisplay-no-mime): Ditto.
1312         (wl-summary-redisplay-internal): Added argument `as-is' and
1313         `all-header'.
1314
1315         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1316         New variable.
1317         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1318         bottom.
1319         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1320         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1321         "/" unconditionally.
1322
1323         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1324         wl-mime-preview-follow-no-mime for as-is content.
1325         (wl-mime-preview-follow-no-mime): New function.
1326         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1327
1328         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1329         and added `as-is', `all-header'.
1330         (wl-message-buffer-display): Ditto.
1331         (wl-message-buffer-display-type): New function.
1332
1333 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1334
1335         * wl-vars.el (wl-message-header-button-alist): Change default
1336         value.
1337         (wl-message-body-button-alist): Ditto.
1338
1339 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1340
1341         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1342
1343 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1344
1345         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1346
1347 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1348
1349         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1350         is always true.
1351
1352 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1353
1354         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1355         on null entity.
1356
1357 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1358
1359         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1360
1361 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1362
1363         * wl-vars.el (wl-summary-resend-hook): New hook.
1364
1365         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1366         `wl-summary-resend-hook'.
1367
1368 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1369
1370         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1371         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1372         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1373         (wl-summary-new-cached-mark): Changed default value to 'n'.
1374         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1375         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1376         (wl-folder-sync-range-alist): Remove spec for 'flag.
1377         (wl-summary-force-prefetch-folder-list): New user option.
1378
1379         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1380         `wl-summary-toggle-persistent-mark'.
1381         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1382         number is nil.
1383         (wl-summary-mark-as-answered-region): Set interactive argument of
1384         `wl-summary-set-persistent-mark-internal'.
1385         (wl-summary-mark-as-important-region): Ditto.
1386         (wl-summary-unset-persistent-mark): Ditto.
1387         (wl-summary-set-persistent-mark): Ditto.
1388         (wl-summary-mark-as-answered): Ditto.
1389         (wl-summary-mark-as-important): Ditto.
1390         (wl-summary-set-persistent-mark-internal): Do nothing
1391         when `elmo-message-flag-available-p' is nil.
1392         (wl-summary-toggle-persistent-mark): New function.
1393         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1394         when the folder matches `wl-summary-force-prefetch-folder-list'.
1395
1396
1397         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1398         when number is nil.
1399         (wl-highlight-summary-forwarded-face): New face.
1400
1401 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1402
1403         * Version number is increased to 2.11.31.
1404
1405 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1406
1407         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1408         (wl-biff-check-folder-async): Ditto.
1409         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1410
1411 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1412
1413         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1414         Add an argument `reverse'.  All callers are updated.
1415         (wl-summary-sort): Add a prefix argument `reverse' to specify
1416         reverse sorting.
1417         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1418         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1419         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1420
1421 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1422
1423         * wl-message.el (wl-message-redisplay): Does not narrow header if
1424         disply-type is all-header or as-is.
1425
1426         * wl-summary.el (wl-summary-enter-handler): Use
1427         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1428
1429 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1430
1431         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1432         after adding wl-draft-parent-variables.
1433         (wl-draft-forward): Ditto.
1434
1435 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1436
1437         * wl-summary.el (wl-summary-sync-marks): Call
1438         `wl-summary-set-persistent-mark' and
1439         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1440         (wl-summary-set-persistent-mark-internal): Add 4th argument
1441         `no-server'.
1442         (wl-summary-unset-persistent-mark): Ditto.
1443         (wl-summary-set-persistent-mark): Ditto.
1444         (wl-summary-add-flags-internal): Abolish.
1445         (wl-summary-remove-flags-internal): Ditto.
1446         (wl-summary-mark-as-important-internal): Ditto.
1447         (wl-summary-mark-as-important): Use
1448         `wl-summary-set-persistent-mark' instead of
1449         `wl-summary-add-flags-internal'.
1450         (wl-summary-mark-as-important-region): Ditto.
1451
1452         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1453
1454         * wl-summary.el (wl-summary-get-available-flags): New function.
1455         (wl-summary-sync-marks): Use it and simplified.
1456         (wl-summary-unset-persistent-mark): Use
1457         `wl-summary-get-available-flags'.
1458         (wl-summary-set-persistent-mark): Ditto.
1459
1460 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1461
1462         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1463         id.
1464
1465 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1466
1467         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1468         number, call `wl-summary-prev-line-content'. Show message when the
1469         message is not found.
1470
1471 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1472
1473         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1474         wl-summary-enter-handler.
1475         (wl-summary-enter-handler): New command.
1476
1477         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1478         docstring and custom spec.
1479
1480         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1481         flags too; Don't treat Cached and New.
1482         (wl-summary-set-persistent-mark): Ditto.
1483
1484         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1485         `wl-folder-set-flag'.
1486
1487         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1488         instead of `wl-folder-set-flag'.
1489
1490         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1491         for completion.
1492         (wl-summary-set-persistent-mark): Ditto.
1493
1494         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1495         instead of `wl-draft-quit-preview'.
1496
1497         * wl-mime.el (toplevel): Avoid compile warning.
1498         (wl-mime-quit-preview): New function
1499         (formarly defined as `wl-draft-quit-preview').
1500         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1501         quitting method.
1502
1503         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1504
1505         * wl-folder.el (wl-folder-set-flag): Renamed from
1506         `wl-draft-set-flag-on-parent'.
1507
1508         * wl-draft.el (wl-draft-quit-preview): New function.
1509         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1510         (wl-draft-send): Call `wl-folder-set-flag' instead of
1511         `wl-draft-set-flag-on-parent'.
1512         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1513
1514 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1515
1516         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1517         (wl-draft-send): Ditto.
1518
1519 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1520
1521         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1522         (wl-draft-kill-pre-hook): Set default value as nil.
1523         (wl-summary-reply-hook): Ditto.
1524         (wl-draft-kill-flags): Abolish.
1525
1526         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1527         (wl-draft-parent-variables): Renamed from
1528         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1529         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1530         argument; Add wl-draft-parent-variables to
1531         wl-draft-config-variables.
1532         (wl-draft-reply): Likewise.
1533         (wl-draft-kill-flags): Abolish.
1534         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1535         (wl-draft-set-flag-on-parent): New function.
1536         (wl-draft-setup-parent-flag): Ditto.
1537
1538 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1539
1540         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1541         `wl-draft-parent-folder' is "".
1542
1543 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1544
1545         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1546         (wl-summary-digit-jump): New function.
1547         (Adviced by John Owens and Hiroya Murata)
1548
1549         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1550         (Adviced by John Owens)
1551
1552         * wl-xmas.el (wl-message-define-keymap): Ditto.
1553
1554         * wl-mule.el (wl-message-define-keymap): Ditto.
1555
1556 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1557
1558         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1559         change of return value of elmo-folder-count-flags.
1560
1561         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1562         (wl-summary-mark-as-read-internal): Ditto.
1563         (wl-summary-set-persistent-mark-internal): Ditto.
1564         (wl-summary-folder-info-update): Ditto.
1565         (wl-summary-sync-update): Fixed the last change.
1566
1567         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1568
1569 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1570
1571         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1572         (wl-draft-kill-flags): Fixed docstring.
1573
1574         * wl-draft.el (wl-draft-kill-flags): New function.
1575         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1576
1577 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1578
1579         * wl-vars.el (wl-reply-hook): Abolish.
1580         (wl-draft-reply-hook): New hook.
1581         (wl-summary-reply-hook): Ditto.
1582         (wl-draft-forward-hook): Ditto.
1583         (wl-summary-forward-hook): Ditto.
1584         (wl-draft-kill-flags): New variable.
1585
1586         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1587         wl-summary-set-persistent-mark-internal.
1588         (wl-summary-sync-marks): Use elmo-preserved-flags.
1589         (wl-summary-update-persistent-mark): Make it interactive.
1590         (wl-summary-set-persistent-mark-internal): New inline function.
1591         (wl-summary-mark-as-answered): Use it.
1592         (wl-summary-mark-as-unanswered): Ditto.
1593         (wl-summary-unset-persistent-mark): New function.
1594         (wl-summary-set-persistent-mark): Ditto.
1595         (wl-summary-reply): Don't set answered flag;
1596         Run wl-summary-reply-hook instead.
1597         (wl-summary-forward): Call wl-draft-forward with number.
1598         Run wl-summary-forward-hook.
1599
1600         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1601         (wl-highlight-summary-line-face-spec): Use it as a default
1602         persistent mark face.
1603
1604         * wl-draft.el (wl-draft-forward): Added optional argument number;
1605         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1606         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1607         (wl-draft-kill): Use wl-draft-kill-flags.
1608
1609         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1610
1611         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1612         of return value of elmo-folder-count-flags.
1613
1614         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1615
1616         * wl-summary.el (wl-summary-count-unread): Ditto.
1617         (wl-summary-sync-update): Follow the change above.
1618         (wl-summary-force-prefetch): New function.
1619
1620 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1621
1622         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1623         variable `buf' with `let' instead of `setq'.
1624
1625 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1626
1627         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1628         add Content-Disposition heaeder on the deleted part.
1629
1630 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1631
1632         * wl-draft.el (wl-draft-save): Encode address list under edit by
1633         `eword-encode-unstructured-field-body'.
1634
1635         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1636
1637 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1638
1639         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1640         wl-current-summary-buffer.
1641
1642 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1643
1644         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1645         `numbers' is ignored.
1646
1647 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1648
1649         * wl-folder.el (wl-folder-open-folder): Avoid error.
1650         Reported by John Owens, [wl-en:815]
1651
1652         * wl.el (wl): Set timer for biff process even if prefix argument
1653         is given or auto-checking is quitted.
1654
1655         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1656         immediately.
1657         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1658         (wl-toggle-plugged): Ditto.
1659
1660         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1661         * wl-util.el (wl-biff-start): Use idle timer if
1662         `wl-biff-use-idle-timer' is non-nil.
1663
1664 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1665
1666         * wl-highlight.el (wl-highlight-message): Fix description.
1667
1668 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1669
1670         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1671         tty.
1672
1673 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1674
1675         * wl-action.el (wl-summary-exec): Print failure count.
1676
1677 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1678
1679         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1680         to `defun', remove interactive form.
1681         Set elmo-message-fetch-confirm when force-reload is non-nil.
1682
1683 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1684
1685         * wl-summary.el (toplevel): Removed unnecessary autoload.
1686
1687 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1688
1689         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1690         the buffer is generated from another message buffer.
1691
1692 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1693
1694         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1695         extracted from `wl-fldmgr-save-folders'.
1696         (wl-fldmgr-delete): Call it after deletion.
1697
1698 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1699
1700         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1701         multi-tty support.
1702
1703 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1704
1705         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1706
1707 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1708
1709         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1710         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1711
1712 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1713
1714         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1715         unsubscribe list only if argument CLEAR is nil.
1716
1717 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1718
1719         * wl-draft.el (wl-draft-reply): Decode subject before removing
1720         Re: prefix.
1721
1722 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1723
1724         * wl-summary.el (wl-summary-sort-by-size): New command.
1725
1726 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1727
1728         * wl-summary.el (wl-summary-number-list-from-region): New
1729         function.
1730         (wl-summary-mark-as-read-region): Use it.
1731         (wl-summary-mark-as-unread-region): Ditto.
1732         (wl-summary-set-flags-region): Ditto and add optional argument
1733         remove.
1734         (wl-summary-mark-as-answered-region): Ditto.
1735         (wl-summary-mark-as-important-region): Ditto.
1736         (wl-summary-target-mark-mark-as-important): Added optional
1737         argument remove.
1738         (wl-summary-target-mark-mark-as-answered): Ditto.
1739         (wl-summary-target-mark-set-flags): Ditto.
1740
1741 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1742
1743         * wl-summary.el (wl-summary-set-flags-region): Call
1744         `wl-summary-set-flags-internal' with number list instead of call
1745         one by each message.
1746         (wl-summary-target-mark-set-flags): Likewise.
1747
1748 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1749
1750         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1751         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1752         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1753         (wl-summary-target-mark-mark-as-answered): Likewise.
1754
1755 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1756
1757         * wl-summary.el (wl-summary-target-mark-forward): Use
1758         `wl-summary-delete-all-target-marks' instead of
1759         `wl-summary-delete-all-temp-marks'.
1760         (wl-summary-target-mark-reply-with-citation): Ditto.
1761         (wl-summary-target-mark-uudecode): Ditto.
1762         (wl-summary-target-mark-set-flags): Ditto and remove needless
1763         cursor move.
1764
1765 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1766
1767         * wl-summary.el (wl-summary-target-mark-forward): Protect
1768         wl-summary-buffer-target-mark-list from nreverse.
1769         (wl-summary-target-mark-reply-with-citation): Ditto.
1770
1771 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1772
1773         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1774         `elmo-display-progress-threshold'.
1775
1776 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1777
1778         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1779         check `wl-summary-highlight'.
1780         (wl-summary-window-scroll-functions): Respect value of
1781         `wl-summary-highlight'.
1782         (wl-summary-sync-update): Run hooks
1783         `wl-summary-buffer-window-scroll-functions' at any time.
1784
1785 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1786
1787         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1788         from `wl-summary-cleanup-temp-marks'.
1789         (wl-summary-cleanup-temp-marks): Abolish argument.
1790         * wl.el (wl-save-status): Revert previous change.
1791         (wl-execute-temp-marks): New function, call
1792         `wl-summary-exec-with-confirmation'.
1793         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1794         (wl-folder-save-and-exec-marks): Abolished.
1795
1796 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1797
1798         * wl-e21.el (wl-e21-display-image-p): Respect
1799         `wl-highlight-folder-with-icon'.
1800         (wl-e21-highlight-folder-group-line): Highlight mouse line
1801         even if wl-e21-display-image-p is nil.
1802
1803         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1804         Respect value of `wl-summary-highlight'.
1805
1806         * wl.el (wl-save-status): Remove unused variable.
1807
1808         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1809         (wl-folder-mode-map): Bind it to "x".
1810
1811 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1812
1813         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1814
1815         * wl-thread.el (wl-thread-get-parent-list): Don't check
1816         disconnected ancestors, neglecting needless work in
1817         `wl-thread-update-indent-string-thread'.
1818
1819         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1820         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1821         argument, add argument default-keep to keep marks by default.
1822
1823         * Version number is increased to 2.11.30.
1824
1825         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1826         customization type and docstring.
1827         (wl-draft-reply-without-argument-list): Ditto.
1828
1829 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1830
1831         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1832
1833         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1834
1835 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1836
1837         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1838
1839 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1840
1841         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1842         save-excursion so as not to include run-hooks.
1843
1844 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1845
1846         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1847         Clarify that marks are going to be cleared.
1848
1849 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1850
1851         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1852         according to 3rd element of wl-summary-flag-mark.
1853
1854         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1855
1856 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1857
1858         * wl-action.el (wl-summary-target-mark-all): Don't set
1859         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1860
1861 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1862
1863         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1864         (wl-forward-subject-prefix): Ditto.
1865         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1866         (wl-draft-reply-make-subject): Ditto.
1867
1868         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1869         `wl-draft-forward'.
1870         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1871
1872 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1873
1874         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1875         target message does not exist.
1876
1877 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1878
1879         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1880         `wl-subject-prefix-regexp'.
1881         (wl-subject-forward-prefix-regexp): New variable.
1882         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1883         `wl-draft-strip-subject-re' and take regexp as argument.
1884         (wl-draft-forward): Use it.
1885         (wl-draft-reply): Ditto.
1886
1887 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1888
1889         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1890         emacs multi-tty support.
1891
1892 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1893
1894         * wl-e21.el (wl-e21-display-image-p): Don't call
1895         `display-images-p'.
1896         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1897         support.
1898         (wl-highlight-folder-current-line): Ditto.
1899         (wl-folder-init-icons): Ditto.
1900
1901 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1902
1903         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1904         the last line of summary in unplugged mode.
1905
1906 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1907
1908         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1909
1910 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1911
1912         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1913         * wl-address.el (wl-address-user-mail-address-p): Use it.
1914         (wl-address-delete-user-mail-addresses): Ditto.
1915         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1916
1917         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1918         (wl-address-delete-user-mail-addresses): Ditto.
1919
1920         * wl-address.el (wl-address-delete-user-mail-addresses): New
1921         function.
1922         * wl-refile.el (wl-refile-guess-by-history): Use it.
1923         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1924         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1925
1926         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1927         use wl-address-user-mail-address-p.
1928
1929 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1930
1931         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1932         after opening group.
1933
1934 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1935
1936         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1937         of elmo-set-buffer-multibyte.
1938
1939         * wl-message.el (wl-original-message-mode): Ditto.
1940
1941         * wl-score.el (wl-score-insert-header): Ditto.
1942
1943         * wl-summary.el
1944         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1945         (wl-summary-goto-folder-subr): Ditto.
1946         (wl-summary-insert-headers): Ditto.
1947
1948         * wl-util.el (wl-set-string-width): Ditto.
1949
1950         * Version number is increased to 2.11.29.
1951
1952 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1953
1954         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1955         (wl-highlight-summary-line-help-echo-alist): New variable.
1956         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1957         into `wl-highlight-summary-line-help-echo' and
1958         `wl-highlight-flag-folder-help-echo'.
1959         (wl-highlight-summary-line-string): Change accordingly.
1960         (wl-highlight-summary-current-line): Ditto.
1961
1962 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1963
1964         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1965         at the beginning of field body (Thanks to Markus Knittig).
1966
1967         * wl-draft.el (wl-draft-insert-current-message): Also check
1968         summary buffer, remove unnecessary tag.
1969
1970 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1971
1972         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1973         when wl-message-buffer is nil.
1974
1975         * wl-folder.el (wl-folder): Abolish unused argument.
1976         Call wl-folder-init when wl-folder-entity is nil.
1977         * wl.el (wl): Change accordingly.
1978
1979 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1980
1981         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1982         multibyte string before insert into draft buffer.
1983         (wl-draft-create-buffer): Always enable multibyte characters for
1984         draft buffer.
1985
1986         * Version number is increased to 2.11.28.
1987
1988 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1989
1990         * wl-folder.el (wl-folder-open-close): Handle blank line.
1991         (wl-folder-jump-to-current-entity): Ditto.
1992
1993 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1994
1995         * Version number is increased to 2.11.27.
1996
1997 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1998
1999         * wl-thread.el (wl-thread-insert-message): When the thread is
2000         devided by wl-summary-max-thread-depth, insert line at the end of
2001         buffer.
2002
2003 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2004
2005         * Version number is increased to 2.11.26.
2006
2007 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2008
2009         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2010
2011 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2012
2013         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2014         value of stream-type and session.
2015
2016 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2017
2018         * Version number is increased to 2.11.25.
2019
2020 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2021
2022         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2023         in a quit message.
2024
2025 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2026
2027         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2028         (wl-summary-redisplay-no-mime-internal): Ditto.
2029
2030 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2031
2032         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2033         * wl-vars.el (wl-smtp-connection-type): Ditto.
2034
2035 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2036
2037         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2038         for the separator line and quote mail-header-separator.
2039
2040 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2041
2042         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2043         result message.
2044
2045         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2046         `elmo-multiple-fields-body-list' with boundary as
2047         mail-header-separator.
2048
2049 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2050
2051         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2052
2053 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2054
2055         * wl-util.el (wl-list-diff): Remove unused function.
2056
2057         * wl-draft.el (wl-draft-send-confirm): Discard input before
2058         confirmation.
2059
2060 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2061
2062         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2063         order of flag and new.
2064
2065 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2066
2067         * wl-vars.el (wl-refile-policy-alist): Abolished.
2068
2069         * wl-action.el (wl-summary-set-action-refile): Follow the change
2070         above.
2071
2072 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * wl-highlight.el (wl-highlight-signature-search): Don't use
2075         re-search-backward for a long word since it is possible to crash
2076         XEmacs because of a bug.
2077
2078 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2079
2080         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2081
2082 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2083
2084         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2085         argument for wl-summary-sync-force-update.
2086
2087 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2088
2089         * wl-summary.el (wl-summary-mode-map): Revival of
2090         wl-summary-mark-as-important related bindings;
2091         Bind 'F','tF','mF','rF','m&'.
2092         (wl-summary-mark-as-important-region): Revival.
2093         (wl-summary-target-mark-mark-as-important): Ditto.
2094         (wl-summary-target-mark-operation): New function.
2095         (wl-summary-target-mark-mark-as-answered): Use it.
2096         (wl-summary-decide-flag): Don't set Important as default.
2097         (wl-summary-mark-as-important-internal): Revival.
2098         (wl-summary-mark-as-important): Ditto.
2099
2100         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2101
2102         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2103         instead of facep.
2104
2105 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2106
2107         * wl-dnd.el (wl-dnd-drop-func): Fix.
2108
2109         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2110         mouse-set-point instead of posn-point.
2111
2112         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2113
2114         * wl-mule.el (wl-completing-read-multiple): Ditto.
2115
2116 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2117
2118         * wl-demo.el (face-background-name): Defalias to avoid compile
2119         warning.
2120
2121 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2122
2123         * wl-summary.el (wl-summary-decide-flag): Use
2124         wl-completing-read-multiple instead of completing-read-multiple.
2125
2126         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2127         New alias.
2128
2129         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2130         Use face-background-name instead of face-background.
2131
2132         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2133
2134         * wl-summary.el (wl-summary-save): Use it.
2135         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2136
2137         * wl-mime.el (wl-mime-save-content): Fix last change.
2138
2139 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2140
2141         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2142         New function.
2143         (wl-summary-sort-specs): Added sort.
2144         * wl-mime.el (wl-mime-save-content): Expand file name.
2145
2146 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2147
2148         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2149
2150         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2151
2152 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2153
2154         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2155         for flag if it is not defined.
2156
2157 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2158
2159         * wl-e21.el (wl-highlight-folder-current-line): Use
2160         elmo-folder-type-internal when elmo-folder-type returns nil.
2161
2162         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2163
2164         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2165
2166         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2167
2168         * wl-e21.el (wl-summary-toolbar): Ditto.
2169
2170         * wl-vars.el (wl-demo-background-color): Abolished.
2171         (wl-summary-persistent-mark-priority-list): Renamed from
2172         wl-summary-flag-priority-list.
2173         (wl-summary-flag-alist): New user option.
2174         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2175         (wl-message-mode-line-format-spec-alist): Added 'F'.
2176         (wl-message-mode-line-format): Likewise.
2177         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2178         instead of wl-summary-important-mark.
2179         (wl-file-folder-icon): New variable.
2180
2181         * wl-thread.el (wl-thread-set-flags): Renamed from
2182         wl-thread-mark-as-important.
2183
2184         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2185         warning.
2186         (wl-summary-mode-menu-spec): Follow the change of 
2187         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2188         (wl-summary-mode-map): Follow the change of
2189         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2190         (wl-summary-detect-mark-position): Follow the variable name change.
2191         (wl-summary-set-flags-region): New function for the replacement of
2192         wl-summary-mark-as-important-region.
2193         (wl-summary-sync-marks): Sync all global-flags.
2194         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2195         instead of elmo-message-flagged-p.
2196         (wl-summary-persistent-mark-string): Follow the variable name change;
2197         Put wl-summary-flag-mark if the message has global-flag.
2198         (wl-summary-target-mark-set-flags): Renamed from 
2199         wl-summary-target-mark-mark-as-important.
2200         (wl-summary-decide-flag): New function.
2201         (wl-summary-set-flags-internal): Renamed from
2202         wl-summary-mark-as-important-internal.
2203         (wl-summary-add-flags-internal): New function.
2204         (wl-summary-remove-flags-internal): Ditto.
2205         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2206         (wl-summary-mark-as-unimportant): Abolish.
2207         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2208         (wl-summary-next-message): List flagged messages in the msgdb.
2209
2210         * wl-score.el (wl-summary-score-update-all-lines): Use
2211         wl-summary-add-flags-internal instead of 
2212
2213         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2214
2215         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2216         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2217         (wl-message-buffer-require-all-header): Renamed from
2218         wl-message-buffer-all-header-flag (Ditto).
2219         (wl-message-buffer-flag-indicator): New variable.
2220         (wl-message-redisplay): Changed local varibale name from `flag' to
2221         `display-type'; Set up wl-message-buffer-flag-indicator.
2222         (wl-message-buffer-display): Changed varibale name from `flag' to
2223         `display-type'.
2224         (wl-message-display-internal): Likewise.
2225
2226         * wl-highlight.el (wl-highlight-demo-face): Define default background
2227         color.
2228         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2229
2230         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2231
2232         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2233         (wl-demo-setup-properties): Renamed from
2234         `wl-demo-set-background-color'.
2235         (wl-demo): Follow the change above.
2236         
2237         * Version number is increased to 2.11.24.
2238
2239 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2240
2241         * wl-summary.el (wl-summary-toggle-thread): Call
2242         `wl-summary-rescan' with disable-thread as non-nil.
2243         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2244
2245 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2246
2247         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2248         foreground property of the face.
2249         (wl-demo-insert-text): Don't set up face property here.
2250         (wl-demo): Call wl-demo-set-background-color, anyway.
2251
2252 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2253
2254         * wl-vars.el (wl-demo-background-color): The value can be nil.
2255
2256 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2257
2258         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2259         to wl-summary-wheel-dispatcher.
2260
2261         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2262         wl-message-wheel-dispatcher.
2263         (wl-message-wheel-dispatcher): New function.
2264         (wl-summary-wheel-dispatcher): Ditto.
2265
2266 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2267
2268         * wl-action.el (wl-summary-target-mark-all): List messages which are
2269         not in the killed-list.
2270
2271         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2272         only when the folder is 'flag/important.
2273
2274         * wl-address.el (wl-complete-field-body): Complete if the last
2275         character is a space.
2276
2277 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2278
2279         * wl-folder.el (wl-folder-clear-entity-info): Use
2280         elmo-clear-hash-val.
2281
2282         * wl-fldmgr.el (wl-fldmgr-rename): Set
2283         wl-folder-info-alist-modified as t.
2284
2285 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2286
2287         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2288
2289 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2290
2291         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2292         (wl-folder-buffer-last-visited-entity-id): New buffer local
2293         variable.
2294         (wl-folder-revisit-last-visited-folder): New function.
2295         (wl-folder-mode-map): Bind it to "C-i".
2296         (wl-folder-set-current-entity-id): Set last visited folder.
2297         * wl-summary.el (wl-summary-exit): Ditto.
2298
2299 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2300
2301         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2302         before calling `recenter' in order to cope with an XEmacs bug.
2303
2304 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2305
2306         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2307         to the default value.
2308
2309 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2310
2311         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2312         change.
2313         (wl-summary-sync-marks): Ditto.
2314         (wl-summary-mark-as-read-internal): Ditto.
2315         (wl-summary-mark-as-answered-internal): Ditto.
2316         (wl-summary-mark-as-important-internal): Ditto.
2317         (wl-summary-reply): Ditto.
2318
2319         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2320         instead of `elmo-folder-unflag-answered'.
2321
2322         * Version number is increased to 2.11.23.
2323
2324         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2325         the last change.
2326
2327 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2328
2329         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2330         Specify "spam" or "good".
2331
2332 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2333
2334         * wl-spam.el (wl-summary-exec-action-spam): Call
2335         wl-folder-confirm-existence for spam folder.
2336         (wl-spam-setup): Bind "mk".
2337
2338 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2339
2340         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2341
2342 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2343
2344         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2345         destination folder is empty.
2346
2347 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2348
2349         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2350         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2351
2352         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2353         (wl-summary-refile-prev-destination-region): New function.
2354         (wl-thread-refile-prev-destination): Ditto.
2355         (wl-summary-target-mark-refile-prev-destination): Ditto.
2356
2357 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2358
2359         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2360         (wl-demo-background-color): Changed default value.
2361
2362         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2363         color.
2364
2365         * wl-demo.el (wl-demo-set-background-color): New function.
2366         (wl-demo): Call it.
2367
2368 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2369
2370         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2371         * wl-address.el (wl-address-add-or-change): Don't add empty
2372         address.
2373
2374 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2375
2376         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2377
2378 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2379
2380         * wl-vars.el (wl-demo-image-filter-alist): New variable
2381         (wl-demo-background-color): Ditto.
2382
2383         * wl-demo.el (wl-demo-xpm-set-background): New function.
2384         (wl-demo-image-filter): Ditto.
2385         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2386
2387         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2388
2389         * wl-demo.el (wl-demo-icon-name): Define as function.
2390         (wl-demo-insert-image): Use it.
2391
2392 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2393
2394         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2395
2396 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2397
2398         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2399
2400 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2401
2402         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2403
2404 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2405
2406         * wl-thread.el (wl-thread-mark-as-answered): New function.
2407
2408         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2409         answered" entry.
2410         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2411         "r&" and wl-thread-mark-as-answered to "t&".
2412         (wl-summary-mark-as-important-region): Refine to toggle mark.
2413         (wl-summary-mark-as-answered-region): New function.
2414         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2415         and 3rd argument.
2416         (wl-summary-mark-as-important-internal): Likewise.
2417
2418 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2419
2420         * wl-template.el (wl-template-preview): New internal variable.
2421         (wl-template-preview-p): New function.
2422         (wl-template-show): Bind `wl-template-preview' as t.
2423
2424 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2425
2426         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2427         `elmo-message-entity-field' with 3rd argument which is non-nil.
2428
2429 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2430
2431         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2432         Removed duplicate local bind `folder'.
2433
2434 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2435
2436         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2437
2438 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2439
2440         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2441         duplicate definition.
2442
2443 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2444
2445         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2446         non-nil, use it; Don't fetch message if there's no message in the
2447         current cursor position.
2448
2449 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2450
2451         * wl-util.el (wl-region-exists-p): Use region-active-p.
2452         (wl-deactivate-region): New function.
2453         * wl-message.el (wl-message-redisplay): Deactivate region.
2454
2455         * wl-summary.el (wl-summary-reply): Call
2456         `wl-summary-set-message-buffer-or-redisplay' instead of
2457         `wl-summary-redisplay-internal', don't move point.
2458
2459 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2460
2461         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2462         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2463         by regexp.
2464
2465 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2466
2467         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2468         if no need.
2469
2470 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2471
2472         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2473         default value to nil.
2474         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2475         `wl-summary-prepare-hook'; Replace refile action to
2476         `wl-summary-exec-action-refile-with-register'.
2477
2478         * Version number is increased to 2.11.22.
2479
2480 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2481
2482         * wl-summary.el (wl-summary-detect-mark-position): Set
2483         `wl-summary-buffer-weekday-name-lang'.
2484
2485 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2486
2487         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2488         (wl-summary-mark-as-read-all): Ditto.
2489         (wl-summary-delete-messages-on-buffer): Ditto.
2490         (wl-summary-sync-update): Ditto.
2491         (wl-summary-mark-as-read-internal): Ditto.
2492         (wl-summary-mark-as-answered-internal): Ditto.
2493         (wl-summary-update-folder-info): Abolished.
2494
2495 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2496
2497         * wl-summary.el (wl-summary-mark-as-read-all): Use
2498         `wl-summary-update-folder-info' instead of
2499         `wl-folder-update-unread'.
2500
2501 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2502
2503         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2504         `wl-summary-folder-info-update'.
2505         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2506         instead of `wl-summary-folder-info-update'.
2507         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2508         `wl-folder-set-folder-updated'.
2509         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2510         instead of `wl-folder-update-unread'.
2511         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2512         the value of `wl-summary-buffer-unread-count' for the second parameter of
2513         `wl-folder-update-unread'.
2514
2515         * Version number is increased to 2.11.21.
2516
2517 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2518
2519         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2520         a local variable.
2521
2522 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2523
2524         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2525         interactively.
2526
2527         * wl-summary.el (wl-summary-mark-as-important-internal): New
2528         internal function.
2529         (wl-summary-mark-as-important): Use it.
2530         (wl-summary-mark-as-unimportant): New function.
2531         (wl-summary-sync-marks): Follow the API change.
2532
2533         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2534
2535         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2536
2537 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2538
2539         * wl-folder.el (wl-folder-update-unread): Re-indent.
2540         Narrow the scope of a local variable.
2541
2542 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2543
2544         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2545         (wl-addrmgr-merge-entries): Ditto.
2546         (wl-addrmgr): Added to address entry which exists in draft buffer
2547         if no entry is in original.
2548
2549 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2550
2551         * wl-batch.el: New file.
2552
2553 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2554
2555         * wl-vars.el (wl-use-semi): Remove unused variable.
2556
2557 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2558
2559         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2560         "?".
2561
2562 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2563
2564         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2565         wl-summary-new-mark.
2566         (wl-summary-new-cached-mark): New user option.
2567         (wl-summary-score-marks): Follow the change above.
2568         (wl-summary-auto-refile-skip-marks): Ditto.
2569         (wl-summary-incorporate-marks): Ditto.
2570         (wl-summary-expire-reserve-marks): Ditto.
2571
2572         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2573
2574         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2575         (wl-summary-persistent-mark-string): Distinguished between cached
2576         and uncached mark when the message is new.
2577
2578 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2579
2580         * wl-spam.el (wl-spam-domain): Renamed from
2581         `wl-spam-folder-guess-domain'.
2582         (wl-summary-exec-action-spam): Register as spam if domain of the
2583         source folder is good.
2584         (wl-summary-exec-action-refile-with-register): Register message if
2585         domain of the source folder is not undecided.
2586
2587 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2588
2589         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2590         detect thread loop.
2591
2592 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2593
2594         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2595         and wl-summary-skip-mark-list.
2596
2597 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2598
2599         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2600
2601         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2602
2603         * wl-spam.el (toplevel): Require wl-highlight.
2604         (wl-spam-auto-check-policy-alist): Abolish.
2605         (wl-spam-auto-check-folder-regexp-list): New user option.
2606         (wl-spam-auto-check-marks): Ditto.
2607         (wl-spam-mark-action-list): Ditto.
2608         (wl-highlight-summary-spam-face): New face.
2609         (wl-spam-auto-check-message-p): New function.
2610         (wl-spam-map-spam-messages): Fixed message.
2611         (wl-spam-register-spam-messages): Ditto.
2612         (wl-spam-register-good-messages): Ditto.
2613         (wl-summary-spam-map): Add and remove keybind.
2614         (wl-summary-target-mark-spam): Abolish.
2615         (wl-summary-refile-spam): Ditto.
2616         (wl-summary-test-spam): New function.
2617         (wl-summary-mark-spam): Ditto.
2618         (wl-summary-auto-check-spam): Follow the above change.
2619         (wl-summary-exec-action-spam): New function.
2620         (wl-summary-exec-action-refile-with-register): Fixed message.
2621         (wl-message-check-spam): New function.
2622         (wl-spam-setup): Ditto.
2623         (toplevel): Call it if this file is loaded interactivity.
2624
2625         * Version number is increased to 2.11.20.
2626
2627 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2628
2629         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2630         when new optional argument `force' is non nil or modified.
2631
2632 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2633
2634         * wl.el (toplevel): Require wl-spam when compile.
2635         (wl-save-status): Call wl-spam-save-status.
2636
2637         * wl-spam.el (wl-spam-register-spam-messages): New function.
2638         (wl-spam-register-good-messages): Ditto.
2639         (wl-spam-save-status): Ditto.
2640         (wl-summary-mode-map): Bind
2641         wl-summary-target-mark-register-as-spam to "ms" and
2642         wl-summary-target-mark-register-as-good to "mn".
2643         (wl-summary-register-as-spam): Abolish optional argument; Use
2644         wl-spam-register-spam-messages.
2645         (wl-summary-register-as-spam-all): Use
2646         wl-spam-register-spam-messages.
2647         (wl-summary-register-as-good): Abolish optional argument; Use
2648         wl-spam-register-good-messages.
2649         (wl-summary-register-as-good-all): Use
2650         wl-spam-register-good-messages.
2651         (wl-summary-target-mark-register-as-spam): New funtion.
2652         (wl-summary-target-mark-register-as-good): Ditto.
2653
2654 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2655
2656         * wl-spam.el: New file.
2657
2658 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2659
2660         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2661
2662         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2663         (wl-summary-auto-refile): Call wl-refile-guess with
2664         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2665
2666 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2667
2668         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2669         with disable-thread argument non-nil.
2670
2671 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2672
2673         * wl-summary.el (wl-summary-rescan): Added optional argument
2674         disable-thread.
2675         (wl-summary-sync): Call wl-summary-rescan with argument
2676         disable-thread.
2677         (wl-summary-input-range): Added new range `rescan-thread'.
2678
2679 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2680
2681         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2682
2683 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2684
2685         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2686         internal variable.
2687         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2688         wl-summary-search-parent-by-subject-regexp and
2689         wl-summary-divide-thread-when-subject-changed as nil.
2690         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2691         (wl-summary-insert-thread): Search parent entity from
2692         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2693         thread loop.
2694
2695 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2696
2697         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2698
2699         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2700
2701         * wl-util.el (wl-require-update-all-folder-p): New function.
2702         (wl-get-assoc-list-value): Added `function' to match directive.
2703         (wl-collect-draft): Rewrite.
2704
2705         * wl-summary.el (wl-summary-sync-update): Clear faces
2706         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2707         are non-nil.
2708         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2709         argument as function.
2710         (wl-summary-input-range): Ditto.
2711
2712         * wl-folder.el (wl-draft-get-folder): New function.
2713         (wl-folder-get-elmo-folder): Consider draft folder.
2714
2715         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2716         (wl-draft-buffer-message-number): New buffer local variable.
2717         (wl-draft-folder-internal): New internal variable.
2718         (wl-draft-delete): Rewrite.
2719         (wl-draft-save): Ditto.
2720         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2721         wl-folder-get-elmo-folder.
2722         (wl-draft-config-info-operation): Ditto.
2723         (wl-jump-to-draft-folder): Ditto.
2724         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2725         (wl-draft-reedit): Rewrite.
2726
2727         * Version number is increased to 2.11.19.
2728         
2729 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2730
2731         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2732         variable.
2733
2734 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2735
2736         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2737         Use ignore-errors instead of unwind-protect.
2738
2739 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2740
2741         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2742         for updating `wl-thread-entity-list'.
2743
2744 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2745
2746         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2747         parameter from calling `wl-thread-entity-get-older-brothers' and
2748         `wl-thread-entity-get-younger-brothers'.
2749         Replace nested `append' with a single one.
2750
2751 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2752
2753         * wl-summary.el (wl-summary-mode): Don't use the return value of
2754         `make-local-hook'.
2755
2756 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2757
2758         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2759         instead of `let*'.
2760         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2761         of local variables.
2762
2763 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2764
2765         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2766         Renamed from wl-summary-window-scroll-functions.
2767         (wl-summary-window-scroll-functions): Don't set to variable.
2768         (wl-summary-display-top): Use run-hooks.
2769         (wl-summary-display-bottom): Ditto.
2770         (wl-summary-toggle-disp-msg): Ditto.
2771         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2772         Use it instead of wl-summary-window-scroll-functions.
2773         (wl-summary-goto-folder-subr): Don't call
2774         wl-summary-window-scroll-functions, use
2775         wl-summary-buffer-window-scroll-functions instead.
2776
2777 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2778
2779         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2780         make-local-variable.
2781
2782 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2783
2784         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2785         set-buffer-modified-p.
2786         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2787         (wl-summary-display-bottom): Ditto.
2788         (wl-summary-toggle-disp-msg): Ditto.
2789
2790 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2791
2792         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2793
2794         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2795         (wl-summary-forward): Use elmo-message-entity-field instead of
2796         elmo-message-field.
2797
2798         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2799
2800 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2801
2802         * wl-summary.el (wl-summary-window-scroll-functions): No use
2803         `append'.
2804
2805 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2806
2807         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2808         function.
2809         (wl-summary-window-scroll-functions): Call it when both
2810         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2811         (wl-summary-temp-mark): Added optional argument number.
2812         (wl-summary-message-mark): Added optional argument flag.
2813         (wl-summary-persistent-mark): Added optional argument number and flag.
2814         (wl-summary-update-persistent-mark): Ditto.
2815         (wl-summary-update-status-marks): Set "r" for interactive spec.
2816
2817         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2818         argument number and flag.
2819
2820         * wl-action.el (wl-summary-registered-temp-mark): 
2821         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2822
2823 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2824
2825         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2826         internal variable (buffer local).
2827         (wl-summary-window-scroll-functions): New function.
2828         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2829         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2830         as nil.
2831         (wl-summary-update-status-marks): Added arguments beg, end and
2832         check.
2833         (wl-summary-update-mark-window): Use function.
2834         (wl-summary-sync-update): Follow the change above.
2835         (wl-summary-switch-to-clone-buffer): Copy
2836         wl-summary-buffer-unsync-mark-number-list.
2837         (wl-summary-goto-folder-subr): Set
2838         wl-summary-buffer-unsync-mark-number-list and
2839         use wl-summary-window-scroll-functions instead of
2840         wl-summary-lazy-highlight.
2841
2842         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2843
2844 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2845
2846         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2847
2848         * wl-summary.el (wl-summary-update-persistent-mark): Call
2849         wl-summary-set-message-modified.
2850
2851         * wl-summary.el (wl-summary-sync-update): Don't call
2852         wl-summary-update-status-marks.
2853
2854         * Version number is increased to 2.11.18.
2855
2856 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2857
2858         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2859         (wl-message-next-page): Ditto.
2860
2861 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2862
2863         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2864         local variable.  Change the order of a collected list into the
2865         same as the specified range.  Remove nil from a collected list.
2866
2867 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2868
2869         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2870         argument for elmo-folder-list-messages.
2871
2872 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2873
2874         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2875         change (wl-summary-count-unreads return a list instead of a cons
2876         cell).
2877
2878 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2879
2880         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2881         `wl-summary-folder-info-update'.
2882
2883 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2884
2885         * wl-summary.el (wl-summary-set-message-modified): No use
2886         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2887         (wl-summary-set-mark-modified): Abolish.
2888         (wl-summary-mark-modified-p): Ditto.
2889         (wl-summary-save-view): Follow the change above.
2890
2891         * wl-expire.el (wl-summary-expire): Likewise.
2892
2893 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2894
2895         * wl-summary.el (wl-summary-detect-mark-position): Use
2896         modb-entity-handler.
2897         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2898
2899         * Version number is increased to 2.11.17.
2900
2901 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2902
2903         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2904         entity field value.
2905         (wl-summary-prefetch-msg): Ditto.
2906         (wl-summary-print-message-with-ps-print): Ditto.
2907
2908 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2909
2910         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2911         for dummy entity.
2912         (wl-summary-insert-thread): Use elmo-message-entity-field.
2913         (wl-summary-update-thread): Use elmo-message-entity-field and
2914         elmo-message-entity-number.
2915         (wl-summary-line-number):  Use elmo-message-entity-number.
2916         (wl-summary-line-size): Use elmo-message-entity-field.
2917         (wl-summary-line-subject): Ditto.
2918         (wl-summary-line-from): Ditto.
2919         (wl-summary-line-attached): Ditto.
2920         (wl-summary-create-line): Ditto.
2921         (wl-summary-create-line): Use elmo-message-entity-number.
2922         (wl-summary-print-message-with-ps-print): Use
2923         elmo-message-entity-field.
2924
2925 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2926
2927         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2928         change in elmo-msgdb-make-message-entity.
2929         (wl-summary-buffer-set-folder): Don't call
2930         wl-summary-detect-mark-position here.
2931         (wl-summary-rescan): Call elmo-message-entity-number.
2932         (wl-summary-sync-update): Ditto.
2933         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2934
2935         * wl-score.el (wl-score-header-index): Redefine 2th element.
2936         (wl-score-overview-entity-get-extra): Abolish.
2937         (wl-score-ov-entity-get): Rewrite.
2938         (wl-score-string-index<, wl-score-string-func<): Abolish.
2939         (wl-score-string<): New function.
2940         (wl-score-string-sort): Use it.
2941
2942         * wl-refile.el (wl-refile-guess-by-history): Use
2943         elmo-message-entity-field.
2944         (wl-refile-guess-by-from): Ditto.
2945         (wl-refile-guess-by-msgid): Ditto.
2946
2947         * Version number is increased to 2.11.16.
2948
2949 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2950
2951         * wl-folder.el (wl-folder-confirm-existence): Don't call
2952         file-exists-p if msgdb-path is nil.
2953         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2954         `wl-read-folder-hist' to `wl-read-folder-history'.
2955
2956 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2957
2958         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2959         `y-or-n-p'.
2960
2961 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2962
2963         * wl-score.el (wl-score-headers): Don't use
2964         elmo-folder-do-each-message-entity.
2965
2966         * Version number is increased to 2.11.15.
2967
2968 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2969
2970         * wl-summary.el (wl-summary-delete-all-msgs): Use
2971         elmo-folder-move-messages instead of elmo-folder-delete-messages
2972         and elmo-folder-detach-messages.
2973         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2974
2975         * wl-expire.el (wl-expire-delete): Ditto.
2976         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2977
2978 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2979
2980         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2981         (wl-message-header-narrowing-fields): Ditto.
2982         (wl-message-header-narrowing-lines): Ditto.
2983         (wl-message-header-narrowing-string): Ditto.
2984
2985         * wl-summary.el (wl-summary-mode-map): Bind
2986         wl-summary-toggle-header-narrowing to "C-cC-f".
2987         (wl-summary-toggle-header-narrowing): New function.
2988
2989         * wl-message.el (wl-message-buffer-create): Call
2990         wl-message-header-narrowing-setup.
2991         (wl-message-redisplay): Call wl-message-header-narrowing.
2992         (wl-message-header-narrowing): New function.
2993         (wl-message-header-narrowing-map): New keymap.
2994         (wl-message-header-narrowing-widen-map): New keymap.
2995         (wl-message-header-narrowing-again-at-mouse): New function.
2996         (wl-message-header-narrowing-1): Ditto.
2997         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2998         (wl-message-header-narrowing-setup): Ditto.
2999         (wl-message-header-narrowing-toggle): Ditto.
3000         
3001         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3002
3003         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3004         'flag as all.
3005         (wl-use-flag-folder-help-echo): New user option.
3006
3007         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3008         wl-summary-highlight as nil.
3009         (wl-summary-set-mark-modified): Follow the API change.
3010         (wl-summary-mark-modified-p): Ditto.
3011         (wl-summary-mark-as-read-all): Ditto.
3012         (wl-summary-sync-marks): Don't call
3013         elmo-folder-list-messages-with-global-mark.
3014         (wl-summary-mark-as-read-internal): Follow the API change.
3015         (wl-summary-mark-as-answered-internal): Ditto.
3016         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3017         Follow the API change.
3018         (wl-summary-create-line): Call with number argument.
3019         (wl-summary-reply): Follow the API change.
3020
3021         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3022         function.
3023         (wl-highlight-summary-line-string): Call it when
3024         wl-use-flag-folder-help-echo is non-nil.
3025         (wl-highlight-summary-current-line): Ditto.
3026         (elmo-flag-folder-referrer): Added autoload setting.
3027
3028         * wl-draft.el (wl-draft-kill): Follow the API change.
3029
3030         * Version number is increased to 2.11.14.
3031         
3032 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3033
3034         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3035
3036 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3037
3038         * Version number is increased to 2.11.13.
3039
3040 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3041
3042         * wl-draft.el (wl-draft-previous-history-element): Fixed
3043         unbalanced parenthesis and bind unbound local variables.
3044
3045 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3046
3047         * wl-draft.el (wl-draft-previous-history-element): New function.
3048         (wl-draft-next-history-element): Ditto.
3049         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3050         them to M-p and M-n.
3051
3052 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3053
3054         * Version number is increased to 2.11.12.
3055
3056 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3057
3058         * wl-draft.el (wl-draft-hide): Select buffer-window.
3059
3060 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3061
3062         * wl-summary.el (wl-summary-narrow-to-region): New function.
3063         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3064         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3065         (wl-summary-save-region): Use it.
3066         * wl-action.el (wl-summary-collect-numbers-region)
3067         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3068
3069 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3070
3071         * wl-folder.el (wl-folder-count-incorporates): Don't use
3072         `elmo-msgdb-mark-load'
3073
3074         * Version number is increased to 2.11.11.
3075
3076 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3077
3078         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3079         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3080
3081 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3082
3083         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3084
3085 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3086
3087         * Version number is increased to 2.11.10.
3088
3089 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3090
3091         * wl-mime.el (wl-draft-attribute-value): Fixed.
3092
3093 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3094
3095         * wl-util.el (wl-copy-local-variables): New function.
3096
3097         * wl-mime.el (wl-draft-attribute-recipients): New function.
3098         (wl-draft-attribute-envelope-from): Ditto.
3099         (wl-draft-attribute-smtp-posting-server): Ditto.
3100         (wl-draft-attribute-smtp-posting-port): Ditto.
3101         (wl-draft-attribute-value): Ditto.
3102         (wl-draft-preview-message): Use it to get value for
3103         attributes. Reflect result of `wl-draft-config'.
3104
3105         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3106         and call `wl-summary-mark-as-read' before to call
3107         `wl-summary-unset-mark'.
3108         (wl-summary-target-mark-mark-as-unread): Likewise.
3109         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3110
3111 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3112
3113         * wl-mime.el (wl-draft-preview-message): Use actual value for
3114         attributes; Fix for small window.
3115
3116 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3117
3118         * wl-refile.el (wl-refile-get-field-value): Call
3119         `elmo-message-entity-field' with 3rd argument is non-nil.
3120
3121 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3122
3123         * wl-vars.el (wl-draft-preview-attributes): New user option.
3124         (wl-draft-preview-attributes-list): Ditto.
3125         (wl-draft-preview-attributes-buffer-lines): Ditto.
3126         (wl-draft-preview-attributes-buffer-name): Ditto.
3127
3128         * wl-mime.el (wl-draft-preview-message): Display attributes.
3129
3130 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3131
3132         * wl-summary.el (wl-summary-detect-mark-position): Bind
3133         wl-summary-flag-priority-list to '(new).
3134
3135 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3136
3137         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3138         funtion.
3139         (wl-highlight-summary-line-string): Use it.
3140         (wl-highlight-summary-current-line): Ditto.
3141
3142 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3143
3144         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3145         line even when the mark string is not changed.
3146
3147         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3148         argument change in the wl-summary-create-line.
3149         (wl-thread-insert-entity-sub): Ditto.
3150
3151         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3152         argument change in the wl-summary-create-line.
3153         (wl-summary-insert-sequential): Ditto.
3154         (wl-summary-update-thread): Ditto.
3155         (wl-summary-persistent-mark-string): New inline function.
3156         (wl-summary-message-mark): Use it.
3157         (wl-summary-create-line): Abolish argument wl-persistent-mark
3158         and added wl-flags, wl-cached.
3159
3160         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3161         mark to flags.
3162         (wl-highlight-summary-current-line): Decide the face not by the 
3163         persistent mark but flags.
3164
3165 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3166
3167         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3168         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3169         wl-summary-read-uncached-mark): Revive.
3170         (wl-summary-answered-cached-mark,
3171         wl-summary-answered-uncached-mark): New user option.
3172         (wl-summary-score-marks): Follow the change above.
3173         (wl-summary-auto-refile-skip-marks): Ditto.
3174         (wl-summary-incorporate-marks): Ditto.
3175         (wl-summary-expire-reserve-marks): Ditto.
3176         (wl-summary-flag-priority-list): New user option.
3177
3178         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3179         changes.
3180         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3181         of elmo-message-mark.
3182         (wl-summary-mark-as-read-internal): Ditto.
3183         (wl-summary-mark-as-answered): Ditto.
3184         (wl-summary-mark-as-important): Ditto.
3185         (wl-summary-redisplay-internal): Ditto.
3186         (wl-summary-redisplay-no-mime-internal): Ditto.
3187         (wl-summary-message-mark): New function.
3188         (wl-summary-insert-sequential): Use wl-summary-message-mark
3189         instead of elmo-message-mark.
3190         (wl-summary-update-thread): Ditto.
3191         (wl-summary-persistent-mark): Ditto.
3192         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3193         instead of elmo-message-mark.
3194
3195         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3196         wl-summary-message-mark instead of elmo-message-mark.
3197         (wl-thread-insert-entity-sub): Ditto.
3198         (wl-thread-get-children-msgs-uncached): Ditto.
3199
3200         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3201         variable name changes.
3202         (wl-highlight-summary-current-line): Ditto.
3203
3204         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3205         wl-summary-message-mark instead of elmo-message-mark.
3206
3207         * wl-expire.el (wl-expire-message-p): Ditto.
3208
3209         * wl-score.el (wl-score-headers): Ditto.
3210
3211         * Version number is increased to 2.11.9.
3212
3213         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3214         (wl-summary-sync-update): Follow the change above.
3215         (wl-summary-switch-to-clone-buffer): Ditto.
3216         (wl-summary-open-folder): Ditto.
3217
3218 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3219
3220         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3221         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3222
3223         * Version number is increased to 2.11.8.
3224
3225         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3226
3227         * wl-expire.el (wl-expire-refile): Follow the API change on
3228         `elmo-folder-move-messages'.
3229         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3230
3231         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3232         (wl-summary-exec-action-refile): Ditto.
3233         (wl-summary-exec-action-copy): Ditto.
3234         (wl-summary-no-auto-refile-message-p): No use
3235         `wl-summary-buffer-msgdb'.
3236         (wl-summary-auto-refile): Ditto.
3237
3238 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3239
3240         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3241
3242 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3243
3244         * wl-summary.el (wl-summary-sync): Treat no-sync.
3245
3246         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3247         (wl-default-sync-range): Ditto.
3248
3249 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3250
3251         * wl-refile.el (wl-refile-subject-learn): Call
3252         `elmo-message-entity-field' with 3rd argument is non-nil.
3253         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3254         instead of `elmo-msgdb-overview-entity-get-subject'.
3255
3256 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3257
3258         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3259         scan-type is rescan.
3260         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3261         new optional argument force is non-nil.
3262         (wl-summary-save-view-cache): Call it with force argument non-nil.
3263
3264         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3265
3266 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3267
3268         * wl-action.el (wl-summary-print-argument): Fixed last change.
3269
3270 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3271
3272         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3273         simplified.
3274         (wl-summary-target-mark-mark-as-unread): Likewise.
3275         (wl-summary-target-mark-mark-as-important): Likewise.
3276
3277 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3278
3279         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3280         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3281         (wl-summary-mark-as-important-region): Change accordingly.
3282         (wl-summary-target-mark-mark-as-important): Ditto.
3283
3284 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3285
3286         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3287
3288         * wl-action.el (wl-summary-print-argument): Print argument to
3289         right side of window if `wl-summary-print-argument-within-window'
3290         is non-nil.
3291
3292 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3293
3294         * wl-action.el (wl-summary-set-mark): Use
3295         `wl-summary-message-visible-p' to check visibility of the message
3296         and jump to message only when the message line is visible and have
3297         different number; Call wl-summary-unset-mark with number argument.
3298         (wl-summary-unset-mark): 
3299         Use `wl-summary-message-visible-p'
3300         to check visibility of the message and jump to message only when
3301         the message line is visible and have different number;
3302
3303 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3304
3305         * Version number is increased to 2.11.7.
3306
3307         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3308         and wl-folder-summary-line-format.
3309
3310         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3311         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3312         (wl-summary-set-score-mark): Use it.
3313         (wl-summary-target-mark-mark-as-read): Ditto.
3314         (wl-summary-target-mark-mark-as-unread): Ditto.
3315         (wl-summary-target-mark-mark-as-important): Ditto.
3316         (wl-summary-target-mark-msgs): Simplified.
3317         (wl-summary-detect-mark-position): Fixed problem when
3318         summary-line-format no contain persisten/temp mark spec.
3319         (wl-summary-temp-mark): Ditto.
3320         (wl-summary-persistent-mark): Ditto.
3321         (wl-summary-update-persistent-mark): Ditto.
3322
3323         * wl-action.el (wl-summary-set-mark): Ditto.
3324         (wl-summary-unset-mark): Ditto.
3325         All other related portions are changed.
3326
3327 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3328
3329         * Version number is increased to 2.11.6.
3330
3331 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3332
3333         * wl-util.el (wl-current-message-buffer): Define as function;
3334         Don't use the value of wl-messge-buffer.
3335
3336         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3337         persistent mark.
3338
3339         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3340         no current message, cause an error.
3341
3342 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3343
3344         * wl-summary.el (wl-summary-set-message-modified): Use
3345         elmo-folder-set-message-modified instead of
3346         elmo-folder-set-message-modified-internal.
3347
3348 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3349
3350         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3351         interactively.
3352         (wl-summary-sync): nokill->entirely.
3353         (wl-summary-sync-marks): Fixed message.
3354         (wl-summary-input-range): Added mark, nokill->entirely.
3355
3356         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3357         messages as read.
3358
3359 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3360
3361         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3362         update-noscore.
3363         (wl-summary-sync): Follow the change above.
3364
3365 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3366
3367         * wl-action.el (wl-summary-target-mark-all): Use
3368         elmo-folder-list-messages.
3369
3370 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3371
3372         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3373         (wl-summary-rescan): Set wl-summary-scored as nil.
3374         (wl-summary-sync-force-update): Follow the change above.
3375         (wl-summary-sync): Ditto.
3376         (wl-summary-sync-update): Added argument disable-killed.
3377         (wl-summary-insert-headers): Set visible-only argument for
3378         elmo-folder-list-messages.
3379         (wl-summary-input-range): Added update-nokill, update-noscore,
3380         all-nokill, all-noscore and mark.
3381
3382         * Version number is increased to 2.11.5.
3383
3384         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3385
3386 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3387
3388         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3389         (wl-summary-prefetch-region-no-mark): Change accordingly.
3390         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3391
3392 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3393
3394         * wl-address.el (wl-complete-field-to): Abolished.
3395         (wl-complete-address): Completion function for completing-read.
3396         * wl-action.el (wl-summary-get-resend-address): Use it.
3397
3398         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3399         wl-summary-update-mark and abolish unused argument.
3400         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3401         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3402         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3403         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3404         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3405         * wl-draft.el (wl-draft-kill): Ditto.
3406
3407         * wl-summary.el: Remove unused binding of case-fold-search.
3408         (wl-summary-replace-status-marks): Abolished.
3409
3410 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3411
3412         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3413         is specified or folder length is zero.
3414
3415 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3416
3417         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3418         (wl-folder-archive-current-entity): Ditto.
3419
3420 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3421
3422         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3423         retrieving message mark.
3424         (wl-summary-redisplay-internal): Ditto.
3425
3426         * wl-message.el (wl-message-buffer-display): Ignore errors while
3427         retrieving message-id field.
3428
3429         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3430         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3431         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3432         order of the arguments for `wl-expire-message-p'.
3433         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3434
3435         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3436         Check return value of wl-summary-reply.
3437         (wl-summary-reply): Recover window configuration when an error occured.
3438
3439 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3440
3441         * wl-summary.el (wl-summary-resend-message): Abolished, the
3442         feature is inherited by wl-summary-resend (put resend mark).
3443
3444 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3445
3446         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3447         wl-message-buffer to nil when the message is hide.
3448
3449 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3450
3451         * .cvsignore: New file.
3452
3453 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3454
3455         * wl-action.el (wl-summary-action-docstring): Add more info.
3456         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3457         duplicate definition.
3458         (wl-summary-define-mark-action): Functions wl-summary-*-region
3459         keep current position.
3460         (wl-summary-unregister-target-mark): Store result to the variable.
3461
3462 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3463
3464         * Version number is increased to 2.11.4.
3465
3466 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3467
3468         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3469         wl-summary-delete-all-temp-marks.
3470         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3471
3472         * wl-action.el (wl-summary-set-mark): Changed terminology
3473         refile-destination -> action-argument.
3474         (wl-summary-unset-mark): Ditto.
3475         (wl-summary-remove-argument): Ditto.
3476         (wl-summary-print-argument): Ditto.
3477
3478         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3479         (wl-thread-remove-argument-region): Ditto.
3480         (wl-thread-print-argument-region): Ditto.
3481         (wl-thread-close): Ditto.
3482         (wl-thread-open): Ditto.
3483
3484         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3485         (wl-highlight-refile-destination-face is abolished)
3486         (wl-highlight-action-argument-string): Ditto.
3487         (wl-highlight-summary-current-line): Highlight action argument.
3488
3489         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3490         color for light backgrounds.
3491         (wl-highlight-summary-answered-face): Ditto.
3492
3493 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3494
3495         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3496
3497         * wl-score.el (wl-summary-score-update-all-lines): Use
3498         wl-summary-set-mark.
3499         (wl-summary-score-update-all-lines): Kill expunged messages.
3500
3501         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3502
3503 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3504
3505         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3506         directly.
3507         (wl-score-overview-entity-get-lines): Ditto.
3508         (wl-score-overview-entity-get-xref): Ditto.
3509         (wl-score-get-latest-msgs): Ditto.
3510         (wl-summary-rescore): Ditto.
3511
3512         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3513         to "&".
3514         (wl-summary-mark-as-answered-internal): New inline function.
3515         (wl-summary-mark-as-answered): New function.
3516         (wl-summary-mark-as-unanswered): Ditto.
3517         (wl-summary-sync-marks): Modified for answered-mark synching.
3518
3519 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3520
3521         * wl-action.el (wl-summary-set-mark): Fixed last change.
3522
3523 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3524
3525         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3526         behavior of wl-summary-unread-message-hook
3527         (Pointed out by akira yamada <akira@arika.org>).
3528
3529 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3530
3531         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3532         wl-summary-delete.
3533         * wl-xmas.el (wl-summary-toolbar): Ditto.
3534
3535         * wl-action.el (wl-summary-set-mark): Don't override current
3536         temp-mark.
3537
3538         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3539
3540 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3541
3542         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3543         (wl-refile-msgid-learn): Ditto.
3544         (wl-refile-get-field-value): Ditto.
3545
3546         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3547
3548         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3549         (wl-expire-delete-reserved-messages): Renamed from
3550         wl-expire-reserve-marked-msgs-from-list.
3551         (wl-expire-delete): Removed argument `msgdb'.
3552         (wl-expire-refile): Ditto.
3553         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3554         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3555         mark-alist as argument.
3556         (wl-expire-archive-number1): Removed argument `msgdb'.
3557         (wl-expire-archive-number2): Ditto.
3558         (wl-expire-archive-date): Ditto.
3559         (wl-expire-localdir-date): Ditto.
3560         (wl-expire-hide): Ditto.
3561         (wl-archive-number1): Ditto.
3562         (wl-archive-number2): Ditto.
3563         (wl-archive-date): Ditto.
3564         (wl-archive-folder): Ditto.
3565         All other related portions are changed.
3566
3567 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3568
3569         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3570         mean move up and down. (suggested by Takashi Kawachi)
3571
3572 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3573
3574         * wl-acap.el (toplevel): Don't require un-define.
3575
3576 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3577
3578         * wl-thread.el (wl-thread-delete-message): Always update
3579         wl-summary-buffer-number-list.
3580
3581         * wl-action.el (wl-summary-print-destination): 
3582         Do nothing when folder is nil.
3583
3584 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3585
3586         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3587         persistent mark when prefetch is succeeded.
3588
3589 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3590
3591         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3592         instead of elmo-msgdb-delete-msgs.
3593         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3594         (wl-expire-hide): Ditto.
3595
3596         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3597
3598         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3599         elmo-msgdb interface.
3600         (wl-thread-get-exist-children): Likewise.
3601         (wl-thread-insert-message): Likewise.
3602         (wl-thread-msg-mark-as-important): Likewise.
3603         (wl-thread-insert-entity-sub): Likewise.
3604         (wl-thread-get-children-msgs-uncached): Likewise.
3605
3606         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3607         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3608         (wl-summary-sync-update): Likewise.
3609         (wl-summary-auto-select-msg-p): Likewise.
3610         (wl-summary-update-thread): Likewise.
3611         (wl-summary-mark-as-important): Likewise.
3612         (wl-summary-jump-to-msg-internal): Likewise.
3613         (wl-summary-redisplay-internal): Likewise.
3614         (wl-summary-print-message-with-ps-print): Likewise.
3615         (wl-summary-folder-info-update): Likewise.
3616
3617         * wl-folder.el (wl-folder-check-one-entity):
3618         elmo-folder-count-flags instead of wl-summary-count-unread.
3619
3620         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3621
3622         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3623
3624         * wl-summary.el (wl-summary-set-message-modified): 
3625         Call wl-summary-set-mark-modified.
3626         (wl-summary-delete-messages-on-buffer): Call
3627         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3628         (wl-summary-sync-update): Call elmo-folder-length instead of
3629         elmo-folder-messages.
3630         (wl-summary-insert-headers): Don't call
3631         elmo-folder-list-message-entities.
3632
3633 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3634
3635         * wl-action.el (wl-summary-define-mark-action): Call
3636         `wl-summary-set-mark' with argument `data'.
3637         (wl-summary-auto-refile): Fixed order of arguments when call
3638         `wl-summary-refile'.
3639
3640 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3641
3642         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3643
3644         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3645
3646         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3647         (Renamed from wl-highlight-summary-deleted-face).
3648         (wl-highlight-summary-resend-face): New face.
3649
3650         (wl-highlight-summary-deleted-face): Renamed from
3651         wl-highlight-summary-erased-face.
3652
3653         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3654
3655         * wl-action.el (wl-summary-get-resend-address): New function.
3656         (wl-summary-exec-action-resend): Ditto.
3657         (wl-summary-exec-action-resend-subr): Ditto.
3658
3659         * w-thread.el (wl-thread-copy): Removed definition.
3660         (wl-thread-refile): Ditto.
3661         (wl-thread-delete): Ditto.
3662         (wl-thread-target-mark): Ditto.
3663
3664         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3665         (wl-summary-target-mark-set-action): Fixed.
3666         (wl-summary-define-mark-action): Fixed quotation.
3667         (wl-summary-move-mark-list-messages): Display message.
3668         (wl-summary-define-mark-action): Define thread functions.
3669         (wl-summary-exec-action-refile): Changed message.
3670         (wl-summary-exec): Ditto.
3671
3672 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3673         
3674         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3675         '%%'.
3676
3677 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3678
3679         * wl.el (toplevel): Require wl-action.
3680         (wl-init): Call wl-summary-define-mark-action.
3681
3682         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3683
3684         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3685         wl-summary-delete and wl-summary-erase.
3686         (wl-summary-mode-map): Ditto.
3687
3688         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3689         wl-delete-folder-alist.
3690
3691         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3692         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3693         (toplevel): Moved mark & action related functions to the wl-action.el.
3694
3695         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3696         in wl-summary-mark-action-list.
3697         (wl-highlight-summary-current-line): Ditto.
3698
3699         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3700         empty lines.
3701
3702         * wl-action.el: New file. 
3703
3704 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3705
3706         * wl-summary.el (wl-summary-target-mark-replace): New function.
3707         (wl-summary-target-mark-prefetch): Use it.
3708         (wl-summary-target-mark-delete): Ditto.
3709         (toplevel): Rearranged definition order.
3710         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3711         (wl-summary-target-mark-erase): Rewrite.
3712         (wl-summary-erase-region): New function.
3713         (wl-summary-exec-action-erase): Changed message.
3714         (wl-summary-move-mark-list-messages): New function.
3715         (wl-summary-exec-action-delete): Use it.
3716         (wl-summary-exec-action-erase): Ditto.
3717
3718         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3719         (wl-summary-skip-mark-list): Added "d".
3720
3721         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3722         while searching.
3723
3724         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3725         and define using defcustom;
3726         Define 4th element as a face.
3727         
3728         * wl-summary.el (wl-summary-incorporate): Use 
3729         `wl-summary-prefetch-region-no-mark' instead of
3730         `wl-summary-prefetch-region'.
3731         (wl-summary-prefetch-region-no-mark): Revival of old
3732         `wl-summary-prefetch-region'.
3733         (wl-summary-mark-action-list): Moved to wl-vars.el
3734
3735         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3736         face according to the `wl-summary-mark-action-list'.
3737         (wl-highlight-summary-current-line): Ditto;
3738         Removed destination highlighting.
3739
3740         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3741         (wl-highlight-summary-line-string): Highlight for "i" mark.
3742         (wl-highlight-summary-current-line): Ditto.
3743
3744         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3745         no destination.
3746
3747         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3748         exists, just go ahead.
3749         (wl-summary-prefetch-region): Rewrite.
3750         (wl-summary-prefetch): Ditto.
3751         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3752         (wl-summary-exec-action-prefetch): New function.
3753         (wl-summary-target-mark-prefetch): Rewrite.
3754
3755 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3756
3757         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3758         (wl-highlight-summary-line-string): Added "d" and "D".
3759         (wl-highlight-summary-current-line): Ditto.
3760
3761         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3762         in wl-summary.el.
3763         (wl-thread-insert-entity-sub): Ditto.
3764         (wl-thread-remove-destination-region): Ditto.
3765         (wl-thread-print-destination-region): Ditto.
3766
3767         * wl-summary.el (wl-summary-buffer-refile-list,
3768         wl-summary-buffer-delete-list,
3769         wl-summary-buffer-copy-list): Abolish.
3770         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3771         All other related portions are changed.
3772         (wl-summary-mark-action-list): New variable.
3773         (wl-summary-set-mark): New function.
3774         (wl-summary-register-target-mark): Ditto.
3775         (wl-summary-unregister-target-mark): Ditto.
3776         (wl-summary-have-target-mark-p): Ditto.
3777         (wl-summary-register-temp-mark): Ditto.
3778         (wl-summary-unregister-temp-mark): Ditto.
3779         (wl-summary-registered-temp-mark): Ditto.
3780         (wl-summary-collect-temp-mark): Ditto.
3781         (wl-summary-unset-mark): Ditto.
3782         (wl-summary-set-target-mark): Ditto.
3783         (wl-summary-unset-target-mark): Ditto.
3784         (wl-summary-set-action-generic): Ditto.
3785         (wl-summary-unset-action-generic): Ditto.
3786         (wl-summary-exec-action-delete): Ditto.
3787         (wl-summary-exec-action-erase): Ditto.
3788         (wl-summary-set-action-refile): Ditto.
3789         (wl-summary-set-action-refile-subr): Ditto.
3790         (wl-summary-unset-action-refile): Ditto.
3791         (wl-summary-make-destination-numbers-list): Ditto.
3792         (wl-summary-exec-action-refile): Ditto.
3793         (wl-summary-set-action-copy): Ditto.
3794         (wl-summary-unset-action-copy): Ditto.
3795         (wl-summary-exec-action-copy): Ditto.
3796         (wl-summary-collect-numbers-region): Ditto.
3797         (wl-summary-delete): Rewrite.
3798         (wl-summary-erase): Ditto.
3799         (wl-summary-remove-destination): Ditto.
3800         (wl-summary-exec): Ditto.
3801         (wl-summary-exec-region): Ditto.
3802         (wl-summary-target-mark-erase): Ditto.
3803         (wl-summary-refile): Ditto.
3804         (wl-summary-copy): Ditto.
3805         (wl-summary-unmark): Ditto.
3806         (wl-summary-delete-all-mark): Ditto.
3807         (wl-summary-mark-line): Don't highlight.
3808         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3809         (wl-summary-target-mark-refile-subr): Rewrite.
3810
3811         (wl-summary-copy-prev-destination): Abolish.
3812
3813 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3814
3815         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3816         default values along the value of wl-on-mule.
3817         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3818         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3819         It is not used anywhere.
3820
3821 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3822
3823         * wl-summary.el (wl-summary-print-destination): Keep position.
3824         (wl-summary-cursor-move-surface): Keep horizontal position.
3825
3826 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3827
3828         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3829         write sendlog.
3830
3831 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3832
3833         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3834         `wl-summary-highlight'.
3835
3836 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3837
3838         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3839         trivial condition for temp-mark.
3840
3841 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3842
3843         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3844         when it hits killed buffer.
3845
3846 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3847
3848         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3849         * wl-news.el.in: `message' and `error' take format string.
3850
3851 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3852
3853         * wl-folder (wl-folder-insert-entity): Display a message,
3854         `...done', when the work finish.
3855         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3856
3857 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3858
3859         * wl-message.el (wl-message-redisplay): Remove unused local
3860         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3861
3862 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3863
3864         * wl-summary.el (wl-summary-replace-status-marks): Disable
3865         interactive use.
3866         (wl-summary-reedit): Check message existence at first.
3867         (wl-summary-mark-line): Fix doc, return value is indefinite.
3868
3869         * wl-highlight.el (wl-highlight-message): Arranged.
3870
3871         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3872         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3873         check temp-mark by wl-summary-temp-mark always.
3874         (wl-highlight-summary): Change accordingly.
3875         * wl-summary.el (wl-summary-mark-as-read-all)
3876         (wl-summary-delete-cache, wl-summary-set-score-mark)
3877         (wl-summary-mark-as-unread, wl-summary-unmark)
3878         (wl-summary-mark-line, wl-summary-mark-as-read)
3879         (wl-summary-mark-as-important): Ditto.
3880
3881         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3882         end of the window if possible.
3883         * wl-summary.el (wl-summary-sync-update): Support lazy
3884         highlighting.
3885         (wl-summary-toggle-disp-msg): Ditto.
3886
3887 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3888
3889         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3890
3891 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3892
3893         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3894         change.
3895
3896 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3897
3898         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3899         API.
3900         (wl-summary-sync-update): Ditto.
3901
3902         * wl-score.el (wl-score-get-score-alist): Changed argument.
3903         (wl-summary-rescore-msgs): Likewise.
3904         (wl-summary-score-headers): Likewise.
3905         (wl-score-headers): Likewise;
3906         Use elmo-folder-do-each-message-entity, etc.
3907         (wl-summary-score-effect): Follow the changes above.
3908         (wl-summary-rescore): Ditto.
3909         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3910         (wl-score-get-overview): Abolish.
3911
3912         * wl-summary.el (wl-summary-default-from): Follow the API change in
3913         elmo-msgdb.
3914         (wl-summary-count-unread): Ditto.
3915         (wl-summary-detect-mark-position): Ditto.
3916         (wl-summary-overview-entity-compare-by-date): Ditto.
3917         (wl-summary-overview-entity-compare-by-number): Ditto.
3918         (wl-summary-overview-entity-compare-by-from): Ditto.
3919         (wl-summary-overview-entity-compare-by-subject): Ditto.
3920         (wl-summary-get-list-info): Ditto.
3921         (wl-summary-rescan): Ditto.
3922         (wl-summary-jump-to-msg-by-message-id): Ditto.
3923         (wl-summary-sync-update): Ditto; Removed comment.
3924         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3925         (wl-summary-insert-message): Use wl-summary-insert
3926         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3927         (wl-summary-insert-headers): Changed argument overview to folder.
3928         (wl-summary-search-by-subject): Likewise.
3929         (wl-summary-insert-thread): Renamed from 
3930         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3931
3932         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3933         too.
3934
3935         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3936         wl-string-member.
3937
3938 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3939
3940         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3941         elmo-folder-append-buffer.
3942         (wl-draft-queue-append): Likewise.
3943
3944         * wl-mime.el (wl-message-delete-current-part): Ditto.
3945         (wl-summary-burst-subr): Ditto.
3946
3947         * wl-news.el.in (wl-news-send-news): Ditto.
3948
3949 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3950
3951         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3952         function.
3953         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3954         (wl-summary-update-mark): Enclose with save-excursion.
3955         (wl-summary-mark-as-read-internal): Fixed last change.
3956         (wl-summary-mark-as-important): Use 3rd argument of
3957         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3958         Don't use elmo-msgdb-set-mark.
3959         (wl-summary-redisplay-internal): If msgdb flag is already read,
3960         just update the mark on buffer.
3961
3962 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3963
3964         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3965         cut visible folder when elmo-folder-delete returns non-nil value.
3966
3967 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3968
3969         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3970         by Kenichi OKADA <okada@opaopa.org>).
3971
3972 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3973
3974         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3975
3976 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3977
3978         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3979         Fixed the last change, search group entity by its real name.
3980         (Thanks to: KOBAYASHI Shinji)
3981
3982 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3983
3984         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3985         (wl-fldmgr-access-display-all): Don't refer visible name.
3986         * wl-expire.el (wl-folder-archive-current-entity)
3987         (wl-folder-expire-current-entity): Ditto.
3988         * wl-folder.el (wl-folder-jump-to-current-entity)
3989         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3990         (wl-folder-open-folder-sub,wl-folder-open-all)
3991         (wl-folder-write-current-folder): Ditto.
3992         (wl-folder-insert-entity): Don't use petname for normal group.
3993         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3994         is the real name.
3995         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3996         Abolished.
3997
3998 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3999
4000         * wl-draft.el (wl-draft-create-buffer): Add
4001         `wl-summary-reply-with-citation'
4002
4003 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4004
4005         * wl-draft.el (wl-draft-reply): Fixed.
4006
4007 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4008
4009         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4010         when `wl-draft-send-confirm-with-preview' is non-nil.
4011         You can scroll up/down by j/k.
4012         (wl-draft-send-confirm-with-preview): New variable (default=t).
4013
4014 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4015
4016         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4017         (wl-fldmgr-save-folders): Fix comment.
4018
4019 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4020
4021         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4022         along the last change in `wl-folder-buffer-group-p'.
4023
4024 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4025
4026         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4027         folder.
4028
4029         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4030         the default value.
4031
4032         * wl-mime.el (wl-summary-burst): Update summary only when target
4033         folder equals current folder.
4034
4035 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4036
4037         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4038
4039 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4040
4041         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4042         value.
4043
4044 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4045
4046         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4047         `map-extents' instead of `extent-at' repeatedly.
4048         (wl-highlight-folder-current-line): Ditto.
4049
4050         * wl-highlight.el: Remove useless dummy functions.
4051
4052 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4053
4054         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4055         (wl-folder-put-folder-property): New function to put text property.
4056         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4057         (wl-folder-insert-entity, wl-folder-update-diff-line)
4058         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4059         * wl-e21.el, wl-xmas.el, wl-mule.el
4060         (wl-highlight-folder-current-line): Ditto.
4061         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4062         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4063         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4064         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4065
4066 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4067
4068         * Version number is increased to 2.11.3.
4069
4070 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4071
4072         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4073         Resume current-buffer since it is assumed by remaining tasks.
4074
4075 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4076
4077         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4078         (wl-folder-completion-function): Abolished.
4079         (wl-folder-complete-folder): New function.
4080         (wl-folder-complete-filter-condition): Ditto.
4081         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4082         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4083
4084 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4085
4086         * wl-draft.el (wl-draft-send-confirm): New function.
4087         (wl-draft-send): Use it.
4088
4089         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4090         cursor-in-echo-area while confirming.
4091
4092         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4093
4094         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4095         searching via nntp if wl-summary-search-via-nntp is 'force.
4096         Otherwise, invoke searching in nntp folder only.
4097         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4098
4099         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4100         explicitly for mime-make-text-tag.
4101
4102 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4103
4104         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4105         `mime-make-text-tag' instead of `mime-create-tag'.
4106
4107 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4108
4109         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4110         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4111
4112 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4113
4114         * wl-score.el (wl-score-save): Bind print-length and print-level.
4115         (wl-score-pretty-print): Ditto.
4116         (wl-score-edit-insert-header-entry): Ditto.
4117
4118         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4119         "From" entry to be treated with wl-draft-eword-encode-address-list.
4120         * wl-mime.el (wl-draft-preview-message): Ditto.
4121
4122         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4123         (wl-summary-mark-as-unread): Ditto.
4124         (wl-summary-mark-as-read-region): Change accordingly.
4125         (wl-summary-mark-as-unread-region): Ditto.
4126         (wl-summary-target-mark-mark-as-read): Ditto.
4127         (wl-summary-target-mark-mark-as-unread): Ditto.
4128
4129 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4130
4131         * Version number is increased to 2.11.2.
4132
4133 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4134
4135         * wl-news.el.in (wl-news-previous-version-save): Bind
4136         print-length and print-level.
4137         * wl-thread.el (wl-thread-save-entities): Ditto.
4138         (wl-thread-save-top-list): Bind print-length.
4139
4140 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4141
4142         * wl-highlight.el (wl-highlight-summary-line-string): Use
4143         wl-summary-score-below-mark, wl-summary-score-over-mark.
4144         (wl-highlight-summary-current-line): Ditto.
4145
4146 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4147
4148         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4149         insert it.
4150
4151 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4152
4153         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4154
4155 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4156
4157         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4158         message without msgid.
4159         Rewrite with elmo-folder-move-messages.
4160         Set wl-message-buffer to nil.
4161
4162         * wl-summary.el (wl-summary-erase-subr): New function. Use
4163         elmo-folder-move-messages.
4164         (wl-summary-erase): Call it.
4165         (wl-summary-target-mark-erase): Ditto.
4166
4167 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4168
4169         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4170         it is not up-tp-date.
4171
4172 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4173
4174         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4175         buffer after calling `wl-summary-goto-folder-subr' without the
4176         argument `interactive'.
4177         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4178
4179 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4180
4181         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4182         `mime-create-tag'. Use `string=' instead of `looking-at'.
4183
4184 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4185
4186         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4187         to avoid compile warning.
4188
4189         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4190         entity-id when folder is given.
4191         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4192         save-excursion, use save-selected-window instead.
4193         Select folder buffer window if exists.
4194         (To correct behavior with wl-folder-move-cur-folder.)
4195
4196 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4197
4198         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4199
4200 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4201
4202         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4203         list-count instead of %d.
4204
4205 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4206
4207         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4208         (wl-news): Set it.
4209         (wl-news-append-to-folder): Use it.
4210
4211         * wl-news.el.in (wl-news-send-news): Append to specified folder
4212         instead of wl-default-folder.
4213         (wl-news-append-to-folder): Show error message with specified folder.
4214
4215         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4216                 In most major modes, Emacs assumes that any opening
4217                 delimiter found at the left margin is the start of a
4218                 top-level definition, or defun. Therefore, *never put an
4219                 opening delimiter at the left margin unless it should have
4220                 that significance.*
4221
4222         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4223
4224 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4225
4226         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4227
4228 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4229
4230         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4231
4232 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4233
4234         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4235         for sequential numbering case.
4236
4237 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4238
4239         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4240         value.
4241         (wl-draft-reply-without-argument-list): Ditto.
4242         (wl-draft-reply-myself-with-argument-list): Abolish.
4243         (wl-draft-reply-myself-without-argument-list): Ditto.
4244         * wl-draft.el (wl-draft-self-reply-p): New function.
4245         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4246
4247 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4248
4249         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4250         (avoid error for the case without byte-compiling)
4251
4252 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4253
4254         * wl-news.el.in (wl-news-append-to-folder): New function.
4255         (wl-news-exit): Rewrite.
4256         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4257
4258 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4259
4260         * wl-draft.el (wl-draft-reply-position): New function.
4261         (wl-draft-reply-position): Fix.
4262         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4263         (wl-summary-target-mark-reply-with-citation): Ditto.
4264         (wl-summary-reply-with-citation): Ditto.
4265         * wl-vars.el (wl-draft-reply-default-position): New variable.
4266
4267 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4268
4269         * wl-draft.el (wl-draft-send): Preview when interactive send.
4270
4271 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4272
4273         * wl-draft.el (wl-draft-reply): Set default position.
4274         * wl-summary.el (wl-summary-reply): Ditto.
4275         (wl-summary-reply-with-citation): Ditto.
4276         (wl-summary-target-mark-reply-with-citation): Ditto.
4277
4278 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4279
4280         * wl-news.el.in (wl-news-lang): Set default value according to
4281         current-language-environment.
4282         (wl-news-append-news): Do nothing when news-list is nil.
4283
4284 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4285
4286         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4287         (wl-news): Change message.
4288         (wl-news-exit): Check buffer.
4289         (wl-news-force-exit): New function.
4290         (wl-news-show-all): New function.
4291         (wl-news-discard-and-exit): Fix.
4292
4293 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4294
4295         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4296         according to current-language-environment.
4297
4298         * wl-news.el.in (wl-news): If arg, show all NEWS after
4299         wl-news-default-previous-version.
4300
4301 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4302
4303         * wl-news.el.in (wl-news-check): Rewritten.
4304         (wl-news-previous-version-load): Change data type.
4305         (wl-news-previous-version-save): Change data type.
4306         (wl-news-append-news): Add return value.
4307         (wl-news-check-news): New function.
4308         (wl-news-already-current-p): New function.
4309         (wl-news-send-news): Rewritten.
4310         (wl-news-mode-map): Add new keybind.
4311         (wl-news): Rewritten.
4312         (wl-news-exit): Rewritten.
4313         (wl-news-discard-and-mail): New function.
4314         (wl-news-send-to-address): Abolished.
4315         * wl.el (wl-init): Delete a message.
4316
4317 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4318
4319         * wl-news.el.in (wl-news-exit): Update previous version.
4320         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4321
4322 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4323
4324         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4325
4326 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4327
4328         * wl-news.el.in (wl-news): New function.
4329         (wl-news-mode): New function.
4330         (wl-news-next-line): New function.
4331         (wl-news-next-page): New function.
4332         (wl-news-exit): New function.
4333         (wl-news-buf-name): New variable.
4334         (wl-news-mode-map): New variable.
4335         (wl-news-winconf): New variable.
4336         (wl-news-append-news): Add an option.
4337
4338 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4339
4340         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4341
4342 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4343
4344         * wl-news.el.in (wl-news-send-to-address): New variable.
4345         (wl-news-send-news): Use it.
4346         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4347         Return updating status.
4348         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4349
4350 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4351
4352         * wl-news.el.in (wl-news-send-news): Delete
4353         Organization and X-Face.
4354
4355 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4356
4357         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4358         (wl-news-append-news): New function.
4359         (wl-news-send-news): New function.
4360
4361 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4362
4363         * Version number is increased to 2.11.1.
4364
4365 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4366
4367         * wl-news.el.in : New file.
4368
4369 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4370
4371         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4372         default value.
4373         (wl-draft-reply-without-argument-list): Ditto.
4374
4375 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4376
4377         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4378         (wl-message-buffer-prefetch-idle-time): Ditto.
4379         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4380
4381 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4382
4383         * wl-thread.el (wl-thread-insert-message): Use
4384         wl-summary-max-thread-depth.
4385
4386         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4387         loop detection.
4388
4389         * wl-message.el (wl-message-buffer-display): Back to the first page
4390         when cache is hit.
4391
4392 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4393
4394         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4395
4396         * wl-summary.el (wl-summary-insert-thread-entity):
4397         If the thread depth is reached to wl-summary-max-thread-depth,
4398         divide the thread.
4399
4400 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4401
4402         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4403         for elmo-remove-passwd.
4404
4405 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4406
4407         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4408         folder is sticky.
4409         (wl-folder-mark-as-read-all-entity): Ditto.
4410         (wl-folder-prefetch-entity): Ditto.
4411
4412 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4413
4414         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4415
4416 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4417
4418         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4419         Delete messages on buffer for unplugged operation.
4420         (wl-summary-erase): Ditto.
4421
4422 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4423
4424         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4425         take nil so as not to search parent by subject.
4426
4427 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4428
4429         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4430         (wl-folder-get-next-folder): Ditto.
4431         (wl-folder-get-path): Ditto.
4432
4433 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4434
4435         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4436         system and encode the region with it before verifying.
4437
4438 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4439
4440         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4441         system of the echo buffer before decoding.
4442
4443 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4444
4445         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4446         original contents.
4447
4448 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4449
4450         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4451         with argument 'any-exists.
4452
4453 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4454
4455         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4456         Use `wl-cs-autoconv'.
4457
4458 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4459
4460         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4461         by `mime-view-automatic-conversion'.
4462
4463         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4464         (wl-message-verify-pgp-nonmime): Ditto.
4465         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4466         Bind them to C-c:d and C-c:v respectively.
4467
4468         Merge following code by Teranishi-san from [wl-en:00167].
4469         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4470         (wl-mime-preview-application/pgp-encrypted): Ditto.
4471         (wl-mime-setup): Add entry.
4472
4473 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4474
4475         * wl-summary.el (wl-summary-target-mark-erase): New function.
4476         Bind it to "mD".
4477
4478 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4479
4480         * wl-vars.el (wl-draft-write-file-function): Fix.
4481         (wl-draft-reedit-hook): Changed default value.
4482
4483         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4484         wl-draft-reedit-hook.
4485         (wl-draft-remove-text-plain-tag): New function.
4486         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4487
4488         * wl-vars.el (wl-draft-write-file-function): New user option.
4489
4490         * wl-draft.el (wl-draft-prepare-edit): Use it for
4491         local-write-file-hooks.
4492         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4493
4494         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4495         (wl-draft-insert-mail-header-separator): Return the body beginning
4496         point.
4497         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4498         text/plain.
4499         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4500
4501 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4502
4503         * wl-summary.el (wl-summary-erase): New function to erase message
4504         without moving it to trash. Bind to "D".
4505
4506         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4507         as `keep' unless switch-function.
4508
4509 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4510
4511         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4512         message buffer by using `wl-summary-toggle-disp-msg'.
4513         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4514         buffer window.
4515         (wl-summary-supresedes-message): Ditto.
4516
4517         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4518         Do not delete other windows.
4519         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4520         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4521         (wl-draft-create-buffer): Set reply-or-forward also for target
4522         mark commands.
4523
4524 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4525
4526         * wl-draft.el (wl-user-agent-compose): Delete special case for
4527         switch-to-buffer-other-window.
4528
4529         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4530         (wl-summary-forward): Ditto.
4531
4532         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4533         function.
4534         (wl-draft-buffer-style): New use option.
4535
4536         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4537         (wl-draft): Follow the change above.
4538         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4539         wl-draft-buffer-style.
4540         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4541         switch-function.
4542
4543 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4544
4545         * wl-address.el (wl-address-make-completion-entry): Extracted from
4546         `wl-address-make-completion-list'.
4547         (wl-address-enable-strict-loading): New variable.
4548         (wl-address-make-completion-list): Revive petname duplication
4549         inquiry, and enable it if `wl-address-enable-strict-loading'.
4550         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4551
4552 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4553
4554         * wl-message.el (wl-message-get-original-buffer): Avoid
4555         'Selecting deleted buffer' error when original buffer is killed.
4556
4557 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4558
4559         * wl-summary.el (wl-summary-next-message): Use
4560         elmo-message-accessible-p instead of elmo-message-cached-p.
4561
4562 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4563
4564         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4565
4566         * wl-thread.el (wl-thread-open-all-unread): Use
4567         elmo-folder-list-flagged instead of
4568         elmo-folder-list-messages-mark-match.
4569
4570         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4571         instead of elmo-folder-list-messages-mark-match.
4572         (wl-summary-move-spec-alist): New variable.
4573         (wl-summary-move-spec-plugged-alist,
4574         wl-summary-move-spec-unplugged-alist): Abolish.
4575         (wl-summary-next-message): Follow the change above.
4576         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4577         with 'no-msg' argument.
4578
4579         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4580         variable.
4581         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4582         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4583         (wl-message-buffer-prefetch-get-next): Follow the change above.
4584
4585 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4586
4587         * wl-version.el (wl-version): Changed codename.
4588
4589         * Version number is increased to 2.11.0.
4590
4591 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4592
4593         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4594         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4595         `wl-draft-config-variables'.
4596         (wl-draft-kill): Fixed problem when the draft is reedit.
4597
4598 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4599
4600         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4601         buffer-modified status (Thanks to
4602         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4603
4604 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4605
4606         * wl-util.el (wl-region-exists-p): New function.
4607
4608         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4609         Remove defvars for byte-compile warnings.
4610
4611 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4612
4613         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4614         defvar-maybe. Removed unused bind.
4615
4616 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4617
4618         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4619         summary buffer window before creating new frame.
4620         (wl-draft-reply): Ditto.
4621
4622 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4623
4624         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4625
4626 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4627
4628         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4629
4630 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4631
4632         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4633         instead of `kill-region'.
4634
4635 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4636
4637         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4638         (wl-highlight-summary-line-string): Use it.
4639         (wl-highlight-summary-current-line): Ditto.
4640
4641         * wl-mime.el (wl-message-delete-current-part): Check the class of
4642         mime-entity.
4643
4644         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4645
4646         * wl-summary.el (wl-summary-make-number-list): Initialize.
4647         (wl-summary-update-mark): New function.
4648         (wl-summary-reply): Put `answered' mark on the message.
4649         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4650
4651         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4652         (wl-draft-reply): Added optional argument `number';
4653         Set wl-draft-parent-number.
4654         (wl-draft-kill): Delete answered mark if it is a reply.
4655
4656 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4657
4658         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4659         that originates in mime-preview-follow-current-entity.
4660         (wl-draft-yank-current-message-entity): Use it if region is active.
4661
4662         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4663         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4664         `wl-message-delete-current-part'.
4665         * wl-mule.el (wl-message-define-keymap): Ditto.
4666         * wl-xmas.el (wl-message-define-keymap): Ditto.
4667
4668 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4669
4670         * wl-mime.el (wl-message-delete-current-part): New function.
4671         (wl-mime-node-id-to-string): Ditto.
4672
4673         * wl-mime.el (wl-message-delete-current-part): Use existing
4674         original buffer which corresponds current mime-view buffer.
4675         (fetched buffer might have different structure, possibly)
4676
4677         * wl-mime.el (wl-message-delete-current-part): Quit if the
4678         message content differs from the actual message.
4679
4680 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4681
4682         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4683         order.
4684         (wl-summary-search-by-subject): Search parent message from tail;
4685         Check the existence of the parent message on the current thread tree.
4686         (wl-summary-update-thread): Check whether the line is inserted.
4687
4688 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4689
4690         * wl-vars.el (wl-summary-line-format): Undo last change.
4691         * wl-summary.el (wl-summary-print-destination): Do not put
4692         invisible property when `wl-summary-width' is nil.
4693         (wl-summary-line-subject-minimum-length): Abolished.
4694         (wl-summary-line-subject): Ditto.
4695
4696 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4697
4698         * wl-vars.el (wl-summary-line-format): Change default value.
4699         (wl-summary-subject-length-limit): Abolished.
4700         * wl-summary.el (wl-summary-line-subject): Ditto.
4701
4702 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4703
4704         * wl-template.el (wl-template-select): Added optional argument.
4705         If optional argument is specified, reverse
4706         `wl-template-visible-select'.
4707
4708 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4709
4710         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4711         Take prefix argument to force asking the destination folder.
4712
4713 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4714
4715         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4716         count and update status.
4717
4718 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4719
4720         * wl-summary.el (wl-summary-redisplay-internal): If
4721         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4722         after fetching.
4723
4724 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4725
4726         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4727         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4728
4729         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4730
4731 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4732
4733         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4734         (All other related portions are changed).
4735         (wl-summary-mark-as-read-all): Rewrite.
4736
4737 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4738
4739         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4740         `wl-summary-mark-as-read'.
4741         (wl-summary-mark-as-unread): Rewrite.
4742         (wl-summary-mark-as-read): Added no-modeline argument.
4743         (wl-summary-resume-cache-status): Rewrite.
4744         (wl-summary-exec-subr): Remove unused local variable.
4745
4746 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4747
4748         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4749         logic to call `wl-summary-buffer-prev-folder-function'.
4750         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4751
4752 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4753
4754         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4755         is nil.
4756
4757 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4758
4759         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4760         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4761         (wl-mime-setup): Add its entry.
4762
4763 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4764
4765         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4766         (wl-summary-delete-cache): Likewise.
4767         (wl-summary-mark-as-read): Rewrite.
4768
4769 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4770
4771         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4772         `wl-summary-count-unread'.
4773
4774         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4775
4776         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4777
4778 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4779
4780         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4781         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4782         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4783         Renamed to the elmo-msgdb-*-mark.
4784         (wl-summary-score-marks): Follow the change above.
4785         (wl-summary-auto-refile-skip-marks): Ditto.
4786         (wl-summary-incorporate-marks): Ditto.
4787         (wl-summary-expire-reserve-marks): Ditto.
4788
4789         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4790         changes.
4791         (wl-thread-insert-top): Changed updating message.
4792
4793         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4794         variable.
4795         (wl-summary-count-unread): Count answered marks.
4796         (wl-summary-rescan): Call wl-summary-insert-message instead of
4797         wl-summary-append-message-func-internal.
4798         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4799         (wl-summary-prefetch-msg): Follow the variable name changes.
4800         (wl-summary-prefetch-region): Ditto.
4801         (wl-summary-mark-as-read-all): Follow the API changes;
4802         Don't call elmo-folder-replace-marks.
4803         (wl-summary-delete-cache): Follow the variable name changes.
4804         (wl-summary-resume-cache-status): Ditto.
4805         (wl-summary-update-status-marks): New function.
4806         (wl-summary-insert-message): New function.
4807         (wl-summary-sync-marks): Follow the variable name changes.
4808         (wl-summary-sync-update): Synchronize to the msgdb, too;
4809         Changed update messages.
4810         (wl-summary-make-number-list): Rewrite.
4811         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4812         (wl-summary-mark-as-unread): Follow the API changes.
4813         (wl-summary-exec-subr): Follow the variable name changes.
4814         (wl-summary-mark-as-read): Ditto.
4815         (wl-summary-move-spec-plugged-alist): Ditto.
4816         (wl-summary-move-spec-unplugged-alist): Ditto.
4817         (wl-summary-cursor-move-surface): Ditto.
4818
4819         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4820         variable name changes.
4821         (wl-highlight-summary-current-line): Ditto.
4822
4823         * wl-expire.el (wl-expire-refile): Follow the API change in
4824         elmo-folder-move-messages.
4825         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4826         (wl-summary-archive): Use elmo-folder-msgdb instead of
4827         elmo-msgdb-load.
4828
4829 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4830
4831         * wl-mime.el (wl-draft-preview-message): Restore the position
4832         before evaluating wl-draft-send-hook in preview buffer.
4833
4834 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4835
4836         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4837         when it creates new draft buffer.
4838
4839         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4840         without argument.
4841
4842         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4843         Evaluate content and if the value is string, insert it.
4844         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4845         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4846         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4847         wl-draft-config-sub-part-bottom): Use it.
4848
4849         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4850         with the folder name. The question was unintelligible when it is
4851         called from wl-save-status.
4852
4853 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4854
4855         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4856         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4857         cannot take second argument).
4858
4859 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4860
4861         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4862         as t. Since type and subtype are not case sensitive (RFC 2045).
4863
4864 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4865
4866         * wl-vars.el (wl-message-mode-line-format): New variable.
4867         (wl-message-mode-line-format-spec-alist): Ditto.
4868         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4869         (wl-message-redisplay): Use wl-message-mode-line-format.
4870
4871 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4872
4873         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4874
4875 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4876
4877         * wl-summary.el (wl-summary-default-from): Write description.
4878
4879 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4880
4881         * wl-vars.el (wl-ldap-objectclass): Abolish.
4882
4883         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4884         (wl-ldap-make-filter): Removed condition for objectclass.
4885         (wl-ldap-make-matched-value-list): Remove meaningless process.
4886         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4887         (wl-address-ldap-search): Don't add `*' to `pat' string;
4888         use ignore-errors; added `email';
4889         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4890         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4891         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4892
4893
4894 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4895
4896         * wl-draft.el (wl-draft-parent-folder): Write description.
4897         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4898
4899 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4900
4901         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4902         as "" (zero-length string) if no parent.
4903         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4904
4905 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4906
4907         * wl-address.el (wl-address-make-completion-list): Skip duplication
4908         checking.
4909         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4910         `append'.
4911
4912 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4913
4914         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4915         instead of `beginning-of-buffer'.
4916
4917 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4918
4919         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4920
4921 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4922
4923         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4924         Refer wl-message-buffer-name.
4925         (wl-message-wheel-down): Ditto.
4926
4927 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4928
4929         * wl-vars.el (wl-message-buffer-name): New user option.
4930
4931         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4932         directly instead of making alist dinamically.
4933
4934         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4935         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4936         wl-message-buffer-cache-name.
4937         (wl-message-buffer-cache-clean-up): Ditto.
4938
4939         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4940
4941         * Version number is increased to 2.9.15.
4942
4943 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4944
4945         * wl-vars.el (wl-summary-default-view-alist): New user option.
4946
4947         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4948
4949         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4950         while deleting address.
4951         (wl-draft-delete-myself-from-cc): Ditto.
4952
4953         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4954         If optional argument is specified, reverse sort order.
4955
4956         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4957
4958 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4959
4960         * wl-thread.el (wl-thread-insert-message): Return parent number if
4961         exists.
4962         (wl-thread-update-indent-string-region): Use
4963         wl-thread-update-line-on-buffer-sub instead of
4964         wl-thread-update-line-on-buffer.
4965
4966 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4967
4968         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4969         (wl-folder-close-all): Ditto.
4970
4971 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4972
4973         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4974         and mailing-list:.
4975         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4976         value.
4977         (wl-summary-line-list-info): Print mailing-list name even when 
4978         list-number is empty.
4979
4980 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4981
4982         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4983
4984         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4985         (wl-draft-open-file): Ditto.
4986         (wl-draft-random-alphabet): Ditto.
4987
4988         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4989         bindings.
4990
4991 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4992
4993         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4994         * wl-vars.el (wl-draft-config-alist): Ditto.
4995
4996 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4997
4998         * Version number is increased to 2.9.14.
4999
5000         * wl.el (wl): Don't set wl-init as nil when error occured while
5001         auto-checking folders.
5002
5003         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5004         `elmo-expand-newtext'.
5005
5006 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5007
5008         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5009         `this-command' so that `wl-folder-goto-folder' contained in
5010         `wl-summary-keep-cursor-command' work.
5011
5012 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5013
5014         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5015         message buffer displaying state.
5016
5017 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5018
5019         * wl-vars.el (wl-summary-default-view): New variable to specify
5020         default value for `wl-summary-buffer-view' instead of using
5021         set-default.
5022         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5023
5024 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5025
5026         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5027
5028         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5029
5030 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5031
5032         * wl-vars.el (wl-forward-subject-prefix): New variable.
5033         * wl-draft.el (wl-draft-forward): Use it.
5034
5035 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5036
5037         * wl-message.el (wl-message-prev-page): When it is called without
5038         lines argument, scroll down by wl-message-scroll-amount lines.
5039         (wl-message-next-page): Ditto.
5040         * wl-vars.el (wl-message-scroll-amount): Change default value
5041         to preserve current behavior.
5042
5043 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5044
5045         * wl-summary.el (wl-summary-prefetch-msg): Bind
5046         `wl-message-entity' to call `wl-summary-from-function'.
5047
5048 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5049
5050         * wl-message.el (wl-message-buffer-create): Run
5051         wl-message-buffer-created-hook.
5052
5053 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5054
5055         * wl-summary.el (wl-summary-sort-specs): New variable.
5056         (wl-summary-default-sort-spec): Ditto.
5057         (wl-summary-sort): Rewrite.
5058         (wl-summary-sort-by-list-info): New function.
5059
5060 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5061
5062         * wl-summary.el (wl-summary-get-list-info): New function.
5063         (wl-summary-sort): Rewrite.
5064         (wl-summary-line-list-info): Ditto.
5065         (wl-summary-line-list-count): Ditto.
5066         (wl-summary-refile-region): Fixed docstring.
5067
5068 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5069
5070         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5071         `wl-folder-entity-hashtb' as completion table.
5072
5073 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5074
5075         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5076         only when this command is called interactively; silence the byte-
5077         compiler.
5078
5079 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5080
5081         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5082         active in XEmacs.
5083
5084 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5085
5086         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5087         plural lines.
5088
5089 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5090
5091         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5092         of current line when the cursor is on the header name.
5093         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5094
5095 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5096
5097         * wl-util.el (wl-read-directory-name): Return displayed directory
5098         as the default value also on XEmacs.
5099
5100 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5101
5102         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5103         formatting.
5104
5105 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5106
5107         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5108         argument and when it is non-nil, check face property before
5109         highlighting for each line.
5110         (wl-highlight-summary-window): Set it.
5111
5112 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5113
5114         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5115         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5116
5117         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5118         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5119         (wl-draft-get-fcc-list): Likewise.
5120
5121 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5122
5123         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5124         (wl-thread-entity-cur): Ditto.
5125         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5126         wl-thread-indent-regexp setting.
5127         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5128
5129         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5130         wl-summary-lazy-highlight.
5131         (wl-summary-display-bottom): Ditto.
5132
5133         * wl-thread.el (wl-thread-open-close): Likewise.
5134
5135         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5136         from and subject;
5137         Bind wl-draft-use-frame;
5138         Enclose with save-window-excursion;
5139         Use wl-draft-create-buffer instead of with-temp-buffer;
5140         Use wl-draft-prepare-edit;
5141         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5142         Use wl-draft-send instead of wl-draft-raw-send.
5143
5144 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5145
5146         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5147         of using wl-from.
5148
5149 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5150
5151         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5152         insert-buffer instead of clone-buffer.
5153         (wl-draft-doing-mime-bcc): New variable.
5154         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5155         infinite loop.
5156         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5157
5158         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5159         (wl-draft-mime-bcc-body): Ditto.
5160
5161         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5162         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5163         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5164         wl-draft-do-mime-bcc.
5165         (wl-draft-mime-bcc-field): New function.
5166         (wl-draft-do-mime-bcc): Ditto.
5167
5168         * wl-address.el (wl-address-complete-header-list): New variable.
5169         (wl-address-complete-header-regexp): Changed default value.
5170
5171         * Version number is increased to 2.9.13.
5172
5173 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5174
5175         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5176         it is differed.
5177
5178 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5179
5180         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5181         (wl-summary-line-list-count): Ditto.
5182
5183 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5184
5185         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5186         (wl-nntp-posting-function): New variable.
5187         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5188         `wl-nntp-posting-config-alist'.
5189
5190 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5191
5192         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5193         FLIM.
5194
5195 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5196
5197         * wl-summary.el (wl-summary-target-mark-refile-sub):
5198         Remove a nuisance funcall.
5199
5200 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5201
5202         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5203         as t for `try-completion'.
5204
5205 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5206
5207         * wl-summary.el (wl-summary-default-from): Use
5208         wl-address-header-extract-address instead of
5209         std11-extract-address-components.
5210         (wl-summary-simple-from): Ditto.
5211         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5212         (wl-summary-insert-headers): Show message.
5213         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5214         for whole line.
5215         (wl-summary-default-from): Revert last change.
5216         (wl-summary-simple-from): Ditto.
5217         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5218         (wl-summary-mark-as-read-region): Follow the change above.
5219         (wl-summary-sync-marks): Ditto.
5220         (wl-summary-target-mark-mark-as-read): Ditto.
5221         (wl-summary-redisplay-internal): Ditto.
5222         (wl-summary-redisplay-no-mime-internal): Ditto.
5223         (wl-summary-redisplay-all-header): Ditto.
5224         (wl-summary-mark-as-read): Removed argument `cached';
5225         Use current cache status to set cache mark.
5226         (wl-summary-redisplay-internal): Follow the change above.
5227         (wl-summary-redisplay-no-mime-internal): Ditto.
5228         (wl-summary-redisplay-all-header): Ditto.
5229
5230         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5231
5232         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5233         Don't call itself recursively (Adviced by Yamaoka-san).
5234
5235 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5236
5237         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5238         bind wl-summary-highlight as nil to avoid error caused by missing
5239         local variables.
5240
5241 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5242
5243         * wl-vars.el (wl-invalid-character-message): New user option.
5244
5245         * wl-util.el (wl-set-string-width): If truncated string-width is
5246         larger than specified width, use `wl-invalid-character-message'.
5247
5248 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5249
5250         * wl-summary.el (wl-summary-prefetch-msg): 
5251         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5252
5253 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5254
5255         * wl-vars.el (wl-summary-check-line-format): New user option.
5256         (wl-summary-line-format-file): Ditto.
5257
5258         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5259         variable.
5260         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5261         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5262         and `wl-summary-view-old-p' to check whether do a rescan or not.
5263         (wl-summary-view-old-p): New function.
5264         (wl-summary-line-format-changed-p): Ditto.
5265         (wl-summary-line-format-save): Ditto.
5266         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5267
5268         * wl-util.el (wl-set-string-width): Avoid using negative number
5269         for make-string.
5270
5271 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5272
5273         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5274         return value.
5275
5276         * wl-util.el (wl-set-string-width): Added optional argument
5277         `padding' (All other related portions are changed).
5278         (wl-line-parse-format): If the first letter of column number is
5279         `0', zero-padding the result (ex: "%05l").
5280
5281         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5282
5283 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5284
5285         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5286         sequential summary view.
5287
5288 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5289
5290         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5291         if it doesn't have a -unix version.
5292
5293 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5294
5295         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5296
5297 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5298
5299         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5300         content.
5301         (wl-draft): Follow the change above.
5302
5303         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5304
5305         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5306         and wl-folder-summary-line-format-alist contain %T and %P.
5307
5308         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5309         (wl-summary-mode-line-format): New user option.
5310         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5311         (wl-summary-line-format): Changed default value.
5312         (wl-summary-lazy-highlight): Changed default value.
5313
5314         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5315         change in wl-summary-create-line.
5316         (wl-thread-insert-entity-sub): Ditto.
5317
5318         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5319         (wl-summary-buffer-unread-status): Ditto.
5320         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5321         (wl-summary-buffer-persistent-mark-column): Ditto.
5322         (wl-summary-buffer-mode-line-formatter): Ditto.
5323         (wl-summary-buffer-mode-line): Ditto.
5324         (wl-summary-message-regexp): Abolished.
5325         (All other related portions are changed.)
5326         (wl-summary-detect-mark-position): New function.
5327         (wl-summary-buffer-set-folder): Setup
5328         wl-summary-buffer-mode-line-formatter.
5329         (wl-summary-mode): Setup selective-display;
5330         Setup pre-idle-hook when xemacs.
5331         (wl-summary-update-modeline): Rewrite.
5332         (wl-summary-jump-to-msg): Define as function;
5333         Changed regexp for searching messages.
5334         (wl-summary-message-number): Rewrite.
5335         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5336         Do rescan when old type summary cache.
5337         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5338         (wl-summary-remove-destination): Use '\r' to detect EOL.
5339         (wl-summary-print-destination): Ditto.
5340         (wl-summary-temp-mark): New inline function.
5341         (wl-summary-persistent-mark): Ditto.
5342         (wl-summary-line-number): New function.
5343         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5344         (wl-summary-line-list-count): New function.
5345         (wl-summary-create-line): Added argument persistent-mark.
5346         (All other related portions are changed)
5347         (wl-summary-create-line): Insert '\r'.
5348         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5349         (wl-summary-cursor-move-surface): New inline function.
5350         (wl-summary-prev): Use it.
5351         (wl-summary-next): Ditto.
5352
5353         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5354         wl-summary-message-regexp.
5355         (wl-highlight-summary): Delete progress message.
5356         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5357
5358         * Version number is increased to 2.9.12.
5359
5360 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5361
5362         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5363         variable (nil: no minimum).
5364         (wl-summary-line-subject): Add some spaces after subject by
5365         wl-summary-line-subject-minimum-length.
5366
5367 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5368
5369         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5370         and removed `F'.
5371         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5372         change above).
5373
5374 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5375
5376         * wl-summary.el (wl-summary-line-list-count): Reverted.
5377         (example setting in samples/*/dot.wl is also updated)
5378
5379 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5380
5381         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5382
5383         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5384
5385         * wl-vars.el (wl-summary-line-format): Addes some description to the
5386         docstring.
5387
5388         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5389         (wl-summary-line-close-bracket): Ditto.
5390         (wl-summary-line-children-number): Ditto.
5391         (wl-summary-line-thread-indent): Ditto.
5392         (wl-summary-line-children-and-from): Ditto.
5393
5394         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5395         't', 'c', 'F' and added 'C'.
5396
5397         * wl-util.el (wl-set-string-width): Accept negative value.
5398         (wl-line-parse-format): Added "%number(" and "%)".
5399
5400 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5401
5402         * wl-summary.el (wl-summary-line-list-count): Change format of the
5403         return value.
5404
5405 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5406
5407         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5408         from the recent message.el.
5409         (wl-draft-point-in-header-p): Ditto.
5410         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5411         wl-draft-beginning-of-line.
5412         * wl-e21.el (wl-draft-mode-map): Ditto.
5413         * wl-xmas.el (wl-draft-mode-map): Ditto.
5414
5415         * wl-folder.el: Sort macrodefs by dependencies.
5416
5417 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5418
5419         * wl-summary.el (wl-summary-prev): Fixed regexp.
5420         (wl-summary-next): Ditto.
5421
5422 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5423
5424         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5425
5426 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5427
5428         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5429         for backward compatibility.
5430
5431 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5432
5433         * wl-summary.el (wl-summary-line-list-count): New function, merged
5434         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5435         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5436         list counts.
5437
5438 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5439
5440         * wl-summary.el (wl-summary-create-line): Ignore errors while
5441         timezone-fix-time.
5442
5443         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5444
5445         * wl-summary.el (wl-summary-sync-update): Ditto.
5446         (wl-summary-default-from): Use wl-message-entity
5447         instead of entity.
5448
5449         * wl-summary.el (wl-summary-create-line): Fix.
5450
5451         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5452         (wl-summary-line-format): New user option.
5453         (wl-folder-summary-line-format-alist): Ditto.
5454         (wl-summary-from-width): Abolished.
5455
5456         * wl-util.el (toplevel): Require 'bytecomp.
5457         (wl-line-parse-format): New function.
5458         (wl-line-formatter-setup): New macro.
5459
5460         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5461         (wl-summary-buffer-line-formatter): New buffer local variable.
5462         (wl-summary-switch-to-clone-buffer): Follow the change above.
5463         (wl-summary-message-regexp): Fix.
5464         (wl-summary-from-func-internal): Abolished.
5465         (wl-summary-subject-func-internal): Ditto.
5466         (wl-summary-subject-filter-func-internal): Ditto.
5467         (All other related portions are changed.)
5468         (wl-summary-buffer-set-folder):
5469         Set up wl-summary-buffer-number-column and 
5470         wl-summary-buffer-line-formatter
5471         (All other related portions are changed.)
5472         (wl-summary-buffer-number-column-detect): Abolished.
5473         (All other related portions are changed.)
5474         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5475         (wl-summary-delete-all-temp-marks-on-buffer): Use
5476         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5477         (wl-summary-target-mark-delete): Ditto.
5478         (wl-summary-target-mark-refile-subr): Ditto.
5479         (wl-summary-target-mark-mark-as-read): Ditto.
5480         (wl-summary-target-mark-mark-as-unread): Ditto.
5481         (wl-summary-target-mark-mark-as-important): Ditto.
5482         (wl-summary-target-mark-save): Ditto.
5483         (wl-summary-replace-status-marks): Renamed from
5484         wl-summary-set-status-marks-on-buffer;
5485         Use wl-summary-message-regexp instead of
5486         wl-summary-buffer-number-regexp.
5487         (wl-summary-sync-update): Follow the change above.
5488         (wl-summary-goto-previous-message-beginning): New function.
5489         (wl-summary-mark-as-unread): Use it.
5490         (wl-summary-mark-as-important): Ditto.
5491         (wl-summary-line-formatter): New variable.
5492         (wl-summary-line-year): New function.
5493         (wl-summary-line-day): Ditto.
5494         (wl-summary-line-day-of-week): Ditto.
5495         (wl-summary-line-hour): Ditto.
5496         (wl-summary-line-minute): Ditto.
5497         (wl-summary-line-open-bracket): Ditto.
5498         (wl-summary-line-close-bracket): Ditto.
5499         (wl-summary-line-children-number): Ditto.
5500         (wl-summary-line-thread-indent): Ditto.
5501         (wl-summary-line-size): Ditto.
5502         (wl-summary-line-subject): Ditto.
5503         (wl-summary-line-from): Ditto.
5504         (wl-summary-line-children-and-from): Ditto.
5505         (wl-summary-create-line): Rewritten.
5506         (wl-summary-format-date): Abolished.
5507
5508         * wl-highlight.el (wl-highlight-summary-current-line): Use
5509         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5510         Use thread structure to detect thread top message.
5511
5512         * wl-draft.el (wl-default-draft-cite): Don't use
5513         wl-summary-from-func-internal.
5514
5515         * wl-refile.el (wl-refile-subject-learn): Don't use
5516         wl-summary-subject-filter-func-internal.
5517         (wl-refile-guess-by-subject): Ditto.
5518
5519         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5520         parameters.
5521
5522         * wl-thread.el (wl-thread-update-indent-string-region):
5523         Use wl-thread-update-line-on-buffer instead of
5524         wl-thread-update-indent-string.
5525         (wl-thread-update-children-number): Redefine using
5526         wl-thread-update-line-on-buffer.
5527         (wl-thread-update-indent-string): Abolished.
5528
5529         * Version number is increased to 2.9.11.
5530
5531 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5532
5533         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5534         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5535         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5536
5537         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5538         as nil.
5539
5540         * wl-thread.el (wl-thread-open-all-unread): Use 
5541         elmo-folder-list-messages-mark-match.
5542         (wl-thread-insert-message): Removed argument `mark-alist'.
5543         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5544         elmo-msgdb-set-mark.
5545         (wl-thread-get-children-msgs-uncached): Likewise.
5546         (wl-thread-get-exist-children): Added argument include-self.
5547         (wl-thread-delete-message): Follow the change above.
5548
5549         * wl-summary.el (wl-summary-count-unread): Removed argument.
5550         (wl-summary-rescan): Follow the change above.
5551         (wl-summary-mark-as-read-region): Ditto
5552         (wl-summary-mark-as-unread-region): Ditto.
5553         (wl-summary-delete-messages-on-buffer): Ditto.
5554         (wl-summary-sync-update): Ditto.
5555         (wl-summary-switch-to-clone-buffer): Ditto.
5556         (wl-summary-goto-folder-subr): Ditto.
5557         (wl-summary-target-mark-mark-as-read): Ditto.
5558         (wl-summary-target-mark-mark-as-unread): Ditto.
5559         (wl-summary-target-mark-mark-as-important): Ditto.
5560         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5561         (wl-summary-update-thread): Removed argument `mark-alist'.
5562         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5563         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5564         (wl-summary-resume-cache-status): Likewise.
5565         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5566         elmo-msgdb-set-mark.
5567         (wl-summary-mark-as-read-all): Likewise.
5568         (wl-summary-delete-cache): Ditto.
5569         (wl-summary-auto-select-msg-p): Ditto.
5570         (wl-summary-mark-as-unread): Ditto.
5571         (wl-summary-no-auto-refile-message-p): Ditto.
5572         (wl-summary-mark-as-read): Ditto.
5573         (wl-summary-mark-as-important): Ditto.
5574         (wl-summary-auto-refile): Follow the change above.
5575         (wl-summary-delete-all-marks): Removed.
5576         (wl-summary-resume-marks-and-highlight): Ditto.
5577         (wl-summary-resume-marks): Ditto.
5578         (wl-summary-delete-important-msgs-from-list): Ditto.
5579         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5580
5581         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5582         wl-summary-count-unread.
5583
5584         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5585         (wl-summary-score-update-all-lines): Use
5586         elmo-msgdb-set-mark.
5587
5588 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5589
5590         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5591         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5592         (wl-summary-create-line): Renamed from
5593         wl-summary-overview-create-summary-line;
5594         Argument rearrangement.
5595         (wl-summary-update-thread): Follow the change above.
5596
5597         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5598         (wl-thread-insert-entity-sub): Likewise.
5599
5600         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5601         argument `overview', `mark-alist' and added `msgdb'.
5602
5603         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5604
5605         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5606         (wl-summary-rescan): Follow the change above.
5607         (wl-summary-sync-update): Ditto.
5608         (wl-summary-insert-thread-entity): Ditto;
5609         Don't use `let*' in every while loop;
5610         Detect infinite loop of threads.
5611         (wl-summary-update-thread): Removed argument `overview'.
5612
5613         * wl-thread.el (wl-thread-insert-message): Ditto.
5614
5615         * Version number is increased to 2.9.10.
5616
5617         * wl-message.el (wl-message-redisplay): Ignore errors while
5618         wl-message-redisplay-hook.
5619
5620 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5621
5622         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5623
5624 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5625
5626         * wl.el (wl): inhibit-quit while wl-folder.
5627
5628 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5629
5630         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5631         while msgdb access.
5632
5633 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5634
5635         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5636         even if no folder is not created.
5637
5638 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5639
5640         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5641
5642         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5643         implementation.
5644         (wl-summary-target-mark-thread): Ditto.
5645
5646         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5647
5648 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5649
5650         * wl-util.el (wl-display-bytes): Remove unused function.
5651
5652 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5653
5654         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5655         seems critical one (partially reverse the change in 2002/03/17).
5656
5657 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5658
5659         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5660         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5661
5662 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5663
5664         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5665         is not writable.
5666         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5667         plugged status instead of `'force' as 2nd argument.
5668
5669         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5670         is not creatable.
5671
5672         * Version number is increased to 2.9.9.
5673
5674 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5675
5676         * wl-summary.el (wl-summary-suspend): New function.
5677
5678 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5679
5680         * wl.el (wl): Do not check variables if check is nil.
5681         * wl-utils.el (wl-collect-draft): New function.
5682         * wl-folder.el (wl-folder-suspend): Put summary buffers
5683         and draft buffers at the end of buffer list.
5684         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5685
5686 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5687
5688         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5689         loop instead of recursive call.
5690
5691         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5692         2nd argument.
5693
5694 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5695
5696         * wl-draft.el (wl-draft-create-contents): Don't take neither
5697         (function . args) nor (string . something) any more.
5698
5699         * wl-version.el (wl-generate-user-agent-string): Return string
5700         without header symbol.
5701         * wl-draft.el (wl-draft-default-headers): Use it.
5702
5703         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5704         `wl-draft-insert-ccs' and return field value instead of inserting
5705         the header. Abolish cc argument.
5706         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5707
5708         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5709         rather than one with string car.
5710
5711         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5712         * wl-draft.el (wl-draft-create-contents): Add it after the default
5713         headers.
5714
5715         * wl-draft.el (wl-draft-create-contents): For the case of
5716         (symbol-or-string . function) insert header only when the function
5717         returns string value.
5718
5719 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5720
5721         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5722         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5723
5724 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5725
5726         * wl.el (wl-check-environment): Don't check Message-ID when
5727         `wl-insert-message-id' is nil.
5728         Revive checking if `wl-message-id-domain' contains "@".
5729
5730 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5731
5732         * wl.el (wl-check-environment): Merge examination for "@" at
5733         inappropriate position into the first string-match.
5734
5735         * wl-summary.el (wl-summary-target-mark-print): New function.
5736         (wl-summary-pipe-message-subr): Extracted from
5737         `wl-summary-pipe-message'.
5738         (wl-summary-target-mark-pipe): New function.
5739         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5740         `wl-summary-target-mark-pipe'.
5741
5742 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5743
5744         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5745
5746 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5747
5748         * wl.el (wl-check-environment): Use elmo-warning instead of
5749         error for non-critical ones.
5750         Remove trash folder check.
5751         (wl): Don't ignore error in wl-check-environment.
5752
5753         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5754         check, which is moved from `wl-check-environment'.
5755         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5756
5757 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5758
5759         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5760         guess anything, call wl-summary-write.
5761         (wl-summary-write): Create draft with blank To field.
5762         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5763
5764 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5765
5766         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5767         argument full as well for wl-folder-write-current-folder.
5768         If wl-*-write-current-folder cannot guess addressee, add blank
5769         To header.
5770         Rewrite condition for positioning cursor.
5771
5772 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5773
5774         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5775         summary buffer is present, use it.
5776         (wl-folder-jump-to-previous-summary): Ditto.
5777
5778 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5779
5780         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5781
5782         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5783         wl-summary-previous-buffer and wl-summary-next-buffer.
5784
5785         * wl-folder.el (wl-folder-mode-map): Bind
5786         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5787         (wl-folder-jump-to-next-summary): New function.
5788         (wl-folder-jump-to-previous-summary): Ditto.
5789
5790         * wl-draft.el (wl-draft): Rearranged.
5791
5792 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5793
5794         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5795         of header.
5796         (wl-draft): Collect arguments for the header as header-alist.
5797         (wl-draft-forward): Arrange arguments for wl-draft.
5798         (wl-draft-reply): Ditto.
5799         (wl-draft-edit-string): Ditto.
5800         * wl-summary.el (wl-summary-write): Ditto.
5801         (wl-summary-write-current-folder): Ditto.
5802
5803         * Version number is increased to 2.9.8.
5804
5805 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5806
5807         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5808
5809         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5810
5811         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5812         even if the guess failed.
5813
5814         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5815         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5816         wl-summary-write-current-folder.
5817         * wl-xmas.el: Ditto.
5818
5819 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5820
5821         * wl-summary.el (wl-summary-next-page): Force display message if
5822         message is not displayed yet.
5823         (wl-summary-prev-page): Ditto.
5824
5825 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5826
5827         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5828
5829 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5830
5831         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5832         add "Preview Message" and "Save Draft and Exit".
5833
5834 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5835
5836         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5837         if addrmgr is called from draft in splitted window.
5838
5839         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5840         * wl-mule.el: Ditto.
5841         * wl-xmas.el: Ditto.
5842
5843 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5844
5845         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5846
5847         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5848         * wl-xmas.el (wl-folder-toolbar): Ditto.
5849
5850 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5851
5852         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5853         and wl-draft-save-and-exit.
5854         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5855         * wl-xmas.el: Ditto.
5856         * wl-mule.el: Ditto.
5857
5858         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5859         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5860
5861 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5862
5863         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5864         lists for saving buffer.
5865
5866 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5867
5868         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5869         parent-folder argument instead of it.
5870         (wl-draft-create-buffer): Ditto.
5871         (wl-draft-forward): Ditto.
5872         (wl-draft-reply): Ditto.
5873         * wl-summary.el (wl-summary-write): Ditto.
5874         (wl-summary-write-current-folder): Ditto.
5875
5876         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5877         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5878         Folder buffer after composing.
5879
5880 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5881
5882         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5883         header if the file `wl-x-face-file' already contains it.
5884
5885 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5886
5887         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5888         folder" entry.
5889         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5890         * wl-e21.el (wl-folder-toolbar): Ditto.
5891         * wl-xmas.el (wl-folder-toolbar): Ditto.
5892
5893 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5894
5895         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5896         wl-folder-goto-folder with sticky argument.
5897         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5898
5899 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5900
5901         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5902         and wl-summary-previous-buffer.
5903         (wl-summary-next-buffer): New function.
5904         (wl-summary-previous-buffer): Ditto.
5905
5906 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5907
5908         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5909         wl-folder-jump-to-current-entity-with-arg.
5910         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5911         `wl-folder-jump-to-current-entity'.
5912         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5913         `wl-summary-goto-folder-sticky'.
5914         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5915         `wl-summary-goto-folder'.
5916         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5917         Unless force-exit, do not clean temp. marks for sticky summary.
5918         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5919
5920 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5921
5922         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5923         not entire.
5924
5925 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5926
5927         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5928         to `C-x C-s'.
5929         (wl-summary-save-status): New command.
5930         (wl-summary-exit): Don't clean-up temp marks when sticky.
5931         (Applied patch from Nakayama-san [wl: 09548])
5932         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5933         Do nothing when no mark data.
5934         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5935         Call `wl-summary-delete-all-temp-marks' before saving.
5936
5937 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5938
5939         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5940
5941 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5942
5943         * wl.el (wl-check-environment): Also cause error when (system-name)
5944         returns "localhost.localdomain". (Although it doesn't affect because
5945         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5946
5947 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5948
5949         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5950         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5951
5952         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5953         value.
5954
5955 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5956
5957         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5958         Likewise r-cc-list and r-ng-list.
5959
5960 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5961
5962         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5963         only if it is bound as variable.
5964
5965         * wl-mime.el (wl-draft-preview-message): Ditto.
5966
5967 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5968
5969         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5970         needless `goto-char'.
5971
5972         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5973         `wl-summary-redisplay-no-mime-internal' instead of
5974         `wl-summary-redisplay-no-mime'.
5975         (wl-summary-redisplay-no-mime): Changed argument;
5976         Call `wl-summary-redisplay-no-mime-internal'.
5977
5978         * wl-mime.el (wl-draft-preview-message): Bind
5979         `mime-header-encode-method-alist' locally.
5980
5981         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5982         (wl-draft-std11-parse-addresses): Added the first address check.
5983         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5984
5985         * Version number is increased to 2.9.7.
5986
5987 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5988
5989         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5990
5991 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5992
5993         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5994         related to scrollbar support, if there is no such a feature
5995         compiled in.
5996
5997 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5998
5999         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6000         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6001         for prefetch.
6002
6003 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6004
6005         * wl-summary.el (wl-summary-pick): Fix for no match.
6006
6007 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6008
6009         * wl-draft.el (wl-draft-save):
6010         Override `mime-header-encode-method-alist'.
6011
6012 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6013
6014         * wl-folder.el (wl-folder-pick): New function.
6015         Define key as "?".
6016
6017 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6018
6019         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6020         Fix for unplugged.
6021
6022 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6023
6024         * wl-folder.el (wl-folder-virtual): New function.
6025         Define key as "V".
6026
6027 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6028
6029         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6030         multi folder if entity is group.
6031
6032 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6033
6034         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6035         is nil.
6036
6037 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6038
6039         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6040         (wl-summary-target-mark-msgs): Return the number of marked messages.
6041
6042 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6043
6044         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6045         "first:" is specified.
6046
6047 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6048
6049         * wl-vars.el (wl-from): Use return value of function
6050         user-full-name instead of the variable user-full-name since
6051         XEmacs-20.4 doesn't set this variable.
6052
6053 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6054
6055         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6056         call `wl' directly.
6057
6058 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6059
6060         * wl-draft.el (wl-draft-reedit): Removed duplicated
6061         switch-to-buffers.
6062
6063 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * wl.el (wl-other-frame): Removed garbages.
6066
6067 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6068
6069         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6070
6071         * wl-xmas.el (wl-draft-key-setup): Ditto.
6072
6073         * wl-mule.el (wl-draft-key-setup): Ditto.
6074
6075         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6076         (wl-draft-reedit): Ditto.
6077         (wl-draft-prepare-edit): Add `wl-draft-save' to
6078         `local-write-file-hooks'.
6079         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6080         (wl-draft-reedit): Set buffer-file-name.
6081         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6082
6083
6084         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6085         call it.
6086         (wl-delete-startup-frame-function): New variable.
6087         (wl-other-frame): New function
6088         (Original was written by Yamaoka san [wl: 09239]).
6089
6090         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6091         if `wl-folder-use-frame'.
6092
6093 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6094
6095         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6096
6097 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6098
6099         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6100         New variable.
6101         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6102         (wl-message-buffer-prefetch-get-next): Use them.
6103         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6104
6105 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6106
6107         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6108         with unwind-protect.
6109
6110         * wl-draft.el (wl-draft-reedit): Rewrite.
6111         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6112         (wl-draft-save): Insert header separator if it does not exist;
6113         Removed condition-case.
6114
6115         * wl-summary.el (wl-summary-reedit): Revert last change.
6116
6117         * wl-draft.el (wl-draft-save): Rewrite.
6118         (wl-draft-create-buffer): Set buffer-file-name as nil.
6119
6120         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6121
6122         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6123
6124         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6125         nil.
6126
6127 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6128
6129         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6130         If count is nil, do not prefetch.
6131         (wl-message-buffer-prefetch-next): Next.
6132
6133 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6134
6135         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6136
6137 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6138
6139         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6140         `delete-backward-char'
6141         (wl-draft-prepare-edit): Check major-mode.
6142         (wl-draft-decode-header): Rewrite.
6143         (wl-draft): Fix.
6144
6145 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6146
6147         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6148
6149 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6150
6151         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6152         (wl-message-buffer-prefetch-get-next): Remove size checking.
6153         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6154
6155 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6156
6157         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6158         (wl-draft-default-headers): Fix.
6159
6160 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6161
6162         * wl-draft.el (wl-draft-default-headers): Insert return value of
6163         `wl-generate-mailer-string-function'.
6164
6165 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6166
6167         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6168         (wl-draft-insert-mail-header-separator): Ditto.
6169
6170         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6171         again (Reverted the change on 2002-01-17 by OKADA san).
6172
6173 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6174
6175         * wl-draft.el (wl-draft): Rewrite.
6176         (wl-draft-create-buffer): New function.
6177         (wl-draft-create-contents): Ditto.
6178         (wl-draft-prepare-edit): Ditto.
6179         (wl-draft-decode-header): Ditto.
6180         (wl-draft-decode-body): Ditto.
6181         (wl-draft-check-new-line): Ditto.
6182         (wl-draft-default-headers): Ditto.
6183         (wl-draft-insert-mail-header-separator): Ditto.
6184
6185 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6186
6187         * Version number is increased to 2.9.6.
6188
6189 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6190
6191         * wl-draft.el (wl-draft-delete-field): Optional argument.
6192         (wl-draft-delete-fields): Ditto.
6193
6194 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6195
6196         * wl-message.el (toplevel): Eliminated byte-compile warning.
6197         for `itimer-function', `delete-timer' and `itimer-list'.
6198
6199 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6200
6201         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6202         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6203         `wl-message-buffer-prefetch-threshold'.
6204         * wl-summary.el (wl-summary-redisplay-internal): Remove
6205         the check of `wl-message-buffer-prefetch-depth'.
6206
6207 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6208
6209         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6210         size of article.
6211         (wl-message-buffer-prefetch-subr): Remove size check.
6212
6213 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6214
6215         * wl-vars.el (wl-plugged): Make customizable.
6216
6217 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6218
6219         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6220         (wl-message-buffer-prefetch-set-timer): New function.
6221         (wl-message-buffer-prefetch-get-next): New function.
6222         (wl-message-buffer-prefetch): New function.
6223         (wl-message-buffer-prefetch-next): Rewrite.
6224         (wl-message-buffer-prefetch-subr): Rewrite.
6225         * wl-vars.el (wl-auto-prefetch-first): New variable.
6226         * wl-summary.el (wl-summary-goto-folder-subr): Call
6227         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6228
6229 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6230
6231         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6232         `wl-summary-unread-message-hook'.
6233
6234 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6235
6236         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6237         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6238         if range is `cache-status'.
6239
6240 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6241
6242         * wl-message.el (wl-message-buffer-prefetch-subr):
6243         Improve debug message.
6244
6245 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6246
6247         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6248         `wl-mail-send-pre-hook'.
6249         (wl-draft-send-mail-with-qmail): Ditto.
6250         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6251
6252 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6253
6254         * wl-message.el (wl-message-buffer-prefetch-subr):
6255         Fix for cancel-function-timers bug.
6256         (wl-message-buffer-prefetch-debug): Default value is t.
6257
6258 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6259
6260         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6261         (wl-message-buffer-prefetch-subr): Rewrite.
6262         Rename from `wl-message-buffer-prefetch'.
6263
6264 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6265
6266         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6267         (wl-default-draft-cite-decorate-author): Ditto.
6268
6269         * wl-draft.el (wl-draft-cite-function): Removed.
6270         (wl-default-draft-cite-decorate-author): Ditto.
6271
6272 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6273
6274         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6275         (wl-default-draft-cite): Do not arrange author name if the value of
6276         `wl-default-draft-cite-decorate-author' is nil.
6277
6278 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6279
6280         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6281
6282         * wl-folder.el (wl-folder-check-one-entity): Don't care
6283         `elmo-folder-use-flag-p'.
6284
6285 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6286
6287         * wl-folder (wl-folder-check-one-entity): Fix
6288         problem if unread is nil.
6289
6290 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6291
6292         * wl-address.el (wl-address-make-completion-list): Check whether
6293         the address is a group list.
6294         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6295
6296 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6297
6298         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6299         The number of the messages of new and unread does not count
6300         correctly.
6301
6302         * wl-summary.el (wl-summary-count-unread): Changed to return
6303         `(new . unread)' instead of total.
6304         (wl-summary-sync-update): Follow the change above.
6305
6306         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6307
6308 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6309
6310         * wl-address.el (wl-address-make-completion-list): Do not enclose
6311         address by " <" and ">" if associated realname is "".
6312         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6313         This is against the promblem with group list in .addresses pointed
6314         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6315
6316 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6317
6318         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6319         message is a format control string.
6320         * wl-expire.el (wl-expire-append-log): Ditto.
6321         * wl-mime.el (wl-summary-burst-subr): Ditto.
6322         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6323         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6324
6325 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6326
6327         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6328         wl.el (wl-check-variables): Rename from `wl-check-type'.
6329         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6330         (wl-check-variables-2): New function.
6331         (wl): Call `wl-check-variables-2'.
6332
6333 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6334
6335         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6336         after renaming folder in access group.
6337
6338 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6339
6340         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6341         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6342         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6343         (wl-message-buffer-prefetch): Rewrite.
6344         (wl-message-buffer-prefetch-idle-time): Removed.
6345         * wl-summary.el (wl-summary-redisplay-internal):
6346         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6347         Error check for `wl-message-buffer-prefetch-depht'.
6348
6349 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6350
6351         * Version number is increased to 2.9.5.
6352         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6353
6354 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6355
6356         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6357         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6358         Based on the patch written by
6359         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6360
6361 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6362
6363         * wl-draft.el (wl-draft-raw-send): Fix for
6364         `wl-news-send-pre-hook'
6365
6366 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6367
6368         * wl-utils.el (wl-message-id-function): New variable.
6369         * wl-draft.el (wl-draft-insert-required-fields):
6370         Use `wl-message-id-function'.
6371
6372 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6373
6374         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6375         * wl-utils.el (wl-draft-make-message-id-string):
6376         Use `wl-from' for domain part of Message-ID
6377         if `wl-message-id-use-wl-from' if non-nil.
6378         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6379
6380 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6381
6382         * wl.el (wl): Call `wl-check-type'
6383         Do not 'condition-case'.
6384
6385 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6386
6387         * wl.el (wl-check-type): New function.
6388         (wl-check-type-variables): New variable.
6389
6390 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6391
6392         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6393
6394 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6395
6396         * wl-draft.el (wl-smtp-password-key): New function.
6397         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6398         (wl-draft-send-mail-with-smtp): Ditto.
6399         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6400
6401 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6402
6403         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6404         * wl-utils.el (wl-unique-id-suffix): Remove.
6405
6406 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6407
6408         * Version number is increased to 2.9.4.
6409
6410 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6411
6412         * wl-utils.el (wl-unique-id-suffix): New variable.
6413         (wl-unique-id): Use `wl-unique-id-suffix'
6414
6415 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6416
6417         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6418         instead of `elmo-msgdb-search'.
6419
6420         * Version number is increased to 2.9.3.
6421
6422 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6423
6424         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6425
6426 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6427
6428         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6429         (wl-draft-dispatch-message): Changed for send-later.
6430         (wl-draft-queue-flush): Ditto.
6431         (wl-draft): Clear `wl-sent-message-queued'.
6432         (wl-draft-reedit): Ditto.
6433         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6434         * wl-vars.el (wl-draft-force-queuing): New variable.
6435         (wl-draft-force-queuing-mail): New variable.
6436         (wl-draft-force-queuing-news): New variable.
6437
6438 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6439
6440         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6441         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6442
6443 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6444
6445         * Version number is increased to 2.9.2.
6446
6447 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6448
6449         * wl-draft.el (wl-draft-elide-region): New user command.
6450         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6451
6452         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6453         command `wl-draft-elide-region'.
6454         * wl-mule.el: Ditto.
6455         * wl-xmas.el: Ditto.
6456
6457 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6458
6459         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6460         (wl-biff-check-folder-async): Removed needless let.
6461
6462 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6463
6464         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6465         wl-folder-get-elmo-folder.
6466         (wl-biff-check-folder): Set `biff' argument of
6467         `wl-folder-check-one-entity'.
6468         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6469
6470         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6471         (wl-folder-check-one-entity): Added `biff' argument;
6472         Setup `biff' slot of folder.
6473
6474         * Version number is increased to 2.9.1.
6475
6476 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6477
6478         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6479         comment out and fixed.
6480         (wl-fldmgr-add-completion-subr): Ditto.
6481
6482         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6483         and msgdb.
6484
6485         * wl.el (wl-toggle-plugged): Save summary view.
6486
6487 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6488
6489         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6490
6491 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6492
6493         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6494
6495 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6496
6497         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6498         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6499         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6500
6501         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6502         if it was failed.
6503         (wl-demo): Disable undo in the demo buffer.
6504
6505 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6506
6507         * wl-version.el (wl-version): Changed codename.
6508
6509         * Version number is increased to 2.9.0.
6510
6511 2001-12-14  Takuo KITAME <kitame@northeye.org>
6512
6513         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6514         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6515         (wl-folder-mark-as-read-all-current-entity): Ditto.
6516
6517 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6518
6519         * wl-vars.el (wl-from-width): Define as obsolete variable.
6520         (wl-subject-length-limit): Ditto.
6521
6522         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6523
6524         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6525         wl-summary-save-view.
6526
6527         * wl.el (wl-save-status): Ditto.
6528         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6529
6530         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6531         (wl-summary-exit): Follow the change above.
6532         (wl-summary-goto-folder-subr): Ditto.
6533
6534         * wl-folder.el (wl-folder-create-subr): Don't use
6535         `elmo-folder-creatable-p'.
6536
6537 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6538
6539         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6540
6541 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6542
6543         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6544         rather than bitmap on Emacs 21.
6545         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6546         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6547         for xbm if the new redisplay engine is not available.
6548
6549 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6550
6551         * wl-folder.el (wl-folder-init-hook): New hook.
6552         (wl-folder-init): Run `wl-folder-init-hook'.
6553
6554 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6557
6558 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6559
6560         * wl-acap.el (wl-acap-cache-filename): New variable.
6561         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6562         (wl-acap-init): Use cache if no ACAP server found.
6563
6564 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6565
6566         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6567         `wl-acap-original-msgdb-dir'.
6568
6569         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6570         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6571
6572         * wl-mime.el (wl-mime-save-directory): Renamed from
6573         `wl-mime-save-dir'.
6574
6575 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6578
6579         * wl-demo.el: Require `path-util'.
6580         (wl-demo-bitmap-mule-available-p): New internal variable.
6581         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6582         `module-installed-p' instead.
6583         (wl-demo-insert-image): Use *.img file for a bitmap image.
6584         (wl-demo): Don't call the ascii demo recursively.
6585
6586 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6587
6588         * Version number is increased to 2.7.7.
6589
6590 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6591
6592         * wl.el (wl-exit): Eliminated byte-compile warning.
6593
6594 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6595
6596         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6597         obsolete variable using `elmo-define-obsolete-variable'.
6598         (wl-fetch-confirm-threshold): Ditto.
6599         (wl-cache-prefetch-folder-type-list): Ditto.
6600         (wl-cache-prefetch-folder-list): Ditto.
6601
6602 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6603
6604         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6605         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6606         (wl-demo-insert-image): New function.
6607         (wl-demo-insert-text): New function.
6608         (wl-demo-image-type-alist): Redefine as a function.
6609         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6610         (wl-demo-with-temp-file-buffer): Removed.
6611         (wl-logo-xpm): Removed.
6612         (wl-logo-xbm): Removed.
6613         (wl-logo-bitmap): Removed.
6614
6615 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6616
6617         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6618         (wl-expire-localdir-get-folder-function): New user option.
6619         (wl-expire-localdir-get-folder): New function.
6620         (wl-expire-localdir-date): Ditto.
6621
6622 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6623
6624         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6625         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6626         Fixed unread number mismatch when all-unread < unread.
6627
6628 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6629
6630         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6631         (wl-fetch-confirm-threshold): Ditto.
6632
6633         * wl-summary.el (wl-summary-confirm-appends): Removed.
6634         (wl-summary-sync-update): Don't refer
6635         `wl-summary-update-confirm-threshold' (It is now abolished).
6636
6637         * wl-message.el (wl-message-display-internal): Don't refer
6638         `wl-fetch-confirm-threshold' (It is now abolished).
6639
6640 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6641
6642         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6643
6644 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6645
6646         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6647         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6648         Change default value to nil.
6649         (wl-summary-indent-length-limit): The value can be nil, nil means
6650         unlimited.
6651
6652         * wl-summary.el: Don't set limit for indent length if the value of
6653         wl-summary-indent-length-limit is nil.
6654         If the value of wl-summary-width is nil, it means only that the width
6655         of summary is unlimited (nil doesn't mean that the indent length is
6656         unlimited).
6657
6658         * wl-thread.el: Ditto.
6659
6660 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6661
6662         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6663         be nil, nil means never confirm.
6664         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6665
6666 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6667
6668         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6669         means unlimited).
6670
6671 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6672
6673         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6674         Use `with-temp-buffer'.
6675
6676 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6677
6678         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6679         with new backquote style).
6680         (wl-folder-get-entity-from-buffer): Ditto.
6681
6682 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6683
6684         * wl-version.el (nemacs-version): Eliminated.
6685         (wl-extended-emacs-version2): Ignore nemacs.
6686         (wl-extended-emacs-version3): Ditto.
6687
6688 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6689
6690         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6691         (wl-draft-add-in-reply-to): New variable.
6692         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6693         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6694         (wl-draft-yank-from-mail-reply-buffer): Use
6695         `wl-draft-add-in-reply-to'.
6696         (wl-draft-insert-current-message): Ditto.
6697
6698 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6699
6700         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6701         typo (kill->hide).
6702         (wl-message-buffer-prefetch-folder-type-list): Added elements
6703         `mark' and `cache' instead of `internal'.
6704
6705 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6706
6707         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6708         resume msgdb directory.
6709
6710 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6711
6712         * wl.el (wl-exit): Call `wl-acap-exit'.
6713
6714         * wl-summary.el (wl-summary-message-string): New function.
6715         (wl-summary-reedit): Use it.
6716         (wl-summary-resend-bounced-mail): Remove needless let.
6717         (wl-summary-supersedes-message): Ditto.
6718         (wl-summary-save): Ditto.
6719
6720         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6721         (wl-acap-init): Set it.
6722         (wl-acap-exit): New function.
6723
6724 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6725
6726         * wl.el (wl-init): Revert (require 'mime-setup). move from
6727         toplevel.
6728
6729 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6730
6731         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6732         local variables.  Add error when guess function return invalid
6733         value.
6734
6735 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6736
6737         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6738         Change local variable name.
6739         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6740         (wl-folder-get-newsgroups): Return nil when non-news folder.
6741         * wl-summary.el (wl-summary-write-current-folder): State through
6742         when guess-list return nil.
6743         (wl-summary-write-current-folder-functions): Fixed docstring.
6744
6745         * wl.el (wl-exit): Changed confirm message.
6746
6747         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6748         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6749
6750         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6751
6752 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6753
6754         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6755         user option (Renamed from wl-cache-prefetch-folder-type-list).
6756         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6757         from wl-cache-prefetch-folder-list).
6758
6759         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6760         Move to wl-vars.el.
6761         (wl-message-buffer-prefetch-p): Changed to enable
6762         `wl-message-buffer-prefetch-folder-list'.
6763
6764         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6765         `ignore-cache'.
6766
6767 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6768
6769         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6770         `part-top' and `part-bottom'.
6771         (wl-draft-config-sub-part-top): New function.
6772         (wl-draft-config-sub-part-bottom): New function.
6773
6774 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6775
6776         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6777
6778 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6779
6780         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6781
6782 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6783
6784         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6785
6786         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6787         (wl-summary-write-current-folder): Ditto.
6788
6789 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6790
6791         * wl-folder.el (wl-folder-get-newsgroups): Use
6792         `elmo-folder-newsgroups'.
6793
6794 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6795
6796         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6797         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6798         `wl-draft-config-sub-header-bottom'.
6799
6800 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6801
6802         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6803         localnews folder.
6804
6805 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6806
6807         * wl-summary.el (wl-summary-mode): Undo last change.
6808
6809         * wl-folder.el (wl-folder-mode): Ditto.
6810
6811 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6812
6813         * wl-summary.el (wl-summary-mode): Locally set
6814         truncate-partial-window-width to nil.
6815         (for XEmacs)
6816
6817         * wl-folder.el (wl-folder-mode): Ditto.
6818
6819 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6820
6821         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6822
6823 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6824
6825         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6826         number.
6827
6828         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6829
6830         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6831
6832         * Version number is increased to 2.7.6.
6833
6834 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6835
6836         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6837
6838 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6839
6840         * wl-summary.el (wl-summary-sync-update): Enclose network
6841         related portion with `unwind-protect'.
6842
6843 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6844
6845         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6846
6847 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6848
6849         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6850         element.
6851         * wl-vars.el (wl-message-body-button-alist): Ditto.
6852
6853         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6854         max match length.
6855         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6856
6857         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6858         for the max match length;
6859         Use 4th element value for the button string regexp group.
6860
6861         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6862         candidate exists, prompt to select.
6863
6864 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6865
6866         * wl-summary.el (wl-summary-jump-to-msg): Search before
6867         calibration point by `beginning-of-line'.
6868
6869 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6870
6871         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6872         for access group.
6873
6874 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6875
6876         * wl-message.el (wl-message-display-internal): Bind
6877         `default-mime-charset'.
6878
6879         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6880
6881         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6882
6883         * Version number is increased to 2.7.5.
6884
6885 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6886
6887         * wl-expire.el (wl-summary-archive): Fixed;
6888         Use `elmo-folder-name-internal'.
6889
6890 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6891
6892         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6893         from `elmo-folder-move-messages' caller.
6894         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6895
6896         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6897         related portions are changed).
6898
6899 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6900
6901         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6902         counter.
6903
6904 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6905
6906         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6907         buffer local and set it to nil.
6908
6909         * wl-message.el (wl-message-redisplay): Ditto.
6910
6911 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6912
6913         * wl-summary.el (wl-summary-mark-as-important): If message is
6914         already cached, set messag as read, otherwise encache and mark as read.
6915
6916 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6917
6918         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6919         point-min.
6920
6921 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6922
6923         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6924         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6925         a keymap.
6926
6927 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6928
6929         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6930         parent.
6931
6932         * wl-mule.el (wl-message-define-keymap): Ditto.
6933
6934         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6935
6936         * wl-xmas.el (wl-message-display-internal-hook): Define.
6937         (wl-xmas-setup-message-toolbar): Define as function.
6938         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6939         (wl-message-overload-functions): Abolished.
6940         (wl-message-define-keymap): New function.
6941
6942         * wl-vars.el (wl-message-display-internal-hook): New variable.
6943         (wl-message-header-button-alist): New variable (Renamed from
6944         wl-highlight-message-header-button-alist).
6945         (wl-message-body-button-alist): Ditto.
6946
6947         * wl-mule.el (wl-message-define-keymap): New function.
6948         (wl-message-overload-functions): Abolished.
6949
6950         * wl-message.el (wl-message-add-buttons-to-body): New function.
6951         (wl-message-redisplay): Don't call wl-message-overload-functions;
6952         Call wl-message-add-buttons-to-header and
6953         wl-message-add-buttons-to-body.
6954         (wl-message-display-internal): Set keymap argument for
6955         elmo-mime-display-as-is, elmo-mime-message-display;
6956         Run wl-message-display-internal-hook.
6957         (wl-message-refer-article-or-url): Abolished.
6958
6959         * wl-highlight.el (wl-highlight-headers): Don't call
6960         wl-highlight-message-add-buttons-to-header.
6961         (wl-highlight-message-add-buttons-to-header): Abolished.
6962
6963
6964         * wl-e21.el (wl-message-display-internal-hook): Define.
6965         (wl-e21-setup-toolbar): Deleted duplicated binding.
6966         (wl-e21-setup-message-toolbar): Define as function.
6967         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6968         (wl-message-define-keymap): New function.
6969         (wl-message-overload-functions): Abolished.
6970
6971 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6972
6973         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6974         and elmo-folder-close.
6975
6976         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6977
6978 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6979
6980         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6981         boolean value.
6982         * wl-draft.el (wl-draft-do-fcc): Ditto.
6983
6984 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6985
6986         * wl-vars.el (wl-fcc-force-as-read): New variable.
6987         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6988         mark copied message as read.
6989
6990 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6991
6992         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6993
6994 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6995
6996         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6997         `wl-summary-target-above' instead of obsolete variable
6998         `wl-summary-temp-above'.
6999
7000         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7001         instead of `make-obsolete-variable'.
7002         * wl-refile.el (toplevel): Ditto.
7003
7004 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7005
7006         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7007         with third argument t.
7008         (wl-draft): Set first argument for wl-plugged-init as t.
7009
7010         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7011         definition.
7012
7013 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7014
7015         * wl-vars.el: Tabify.
7016         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7017
7018         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7019         message.
7020
7021 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7022
7023         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7024         and set default to beep.
7025
7026 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7027
7028         * wl-vars.el (wl-draft-truncate-lines): New variable.
7029
7030         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7031         instead of wl-message-truncate-lines for truncate-lines.
7032
7033 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7034
7035         * wl-message.el (wl-message-display-internal): Call
7036         `wl-highlight-message' after `elmo-mime-display-as-is'.
7037
7038         * wl-mime.el (wl-mime-display-text/plain): New function.
7039         (wl-mime-display-header): Ditto.
7040         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7041         body-presentation-method for text/plain;
7042         Register `wl-mime-display-header' as a header-presentation-method;
7043         Don't set up `elmo-message-text-content-inserted-hook' and
7044         `elmo-message-header-inserted-hook'.
7045
7046         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7047         variable.
7048         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7049         as t if flag is 'all-header;
7050         Don't bind `elmo-message-ignored-field-list',
7051         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7052
7053 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7054
7055         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7056         for xemacs with non-mule environment.
7057
7058 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7059
7060         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7061         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7062         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7063
7064 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7065
7066         * wl-vars.el (wl-interactive-send): Set default value as t.
7067
7068 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7069
7070         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7071         (wl-addrmgr-method-list): Abolished.
7072         (wl-addrmgr-change-method): Follow above change.
7073
7074         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7075
7076 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7077
7078         * wl-vars.el (wl-message-truncate-lines): Change default value
7079         to default-truncate-lines.
7080
7081         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7082
7083 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7084
7085         * wl-vars.el (wl-message-truncate-lines): New variable.
7086
7087         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7088         wl-message-truncate-lines.
7089
7090 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7091
7092         * wl-acap.el (wl-acap-init): Remove period from error message.
7093         (wl-acap-find-acap-service): Remove period from message.
7094
7095 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7096
7097         * wl.el (wl-check-environment): Undo last change.
7098
7099         * wl-vars.el (wl-from): Changed default value.
7100
7101         * wl-util.el (toplevel): Don't require tm-edit.
7102
7103         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7104         `wl-folder-init';
7105         Don't set mark on mail body.
7106         (wl-draft-reedit): Ditto.
7107
7108         * wl-address.el (wl-address-quote-specials): Define as an alias for
7109         elmo-address-quote-specials.
7110
7111 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7112
7113         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7114
7115         * wl-vars.el (wl-from): Set default value as nil.
7116         (wl-organization): Set default value as ORGANIZATION environment
7117         variable.
7118
7119         * wl-draft.el (wl-smtp-extension-bind): Check value of
7120         wl-smtp-connection-type.
7121
7122         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7123         error.
7124
7125 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7126
7127         * Version number is increased to 2.7.4.
7128
7129         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7130         arguments from `wl-highlight-x-face-function' caller.
7131         Use x-face-1.3.6.12 or later.
7132
7133 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7134
7135         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7136
7137 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7138
7139         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7140         (wl-fcc): Fix to accept function.
7141         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7142
7143 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7144
7145         * wl-acap.el (toplevel): Added `product-provide' declare.
7146         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7147
7148 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7149
7150         * wl.el (wl): Changed order of calling `elmo-init'
7151         and `elmo-folder-init'.
7152
7153 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7154
7155         * wl-mime.el (wl-summary-burst): Extract message when content-type
7156         of root entity is not only `multipart' but also `message/rfc822'.
7157         (wl-summary-burst-subr): Ditto.
7158
7159 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7160
7161         * wl-vars.el (toplevel): Require 'custom.
7162         (wl-trash-folder): Added to `wl-setting' group.
7163
7164         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7165         exists.
7166         (wl-addrmgr-draw): Insert empty line when no entry exists.
7167
7168         * wl-mule.el (wl-message-wheel-up): Fixed.
7169         (wl-message-wheel-down): Ditto.
7170
7171 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7172
7173         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7174         config is an anonymous lambda expression.
7175
7176 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7179         when Mule 2 is running.
7180
7181 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7182
7183         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7184
7185 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7186
7187         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7188         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7189
7190         * wl-address.el (wl-address-specials-regexp): Eliminated.
7191         (wl-address-quote-specials): Rewrite.
7192
7193 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7194
7195         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7196         shy-groups for regexp.
7197
7198         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7199         character classes and Perl style shy-groups for regexp.
7200         (wl-highlight-plugged-current-line): Use Posix style character
7201         classes for regexp.
7202         (wl-e21-highlight-folder-by-numbers): Ditto.
7203         (wl-e21-display-image-p): Use `display-images-p' instead of
7204         `display-graphic-p'.
7205         (display-images-p): Make an alias to `display-graphic-p' if it is
7206         not available.  It is for Emacs version prior to 21.0.105.
7207
7208         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7209         `display-graphic-p'.
7210         (wl-demo-image-type-alist): Ditto.
7211         (display-images-p): Make an alias to `display-graphic-p' if it is
7212         not available.  It is for Emacs version prior to 21.0.105.
7213
7214 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7215
7216         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7217         support.
7218         (wl-generate-user-agent-string): Ditto.
7219
7220         * wl-version.el (wl-version): Update docsting.
7221         (wl-version-status): Ditto.
7222
7223 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7224
7225         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7226         21.0.105.  For Emacs 21.0.104 or earlier.
7227
7228 2001-09-03  Takuo KITAME <kitame@northeye.org>
7229
7230         * wl-e21.el (wl-plugged-init-icons): Use
7231         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7232         (wl-biff-init-icons): Ditto.
7233
7234 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7235
7236         * wl-highlight.el (wl-highlight-summary-current-line):
7237         Fixed highlighting refile/copy destination.
7238
7239         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7240         (wl-acap-store): Encode string by wl-acap-coding-system.
7241
7242 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7243
7244         * wl-acap.el (toplevel): Check and require 'un-define before
7245         'xemacs-ucs;
7246          Added checking for UTF-2000.
7247
7248 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7249
7250         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7251         Don't enclose with `eval-and-compile'.
7252
7253         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7254         wl-init is non-nil.
7255
7256         * wl-draft.el (wl-draft): Ditto.
7257
7258         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7259
7260         * wl-acap.el (toplevel): Require 'wl.
7261         (wl-acap-store): Call `elmo-init'.
7262
7263         * wl.el (wl): Changed position of `wl-check-environment'.
7264         (toplevel): Added autoload setting for wl-acap.
7265
7266         * wl-vars.el (wl-setting): New custom group.
7267         (wl-from): Added wl-setting group.
7268         (wl-user-mail-address-list): Ditto.
7269         (wl-organization): Ditto.
7270         (wl-subscribed-mailing-list): Ditto.
7271         (wl-envelope-from): Ditto.
7272         (wl-smtp-posting-user): Ditto.
7273         (wl-smtp-posting-server): Ditto.
7274         (wl-smtp-posting-port): Ditto.
7275         (wl-smtp-authenticate-type): Ditto.
7276         (wl-pop-before-smtp-user): Ditto.
7277         (wl-pop-before-smtp-server): Ditto.
7278         (wl-pop-before-smtp-port): Ditto.
7279         (wl-pop-before-smtp-authenticate-type): Ditto.
7280         (wl-nntp-posting-server): Ditto.
7281         (wl-nntp-posting-user): Ditto.
7282         (wl-nntp-posting-port): Ditto.
7283         (wl-fetch-confirm-threshold): Ditto.
7284         (wl-prefetch-threshold): Ditto.
7285         (wl-thread-insert-opened): Ditto.
7286         (wl-ldap-server): Ditto.
7287         (wl-ldap-port): Ditto.
7288         (wl-ldap-base): Ditto.
7289         (wl-ldap-objectclass): Ditto.
7290         (wl-use-ldap): Ditto.
7291         (wl-draft-config-alist): Ditto.
7292         (wl-draft-config-matchone): Ditto.
7293         (wl-template-alist): Ditto.
7294         (wl-message-sort-field-list): Ditto.
7295         (wl-message-ignored-field-list): Ditto.
7296         (wl-message-visible-field-list): Ditto.
7297         (wl-interactive-send): Ditto.
7298         (wl-summary-move-order): Ditto.
7299         (wl-auto-select-first): Ditto.
7300         (wl-auto-select-next): Ditto.
7301         (wl-interactive-save-folders): Ditto.
7302
7303         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7304         Initialization codes are moved from wl-local-folder-init.
7305         (wl-local-folder-init): Follow the change above.
7306         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7307
7308         * wl-acap.el: New file.
7309
7310         * Version number is increased to 2.7.3.
7311
7312 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7313
7314         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7315
7316 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7317
7318         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7319         (wl-addrmgr-address-entry-list): Ditto.
7320
7321 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7322
7323         * wl-e21.el (wl-draft-mode-map): Removed binding for
7324         `wl-draft-insert-x-face-field'.
7325
7326         * wl-mule.el (wl-draft-mode-map): Ditto.
7327
7328         * wl-xmas.el (wl-draft-mode-map): Ditto.
7329
7330         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7331         (wl-cs-autoconv): Ditto.
7332         (wl-cs-local): Ditto.
7333         (wl-use-scoring): Ditto.
7334         (wl-mime-charset): Ditto.
7335         (wl-folder-check-async): Ditto.
7336
7337         * wl.el (toplevel): Ignore nemacs and tm.
7338         (wl-exit): Ditto.
7339
7340         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7341         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7342         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7343         instead of wl-address-petname-add-or-change.
7344         (wl-summary-edit-addresses-subr): Use wl-address-delete
7345         instead of wl-address-petname-delete.
7346
7347         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7348
7349         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7350         if error occured.
7351
7352         * wl-message.el (require): Remove tm support.
7353
7354         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7355
7356         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7357         (wl-folder-jump-to-current-entity): Ditto.
7358         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7359
7360         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7361         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7362         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7363
7364         * wl-mule.el (wl-draft-key-setup): Ditto.
7365
7366         * wl-xmas.el (wl-draft-key-setup): Ditto.
7367
7368         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7369         (wl-draft-std11-parse-addresses): New function.
7370         (wl-draft-parse-mailbox-list): Use it.
7371         (wl-draft): Ignore nemacs.
7372         (wl-draft-reedit): Ditto.
7373
7374         * wl-addrmgr.el: New file.
7375         (Original is wl-rcpt.el written by
7376         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7377         Thanks Kitamoto-san.)
7378
7379         * wl-address.el (wl-address-make-address-list): Modified parsing
7380         process.
7381         (wl-address-delete): Renamed from `wl-address-petname-delete';
7382         Modify wl-address-list too.
7383         (wl-address-add-or-change): Renamed from
7384         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7385
7386 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7387
7388         * wl-highlight.el (wl-highlight-summary-current-line):
7389           Work with transient-mark-mode
7390
7391 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7392
7393         * Version number is increased to 2.7.2.
7394
7395         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7396         instead of elmo-dop-queue-method.
7397
7398 2001-08-06  SAITO Atsunori <sai@yedo.com>
7399
7400         * wl-vars.el (wl-ldap-objectclass): New user option.
7401
7402         * wl-address.el (wl-ldap-make-filter): Use it.
7403
7404 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7405
7406         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7407
7408 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7409
7410         * wl-folder.el (wl-folder): redisplay after folder insertion.
7411
7412         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7413
7414         * wl-summary.el (wl-summary-sync-update):
7415         Change status mark only when new-msgdb exists.
7416         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7417
7418 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7419
7420         * wl-summary.el (wl-summary-open-folder): New function.
7421         (wl-summary-goto-folder-subr): Use it.
7422         (wl-summary-mark-as-important): Fix;
7423         Encache only when no cache exists.
7424
7425 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7426
7427         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7428         Use with-current-buffer.
7429
7430 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7431
7432         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7433         before call `get-buffer'. Fixed parenthesis.
7434         (wl-score-get-header-entry): Clear message and help window when
7435         keyboard quit.
7436         (wl-score-edit-insert-header): Ditto.
7437
7438 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7439
7440         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7441         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7442         (wl-default-draft-cite): Fix.
7443
7444         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7445         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7446
7447 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7448
7449         * wl-message.el (wl-message-prev-page): Do same bahavior
7450         as summary when it is called in the message buffer.
7451         (wl-message-next-page): Ditto.
7452
7453 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7454
7455         * wl-summary.el (wl-summary-forward): Use cache if it is not
7456         section cache.
7457
7458 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7459
7460         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7461         Removed redundant require of elmo-vars.
7462         (wl-biff-state-indicator-on): Changed default value for
7463         xemacs with non-mule environment.
7464
7465         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7466         wl-message-buffer is nil;
7467         Hide progress bar after moving messages.
7468
7469 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7470
7471         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7472         message at cursor point is deleted.
7473
7474 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7475
7476         * wl-vars.el: Changed file coding system to euc-japan.
7477         Added -*-coding:-*- magic to the first line.
7478
7479         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7480         Search parent from the first message.
7481
7482         * Version number is increased to 2.7.1.
7483
7484 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7485
7486         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7487
7488 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7489
7490         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7491         refile/delete execution.
7492
7493         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7494         Fixed docstring.
7495
7496 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7497
7498         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7499         do update process;
7500         Don't update marks when update process is interrupted.
7501
7502 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7503
7504         * wl-summary.el (wl-summary-reply): Fixed problem when
7505         wl-draft-use-frame is non-nil.
7506         (wl-summary-forward): Ditto.
7507
7508         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7509         as nil.
7510         (wl-folder-mark-as-read-all-entity): Ditto.
7511         (wl-folder-prefetch-entity): Ditto.
7512
7513         * wl.el (wl): Check environment before wl-init.
7514
7515         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7516         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7517         instead of wl-summary-collect-unread.
7518         (wl-summary-reply): Split message window.
7519
7520 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7521
7522         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7523         only if current language environment is japanese,
7524
7525         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7526         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7527         (wl-folder-goto-folder-subr): Ditto.
7528
7529         * wl-draft.el (wl-draft-dispatch-message): Call
7530         `elmo-file-cache-get-path'.
7531
7532 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7533
7534         * wl-summary.el (wl-summary-cursor-move): If return value of
7535         wl-summary-next-message is not number, don't jump.
7536
7537 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7538
7539         * wl-summary.el (wl-summary-buffer-next-message-function): New
7540         variable.
7541         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7542         if it is bound.
7543
7544         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7545         string.
7546
7547         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7548         (wl-plugged-drawing): Ditto.
7549
7550 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7551
7552         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7553         process.
7554         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7555         with unwind-protect.
7556
7557         * wl.el (wl-init): Require mime-setup.
7558         (wl-check-environment): Don't require mime-setup.
7559
7560         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7561         instead of elmo-folder-type.
7562
7563         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7564         value as nil.
7565
7566 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7567
7568         * Version number is increased to 2.7.0.
7569
7570         * wl-version.el (wl-version): Changed codename.
7571
7572         * wl-summary.el (wl-summary-delete-cache): Fixed.
7573
7574         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7575         Workaround for net folders.
7576         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7577
7578         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7579         value to nil (According to the patch from
7580         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7581
7582         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7583         of elmo-folder-close.
7584
7585 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7586
7587         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7588         for postfix.
7589
7590 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7591
7592         * wl-summary.el (wl-summary-resend-message): Fixed.
7593
7594         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7595         Call wl-draft with `from' argument if its address is included in
7596         `wl-user-mail-address-list'.
7597         (wl-draft): Added `from' argument.
7598
7599         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7600         non-nil.
7601         (wl): Don't show demo if wl-demo is nil.
7602
7603         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7604         wl-summary-use-frame.
7605
7606         * wl-vars.el (wl-summary-use-frame): New user option.
7607         (wl-folder-use-frame): Changed docstring.
7608
7609         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7610         non-nil.
7611         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7612         wl-summary-use-frame.
7613
7614         * wl-vars.el (wl-folder-use-frame): New user option.
7615
7616         * wl-summary.el (wl-summary-exit): Back to folder frame if
7617         wl-folder-use-frame is non-nil.
7618         (wl-summary-redisplay-internal): Ignore cache if current folder
7619         is draft folder,
7620         (wl-summary-redisplay-no-mime): Ditto.
7621         (wl-summary-redisplay-all-header): Ditto.
7622
7623         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7624         if wl-folder-use-frame is non-nil.
7625
7626 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7627
7628         * wl-summary.el (wl-summary-sync-update): Bind
7629         elmo-folder-update-threshold.
7630         (wl-summary-mark-as-important): Enclosed server mark processing
7631         with `save-match-data'.
7632
7633         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7634         only when it is already defined.
7635
7636 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7637
7638         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7639         name of folder exclude localdir is wrong.
7640         * wl-folder.el (wl-folder-sync-entity):
7641         Set `wl-summary-always-sticky-folder-list' as nil.
7642         (wl-folder-mark-as-read-all-entity): Ditto.
7643         (wl-folder-prefetch-entity): Ditto.
7644
7645 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7646
7647         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7648         instead of `wl-summary-write-current-newsgroup'.
7649
7650 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7651
7652         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7653         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7654         non-nil and selected message is important, do not display.
7655
7656 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7657
7658         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7659
7660 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7661
7662         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7663
7664         * wl-summary.el (wl-summary-mark-as-important): Set message number
7665         using wl-summary-message-number.
7666
7667 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7668
7669         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7670         destination folder is 'null.
7671
7672 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7673
7674         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7675         New function.
7676         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7677         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7678         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7679
7680 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7681
7682         * wl-mime.el (wl-mime-setup): Added setting for
7683         `mime-setup-signature-key-alist' to avoid overriding key bind for
7684         `wl-draft-send'.
7685
7686         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7687         for `wl-draft-send'.
7688         * wl-mule.el (wl-draft-overload-functions): Ditto.
7689         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7690         * wl-draft.el (wl-draft-send): Ditto.
7691
7692         * wl-message.el (wl-message-display-internal):
7693         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7694         (Patch is provided by <kita@coe.nttdata.co.jp>).
7695
7696 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7697
7698         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7699
7700 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7701
7702         * wl.el (wl): Fix for wl-demo.
7703
7704 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7705
7706         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7707
7708 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7709
7710         * wl-folder.el (wl-folder-prefetch-entity): Use
7711         `wl-folder-get-elmo-folder'.
7712         (wl-folder-count-incorporates): Do not use
7713         `wl-folder-get-elmo-folder'.
7714
7715 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7716
7717         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7718         instead of `elmo-folder-get-type'.
7719
7720 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7721
7722         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7723         position on Subject: field.
7724         (Advised by Mito <mit@nines.nec.co.jp>)
7725
7726 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7727
7728         * wl-folder.el (wl-folder-prefetch-entity): Use
7729         `wl-folder-get-elmo-folder'.
7730
7731 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7732
7733         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7734
7735         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7736         `process-duplicates' slot.
7737
7738         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7739         if detection failed.
7740
7741 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7742
7743         * wl-version.el (wl-version-status): Set to "alpha".
7744
7745 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7746
7747         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7748         Check wl-message-buffer lives before set-buffer.
7749
7750 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7751
7752         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7753         called in folder mode.
7754         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7755         * wl-summary.el (wl-summary-exit-pre-hook): Run
7756         `wl-summary-exit-pre-hook' before exit summary mode.
7757
7758 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7759
7760         * wl-version.el (wl-version-status): New variable.
7761         (wl-version-status-alist): Removed.
7762         (wl-version-status): Rule included.
7763
7764 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7765
7766         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7767         @sponichi.
7768
7769         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7770         when `mail-reply-buffer' is buffer-local variable.
7771         (Reported by <kita@coe.nttdata.co.jp>).
7772
7773 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7774
7775         * wl-vars.el (toplevel): Require 'elmo-util.
7776
7777 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7778
7779         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7780         (All other related portions are changed)
7781
7782         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7783
7784         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7785
7786 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7787
7788         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7789
7790 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7791
7792         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7793         Delete other windows to avoid an error.
7794         Use `point-marker' instead of `point' to remember the start point
7795         of body.
7796
7797         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7798
7799         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7800         number not to exceed all message number.
7801
7802 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7803
7804         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7805         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7806
7807 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7808
7809         * wl-summary.el (wl-summary-sync-force-update): Added argument
7810         no-check.
7811         (wl-summary-sync-update): Ditto.
7812         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7813         with `no-check'.
7814
7815         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7816         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7817         already running.
7818
7819 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7820
7821         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7822         `dst-folder-arg'.
7823         (wl-expire-archive-number1): Diito.
7824         (wl-expire-archive-number2): Diito.
7825         (wl-expire-archive-Date): Diito.
7826         (wl-archive-number1): Diito.
7827         (wl-archive-number2): Diito.
7828         (wl-archive-date): Diito.
7829         (wl-archive-folder-p): New function.
7830         (wl-summary-expire): Support of expand folder name at
7831         wl-expire-alist.
7832         * wl-util.el (wl-expand-newtext): Renamed from
7833         `wl-refile-expand-newtext'.
7834
7835 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7836
7837         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7838         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7839         `(elmo-msgdb-get-overview msgdb)'.
7840         (wl-summary-prefetch): Bind match data before call
7841         `wl-summay-prefetch-msg'.
7842         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7843         'off if `wl-summary-buffer-disp-msg' is non-nil.
7844         Fixed problem that couldn't show only one new or unread message when
7845         enter folder.
7846         (wl-summary-reply): Don't call `split-window-vertically' and other
7847         window.
7848
7849 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7850
7851         * wl-expire.el (wl-expire-refile): Fixed.
7852
7853 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7854
7855         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7856
7857         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7858         biff notification is removed.
7859
7860         * wl.el (wl): Changed position of `elmo-init'.
7861
7862         * wl-draft.el (wl-default-draft-cite): Use date field
7863         on the citation buffer.
7864
7865         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7866
7867         * wl-xmas.el (wl-folder-internal-icon-list): Added
7868         `wl-folder-shimbun-image'.
7869
7870         * wl-e21.el (wl-folder-internal-icon-list): Added
7871         `wl-folder-shimbun-image'.
7872
7873 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7874
7875         * wl.el (wl-init): Eliminated argument.
7876         (wl): Rewrite.
7877
7878         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7879         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7880         instead of `elmo-folder-msgdb-internal'.
7881         (wl-summary-sync-update): Ditto.
7882         (wl-summary-flush-pending-append-operations): Eliminated.
7883         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7884         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7885         `elmo-folder-open'.
7886
7887         * wl-mime.el (wl-summary-burst): Fixed.
7888
7889         * wl-folder.el (wl-folder-info-save): Check data type.
7890
7891         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7892         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7893         instead of `elmo-folder-msgdb-internal'.
7894         (wl-expire-hide): Ditto.
7895
7896
7897         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7898
7899 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7900
7901         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7902
7903 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7904
7905         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7906
7907 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7908
7909         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7910         Fixed `match-beginning' argument mismatch.
7911
7912 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7913
7914         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7915         the default value.
7916
7917 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7918
7919         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7920         instead of `elmo-nntp-default-port'.
7921
7922         * wl-vars.el: Fixed some doc strings.
7923
7924 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7925
7926         * wl-summary.el (wl-summary-prefetch-msg): Use
7927         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7928
7929         * wl-vars.el: Define *-func as obsolete variable using
7930         `elmo-define-obsolete-variable'.
7931
7932         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7933         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7934         instead of `wl-message-buffer-prefetch-threshold'.
7935
7936         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7937
7938         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7939
7940         * wl-draft.el (wl-caesar-region-func): Ditto.
7941
7942         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7943         Keep unread status in elmo-folder-move-messages.
7944         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7945
7946 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7947
7948         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7949         `wl-summary-buffer-exit-func'
7950         (wl-summary-buffer-message-redisplay-function): Renamed from
7951         `wl-summary-buffer-message-redisplay-func'
7952         (wl-summary-buffer-next-folder-function): Renamed from
7953         `wl-summary-buffer-next-folder-func'.
7954         (wl-summary-buffer-prev-folder-function): Renamed from
7955         `wl-summary-buffer-prev-folder-func'.
7956         (wl-summary-get-petname-function): Renamed from
7957         `wl-summary-get-petname-func'.
7958
7959         * wl-score.el (wl-score-edit-exit-function): Renamed from
7960         `wl-score-edit-exit-func'.
7961
7962         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7963         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7964
7965         * wl-util.el (wl-load-profile-function): Renamed from
7966         `wl-load-profile-func'.
7967
7968         * wl-folder.el (wl-folder-completion-function): Renamed from
7969         `wl-folder-completion-func'.
7970         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7971
7972         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7973         `wl-expire-archive-get-folder-func'.
7974         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7975         (wl-draft-send-mail-function): Renamed from
7976         `wl-draft-send-mail-func'.
7977         (wl-draft-send-news-function): Renamed from
7978         `wl-draft-send-news-func'.
7979         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7980         (wl-generate-mailer-string-function): Renamed from
7981         `wl-generate-mailer-string-func'.
7982         (wl-highlight-signature-search-function): Renamed from
7983         `wl-highlight-signature-search-func'.
7984         (wl-highlight-x-face-function): Renamed from
7985         `wl-highlight-x-face-func'
7986         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7987         (wl-ps-print-buffer-function): Renamed from
7988         `wl-ps-print-buffer-func'
7989         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7990         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7991         (wl-summary-subject-filter-function): Renamed from
7992         `wl-summary-subject-filter-func'.
7993
7994         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7995         `wl-draft-queue-flush-send-func'
7996         (wl-draft-cite-function): Renamed from
7997         `wl-draft-cite-func'
7998
7999         * wl-address.el (wl-address-init-function): Renamed from
8000         `wl-address-init-func'.
8001
8002 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8003
8004         * wl-draft.el (wl-draft-queue-flush): Don't call
8005         `elmo-dop-unlock-message'.
8006         * wl-draft.el (wl-draft-queue-append): Don't call
8007         `elmo-dop-lock-message'.
8008
8009         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8010         (wl-summary-buffer-folder-name): Ditto.
8011         (wl-summary-message-regexp): Added '-' (all other related portions
8012         are changed).
8013         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8014         wl-summary-buffer-folder-name.
8015
8016 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8017
8018         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8019         the number of mails in the folder buffer is not updated by wl-biff.
8020
8021 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8022
8023         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8024         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8025
8026 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8027
8028         * wl-summary.el (wl-summary-next-message):
8029         Return next message number when wl-summary-move-order is nil.
8030
8031 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8032
8033         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8034         `wl-summary-move-spec-alist'.
8035         (wl-summary-move-spec-unplugged-alist): New variable
8036         (Move spec for unplugged status).
8037         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8038         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8039
8040 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8041
8042         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8043         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8044
8045 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8046
8047         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8048         simple quotation to quote the anonymous function.
8049         * tm-wl.el (wl-draft-preview-message): Ditto.
8050
8051 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8052
8053         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8054         Eliminate redundant `save-excursion'.
8055         (wl-highlight-summary-current-line): Ditto.
8056
8057         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8058         accessing match data when `looking-at' failed.
8059
8060         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8061         `elmo-match-string' where users don't care about the speed.
8062         (wl-draft-save): Ditto.
8063
8064 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8065
8066         * wl-util.el (wl-regexp-opt): New function.
8067
8068         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8069         number from `wl-summary-buffer-number-list'.
8070         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8071         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8072         (wl-summary-move-spec-alist): Changed default setting.
8073
8074 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8075
8076         * wl-vars.el (wl-biff-notify-hook): New hook.
8077         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8078         the arrival of new mail.
8079         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8080         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8081
8082 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8083
8084         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8085
8086 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8087
8088         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8089
8090         * Version number is increased to 2.5.8.
8091
8092         * wl-thread.el (toplevel): require 'cl.
8093         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8094         (wl-thread-make-number-list): New function.
8095         (wl-thread-entity-make-number-list-from-children): Ditto.
8096         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8097         (wl-thread-entity-insert-as-children): Likewise.
8098         (wl-thread-delete-message): Likewise.
8099         (wl-meaning-of-mark): Eliminated.
8100         (wl-thread-next-failure-mark-p): Ditto.
8101         (wl-thread-entity-get-mark): Ditto.
8102         (wl-thread-meaning-alist-get-result): Ditto.
8103         (wl-thread-entity-check-prev-mark): Ditto.
8104         (wl-thread-entity-check-next-mark): Ditto.
8105         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8106         (wl-thread-entity-get-prev-marked-entity): Ditto.
8107         (wl-thread-get-prev-unread): Ditto.
8108         (wl-thread-jump-to-prev-unread): Ditto.
8109         (wl-thread-get-next-unread): Ditto.
8110         (wl-thread-jump-to-next-unread): Ditto.
8111         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8112         (wl-thread-entity-get-next-marked-entity): Ditto.
8113
8114         * wl-summary.el (wl-summary-buffer-number-list):
8115         New bufer-local variable.
8116         (wl-summary-switch-to-clone-buffer): Clone
8117         `wl-summary-buffer-number-list'.
8118         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8119         (wl-summary-cursor-move-regex): Eliminated.
8120         (wl-summary-cursor-up): Rewrite.
8121         (wl-summary-cursor-down): Ditto.
8122         (wl-summary-mode-spec-alist): New variable.
8123         (wl-summary-next-message): New inline function.
8124         (wl-summary-cursor-move): New function.
8125         (wl-summary-default-get-next-msg): Rewrite.
8126         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8127         (wl-summary-rescan): Ditto.
8128         (wl-summary-sync-all-init): Ditto.
8129         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8130         summary is not thread view.
8131         (wl-summary-sync-update): Ditto.
8132         (wl-summary-rescan): Ditto.
8133         (wl-summary-make-number-list): New function.
8134
8135         * wl-draft.el: "FCC" -> "Fcc".
8136
8137 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8138
8139         * wl-highlight.el (wl-highlight-summary-window):
8140         Call `set-buffer-modified-p'.
8141
8142         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8143         (wl): Call `elmo-init' and fix.
8144
8145         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8146         Use new variables.
8147
8148         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8149
8150 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8151
8152         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8153
8154 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8155
8156         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8157
8158 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8159
8160         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8161         `wl-use-toolbar' nor `display-graphic-p'.
8162         (wl-e21-setup-message-toolbar): Ditto.
8163         (wl-e21-setup-summary-toolbar): Ditto.
8164         (wl-e21-setup-folder-toolbar): Ditto.
8165
8166         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8167         (wl-plugged-init-icons): Ditto.
8168
8169         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8170         `display-graphic-p'.
8171         (wl-plugged-set-folder-icon): Ditto.
8172         (wl-highlight-plugged-current-line): Ditto.
8173         (wl-highlight-folder-current-line): Ditto.
8174         (wl-e21-highlight-folder-group-line): Ditto.
8175         (wl-e21-setup-toolbar): Ditto.
8176         (wl-e21-display-image-p): New macro.
8177
8178         * wl-demo.el (wl-demo): Simplified.
8179         (wl-demo-image-type-alist): Use `image-type-available-p' for
8180         checking whether the image type `xbm' is available.
8181
8182 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8183
8184         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8185         (wl-summary-input-range): Ditto.
8186
8187 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8188
8189         * wl-summary.el (wl-summary-edit-addresses): Use
8190         `wl-summary-get-original-buffer'
8191         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8192         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8193         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8194         (wl-summary-get-newsgroups): Eliminated.
8195         (wl-summary-set-crosspost): Ditto.
8196         (wl-summary-is-crosspost-folder): Ditto.
8197         (wl-crosspost-alist-load): Ditto.
8198         (wl-crosspost-alist-save): Ditto.
8199
8200         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8201         `elmo-setup-subscribed-newsgroups' instead of
8202         `elmo-nntp-make-groups-hashtb'.
8203         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8204         instead of `wl-crosspost-alist-save'.
8205
8206         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8207         of `elmo-folder-message-appendable-p'.
8208         (wl-mime-header-presentation-method): Eliminated.
8209
8210         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8211         (Error occurs in emacs21).
8212
8213         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8214         the current buffer).
8215
8216         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8217         instead of `wl-crosspost-alist-save'.
8218         (wl-init): `elmo-crosspost-message-alist-load'
8219         instead of `wl-crosspost-alist-load'
8220
8221         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8222         (wl-parse-newsgroups): Likewise.
8223         (wl-biff-notify): Run `wl-biff-notify-hook'.
8224
8225 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8226
8227         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8228
8229         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8230         when `wl-summary-lazy-highlight' is non-nil.
8231         (wl-summary-goto-folder-subr): Highlight only when
8232         `wl-summary-lazy-highlight' is non-nil.
8233
8234         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8235         Don't display progress and highlight temp-mark when
8236         `wl-summary-lazy-highlight' is non-nil.
8237         (wl-highlight-summary-window): New function.
8238         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8239
8240 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8241
8242         * wl-summary.el (wl-summary-sync): Change `all-visible'
8243         from `all-shown'
8244         (wl-summary-input-range): Ditto.
8245
8246 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8247
8248         * wl-e21.el (wl-highlight-folder-current-line): Call
8249         `wl-folder-init-icons' when folder icons have not been initialized.
8250
8251         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8252
8253         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8254         (wl-demo-image-type-alist): New macro.
8255
8256 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8257
8258         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8259         display does not support graphics.
8260         (wl-plugged-init-icons): Ditto.
8261         (wl-folder-init-icons): Ditto.
8262
8263         * wl-demo.el (wl-demo): Chech closely whether the display
8264         supports graphics.
8265
8266 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8267
8268         * wl-summary.el (wl-summary-get-original-buffer): New function.
8269         (wl-summary-set-crosspost): Use it.
8270         (wl-summary-target-mark-uudecode): Ditto.
8271         (wl-summary-reedit): Ditto.
8272         (wl-summary-resend-bounced-mail): Ditto.
8273         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8274         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8275
8276         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8277         (wl-message-display-internal): Ditto.
8278
8279 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8280
8281         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8282
8283 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8284
8285         * wl-summary.el (wl-summary-save-view): Renamed from
8286         `wl-summary-save-status'.
8287
8288 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8289
8290         * wl-summary.el (wl-summary-sync): Added `all-shown'
8291
8292 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8293
8294         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8295
8296 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8297
8298         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8299
8300 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8301
8302         * wl-highlight.el (wl-highlight-summary-line-string): Use
8303         `zerop' instead of `= 0'.
8304         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8305
8306         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8307         for comparing numbers.
8308         (wl-template-prev): Use `zerop' instead of `eq 0'.
8309
8310         * wl-draft.el (wl-draft-insert-current-message): Use
8311         `with-current-buffer' instead of `save-excursion'.
8312         Use `zerop' instead of `eq 0'.
8313
8314 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8315
8316         * wl-draft.el (wl-draft-insert-ccs): New function.
8317         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8318         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8319
8320 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8321
8322         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8323
8324 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8325
8326         * wl-expire.el (wl-expire-refile): Don't call
8327         elmo-msgdb-add-msgs-to-seen-list;
8328         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8329         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8330
8331 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8332
8333         * wl-message.el (wl-message-prev-page): Ignore errors while
8334         scroll-down.
8335
8336 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8337
8338         * wl-mime.el: Use elmo-original-message-mode instead of
8339         mmelmo-original-mode.
8340
8341         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8342         `elmo-folder-get-spec';
8343         (wl-fldmgr-add-completion-all-completions):
8344         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8345
8346         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8347         of `elmo-folder-get-type'.
8348
8349         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8350         `elmo-folder-get-spec';
8351         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8352         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8353         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8354         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8355         `elmo-read-msg-no-cache';
8356         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8357         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8358         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8359         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8360         `elmo-cache-save';
8361         (wl-draft-reedit): Use `elmo-message-file-name'.
8362
8363         * wl-expire.el: Use `elmo-folder-name-internal';
8364         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8365         Use macro `wl-summary-buffer-msgdb' instead of variable
8366         `wl-summary-buffer-msgdb';
8367         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8368         Use macro `wl-summary-buffer-folder-name' instead of variable
8369         `wl-summary-buffer-folder-name'.
8370         * wl-score.el: Likewise.
8371
8372         * wl-message.el: Rewrite for new message buffer cache mechanism.
8373         (wl-message-buffer-cache-buffer-get): New macro.
8374         (wl-message-buffer-cache-folder-get): Ditto.
8375         (wl-message-buffer-cache-message-get): Ditto.
8376         (wl-message-buffer-cache-entry-make): Ditto.
8377         (wl-message-buffer-cache-hit): Ditto.
8378         (wl-message-buffer-cache-sort): New function.
8379         (wl-message-buffer-cache-add): Ditto.
8380         (wl-message-buffer-cache-delete): Ditto.
8381         (wl-message-buffer-cache-clean-up): Ditto.
8382         (wl-message-buffer-window): Rewrite.
8383         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8384         (wl-message-buffer-display): New function.
8385         (wl-message-display-internal): New function.
8386
8387 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8388
8389         * wl-folder.el: Use `elmo-folder-name-internal';
8390         Use `wl-folder-get-elmo-folder';
8391         Use `elmo-folder-list-messages' instead of
8392         `elmo-list-folder';
8393         Use `elmo-folder-get-primitive-list' instead of
8394         `elmo-folder-get-primitive-spec-list';
8395         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8396         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8397         Use `elmo-folder-create' instead of `elmo-create-folder'.
8398         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8399         (wl-folder-get-elmo-folder): New macro.
8400         (wl-folder-elmo-folder-cache-get): Ditto.
8401         (wl-folder-elmo-folder-cache-put): Ditto.
8402         (wl-folder-suspend): Call `elmo-quit'.
8403
8404         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8405         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8406         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8407         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8408         (toplevel): require 'cl.
8409         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8410
8411         * wl-summary.el: Rewrite to use new elmo interface.
8412
8413 \f
8414 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8415
8416         * wl-mime.el (wl-draft-preview-message):
8417         Run `wl-draft-send-hook' before collecting recipients information;
8418         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8419
8420         * tm-wl.el (wl-draft-preview-message): Ditto.
8421
8422 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8423
8424         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8425         wrong recipients are displayed when forwarded message.
8426
8427 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8428
8429         * Version number is increased to 2.5.7.
8430
8431 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8432
8433         * wl-message.el (wl-message-next-page): Bind
8434         `window-pixel-scroll-increment' to nil while scrolling up.
8435
8436 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8437
8438         * wl-vars.el (wl-save-hook): New hook.
8439         * wl.el (wl-save): Call `wl-save-hook'.
8440
8441 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8442
8443         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8444         Argument WITH-ARG instead of NO-ARG (negative mean).
8445         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8446         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8447         * wl-message.el (wl-message-follow-current-entity): Likewise.
8448
8449 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8450
8451         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8452         FROM was optional argument.
8453         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8454
8455 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8456
8457         * Version number is increased to 2.5.6.
8458
8459 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8460
8461         * wl-version.el (wl-version-show): Removed.
8462         (wl-version): Add `interactive'.
8463
8464 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8465
8466         * wl-summary.el (wl-summary-get-petname-func): New variable.
8467         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8468         instead of `wl-address-get-petname-1'.
8469         (wl-summary-simple-from): Ditto.
8470
8471         * wl-address.el (wl-address-get-petname-1): Define as function.
8472
8473 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8474
8475         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8476         field in the original message.
8477         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8478
8479 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8480
8481         * wl-expire.el (wl-expire-hide):
8482         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8483
8484 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8485
8486         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8487         find decoder for To, Cc, and Subject.
8488
8489 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8490
8491         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8492         for checking `elmo-use-buffer-cache'.
8493         (wl-summary-mark-as-important): Fixed typo in comment.
8494
8495 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8496
8497         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8498         field in the original message.
8499         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8500
8501 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8502
8503         * wl-expire.el (wl-expire-hide):
8504         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8505
8506 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8507
8508         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8509         find decoder for To, Cc, and Subject.
8510
8511 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8512
8513         * Version number is increased to 2.5.5.
8514
8515         * wl-address.el (wl-address-specials-regexp): New constant.
8516         (wl-address-quote-specials): Use it.
8517
8518 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8519
8520         * wl-summary.el (wl-summary-rescan):
8521         Call `wl-summary-buffer-number-column-detect'.
8522         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8523
8524         * wl-message.el (wl-message-mode-map): Define.
8525         (wl-message-decode): Use it as local-map.
8526
8527 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8528
8529         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8530         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8531
8532 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8533
8534         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8535
8536         * wl-mule.el (wl-read-event-char): Ditto.
8537
8538         * wl-e21.el (wl-read-event-char): Ditto.
8539
8540         * wl-nemacs.el (wl-read-event-char): Ditto.
8541         (read-event): Removed.
8542
8543         * wl-util.el (toplevel): Removed dummy definition of
8544         `read-event'.
8545         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8546
8547 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8548
8549         * wl-nemacs.el (elmo-archive-call-process): Moved to
8550         elmo-archive.el.
8551
8552 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8553
8554         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8555         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8556
8557         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8558         instead of magic-number 6.  Use `not' instead of `null' for symbol
8559         `nil' check (not empty list).
8560         (wl-draft-insert-x-face-field): Fixed paren style.
8561
8562         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8563         one-branch conditional statement, instead of `and' and `if'.
8564         (wl-draft-forward): Likewise.
8565         (wl-draft-add-references): Likewise.
8566         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8567
8568         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8569         conditional steatment.  Use `cond' instead of `if'.
8570         (wl-draft-confirm): Likewise.
8571
8572 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8573
8574         * wl-version.el (wl-version-show): Use `product-string-1'
8575         instead of `wl-version'.
8576         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8577
8578         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8579
8580 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8581
8582         * wl-highlight.el (wl-highlight-headers): Revert
8583         `wl-highlight-x-face-func' argument (`beg' and `end').
8584
8585 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8586
8587         * wl.el (toplevel): Move `product-provide' declare.
8588         * wl-demo.el (toplevel): Ditto.
8589         * wl-dnd.el (toplevel): Ditto.
8590         * wl-highlight.el (toplevel): Ditto.
8591         * wl-message.el (toplevel): Ditto.
8592         * wl-refile.el (toplevel): Ditto.
8593         * wl-util.el (toplevel): Ditto.
8594
8595 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8596
8597         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8598         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8599         (wl-thread-close-all): keep cursor position.
8600
8601 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8602
8603         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8604         (eq x 0).
8605         (wl-generate-user-agent-string-1): Fix conditional statement.
8606
8607 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8608
8609         * wl.el (wl-check-environment): Additional check for
8610         'wl-local-domain' and `wl-message-id-domain'.
8611
8612 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8613
8614         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8615
8616 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8617
8618         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8619         instead of `smtp-sasl-user-realm'.
8620
8621 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8622
8623         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8624
8625 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8626
8627         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8628         to the default value as well as `eword-lexical-analyzer'.
8629
8630 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8631
8632         * wl-version.el (wl-extended-emacs-version,
8633         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8634         `elmo-match-string' instead of `wl-match-string'.
8635
8636 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8637
8638         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8639         docstring.
8640
8641 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8642
8643         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8644
8645 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8646
8647         * wl-highlight.el (wl-highlight-headers): Remove
8648         `wl-highlight-x-face-func' argument (`beg' and `end').
8649
8650 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8651
8652         * wl-summary.el (wl-summary-mark-as-important):
8653         Remove cache if folder is local.
8654
8655 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8656
8657         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8658         to get existing e-mail address string.
8659
8660 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8661
8662         * wl-version.el (wl-generate-user-agent-string): Commentary.
8663         (wl-generate-user-agent-string-1): Use `when' for
8664         one-branch conditional statement, instead of `and' and `if'.
8665         (wl-extended-emacs-version, wl-extended-emacs-version2,
8666         wl-extended-emacs-version3): Ditto.
8667
8668 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8669
8670         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8671         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8672         condition-case; Remove initialization.
8673         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8674         (wl-summary-sync-update3): Added argument `sync-all';
8675         Eliminated local variable `msgdb';
8676         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8677         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8678         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8679
8680 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8681
8682         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8683         connection before call `wl-draft-send-mail-with-smtp'.
8684
8685 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8686
8687         * Version number is increased to 2.5.4.
8688
8689 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8690
8691         * wl.el (wl-check-environment): Additional check for
8692         'wl-local-domain' and `wl-message-id-domain'.
8693
8694 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8695
8696         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8697         buffer as command specific.
8698         (wl-folder-mark-as-read-all-entity): Ditto.
8699         (wl-folder-prefetch-entity): Ditto.
8700         (wl-folder-drop-unsync-entity): Ditto.
8701
8702         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8703         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8704         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8705
8706         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8707         save-excursion.
8708
8709 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8710
8711         * Version number is increased to 2.5.3.
8712
8713         * wl-summary.el (wl-summary-save-view-cache):
8714         Delete duplicated `write-region';
8715         Use `write-region-as-binary' instead of `as-binary-output-file' and
8716         `write-region'.
8717
8718 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8719
8720         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8721
8722 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8723
8724         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8725         instead of `smtp-via-smtp'.
8726
8727 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8728
8729         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8730
8731 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8732
8733         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8734         instead of `smtp-sasl-user-realm'.
8735
8736 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8737
8738         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8739
8740 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8741
8742         * Version number is increased to 2.5.2.
8743
8744 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8745
8746         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8747         does not exist.
8748         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8749         (wl-biff-start): Call `timer-activate' if timer already exists.
8750
8751         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8752         only when it is bound as function.
8753
8754 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8755
8756         * Version number is increased to 2.5.1.
8757
8758 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8759
8760         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8761         Print refile/copy destination.
8762
8763 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8764
8765         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8766         queue-flush-only is non-nil.
8767
8768         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8769
8770         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8771         checking cache folder.
8772
8773 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8774
8775         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8776         `regexp-quote'.
8777
8778 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8779
8780         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8781         function.
8782         * wl-summary.el (wl-summary-write-current-folder-functions):
8783         Change default value.  Use it.
8784
8785 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8786
8787         * Version number is increased to 2.5.0.
8788
8789         * wl-version.el (wl-version): Changed codename.
8790
8791 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8792
8793         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8794         (wl-summary-supersedes-message): Ditto.
8795
8796 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8797
8798         * wl-refile.el (wl-refile-guess-functions): Renamed from
8799         `wl-refile-guess-func-list'.
8800
8801 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8802
8803         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8804         Fixed problem when no rule was matched.
8805
8806 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8807
8808         * wl-summary.el (wl-summary-get-mark): Fixed
8809         `wl-summary-buffer-target-mark' check logic.
8810
8811 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8812
8813         * wl-folder.el (wl-folder-write-current-folder): Added group
8814         folder check.
8815
8816         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8817         `wl-summary-write-current-newsgroup'.
8818         (wl-summary-write-current-folder-functions): New variable.
8819         * wl-folder.el (wl-folder-get-newsgroups): New function.
8820         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8821         (wl-folder-write-current-folder): Renamed from
8822         `wl-folder-write-current-newsgroup'.
8823
8824 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8825
8826         * Version number is increased to 2.3.93.
8827
8828 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8829
8830         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8831         (wl-ldap-make-matched-value-list): Ditto.
8832         (wl-ldap-alias-safe-string): Split e-mail address.
8833
8834         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8835         petname folder default was selected.
8836         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8837         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8838
8839 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8840
8841         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8842         to `wl-draft-config-exec'.
8843
8844         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8845         instead of calling `wl-draft-config-exec';
8846         Process group-list and show recipients in minibuffer.
8847
8848         * tm-wl.el (wl-draft-preview-message): Ditto.
8849
8850 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8851
8852         * wl.el (toplevel): Added (C) to copyright notice, and
8853         sync Author header.
8854         * tm-wl.el (toplevel): Ditto.
8855         * wl-address.el (toplevel): Ditto.
8856         * wl-demo.el (toplevel): Ditto.
8857         * wl-dnd.el (toplevel): Ditto.
8858         * wl-draft.el (toplevel): Ditto.
8859         * wl-e21.el (toplevel): Ditto.
8860         * wl-expire.el (toplevel): Ditto.
8861         * wl-folder.el (toplevel): Ditto.
8862         * wl-highlight.el (toplevel): Ditto.
8863         * wl-message.el (toplevel): Ditto.
8864         * wl-mime.el (toplevel): Ditto.
8865         * wl-mule.el (toplevel): Ditto.
8866         * wl-nemacs.el (toplevel): Ditto.
8867         * wl-refile.el (toplevel): Ditto.
8868         * wl-score.el (toplevel): Ditto.
8869         * wl-summary.el (toplevel): Ditto.
8870         * wl-template.el (toplevel): Ditto.
8871         * wl-thread.el (toplevel): Ditto.
8872         * wl-util.el (toplevel): Ditto.
8873         * wl-vars.el (toplevel): Ditto.
8874         * wl-xmas.el (toplevel): Ditto.
8875
8876 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8877
8878         * wl.el (wl-init): Added comment about `wl-init-hook'.
8879         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8880         * wl-vars.el (wl-init-hook): Added docs.
8881         (wl-make-plugged-hook): Removed useless docs.
8882         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8883         * wl-xmas.el (toplevel): Ditto.
8884
8885 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8886
8887         * wl-address.el (toplevel): Fixed multiple Author header format.
8888         * wl-demo.el (toplevel): Ditto.
8889         * wl-draft.el (toplevel): Ditto.
8890         * wl-folder.el (toplevel): Ditto.
8891         * wl-summary.el (toplevel): Ditto.
8892         * wl-thread.el (toplevel): Ditto.
8893         * wl-util.el (toplevel): Ditto.
8894         * wl-vars.el (toplevel): Ditto.
8895         * wl-version.el (toplevel): Ditto.
8896         * wl-xmas.el (toplevel): Ditto.
8897         * wl.el (toplevel): Ditto.
8898
8899         * wl-version.el (toplevel): Added require `elmo-version' for
8900         `product-version-as-string'.
8901
8902 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8903
8904         * wl-vars.el (wl-draft-send-hook): Changed default value to
8905         '(wl-draft-config-exec).
8906
8907         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8908         explicitly.
8909         (wl-draft): Set `wl-draft-config-exec-flag' before running
8910         `wl-mail-setup-hook'.
8911
8912         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8913         `wl-biff-init-icons' to `wl-init-hook' instead of
8914         `wl-make-plugged-hook'.
8915         (Because if `wl-draft' command is invoked at first,
8916         they are not initialized)
8917         Updated copyright notice.
8918
8919         * wl-e21.el (toplevel): Ditto;
8920
8921         * wl-demo.el (toplevel): Updated copyright notice.
8922         * wl-address.el (toplevel): Ditto.
8923         * wl-draft.el (toplevel): Ditto.
8924         * wl-version.el (toplevel): Ditto.
8925         * wl-folder.el (toplevel): Ditto.
8926         * wl-summary.el (toplevel): Ditto.
8927         * wl-thread.el (toplevel): Ditto.
8928         * wl-util.el (toplevel): Ditto.
8929         * wl-vars.el (toplevel): Ditto.
8930         * wl.el (toplevel): Ditto.
8931
8932 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8933
8934         * wl-highlight.el (wl-highlight-message): Fixed problem of
8935         highlighting failure which occured when the last field contains
8936         multiple lines in the draft buffer.
8937
8938         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8939         `wl-biff-start' if plugged.
8940
8941         * wl-util.el (wl-biff-check-folder): New function.
8942         (wl-biff-check-folders): Don't set session name prefix.
8943         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8944         (wl-biff-check-folder-async): Ditto.
8945
8946         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8947         in email address.
8948
8949 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8950
8951         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8952
8953         * wl-draft.el (wl-draft-strip-subject-re): New function.
8954
8955         * wl-draft.el (wl-draft-reply): Use it.
8956
8957 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8958
8959         * wl-message.el (wl-mmelmo-message-redisplay): Use
8960         `mime-display-message' instead of `wl-mime-display-message'.
8961
8962         * wl-mime.el (toplevel): Removed compatibility workaround
8963         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8964         (wl-mime-display-message): Abolished.
8965         (wl-mime-entity-read-field): Ditto.
8966         (wl-mime-combine-message/partial-pieces): Use
8967         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8968
8969 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8970
8971         * wl-template.el: Doc fixes.
8972
8973 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8974
8975         * wl-e21.el (wl-message-overload-functions): Do nothing if
8976         `current-local-map' is not available.
8977         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8978
8979 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8980
8981         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8982         representation.
8983
8984         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8985         number.
8986         (wl-fldmgr-save-folders): Don't use `format' when insert
8987         `wl-fldmgr-folders-header'.
8988
8989 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8990
8991         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8992
8993 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8994
8995         * wl-highlight.el (wl-highlight-message):
8996         Use `std11-field-end' to detect end point of the header field.
8997         Refer `wl-highlight-max-header-size'.
8998
8999         * wl-vars.el (wl-highlight-max-header-size): New variable.
9000
9001         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9002
9003         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9004         Set `for-draft' argument of wl-highlight-headers.
9005         (wl-draft): Ditto.
9006         (wl-draft-reedit): Ditto.
9007         (wl-user-agent-compose-internal): Ditto.
9008
9009 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9010
9011         * wl-message.el (wl-message-add-button): Use overlay.
9012
9013 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9014
9015         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9016
9017         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9018         problem when group-list content is nothing.
9019         (Reported by Mito <mit@nines.nec.co.jp>)
9020
9021 2000-10-18  SAITO Atsunori <sai@yedo.com>
9022
9023         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9024
9025 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9026
9027         * tm-wl.el (toplevel): Use product-provide.
9028
9029 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9030
9031         * Version number is increased to 2.3.92.
9032
9033 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9034
9035         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9036         title text, use `display' property for left margin under Emacs 21.
9037
9038         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9039         properties.
9040         (wl-plugged-init-icons): Ditto.
9041
9042 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9043
9044         * wl.el (wl-save-status, wl-init): Remove last period in
9045         "...done." message.
9046         * tm-wl.el (wl-summary-burst): Ditto.
9047         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9048         wl-summary-resume-cache-status,
9049         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9050         wl-summary-sync-update3, wl-summary-highlight-msgs,
9051         wl-summary-flush-pending-append-operations,
9052         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9053         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9054         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9055         wl-thread-open-all): Ditto.
9056         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9057         * wl-mime.el (wl-summary-burst): Ditto.
9058         * wl-highlight.el (wl-highlight-summary): Ditto.
9059         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9060         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9061         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9062         * wl-address.el (wl-local-address-init): Ditto.
9063
9064 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9065
9066         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9067         `add-text-properties'.
9068         (wl-plugged-init-icons): Ditto.
9069         (wl-folder-init-icons): Use `propertize' instead of
9070         `put-text-property'.
9071         (wl-plugged-set-folder-icon): Ditto.
9072         (wl-e21-highlight-folder-group-line): Ditto.
9073
9074 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9075
9076         * wl-version.el (wl-version-status-alist): New variable.
9077         (wl-version-status): New function.
9078
9079         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9080         "Cc" part of the case "Reply-To".
9081
9082         * wl-draft.el (wl-draft-reply): Use result of
9083         `eword-extract-address-components'.
9084
9085         * wl-demo.el (wl-demo-icon-name): New constant.
9086         (wl-logo-xpm): Use it.
9087         (wl-logo-xbm): Ditto.
9088         (wl-logo-bitmap): Ditto.
9089
9090         * Version number is increased to 2.3.91.
9091
9092 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9093
9094         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9095         (wl-extended-emacs-version, wl-extended-emacs-version2,
9096         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9097         docstring.
9098
9099         * wl-version.el (wl-generate-user-agent-string-1): New function.
9100         (wl-generate-user-agent-string): Use it.
9101
9102         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9103         `mime-edit-insert-user-agent-field'.
9104         (wl-generate-user-agent-string): Check
9105         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9106
9107         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9108         instead of `if', when verbose case.
9109
9110 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9111
9112         * wl-expire.el (wl-summary-expire): Fix.
9113
9114 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9115
9116         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9117         and `elmo-lost+found-folder' if 'wl-draft.
9118         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9119
9120 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9121
9122         * wl-expire.el (wl-summary-expire): Change messages.
9123         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9124         `deleing-info' instead of "Deleting..."
9125
9126 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9127
9128         * wl-summary.el (wl-summary-refile-subr): Fix.
9129
9130 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9131
9132         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9133         if pipe folder.
9134
9135 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9136
9137         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9138
9139 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9140
9141         * wl-expire.el (wl-expire-hide): New function.
9142         (wl-summary-expire): Add `hide'.
9143
9144 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9145
9146         * wl-vars.el (wl-draft-reply-without-argument-list):
9147         Changed default value to consider `Reply-To:'.
9148         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9149
9150         * Version number is increased to 2.3.90.
9151
9152         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9153         elmo-imap4-get-session with unwind-protect.
9154         Don't cause error.
9155         (wl-summary-sync-marks): Don't check plugged nor folder type.
9156         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9157         (Always keep current buffer).
9158
9159 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9160
9161         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9162         Enclose with `save-excursion'.
9163
9164 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9165
9166         * wl-version.el (wl-version): Remove interactive.
9167
9168 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9169
9170         * wl-version.el (wl-generate-user-agent-string): Use
9171         `product-string-verbose' instead of `product-string-1'.
9172
9173 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9174
9175         * wl-vars.el (wl-draft-use-cache): New variable.
9176         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9177         if wl-draft-use-cache is non-nil.
9178
9179 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9180
9181         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9182         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9183
9184 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9185
9186         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9187         (wl-thread-msg-mark-as-unread): Ditto.
9188
9189         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9190         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9191         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9192         Don't set mark in summary if return value of `elmo-mark-as-read'
9193         is nil.
9194         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9195         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9196         instead of `wl-thread-msg-mark-as-read'.
9197         (wl-summary-mark-as-unread-region): Ditto.
9198         (wl-summary-target-mark-mark-as-read): Ditto.
9199
9200         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9201
9202 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9203
9204         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9205
9206         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9207
9208 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9209
9210         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9211         face.
9212
9213 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9214
9215         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9216         `running-xemacs'.
9217
9218 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9219
9220         * wl-version.el (toplevel): Use `product-version-as-string' for
9221         set verstion-string, if defined.
9222
9223         * wl-version.el (wl-version-show): Insert string at point, when
9224         call with argument.
9225
9226         * wl-version.el (wl-generate-user-agent-string): Use
9227         `product-string-1' instead of `wl-appname', `wl-version' and
9228         `wl-codename'.
9229
9230 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9231
9232         * wl-address.el (toplevel): Use product-provide.
9233         * wl-demo.el (toplevel): Ditto.
9234         * wl-dnd.el (toplevel): Ditto.
9235         * wl-draft.el (toplevel): Ditto.
9236         * wl-e21.el (toplevel): Ditto.
9237         * wl-expire.el (toplevel): Ditto.
9238         * wl-fldmgr.el (toplevel): Ditto.
9239         * wl-folder.el (toplevel): Ditto.
9240         * wl-highlight.el (toplevel): Ditto.
9241         * wl-message.el (toplevel): Ditto.
9242         * wl-mime.el (toplevel): Ditto.
9243         * wl-mule.el (toplevel): Ditto.
9244         * wl-nemacs.el (toplevel): Ditto.
9245         * wl-refile.el (toplevel): Ditto.
9246         * wl-score.el (toplevel): Ditto.
9247         * wl-summary.el (toplevel): Ditto.
9248         * wl-template.el (toplevel): Ditto.
9249         * wl-thread.el (toplevel): Ditto.
9250         * wl-util.el (toplevel): Ditto.
9251         * wl-vars.el (toplevel): Ditto.
9252         * wl-xmas.el (toplevel): Ditto.
9253         * wl.el (toplevel): Ditto.
9254
9255 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9256
9257         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9258         instead of product.
9259
9260         * wl-version.el (wl-version): Compile time evalution elmo-version.
9261
9262 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9263
9264         * wl-summary.el (wl-summary-sync-force-update): Append queue
9265         `mark-as-read'if unplugged.
9266
9267 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9268
9269         * wl-version.el: New file.  Use product.el.
9270         * wl.el: add (require 'wl-version).
9271         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9272         for ~/.folders header.
9273         (wl-fldmgr-folders-header): Changed.
9274         * wl-demo.el (wl-demo): Use product.el.
9275
9276         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9277         wl-version.el.
9278         * wl-util.el (wl-version, wl-version-show): Ditto.
9279
9280         * wl-util.el (wl-generate-user-agent-string,
9281         wl-extended-emacs-version, wl-extended-emacs-version2,
9282         wl-extended-emacs-version3): Move to wl-version.el.
9283         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9284         xemacs-codename, mime-edit-insert-user-agent-field,
9285         mime-edit-user-agent-value, mime-editor/version,
9286         mime-editor/codename): Compile warning killer move to
9287         wl-version.el
9288
9289 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9290
9291         * wl-summary.el (wl-summary-refile-subr): Fix.
9292
9293 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9294
9295         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9296         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9297
9298 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9299
9300         * wl.el (wl-check-environment): Check too many `@'.
9301
9302 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9303
9304         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9305
9306 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9307
9308         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9309         wl-draft-reply-myself-without-argument-list): Add variables.
9310         * wl-draft.el (wl-draft-reply): Use it.
9311
9312 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9313
9314         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9315         the 5th argument of `elmo-network-get-spec'.
9316
9317         * wl-thread.el (wl-thread-reparent-children): New inline function.
9318         (wl-thread-delete-message): Use it.
9319
9320         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9321         (wl-summary-score-update-all-lines): Don't use `dolist'.
9322
9323 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9324
9325         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9326         (require 'elmo-msgdb) for inline function.
9327
9328 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9329
9330         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9331
9332 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9333
9334         * wl-score.el (wl-score-headers): Fix for the confusing macro
9335         `elmo-kill-buffer'.
9336
9337 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9338
9339         * wl-summary.el: Don't use the 3rd argument of `require' because
9340         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9341         * wl-util.el: Ditto.
9342         * wl-draft.el: Ditto.
9343
9344 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9345
9346         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9347         window system is not used.
9348
9349 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9350
9351         * wl-thread.el: Don't use `mapcar' only for iteration.
9352         (wl-thread-resume-entity): Ditto.
9353         (wl-thread-delete-message): Ditto.
9354
9355         * wl-summary.el: Bind `dragdrop-drop-functions',
9356         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9357         of `require' for `timezone', `easymenu' and `ps-print';
9358         don't use `mapcar' only for iteration.
9359
9360         * wl-util.el: Bind `mule-version', `nemacs-version',
9361         `emacs-beta-version', `xemacs-codename',
9362         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9363         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9364         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9365         only for iteration.
9366
9367         * wl-score.el: Don't use `mapcar' only for iteration.
9368         (wl-score-simplify-buffer-fuzzy): Ditto.
9369         (wl-score-simplify-subject): Ditto.
9370         (wl-score-headers): Ditto.
9371         (wl-summary-score-update-all-lines): Ditto.
9372
9373         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9374         `enable-multibyte-characters' and `mule-version'.
9375
9376         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9377         `mapcar' only for iteration.
9378
9379         * wl-demo.el: Don't use `mapcar' only for iteration.
9380
9381         * wl-folder.el: Don't use `mapcar' only for iteration.
9382         (wl-folder-open-all): Ditto.
9383         (wl-folder-count-incorporates): Ditto.
9384
9385         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9386         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9387
9388         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9389         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9390         `smtp-connection-type'; specify 3rd argument of `require' for
9391         `timezone'; don't use `mapcar' only for iteration.
9392         (wl-draft-clone-local-variables): Don't use `mapcar'.
9393         (wl-draft-generate-clone-buffer): Ditto.
9394         (wl-user-agent-compose-internal): Ditto.
9395
9396         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9397
9398         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9399         (wl-save-status): Ditto.
9400
9401         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9402         for iteration.
9403
9404 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9405
9406         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9407         removed `Date'.
9408         (wl-fldmgr-make-filter-default): New user option.
9409
9410         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9411         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9412         (wl-fldmgr-filter-completion-alist): Abolish.
9413
9414         * wl.el (wl): Don't check servers if arg is non-nil.
9415
9416         * wl-draft.el (wl-draft-reply): Set only message-id string to
9417         In-Reply-To field.
9418
9419 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9420
9421         * wl-summary.el (wl-summary-pick): Rewrite.
9422
9423         * wl-draft.el (wl-draft-forward): Get references field from
9424         original buffer.
9425         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9426
9427 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9428
9429         * wl-draft.el (wl-draft-forward): Add references field.
9430
9431 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9432
9433         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9434         (wl-draft-reply): Use it.
9435
9436 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9437
9438         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9439         when Emacs 21 is running.
9440
9441         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9442         bindings.
9443
9444 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9445
9446         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9447         XPM icons transparent.
9448
9449         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9450         Emacs 21.
9451
9452 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9453
9454         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9455         nil.
9456
9457         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9458         when it is persistent.
9459         (wl-summary-sync-marks): Changed argument for
9460         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9461         (wl-summary-virtual): Use `elmo-read-search-condition'.
9462         (wl-summary-redisplay-internal): If folder is local, mark as read
9463         even when folder is plugged.
9464
9465 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9466
9467         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9468         of `tool-bar-lines' in the frame parameters.
9469         (after-make-frame-functions, post-command-hook): Don't modify the
9470         value.
9471         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9472         wl-e21-tool-bar-lines): Removed.
9473
9474 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9475
9476         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9477         properties `evaporate' and `wl-momentary-overlay' as well.
9478         (wl-highlight-summary-displaying): Ditto.
9479         (wl-delete-all-overlays): Don't delete overlay which does not have
9480         a property `wl-momentary-overlay'.
9481
9482         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9483         `display-mouse-p' and `display-graphic-p'.
9484         (wl-folder-init-icons): Don't search for XBM or the other files.
9485         (wl-plugged-set-folder-icon): Make icons if and only if
9486         `display-graphic-p' returns non-nil.
9487         (wl-highlight-plugged-current-line): Use `before-string' overlay
9488         property to show icon images.
9489         (wl-highlight-folder-current-line): Ditto.
9490         (wl-e21-highlight-folder-group-line): Ditto.
9491         (wl-e21-highlight-folder-by-numbers): Ditto.
9492         (wl-e21-insert-image): Removed.
9493         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9494         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9495         said.
9496         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9497         `wl-e21-force-switch-toolbar'.
9498         (wl-e21-make-icon-image): Removed.
9499         (wl-e21-setup-toolbar): Don't search for XBM files.
9500         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9501         the default value.
9502
9503 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9504
9505         * wl-util.el (wl-biff-check-folder-async): Set
9506         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9507
9508 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9509
9510         * wl-e21.el (after-make-frame-functions): Add
9511         `wl-e21-force-switch-toolbar'.
9512         (wl-e21-force-switch-toolbar): New function force to switch the
9513         toolbar appearance automatically.
9514         (post-command-hook): Add `wl-e21-switch-toolbar'.
9515         (wl-e21-switch-toolbar): New function to switch the toolbar
9516         appearance automatically.
9517         (wl-e21-tool-bar-lines): New buffer local variable.
9518
9519 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9520
9521         * wl-util.el (wl-biff-check-folders-running): New variable.
9522         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9523         (wl-biff-check-folder-async-callback):
9524         Set `wl-biff-check-folders-running'.
9525         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9526         with unwind-protect.
9527
9528         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9529         Enclose `wl-folder-auto-check' with unwind-protect.
9530
9531         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9532         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9533
9534         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9535
9536         * wl-util.el (wl-biff-notify): New inline function.
9537         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9538         locally.
9539         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9540         folder-list' is 1.
9541         Use `wl-biff-notify'.
9542         (wl-biff-check-folder-async-callback): New function.
9543         (wl-biff-check-folder-async): Ditto.
9544
9545         * wl-folder.el (wl-folder): Don't check folders.
9546         (wl-folder-auto-check): New function.
9547
9548 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9549
9550         * wl-util.el (wl-biff-start) [Emacs19+]:
9551         Use `timer-next-integral-multiple-of-time'.
9552         (wl-biff-check-folders): Use `wl-default-folder'
9553         if `wl-biff-check-folder-list' is nil.
9554
9555 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9556
9557         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9558         instead of `elmo-delete-lists'.
9559
9560 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9561
9562         * wl.el (wl-plugged-toggle-all): Set the value of
9563         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9564         (wl-plugged-toggle): Ditto.
9565         (wl-toggle-plugged): Ditto.
9566         (wl-plugged-init): Ditto.
9567
9568         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9569         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9570         instead of `wl-biff-state-indicator-off' and
9571         `wl-biff-state-indicator-on'; don't modify the value and the type
9572         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9573         (wl-plugged-init-icons): Set icons data to
9574         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9575         instead of `wl-plug-state-indicator-off' and
9576         `wl-plug-state-indicator-on'; don't modify the value and the type
9577         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9578
9579         * wl-vars.el (wl-modeline-biff-state-off,
9580         wl-modeline-biff-state-on, wl-modeline-biff-status,
9581         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9582         wl-modeline-plug-status): New internal variables.
9583         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9584         wl-biff-check-interval, wl-biff-check-folder-list): Change
9585         customization group from `wl-folder' to `wl-highlight'.
9586         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9587         wl-show-plug-status-on-modeline): Defcustomized.
9588
9589         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9590         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9591         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9592         a flag to `mode-line-buffer-identification'.
9593
9594         * wl-e21.el (wl-biff-init-icons): Set icons data to
9595         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9596         instead of `wl-biff-state-indicator-off' and
9597         `wl-biff-state-indicator-on'.
9598         (wl-plugged-init-icons): Set icons data to
9599         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9600         instead of `wl-plug-state-indicator-off' and
9601         `wl-plug-state-indicator-on'.
9602
9603 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9604
9605         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9606         excessive titles.
9607
9608 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9609
9610         * wl.el (wl-plugged-mode): Use revised
9611         `wl-mode-line-buffer-identification'.
9612         (wl-plugged-init): Don't use `force-mode-line-update'.
9613
9614         * wl-xmas.el (wl-draft-overload-functions): Use revised
9615         `wl-mode-line-buffer-identification'.
9616         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9617         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9618         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9619         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9620         `wl-make-plugged-hook';
9621         add `wl-folder-init-icons' and `wl-setup-folder' to
9622         `wl-folder-mode-hook'.
9623
9624         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9625         19 as well.
9626         (wl-mode-line-display-priority-list): New user option.
9627         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9628         Defcustomized.
9629         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9630         Add docs.
9631
9632         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9633         start.
9634         (wl-mode-line-buffer-identification): Revised as a function.
9635
9636         * wl-summary.el (wl-summary-mode): Use revised
9637         `wl-mode-line-buffer-identification'; don't call
9638         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9639         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9640         `wl-xmas-setup-summary'.
9641
9642         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9643         `wl-mode-line-buffer-identification'.
9644
9645         * wl-mule.el (wl-draft-overload-functions): Use revised
9646         `wl-mode-line-buffer-identification'.
9647
9648         * wl-folder.el (wl-make-plugged-alist): Don't call
9649         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9650         (wl-folder): Don't call `wl-folder-init-icons' directly.
9651         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9652         `wl-xmas-setup-folder' directly;
9653         use revised `wl-mode-line-buffer-identification'.
9654         (TopLevel): Don't bind `wl-biff-init-icons',
9655         `wl-plugged-init-icons', `wl-folder-init-icons',
9656         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9657
9658         * wl-e21.el (wl-draft-overload-functions): Use revised
9659         `wl-mode-line-buffer-identification'.
9660         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9661         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9662         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9663         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9664         `wl-make-plugged-hook';
9665         add `wl-folder-init-icons' and `wl-setup-folder' to
9666         `wl-folder-mode-hook'.
9667
9668 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9669             Katsumi Yamaoka    <yamaoka@jpl.org>
9670
9671         * wl.el (wl): Call `wl-biff-start'.
9672         (wl-exit): Call `wl-biff-stop'.
9673         (wl-plugged-mode): Show biff in modeline.
9674         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9675
9676         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9677         (wl-biff-init-icons): New function.
9678         (wl-plugged-init-icons): Don't make too much keymaps.
9679         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9680
9681         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9682         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9683         variables.
9684         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9685         options.
9686
9687         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9688         wl-biff-start, wl-biff-stop): New functions.
9689         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9690         (wl-biff-timer-name): New variable.
9691
9692         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9693
9694         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9695         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9696
9697         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9698         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9699
9700         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9701         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9702         `wl-folder-init-icons' to `ignore' if they are not available.
9703         (wl-folder-mode): Show biff in modeline.
9704
9705         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9706         (wl-biff-init-icons): New function.
9707         (wl-plugged-init-icons): Don't make too much keymaps.
9708         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9709
9710 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9711
9712         * wl-vars.el (wl-strict-diff-folders): Customization Type
9713         and doc fix.  Define as a list of regular expressions for
9714         folders or nil.
9715         * wl-folder.el (wl-folder-check-one-entity): Use
9716         `wl-string-match-member' instead of `wl-string-member' for
9717         `wl-strict-diff-folders'.
9718
9719 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9720
9721         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9722         (wl-highlight-folder-current-line): Use it; new implementation.
9723         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9724         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9725         `defsubst' instead of `defun'.
9726
9727         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9728         `wl-highlight-group-folder-by-numbers'; made it can also be a
9729         number.  See info for more details.
9730
9731         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9732         running.
9733
9734         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9735         to bind them.
9736
9737         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9738         (wl-highlight-folder-current-line): New implementation.
9739
9740         * wl-highlight.el (wl-highlight-folder-group-line): New
9741         implementation.
9742         (wl-delete-all-overlays): Rewrite as a marco.
9743         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9744
9745         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9746         running.
9747         (wl-folder-*-glyph): No need to bind them.
9748
9749         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9750         `wl-e21-highlight-folder-group-icon'; rewrite.
9751         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9752         `defsubst' instead of `defun'.
9753         (wl-folder-mode-map): Bind it when compiling.
9754
9755 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9756
9757         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9758
9759         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9760
9761 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9762
9763         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9764
9765 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9766
9767         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9768         (wl-highlight-folder-current-line): Use it.
9769
9770         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9771         in `id-name'.
9772
9773 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9774
9775         * wl.el: Require `wl-e21' when Emacs 21 is running.
9776
9777         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9778         default when Emacs 21 is running.
9779         (wl-use-highlight-mouse-line): Ditto.
9780         (wl-on-emacs21): New constant.
9781         (wl-on-emacs20): Removed.
9782
9783         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9784         Emacs 21 is running.
9785
9786         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9787         Emacs 21 is running.
9788
9789         * wl-e21.el: New file.
9790
9791 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9792
9793         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9794         (wl-toggle-plugged): Ditto.
9795         (wl-plugged-toggle): Ditto.
9796         (wl-plugged-toggle-all): Ditto.
9797
9798         * wl-vars.el (wl-plug-state-indicator): Refer
9799         `wl-plug-state-indicator-on' indirectly.
9800
9801 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9802
9803         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9804         Call `wl-folder-confirm-existence'.
9805
9806         * wl-folder.el (wl-folder-confirm-existence): Added optional
9807         argument `force'.
9808
9809 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9810
9811         * wl-summary.el (wl-summary-refile-subr): Assume
9812         `copy-or-refile' as symbol.
9813         (wl-summary-refile): Follow up above change.
9814         (wl-summary-copy): Ditto.  Doc fix.
9815
9816 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9817
9818         * wl-summary.el (wl-summary-pick): Don't bind
9819         `elmo-search-mime-charset'.
9820
9821         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9822         default using old backquote style.
9823         (wl-search-mime-charset): Abolished.
9824
9825         * wl-highlight.el (wl-highlight-headers):
9826         Call `point' after `re-search-forward'(for Nemacs).
9827
9828         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9829         for elmo-imap4.el.
9830
9831 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9832
9833         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9834         `wl-message-ignored-field-list' instead of
9835         `mime-view-ignored-field-list'.
9836
9837         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9838         Add interactive spec.
9839         (wl-folder-goto-bottom-of-current-folder): Ditto.
9840         (wl-folder-mode-map): Bind them.
9841
9842         * wl-vars.el (wl-message-ignored-field-list): New variable.
9843         (wl-message-visible-field-list): New variable.
9844
9845         * wl-mime.el (wl-mime-header-presentation-method): New function.
9846         (wl-mime-setup): Set header-presentation-method.
9847
9848 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9849
9850         * wl-nemacs.el (wl-draft-overload-functions): Set
9851         `mode-line-buffer-identification' instead of using
9852         `wl-make-modeline'.
9853
9854         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9855         instead of using `wl-make-modeline'.
9856
9857         * wl-xmas.el (wl-plugged-init-icons): Set up
9858         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9859         (wl-make-modeline): Abolish.
9860         (wl-draft-overload-functions): Set
9861         `mode-line-buffer-identification' instead of using
9862         `wl-make-modeline'.
9863
9864         * wl-util.el (wl-make-modeline-subr): Abolish.
9865         (wl-mode-line-buffer-identification): New alias.
9866
9867         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9868         (wl-summary-make-modeline): Abolish.
9869         (wl-summary-buffer-set-folder): Set
9870         `wl-summary-buffer-folder-indicator'.
9871         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9872         of using `wl-make-modeline'.
9873         (wl-summary-switch-to-clone-buffer): Don't set
9874         `mode-line-buffer-identification'.
9875         (wl-summary-goto-folder-subr): Ditto.
9876
9877         * wl-mule.el (wl-draft-overload-functions): Set
9878         `mode-line-buffer-identification' instead of using
9879         `wl-make-modeline'.
9880
9881         * wl-folder.el (wl-folder-mode): Set
9882         `mode-line-buffer-identification' instead of using
9883         `wl-make-modeline'.
9884         (wl-folder): Don't set `mode-line-buffer-identification'.
9885
9886 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9887
9888         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9889         instead of `member' for `wl-refile-guess-func-list' look-ups.
9890         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9891
9892 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9893
9894         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9895         `wl-message-button-dispatcher'.
9896
9897         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9898
9899         * wl-message.el (wl-message-button-dispatcher): Use it.
9900
9901         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9902         "In-Reply-To".
9903
9904         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9905         Bind `case-fold-search' to t.
9906
9907 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9908
9909         * wl-xmas.el (wl-message-overload-functions): Initialize
9910         `wl-message-button-map'.
9911
9912         * wl-mule.el (wl-message-overload-functions): Initialize
9913         `wl-message-button-map'.
9914
9915         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9916
9917         * wl-message.el (wl-message-button-map): New keymap.
9918         (wl-message-add-button): New function.
9919         (wl-message-button-dispatcher): New function.
9920         (wl-message-button-refer-article): New function.
9921
9922         * wl-highlight.el
9923         (wl-highlight-message-add-buttons-to-header): New function.
9924         (wl-highlight-headers): Use it.
9925
9926 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9927
9928         * wl-summary.el (wl-summary-default-from): Use
9929         `wl-address-get-petname-1'.
9930         (wl-summary-simple-from): Ditto.
9931
9932         * wl-address.el (wl-address-get-petname-1): New inline function.
9933         (wl-address-get-petname): Use it.
9934
9935 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9936
9937         * wl-summary.el (wl-summary-default-from): Return full-name part
9938         from the address if no petname was found.
9939         (wl-summary-simple-from): Ditto.
9940
9941         * wl-address.el (wl-address-get-petname): Return nil if no petname
9942         associated with the address was found.
9943
9944 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9945
9946         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9947         display is finished.
9948
9949 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9950
9951         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9952         `elmo-folder-exists-p' argument.
9953
9954 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9955
9956         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9957         the folder.
9958
9959 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9960
9961         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9962
9963         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9964         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9965
9966 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9967
9968         * wl-folder.el (wl-folder-create-subr): New function.
9969         (wl-folder-confirm-existence): Use it.
9970         (wl-folder-check-one-entity): Use it.
9971         Check the error symbol is derived from 'elmo-open-error.
9972
9973         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9974         `ignore-error'.
9975
9976 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9977
9978         * wl-util.el (toplevel): Add (eval-when-compile (require
9979         'elmo-util)).  (Maybe `provide' is typo.)
9980
9981 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9982
9983         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9984         (I don't know why this was needed.)
9985
9986         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9987         Follow up changes for stream-type.
9988
9989         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9990         (wl-draft-elmo-nntp-send): Ditto.
9991
9992         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9993         (wl-nntp-posting-stream-type): Ditto.
9994         (wl-pop-before-smtp-ssl): Abolished.
9995         (wl-nntp-posting-ssl): Ditto.
9996
9997         * wl-address.el (wl-address-quote-specials): New function.
9998         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9999
10000         * wl-draft.el (wl-draft-reply): Ditto.
10001
10002 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10003
10004         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10005         use function `wl-string-match-assoc'.
10006
10007 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10008
10009         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10010
10011         * wl-draft.el (wl-draft-deduce-address-list): New function.
10012         (wl-draft-parse-mailbox-list): Ditto.
10013         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10014         instead of `smtp-deduce-address-list'.
10015         (wl-draft-on-field-p): Follow group list.
10016
10017         * wl-address.el (wl-address-concat-token): New function.
10018         (wl-address-string-without-group-list-contents): Ditto.
10019         (wl-complete-field-body): Fixed problem of completion
10020         by japanese petname.
10021         (wl-address-make-completion-list): Rewrite.
10022
10023 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10024
10025         * wl-address.el (wl-address-make-completion-list): Completion by
10026         petname.
10027         (wl-complete-field-body): Likewise.
10028
10029 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10030
10031         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10032         contains invalid address syntax.
10033
10034 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10035
10036         * wl-folder.el (wl-folder-check-entity-async): Use
10037         `elmo-nntp-spec-hostname'.
10038
10039 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10040
10041         * wl-summary.el (wl-summary-msgdb-load-async): Use
10042         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10043
10044 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10045
10046         * wl-draft.el (wl-draft-reply): Set argument
10047         `content-transfer-encoding' as nil.
10048
10049 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10050
10051         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10052         `wl-refile-alist'.
10053
10054 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10055
10056         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10057         (wl-draft-edit-string): Ditto.
10058         (wl-draft-forward): Ditto.
10059         * wl-summary.el (wl-summary-write): Ditto.
10060
10061 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10062
10063         * wl-summary.el (wl-summary-sync-update3): Call
10064         `wl-summary-buffer-number-column-detect'.
10065         (wl-summary-buffer-number-column-detect): Search from point-min.
10066
10067 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10068
10069         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10070         contains an address which is not included in original to or cc.
10071
10072 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10073
10074         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10075         begin-line does not exist.
10076         * wl-message.el (wl-message-uu-substring): Ditto.
10077
10078 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10079
10080         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10081         clear local variables.
10082         (wl-summary-exit): Call `elmo-commit'.
10083         (wl-summary-switch-to-clone-buffer): Call
10084         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10085         (wl-summary-goto-folder-subr): Ditto.
10086
10087         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10088         POP folder.
10089
10090 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10091
10092         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10093         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10094         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10095         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10096         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10097         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10098
10099         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10100
10101 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10102
10103         * wl-summary.el (wl-summary-search-by-subject):
10104         Search parent message from the latest one.
10105
10106 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10107
10108         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10109         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10110
10111         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10112         New user option.
10113
10114         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10115         if elmo-nntp-use-killed-list is nil.
10116         Use `elmo-msgdb-append-to-killed-list'.
10117         (Append numbers confirmed as disappeared to the killed list.)
10118         (wl-summary-confirm-appends): Don't display negative number.
10119
10120 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10121
10122         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10123
10124 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10125
10126         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10127         range is `all'.
10128         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10129         `elmo-list-bigger-diff'.
10130
10131 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10132
10133         * wl-summary.el (wl-summary-buffer-exit-func):
10134         New buffer local variable.
10135         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10136
10137 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10138
10139         * wl-demo.el (wl-demo): Fix the last change.
10140
10141 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10142
10143         * wl-demo.el (wl-demo): Don't use `eval'.
10144
10145 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10146
10147         * wl-summary.el (wl-summary-buffer-thread-modified):
10148         New buffer-local variable.
10149         (wl-summary-set-thread-modified): New function.
10150         (wl-summary-thread-modified-p): New function.
10151         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10152         (wl-summary-yank-saved-message): Use function
10153         `wl-summary-set-thread-modified'
10154         (wl-summary-switch-to-clone-buffer): Add
10155         `wl-summary-buffer-thread-modified'.
10156
10157         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10158         (wl-summary-buffer-mark-saved-hook): Ditto.
10159         * wl-summary.el (wl-summary-msgdb-save): New hook
10160         `wl-summary-buffer-message-saved-hook' and
10161         `wl-summary-buffer-mark-saved-hook'.
10162
10163 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10164
10165         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10166
10167 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10168
10169         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10170         don't hide scroll bars under FSF Emacsen because it may incur an
10171         undesirable redrawing.
10172
10173 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10174
10175         * wl-draft.el (wl-draft-edit-string): Call
10176         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10177
10178 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10179
10180         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10181
10182 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10183
10184         * wl-summary.el (wl-summary-msgdb-load-async): Call
10185         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10186
10187 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10188
10189         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10190         fringes in demo buffer; center bitmap logo correctly even if old
10191         Mule is used.
10192
10193 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10194
10195         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10196
10197         * wl-refile.el (wl-refile-subject-alist): New variable.
10198         (wl-refile-subject-alist-file-name): Ditto.
10199         (wl-refile-alist-setup): Rewrite.
10200         (wl-refile-alist-save): Use `elmo-object-save'.
10201         Eliminated arguments.
10202         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10203         (wl-refile-guess-by-subject): New function.
10204         (wl-refile-guess-func-list): Added it.
10205
10206 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10207
10208         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10209         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10210
10211 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10212
10213         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10214         New buffer-local variable.
10215         (wl-summary-buffer-next-folder-func): Ditto.
10216         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10217         if non-nil.
10218         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10219         if non-nil.
10220         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10221         if non-nil.
10222         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10223         if non-nil.
10224
10225 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10226
10227         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10228         permanently in the demo buffer.
10229
10230 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10231
10232         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10233         `mime-entity-fetch-field'.
10234
10235         * wl.el (wl-exit): Delete plugged buffer.
10236
10237         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10238         XEmacs has menubar feature.
10239
10240 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10241
10242         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10243         cannot arrive at the beginning of the buffer under old Emacsen.
10244
10245 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10246
10247         * wl-address.el (wl-address-ldap-search):
10248         Call `ldap-search-entries' with `withdn' argument t.
10249         (wl-complete-field-body): Bind completion-ignore-case as t.
10250         Clear ldap search hash when it was sole completion.
10251         Use elmo-string for pattern string.
10252         (wl-ldap-alias-safe-string): Eliminated needless let.
10253
10254 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10255
10256         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10257         (wl-ldap-alias-sep): New constant.
10258         (wl-ldap-search-attribute-type-list): Ditto.
10259         (wl-ldap-get-value): New function.
10260         (wl-ldap-make-filter): Ditto.
10261         (wl-ldap-make-matched-value-list): Ditto.
10262         (wl-ldap-alias-safe-string): Ditto.
10263         (wl-ldap-register-dn-string): Ditto.
10264         (wl-address-ldap-search): Rewrite.
10265
10266 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10267
10268         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10269         thread is deleted.
10270         (wl-thread-delete-line-from-buffer): Ditto.
10271         (wl-thread-get-exist-children): New function.
10272
10273 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10274
10275         * wl-demo.el (wl-demo): Made it to select various image types.
10276         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10277         from `wl-title-logo'.
10278         (wl-logo-ascii): New variable.
10279         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10280         (wl-demo-copyright-notice): New constant.
10281
10282         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10283
10284 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10285
10286         * wl-vars.el (wl-summary-target-above): Renamed from
10287         wl-summary-temp-above.
10288         * wl-score.el (wl-score-get-score-alist): Use it.
10289         (wl-summary-score-update-all-lines): Use it.
10290         * wl-summary.el: Ditto. (make-variable-buffer-local).
10291
10292 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10293
10294         * wl-vars.el (wl-ldap-port): New user option.
10295
10296         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10297         Rewite whole implementation.
10298         (wl-complete-field-body): Fixed.
10299
10300 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10301
10302         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10303         Choose implementation at compile time.
10304
10305 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10306
10307         * wl-address.el (wl-ldap-search-internal): New function.
10308         (wl-complete-field-to): Use it.
10309
10310 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10311
10312         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10313         Use `let' instead of `let*'.
10314         Require 'wl-vars.
10315
10316         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10317         Define as defcustom.
10318         (wl-ldap-base): Ditto.
10319         (wl-use-ldap): Ditto.
10320
10321 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10322
10323         * wl-address.el (wl-ldap-search): New function.
10324         (wl-complete-field-body): Use `wl-ldap-search'.
10325         (wl-ldap-server): New variable.
10326         (wl-ldap-base): Ditto.
10327         (wl-use-ldap): Ditto.
10328
10329 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10330
10331         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10332         (Pointed out by Mito <mit@nines.nec.co.jp>).
10333         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10334         buffer-local variables like `wl-summary-redisplay-internal'.
10335         (wl-summary-redisplay-all-header): Likewise.  Update
10336         Summary view too.
10337
10338 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10339
10340         * wl-summary.el (wl-summary-jump-to-parent-message):
10341         Consider prefix argument.
10342
10343         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10344         when closed thread is deleted.
10345
10346 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10347
10348         * wl-summary.el (wl-summary-jump-to-parent-message):
10349         Consider thread modification.
10350
10351 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10352
10353         * wl-message.el (wl-message-normal-get-original-buffer): Use
10354         `save-excursion'.
10355
10356         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10357         (wl-summary-showto-folder-regexp): Ditto.
10358
10359 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10360
10361         * wl-util.el (wl-delete-alist): Doc fix.
10362         (wl-delete-associations): New function.
10363         (wl-inverse-alist): New function.
10364         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10365         Split temporary variables. Use `wl-delete-associations'
10366         and `wl-inverse-alist'.
10367         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10368
10369 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10370
10371         * wl-folder.el (wl-folder-prefetch-entity):
10372         Execute prefetching if new count is unknown.
10373
10374 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10375
10376         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10377
10378         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10379         delete entity.
10380         (wl-thread-set-parent): If insert as top, set linked as nil.
10381
10382         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10383         `wl-thread-cleanup-symbols' when view mode is thread.
10384
10385 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10386
10387         * wl-folder.el (wl-folder-create-folder-entity): Use
10388         with-current-buffer.
10389         (wl-local-folder-init): Call set-buffer to make sure we are in
10390         the Folder buffer. Don't touch buffer-local variables here.
10391         (wl-folder-mode): Initialize buffer-local variables here.
10392
10393         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10394         (wl-folder-entity-assign-id): Ditto.
10395         (wl-folder-create-entity-hashtb): Ditto.
10396         (wl-local-folder-init): Ditto.
10397         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10398
10399 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10400
10401         * wl-summary.el (wl-summary-default-from): Fix probrem when
10402         std11-extract-address-components return (nil "foo@bar").
10403
10404 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10405
10406         * wl-draft.el (wl-draft-clone-local-variables):
10407         Remove redundant `setq'.
10408
10409 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10410
10411         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10412         Bind wl-highlight-x-face-func as nil while highlighting header.
10413
10414 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10415
10416         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10417
10418 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10419
10420         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10421         elmo-msgdb-overview-hashtb from copy-variables.
10422         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10423         instead of `elmo-msgdb-overview-get-entity-by-number'.
10424         (wl-summary-auto-refile): Ditto.
10425
10426         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10427         `elmo-msgdb-overview-get-entity' instead of
10428         `elmo-msgdb-search-overview-entity'.  Use
10429         `elmo-msgdb-overview-get-entity' instead of
10430         `elmo-msgdb-overview-get-entity-by-number'.
10431         (wl-thread-insert-entity-sub): Ditto.
10432         (wl-thread-insert-message): Ditto.
10433
10434         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10435         `elmo-msgdb-overview-get-entity'.
10436         (wl-normal-message-redisplay): Ditto.
10437
10438 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10439
10440         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10441         `wl-thread-entities'.
10442         (wl-thread-delete-message): Fix remove top message from
10443         `wl-thread-entity-list'.
10444
10445         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10446         wl-append(nconc), because update-list is broken on Meadow.
10447
10448         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10449         updating process.
10450         (wl-summary-rescan): Ditto.
10451         (wl-summary-sync-update3): Ditto.
10452         * wl-thread.el (wl-thread-set-parent): Renamed from
10453         `wl-summary-set-parent'.
10454         (wl-thread-insert-message): Updating buffer faster.
10455         (wl-thread-delete-message): Updating buffer faster.
10456
10457         * wl-score.el (wl-summary-score-update-all-lines): Changed
10458         interval for display progress gauge.
10459
10460 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10461
10462         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10463         folder always-sticky.
10464         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10465         defmacro.
10466
10467 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10468
10469         * wl-vars.el (wl-draft-add-references): New user option.
10470
10471         * wl-draft.el (wl-draft-add-references): New function.
10472         (wl-draft-yank-from-mail-reply-buffer): Use it.
10473         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10474         as nil.
10475
10476 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10477
10478         * wl-thread.el (wl-thread-update-line-msgs): Called
10479         `wl-thread-update-line-on-buffer-sub'.
10480         (wl-thread-update-line-on-buffer): Delete routine of inserting
10481         thread.
10482         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10483         moved from `wl-thread-update-line-on-buffer'.
10484         Add threshold for displaying progress gauge.
10485         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10486         argument of `wl-thread-update-line-msgs'.
10487         Add threshold for displaying progress gauge.
10488         * wl-folder.el:
10489         Add threshold for displaying progress gauge.
10490         * wl-score.el: Ditto.
10491
10492         * wl-expire.el (wl-summary-expire): Display deleting info.
10493
10494 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10495
10496         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10497         `no-msg'.
10498         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10499         argument of `wl-thread-update-line-msgs'.
10500         (wl-summary-set-parent): Added optional argument `parent-number'.
10501         (wl-summary-buffer-saved-message): New buffer local variable.
10502         (wl-summary-save-current-message): New command.
10503         (wl-summary-yank-saved-message): Ditto.
10504         (wl-summary-mode-map): Added key binding for
10505         `wl-summary-save-current-message' (\ew) and
10506         `wl-summary-yank-saved-message' (\C-y).
10507         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10508
10509 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10510
10511         * wl-summary.el (wl-summary-mode-map): Added key binding for
10512         `wl-summary-set-parent' (ts).
10513
10514 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10515
10516         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10517         subject faster. If thread number is reverse, delayed updating
10518         thread.
10519         (wl-summary-search-by-subject): Ditto.
10520         (wl-summary-put-alike): Ditto.
10521         (wl-summary-get-alike): Ditto.
10522         (wl-summary-insert-headers): Insert header of all overview in
10523         buffer.
10524         (wl-summary-rescan): Delayed updating thread. Kill search subject
10525         buffer for wl-summary-search-by-subject.
10526         (wl-summary-sync-update3): Ditto.
10527         (wl-summary-exit): Ditto.
10528         (wl-summary-goto-bottom-of-current-thread): Change for linked
10529         thread.
10530         (wl-summary-overview-create-summary-line): Change line for linked
10531         thread.
10532
10533         * wl-summary.el (wl-summary-update-thread): Use
10534         wl-thread-maybe-get-children-num.
10535         (wl-summary-set-parent): If change parent, move sub thread.
10536         (wl-summary-redisplay-internal): Add horizontal recenter.
10537         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10538
10539         * wl-thread.el (wl-thread-entity-get-linked): New function.
10540         (wl-thread-entity-set-linked): New function.
10541         (wl-thread-create-entity): Add linked element.
10542         (wl-thread-entity-insert-as-top): Use wl-append.
10543         (wl-thread-maybe-get-children-num): If closing thread, return
10544         children msgs.
10545         (wl-thread-update-line-msgs): Displaying progress message.
10546         (wl-thread-update-line-on-buffer-sub): Use
10547         wl-thread-maybe-get-children-num.
10548         (wl-thread-update-line-on-buffer): If update line is not exists,
10549         insert thread.
10550         (wl-thread-delete-message): If delete top msg of thread, search
10551         parent by subject.
10552         (wl-thread-insert-entity): Use
10553         wl-thread-maybe-get-children-num.
10554
10555         * wl-highlight.el (wl-highlight-summary-current-line): change
10556         sregexp for linked thread.
10557         * wl-util.el (wl-count-lines): Count lines.
10558         (wl-horizontal-recenter): horizontal recenter.
10559         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10560         (wl-score-get-alike): Ditto.
10561         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10562         (wl-subject-length-limit): New variable.
10563         (wl-highlight-thread-indent-string-regexp): Changed for linked
10564         thread.
10565
10566 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10567
10568         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10569         New variable (revival).
10570         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10571         by subject matching if there's no in-reply-to nor references field
10572         (revival).
10573
10574 \f
10575 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10576
10577         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10578         message.
10579
10580 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10581
10582         * wl-summary.el (wl-summary-reply): Return t if there was a
10583         message at cursor point.
10584         Added unwind-protect.
10585         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10586         returns t.
10587         (wl-summary-cancel-message): Do nothing when there's no message at
10588         cursor point.
10589         (wl-summary-forward): Ditto.
10590         (wl-summary-jump-to-parent-message): Ditto.
10591         (wl-summary-reedit): Ditto.
10592         (wl-summary-edit-addresses): Ditto.
10593         (wl-summary-pipe-message): Ditto.
10594         (wl-summary-print-message-with-ps-print): Ditto.
10595         (wl-summary-print-message): Ditto.
10596         (wl-summary-mark-as-important): Ditto.
10597         (wl-summary-mark-as-unread): Ditto.
10598
10599         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10600         message at cursor point.
10601         (wl-summary-reply-with-citation): Remove unwind-protect.
10602
10603         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10604         subject searching feature.
10605         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10606         Eliminated.
10607
10608 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10609
10610         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10611         New variable.
10612         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10613         by subject matching if there's no in-reply-to nor references field.
10614
10615         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10616
10617         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10618         when display is finished.
10619         (wl-folder-open-all): Ditto.
10620         (wl-folder-update-access-group): Ditto.
10621         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10622         * wl-thread.el (wl-thread-close-all): Ditto.
10623
10624         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10625         progress gauge only when it was displayed.
10626         * wl-folder.el (wl-folder-insert-entity): Ditto.
10627
10628 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10629
10630         * wl-summary.el (wl-summary-incorporate): Enclose
10631         `wl-summary-sync-force-update' with save-excursion.
10632
10633 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10634
10635         * wl-summary.el (wl-summary-prefetch-region):
10636         Pass current cursor point to `pos-visible-in-window-p' after
10637         moving cursor to the started point.
10638
10639 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10640
10641         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10642
10643         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10644         fields from the forwarding message.
10645         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10646         `ignored-fields'.
10647
10648 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10649
10650         * wl-mime.el (wl-message-request-partial):
10651         Eliminated argument `msgdb'.
10652         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10653         (wl-mime-combine-message/partial-pieces): Likewise.
10654         * tm-wl.el (wl-message-request-partial): Likewise.
10655         (wl-mime-combine-message/partial-pieces): Likewise.
10656
10657 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10658
10659         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10660         when display is finished.
10661
10662 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10663
10664         * wl-summary.el (wl-summary-goto-folder-subr):
10665         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10666
10667 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10668
10669         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10670         when cursor point is visible.
10671
10672 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10673
10674         * wl-expire.el (wl-expire-archive-get-max-number):
10675         Don't use `file-name-directory'.
10676
10677 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10678
10679         * wl-expire.el (wl-expire-archive-get-max-number):
10680         Use `file-name-directory'.
10681
10682 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10683
10684         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10685         only when there is progress.
10686
10687 2000-04-13  Mito <mit@nines.nec.co.jp>
10688
10689         * wl-summary.el (wl-summary-sync-marks): Display progress.
10690
10691 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10692
10693         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10694         (wl-summary-prev): Move cursor regardless of unread status.
10695         (wl-summary-next): Ditto.
10696
10697 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10698
10699         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10700         Added argument `target' and `number'.
10701         * tm-wl.el (wl-summary-burst-subr): New function.
10702         (wl-summary-burst): Use it.
10703
10704 2000-04-10  Mito <mit@nines.nec.co.jp>
10705
10706         * wl-mime.el (wl-burst): New function.
10707         (wl-summary-burst): Use it.
10708
10709 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10710
10711         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10712         as petname when there's no candidate.
10713
10714 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10715
10716         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10717         New variable.
10718         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10719
10720         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10721
10722         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10723
10724 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10725
10726         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10727         Use substring of `original' instead of buffer-substring.
10728         (wl-refile-evaluate-rule):
10729         Set `original' argument of wl-refile-expand-newtext.
10730
10731         * wl-summary.el
10732         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10733         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10734         (wl-summary-auto-refile): Check existence of destination folder just
10735         before marking.
10736
10737 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10738
10739         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10740         when wl-refile-get-field-value return nil.
10741
10742 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10743
10744         * wl-refile.el
10745         (wl-refile-expand-newtext): New function imported from Gnus.
10746         (wl-refile-evaluate-rule): Use it.
10747
10748 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10749
10750         * wl-summary.el (wl-summary-print-destination):
10751         Duplicate folder string to avoid putting text-property on
10752         original string.
10753
10754         * wl-refile.el (wl-refile-get-field-value): New function.
10755         (wl-refile-evaluate-rule): New function;
10756         Evaluate refile rule recursively.
10757         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10758         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10759         New function; Check existence of a target folder recursively.
10760         (wl-summary-auto-refile-check-refile-rule-alist):
10761         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10762
10763 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10764
10765         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10766
10767         * wl-folder.el (wl-create-folder-entity-from-buffer):
10768         Fixed problem when '}' character is contained in folder name.
10769
10770         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10771
10772 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10773
10774         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10775         (wl-fldmgr-add-completion-all-completions):
10776         Use wl-fldmgr-add-completion-hashtb.
10777
10778 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10779
10780         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10781         wl-fldmgr-add-completion-subr): New functions.
10782         * wl-folder.el (wl-folder-completion-func): New variable.
10783         * wl-summary.el (wl-summary-read-folder):
10784         Use wl-folder-completion-func.
10785
10786         * wl-refile.el: Eliminate throw & catch.
10787
10788         * wl.el (wl-plugged-sending-queue-status): Fixed.
10789
10790 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10791
10792         * wl-draft.el (wl-draft): Put category property on
10793         mail-header-separator.