* wl-folder.el (wl-folder-sync-entity): Rewrite without
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-folder.el (wl-folder-sync-entity): Rewrite without
4         `wl-summary-goto-folder-subr'.
5         (wl-folder-mark-as-read-all-entity): Likewise.
6
7         * wl-summary.el (wl-summary-sync): Accept symbol for `range.
8
9 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
10
11         * wl-thread.el (wl-thread-force-open): Arranged.
12
13 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
14
15         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
16         from regexp.
17
18         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
19         (wl-read-search-condition-internal): Append them.
20
21 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
22
23         * wl-vars.el (wl-additional-search-condition-fields):
24         New user option.
25
26         * wl-util.el (wl-search-condition-fields): New function; export
27         from `wl-read-search-condition-internal'.
28         (wl-read-search-condition-internal): Use it.
29
30         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
31
32 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
33
34         * wl-summary.el (wl-summary-define-sort-command): New function.
35         (wl-summary-sort-by-date, wl-summary-sort-by-number)
36         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
37         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
38         define by `wl-summary-define-sort-command' at runtime.
39
40         * wl.el (wl-init): Call wl-summary-define-sort-command.
41
42 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
43
44         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
45         properties at the decrypting region.
46
47 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
48
49         * wl-util.el (wl-find-region): New function.
50
51         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
52         coding system.
53         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
54         property `wl-mime-decoded-coding-system'.
55         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
56         property `wl-mime-decoded-coding-system' to encode text.
57
58         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
59         message.
60         (wl-mime-pgp-verify-region): Ditto.
61
62 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
63
64         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
65         buffer. Use epa-display-verify-result.
66
67 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
68
69         * wl-draft.el (wl-draft-send): Continue even if setting parent
70         flag was failed.
71
72 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
73
74         * wl-message.el (wl-message-flag-indicator): Fixed the problem
75         of returning string only of parentheses.
76
77 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
78
79         * wl-summary.el (wl-summary-write): Add argument `folder'.
80         (wl-summary-write-current-folder): Change argument `folder' from
81         optional to require.
82         (wl-summary-get-buffer): Return the buffer associated folder only.
83
84         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
85         change.
86         (wl-folder-toggle-disp-summary): Ditto.
87
88         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
89         current summary as parent-folder.
90
91 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
92
93         * wl-draft.el (wl-draft-reedit): Don't overwrite
94         wl-draft-parent-folder.
95
96 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
97
98         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
99         (wl-mime-pgp-verify-region): Ditto.
100         (wl-message-decrypt-pgp-nonmime): Use the above function.
101         (wl-message-verify-pgp-nonmime): Likewise.
102         (wl-mime-preview-application/pgp): Likewise.
103
104 2006-04-20  Kenichi Okada  <okada@opaopa.org>
105
106         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
107         Fix about the order of `wl-nntp-posting-port' and
108         `wl-nntp-posting-stream-type'.
109         * wl.el (wl-plugged-port-label-alist): Add smtp.
110
111 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
112
113         * wl-summary.el (wl-summary-message-status): New macro.
114
115         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
116         (wl-summary-killed-mark): New user option.
117
118         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
119         API change.
120         (wl-thread-insert-entity-sub): Ditto.
121         (wl-thread-recover-messages): New command.
122
123         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
124         Don't call `wl-highlight-summary-current-line' directly.
125         (wl-summary-buffer-attach): Connect to signal `status-changed'
126         instead of `cache-changed'.
127         (wl-summary-buffer-detach): Follow the above change.
128         (wl-summary-detect-mark-position): Follow the API change.
129         (wl-summary-rescan-message): Ditto.
130         (wl-summary-insert-sequential): Ditto.
131         (wl-summary-update-thread): Ditto.
132         (wl-summary-message-mark): Ditto.
133         (wl-summary-persistent-mark): Ditto.
134         (wl-summary-create-line): Ditto.
135         (wl-summary-prefetch-region-no-mark): Call
136         `wl-summary-persistent-mark' with number.
137         (wl-summary-recover-messages-region): New command.
138         (wl-summary-target-mark-recover): Ditto.
139         (wl-summary-recover-message): Ditto.
140         (wl-summary-persistent-mark-string): Add argument `status' instead
141         of remove arguments `flags' and `cached'.  Treat killed status.
142         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
143
144         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
145         (wl-highlight-summary-line-face-spec): Treat killed status.
146         (wl-highlight-summary-line-string): Follow the API change.
147         (wl-highlight-summary-current-line): Ditto.
148
149         * Version number is increased to 2.15.3.
150
151 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
152
153         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
154         of symbolp to test whether the condition is function.
155
156 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
157
158         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
159         to nil.
160
161 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
162
163         * wl-summary.el (wl-summary-buffer-message-ring): New internal
164         variable.
165         (wl-summary-buffer-last-displayed-msg): Abolish.
166         (wl-summary-push-message): New function.
167         (wl-summary-pop-message): Ditto.
168         (wl-summary-goto-folder-subr): Reset
169         `wl-summary-buffer-message-ring'.
170         (wl-summary-pop-to-last-message): New command.
171         (wl-summary-goto-last-displayed-msg): Call
172         wl-summary-pop-to-last-message if optional argument is non-nil or
173         the last command is itself.
174         (wl-summary-redisplay-internal): Push last message number into
175         `wl-summary-buffer-message-ring'.
176
177         * wl-vars.el (wl-summary-message-ring-max): New user option.
178
179 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
180
181         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
182         from `wl-draft-reply').
183         (wl-draft-reply): Use it.
184         (wl-draft-find-reply-headers): Avoid compile warning.
185
186 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
187
188         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
189
190 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
191
192         * wl-message.el (wl-message-flag-indicator): New function.
193         (wl-message-redisplay): Use it.
194
195 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
196
197         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
198
199 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
200
201         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
202         instead of `read-event'.
203
204         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
205
206         * wl-mule.el (wl-read-event-char): Ditto.
207
208         * wl-e21.el (wl-read-event-char): Ditto.
209
210 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
211
212         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
213
214 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
215
216         * wl-vars.el (wl-draft-send-confirm-type): New user option.
217
218         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
219
220         * wl-draft.el (wl-draft-send-confirm): Confirmation by
221         `wl-draft-send-confirm-type'
222
223 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
224
225         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
226         Avoid error when the buffer name is already used.
227
228 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
229
230         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
231         the change of elmo-nmz -> elmo-search.
232         (wl-highlight-summary-line-help-echo-alist): Ditto.
233         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
234         (wl-nmz-folder-icon): Define as obsolete.
235         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
236         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
237
238 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
239
240         * wl-summary.el (wl-summary-get-list-info): Rewrite with
241         `elmo-find-list-match-value'
242
243 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
244
245         * wl-summary.el (wl-summary-get-list-info): Optimize.
246         Use List-Id and List-Post also.
247
248 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
249
250         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
251
252 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
253
254         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
255
256 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
257
258         * wl-util.el (wl-completing-read-multiple-1): New internal function.
259         (wl-completing-read-multiple-2): Ditto.
260         (wl-completing-read-multiple): Define use above functions.
261
262         * wl-summary.el (wl-summary-sort): Removed the workaround for a
263         bug of `completing-read-multiple' about default value.
264
265         * wl-xmas.el (wl-completing-read-multiple): Removed.
266
267         * wl-mule.el (wl-completing-read-multiple): Ditto.
268
269         * wl-e21.el (wl-completing-read-multiple): Ditto.
270
271 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
272
273         * wl-util.el (wl-filter-associations): New function.
274
275         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
276         (wl-spam-ignored-folder-list): Ditto.
277         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
278         (wl-spam-string-member-p): New function.
279         (wl-spam-domain): Use it.
280         (wl-spam-split-numbers): New function.
281         (wl-spam-apply-partitions): Ditto.
282         (wl-spam-register-spam-messages): Use `folder' instead of
283         `wl-summary-buffer-elmo-folder'.
284         (wl-spam-register-good-messages): Ditto.
285         (wl-summary-exec-action-spam): Decide a domain by real folder of
286         message.
287         (wl-summary-exec-action-refile-with-register): Likewise.
288
289 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
290
291         * wl-e21.el (wl-e21-find-image): New function.
292         (wl-e21-setup-toolbar): Use it instead of `find-image'.
293         (wl-e21-highlight-folder-group-line): Ditto.
294         (wl-folder-init-icons): Ditto.
295         (wl-plugged-init-icons): Ditto.
296         (wl-biff-init-icons): Ditto.
297
298 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
299
300         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
301         (wl-inhibit-save-drafts): New internal variable.
302         (wl-disable-auto-save): Ditto.
303         (wl-save-drafts): Treat above variables.
304         (wl-auto-save-drafts): New function.
305         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
306         `wl-stop-save-drafts'.
307         (wl-start-save-drafts): New function.
308         (wl-stop-save-drafts): Ditto.
309         (wl-set-auto-save-draft): New command.
310
311         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
312         `wl-set-save-drafts'.
313
314 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
315
316         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
317         `make-local-variable' instead of `make-variable-buffer-local'.
318
319 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
320
321         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
322
323 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
324
325         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
326
327 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
328
329         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
330         of working buffer.
331
332 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
333
334         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
335
336         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
337         value into recipients; Bind `wl-draft-remove-group-list-contents'
338         as nil.
339
340 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
341
342         * wl-summary.el (wl-summary-sort): Fixed the last change.
343
344         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
345         (wl-summary-sort-messages): Ditto.
346         (wl-summary-rescan): Use it.
347         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
348         `completing-read'; Append candidates for reverse order.
349
350 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
351
352         * Version number is increased to 2.15.2.
353
354 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
355
356         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
357         "Smaller".
358         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
359
360 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
361
362         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
363
364 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
365
366         * wl-vars.el (wl-draft-additional-header-alist): Add into the
367         customize group `wl-draft'.
368         (wl-draft-add-in-reply-to): Move customize group from `wl' to
369         `wl-draft'.
370         (wl-draft-add-references): Ditto.
371
372         * wl-action.el (wl-summary-print-argument): Rename argument from
373         `folder' to `data'.
374
375 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
376
377         * wl-summary.el (wl-summary-rescan-message): Call
378         `wl-thread-cleanup-symbols' before insert thread.
379
380 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
381
382         * wl.el (wl-init): Set `elmo-get-folder-function' as
383         `wl-folder-make-elmo-folder'.
384
385         * wl-spam.el (wl-summary-exec-action-spam): Use
386         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
387
388         * wl-folder.el (wl-folder-make-elmo-folder): New function.
389         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
390         `elmo-make-folder'.
391         (wl-folder-get-elmo-folder): Ditto.
392         (wl-folder-create-subr): Simplify.
393
394 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
395
396         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
397
398 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
399
400         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
401         contents in message buffer instead of original buffer. If optional
402         argument specified, ask coding system for encode.
403
404 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
405
406         * wl-spam.el (wl-summary-test-spam-region): New function.
407         (wl-spam-setup): Bind "rkc".
408
409 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
410
411         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
412
413 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
414
415         * wl-spam.el (wl-summary-test-spam): Fix typo.
416         (wl-message-check-spam): Ditto.
417
418 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
419
420         * wl-summary.el (wl-summary-default-from): Simplify.
421
422 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
423
424         * wl-action.el (wl-summary-exec-action-refile): Simplify.
425         (wl-summary-exec-action-copy): Ditto.
426         (wl-summary-auto-refile): Check existence of temporary mark.
427
428 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
429
430         * wl-summary.el (wl-summary-create-line): Use
431         `elmo-time-to-datevec'.
432
433         * wl-expire.el (wl-expire-archive-date): Ditto.
434         (wl-expire-localdir-date): Ditto.
435
436         * wl-util.el (wl-day-number): Abolish.
437
438         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
439         of `wl-day-number'.
440         (wl-score-followup): Ditto.
441         (wl-score-add-followups): Ditto.
442         (wl-score-get-latest-msgs): Ditto.
443         (wl-score-get-header-entry): Ditto.
444         (wl-score-edit-insert-date): Ditto.
445
446 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
447
448         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
449         `elmo-message-entity-field' with 2nd argument `type'.
450
451 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
452
453         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
454
455 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
456
457         * wl-thread.el (wl-thread-delete-message): Delete descendant
458         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
459
460 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
461
462         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
463
464 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
465
466         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
467         `Access folder'.
468
469 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
470
471         * wl-vars.el (wl-access-folder-icon): New user option.
472
473         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
474         `Access folder'.
475
476 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
477
478         * wl-summary.el (wl-summary-buffer-set-folder): Use
479         `wl-folder-mime-charset'.
480
481         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
482         `mime-charset'.
483         (wl-folder-get-elmo-folder): Ditto.
484         (wl-folder-mime-charset): New function.
485
486 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
487
488         * wl-util.el (wl-parse-addresses): Define alias of
489         `elmo-parse-addresses' (move to `elmo-util.el').
490
491         * wl-summary.el (wl-summary-default-from): Follow the API change.
492         (wl-summary-overview-entity-compare-by-date): Ditto.
493         (wl-summary-overview-entity-compare-by-from): Ditto.
494         (wl-summary-get-list-info): Get value of `ml-info' field from
495         entity at first.
496         (wl-summary-rescan-message): Treat prefix argument.
497         (wl-summary-prefetch-msg): Follow the API change.
498         (wl-summary-search-by-subject): Ditto.
499         (wl-summary-insert-thread): Ditto.
500         (wl-summary-line-subject): Ditto.
501         (wl-summary-line-from): Ditto.
502         (wl-summary-create-line): Ditto.
503         (wl-summary-print-message-with-ps-print): Ditto.
504
505         * wl-score.el (wl-score-ov-entity-get): Ditto.
506         (wl-score-followup): Ditto.
507         (wl-score-add-followups): Use `elmo-message-entity-field' instead
508         of `car'.
509         (wl-score-get-latest-msgs): Follow the API change.
510         (wl-score-get-header): Ditto.
511
512         * wl-refile.el (wl-refile-learn): Ditto.
513         (wl-refile-subject-learn): Ditto.
514         (wl-refile-get-field-value): Ditto.
515         (wl-refile-guess-by-history): Ditto.
516         (wl-refile-guess-by-subject): Ditto.
517
518         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
519
520         * wl-expire.el (wl-expire-date-p): Removed.
521         (wl-expire-archive-date): Follow the API change.
522         (wl-expire-localdir-date): Ditto.
523         (wl-summary-expire): Ditto.
524
525         * Version number is increased to 2.15.1.
526
527 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
528
529         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
530         group is access or not (it is not strict, like wl-fldmgr-rename).
531
532 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
533
534         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
535         duplicate call of `wl-summary-print-argument' on the wrong line.
536
537 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
538
539         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
540         even if argument `number' is nil.
541         (wl-summary-insert-line): Print action argument if current message
542         has it.
543
544 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
545
546         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
547         (wl-draft-reply): Ditto.
548         (wl-draft): Add optional argument `parent-number' and call
549         `wl-draft-create-buffer' with it.
550         (wl-draft-create-buffer): Add optional argument
551         `parent-number'. Set wl-draft-parent-number as it.
552
553 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
554
555         * wl-folder.el (wl-folder-set-persistent-mark): If summary
556         buffer is not for given folder, don't use it.
557
558 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
559
560         * Version number is increased to 2.15.0.
561
562 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
563
564         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
565
566         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
567         (wl-highlight-get-face-by-name): New internal function.
568         (wl-highlight-summary-line-face-spec): Use it and fixed.
569
570 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
571
572         * wl-summary.el (wl-summary-sync-update): Use
573         `elmo-message-entity-field' instead of `car' to get message-id
574         from overview entity.
575
576         * wl-summary.el (wl-summary-rescan-message): Call
577         `wl-highlight-summary-displaying' when displaying a message.
578
579 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
580
581         * wl-draft.el (wl-draft-config-info-filename): Extracted from
582         `wl-draft-config-info-operation'.
583         (wl-draft-buffer-change-number): New function.
584         (wl-draft-rename-saved-config): Ditto.
585         * wl.el (wl-init): Connect slot for message-number-changed.
586         (toplevel): Add autoload for wl-draft-rename-saved-config.
587
588 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
589
590         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
591         `update-overview'
592         (wl-summary-buffer-detach): Disconnect from it.
593         (wl-summary-rescan-message): Use command.
594
595         * wl-message.el (wl-message-buffer-display): Use
596         `with-current-buffer' instead of `save-excursion'.
597
598 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
599
600         * wl-mime.el (wl-draft-preview-attributes-list): Protect
601         wl-draft-preview-attributes-list from distraction.
602
603 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
604
605         * wl-summary.el (wl-summary-sync-update): Sort the return value of
606         `elmo-list-diff'.
607
608 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
609
610         * wl-summary.el
611         (wl-summary-edit-addresses-collect-candidate-fields): Use
612         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
613
614         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
615         instead of `elmo-set-work-buf'.
616
617         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
618         (wl-address-make-address-list): Ditto.
619
620         * Version number is increased to 2.13.3.
621
622 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
623
624         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
625         user option.
626
627         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
628         argument `5'.
629
630         * wl-message.el (wl-message-display-no-merge-p): New function.
631         (wl-message-buffer-display): Check whether the message is
632         reassembled and follow the API change.
633
634 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
635
636         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
637         multibyte on working buffer and removed unnecessary
638         `buffer-disable-undo'.
639
640 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
641
642         * wl-util.el (wl-read-search-condition-internal): Fixed the last
643         change.
644
645 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
646
647         * wl-util.el (wl-read-search-condition-internal): Protect
648         elmo-global-flags from distraction.
649
650 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
651
652         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
653
654         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
655         (wl-summary-event-handler): Ditto.
656         (wl-summary-update-persistent-mark-on-event): New
657         function (renamed from `elmo-event-handler-flag-changed').
658         (wl-summary-buffer-attach): New function.
659         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
660         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
661         instead of `elmo-folder-add-handler'.
662
663         * Version number is increased to 2.13.2.
664
665 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
666
667         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
668         and "\177" to the `wl-news-previous-page'.
669         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
670         (wl-news-previous-page): New function.
671
672 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
673
674         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
675         instead of `write-region' and simplify.
676
677 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
678
679         * wl-template.el (wl-template-select): Cause error if
680         `wl-template-alist' is nil.
681
682 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
683
684         * wl-news.el.in: Set file variable `no-byte-compile'.
685
686 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
687
688         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
689         whether a target message is within displaying area.
690         (elmo-event-handler-cache-changed): Ditto.
691
692 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
693
694         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
695         to `defun'.  Use `nconc' instead of `append' to collect descendant
696         message numbers.
697
698 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
699
700         * wl-thread.el (wl-thread-save-top-list)
701         (wl-thread-save-entities): Use `with-temp-buffer'.
702         * wl-news.el.in (wl-news-previous-version-load):
703         (wl-news-previous-version-save): Ditto.
704         * wl-summary.el (wl-summary-load-file-object)
705         (wl-summary-save-view-cache): Ditto.
706
707 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
708
709         * wl-util.el (toplevel): Require 'elmo-flag'.
710         (wl-read-search-condition): New function (Renamed from
711         `elmo-read-search-condition').
712         (wl-read-search-condition-internal): Likewise.
713
714         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
715         invalid.
716         (wl-summary-pick): Use `wl-read-search-condition' instead of
717         `elmo-read-search-condition'.
718         (wl-summary-virtual): Ditto.
719
720         * wl-folder.el (wl-folder-virtual): Ditto.
721         (wl-folder-pick): Ditto.
722
723         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
724
725 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
726
727         * wl-summary.el (wl-summary-reedit): Call
728         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
729
730 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
731
732         * wl-mime.el (toplevel): Require wl-vars.
733
734         * wl-message.el (toplevel): Require cl at compile.
735
736         * wl-draft.el (toplevel): Require elmo.
737
738 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
739
740         * wl-message.el (wl-message-buffer-prefetch): Count is a number
741         and do nothing when it is not positive.
742         (wl-message-buffer-prefetch-next): Ditto.
743
744 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
745
746         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
747         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
748         (wl-summary-redisplay-internal): Ditto.
749
750         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
751         message (the condition is borrowed from `wl-check-variables-2').
752         (wl-summary-redisplay-internal): Ditto.
753
754 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
755
756         * wl-mime.el (wl-draft-nntp-attribute): New function.
757         (wl-draft-attribute-nntp-posting-server): Use it.
758         (wl-draft-attribute-nntp-posting-port): Ditto.
759
760         * wl-mime.el (wl-draft-preview-attributes-list): New function.
761         (wl-draft-show-attributes-buffer): Ditto.
762         (wl-draft-hide-attributes-buffer): Ditto.
763         (wl-draft-attribute-newsgroups): Ditto.
764         (wl-draft-attribute-nntp-posting-server): Ditto.
765         (wl-draft-attribute-nntp-posting-port): Ditto.
766         (wl-draft-preview-message): Use there functions.
767
768         * wl-vars.el (wl-draft-preview-attributes-list): Change default
769         value.
770
771 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
772
773         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
774         (wl-draft-reedit): Ditto.
775         (wl-draft-queue-flush): Ditto.
776
777         * wl-mime.el (wl-message-request-partial): Ditto.
778         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
779         instead of `elmo-message-fetch'.
780
781         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
782
783         * wl-summary.el (wl-summary-message-string): Ditto.
784
785 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
786
787         * wl-util.el (wl-current-message-buffer): Follow the API change.
788
789         * wl-summary.el (wl-summary-redisplay-internal): Call
790         `wl-summary-mark-as-read' with 2nd argument as nil and update
791         unread count instead of persistent mark.
792
793         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
794         variable.
795         (wl-message-redisplay): Follow the API change.
796         (wl-message-buffer-display): Managed mime-entity directly and
797         return preview buffer only.
798         (wl-message-display-internal): Rewrite.
799         (wl-message-buffer-prefetch-subr): Not save return value of
800         `wl-message-buffer-display'.
801
802         * Version number is increased to 2.13.1.
803
804 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
805
806         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
807         'elmo-multiple-fields-body-list' with boundary specified.
808
809 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
810
811         * wl-vars.el (wl-summary-resend-use-cache): New variable.
812         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
813         cache if `wl-summary-resend-use-cache' is non-nil.
814
815 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
816
817         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
818         (wl-nntp-posting-stream-type): Ditto.
819
820 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
821
822         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
823
824 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
825
826         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
827         message.
828
829 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
830
831         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
832         Abolish.
833         (wl-summary-buffer-persistent-mark-version): New internal
834         variable.
835         (wl-summary-update-mark-and-highlight-window): Check by
836         wl-summary-persistent-mark-invalid-p.
837         (wl-summary-update-status-marks): Ditto.
838         (elmo-event-handler-flag-changed): Rewrite.
839         (elmo-event-handler-cache-changed): Define.
840         (wl-summary-prefetch-msg): Does not update persistent mark here.
841         (wl-summary-delete-cache): Ditto.
842         (wl-summary-resume-cache-status): Ditto.
843         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
844         (wl-summary-persistent-mark-invalid-p): New function.
845         (wl-summary-validate-persistent-mark): Ditto.
846         (wl-summary-validate-persistent-mark-string): Ditto.
847         (wl-summary-invalidate-persistent-mark): Ditto.
848         (wl-summary-update-persistent-mark): Call
849         `wl-summary-validate-persistent-mark'.
850         (wl-summary-create-line): Call
851         `wl-summary-validate-persistent-mark-string'.
852
853         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
854         status as t if cache used.
855
856 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
857
858         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
859         only if the target is group.
860         * wl-folder.el (wl-folder-append-petname): Don't check group name.
861
862 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
863
864         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
865
866 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
867
868         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
869
870         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
871
872 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
873
874         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
875         (Thanks to Yoichi NAKAYAMA).
876
877 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
878
879         * wl-util.el (wl-save-drafts): Restore echo area.
880
881 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
882
883         * Version number is increased to 2.13.0.
884
885         * wl-util.el (wl-biff-check-folder-async): Use
886         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
887
888 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
889
890         * wl-message.el (wl-message-display-internal): Does not put
891         wl-message-display-type property on message buffer.
892         (wl-message-buffer-display-type): New function.
893
894         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
895
896         * wl-summary.el (wl-summary-mode): Use `dolist' to add
897         `wl-summary-buffer-detach'.
898         (wl-summary-message-display-type): Use
899         `wl-summary-buffer-display-type'.
900
901 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
902
903         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
904         buffer-local.
905
906         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
907         kill-buffer-hook instead of make-local-variable.
908         (wl-draft-preview-message): Set `local' argument of add-hook as t.
909
910 2004-12-12  Scott Renfro <scott@renfro.org>
911
912         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
913         regex for square-branket.
914
915 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
916
917         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
918         `wl-message-mime-analysis-p' with argument `header'.
919
920 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
921
922         * wl-mime.el (wl-draft-yank-current-message-entity): 
923         Switch to no-mime following method according to wl-message-display-type
924         property.
925         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
926
927         * wl-message.el (wl-message-display-internal): 
928         Put wl-message-display-type property on message buffer.
929
930         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
931         (wl-message-display-internal): Ditto;
932
933         * wl-summary.el (wl-summary-toggle-mime): Ditto.
934
935 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
936
937         * wl-message.el (wl-message-make-display-type): New function.
938         (wl-message-display-type-property): Ditto.
939         (wl-message-mime-analysys-p): Ditto.
940         (wl-message-display-all-header-p): Ditto.
941         (wl-message-redisplay): Removed argument `as-is', `all-header' and
942         added `display-type'.
943         (wl-message-buffer-display): Likewise.
944         (wl-message-display-internal): Likewise.
945         (wl-message-buffer-display-type): Abolish.
946         (wl-message-buffer-prefetch-subr): Follow the API changed.
947
948         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
949         from wl-summary-buffer-display-all-header and changed default value.
950         (wl-summary-message-display-type): New function.
951         (wl-summary-buffer-display-mime-mode): Ditto.
952         (wl-summary-buffer-display-header-mode): Ditto.
953         (wl-summary-toggle-mime): Rewrite with above functions.
954         (wl-summary-toggle-all-header): Ditto.
955         (wl-summary-redisplay): Force redisplay with default mode.
956         (wl-summary-redisplay-internal): Renamed argument from `mode',
957         `all-header' to `mime-mode', `header-mode'.
958         Use `wl-message-make-display-type'.
959
960         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
961         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
962
963 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
964
965         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
966
967 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
968
969         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
970         in original message buffer.
971         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
972         buffer.
973
974 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
975
976         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
977
978 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
979
980         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
981
982 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
983
984         * wl-action.el (wl-summary-exec-action-refile): Display a done message
985         when actions succeeded.
986         (wl-summary-exec-action-copy): Likewise.
987
988 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
989
990         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
991         there is switch-to-buffer at the end of wl-message-select-buffer.
992         (wl-summary-reply): Ditto.
993
994 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
995
996         * wl-summary.el (wl-summary-forward): Put subject in original
997         message buffer as argument of wl-draft-forward.
998         * wl-draft.el (wl-draft-forward): Decode subject as in
999         wl-draft-reply.
1000
1001 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1002
1003         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1004         a folder under access group.
1005
1006 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1007
1008         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1009         wl-message-buffer-display.
1010
1011         * wl-util.el (wl-set-save-drafts): Fix typo.
1012
1013 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1014
1015         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1016         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1017         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1018         the way to measure the width of a bitmap image; don't put face on
1019         ascii and bitmap images; put the mark which should not use the
1020         variable-pitch face on ascii and bitmap images.
1021         (wl-demo-setup-properties): Don't use the variable-pitch face on
1022         ascii and bitmap images; made it work on Emacs 20 and earlier.
1023         (wl-demo-insert-text): End with a newline at the bottom; don't put
1024         face on text.
1025
1026         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1027
1028 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1029
1030         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1031
1032         * wl-util.el (wl-save-drafts): Moved from sample setting.
1033         (wl-set-save-drafts): New function to set idle timer.
1034         * wl-draft.el (wl-draft): Call it.
1035         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1036
1037 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1038
1039         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1040         a summary which has toggle display status off.
1041
1042 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1043
1044         * wl-draft.el (wl-draft-do-fcc): No cache save.
1045
1046 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1047
1048         * wl-summary.el (elmo-event-handler-flag-changed): Use
1049         `set-buffer' instead of `with-current-buffer'.
1050
1051 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1052
1053         * wl-summary.el (wl-summary-after-resize-function): New function.
1054         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1055         window-size-change-functions.
1056
1057 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1058
1059         * wl-draft.el (wl-draft-create-buffer): Bind
1060         `change-major-mode-hook' after current buffer is changed.
1061
1062         * wl-summary.el (wl-summary-buffer-detach): New function.
1063         (wl-summary-buffer-set-folder): Call it.
1064         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1065         change-major-mode-hook and kill-buffer-hook.
1066         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1067         (wl-summary-switch-to-clone-buffer): Ditto.
1068         (wl-summary-goto-folder-subr): Ditto.
1069
1070 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1071
1072         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1073         after boundp check.
1074
1075 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1076
1077         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1078         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1079         for `kill-buffer'.
1080
1081         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1082         handler of current buffer from elmo-folder.
1083
1084 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1085
1086         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1087
1088 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1089
1090         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1091         variable.
1092         (wl-summary-event-handler): New class.
1093         (elmo-event-handler-flag-changed): Define to update persistent
1094         mark.
1095         (wl-summary-buffer-set-folder): Register event handler to
1096         elmo-folder.
1097         (wl-summary-exit): Unregister event handler.
1098         (wl-summary-goto-folder-subr): Ditto.
1099         (wl-summary-mark-as-read-all): Does not call
1100         `wl-summary-update-persistent-mark' directly.
1101         (wl-summary-mark-as-read-internal): Ditto.
1102         (wl-summary-set-persistent-mark-internal): Ditto.
1103         (wl-summary-set-flags-internal): Ditto.
1104
1105         * Version number is increased to 2.11.33.
1106
1107 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1108
1109         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1110         to nil.
1111
1112 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1113
1114         * wl-spam.el (wl-spam-setup): Add hook
1115         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1116         instead of `wl-summary-prepare-hook'.
1117
1118         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1119         if folder type is `'flag'.
1120         (wl-summary-mark-as-important): Ditto.
1121
1122 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1123
1124         * wl-address.el (wl-address-minibuffer-history): New variable.
1125         (wl-address-minibuffer-local-map): New keymap.
1126         (wl-address-read-from-minibuffer): New function.
1127
1128         * wl-action.el (wl-summary-get-resend-address): Use
1129         `wl-address-read-from-minibuffer' instead of `completing-read'.
1130
1131 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1132
1133         * Version number is increased to 2.11.32.
1134
1135 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1136
1137         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1138         without mule to iso-8859-1.
1139         (wl-draft-add-in-reply-to): Add note in description.
1140         (wl-draft-add-references): Ditto.
1141
1142 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1143
1144         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1145         definition for `m'.
1146         (wl-summary-mode-line-format): Add '[%m]'.
1147         (wl-message-mode-line-format-spec-alist): Ditto.
1148         (wl-summary-display-mime-mode-list): New variable.
1149
1150         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1151         from wl-summary-buffer-display-as-is.
1152         (wl-summary-buffer-display-all-header): New buffer local variable.
1153         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1154         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1155         instead of wl-summary-buffer-display-as-is.
1156         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1157         (wl-summary-set-persistent-mark): Ditto.
1158         (wl-summary-set-message-buffer-or-redisplay): Just call
1159         `wl-summary-redisplay-internal' without optional arguments.
1160         (wl-summary-toggle-mime): Rewrite.
1161         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1162         (wl-summary-toggle-all-header): New function.
1163         (wl-summary-redisplay-internal): Treat mime mode.
1164
1165         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1166         to wl-mime-preview-follow-no-mime.
1167         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1168         accodring to the display-mode.
1169
1170         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1171         (wl-message-buffer-display): Changed argument name from `as-is' to
1172         `mode'.
1173         (wl-message-display-internal): Ditto;
1174         Bind elmo-mime-display-header-analysis according to the mode.
1175         (wl-message-display-internal): Put wl-message-display-mime-mode
1176         property on entire buffer.
1177
1178 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1179
1180         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1181
1182 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1183
1184         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1185         Don't extract mail address.
1186         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1187
1188         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1189
1190         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1191
1192 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1193
1194         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1195         wl-fldmgr-cut-entity-list on confirmation.
1196
1197 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1198
1199         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1200         (wl-mime-quit-preview): Check existence of
1201         mime-edit-temp-message-buffer here.
1202
1203 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1204
1205         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1206         after deletion.
1207
1208         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1209         before calling wl-mime-quit-preview.
1210
1211 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1212
1213         * wl-summary.el (wl-summary-pick): If call it with prefix
1214         argument, set `delete-marks' as non-nil. Pick from only visible
1215         messages.
1216         (wl-summary-check-target-mark): New function.
1217         (wl-summary-target-mark-mark-as-read): Use it.
1218         (wl-summary-target-mark-mark-as-unread): Ditto.
1219         (wl-summary-target-mark-operation): Ditto.
1220         (wl-summary-target-mark-set-flags): Ditto.
1221         (wl-summary-target-mark-save): Ditto.
1222         (wl-summary-target-mark-pick): Ditto.
1223         (wl-summary-target-mark-forward): Ditto.
1224         (wl-summary-target-mark-reply-with-citation): Ditto.
1225         (wl-summary-target-mark-print): Ditto.
1226         (wl-summary-target-mark-uudecode): Ditto.
1227
1228         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1229         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1230         with `ask-coding' is non-nil.
1231
1232 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1233
1234         * wl-thread.el (wl-thread-set-parent): If parent is a message
1235         which is identified by references, set linked as nil.
1236
1237 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1238
1239         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1240         (wl-message-mode-line-format-spec-alist): Ditto.
1241         (wl-message-mode-line-format): Ditto.
1242         (wl-summary-mode-line-format): Ditto for docstring.
1243         (wl-summary-no-mime-folder-list): Fix typo.
1244
1245         * wl-util.el (wl-current-message-buffer): Call
1246         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1247
1248         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1249         variable.
1250         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1251         of `wl-summary-redisplay-no-mime'.
1252         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1253         (wl-summary-toggle-mime): New function.
1254         (wl-summary-redisplay-all-header): Rewrite.
1255         (wl-summary-redisplay-no-mime): Ditto.
1256         (wl-summary-redisplay-internal): Added argument `as-is' and
1257         `all-header'.
1258
1259         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1260         New variable.
1261         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1262         bottom.
1263         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1264         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1265         "/" unconditionally.
1266
1267         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1268         wl-mime-preview-follow-no-mime for as-is content.
1269         (wl-mime-preview-follow-no-mime): New function.
1270         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1271
1272         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1273         and added `as-is', `all-header'.
1274         (wl-message-buffer-display): Ditto.
1275         (wl-message-buffer-display-type): New function.
1276
1277 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1278
1279         * wl-vars.el (wl-message-header-button-alist): Change default
1280         value.
1281         (wl-message-body-button-alist): Ditto.
1282
1283 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1284
1285         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1286
1287 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1288
1289         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1290
1291 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1292
1293         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1294         is always true.
1295
1296 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1297
1298         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1299         on null entity.
1300
1301 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1302
1303         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1304
1305 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1306
1307         * wl-vars.el (wl-summary-resend-hook): New hook.
1308
1309         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1310         `wl-summary-resend-hook'.
1311
1312 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1313
1314         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1315         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1316         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1317         (wl-summary-new-cached-mark): Changed default value to 'n'.
1318         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1319         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1320         (wl-folder-sync-range-alist): Remove spec for 'flag.
1321         (wl-summary-force-prefetch-folder-list): New user option.
1322
1323         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1324         `wl-summary-toggle-persistent-mark'.
1325         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1326         number is nil.
1327         (wl-summary-mark-as-answered-region): Set interactive argument of
1328         `wl-summary-set-persistent-mark-internal'.
1329         (wl-summary-mark-as-important-region): Ditto.
1330         (wl-summary-unset-persistent-mark): Ditto.
1331         (wl-summary-set-persistent-mark): Ditto.
1332         (wl-summary-mark-as-answered): Ditto.
1333         (wl-summary-mark-as-important): Ditto.
1334         (wl-summary-set-persistent-mark-internal): Do nothing
1335         when `elmo-message-flag-available-p' is nil.
1336         (wl-summary-toggle-persistent-mark): New function.
1337         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1338         when the folder matches `wl-summary-force-prefetch-folder-list'.
1339
1340
1341         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1342         when number is nil.
1343         (wl-highlight-summary-forwarded-face): New face.
1344
1345 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1346
1347         * Version number is increased to 2.11.31.
1348
1349 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1350
1351         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1352         (wl-biff-check-folder-async): Ditto.
1353         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1354
1355 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1356
1357         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1358         Add an argument `reverse'.  All callers are updated.
1359         (wl-summary-sort): Add a prefix argument `reverse' to specify
1360         reverse sorting.
1361         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1362         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1363         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1364
1365 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1366
1367         * wl-message.el (wl-message-redisplay): Does not narrow header if
1368         disply-type is all-header or as-is.
1369
1370         * wl-summary.el (wl-summary-enter-handler): Use
1371         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1372
1373 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1374
1375         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1376         after adding wl-draft-parent-variables.
1377         (wl-draft-forward): Ditto.
1378
1379 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1380
1381         * wl-summary.el (wl-summary-sync-marks): Call
1382         `wl-summary-set-persistent-mark' and
1383         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1384         (wl-summary-set-persistent-mark-internal): Add 4th argument
1385         `no-server'.
1386         (wl-summary-unset-persistent-mark): Ditto.
1387         (wl-summary-set-persistent-mark): Ditto.
1388         (wl-summary-add-flags-internal): Abolish.
1389         (wl-summary-remove-flags-internal): Ditto.
1390         (wl-summary-mark-as-important-internal): Ditto.
1391         (wl-summary-mark-as-important): Use
1392         `wl-summary-set-persistent-mark' instead of
1393         `wl-summary-add-flags-internal'.
1394         (wl-summary-mark-as-important-region): Ditto.
1395
1396         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1397
1398         * wl-summary.el (wl-summary-get-available-flags): New function.
1399         (wl-summary-sync-marks): Use it and simplified.
1400         (wl-summary-unset-persistent-mark): Use
1401         `wl-summary-get-available-flags'.
1402         (wl-summary-set-persistent-mark): Ditto.
1403
1404 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1405
1406         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1407         id.
1408
1409 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1410
1411         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1412         number, call `wl-summary-prev-line-content'. Show message when the
1413         message is not found.
1414
1415 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1416
1417         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1418         wl-summary-enter-handler.
1419         (wl-summary-enter-handler): New command.
1420
1421         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1422         docstring and custom spec.
1423
1424         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1425         flags too; Don't treat Cached and New.
1426         (wl-summary-set-persistent-mark): Ditto.
1427
1428         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1429         `wl-folder-set-flag'.
1430
1431         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1432         instead of `wl-folder-set-flag'.
1433
1434         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1435         for completion.
1436         (wl-summary-set-persistent-mark): Ditto.
1437
1438         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1439         instead of `wl-draft-quit-preview'.
1440
1441         * wl-mime.el (toplevel): Avoid compile warning.
1442         (wl-mime-quit-preview): New function
1443         (formarly defined as `wl-draft-quit-preview').
1444         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1445         quitting method.
1446
1447         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1448
1449         * wl-folder.el (wl-folder-set-flag): Renamed from
1450         `wl-draft-set-flag-on-parent'.
1451
1452         * wl-draft.el (wl-draft-quit-preview): New function.
1453         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1454         (wl-draft-send): Call `wl-folder-set-flag' instead of
1455         `wl-draft-set-flag-on-parent'.
1456         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1457
1458 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1459
1460         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1461         (wl-draft-send): Ditto.
1462
1463 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1464
1465         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1466         (wl-draft-kill-pre-hook): Set default value as nil.
1467         (wl-summary-reply-hook): Ditto.
1468         (wl-draft-kill-flags): Abolish.
1469
1470         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1471         (wl-draft-parent-variables): Renamed from
1472         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1473         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1474         argument; Add wl-draft-parent-variables to
1475         wl-draft-config-variables.
1476         (wl-draft-reply): Likewise.
1477         (wl-draft-kill-flags): Abolish.
1478         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1479         (wl-draft-set-flag-on-parent): New function.
1480         (wl-draft-setup-parent-flag): Ditto.
1481
1482 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1483
1484         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1485         `wl-draft-parent-folder' is "".
1486
1487 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1488
1489         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1490         (wl-summary-digit-jump): New function.
1491         (Adviced by John Owens and Hiroya Murata)
1492
1493         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1494         (Adviced by John Owens)
1495
1496         * wl-xmas.el (wl-message-define-keymap): Ditto.
1497
1498         * wl-mule.el (wl-message-define-keymap): Ditto.
1499
1500 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1501
1502         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1503         change of return value of elmo-folder-count-flags.
1504
1505         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1506         (wl-summary-mark-as-read-internal): Ditto.
1507         (wl-summary-set-persistent-mark-internal): Ditto.
1508         (wl-summary-folder-info-update): Ditto.
1509         (wl-summary-sync-update): Fixed the last change.
1510
1511         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1512
1513 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1514
1515         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1516         (wl-draft-kill-flags): Fixed docstring.
1517
1518         * wl-draft.el (wl-draft-kill-flags): New function.
1519         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1520
1521 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1522
1523         * wl-vars.el (wl-reply-hook): Abolish.
1524         (wl-draft-reply-hook): New hook.
1525         (wl-summary-reply-hook): Ditto.
1526         (wl-draft-forward-hook): Ditto.
1527         (wl-summary-forward-hook): Ditto.
1528         (wl-draft-kill-flags): New variable.
1529
1530         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1531         wl-summary-set-persistent-mark-internal.
1532         (wl-summary-sync-marks): Use elmo-preserved-flags.
1533         (wl-summary-update-persistent-mark): Make it interactive.
1534         (wl-summary-set-persistent-mark-internal): New inline function.
1535         (wl-summary-mark-as-answered): Use it.
1536         (wl-summary-mark-as-unanswered): Ditto.
1537         (wl-summary-unset-persistent-mark): New function.
1538         (wl-summary-set-persistent-mark): Ditto.
1539         (wl-summary-reply): Don't set answered flag;
1540         Run wl-summary-reply-hook instead.
1541         (wl-summary-forward): Call wl-draft-forward with number.
1542         Run wl-summary-forward-hook.
1543
1544         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1545         (wl-highlight-summary-line-face-spec): Use it as a default
1546         persistent mark face.
1547
1548         * wl-draft.el (wl-draft-forward): Added optional argument number;
1549         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1550         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1551         (wl-draft-kill): Use wl-draft-kill-flags.
1552
1553         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1554
1555         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1556         of return value of elmo-folder-count-flags.
1557
1558         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1559
1560         * wl-summary.el (wl-summary-count-unread): Ditto.
1561         (wl-summary-sync-update): Follow the change above.
1562         (wl-summary-force-prefetch): New function.
1563
1564 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1565
1566         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1567         variable `buf' with `let' instead of `setq'.
1568
1569 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1570
1571         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1572         add Content-Disposition heaeder on the deleted part.
1573
1574 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1575
1576         * wl-draft.el (wl-draft-save): Encode address list under edit by
1577         `eword-encode-unstructured-field-body'.
1578
1579         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1580
1581 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1582
1583         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1584         wl-current-summary-buffer.
1585
1586 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1587
1588         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1589         `numbers' is ignored.
1590
1591 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1592
1593         * wl-folder.el (wl-folder-open-folder): Avoid error.
1594         Reported by John Owens, [wl-en:815]
1595
1596         * wl.el (wl): Set timer for biff process even if prefix argument
1597         is given or auto-checking is quitted.
1598
1599         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1600         immediately.
1601         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1602         (wl-toggle-plugged): Ditto.
1603
1604         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1605         * wl-util.el (wl-biff-start): Use idle timer if
1606         `wl-biff-use-idle-timer' is non-nil.
1607
1608 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1609
1610         * wl-highlight.el (wl-highlight-message): Fix description.
1611
1612 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1613
1614         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1615         tty.
1616
1617 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1618
1619         * wl-action.el (wl-summary-exec): Print failure count.
1620
1621 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1622
1623         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1624         to `defun', remove interactive form.
1625         Set elmo-message-fetch-confirm when force-reload is non-nil.
1626
1627 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1628
1629         * wl-summary.el (toplevel): Removed unnecessary autoload.
1630
1631 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1632
1633         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1634         the buffer is generated from another message buffer.
1635
1636 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1637
1638         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1639         extracted from `wl-fldmgr-save-folders'.
1640         (wl-fldmgr-delete): Call it after deletion.
1641
1642 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1643
1644         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1645         multi-tty support.
1646
1647 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1648
1649         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1650
1651 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1652
1653         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1654         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1655
1656 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1657
1658         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1659         unsubscribe list only if argument CLEAR is nil.
1660
1661 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1662
1663         * wl-draft.el (wl-draft-reply): Decode subject before removing
1664         Re: prefix.
1665
1666 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1667
1668         * wl-summary.el (wl-summary-sort-by-size): New command.
1669
1670 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1671
1672         * wl-summary.el (wl-summary-number-list-from-region): New
1673         function.
1674         (wl-summary-mark-as-read-region): Use it.
1675         (wl-summary-mark-as-unread-region): Ditto.
1676         (wl-summary-set-flags-region): Ditto and add optional argument
1677         remove.
1678         (wl-summary-mark-as-answered-region): Ditto.
1679         (wl-summary-mark-as-important-region): Ditto.
1680         (wl-summary-target-mark-mark-as-important): Added optional
1681         argument remove.
1682         (wl-summary-target-mark-mark-as-answered): Ditto.
1683         (wl-summary-target-mark-set-flags): Ditto.
1684
1685 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1686
1687         * wl-summary.el (wl-summary-set-flags-region): Call
1688         `wl-summary-set-flags-internal' with number list instead of call
1689         one by each message.
1690         (wl-summary-target-mark-set-flags): Likewise.
1691
1692 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1693
1694         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1695         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1696         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1697         (wl-summary-target-mark-mark-as-answered): Likewise.
1698
1699 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1700
1701         * wl-summary.el (wl-summary-target-mark-forward): Use
1702         `wl-summary-delete-all-target-marks' instead of
1703         `wl-summary-delete-all-temp-marks'.
1704         (wl-summary-target-mark-reply-with-citation): Ditto.
1705         (wl-summary-target-mark-uudecode): Ditto.
1706         (wl-summary-target-mark-set-flags): Ditto and remove needless
1707         cursor move.
1708
1709 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1710
1711         * wl-summary.el (wl-summary-target-mark-forward): Protect
1712         wl-summary-buffer-target-mark-list from nreverse.
1713         (wl-summary-target-mark-reply-with-citation): Ditto.
1714
1715 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1716
1717         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1718         `elmo-display-progress-threshold'.
1719
1720 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1721
1722         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1723         check `wl-summary-highlight'.
1724         (wl-summary-window-scroll-functions): Respect value of
1725         `wl-summary-highlight'.
1726         (wl-summary-sync-update): Run hooks
1727         `wl-summary-buffer-window-scroll-functions' at any time.
1728
1729 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1730
1731         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1732         from `wl-summary-cleanup-temp-marks'.
1733         (wl-summary-cleanup-temp-marks): Abolish argument.
1734         * wl.el (wl-save-status): Revert previous change.
1735         (wl-execute-temp-marks): New function, call
1736         `wl-summary-exec-with-confirmation'.
1737         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1738         (wl-folder-save-and-exec-marks): Abolished.
1739
1740 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1741
1742         * wl-e21.el (wl-e21-display-image-p): Respect
1743         `wl-highlight-folder-with-icon'.
1744         (wl-e21-highlight-folder-group-line): Highlight mouse line
1745         even if wl-e21-display-image-p is nil.
1746
1747         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1748         Respect value of `wl-summary-highlight'.
1749
1750         * wl.el (wl-save-status): Remove unused variable.
1751
1752         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1753         (wl-folder-mode-map): Bind it to "x".
1754
1755 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1756
1757         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1758
1759         * wl-thread.el (wl-thread-get-parent-list): Don't check
1760         disconnected ancestors, neglecting needless work in
1761         `wl-thread-update-indent-string-thread'.
1762
1763         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1764         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1765         argument, add argument default-keep to keep marks by default.
1766
1767         * Version number is increased to 2.11.30.
1768
1769         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1770         customization type and docstring.
1771         (wl-draft-reply-without-argument-list): Ditto.
1772
1773 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1774
1775         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1776
1777         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1778
1779 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1780
1781         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1782
1783 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1784
1785         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1786         save-excursion so as not to include run-hooks.
1787
1788 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1789
1790         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1791         Clarify that marks are going to be cleared.
1792
1793 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1794
1795         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1796         according to 3rd element of wl-summary-flag-mark.
1797
1798         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1799
1800 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1801
1802         * wl-action.el (wl-summary-target-mark-all): Don't set
1803         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1804
1805 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1806
1807         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1808         (wl-forward-subject-prefix): Ditto.
1809         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1810         (wl-draft-reply-make-subject): Ditto.
1811
1812         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1813         `wl-draft-forward'.
1814         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1815
1816 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1817
1818         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1819         target message does not exist.
1820
1821 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1822
1823         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1824         `wl-subject-prefix-regexp'.
1825         (wl-subject-forward-prefix-regexp): New variable.
1826         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1827         `wl-draft-strip-subject-re' and take regexp as argument.
1828         (wl-draft-forward): Use it.
1829         (wl-draft-reply): Ditto.
1830
1831 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1832
1833         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1834         emacs multi-tty support.
1835
1836 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1837
1838         * wl-e21.el (wl-e21-display-image-p): Don't call
1839         `display-images-p'.
1840         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1841         support.
1842         (wl-highlight-folder-current-line): Ditto.
1843         (wl-folder-init-icons): Ditto.
1844
1845 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1846
1847         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1848         the last line of summary in unplugged mode.
1849
1850 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1851
1852         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1853
1854 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1855
1856         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1857         * wl-address.el (wl-address-user-mail-address-p): Use it.
1858         (wl-address-delete-user-mail-addresses): Ditto.
1859         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1860
1861         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1862         (wl-address-delete-user-mail-addresses): Ditto.
1863
1864         * wl-address.el (wl-address-delete-user-mail-addresses): New
1865         function.
1866         * wl-refile.el (wl-refile-guess-by-history): Use it.
1867         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1868         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1869
1870         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1871         use wl-address-user-mail-address-p.
1872
1873 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1874
1875         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1876         after opening group.
1877
1878 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1879
1880         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1881         of elmo-set-buffer-multibyte.
1882
1883         * wl-message.el (wl-original-message-mode): Ditto.
1884
1885         * wl-score.el (wl-score-insert-header): Ditto.
1886
1887         * wl-summary.el
1888         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1889         (wl-summary-goto-folder-subr): Ditto.
1890         (wl-summary-insert-headers): Ditto.
1891
1892         * wl-util.el (wl-set-string-width): Ditto.
1893
1894         * Version number is increased to 2.11.29.
1895
1896 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1897
1898         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1899         (wl-highlight-summary-line-help-echo-alist): New variable.
1900         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1901         into `wl-highlight-summary-line-help-echo' and
1902         `wl-highlight-flag-folder-help-echo'.
1903         (wl-highlight-summary-line-string): Change accordingly.
1904         (wl-highlight-summary-current-line): Ditto.
1905
1906 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1907
1908         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1909         at the beginning of field body (Thanks to Markus Knittig).
1910
1911         * wl-draft.el (wl-draft-insert-current-message): Also check
1912         summary buffer, remove unnecessary tag.
1913
1914 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1915
1916         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1917         when wl-message-buffer is nil.
1918
1919         * wl-folder.el (wl-folder): Abolish unused argument.
1920         Call wl-folder-init when wl-folder-entity is nil.
1921         * wl.el (wl): Change accordingly.
1922
1923 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1924
1925         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1926         multibyte string before insert into draft buffer.
1927         (wl-draft-create-buffer): Always enable multibyte characters for
1928         draft buffer.
1929
1930         * Version number is increased to 2.11.28.
1931
1932 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1933
1934         * wl-folder.el (wl-folder-open-close): Handle blank line.
1935         (wl-folder-jump-to-current-entity): Ditto.
1936
1937 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1938
1939         * Version number is increased to 2.11.27.
1940
1941 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1942
1943         * wl-thread.el (wl-thread-insert-message): When the thread is
1944         devided by wl-summary-max-thread-depth, insert line at the end of
1945         buffer.
1946
1947 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1948
1949         * Version number is increased to 2.11.26.
1950
1951 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1952
1953         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1954
1955 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1956
1957         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1958         value of stream-type and session.
1959
1960 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1961
1962         * Version number is increased to 2.11.25.
1963
1964 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1965
1966         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1967         in a quit message.
1968
1969 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1970
1971         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1972         (wl-summary-redisplay-no-mime-internal): Ditto.
1973
1974 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1975
1976         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1977         * wl-vars.el (wl-smtp-connection-type): Ditto.
1978
1979 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1980
1981         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1982         for the separator line and quote mail-header-separator.
1983
1984 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1985
1986         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1987         result message.
1988
1989         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1990         `elmo-multiple-fields-body-list' with boundary as
1991         mail-header-separator.
1992
1993 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1994
1995         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1996
1997 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1998
1999         * wl-util.el (wl-list-diff): Remove unused function.
2000
2001         * wl-draft.el (wl-draft-send-confirm): Discard input before
2002         confirmation.
2003
2004 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2005
2006         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2007         order of flag and new.
2008
2009 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2010
2011         * wl-vars.el (wl-refile-policy-alist): Abolished.
2012
2013         * wl-action.el (wl-summary-set-action-refile): Follow the change
2014         above.
2015
2016 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2017
2018         * wl-highlight.el (wl-highlight-signature-search): Don't use
2019         re-search-backward for a long word since it is possible to crash
2020         XEmacs because of a bug.
2021
2022 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2023
2024         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2025
2026 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2027
2028         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2029         argument for wl-summary-sync-force-update.
2030
2031 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2032
2033         * wl-summary.el (wl-summary-mode-map): Revival of
2034         wl-summary-mark-as-important related bindings;
2035         Bind 'F','tF','mF','rF','m&'.
2036         (wl-summary-mark-as-important-region): Revival.
2037         (wl-summary-target-mark-mark-as-important): Ditto.
2038         (wl-summary-target-mark-operation): New function.
2039         (wl-summary-target-mark-mark-as-answered): Use it.
2040         (wl-summary-decide-flag): Don't set Important as default.
2041         (wl-summary-mark-as-important-internal): Revival.
2042         (wl-summary-mark-as-important): Ditto.
2043
2044         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2045
2046         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2047         instead of facep.
2048
2049 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2050
2051         * wl-dnd.el (wl-dnd-drop-func): Fix.
2052
2053         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2054         mouse-set-point instead of posn-point.
2055
2056         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2057
2058         * wl-mule.el (wl-completing-read-multiple): Ditto.
2059
2060 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2061
2062         * wl-demo.el (face-background-name): Defalias to avoid compile
2063         warning.
2064
2065 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2066
2067         * wl-summary.el (wl-summary-decide-flag): Use
2068         wl-completing-read-multiple instead of completing-read-multiple.
2069
2070         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2071         New alias.
2072
2073         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2074         Use face-background-name instead of face-background.
2075
2076         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2077
2078         * wl-summary.el (wl-summary-save): Use it.
2079         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2080
2081         * wl-mime.el (wl-mime-save-content): Fix last change.
2082
2083 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2084
2085         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2086         New function.
2087         (wl-summary-sort-specs): Added sort.
2088         * wl-mime.el (wl-mime-save-content): Expand file name.
2089
2090 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2091
2092         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2093
2094         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2095
2096 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2097
2098         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2099         for flag if it is not defined.
2100
2101 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2102
2103         * wl-e21.el (wl-highlight-folder-current-line): Use
2104         elmo-folder-type-internal when elmo-folder-type returns nil.
2105
2106         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2107
2108         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2109
2110         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2111
2112         * wl-e21.el (wl-summary-toolbar): Ditto.
2113
2114         * wl-vars.el (wl-demo-background-color): Abolished.
2115         (wl-summary-persistent-mark-priority-list): Renamed from
2116         wl-summary-flag-priority-list.
2117         (wl-summary-flag-alist): New user option.
2118         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2119         (wl-message-mode-line-format-spec-alist): Added 'F'.
2120         (wl-message-mode-line-format): Likewise.
2121         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2122         instead of wl-summary-important-mark.
2123         (wl-file-folder-icon): New variable.
2124
2125         * wl-thread.el (wl-thread-set-flags): Renamed from
2126         wl-thread-mark-as-important.
2127
2128         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2129         warning.
2130         (wl-summary-mode-menu-spec): Follow the change of 
2131         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2132         (wl-summary-mode-map): Follow the change of
2133         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2134         (wl-summary-detect-mark-position): Follow the variable name change.
2135         (wl-summary-set-flags-region): New function for the replacement of
2136         wl-summary-mark-as-important-region.
2137         (wl-summary-sync-marks): Sync all global-flags.
2138         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2139         instead of elmo-message-flagged-p.
2140         (wl-summary-persistent-mark-string): Follow the variable name change;
2141         Put wl-summary-flag-mark if the message has global-flag.
2142         (wl-summary-target-mark-set-flags): Renamed from 
2143         wl-summary-target-mark-mark-as-important.
2144         (wl-summary-decide-flag): New function.
2145         (wl-summary-set-flags-internal): Renamed from
2146         wl-summary-mark-as-important-internal.
2147         (wl-summary-add-flags-internal): New function.
2148         (wl-summary-remove-flags-internal): Ditto.
2149         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2150         (wl-summary-mark-as-unimportant): Abolish.
2151         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2152         (wl-summary-next-message): List flagged messages in the msgdb.
2153
2154         * wl-score.el (wl-summary-score-update-all-lines): Use
2155         wl-summary-add-flags-internal instead of 
2156
2157         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2158
2159         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2160         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2161         (wl-message-buffer-require-all-header): Renamed from
2162         wl-message-buffer-all-header-flag (Ditto).
2163         (wl-message-buffer-flag-indicator): New variable.
2164         (wl-message-redisplay): Changed local varibale name from `flag' to
2165         `display-type'; Set up wl-message-buffer-flag-indicator.
2166         (wl-message-buffer-display): Changed varibale name from `flag' to
2167         `display-type'.
2168         (wl-message-display-internal): Likewise.
2169
2170         * wl-highlight.el (wl-highlight-demo-face): Define default background
2171         color.
2172         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2173
2174         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2175
2176         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2177         (wl-demo-setup-properties): Renamed from
2178         `wl-demo-set-background-color'.
2179         (wl-demo): Follow the change above.
2180         
2181         * Version number is increased to 2.11.24.
2182
2183 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2184
2185         * wl-summary.el (wl-summary-toggle-thread): Call
2186         `wl-summary-rescan' with disable-thread as non-nil.
2187         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2188
2189 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2190
2191         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2192         foreground property of the face.
2193         (wl-demo-insert-text): Don't set up face property here.
2194         (wl-demo): Call wl-demo-set-background-color, anyway.
2195
2196 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2197
2198         * wl-vars.el (wl-demo-background-color): The value can be nil.
2199
2200 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2201
2202         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2203         to wl-summary-wheel-dispatcher.
2204
2205         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2206         wl-message-wheel-dispatcher.
2207         (wl-message-wheel-dispatcher): New function.
2208         (wl-summary-wheel-dispatcher): Ditto.
2209
2210 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2211
2212         * wl-action.el (wl-summary-target-mark-all): List messages which are
2213         not in the killed-list.
2214
2215         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2216         only when the folder is 'flag/important.
2217
2218         * wl-address.el (wl-complete-field-body): Complete if the last
2219         character is a space.
2220
2221 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2222
2223         * wl-folder.el (wl-folder-clear-entity-info): Use
2224         elmo-clear-hash-val.
2225
2226         * wl-fldmgr.el (wl-fldmgr-rename): Set
2227         wl-folder-info-alist-modified as t.
2228
2229 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2230
2231         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2232
2233 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2234
2235         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2236         (wl-folder-buffer-last-visited-entity-id): New buffer local
2237         variable.
2238         (wl-folder-revisit-last-visited-folder): New function.
2239         (wl-folder-mode-map): Bind it to "C-i".
2240         (wl-folder-set-current-entity-id): Set last visited folder.
2241         * wl-summary.el (wl-summary-exit): Ditto.
2242
2243 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2244
2245         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2246         before calling `recenter' in order to cope with an XEmacs bug.
2247
2248 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2249
2250         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2251         to the default value.
2252
2253 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2254
2255         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2256         change.
2257         (wl-summary-sync-marks): Ditto.
2258         (wl-summary-mark-as-read-internal): Ditto.
2259         (wl-summary-mark-as-answered-internal): Ditto.
2260         (wl-summary-mark-as-important-internal): Ditto.
2261         (wl-summary-reply): Ditto.
2262
2263         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2264         instead of `elmo-folder-unflag-answered'.
2265
2266         * Version number is increased to 2.11.23.
2267
2268         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2269         the last change.
2270
2271 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2272
2273         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2274         Specify "spam" or "good".
2275
2276 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2277
2278         * wl-spam.el (wl-summary-exec-action-spam): Call
2279         wl-folder-confirm-existence for spam folder.
2280         (wl-spam-setup): Bind "mk".
2281
2282 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2283
2284         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2285
2286 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2287
2288         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2289         destination folder is empty.
2290
2291 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2292
2293         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2294         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2295
2296         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2297         (wl-summary-refile-prev-destination-region): New function.
2298         (wl-thread-refile-prev-destination): Ditto.
2299         (wl-summary-target-mark-refile-prev-destination): Ditto.
2300
2301 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2302
2303         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2304         (wl-demo-background-color): Changed default value.
2305
2306         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2307         color.
2308
2309         * wl-demo.el (wl-demo-set-background-color): New function.
2310         (wl-demo): Call it.
2311
2312 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2313
2314         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2315         * wl-address.el (wl-address-add-or-change): Don't add empty
2316         address.
2317
2318 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2319
2320         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2321
2322 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2323
2324         * wl-vars.el (wl-demo-image-filter-alist): New variable
2325         (wl-demo-background-color): Ditto.
2326
2327         * wl-demo.el (wl-demo-xpm-set-background): New function.
2328         (wl-demo-image-filter): Ditto.
2329         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2330
2331         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2332
2333         * wl-demo.el (wl-demo-icon-name): Define as function.
2334         (wl-demo-insert-image): Use it.
2335
2336 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2337
2338         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2339
2340 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2341
2342         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2343
2344 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2345
2346         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2347
2348 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2349
2350         * wl-thread.el (wl-thread-mark-as-answered): New function.
2351
2352         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2353         answered" entry.
2354         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2355         "r&" and wl-thread-mark-as-answered to "t&".
2356         (wl-summary-mark-as-important-region): Refine to toggle mark.
2357         (wl-summary-mark-as-answered-region): New function.
2358         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2359         and 3rd argument.
2360         (wl-summary-mark-as-important-internal): Likewise.
2361
2362 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2363
2364         * wl-template.el (wl-template-preview): New internal variable.
2365         (wl-template-preview-p): New function.
2366         (wl-template-show): Bind `wl-template-preview' as t.
2367
2368 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2369
2370         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2371         `elmo-message-entity-field' with 3rd argument which is non-nil.
2372
2373 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2374
2375         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2376         Removed duplicate local bind `folder'.
2377
2378 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2379
2380         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2381
2382 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2383
2384         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2385         duplicate definition.
2386
2387 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2388
2389         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2390         non-nil, use it; Don't fetch message if there's no message in the
2391         current cursor position.
2392
2393 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2394
2395         * wl-util.el (wl-region-exists-p): Use region-active-p.
2396         (wl-deactivate-region): New function.
2397         * wl-message.el (wl-message-redisplay): Deactivate region.
2398
2399         * wl-summary.el (wl-summary-reply): Call
2400         `wl-summary-set-message-buffer-or-redisplay' instead of
2401         `wl-summary-redisplay-internal', don't move point.
2402
2403 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2404
2405         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2406         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2407         by regexp.
2408
2409 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2410
2411         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2412         if no need.
2413
2414 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2415
2416         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2417         default value to nil.
2418         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2419         `wl-summary-prepare-hook'; Replace refile action to
2420         `wl-summary-exec-action-refile-with-register'.
2421
2422         * Version number is increased to 2.11.22.
2423
2424 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2425
2426         * wl-summary.el (wl-summary-detect-mark-position): Set
2427         `wl-summary-buffer-weekday-name-lang'.
2428
2429 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2430
2431         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2432         (wl-summary-mark-as-read-all): Ditto.
2433         (wl-summary-delete-messages-on-buffer): Ditto.
2434         (wl-summary-sync-update): Ditto.
2435         (wl-summary-mark-as-read-internal): Ditto.
2436         (wl-summary-mark-as-answered-internal): Ditto.
2437         (wl-summary-update-folder-info): Abolished.
2438
2439 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2440
2441         * wl-summary.el (wl-summary-mark-as-read-all): Use
2442         `wl-summary-update-folder-info' instead of
2443         `wl-folder-update-unread'.
2444
2445 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2446
2447         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2448         `wl-summary-folder-info-update'.
2449         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2450         instead of `wl-summary-folder-info-update'.
2451         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2452         `wl-folder-set-folder-updated'.
2453         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2454         instead of `wl-folder-update-unread'.
2455         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2456         the value of `wl-summary-buffer-unread-count' for the second parameter of
2457         `wl-folder-update-unread'.
2458
2459         * Version number is increased to 2.11.21.
2460
2461 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2462
2463         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2464         a local variable.
2465
2466 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2467
2468         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2469         interactively.
2470
2471         * wl-summary.el (wl-summary-mark-as-important-internal): New
2472         internal function.
2473         (wl-summary-mark-as-important): Use it.
2474         (wl-summary-mark-as-unimportant): New function.
2475         (wl-summary-sync-marks): Follow the API change.
2476
2477         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2478
2479         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2480
2481 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2482
2483         * wl-folder.el (wl-folder-update-unread): Re-indent.
2484         Narrow the scope of a local variable.
2485
2486 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2487
2488         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2489         (wl-addrmgr-merge-entries): Ditto.
2490         (wl-addrmgr): Added to address entry which exists in draft buffer
2491         if no entry is in original.
2492
2493 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2494
2495         * wl-batch.el: New file.
2496
2497 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2498
2499         * wl-vars.el (wl-use-semi): Remove unused variable.
2500
2501 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2502
2503         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2504         "?".
2505
2506 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2507
2508         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2509         wl-summary-new-mark.
2510         (wl-summary-new-cached-mark): New user option.
2511         (wl-summary-score-marks): Follow the change above.
2512         (wl-summary-auto-refile-skip-marks): Ditto.
2513         (wl-summary-incorporate-marks): Ditto.
2514         (wl-summary-expire-reserve-marks): Ditto.
2515
2516         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2517
2518         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2519         (wl-summary-persistent-mark-string): Distinguished between cached
2520         and uncached mark when the message is new.
2521
2522 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2523
2524         * wl-spam.el (wl-spam-domain): Renamed from
2525         `wl-spam-folder-guess-domain'.
2526         (wl-summary-exec-action-spam): Register as spam if domain of the
2527         source folder is good.
2528         (wl-summary-exec-action-refile-with-register): Register message if
2529         domain of the source folder is not undecided.
2530
2531 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2532
2533         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2534         detect thread loop.
2535
2536 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2537
2538         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2539         and wl-summary-skip-mark-list.
2540
2541 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2542
2543         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2544
2545         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2546
2547         * wl-spam.el (toplevel): Require wl-highlight.
2548         (wl-spam-auto-check-policy-alist): Abolish.
2549         (wl-spam-auto-check-folder-regexp-list): New user option.
2550         (wl-spam-auto-check-marks): Ditto.
2551         (wl-spam-mark-action-list): Ditto.
2552         (wl-highlight-summary-spam-face): New face.
2553         (wl-spam-auto-check-message-p): New function.
2554         (wl-spam-map-spam-messages): Fixed message.
2555         (wl-spam-register-spam-messages): Ditto.
2556         (wl-spam-register-good-messages): Ditto.
2557         (wl-summary-spam-map): Add and remove keybind.
2558         (wl-summary-target-mark-spam): Abolish.
2559         (wl-summary-refile-spam): Ditto.
2560         (wl-summary-test-spam): New function.
2561         (wl-summary-mark-spam): Ditto.
2562         (wl-summary-auto-check-spam): Follow the above change.
2563         (wl-summary-exec-action-spam): New function.
2564         (wl-summary-exec-action-refile-with-register): Fixed message.
2565         (wl-message-check-spam): New function.
2566         (wl-spam-setup): Ditto.
2567         (toplevel): Call it if this file is loaded interactivity.
2568
2569         * Version number is increased to 2.11.20.
2570
2571 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2572
2573         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2574         when new optional argument `force' is non nil or modified.
2575
2576 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2577
2578         * wl.el (toplevel): Require wl-spam when compile.
2579         (wl-save-status): Call wl-spam-save-status.
2580
2581         * wl-spam.el (wl-spam-register-spam-messages): New function.
2582         (wl-spam-register-good-messages): Ditto.
2583         (wl-spam-save-status): Ditto.
2584         (wl-summary-mode-map): Bind
2585         wl-summary-target-mark-register-as-spam to "ms" and
2586         wl-summary-target-mark-register-as-good to "mn".
2587         (wl-summary-register-as-spam): Abolish optional argument; Use
2588         wl-spam-register-spam-messages.
2589         (wl-summary-register-as-spam-all): Use
2590         wl-spam-register-spam-messages.
2591         (wl-summary-register-as-good): Abolish optional argument; Use
2592         wl-spam-register-good-messages.
2593         (wl-summary-register-as-good-all): Use
2594         wl-spam-register-good-messages.
2595         (wl-summary-target-mark-register-as-spam): New funtion.
2596         (wl-summary-target-mark-register-as-good): Ditto.
2597
2598 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2599
2600         * wl-spam.el: New file.
2601
2602 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2603
2604         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2605
2606         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2607         (wl-summary-auto-refile): Call wl-refile-guess with
2608         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2609
2610 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2611
2612         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2613         with disable-thread argument non-nil.
2614
2615 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2616
2617         * wl-summary.el (wl-summary-rescan): Added optional argument
2618         disable-thread.
2619         (wl-summary-sync): Call wl-summary-rescan with argument
2620         disable-thread.
2621         (wl-summary-input-range): Added new range `rescan-thread'.
2622
2623 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2624
2625         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2626
2627 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2628
2629         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2630         internal variable.
2631         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2632         wl-summary-search-parent-by-subject-regexp and
2633         wl-summary-divide-thread-when-subject-changed as nil.
2634         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2635         (wl-summary-insert-thread): Search parent entity from
2636         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2637         thread loop.
2638
2639 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2640
2641         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2642
2643         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2644
2645         * wl-util.el (wl-require-update-all-folder-p): New function.
2646         (wl-get-assoc-list-value): Added `function' to match directive.
2647         (wl-collect-draft): Rewrite.
2648
2649         * wl-summary.el (wl-summary-sync-update): Clear faces
2650         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2651         are non-nil.
2652         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2653         argument as function.
2654         (wl-summary-input-range): Ditto.
2655
2656         * wl-folder.el (wl-draft-get-folder): New function.
2657         (wl-folder-get-elmo-folder): Consider draft folder.
2658
2659         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2660         (wl-draft-buffer-message-number): New buffer local variable.
2661         (wl-draft-folder-internal): New internal variable.
2662         (wl-draft-delete): Rewrite.
2663         (wl-draft-save): Ditto.
2664         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2665         wl-folder-get-elmo-folder.
2666         (wl-draft-config-info-operation): Ditto.
2667         (wl-jump-to-draft-folder): Ditto.
2668         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2669         (wl-draft-reedit): Rewrite.
2670
2671         * Version number is increased to 2.11.19.
2672         
2673 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2674
2675         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2676         variable.
2677
2678 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2679
2680         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2681         Use ignore-errors instead of unwind-protect.
2682
2683 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2684
2685         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2686         for updating `wl-thread-entity-list'.
2687
2688 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2689
2690         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2691         parameter from calling `wl-thread-entity-get-older-brothers' and
2692         `wl-thread-entity-get-younger-brothers'.
2693         Replace nested `append' with a single one.
2694
2695 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2696
2697         * wl-summary.el (wl-summary-mode): Don't use the return value of
2698         `make-local-hook'.
2699
2700 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2701
2702         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2703         instead of `let*'.
2704         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2705         of local variables.
2706
2707 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2708
2709         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2710         Renamed from wl-summary-window-scroll-functions.
2711         (wl-summary-window-scroll-functions): Don't set to variable.
2712         (wl-summary-display-top): Use run-hooks.
2713         (wl-summary-display-bottom): Ditto.
2714         (wl-summary-toggle-disp-msg): Ditto.
2715         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2716         Use it instead of wl-summary-window-scroll-functions.
2717         (wl-summary-goto-folder-subr): Don't call
2718         wl-summary-window-scroll-functions, use
2719         wl-summary-buffer-window-scroll-functions instead.
2720
2721 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2722
2723         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2724         make-local-variable.
2725
2726 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2727
2728         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2729         set-buffer-modified-p.
2730         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2731         (wl-summary-display-bottom): Ditto.
2732         (wl-summary-toggle-disp-msg): Ditto.
2733
2734 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2735
2736         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2737
2738         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2739         (wl-summary-forward): Use elmo-message-entity-field instead of
2740         elmo-message-field.
2741
2742         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2743
2744 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2745
2746         * wl-summary.el (wl-summary-window-scroll-functions): No use
2747         `append'.
2748
2749 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2750
2751         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2752         function.
2753         (wl-summary-window-scroll-functions): Call it when both
2754         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2755         (wl-summary-temp-mark): Added optional argument number.
2756         (wl-summary-message-mark): Added optional argument flag.
2757         (wl-summary-persistent-mark): Added optional argument number and flag.
2758         (wl-summary-update-persistent-mark): Ditto.
2759         (wl-summary-update-status-marks): Set "r" for interactive spec.
2760
2761         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2762         argument number and flag.
2763
2764         * wl-action.el (wl-summary-registered-temp-mark): 
2765         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2766
2767 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2768
2769         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2770         internal variable (buffer local).
2771         (wl-summary-window-scroll-functions): New function.
2772         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2773         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2774         as nil.
2775         (wl-summary-update-status-marks): Added arguments beg, end and
2776         check.
2777         (wl-summary-update-mark-window): Use function.
2778         (wl-summary-sync-update): Follow the change above.
2779         (wl-summary-switch-to-clone-buffer): Copy
2780         wl-summary-buffer-unsync-mark-number-list.
2781         (wl-summary-goto-folder-subr): Set
2782         wl-summary-buffer-unsync-mark-number-list and
2783         use wl-summary-window-scroll-functions instead of
2784         wl-summary-lazy-highlight.
2785
2786         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2787
2788 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2789
2790         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2791
2792         * wl-summary.el (wl-summary-update-persistent-mark): Call
2793         wl-summary-set-message-modified.
2794
2795         * wl-summary.el (wl-summary-sync-update): Don't call
2796         wl-summary-update-status-marks.
2797
2798         * Version number is increased to 2.11.18.
2799
2800 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2801
2802         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2803         (wl-message-next-page): Ditto.
2804
2805 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2806
2807         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2808         local variable.  Change the order of a collected list into the
2809         same as the specified range.  Remove nil from a collected list.
2810
2811 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2812
2813         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2814         argument for elmo-folder-list-messages.
2815
2816 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2817
2818         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2819         change (wl-summary-count-unreads return a list instead of a cons
2820         cell).
2821
2822 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2823
2824         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2825         `wl-summary-folder-info-update'.
2826
2827 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2828
2829         * wl-summary.el (wl-summary-set-message-modified): No use
2830         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2831         (wl-summary-set-mark-modified): Abolish.
2832         (wl-summary-mark-modified-p): Ditto.
2833         (wl-summary-save-view): Follow the change above.
2834
2835         * wl-expire.el (wl-summary-expire): Likewise.
2836
2837 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2838
2839         * wl-summary.el (wl-summary-detect-mark-position): Use
2840         modb-entity-handler.
2841         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2842
2843         * Version number is increased to 2.11.17.
2844
2845 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2846
2847         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2848         entity field value.
2849         (wl-summary-prefetch-msg): Ditto.
2850         (wl-summary-print-message-with-ps-print): Ditto.
2851
2852 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2853
2854         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2855         for dummy entity.
2856         (wl-summary-insert-thread): Use elmo-message-entity-field.
2857         (wl-summary-update-thread): Use elmo-message-entity-field and
2858         elmo-message-entity-number.
2859         (wl-summary-line-number):  Use elmo-message-entity-number.
2860         (wl-summary-line-size): Use elmo-message-entity-field.
2861         (wl-summary-line-subject): Ditto.
2862         (wl-summary-line-from): Ditto.
2863         (wl-summary-line-attached): Ditto.
2864         (wl-summary-create-line): Ditto.
2865         (wl-summary-create-line): Use elmo-message-entity-number.
2866         (wl-summary-print-message-with-ps-print): Use
2867         elmo-message-entity-field.
2868
2869 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2870
2871         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2872         change in elmo-msgdb-make-message-entity.
2873         (wl-summary-buffer-set-folder): Don't call
2874         wl-summary-detect-mark-position here.
2875         (wl-summary-rescan): Call elmo-message-entity-number.
2876         (wl-summary-sync-update): Ditto.
2877         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2878
2879         * wl-score.el (wl-score-header-index): Redefine 2th element.
2880         (wl-score-overview-entity-get-extra): Abolish.
2881         (wl-score-ov-entity-get): Rewrite.
2882         (wl-score-string-index<, wl-score-string-func<): Abolish.
2883         (wl-score-string<): New function.
2884         (wl-score-string-sort): Use it.
2885
2886         * wl-refile.el (wl-refile-guess-by-history): Use
2887         elmo-message-entity-field.
2888         (wl-refile-guess-by-from): Ditto.
2889         (wl-refile-guess-by-msgid): Ditto.
2890
2891         * Version number is increased to 2.11.16.
2892
2893 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2894
2895         * wl-folder.el (wl-folder-confirm-existence): Don't call
2896         file-exists-p if msgdb-path is nil.
2897         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2898         `wl-read-folder-hist' to `wl-read-folder-history'.
2899
2900 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2901
2902         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2903         `y-or-n-p'.
2904
2905 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2906
2907         * wl-score.el (wl-score-headers): Don't use
2908         elmo-folder-do-each-message-entity.
2909
2910         * Version number is increased to 2.11.15.
2911
2912 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2913
2914         * wl-summary.el (wl-summary-delete-all-msgs): Use
2915         elmo-folder-move-messages instead of elmo-folder-delete-messages
2916         and elmo-folder-detach-messages.
2917         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2918
2919         * wl-expire.el (wl-expire-delete): Ditto.
2920         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2921
2922 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2923
2924         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2925         (wl-message-header-narrowing-fields): Ditto.
2926         (wl-message-header-narrowing-lines): Ditto.
2927         (wl-message-header-narrowing-string): Ditto.
2928
2929         * wl-summary.el (wl-summary-mode-map): Bind
2930         wl-summary-toggle-header-narrowing to "C-cC-f".
2931         (wl-summary-toggle-header-narrowing): New function.
2932
2933         * wl-message.el (wl-message-buffer-create): Call
2934         wl-message-header-narrowing-setup.
2935         (wl-message-redisplay): Call wl-message-header-narrowing.
2936         (wl-message-header-narrowing): New function.
2937         (wl-message-header-narrowing-map): New keymap.
2938         (wl-message-header-narrowing-widen-map): New keymap.
2939         (wl-message-header-narrowing-again-at-mouse): New function.
2940         (wl-message-header-narrowing-1): Ditto.
2941         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2942         (wl-message-header-narrowing-setup): Ditto.
2943         (wl-message-header-narrowing-toggle): Ditto.
2944         
2945         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2946
2947         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2948         'flag as all.
2949         (wl-use-flag-folder-help-echo): New user option.
2950
2951         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2952         wl-summary-highlight as nil.
2953         (wl-summary-set-mark-modified): Follow the API change.
2954         (wl-summary-mark-modified-p): Ditto.
2955         (wl-summary-mark-as-read-all): Ditto.
2956         (wl-summary-sync-marks): Don't call
2957         elmo-folder-list-messages-with-global-mark.
2958         (wl-summary-mark-as-read-internal): Follow the API change.
2959         (wl-summary-mark-as-answered-internal): Ditto.
2960         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2961         Follow the API change.
2962         (wl-summary-create-line): Call with number argument.
2963         (wl-summary-reply): Follow the API change.
2964
2965         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2966         function.
2967         (wl-highlight-summary-line-string): Call it when
2968         wl-use-flag-folder-help-echo is non-nil.
2969         (wl-highlight-summary-current-line): Ditto.
2970         (elmo-flag-folder-referrer): Added autoload setting.
2971
2972         * wl-draft.el (wl-draft-kill): Follow the API change.
2973
2974         * Version number is increased to 2.11.14.
2975         
2976 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2977
2978         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2979
2980 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2981
2982         * Version number is increased to 2.11.13.
2983
2984 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2985
2986         * wl-draft.el (wl-draft-previous-history-element): Fixed
2987         unbalanced parenthesis and bind unbound local variables.
2988
2989 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2990
2991         * wl-draft.el (wl-draft-previous-history-element): New function.
2992         (wl-draft-next-history-element): Ditto.
2993         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2994         them to M-p and M-n.
2995
2996 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2997
2998         * Version number is increased to 2.11.12.
2999
3000 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3001
3002         * wl-draft.el (wl-draft-hide): Select buffer-window.
3003
3004 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3005
3006         * wl-summary.el (wl-summary-narrow-to-region): New function.
3007         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3008         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3009         (wl-summary-save-region): Use it.
3010         * wl-action.el (wl-summary-collect-numbers-region)
3011         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3012
3013 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3014
3015         * wl-folder.el (wl-folder-count-incorporates): Don't use
3016         `elmo-msgdb-mark-load'
3017
3018         * Version number is increased to 2.11.11.
3019
3020 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3021
3022         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3023         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3024
3025 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3026
3027         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3028
3029 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3030
3031         * Version number is increased to 2.11.10.
3032
3033 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3034
3035         * wl-mime.el (wl-draft-attribute-value): Fixed.
3036
3037 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3038
3039         * wl-util.el (wl-copy-local-variables): New function.
3040
3041         * wl-mime.el (wl-draft-attribute-recipients): New function.
3042         (wl-draft-attribute-envelope-from): Ditto.
3043         (wl-draft-attribute-smtp-posting-server): Ditto.
3044         (wl-draft-attribute-smtp-posting-port): Ditto.
3045         (wl-draft-attribute-value): Ditto.
3046         (wl-draft-preview-message): Use it to get value for
3047         attributes. Reflect result of `wl-draft-config'.
3048
3049         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3050         and call `wl-summary-mark-as-read' before to call
3051         `wl-summary-unset-mark'.
3052         (wl-summary-target-mark-mark-as-unread): Likewise.
3053         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3054
3055 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3056
3057         * wl-mime.el (wl-draft-preview-message): Use actual value for
3058         attributes; Fix for small window.
3059
3060 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3061
3062         * wl-refile.el (wl-refile-get-field-value): Call
3063         `elmo-message-entity-field' with 3rd argument is non-nil.
3064
3065 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3066
3067         * wl-vars.el (wl-draft-preview-attributes): New user option.
3068         (wl-draft-preview-attributes-list): Ditto.
3069         (wl-draft-preview-attributes-buffer-lines): Ditto.
3070         (wl-draft-preview-attributes-buffer-name): Ditto.
3071
3072         * wl-mime.el (wl-draft-preview-message): Display attributes.
3073
3074 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3075
3076         * wl-summary.el (wl-summary-detect-mark-position): Bind
3077         wl-summary-flag-priority-list to '(new).
3078
3079 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3080
3081         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3082         funtion.
3083         (wl-highlight-summary-line-string): Use it.
3084         (wl-highlight-summary-current-line): Ditto.
3085
3086 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3087
3088         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3089         line even when the mark string is not changed.
3090
3091         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3092         argument change in the wl-summary-create-line.
3093         (wl-thread-insert-entity-sub): Ditto.
3094
3095         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3096         argument change in the wl-summary-create-line.
3097         (wl-summary-insert-sequential): Ditto.
3098         (wl-summary-update-thread): Ditto.
3099         (wl-summary-persistent-mark-string): New inline function.
3100         (wl-summary-message-mark): Use it.
3101         (wl-summary-create-line): Abolish argument wl-persistent-mark
3102         and added wl-flags, wl-cached.
3103
3104         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3105         mark to flags.
3106         (wl-highlight-summary-current-line): Decide the face not by the 
3107         persistent mark but flags.
3108
3109 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3110
3111         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3112         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3113         wl-summary-read-uncached-mark): Revive.
3114         (wl-summary-answered-cached-mark,
3115         wl-summary-answered-uncached-mark): New user option.
3116         (wl-summary-score-marks): Follow the change above.
3117         (wl-summary-auto-refile-skip-marks): Ditto.
3118         (wl-summary-incorporate-marks): Ditto.
3119         (wl-summary-expire-reserve-marks): Ditto.
3120         (wl-summary-flag-priority-list): New user option.
3121
3122         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3123         changes.
3124         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3125         of elmo-message-mark.
3126         (wl-summary-mark-as-read-internal): Ditto.
3127         (wl-summary-mark-as-answered): Ditto.
3128         (wl-summary-mark-as-important): Ditto.
3129         (wl-summary-redisplay-internal): Ditto.
3130         (wl-summary-redisplay-no-mime-internal): Ditto.
3131         (wl-summary-message-mark): New function.
3132         (wl-summary-insert-sequential): Use wl-summary-message-mark
3133         instead of elmo-message-mark.
3134         (wl-summary-update-thread): Ditto.
3135         (wl-summary-persistent-mark): Ditto.
3136         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3137         instead of elmo-message-mark.
3138
3139         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3140         wl-summary-message-mark instead of elmo-message-mark.
3141         (wl-thread-insert-entity-sub): Ditto.
3142         (wl-thread-get-children-msgs-uncached): Ditto.
3143
3144         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3145         variable name changes.
3146         (wl-highlight-summary-current-line): Ditto.
3147
3148         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3149         wl-summary-message-mark instead of elmo-message-mark.
3150
3151         * wl-expire.el (wl-expire-message-p): Ditto.
3152
3153         * wl-score.el (wl-score-headers): Ditto.
3154
3155         * Version number is increased to 2.11.9.
3156
3157         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3158         (wl-summary-sync-update): Follow the change above.
3159         (wl-summary-switch-to-clone-buffer): Ditto.
3160         (wl-summary-open-folder): Ditto.
3161
3162 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3163
3164         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3165         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3166
3167         * Version number is increased to 2.11.8.
3168
3169         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3170
3171         * wl-expire.el (wl-expire-refile): Follow the API change on
3172         `elmo-folder-move-messages'.
3173         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3174
3175         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3176         (wl-summary-exec-action-refile): Ditto.
3177         (wl-summary-exec-action-copy): Ditto.
3178         (wl-summary-no-auto-refile-message-p): No use
3179         `wl-summary-buffer-msgdb'.
3180         (wl-summary-auto-refile): Ditto.
3181
3182 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3183
3184         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3185
3186 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3187
3188         * wl-summary.el (wl-summary-sync): Treat no-sync.
3189
3190         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3191         (wl-default-sync-range): Ditto.
3192
3193 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3194
3195         * wl-refile.el (wl-refile-subject-learn): Call
3196         `elmo-message-entity-field' with 3rd argument is non-nil.
3197         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3198         instead of `elmo-msgdb-overview-entity-get-subject'.
3199
3200 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3201
3202         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3203         scan-type is rescan.
3204         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3205         new optional argument force is non-nil.
3206         (wl-summary-save-view-cache): Call it with force argument non-nil.
3207
3208         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3209
3210 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3211
3212         * wl-action.el (wl-summary-print-argument): Fixed last change.
3213
3214 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3215
3216         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3217         simplified.
3218         (wl-summary-target-mark-mark-as-unread): Likewise.
3219         (wl-summary-target-mark-mark-as-important): Likewise.
3220
3221 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3222
3223         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3224         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3225         (wl-summary-mark-as-important-region): Change accordingly.
3226         (wl-summary-target-mark-mark-as-important): Ditto.
3227
3228 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3229
3230         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3231
3232         * wl-action.el (wl-summary-print-argument): Print argument to
3233         right side of window if `wl-summary-print-argument-within-window'
3234         is non-nil.
3235
3236 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3237
3238         * wl-action.el (wl-summary-set-mark): Use
3239         `wl-summary-message-visible-p' to check visibility of the message
3240         and jump to message only when the message line is visible and have
3241         different number; Call wl-summary-unset-mark with number argument.
3242         (wl-summary-unset-mark): 
3243         Use `wl-summary-message-visible-p'
3244         to check visibility of the message and jump to message only when
3245         the message line is visible and have different number;
3246
3247 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3248
3249         * Version number is increased to 2.11.7.
3250
3251         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3252         and wl-folder-summary-line-format.
3253
3254         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3255         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3256         (wl-summary-set-score-mark): Use it.
3257         (wl-summary-target-mark-mark-as-read): Ditto.
3258         (wl-summary-target-mark-mark-as-unread): Ditto.
3259         (wl-summary-target-mark-mark-as-important): Ditto.
3260         (wl-summary-target-mark-msgs): Simplified.
3261         (wl-summary-detect-mark-position): Fixed problem when
3262         summary-line-format no contain persisten/temp mark spec.
3263         (wl-summary-temp-mark): Ditto.
3264         (wl-summary-persistent-mark): Ditto.
3265         (wl-summary-update-persistent-mark): Ditto.
3266
3267         * wl-action.el (wl-summary-set-mark): Ditto.
3268         (wl-summary-unset-mark): Ditto.
3269         All other related portions are changed.
3270
3271 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3272
3273         * Version number is increased to 2.11.6.
3274
3275 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3276
3277         * wl-util.el (wl-current-message-buffer): Define as function;
3278         Don't use the value of wl-messge-buffer.
3279
3280         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3281         persistent mark.
3282
3283         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3284         no current message, cause an error.
3285
3286 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3287
3288         * wl-summary.el (wl-summary-set-message-modified): Use
3289         elmo-folder-set-message-modified instead of
3290         elmo-folder-set-message-modified-internal.
3291
3292 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3293
3294         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3295         interactively.
3296         (wl-summary-sync): nokill->entirely.
3297         (wl-summary-sync-marks): Fixed message.
3298         (wl-summary-input-range): Added mark, nokill->entirely.
3299
3300         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3301         messages as read.
3302
3303 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3304
3305         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3306         update-noscore.
3307         (wl-summary-sync): Follow the change above.
3308
3309 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3310
3311         * wl-action.el (wl-summary-target-mark-all): Use
3312         elmo-folder-list-messages.
3313
3314 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3315
3316         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3317         (wl-summary-rescan): Set wl-summary-scored as nil.
3318         (wl-summary-sync-force-update): Follow the change above.
3319         (wl-summary-sync): Ditto.
3320         (wl-summary-sync-update): Added argument disable-killed.
3321         (wl-summary-insert-headers): Set visible-only argument for
3322         elmo-folder-list-messages.
3323         (wl-summary-input-range): Added update-nokill, update-noscore,
3324         all-nokill, all-noscore and mark.
3325
3326         * Version number is increased to 2.11.5.
3327
3328         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3329
3330 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3331
3332         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3333         (wl-summary-prefetch-region-no-mark): Change accordingly.
3334         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3335
3336 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3337
3338         * wl-address.el (wl-complete-field-to): Abolished.
3339         (wl-complete-address): Completion function for completing-read.
3340         * wl-action.el (wl-summary-get-resend-address): Use it.
3341
3342         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3343         wl-summary-update-mark and abolish unused argument.
3344         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3345         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3346         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3347         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3348         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3349         * wl-draft.el (wl-draft-kill): Ditto.
3350
3351         * wl-summary.el: Remove unused binding of case-fold-search.
3352         (wl-summary-replace-status-marks): Abolished.
3353
3354 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3355
3356         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3357         is specified or folder length is zero.
3358
3359 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3360
3361         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3362         (wl-folder-archive-current-entity): Ditto.
3363
3364 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3365
3366         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3367         retrieving message mark.
3368         (wl-summary-redisplay-internal): Ditto.
3369
3370         * wl-message.el (wl-message-buffer-display): Ignore errors while
3371         retrieving message-id field.
3372
3373         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3374         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3375         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3376         order of the arguments for `wl-expire-message-p'.
3377         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3378
3379         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3380         Check return value of wl-summary-reply.
3381         (wl-summary-reply): Recover window configuration when an error occured.
3382
3383 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3384
3385         * wl-summary.el (wl-summary-resend-message): Abolished, the
3386         feature is inherited by wl-summary-resend (put resend mark).
3387
3388 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3389
3390         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3391         wl-message-buffer to nil when the message is hide.
3392
3393 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3394
3395         * .cvsignore: New file.
3396
3397 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3398
3399         * wl-action.el (wl-summary-action-docstring): Add more info.
3400         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3401         duplicate definition.
3402         (wl-summary-define-mark-action): Functions wl-summary-*-region
3403         keep current position.
3404         (wl-summary-unregister-target-mark): Store result to the variable.
3405
3406 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3407
3408         * Version number is increased to 2.11.4.
3409
3410 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3411
3412         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3413         wl-summary-delete-all-temp-marks.
3414         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3415
3416         * wl-action.el (wl-summary-set-mark): Changed terminology
3417         refile-destination -> action-argument.
3418         (wl-summary-unset-mark): Ditto.
3419         (wl-summary-remove-argument): Ditto.
3420         (wl-summary-print-argument): Ditto.
3421
3422         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3423         (wl-thread-remove-argument-region): Ditto.
3424         (wl-thread-print-argument-region): Ditto.
3425         (wl-thread-close): Ditto.
3426         (wl-thread-open): Ditto.
3427
3428         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3429         (wl-highlight-refile-destination-face is abolished)
3430         (wl-highlight-action-argument-string): Ditto.
3431         (wl-highlight-summary-current-line): Highlight action argument.
3432
3433         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3434         color for light backgrounds.
3435         (wl-highlight-summary-answered-face): Ditto.
3436
3437 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3438
3439         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3440
3441         * wl-score.el (wl-summary-score-update-all-lines): Use
3442         wl-summary-set-mark.
3443         (wl-summary-score-update-all-lines): Kill expunged messages.
3444
3445         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3446
3447 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3448
3449         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3450         directly.
3451         (wl-score-overview-entity-get-lines): Ditto.
3452         (wl-score-overview-entity-get-xref): Ditto.
3453         (wl-score-get-latest-msgs): Ditto.
3454         (wl-summary-rescore): Ditto.
3455
3456         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3457         to "&".
3458         (wl-summary-mark-as-answered-internal): New inline function.
3459         (wl-summary-mark-as-answered): New function.
3460         (wl-summary-mark-as-unanswered): Ditto.
3461         (wl-summary-sync-marks): Modified for answered-mark synching.
3462
3463 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3464
3465         * wl-action.el (wl-summary-set-mark): Fixed last change.
3466
3467 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3468
3469         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3470         behavior of wl-summary-unread-message-hook
3471         (Pointed out by akira yamada <akira@arika.org>).
3472
3473 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3474
3475         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3476         wl-summary-delete.
3477         * wl-xmas.el (wl-summary-toolbar): Ditto.
3478
3479         * wl-action.el (wl-summary-set-mark): Don't override current
3480         temp-mark.
3481
3482         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3483
3484 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3485
3486         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3487         (wl-refile-msgid-learn): Ditto.
3488         (wl-refile-get-field-value): Ditto.
3489
3490         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3491
3492         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3493         (wl-expire-delete-reserved-messages): Renamed from
3494         wl-expire-reserve-marked-msgs-from-list.
3495         (wl-expire-delete): Removed argument `msgdb'.
3496         (wl-expire-refile): Ditto.
3497         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3498         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3499         mark-alist as argument.
3500         (wl-expire-archive-number1): Removed argument `msgdb'.
3501         (wl-expire-archive-number2): Ditto.
3502         (wl-expire-archive-date): Ditto.
3503         (wl-expire-localdir-date): Ditto.
3504         (wl-expire-hide): Ditto.
3505         (wl-archive-number1): Ditto.
3506         (wl-archive-number2): Ditto.
3507         (wl-archive-date): Ditto.
3508         (wl-archive-folder): Ditto.
3509         All other related portions are changed.
3510
3511 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3512
3513         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3514         mean move up and down. (suggested by Takashi Kawachi)
3515
3516 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3517
3518         * wl-acap.el (toplevel): Don't require un-define.
3519
3520 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3521
3522         * wl-thread.el (wl-thread-delete-message): Always update
3523         wl-summary-buffer-number-list.
3524
3525         * wl-action.el (wl-summary-print-destination): 
3526         Do nothing when folder is nil.
3527
3528 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3529
3530         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3531         persistent mark when prefetch is succeeded.
3532
3533 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3534
3535         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3536         instead of elmo-msgdb-delete-msgs.
3537         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3538         (wl-expire-hide): Ditto.
3539
3540         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3541
3542         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3543         elmo-msgdb interface.
3544         (wl-thread-get-exist-children): Likewise.
3545         (wl-thread-insert-message): Likewise.
3546         (wl-thread-msg-mark-as-important): Likewise.
3547         (wl-thread-insert-entity-sub): Likewise.
3548         (wl-thread-get-children-msgs-uncached): Likewise.
3549
3550         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3551         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3552         (wl-summary-sync-update): Likewise.
3553         (wl-summary-auto-select-msg-p): Likewise.
3554         (wl-summary-update-thread): Likewise.
3555         (wl-summary-mark-as-important): Likewise.
3556         (wl-summary-jump-to-msg-internal): Likewise.
3557         (wl-summary-redisplay-internal): Likewise.
3558         (wl-summary-print-message-with-ps-print): Likewise.
3559         (wl-summary-folder-info-update): Likewise.
3560
3561         * wl-folder.el (wl-folder-check-one-entity):
3562         elmo-folder-count-flags instead of wl-summary-count-unread.
3563
3564         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3565
3566         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3567
3568         * wl-summary.el (wl-summary-set-message-modified): 
3569         Call wl-summary-set-mark-modified.
3570         (wl-summary-delete-messages-on-buffer): Call
3571         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3572         (wl-summary-sync-update): Call elmo-folder-length instead of
3573         elmo-folder-messages.
3574         (wl-summary-insert-headers): Don't call
3575         elmo-folder-list-message-entities.
3576
3577 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3578
3579         * wl-action.el (wl-summary-define-mark-action): Call
3580         `wl-summary-set-mark' with argument `data'.
3581         (wl-summary-auto-refile): Fixed order of arguments when call
3582         `wl-summary-refile'.
3583
3584 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3585
3586         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3587
3588         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3589
3590         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3591         (Renamed from wl-highlight-summary-deleted-face).
3592         (wl-highlight-summary-resend-face): New face.
3593
3594         (wl-highlight-summary-deleted-face): Renamed from
3595         wl-highlight-summary-erased-face.
3596
3597         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3598
3599         * wl-action.el (wl-summary-get-resend-address): New function.
3600         (wl-summary-exec-action-resend): Ditto.
3601         (wl-summary-exec-action-resend-subr): Ditto.
3602
3603         * w-thread.el (wl-thread-copy): Removed definition.
3604         (wl-thread-refile): Ditto.
3605         (wl-thread-delete): Ditto.
3606         (wl-thread-target-mark): Ditto.
3607
3608         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3609         (wl-summary-target-mark-set-action): Fixed.
3610         (wl-summary-define-mark-action): Fixed quotation.
3611         (wl-summary-move-mark-list-messages): Display message.
3612         (wl-summary-define-mark-action): Define thread functions.
3613         (wl-summary-exec-action-refile): Changed message.
3614         (wl-summary-exec): Ditto.
3615
3616 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3617         
3618         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3619         '%%'.
3620
3621 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3622
3623         * wl.el (toplevel): Require wl-action.
3624         (wl-init): Call wl-summary-define-mark-action.
3625
3626         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3627
3628         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3629         wl-summary-delete and wl-summary-erase.
3630         (wl-summary-mode-map): Ditto.
3631
3632         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3633         wl-delete-folder-alist.
3634
3635         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3636         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3637         (toplevel): Moved mark & action related functions to the wl-action.el.
3638
3639         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3640         in wl-summary-mark-action-list.
3641         (wl-highlight-summary-current-line): Ditto.
3642
3643         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3644         empty lines.
3645
3646         * wl-action.el: New file. 
3647
3648 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3649
3650         * wl-summary.el (wl-summary-target-mark-replace): New function.
3651         (wl-summary-target-mark-prefetch): Use it.
3652         (wl-summary-target-mark-delete): Ditto.
3653         (toplevel): Rearranged definition order.
3654         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3655         (wl-summary-target-mark-erase): Rewrite.
3656         (wl-summary-erase-region): New function.
3657         (wl-summary-exec-action-erase): Changed message.
3658         (wl-summary-move-mark-list-messages): New function.
3659         (wl-summary-exec-action-delete): Use it.
3660         (wl-summary-exec-action-erase): Ditto.
3661
3662         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3663         (wl-summary-skip-mark-list): Added "d".
3664
3665         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3666         while searching.
3667
3668         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3669         and define using defcustom;
3670         Define 4th element as a face.
3671         
3672         * wl-summary.el (wl-summary-incorporate): Use 
3673         `wl-summary-prefetch-region-no-mark' instead of
3674         `wl-summary-prefetch-region'.
3675         (wl-summary-prefetch-region-no-mark): Revival of old
3676         `wl-summary-prefetch-region'.
3677         (wl-summary-mark-action-list): Moved to wl-vars.el
3678
3679         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3680         face according to the `wl-summary-mark-action-list'.
3681         (wl-highlight-summary-current-line): Ditto;
3682         Removed destination highlighting.
3683
3684         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3685         (wl-highlight-summary-line-string): Highlight for "i" mark.
3686         (wl-highlight-summary-current-line): Ditto.
3687
3688         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3689         no destination.
3690
3691         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3692         exists, just go ahead.
3693         (wl-summary-prefetch-region): Rewrite.
3694         (wl-summary-prefetch): Ditto.
3695         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3696         (wl-summary-exec-action-prefetch): New function.
3697         (wl-summary-target-mark-prefetch): Rewrite.
3698
3699 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3700
3701         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3702         (wl-highlight-summary-line-string): Added "d" and "D".
3703         (wl-highlight-summary-current-line): Ditto.
3704
3705         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3706         in wl-summary.el.
3707         (wl-thread-insert-entity-sub): Ditto.
3708         (wl-thread-remove-destination-region): Ditto.
3709         (wl-thread-print-destination-region): Ditto.
3710
3711         * wl-summary.el (wl-summary-buffer-refile-list,
3712         wl-summary-buffer-delete-list,
3713         wl-summary-buffer-copy-list): Abolish.
3714         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3715         All other related portions are changed.
3716         (wl-summary-mark-action-list): New variable.
3717         (wl-summary-set-mark): New function.
3718         (wl-summary-register-target-mark): Ditto.
3719         (wl-summary-unregister-target-mark): Ditto.
3720         (wl-summary-have-target-mark-p): Ditto.
3721         (wl-summary-register-temp-mark): Ditto.
3722         (wl-summary-unregister-temp-mark): Ditto.
3723         (wl-summary-registered-temp-mark): Ditto.
3724         (wl-summary-collect-temp-mark): Ditto.
3725         (wl-summary-unset-mark): Ditto.
3726         (wl-summary-set-target-mark): Ditto.
3727         (wl-summary-unset-target-mark): Ditto.
3728         (wl-summary-set-action-generic): Ditto.
3729         (wl-summary-unset-action-generic): Ditto.
3730         (wl-summary-exec-action-delete): Ditto.
3731         (wl-summary-exec-action-erase): Ditto.
3732         (wl-summary-set-action-refile): Ditto.
3733         (wl-summary-set-action-refile-subr): Ditto.
3734         (wl-summary-unset-action-refile): Ditto.
3735         (wl-summary-make-destination-numbers-list): Ditto.
3736         (wl-summary-exec-action-refile): Ditto.
3737         (wl-summary-set-action-copy): Ditto.
3738         (wl-summary-unset-action-copy): Ditto.
3739         (wl-summary-exec-action-copy): Ditto.
3740         (wl-summary-collect-numbers-region): Ditto.
3741         (wl-summary-delete): Rewrite.
3742         (wl-summary-erase): Ditto.
3743         (wl-summary-remove-destination): Ditto.
3744         (wl-summary-exec): Ditto.
3745         (wl-summary-exec-region): Ditto.
3746         (wl-summary-target-mark-erase): Ditto.
3747         (wl-summary-refile): Ditto.
3748         (wl-summary-copy): Ditto.
3749         (wl-summary-unmark): Ditto.
3750         (wl-summary-delete-all-mark): Ditto.
3751         (wl-summary-mark-line): Don't highlight.
3752         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3753         (wl-summary-target-mark-refile-subr): Rewrite.
3754
3755         (wl-summary-copy-prev-destination): Abolish.
3756
3757 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3758
3759         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3760         default values along the value of wl-on-mule.
3761         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3762         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3763         It is not used anywhere.
3764
3765 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3766
3767         * wl-summary.el (wl-summary-print-destination): Keep position.
3768         (wl-summary-cursor-move-surface): Keep horizontal position.
3769
3770 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3771
3772         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3773         write sendlog.
3774
3775 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3776
3777         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3778         `wl-summary-highlight'.
3779
3780 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3781
3782         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3783         trivial condition for temp-mark.
3784
3785 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3786
3787         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3788         when it hits killed buffer.
3789
3790 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3791
3792         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3793         * wl-news.el.in: `message' and `error' take format string.
3794
3795 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3796
3797         * wl-folder (wl-folder-insert-entity): Display a message,
3798         `...done', when the work finish.
3799         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3800
3801 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3802
3803         * wl-message.el (wl-message-redisplay): Remove unused local
3804         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3805
3806 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3807
3808         * wl-summary.el (wl-summary-replace-status-marks): Disable
3809         interactive use.
3810         (wl-summary-reedit): Check message existence at first.
3811         (wl-summary-mark-line): Fix doc, return value is indefinite.
3812
3813         * wl-highlight.el (wl-highlight-message): Arranged.
3814
3815         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3816         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3817         check temp-mark by wl-summary-temp-mark always.
3818         (wl-highlight-summary): Change accordingly.
3819         * wl-summary.el (wl-summary-mark-as-read-all)
3820         (wl-summary-delete-cache, wl-summary-set-score-mark)
3821         (wl-summary-mark-as-unread, wl-summary-unmark)
3822         (wl-summary-mark-line, wl-summary-mark-as-read)
3823         (wl-summary-mark-as-important): Ditto.
3824
3825         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3826         end of the window if possible.
3827         * wl-summary.el (wl-summary-sync-update): Support lazy
3828         highlighting.
3829         (wl-summary-toggle-disp-msg): Ditto.
3830
3831 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3832
3833         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3834
3835 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3836
3837         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3838         change.
3839
3840 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3841
3842         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3843         API.
3844         (wl-summary-sync-update): Ditto.
3845
3846         * wl-score.el (wl-score-get-score-alist): Changed argument.
3847         (wl-summary-rescore-msgs): Likewise.
3848         (wl-summary-score-headers): Likewise.
3849         (wl-score-headers): Likewise;
3850         Use elmo-folder-do-each-message-entity, etc.
3851         (wl-summary-score-effect): Follow the changes above.
3852         (wl-summary-rescore): Ditto.
3853         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3854         (wl-score-get-overview): Abolish.
3855
3856         * wl-summary.el (wl-summary-default-from): Follow the API change in
3857         elmo-msgdb.
3858         (wl-summary-count-unread): Ditto.
3859         (wl-summary-detect-mark-position): Ditto.
3860         (wl-summary-overview-entity-compare-by-date): Ditto.
3861         (wl-summary-overview-entity-compare-by-number): Ditto.
3862         (wl-summary-overview-entity-compare-by-from): Ditto.
3863         (wl-summary-overview-entity-compare-by-subject): Ditto.
3864         (wl-summary-get-list-info): Ditto.
3865         (wl-summary-rescan): Ditto.
3866         (wl-summary-jump-to-msg-by-message-id): Ditto.
3867         (wl-summary-sync-update): Ditto; Removed comment.
3868         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3869         (wl-summary-insert-message): Use wl-summary-insert
3870         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3871         (wl-summary-insert-headers): Changed argument overview to folder.
3872         (wl-summary-search-by-subject): Likewise.
3873         (wl-summary-insert-thread): Renamed from 
3874         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3875
3876         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3877         too.
3878
3879         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3880         wl-string-member.
3881
3882 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3883
3884         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3885         elmo-folder-append-buffer.
3886         (wl-draft-queue-append): Likewise.
3887
3888         * wl-mime.el (wl-message-delete-current-part): Ditto.
3889         (wl-summary-burst-subr): Ditto.
3890
3891         * wl-news.el.in (wl-news-send-news): Ditto.
3892
3893 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3894
3895         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3896         function.
3897         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3898         (wl-summary-update-mark): Enclose with save-excursion.
3899         (wl-summary-mark-as-read-internal): Fixed last change.
3900         (wl-summary-mark-as-important): Use 3rd argument of
3901         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3902         Don't use elmo-msgdb-set-mark.
3903         (wl-summary-redisplay-internal): If msgdb flag is already read,
3904         just update the mark on buffer.
3905
3906 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3907
3908         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3909         cut visible folder when elmo-folder-delete returns non-nil value.
3910
3911 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3912
3913         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3914         by Kenichi OKADA <okada@opaopa.org>).
3915
3916 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3917
3918         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3919
3920 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3921
3922         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3923         Fixed the last change, search group entity by its real name.
3924         (Thanks to: KOBAYASHI Shinji)
3925
3926 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3927
3928         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3929         (wl-fldmgr-access-display-all): Don't refer visible name.
3930         * wl-expire.el (wl-folder-archive-current-entity)
3931         (wl-folder-expire-current-entity): Ditto.
3932         * wl-folder.el (wl-folder-jump-to-current-entity)
3933         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3934         (wl-folder-open-folder-sub,wl-folder-open-all)
3935         (wl-folder-write-current-folder): Ditto.
3936         (wl-folder-insert-entity): Don't use petname for normal group.
3937         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3938         is the real name.
3939         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3940         Abolished.
3941
3942 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3943
3944         * wl-draft.el (wl-draft-create-buffer): Add
3945         `wl-summary-reply-with-citation'
3946
3947 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3948
3949         * wl-draft.el (wl-draft-reply): Fixed.
3950
3951 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3952
3953         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3954         when `wl-draft-send-confirm-with-preview' is non-nil.
3955         You can scroll up/down by j/k.
3956         (wl-draft-send-confirm-with-preview): New variable (default=t).
3957
3958 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3959
3960         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3961         (wl-fldmgr-save-folders): Fix comment.
3962
3963 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3964
3965         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3966         along the last change in `wl-folder-buffer-group-p'.
3967
3968 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3969
3970         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3971         folder.
3972
3973         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3974         the default value.
3975
3976         * wl-mime.el (wl-summary-burst): Update summary only when target
3977         folder equals current folder.
3978
3979 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3980
3981         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3982
3983 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3984
3985         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3986         value.
3987
3988 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3989
3990         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3991         `map-extents' instead of `extent-at' repeatedly.
3992         (wl-highlight-folder-current-line): Ditto.
3993
3994         * wl-highlight.el: Remove useless dummy functions.
3995
3996 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3997
3998         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3999         (wl-folder-put-folder-property): New function to put text property.
4000         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4001         (wl-folder-insert-entity, wl-folder-update-diff-line)
4002         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4003         * wl-e21.el, wl-xmas.el, wl-mule.el
4004         (wl-highlight-folder-current-line): Ditto.
4005         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4006         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4007         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4008         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4009
4010 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4011
4012         * Version number is increased to 2.11.3.
4013
4014 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4015
4016         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4017         Resume current-buffer since it is assumed by remaining tasks.
4018
4019 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4020
4021         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4022         (wl-folder-completion-function): Abolished.
4023         (wl-folder-complete-folder): New function.
4024         (wl-folder-complete-filter-condition): Ditto.
4025         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4026         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4027
4028 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4029
4030         * wl-draft.el (wl-draft-send-confirm): New function.
4031         (wl-draft-send): Use it.
4032
4033         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4034         cursor-in-echo-area while confirming.
4035
4036         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4037
4038         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4039         searching via nntp if wl-summary-search-via-nntp is 'force.
4040         Otherwise, invoke searching in nntp folder only.
4041         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4042
4043         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4044         explicitly for mime-make-text-tag.
4045
4046 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4047
4048         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4049         `mime-make-text-tag' instead of `mime-create-tag'.
4050
4051 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4052
4053         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4054         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4055
4056 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4057
4058         * wl-score.el (wl-score-save): Bind print-length and print-level.
4059         (wl-score-pretty-print): Ditto.
4060         (wl-score-edit-insert-header-entry): Ditto.
4061
4062         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4063         "From" entry to be treated with wl-draft-eword-encode-address-list.
4064         * wl-mime.el (wl-draft-preview-message): Ditto.
4065
4066         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4067         (wl-summary-mark-as-unread): Ditto.
4068         (wl-summary-mark-as-read-region): Change accordingly.
4069         (wl-summary-mark-as-unread-region): Ditto.
4070         (wl-summary-target-mark-mark-as-read): Ditto.
4071         (wl-summary-target-mark-mark-as-unread): Ditto.
4072
4073 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4074
4075         * Version number is increased to 2.11.2.
4076
4077 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4078
4079         * wl-news.el.in (wl-news-previous-version-save): Bind
4080         print-length and print-level.
4081         * wl-thread.el (wl-thread-save-entities): Ditto.
4082         (wl-thread-save-top-list): Bind print-length.
4083
4084 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4085
4086         * wl-highlight.el (wl-highlight-summary-line-string): Use
4087         wl-summary-score-below-mark, wl-summary-score-over-mark.
4088         (wl-highlight-summary-current-line): Ditto.
4089
4090 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4091
4092         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4093         insert it.
4094
4095 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4096
4097         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4098
4099 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4100
4101         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4102         message without msgid.
4103         Rewrite with elmo-folder-move-messages.
4104         Set wl-message-buffer to nil.
4105
4106         * wl-summary.el (wl-summary-erase-subr): New function. Use
4107         elmo-folder-move-messages.
4108         (wl-summary-erase): Call it.
4109         (wl-summary-target-mark-erase): Ditto.
4110
4111 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4112
4113         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4114         it is not up-tp-date.
4115
4116 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4117
4118         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4119         buffer after calling `wl-summary-goto-folder-subr' without the
4120         argument `interactive'.
4121         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4122
4123 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4124
4125         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4126         `mime-create-tag'. Use `string=' instead of `looking-at'.
4127
4128 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4129
4130         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4131         to avoid compile warning.
4132
4133         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4134         entity-id when folder is given.
4135         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4136         save-excursion, use save-selected-window instead.
4137         Select folder buffer window if exists.
4138         (To correct behavior with wl-folder-move-cur-folder.)
4139
4140 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4141
4142         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4143
4144 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4145
4146         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4147         list-count instead of %d.
4148
4149 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4150
4151         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4152         (wl-news): Set it.
4153         (wl-news-append-to-folder): Use it.
4154
4155         * wl-news.el.in (wl-news-send-news): Append to specified folder
4156         instead of wl-default-folder.
4157         (wl-news-append-to-folder): Show error message with specified folder.
4158
4159         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4160                 In most major modes, Emacs assumes that any opening
4161                 delimiter found at the left margin is the start of a
4162                 top-level definition, or defun. Therefore, *never put an
4163                 opening delimiter at the left margin unless it should have
4164                 that significance.*
4165
4166         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4167
4168 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4169
4170         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4171
4172 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4173
4174         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4175
4176 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4177
4178         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4179         for sequential numbering case.
4180
4181 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4182
4183         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4184         value.
4185         (wl-draft-reply-without-argument-list): Ditto.
4186         (wl-draft-reply-myself-with-argument-list): Abolish.
4187         (wl-draft-reply-myself-without-argument-list): Ditto.
4188         * wl-draft.el (wl-draft-self-reply-p): New function.
4189         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4190
4191 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4192
4193         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4194         (avoid error for the case without byte-compiling)
4195
4196 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4197
4198         * wl-news.el.in (wl-news-append-to-folder): New function.
4199         (wl-news-exit): Rewrite.
4200         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4201
4202 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4203
4204         * wl-draft.el (wl-draft-reply-position): New function.
4205         (wl-draft-reply-position): Fix.
4206         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4207         (wl-summary-target-mark-reply-with-citation): Ditto.
4208         (wl-summary-reply-with-citation): Ditto.
4209         * wl-vars.el (wl-draft-reply-default-position): New variable.
4210
4211 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4212
4213         * wl-draft.el (wl-draft-send): Preview when interactive send.
4214
4215 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4216
4217         * wl-draft.el (wl-draft-reply): Set default position.
4218         * wl-summary.el (wl-summary-reply): Ditto.
4219         (wl-summary-reply-with-citation): Ditto.
4220         (wl-summary-target-mark-reply-with-citation): Ditto.
4221
4222 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4223
4224         * wl-news.el.in (wl-news-lang): Set default value according to
4225         current-language-environment.
4226         (wl-news-append-news): Do nothing when news-list is nil.
4227
4228 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4229
4230         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4231         (wl-news): Change message.
4232         (wl-news-exit): Check buffer.
4233         (wl-news-force-exit): New function.
4234         (wl-news-show-all): New function.
4235         (wl-news-discard-and-exit): Fix.
4236
4237 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4238
4239         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4240         according to current-language-environment.
4241
4242         * wl-news.el.in (wl-news): If arg, show all NEWS after
4243         wl-news-default-previous-version.
4244
4245 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4246
4247         * wl-news.el.in (wl-news-check): Rewritten.
4248         (wl-news-previous-version-load): Change data type.
4249         (wl-news-previous-version-save): Change data type.
4250         (wl-news-append-news): Add return value.
4251         (wl-news-check-news): New function.
4252         (wl-news-already-current-p): New function.
4253         (wl-news-send-news): Rewritten.
4254         (wl-news-mode-map): Add new keybind.
4255         (wl-news): Rewritten.
4256         (wl-news-exit): Rewritten.
4257         (wl-news-discard-and-mail): New function.
4258         (wl-news-send-to-address): Abolished.
4259         * wl.el (wl-init): Delete a message.
4260
4261 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4262
4263         * wl-news.el.in (wl-news-exit): Update previous version.
4264         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4265
4266 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4267
4268         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4269
4270 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4271
4272         * wl-news.el.in (wl-news): New function.
4273         (wl-news-mode): New function.
4274         (wl-news-next-line): New function.
4275         (wl-news-next-page): New function.
4276         (wl-news-exit): New function.
4277         (wl-news-buf-name): New variable.
4278         (wl-news-mode-map): New variable.
4279         (wl-news-winconf): New variable.
4280         (wl-news-append-news): Add an option.
4281
4282 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4283
4284         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4285
4286 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4287
4288         * wl-news.el.in (wl-news-send-to-address): New variable.
4289         (wl-news-send-news): Use it.
4290         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4291         Return updating status.
4292         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4293
4294 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4295
4296         * wl-news.el.in (wl-news-send-news): Delete
4297         Organization and X-Face.
4298
4299 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4300
4301         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4302         (wl-news-append-news): New function.
4303         (wl-news-send-news): New function.
4304
4305 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4306
4307         * Version number is increased to 2.11.1.
4308
4309 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4310
4311         * wl-news.el.in : New file.
4312
4313 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4314
4315         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4316         default value.
4317         (wl-draft-reply-without-argument-list): Ditto.
4318
4319 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4320
4321         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4322         (wl-message-buffer-prefetch-idle-time): Ditto.
4323         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4324
4325 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4326
4327         * wl-thread.el (wl-thread-insert-message): Use
4328         wl-summary-max-thread-depth.
4329
4330         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4331         loop detection.
4332
4333         * wl-message.el (wl-message-buffer-display): Back to the first page
4334         when cache is hit.
4335
4336 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4337
4338         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4339
4340         * wl-summary.el (wl-summary-insert-thread-entity):
4341         If the thread depth is reached to wl-summary-max-thread-depth,
4342         divide the thread.
4343
4344 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4345
4346         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4347         for elmo-remove-passwd.
4348
4349 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4350
4351         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4352         folder is sticky.
4353         (wl-folder-mark-as-read-all-entity): Ditto.
4354         (wl-folder-prefetch-entity): Ditto.
4355
4356 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4357
4358         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4359
4360 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4361
4362         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4363         Delete messages on buffer for unplugged operation.
4364         (wl-summary-erase): Ditto.
4365
4366 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4367
4368         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4369         take nil so as not to search parent by subject.
4370
4371 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4372
4373         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4374         (wl-folder-get-next-folder): Ditto.
4375         (wl-folder-get-path): Ditto.
4376
4377 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4378
4379         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4380         system and encode the region with it before verifying.
4381
4382 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4383
4384         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4385         system of the echo buffer before decoding.
4386
4387 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4388
4389         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4390         original contents.
4391
4392 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4393
4394         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4395         with argument 'any-exists.
4396
4397 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4398
4399         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4400         Use `wl-cs-autoconv'.
4401
4402 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4403
4404         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4405         by `mime-view-automatic-conversion'.
4406
4407         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4408         (wl-message-verify-pgp-nonmime): Ditto.
4409         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4410         Bind them to C-c:d and C-c:v respectively.
4411
4412         Merge following code by Teranishi-san from [wl-en:00167].
4413         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4414         (wl-mime-preview-application/pgp-encrypted): Ditto.
4415         (wl-mime-setup): Add entry.
4416
4417 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4418
4419         * wl-summary.el (wl-summary-target-mark-erase): New function.
4420         Bind it to "mD".
4421
4422 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4423
4424         * wl-vars.el (wl-draft-write-file-function): Fix.
4425         (wl-draft-reedit-hook): Changed default value.
4426
4427         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4428         wl-draft-reedit-hook.
4429         (wl-draft-remove-text-plain-tag): New function.
4430         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4431
4432         * wl-vars.el (wl-draft-write-file-function): New user option.
4433
4434         * wl-draft.el (wl-draft-prepare-edit): Use it for
4435         local-write-file-hooks.
4436         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4437
4438         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4439         (wl-draft-insert-mail-header-separator): Return the body beginning
4440         point.
4441         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4442         text/plain.
4443         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4444
4445 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4446
4447         * wl-summary.el (wl-summary-erase): New function to erase message
4448         without moving it to trash. Bind to "D".
4449
4450         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4451         as `keep' unless switch-function.
4452
4453 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4454
4455         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4456         message buffer by using `wl-summary-toggle-disp-msg'.
4457         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4458         buffer window.
4459         (wl-summary-supresedes-message): Ditto.
4460
4461         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4462         Do not delete other windows.
4463         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4464         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4465         (wl-draft-create-buffer): Set reply-or-forward also for target
4466         mark commands.
4467
4468 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4469
4470         * wl-draft.el (wl-user-agent-compose): Delete special case for
4471         switch-to-buffer-other-window.
4472
4473         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4474         (wl-summary-forward): Ditto.
4475
4476         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4477         function.
4478         (wl-draft-buffer-style): New use option.
4479
4480         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4481         (wl-draft): Follow the change above.
4482         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4483         wl-draft-buffer-style.
4484         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4485         switch-function.
4486
4487 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4488
4489         * wl-address.el (wl-address-make-completion-entry): Extracted from
4490         `wl-address-make-completion-list'.
4491         (wl-address-enable-strict-loading): New variable.
4492         (wl-address-make-completion-list): Revive petname duplication
4493         inquiry, and enable it if `wl-address-enable-strict-loading'.
4494         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4495
4496 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4497
4498         * wl-message.el (wl-message-get-original-buffer): Avoid
4499         'Selecting deleted buffer' error when original buffer is killed.
4500
4501 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4502
4503         * wl-summary.el (wl-summary-next-message): Use
4504         elmo-message-accessible-p instead of elmo-message-cached-p.
4505
4506 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4507
4508         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4509
4510         * wl-thread.el (wl-thread-open-all-unread): Use
4511         elmo-folder-list-flagged instead of
4512         elmo-folder-list-messages-mark-match.
4513
4514         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4515         instead of elmo-folder-list-messages-mark-match.
4516         (wl-summary-move-spec-alist): New variable.
4517         (wl-summary-move-spec-plugged-alist,
4518         wl-summary-move-spec-unplugged-alist): Abolish.
4519         (wl-summary-next-message): Follow the change above.
4520         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4521         with 'no-msg' argument.
4522
4523         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4524         variable.
4525         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4526         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4527         (wl-message-buffer-prefetch-get-next): Follow the change above.
4528
4529 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4530
4531         * wl-version.el (wl-version): Changed codename.
4532
4533         * Version number is increased to 2.11.0.
4534
4535 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4536
4537         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4538         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4539         `wl-draft-config-variables'.
4540         (wl-draft-kill): Fixed problem when the draft is reedit.
4541
4542 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4543
4544         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4545         buffer-modified status (Thanks to
4546         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4547
4548 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4549
4550         * wl-util.el (wl-region-exists-p): New function.
4551
4552         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4553         Remove defvars for byte-compile warnings.
4554
4555 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4556
4557         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4558         defvar-maybe. Removed unused bind.
4559
4560 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4561
4562         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4563         summary buffer window before creating new frame.
4564         (wl-draft-reply): Ditto.
4565
4566 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4567
4568         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4569
4570 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4571
4572         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4573
4574 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4575
4576         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4577         instead of `kill-region'.
4578
4579 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4580
4581         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4582         (wl-highlight-summary-line-string): Use it.
4583         (wl-highlight-summary-current-line): Ditto.
4584
4585         * wl-mime.el (wl-message-delete-current-part): Check the class of
4586         mime-entity.
4587
4588         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4589
4590         * wl-summary.el (wl-summary-make-number-list): Initialize.
4591         (wl-summary-update-mark): New function.
4592         (wl-summary-reply): Put `answered' mark on the message.
4593         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4594
4595         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4596         (wl-draft-reply): Added optional argument `number';
4597         Set wl-draft-parent-number.
4598         (wl-draft-kill): Delete answered mark if it is a reply.
4599
4600 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4601
4602         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4603         that originates in mime-preview-follow-current-entity.
4604         (wl-draft-yank-current-message-entity): Use it if region is active.
4605
4606         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4607         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4608         `wl-message-delete-current-part'.
4609         * wl-mule.el (wl-message-define-keymap): Ditto.
4610         * wl-xmas.el (wl-message-define-keymap): Ditto.
4611
4612 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4613
4614         * wl-mime.el (wl-message-delete-current-part): New function.
4615         (wl-mime-node-id-to-string): Ditto.
4616
4617         * wl-mime.el (wl-message-delete-current-part): Use existing
4618         original buffer which corresponds current mime-view buffer.
4619         (fetched buffer might have different structure, possibly)
4620
4621         * wl-mime.el (wl-message-delete-current-part): Quit if the
4622         message content differs from the actual message.
4623
4624 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4625
4626         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4627         order.
4628         (wl-summary-search-by-subject): Search parent message from tail;
4629         Check the existence of the parent message on the current thread tree.
4630         (wl-summary-update-thread): Check whether the line is inserted.
4631
4632 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4633
4634         * wl-vars.el (wl-summary-line-format): Undo last change.
4635         * wl-summary.el (wl-summary-print-destination): Do not put
4636         invisible property when `wl-summary-width' is nil.
4637         (wl-summary-line-subject-minimum-length): Abolished.
4638         (wl-summary-line-subject): Ditto.
4639
4640 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4641
4642         * wl-vars.el (wl-summary-line-format): Change default value.
4643         (wl-summary-subject-length-limit): Abolished.
4644         * wl-summary.el (wl-summary-line-subject): Ditto.
4645
4646 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4647
4648         * wl-template.el (wl-template-select): Added optional argument.
4649         If optional argument is specified, reverse
4650         `wl-template-visible-select'.
4651
4652 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4653
4654         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4655         Take prefix argument to force asking the destination folder.
4656
4657 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4658
4659         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4660         count and update status.
4661
4662 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4663
4664         * wl-summary.el (wl-summary-redisplay-internal): If
4665         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4666         after fetching.
4667
4668 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4669
4670         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4671         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4672
4673         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4674
4675 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4676
4677         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4678         (All other related portions are changed).
4679         (wl-summary-mark-as-read-all): Rewrite.
4680
4681 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4682
4683         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4684         `wl-summary-mark-as-read'.
4685         (wl-summary-mark-as-unread): Rewrite.
4686         (wl-summary-mark-as-read): Added no-modeline argument.
4687         (wl-summary-resume-cache-status): Rewrite.
4688         (wl-summary-exec-subr): Remove unused local variable.
4689
4690 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4691
4692         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4693         logic to call `wl-summary-buffer-prev-folder-function'.
4694         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4695
4696 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4697
4698         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4699         is nil.
4700
4701 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4702
4703         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4704         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4705         (wl-mime-setup): Add its entry.
4706
4707 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4708
4709         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4710         (wl-summary-delete-cache): Likewise.
4711         (wl-summary-mark-as-read): Rewrite.
4712
4713 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4714
4715         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4716         `wl-summary-count-unread'.
4717
4718         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4719
4720         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4721
4722 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4723
4724         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4725         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4726         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4727         Renamed to the elmo-msgdb-*-mark.
4728         (wl-summary-score-marks): Follow the change above.
4729         (wl-summary-auto-refile-skip-marks): Ditto.
4730         (wl-summary-incorporate-marks): Ditto.
4731         (wl-summary-expire-reserve-marks): Ditto.
4732
4733         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4734         changes.
4735         (wl-thread-insert-top): Changed updating message.
4736
4737         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4738         variable.
4739         (wl-summary-count-unread): Count answered marks.
4740         (wl-summary-rescan): Call wl-summary-insert-message instead of
4741         wl-summary-append-message-func-internal.
4742         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4743         (wl-summary-prefetch-msg): Follow the variable name changes.
4744         (wl-summary-prefetch-region): Ditto.
4745         (wl-summary-mark-as-read-all): Follow the API changes;
4746         Don't call elmo-folder-replace-marks.
4747         (wl-summary-delete-cache): Follow the variable name changes.
4748         (wl-summary-resume-cache-status): Ditto.
4749         (wl-summary-update-status-marks): New function.
4750         (wl-summary-insert-message): New function.
4751         (wl-summary-sync-marks): Follow the variable name changes.
4752         (wl-summary-sync-update): Synchronize to the msgdb, too;
4753         Changed update messages.
4754         (wl-summary-make-number-list): Rewrite.
4755         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4756         (wl-summary-mark-as-unread): Follow the API changes.
4757         (wl-summary-exec-subr): Follow the variable name changes.
4758         (wl-summary-mark-as-read): Ditto.
4759         (wl-summary-move-spec-plugged-alist): Ditto.
4760         (wl-summary-move-spec-unplugged-alist): Ditto.
4761         (wl-summary-cursor-move-surface): Ditto.
4762
4763         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4764         variable name changes.
4765         (wl-highlight-summary-current-line): Ditto.
4766
4767         * wl-expire.el (wl-expire-refile): Follow the API change in
4768         elmo-folder-move-messages.
4769         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4770         (wl-summary-archive): Use elmo-folder-msgdb instead of
4771         elmo-msgdb-load.
4772
4773 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4774
4775         * wl-mime.el (wl-draft-preview-message): Restore the position
4776         before evaluating wl-draft-send-hook in preview buffer.
4777
4778 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4779
4780         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4781         when it creates new draft buffer.
4782
4783         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4784         without argument.
4785
4786         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4787         Evaluate content and if the value is string, insert it.
4788         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4789         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4790         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4791         wl-draft-config-sub-part-bottom): Use it.
4792
4793         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4794         with the folder name. The question was unintelligible when it is
4795         called from wl-save-status.
4796
4797 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4798
4799         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4800         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4801         cannot take second argument).
4802
4803 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4804
4805         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4806         as t. Since type and subtype are not case sensitive (RFC 2045).
4807
4808 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4809
4810         * wl-vars.el (wl-message-mode-line-format): New variable.
4811         (wl-message-mode-line-format-spec-alist): Ditto.
4812         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4813         (wl-message-redisplay): Use wl-message-mode-line-format.
4814
4815 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4816
4817         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4818
4819 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4820
4821         * wl-summary.el (wl-summary-default-from): Write description.
4822
4823 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4824
4825         * wl-vars.el (wl-ldap-objectclass): Abolish.
4826
4827         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4828         (wl-ldap-make-filter): Removed condition for objectclass.
4829         (wl-ldap-make-matched-value-list): Remove meaningless process.
4830         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4831         (wl-address-ldap-search): Don't add `*' to `pat' string;
4832         use ignore-errors; added `email';
4833         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4834         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4835         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4836
4837
4838 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4839
4840         * wl-draft.el (wl-draft-parent-folder): Write description.
4841         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4842
4843 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4844
4845         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4846         as "" (zero-length string) if no parent.
4847         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4848
4849 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4850
4851         * wl-address.el (wl-address-make-completion-list): Skip duplication
4852         checking.
4853         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4854         `append'.
4855
4856 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4857
4858         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4859         instead of `beginning-of-buffer'.
4860
4861 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4862
4863         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4864
4865 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4866
4867         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4868         Refer wl-message-buffer-name.
4869         (wl-message-wheel-down): Ditto.
4870
4871 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4872
4873         * wl-vars.el (wl-message-buffer-name): New user option.
4874
4875         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4876         directly instead of making alist dinamically.
4877
4878         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4879         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4880         wl-message-buffer-cache-name.
4881         (wl-message-buffer-cache-clean-up): Ditto.
4882
4883         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4884
4885         * Version number is increased to 2.9.15.
4886
4887 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4888
4889         * wl-vars.el (wl-summary-default-view-alist): New user option.
4890
4891         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4892
4893         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4894         while deleting address.
4895         (wl-draft-delete-myself-from-cc): Ditto.
4896
4897         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4898         If optional argument is specified, reverse sort order.
4899
4900         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4901
4902 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4903
4904         * wl-thread.el (wl-thread-insert-message): Return parent number if
4905         exists.
4906         (wl-thread-update-indent-string-region): Use
4907         wl-thread-update-line-on-buffer-sub instead of
4908         wl-thread-update-line-on-buffer.
4909
4910 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4911
4912         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4913         (wl-folder-close-all): Ditto.
4914
4915 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4916
4917         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4918         and mailing-list:.
4919         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4920         value.
4921         (wl-summary-line-list-info): Print mailing-list name even when 
4922         list-number is empty.
4923
4924 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4925
4926         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4927
4928         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4929         (wl-draft-open-file): Ditto.
4930         (wl-draft-random-alphabet): Ditto.
4931
4932         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4933         bindings.
4934
4935 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4936
4937         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4938         * wl-vars.el (wl-draft-config-alist): Ditto.
4939
4940 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4941
4942         * Version number is increased to 2.9.14.
4943
4944         * wl.el (wl): Don't set wl-init as nil when error occured while
4945         auto-checking folders.
4946
4947         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4948         `elmo-expand-newtext'.
4949
4950 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4951
4952         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4953         `this-command' so that `wl-folder-goto-folder' contained in
4954         `wl-summary-keep-cursor-command' work.
4955
4956 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4957
4958         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4959         message buffer displaying state.
4960
4961 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4962
4963         * wl-vars.el (wl-summary-default-view): New variable to specify
4964         default value for `wl-summary-buffer-view' instead of using
4965         set-default.
4966         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4967
4968 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4969
4970         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4971
4972         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4973
4974 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4975
4976         * wl-vars.el (wl-forward-subject-prefix): New variable.
4977         * wl-draft.el (wl-draft-forward): Use it.
4978
4979 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4980
4981         * wl-message.el (wl-message-prev-page): When it is called without
4982         lines argument, scroll down by wl-message-scroll-amount lines.
4983         (wl-message-next-page): Ditto.
4984         * wl-vars.el (wl-message-scroll-amount): Change default value
4985         to preserve current behavior.
4986
4987 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4988
4989         * wl-summary.el (wl-summary-prefetch-msg): Bind
4990         `wl-message-entity' to call `wl-summary-from-function'.
4991
4992 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4993
4994         * wl-message.el (wl-message-buffer-create): Run
4995         wl-message-buffer-created-hook.
4996
4997 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4998
4999         * wl-summary.el (wl-summary-sort-specs): New variable.
5000         (wl-summary-default-sort-spec): Ditto.
5001         (wl-summary-sort): Rewrite.
5002         (wl-summary-sort-by-list-info): New function.
5003
5004 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5005
5006         * wl-summary.el (wl-summary-get-list-info): New function.
5007         (wl-summary-sort): Rewrite.
5008         (wl-summary-line-list-info): Ditto.
5009         (wl-summary-line-list-count): Ditto.
5010         (wl-summary-refile-region): Fixed docstring.
5011
5012 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5013
5014         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5015         `wl-folder-entity-hashtb' as completion table.
5016
5017 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5018
5019         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5020         only when this command is called interactively; silence the byte-
5021         compiler.
5022
5023 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5024
5025         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5026         active in XEmacs.
5027
5028 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5029
5030         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5031         plural lines.
5032
5033 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5034
5035         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5036         of current line when the cursor is on the header name.
5037         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5038
5039 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5040
5041         * wl-util.el (wl-read-directory-name): Return displayed directory
5042         as the default value also on XEmacs.
5043
5044 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5045
5046         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5047         formatting.
5048
5049 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5050
5051         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5052         argument and when it is non-nil, check face property before
5053         highlighting for each line.
5054         (wl-highlight-summary-window): Set it.
5055
5056 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5057
5058         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5059         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5060
5061         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5062         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5063         (wl-draft-get-fcc-list): Likewise.
5064
5065 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5066
5067         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5068         (wl-thread-entity-cur): Ditto.
5069         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5070         wl-thread-indent-regexp setting.
5071         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5072
5073         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5074         wl-summary-lazy-highlight.
5075         (wl-summary-display-bottom): Ditto.
5076
5077         * wl-thread.el (wl-thread-open-close): Likewise.
5078
5079         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5080         from and subject;
5081         Bind wl-draft-use-frame;
5082         Enclose with save-window-excursion;
5083         Use wl-draft-create-buffer instead of with-temp-buffer;
5084         Use wl-draft-prepare-edit;
5085         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5086         Use wl-draft-send instead of wl-draft-raw-send.
5087
5088 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5089
5090         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5091         of using wl-from.
5092
5093 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5094
5095         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5096         insert-buffer instead of clone-buffer.
5097         (wl-draft-doing-mime-bcc): New variable.
5098         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5099         infinite loop.
5100         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5101
5102         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5103         (wl-draft-mime-bcc-body): Ditto.
5104
5105         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5106         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5107         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5108         wl-draft-do-mime-bcc.
5109         (wl-draft-mime-bcc-field): New function.
5110         (wl-draft-do-mime-bcc): Ditto.
5111
5112         * wl-address.el (wl-address-complete-header-list): New variable.
5113         (wl-address-complete-header-regexp): Changed default value.
5114
5115         * Version number is increased to 2.9.13.
5116
5117 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5118
5119         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5120         it is differed.
5121
5122 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5123
5124         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5125         (wl-summary-line-list-count): Ditto.
5126
5127 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5128
5129         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5130         (wl-nntp-posting-function): New variable.
5131         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5132         `wl-nntp-posting-config-alist'.
5133
5134 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5135
5136         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5137         FLIM.
5138
5139 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5140
5141         * wl-summary.el (wl-summary-target-mark-refile-sub):
5142         Remove a nuisance funcall.
5143
5144 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5145
5146         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5147         as t for `try-completion'.
5148
5149 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5150
5151         * wl-summary.el (wl-summary-default-from): Use
5152         wl-address-header-extract-address instead of
5153         std11-extract-address-components.
5154         (wl-summary-simple-from): Ditto.
5155         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5156         (wl-summary-insert-headers): Show message.
5157         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5158         for whole line.
5159         (wl-summary-default-from): Revert last change.
5160         (wl-summary-simple-from): Ditto.
5161         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5162         (wl-summary-mark-as-read-region): Follow the change above.
5163         (wl-summary-sync-marks): Ditto.
5164         (wl-summary-target-mark-mark-as-read): Ditto.
5165         (wl-summary-redisplay-internal): Ditto.
5166         (wl-summary-redisplay-no-mime-internal): Ditto.
5167         (wl-summary-redisplay-all-header): Ditto.
5168         (wl-summary-mark-as-read): Removed argument `cached';
5169         Use current cache status to set cache mark.
5170         (wl-summary-redisplay-internal): Follow the change above.
5171         (wl-summary-redisplay-no-mime-internal): Ditto.
5172         (wl-summary-redisplay-all-header): Ditto.
5173
5174         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5175
5176         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5177         Don't call itself recursively (Adviced by Yamaoka-san).
5178
5179 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5180
5181         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5182         bind wl-summary-highlight as nil to avoid error caused by missing
5183         local variables.
5184
5185 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5186
5187         * wl-vars.el (wl-invalid-character-message): New user option.
5188
5189         * wl-util.el (wl-set-string-width): If truncated string-width is
5190         larger than specified width, use `wl-invalid-character-message'.
5191
5192 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5193
5194         * wl-summary.el (wl-summary-prefetch-msg): 
5195         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5196
5197 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5198
5199         * wl-vars.el (wl-summary-check-line-format): New user option.
5200         (wl-summary-line-format-file): Ditto.
5201
5202         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5203         variable.
5204         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5205         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5206         and `wl-summary-view-old-p' to check whether do a rescan or not.
5207         (wl-summary-view-old-p): New function.
5208         (wl-summary-line-format-changed-p): Ditto.
5209         (wl-summary-line-format-save): Ditto.
5210         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5211
5212         * wl-util.el (wl-set-string-width): Avoid using negative number
5213         for make-string.
5214
5215 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5216
5217         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5218         return value.
5219
5220         * wl-util.el (wl-set-string-width): Added optional argument
5221         `padding' (All other related portions are changed).
5222         (wl-line-parse-format): If the first letter of column number is
5223         `0', zero-padding the result (ex: "%05l").
5224
5225         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5226
5227 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5228
5229         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5230         sequential summary view.
5231
5232 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5233
5234         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5235         if it doesn't have a -unix version.
5236
5237 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5238
5239         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5240
5241 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5242
5243         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5244         content.
5245         (wl-draft): Follow the change above.
5246
5247         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5248
5249         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5250         and wl-folder-summary-line-format-alist contain %T and %P.
5251
5252         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5253         (wl-summary-mode-line-format): New user option.
5254         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5255         (wl-summary-line-format): Changed default value.
5256         (wl-summary-lazy-highlight): Changed default value.
5257
5258         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5259         change in wl-summary-create-line.
5260         (wl-thread-insert-entity-sub): Ditto.
5261
5262         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5263         (wl-summary-buffer-unread-status): Ditto.
5264         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5265         (wl-summary-buffer-persistent-mark-column): Ditto.
5266         (wl-summary-buffer-mode-line-formatter): Ditto.
5267         (wl-summary-buffer-mode-line): Ditto.
5268         (wl-summary-message-regexp): Abolished.
5269         (All other related portions are changed.)
5270         (wl-summary-detect-mark-position): New function.
5271         (wl-summary-buffer-set-folder): Setup
5272         wl-summary-buffer-mode-line-formatter.
5273         (wl-summary-mode): Setup selective-display;
5274         Setup pre-idle-hook when xemacs.
5275         (wl-summary-update-modeline): Rewrite.
5276         (wl-summary-jump-to-msg): Define as function;
5277         Changed regexp for searching messages.
5278         (wl-summary-message-number): Rewrite.
5279         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5280         Do rescan when old type summary cache.
5281         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5282         (wl-summary-remove-destination): Use '\r' to detect EOL.
5283         (wl-summary-print-destination): Ditto.
5284         (wl-summary-temp-mark): New inline function.
5285         (wl-summary-persistent-mark): Ditto.
5286         (wl-summary-line-number): New function.
5287         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5288         (wl-summary-line-list-count): New function.
5289         (wl-summary-create-line): Added argument persistent-mark.
5290         (All other related portions are changed)
5291         (wl-summary-create-line): Insert '\r'.
5292         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5293         (wl-summary-cursor-move-surface): New inline function.
5294         (wl-summary-prev): Use it.
5295         (wl-summary-next): Ditto.
5296
5297         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5298         wl-summary-message-regexp.
5299         (wl-highlight-summary): Delete progress message.
5300         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5301
5302         * Version number is increased to 2.9.12.
5303
5304 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5305
5306         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5307         variable (nil: no minimum).
5308         (wl-summary-line-subject): Add some spaces after subject by
5309         wl-summary-line-subject-minimum-length.
5310
5311 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5312
5313         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5314         and removed `F'.
5315         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5316         change above).
5317
5318 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5319
5320         * wl-summary.el (wl-summary-line-list-count): Reverted.
5321         (example setting in samples/*/dot.wl is also updated)
5322
5323 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5324
5325         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5326
5327         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5328
5329         * wl-vars.el (wl-summary-line-format): Addes some description to the
5330         docstring.
5331
5332         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5333         (wl-summary-line-close-bracket): Ditto.
5334         (wl-summary-line-children-number): Ditto.
5335         (wl-summary-line-thread-indent): Ditto.
5336         (wl-summary-line-children-and-from): Ditto.
5337
5338         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5339         't', 'c', 'F' and added 'C'.
5340
5341         * wl-util.el (wl-set-string-width): Accept negative value.
5342         (wl-line-parse-format): Added "%number(" and "%)".
5343
5344 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5345
5346         * wl-summary.el (wl-summary-line-list-count): Change format of the
5347         return value.
5348
5349 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5350
5351         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5352         from the recent message.el.
5353         (wl-draft-point-in-header-p): Ditto.
5354         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5355         wl-draft-beginning-of-line.
5356         * wl-e21.el (wl-draft-mode-map): Ditto.
5357         * wl-xmas.el (wl-draft-mode-map): Ditto.
5358
5359         * wl-folder.el: Sort macrodefs by dependencies.
5360
5361 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5362
5363         * wl-summary.el (wl-summary-prev): Fixed regexp.
5364         (wl-summary-next): Ditto.
5365
5366 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5367
5368         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5369
5370 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5371
5372         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5373         for backward compatibility.
5374
5375 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5376
5377         * wl-summary.el (wl-summary-line-list-count): New function, merged
5378         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5379         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5380         list counts.
5381
5382 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5383
5384         * wl-summary.el (wl-summary-create-line): Ignore errors while
5385         timezone-fix-time.
5386
5387         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5388
5389         * wl-summary.el (wl-summary-sync-update): Ditto.
5390         (wl-summary-default-from): Use wl-message-entity
5391         instead of entity.
5392
5393         * wl-summary.el (wl-summary-create-line): Fix.
5394
5395         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5396         (wl-summary-line-format): New user option.
5397         (wl-folder-summary-line-format-alist): Ditto.
5398         (wl-summary-from-width): Abolished.
5399
5400         * wl-util.el (toplevel): Require 'bytecomp.
5401         (wl-line-parse-format): New function.
5402         (wl-line-formatter-setup): New macro.
5403
5404         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5405         (wl-summary-buffer-line-formatter): New buffer local variable.
5406         (wl-summary-switch-to-clone-buffer): Follow the change above.
5407         (wl-summary-message-regexp): Fix.
5408         (wl-summary-from-func-internal): Abolished.
5409         (wl-summary-subject-func-internal): Ditto.
5410         (wl-summary-subject-filter-func-internal): Ditto.
5411         (All other related portions are changed.)
5412         (wl-summary-buffer-set-folder):
5413         Set up wl-summary-buffer-number-column and 
5414         wl-summary-buffer-line-formatter
5415         (All other related portions are changed.)
5416         (wl-summary-buffer-number-column-detect): Abolished.
5417         (All other related portions are changed.)
5418         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5419         (wl-summary-delete-all-temp-marks-on-buffer): Use
5420         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5421         (wl-summary-target-mark-delete): Ditto.
5422         (wl-summary-target-mark-refile-subr): Ditto.
5423         (wl-summary-target-mark-mark-as-read): Ditto.
5424         (wl-summary-target-mark-mark-as-unread): Ditto.
5425         (wl-summary-target-mark-mark-as-important): Ditto.
5426         (wl-summary-target-mark-save): Ditto.
5427         (wl-summary-replace-status-marks): Renamed from
5428         wl-summary-set-status-marks-on-buffer;
5429         Use wl-summary-message-regexp instead of
5430         wl-summary-buffer-number-regexp.
5431         (wl-summary-sync-update): Follow the change above.
5432         (wl-summary-goto-previous-message-beginning): New function.
5433         (wl-summary-mark-as-unread): Use it.
5434         (wl-summary-mark-as-important): Ditto.
5435         (wl-summary-line-formatter): New variable.
5436         (wl-summary-line-year): New function.
5437         (wl-summary-line-day): Ditto.
5438         (wl-summary-line-day-of-week): Ditto.
5439         (wl-summary-line-hour): Ditto.
5440         (wl-summary-line-minute): Ditto.
5441         (wl-summary-line-open-bracket): Ditto.
5442         (wl-summary-line-close-bracket): Ditto.
5443         (wl-summary-line-children-number): Ditto.
5444         (wl-summary-line-thread-indent): Ditto.
5445         (wl-summary-line-size): Ditto.
5446         (wl-summary-line-subject): Ditto.
5447         (wl-summary-line-from): Ditto.
5448         (wl-summary-line-children-and-from): Ditto.
5449         (wl-summary-create-line): Rewritten.
5450         (wl-summary-format-date): Abolished.
5451
5452         * wl-highlight.el (wl-highlight-summary-current-line): Use
5453         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5454         Use thread structure to detect thread top message.
5455
5456         * wl-draft.el (wl-default-draft-cite): Don't use
5457         wl-summary-from-func-internal.
5458
5459         * wl-refile.el (wl-refile-subject-learn): Don't use
5460         wl-summary-subject-filter-func-internal.
5461         (wl-refile-guess-by-subject): Ditto.
5462
5463         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5464         parameters.
5465
5466         * wl-thread.el (wl-thread-update-indent-string-region):
5467         Use wl-thread-update-line-on-buffer instead of
5468         wl-thread-update-indent-string.
5469         (wl-thread-update-children-number): Redefine using
5470         wl-thread-update-line-on-buffer.
5471         (wl-thread-update-indent-string): Abolished.
5472
5473         * Version number is increased to 2.9.11.
5474
5475 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5476
5477         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5478         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5479         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5480
5481         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5482         as nil.
5483
5484         * wl-thread.el (wl-thread-open-all-unread): Use 
5485         elmo-folder-list-messages-mark-match.
5486         (wl-thread-insert-message): Removed argument `mark-alist'.
5487         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5488         elmo-msgdb-set-mark.
5489         (wl-thread-get-children-msgs-uncached): Likewise.
5490         (wl-thread-get-exist-children): Added argument include-self.
5491         (wl-thread-delete-message): Follow the change above.
5492
5493         * wl-summary.el (wl-summary-count-unread): Removed argument.
5494         (wl-summary-rescan): Follow the change above.
5495         (wl-summary-mark-as-read-region): Ditto
5496         (wl-summary-mark-as-unread-region): Ditto.
5497         (wl-summary-delete-messages-on-buffer): Ditto.
5498         (wl-summary-sync-update): Ditto.
5499         (wl-summary-switch-to-clone-buffer): Ditto.
5500         (wl-summary-goto-folder-subr): Ditto.
5501         (wl-summary-target-mark-mark-as-read): Ditto.
5502         (wl-summary-target-mark-mark-as-unread): Ditto.
5503         (wl-summary-target-mark-mark-as-important): Ditto.
5504         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5505         (wl-summary-update-thread): Removed argument `mark-alist'.
5506         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5507         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5508         (wl-summary-resume-cache-status): Likewise.
5509         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5510         elmo-msgdb-set-mark.
5511         (wl-summary-mark-as-read-all): Likewise.
5512         (wl-summary-delete-cache): Ditto.
5513         (wl-summary-auto-select-msg-p): Ditto.
5514         (wl-summary-mark-as-unread): Ditto.
5515         (wl-summary-no-auto-refile-message-p): Ditto.
5516         (wl-summary-mark-as-read): Ditto.
5517         (wl-summary-mark-as-important): Ditto.
5518         (wl-summary-auto-refile): Follow the change above.
5519         (wl-summary-delete-all-marks): Removed.
5520         (wl-summary-resume-marks-and-highlight): Ditto.
5521         (wl-summary-resume-marks): Ditto.
5522         (wl-summary-delete-important-msgs-from-list): Ditto.
5523         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5524
5525         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5526         wl-summary-count-unread.
5527
5528         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5529         (wl-summary-score-update-all-lines): Use
5530         elmo-msgdb-set-mark.
5531
5532 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5533
5534         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5535         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5536         (wl-summary-create-line): Renamed from
5537         wl-summary-overview-create-summary-line;
5538         Argument rearrangement.
5539         (wl-summary-update-thread): Follow the change above.
5540
5541         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5542         (wl-thread-insert-entity-sub): Likewise.
5543
5544         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5545         argument `overview', `mark-alist' and added `msgdb'.
5546
5547         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5548
5549         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5550         (wl-summary-rescan): Follow the change above.
5551         (wl-summary-sync-update): Ditto.
5552         (wl-summary-insert-thread-entity): Ditto;
5553         Don't use `let*' in every while loop;
5554         Detect infinite loop of threads.
5555         (wl-summary-update-thread): Removed argument `overview'.
5556
5557         * wl-thread.el (wl-thread-insert-message): Ditto.
5558
5559         * Version number is increased to 2.9.10.
5560
5561         * wl-message.el (wl-message-redisplay): Ignore errors while
5562         wl-message-redisplay-hook.
5563
5564 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5565
5566         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5567
5568 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5569
5570         * wl.el (wl): inhibit-quit while wl-folder.
5571
5572 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5573
5574         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5575         while msgdb access.
5576
5577 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5578
5579         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5580         even if no folder is not created.
5581
5582 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5583
5584         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5585
5586         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5587         implementation.
5588         (wl-summary-target-mark-thread): Ditto.
5589
5590         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5591
5592 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5593
5594         * wl-util.el (wl-display-bytes): Remove unused function.
5595
5596 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5597
5598         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5599         seems critical one (partially reverse the change in 2002/03/17).
5600
5601 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5602
5603         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5604         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5605
5606 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5607
5608         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5609         is not writable.
5610         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5611         plugged status instead of `'force' as 2nd argument.
5612
5613         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5614         is not creatable.
5615
5616         * Version number is increased to 2.9.9.
5617
5618 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5619
5620         * wl-summary.el (wl-summary-suspend): New function.
5621
5622 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5623
5624         * wl.el (wl): Do not check variables if check is nil.
5625         * wl-utils.el (wl-collect-draft): New function.
5626         * wl-folder.el (wl-folder-suspend): Put summary buffers
5627         and draft buffers at the end of buffer list.
5628         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5629
5630 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5631
5632         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5633         loop instead of recursive call.
5634
5635         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5636         2nd argument.
5637
5638 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5639
5640         * wl-draft.el (wl-draft-create-contents): Don't take neither
5641         (function . args) nor (string . something) any more.
5642
5643         * wl-version.el (wl-generate-user-agent-string): Return string
5644         without header symbol.
5645         * wl-draft.el (wl-draft-default-headers): Use it.
5646
5647         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5648         `wl-draft-insert-ccs' and return field value instead of inserting
5649         the header. Abolish cc argument.
5650         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5651
5652         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5653         rather than one with string car.
5654
5655         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5656         * wl-draft.el (wl-draft-create-contents): Add it after the default
5657         headers.
5658
5659         * wl-draft.el (wl-draft-create-contents): For the case of
5660         (symbol-or-string . function) insert header only when the function
5661         returns string value.
5662
5663 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5664
5665         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5666         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5667
5668 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5669
5670         * wl.el (wl-check-environment): Don't check Message-ID when
5671         `wl-insert-message-id' is nil.
5672         Revive checking if `wl-message-id-domain' contains "@".
5673
5674 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5675
5676         * wl.el (wl-check-environment): Merge examination for "@" at
5677         inappropriate position into the first string-match.
5678
5679         * wl-summary.el (wl-summary-target-mark-print): New function.
5680         (wl-summary-pipe-message-subr): Extracted from
5681         `wl-summary-pipe-message'.
5682         (wl-summary-target-mark-pipe): New function.
5683         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5684         `wl-summary-target-mark-pipe'.
5685
5686 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5687
5688         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5689
5690 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5691
5692         * wl.el (wl-check-environment): Use elmo-warning instead of
5693         error for non-critical ones.
5694         Remove trash folder check.
5695         (wl): Don't ignore error in wl-check-environment.
5696
5697         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5698         check, which is moved from `wl-check-environment'.
5699         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5700
5701 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5702
5703         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5704         guess anything, call wl-summary-write.
5705         (wl-summary-write): Create draft with blank To field.
5706         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5707
5708 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5709
5710         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5711         argument full as well for wl-folder-write-current-folder.
5712         If wl-*-write-current-folder cannot guess addressee, add blank
5713         To header.
5714         Rewrite condition for positioning cursor.
5715
5716 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5717
5718         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5719         summary buffer is present, use it.
5720         (wl-folder-jump-to-previous-summary): Ditto.
5721
5722 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5723
5724         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5725
5726         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5727         wl-summary-previous-buffer and wl-summary-next-buffer.
5728
5729         * wl-folder.el (wl-folder-mode-map): Bind
5730         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5731         (wl-folder-jump-to-next-summary): New function.
5732         (wl-folder-jump-to-previous-summary): Ditto.
5733
5734         * wl-draft.el (wl-draft): Rearranged.
5735
5736 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5737
5738         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5739         of header.
5740         (wl-draft): Collect arguments for the header as header-alist.
5741         (wl-draft-forward): Arrange arguments for wl-draft.
5742         (wl-draft-reply): Ditto.
5743         (wl-draft-edit-string): Ditto.
5744         * wl-summary.el (wl-summary-write): Ditto.
5745         (wl-summary-write-current-folder): Ditto.
5746
5747         * Version number is increased to 2.9.8.
5748
5749 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5750
5751         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5752
5753         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5754
5755         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5756         even if the guess failed.
5757
5758         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5759         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5760         wl-summary-write-current-folder.
5761         * wl-xmas.el: Ditto.
5762
5763 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5764
5765         * wl-summary.el (wl-summary-next-page): Force display message if
5766         message is not displayed yet.
5767         (wl-summary-prev-page): Ditto.
5768
5769 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5770
5771         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5772
5773 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5774
5775         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5776         add "Preview Message" and "Save Draft and Exit".
5777
5778 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5779
5780         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5781         if addrmgr is called from draft in splitted window.
5782
5783         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5784         * wl-mule.el: Ditto.
5785         * wl-xmas.el: Ditto.
5786
5787 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5788
5789         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5790
5791         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5792         * wl-xmas.el (wl-folder-toolbar): Ditto.
5793
5794 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5795
5796         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5797         and wl-draft-save-and-exit.
5798         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5799         * wl-xmas.el: Ditto.
5800         * wl-mule.el: Ditto.
5801
5802         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5803         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5804
5805 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5806
5807         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5808         lists for saving buffer.
5809
5810 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5811
5812         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5813         parent-folder argument instead of it.
5814         (wl-draft-create-buffer): Ditto.
5815         (wl-draft-forward): Ditto.
5816         (wl-draft-reply): Ditto.
5817         * wl-summary.el (wl-summary-write): Ditto.
5818         (wl-summary-write-current-folder): Ditto.
5819
5820         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5821         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5822         Folder buffer after composing.
5823
5824 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5825
5826         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5827         header if the file `wl-x-face-file' already contains it.
5828
5829 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5830
5831         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5832         folder" entry.
5833         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5834         * wl-e21.el (wl-folder-toolbar): Ditto.
5835         * wl-xmas.el (wl-folder-toolbar): Ditto.
5836
5837 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5838
5839         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5840         wl-folder-goto-folder with sticky argument.
5841         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5842
5843 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5844
5845         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5846         and wl-summary-previous-buffer.
5847         (wl-summary-next-buffer): New function.
5848         (wl-summary-previous-buffer): Ditto.
5849
5850 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5851
5852         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5853         wl-folder-jump-to-current-entity-with-arg.
5854         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5855         `wl-folder-jump-to-current-entity'.
5856         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5857         `wl-summary-goto-folder-sticky'.
5858         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5859         `wl-summary-goto-folder'.
5860         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5861         Unless force-exit, do not clean temp. marks for sticky summary.
5862         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5863
5864 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5865
5866         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5867         not entire.
5868
5869 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5870
5871         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5872         to `C-x C-s'.
5873         (wl-summary-save-status): New command.
5874         (wl-summary-exit): Don't clean-up temp marks when sticky.
5875         (Applied patch from Nakayama-san [wl: 09548])
5876         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5877         Do nothing when no mark data.
5878         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5879         Call `wl-summary-delete-all-temp-marks' before saving.
5880
5881 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5882
5883         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5884
5885 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5886
5887         * wl.el (wl-check-environment): Also cause error when (system-name)
5888         returns "localhost.localdomain". (Although it doesn't affect because
5889         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5890
5891 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5892
5893         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5894         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5895
5896         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5897         value.
5898
5899 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5900
5901         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5902         Likewise r-cc-list and r-ng-list.
5903
5904 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5905
5906         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5907         only if it is bound as variable.
5908
5909         * wl-mime.el (wl-draft-preview-message): Ditto.
5910
5911 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5912
5913         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5914         needless `goto-char'.
5915
5916         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5917         `wl-summary-redisplay-no-mime-internal' instead of
5918         `wl-summary-redisplay-no-mime'.
5919         (wl-summary-redisplay-no-mime): Changed argument;
5920         Call `wl-summary-redisplay-no-mime-internal'.
5921
5922         * wl-mime.el (wl-draft-preview-message): Bind
5923         `mime-header-encode-method-alist' locally.
5924
5925         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5926         (wl-draft-std11-parse-addresses): Added the first address check.
5927         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5928
5929         * Version number is increased to 2.9.7.
5930
5931 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5932
5933         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5934
5935 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5936
5937         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5938         related to scrollbar support, if there is no such a feature
5939         compiled in.
5940
5941 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5942
5943         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5944         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5945         for prefetch.
5946
5947 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5948
5949         * wl-summary.el (wl-summary-pick): Fix for no match.
5950
5951 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5952
5953         * wl-draft.el (wl-draft-save):
5954         Override `mime-header-encode-method-alist'.
5955
5956 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5957
5958         * wl-folder.el (wl-folder-pick): New function.
5959         Define key as "?".
5960
5961 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5962
5963         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5964         Fix for unplugged.
5965
5966 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5967
5968         * wl-folder.el (wl-folder-virtual): New function.
5969         Define key as "V".
5970
5971 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5972
5973         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5974         multi folder if entity is group.
5975
5976 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5977
5978         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5979         is nil.
5980
5981 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5982
5983         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5984         (wl-summary-target-mark-msgs): Return the number of marked messages.
5985
5986 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5987
5988         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5989         "first:" is specified.
5990
5991 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5992
5993         * wl-vars.el (wl-from): Use return value of function
5994         user-full-name instead of the variable user-full-name since
5995         XEmacs-20.4 doesn't set this variable.
5996
5997 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5998
5999         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6000         call `wl' directly.
6001
6002 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6003
6004         * wl-draft.el (wl-draft-reedit): Removed duplicated
6005         switch-to-buffers.
6006
6007 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6008
6009         * wl.el (wl-other-frame): Removed garbages.
6010
6011 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6012
6013         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6014
6015         * wl-xmas.el (wl-draft-key-setup): Ditto.
6016
6017         * wl-mule.el (wl-draft-key-setup): Ditto.
6018
6019         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6020         (wl-draft-reedit): Ditto.
6021         (wl-draft-prepare-edit): Add `wl-draft-save' to
6022         `local-write-file-hooks'.
6023         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6024         (wl-draft-reedit): Set buffer-file-name.
6025         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6026
6027
6028         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6029         call it.
6030         (wl-delete-startup-frame-function): New variable.
6031         (wl-other-frame): New function
6032         (Original was written by Yamaoka san [wl: 09239]).
6033
6034         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6035         if `wl-folder-use-frame'.
6036
6037 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6038
6039         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6040
6041 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6042
6043         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6044         New variable.
6045         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6046         (wl-message-buffer-prefetch-get-next): Use them.
6047         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6048
6049 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6050
6051         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6052         with unwind-protect.
6053
6054         * wl-draft.el (wl-draft-reedit): Rewrite.
6055         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6056         (wl-draft-save): Insert header separator if it does not exist;
6057         Removed condition-case.
6058
6059         * wl-summary.el (wl-summary-reedit): Revert last change.
6060
6061         * wl-draft.el (wl-draft-save): Rewrite.
6062         (wl-draft-create-buffer): Set buffer-file-name as nil.
6063
6064         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6065
6066         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6067
6068         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6069         nil.
6070
6071 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6072
6073         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6074         If count is nil, do not prefetch.
6075         (wl-message-buffer-prefetch-next): Next.
6076
6077 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6078
6079         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6080
6081 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6082
6083         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6084         `delete-backward-char'
6085         (wl-draft-prepare-edit): Check major-mode.
6086         (wl-draft-decode-header): Rewrite.
6087         (wl-draft): Fix.
6088
6089 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6090
6091         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6092
6093 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6094
6095         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6096         (wl-message-buffer-prefetch-get-next): Remove size checking.
6097         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6098
6099 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6100
6101         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6102         (wl-draft-default-headers): Fix.
6103
6104 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6105
6106         * wl-draft.el (wl-draft-default-headers): Insert return value of
6107         `wl-generate-mailer-string-function'.
6108
6109 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6110
6111         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6112         (wl-draft-insert-mail-header-separator): Ditto.
6113
6114         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6115         again (Reverted the change on 2002-01-17 by OKADA san).
6116
6117 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6118
6119         * wl-draft.el (wl-draft): Rewrite.
6120         (wl-draft-create-buffer): New function.
6121         (wl-draft-create-contents): Ditto.
6122         (wl-draft-prepare-edit): Ditto.
6123         (wl-draft-decode-header): Ditto.
6124         (wl-draft-decode-body): Ditto.
6125         (wl-draft-check-new-line): Ditto.
6126         (wl-draft-default-headers): Ditto.
6127         (wl-draft-insert-mail-header-separator): Ditto.
6128
6129 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6130
6131         * Version number is increased to 2.9.6.
6132
6133 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6134
6135         * wl-draft.el (wl-draft-delete-field): Optional argument.
6136         (wl-draft-delete-fields): Ditto.
6137
6138 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6139
6140         * wl-message.el (toplevel): Eliminated byte-compile warning.
6141         for `itimer-function', `delete-timer' and `itimer-list'.
6142
6143 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6144
6145         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6146         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6147         `wl-message-buffer-prefetch-threshold'.
6148         * wl-summary.el (wl-summary-redisplay-internal): Remove
6149         the check of `wl-message-buffer-prefetch-depth'.
6150
6151 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6152
6153         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6154         size of article.
6155         (wl-message-buffer-prefetch-subr): Remove size check.
6156
6157 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6158
6159         * wl-vars.el (wl-plugged): Make customizable.
6160
6161 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6162
6163         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6164         (wl-message-buffer-prefetch-set-timer): New function.
6165         (wl-message-buffer-prefetch-get-next): New function.
6166         (wl-message-buffer-prefetch): New function.
6167         (wl-message-buffer-prefetch-next): Rewrite.
6168         (wl-message-buffer-prefetch-subr): Rewrite.
6169         * wl-vars.el (wl-auto-prefetch-first): New variable.
6170         * wl-summary.el (wl-summary-goto-folder-subr): Call
6171         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6172
6173 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6174
6175         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6176         `wl-summary-unread-message-hook'.
6177
6178 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6179
6180         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6181         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6182         if range is `cache-status'.
6183
6184 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6185
6186         * wl-message.el (wl-message-buffer-prefetch-subr):
6187         Improve debug message.
6188
6189 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6190
6191         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6192         `wl-mail-send-pre-hook'.
6193         (wl-draft-send-mail-with-qmail): Ditto.
6194         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6195
6196 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6197
6198         * wl-message.el (wl-message-buffer-prefetch-subr):
6199         Fix for cancel-function-timers bug.
6200         (wl-message-buffer-prefetch-debug): Default value is t.
6201
6202 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6203
6204         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6205         (wl-message-buffer-prefetch-subr): Rewrite.
6206         Rename from `wl-message-buffer-prefetch'.
6207
6208 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6209
6210         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6211         (wl-default-draft-cite-decorate-author): Ditto.
6212
6213         * wl-draft.el (wl-draft-cite-function): Removed.
6214         (wl-default-draft-cite-decorate-author): Ditto.
6215
6216 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6217
6218         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6219         (wl-default-draft-cite): Do not arrange author name if the value of
6220         `wl-default-draft-cite-decorate-author' is nil.
6221
6222 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6223
6224         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6225
6226         * wl-folder.el (wl-folder-check-one-entity): Don't care
6227         `elmo-folder-use-flag-p'.
6228
6229 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6230
6231         * wl-folder (wl-folder-check-one-entity): Fix
6232         problem if unread is nil.
6233
6234 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6235
6236         * wl-address.el (wl-address-make-completion-list): Check whether
6237         the address is a group list.
6238         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6239
6240 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6241
6242         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6243         The number of the messages of new and unread does not count
6244         correctly.
6245
6246         * wl-summary.el (wl-summary-count-unread): Changed to return
6247         `(new . unread)' instead of total.
6248         (wl-summary-sync-update): Follow the change above.
6249
6250         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6251
6252 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6253
6254         * wl-address.el (wl-address-make-completion-list): Do not enclose
6255         address by " <" and ">" if associated realname is "".
6256         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6257         This is against the promblem with group list in .addresses pointed
6258         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6259
6260 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6261
6262         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6263         message is a format control string.
6264         * wl-expire.el (wl-expire-append-log): Ditto.
6265         * wl-mime.el (wl-summary-burst-subr): Ditto.
6266         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6267         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6268
6269 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6270
6271         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6272         wl.el (wl-check-variables): Rename from `wl-check-type'.
6273         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6274         (wl-check-variables-2): New function.
6275         (wl): Call `wl-check-variables-2'.
6276
6277 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6278
6279         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6280         after renaming folder in access group.
6281
6282 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6283
6284         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6285         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6286         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6287         (wl-message-buffer-prefetch): Rewrite.
6288         (wl-message-buffer-prefetch-idle-time): Removed.
6289         * wl-summary.el (wl-summary-redisplay-internal):
6290         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6291         Error check for `wl-message-buffer-prefetch-depht'.
6292
6293 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6294
6295         * Version number is increased to 2.9.5.
6296         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6297
6298 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6299
6300         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6301         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6302         Based on the patch written by
6303         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6304
6305 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6306
6307         * wl-draft.el (wl-draft-raw-send): Fix for
6308         `wl-news-send-pre-hook'
6309
6310 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6311
6312         * wl-utils.el (wl-message-id-function): New variable.
6313         * wl-draft.el (wl-draft-insert-required-fields):
6314         Use `wl-message-id-function'.
6315
6316 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6317
6318         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6319         * wl-utils.el (wl-draft-make-message-id-string):
6320         Use `wl-from' for domain part of Message-ID
6321         if `wl-message-id-use-wl-from' if non-nil.
6322         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6323
6324 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6325
6326         * wl.el (wl): Call `wl-check-type'
6327         Do not 'condition-case'.
6328
6329 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6330
6331         * wl.el (wl-check-type): New function.
6332         (wl-check-type-variables): New variable.
6333
6334 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6335
6336         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6337
6338 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6339
6340         * wl-draft.el (wl-smtp-password-key): New function.
6341         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6342         (wl-draft-send-mail-with-smtp): Ditto.
6343         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6344
6345 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6346
6347         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6348         * wl-utils.el (wl-unique-id-suffix): Remove.
6349
6350 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6351
6352         * Version number is increased to 2.9.4.
6353
6354 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6355
6356         * wl-utils.el (wl-unique-id-suffix): New variable.
6357         (wl-unique-id): Use `wl-unique-id-suffix'
6358
6359 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6360
6361         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6362         instead of `elmo-msgdb-search'.
6363
6364         * Version number is increased to 2.9.3.
6365
6366 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6367
6368         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6369
6370 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6371
6372         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6373         (wl-draft-dispatch-message): Changed for send-later.
6374         (wl-draft-queue-flush): Ditto.
6375         (wl-draft): Clear `wl-sent-message-queued'.
6376         (wl-draft-reedit): Ditto.
6377         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6378         * wl-vars.el (wl-draft-force-queuing): New variable.
6379         (wl-draft-force-queuing-mail): New variable.
6380         (wl-draft-force-queuing-news): New variable.
6381
6382 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6383
6384         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6385         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6386
6387 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6388
6389         * Version number is increased to 2.9.2.
6390
6391 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6392
6393         * wl-draft.el (wl-draft-elide-region): New user command.
6394         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6395
6396         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6397         command `wl-draft-elide-region'.
6398         * wl-mule.el: Ditto.
6399         * wl-xmas.el: Ditto.
6400
6401 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6402
6403         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6404         (wl-biff-check-folder-async): Removed needless let.
6405
6406 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6407
6408         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6409         wl-folder-get-elmo-folder.
6410         (wl-biff-check-folder): Set `biff' argument of
6411         `wl-folder-check-one-entity'.
6412         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6413
6414         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6415         (wl-folder-check-one-entity): Added `biff' argument;
6416         Setup `biff' slot of folder.
6417
6418         * Version number is increased to 2.9.1.
6419
6420 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6421
6422         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6423         comment out and fixed.
6424         (wl-fldmgr-add-completion-subr): Ditto.
6425
6426         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6427         and msgdb.
6428
6429         * wl.el (wl-toggle-plugged): Save summary view.
6430
6431 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6432
6433         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6434
6435 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6436
6437         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6438
6439 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6440
6441         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6442         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6443         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6444
6445         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6446         if it was failed.
6447         (wl-demo): Disable undo in the demo buffer.
6448
6449 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6450
6451         * wl-version.el (wl-version): Changed codename.
6452
6453         * Version number is increased to 2.9.0.
6454
6455 2001-12-14  Takuo KITAME <kitame@northeye.org>
6456
6457         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6458         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6459         (wl-folder-mark-as-read-all-current-entity): Ditto.
6460
6461 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6462
6463         * wl-vars.el (wl-from-width): Define as obsolete variable.
6464         (wl-subject-length-limit): Ditto.
6465
6466         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6467
6468         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6469         wl-summary-save-view.
6470
6471         * wl.el (wl-save-status): Ditto.
6472         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6473
6474         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6475         (wl-summary-exit): Follow the change above.
6476         (wl-summary-goto-folder-subr): Ditto.
6477
6478         * wl-folder.el (wl-folder-create-subr): Don't use
6479         `elmo-folder-creatable-p'.
6480
6481 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6482
6483         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6484
6485 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6488         rather than bitmap on Emacs 21.
6489         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6490         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6491         for xbm if the new redisplay engine is not available.
6492
6493 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6494
6495         * wl-folder.el (wl-folder-init-hook): New hook.
6496         (wl-folder-init): Run `wl-folder-init-hook'.
6497
6498 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6499
6500         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6501
6502 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6503
6504         * wl-acap.el (wl-acap-cache-filename): New variable.
6505         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6506         (wl-acap-init): Use cache if no ACAP server found.
6507
6508 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6509
6510         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6511         `wl-acap-original-msgdb-dir'.
6512
6513         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6514         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6515
6516         * wl-mime.el (wl-mime-save-directory): Renamed from
6517         `wl-mime-save-dir'.
6518
6519 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6522
6523         * wl-demo.el: Require `path-util'.
6524         (wl-demo-bitmap-mule-available-p): New internal variable.
6525         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6526         `module-installed-p' instead.
6527         (wl-demo-insert-image): Use *.img file for a bitmap image.
6528         (wl-demo): Don't call the ascii demo recursively.
6529
6530 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6531
6532         * Version number is increased to 2.7.7.
6533
6534 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6535
6536         * wl.el (wl-exit): Eliminated byte-compile warning.
6537
6538 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6539
6540         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6541         obsolete variable using `elmo-define-obsolete-variable'.
6542         (wl-fetch-confirm-threshold): Ditto.
6543         (wl-cache-prefetch-folder-type-list): Ditto.
6544         (wl-cache-prefetch-folder-list): Ditto.
6545
6546 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6547
6548         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6549         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6550         (wl-demo-insert-image): New function.
6551         (wl-demo-insert-text): New function.
6552         (wl-demo-image-type-alist): Redefine as a function.
6553         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6554         (wl-demo-with-temp-file-buffer): Removed.
6555         (wl-logo-xpm): Removed.
6556         (wl-logo-xbm): Removed.
6557         (wl-logo-bitmap): Removed.
6558
6559 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6560
6561         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6562         (wl-expire-localdir-get-folder-function): New user option.
6563         (wl-expire-localdir-get-folder): New function.
6564         (wl-expire-localdir-date): Ditto.
6565
6566 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6567
6568         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6569         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6570         Fixed unread number mismatch when all-unread < unread.
6571
6572 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6573
6574         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6575         (wl-fetch-confirm-threshold): Ditto.
6576
6577         * wl-summary.el (wl-summary-confirm-appends): Removed.
6578         (wl-summary-sync-update): Don't refer
6579         `wl-summary-update-confirm-threshold' (It is now abolished).
6580
6581         * wl-message.el (wl-message-display-internal): Don't refer
6582         `wl-fetch-confirm-threshold' (It is now abolished).
6583
6584 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6587
6588 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6589
6590         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6591         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6592         Change default value to nil.
6593         (wl-summary-indent-length-limit): The value can be nil, nil means
6594         unlimited.
6595
6596         * wl-summary.el: Don't set limit for indent length if the value of
6597         wl-summary-indent-length-limit is nil.
6598         If the value of wl-summary-width is nil, it means only that the width
6599         of summary is unlimited (nil doesn't mean that the indent length is
6600         unlimited).
6601
6602         * wl-thread.el: Ditto.
6603
6604 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6605
6606         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6607         be nil, nil means never confirm.
6608         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6609
6610 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6611
6612         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6613         means unlimited).
6614
6615 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6616
6617         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6618         Use `with-temp-buffer'.
6619
6620 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6621
6622         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6623         with new backquote style).
6624         (wl-folder-get-entity-from-buffer): Ditto.
6625
6626 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6627
6628         * wl-version.el (nemacs-version): Eliminated.
6629         (wl-extended-emacs-version2): Ignore nemacs.
6630         (wl-extended-emacs-version3): Ditto.
6631
6632 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6633
6634         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6635         (wl-draft-add-in-reply-to): New variable.
6636         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6637         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6638         (wl-draft-yank-from-mail-reply-buffer): Use
6639         `wl-draft-add-in-reply-to'.
6640         (wl-draft-insert-current-message): Ditto.
6641
6642 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6643
6644         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6645         typo (kill->hide).
6646         (wl-message-buffer-prefetch-folder-type-list): Added elements
6647         `mark' and `cache' instead of `internal'.
6648
6649 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6650
6651         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6652         resume msgdb directory.
6653
6654 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6655
6656         * wl.el (wl-exit): Call `wl-acap-exit'.
6657
6658         * wl-summary.el (wl-summary-message-string): New function.
6659         (wl-summary-reedit): Use it.
6660         (wl-summary-resend-bounced-mail): Remove needless let.
6661         (wl-summary-supersedes-message): Ditto.
6662         (wl-summary-save): Ditto.
6663
6664         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6665         (wl-acap-init): Set it.
6666         (wl-acap-exit): New function.
6667
6668 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6669
6670         * wl.el (wl-init): Revert (require 'mime-setup). move from
6671         toplevel.
6672
6673 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6674
6675         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6676         local variables.  Add error when guess function return invalid
6677         value.
6678
6679 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6680
6681         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6682         Change local variable name.
6683         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6684         (wl-folder-get-newsgroups): Return nil when non-news folder.
6685         * wl-summary.el (wl-summary-write-current-folder): State through
6686         when guess-list return nil.
6687         (wl-summary-write-current-folder-functions): Fixed docstring.
6688
6689         * wl.el (wl-exit): Changed confirm message.
6690
6691         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6692         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6693
6694         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6695
6696 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6697
6698         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6699         user option (Renamed from wl-cache-prefetch-folder-type-list).
6700         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6701         from wl-cache-prefetch-folder-list).
6702
6703         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6704         Move to wl-vars.el.
6705         (wl-message-buffer-prefetch-p): Changed to enable
6706         `wl-message-buffer-prefetch-folder-list'.
6707
6708         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6709         `ignore-cache'.
6710
6711 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6712
6713         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6714         `part-top' and `part-bottom'.
6715         (wl-draft-config-sub-part-top): New function.
6716         (wl-draft-config-sub-part-bottom): New function.
6717
6718 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6719
6720         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6721
6722 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6723
6724         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6725
6726 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6727
6728         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6729
6730         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6731         (wl-summary-write-current-folder): Ditto.
6732
6733 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6734
6735         * wl-folder.el (wl-folder-get-newsgroups): Use
6736         `elmo-folder-newsgroups'.
6737
6738 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6739
6740         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6741         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6742         `wl-draft-config-sub-header-bottom'.
6743
6744 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6745
6746         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6747         localnews folder.
6748
6749 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6750
6751         * wl-summary.el (wl-summary-mode): Undo last change.
6752
6753         * wl-folder.el (wl-folder-mode): Ditto.
6754
6755 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6756
6757         * wl-summary.el (wl-summary-mode): Locally set
6758         truncate-partial-window-width to nil.
6759         (for XEmacs)
6760
6761         * wl-folder.el (wl-folder-mode): Ditto.
6762
6763 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6764
6765         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6766
6767 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6768
6769         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6770         number.
6771
6772         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6773
6774         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6775
6776         * Version number is increased to 2.7.6.
6777
6778 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6779
6780         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6781
6782 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6783
6784         * wl-summary.el (wl-summary-sync-update): Enclose network
6785         related portion with `unwind-protect'.
6786
6787 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6788
6789         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6790
6791 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6792
6793         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6794         element.
6795         * wl-vars.el (wl-message-body-button-alist): Ditto.
6796
6797         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6798         max match length.
6799         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6800
6801         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6802         for the max match length;
6803         Use 4th element value for the button string regexp group.
6804
6805         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6806         candidate exists, prompt to select.
6807
6808 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6809
6810         * wl-summary.el (wl-summary-jump-to-msg): Search before
6811         calibration point by `beginning-of-line'.
6812
6813 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6814
6815         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6816         for access group.
6817
6818 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6819
6820         * wl-message.el (wl-message-display-internal): Bind
6821         `default-mime-charset'.
6822
6823         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6824
6825         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6826
6827         * Version number is increased to 2.7.5.
6828
6829 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6830
6831         * wl-expire.el (wl-summary-archive): Fixed;
6832         Use `elmo-folder-name-internal'.
6833
6834 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6835
6836         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6837         from `elmo-folder-move-messages' caller.
6838         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6839
6840         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6841         related portions are changed).
6842
6843 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6844
6845         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6846         counter.
6847
6848 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6849
6850         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6851         buffer local and set it to nil.
6852
6853         * wl-message.el (wl-message-redisplay): Ditto.
6854
6855 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6856
6857         * wl-summary.el (wl-summary-mark-as-important): If message is
6858         already cached, set messag as read, otherwise encache and mark as read.
6859
6860 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6861
6862         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6863         point-min.
6864
6865 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6866
6867         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6868         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6869         a keymap.
6870
6871 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6872
6873         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6874         parent.
6875
6876         * wl-mule.el (wl-message-define-keymap): Ditto.
6877
6878         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6879
6880         * wl-xmas.el (wl-message-display-internal-hook): Define.
6881         (wl-xmas-setup-message-toolbar): Define as function.
6882         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6883         (wl-message-overload-functions): Abolished.
6884         (wl-message-define-keymap): New function.
6885
6886         * wl-vars.el (wl-message-display-internal-hook): New variable.
6887         (wl-message-header-button-alist): New variable (Renamed from
6888         wl-highlight-message-header-button-alist).
6889         (wl-message-body-button-alist): Ditto.
6890
6891         * wl-mule.el (wl-message-define-keymap): New function.
6892         (wl-message-overload-functions): Abolished.
6893
6894         * wl-message.el (wl-message-add-buttons-to-body): New function.
6895         (wl-message-redisplay): Don't call wl-message-overload-functions;
6896         Call wl-message-add-buttons-to-header and
6897         wl-message-add-buttons-to-body.
6898         (wl-message-display-internal): Set keymap argument for
6899         elmo-mime-display-as-is, elmo-mime-message-display;
6900         Run wl-message-display-internal-hook.
6901         (wl-message-refer-article-or-url): Abolished.
6902
6903         * wl-highlight.el (wl-highlight-headers): Don't call
6904         wl-highlight-message-add-buttons-to-header.
6905         (wl-highlight-message-add-buttons-to-header): Abolished.
6906
6907
6908         * wl-e21.el (wl-message-display-internal-hook): Define.
6909         (wl-e21-setup-toolbar): Deleted duplicated binding.
6910         (wl-e21-setup-message-toolbar): Define as function.
6911         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6912         (wl-message-define-keymap): New function.
6913         (wl-message-overload-functions): Abolished.
6914
6915 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6916
6917         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6918         and elmo-folder-close.
6919
6920         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6921
6922 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6923
6924         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6925         boolean value.
6926         * wl-draft.el (wl-draft-do-fcc): Ditto.
6927
6928 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6929
6930         * wl-vars.el (wl-fcc-force-as-read): New variable.
6931         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6932         mark copied message as read.
6933
6934 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6935
6936         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6937
6938 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6939
6940         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6941         `wl-summary-target-above' instead of obsolete variable
6942         `wl-summary-temp-above'.
6943
6944         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6945         instead of `make-obsolete-variable'.
6946         * wl-refile.el (toplevel): Ditto.
6947
6948 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6949
6950         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6951         with third argument t.
6952         (wl-draft): Set first argument for wl-plugged-init as t.
6953
6954         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6955         definition.
6956
6957 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6958
6959         * wl-vars.el: Tabify.
6960         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6961
6962         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6963         message.
6964
6965 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6966
6967         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6968         and set default to beep.
6969
6970 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6971
6972         * wl-vars.el (wl-draft-truncate-lines): New variable.
6973
6974         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6975         instead of wl-message-truncate-lines for truncate-lines.
6976
6977 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6978
6979         * wl-message.el (wl-message-display-internal): Call
6980         `wl-highlight-message' after `elmo-mime-display-as-is'.
6981
6982         * wl-mime.el (wl-mime-display-text/plain): New function.
6983         (wl-mime-display-header): Ditto.
6984         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6985         body-presentation-method for text/plain;
6986         Register `wl-mime-display-header' as a header-presentation-method;
6987         Don't set up `elmo-message-text-content-inserted-hook' and
6988         `elmo-message-header-inserted-hook'.
6989
6990         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6991         variable.
6992         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6993         as t if flag is 'all-header;
6994         Don't bind `elmo-message-ignored-field-list',
6995         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6996
6997 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7000         for xemacs with non-mule environment.
7001
7002 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7003
7004         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7005         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7006         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7007
7008 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7009
7010         * wl-vars.el (wl-interactive-send): Set default value as t.
7011
7012 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7013
7014         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7015         (wl-addrmgr-method-list): Abolished.
7016         (wl-addrmgr-change-method): Follow above change.
7017
7018         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7019
7020 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7021
7022         * wl-vars.el (wl-message-truncate-lines): Change default value
7023         to default-truncate-lines.
7024
7025         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7026
7027 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7028
7029         * wl-vars.el (wl-message-truncate-lines): New variable.
7030
7031         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7032         wl-message-truncate-lines.
7033
7034 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7035
7036         * wl-acap.el (wl-acap-init): Remove period from error message.
7037         (wl-acap-find-acap-service): Remove period from message.
7038
7039 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7040
7041         * wl.el (wl-check-environment): Undo last change.
7042
7043         * wl-vars.el (wl-from): Changed default value.
7044
7045         * wl-util.el (toplevel): Don't require tm-edit.
7046
7047         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7048         `wl-folder-init';
7049         Don't set mark on mail body.
7050         (wl-draft-reedit): Ditto.
7051
7052         * wl-address.el (wl-address-quote-specials): Define as an alias for
7053         elmo-address-quote-specials.
7054
7055 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7056
7057         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7058
7059         * wl-vars.el (wl-from): Set default value as nil.
7060         (wl-organization): Set default value as ORGANIZATION environment
7061         variable.
7062
7063         * wl-draft.el (wl-smtp-extension-bind): Check value of
7064         wl-smtp-connection-type.
7065
7066         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7067         error.
7068
7069 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7070
7071         * Version number is increased to 2.7.4.
7072
7073         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7074         arguments from `wl-highlight-x-face-function' caller.
7075         Use x-face-1.3.6.12 or later.
7076
7077 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7078
7079         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7080
7081 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7082
7083         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7084         (wl-fcc): Fix to accept function.
7085         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7086
7087 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7088
7089         * wl-acap.el (toplevel): Added `product-provide' declare.
7090         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7091
7092 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7093
7094         * wl.el (wl): Changed order of calling `elmo-init'
7095         and `elmo-folder-init'.
7096
7097 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7098
7099         * wl-mime.el (wl-summary-burst): Extract message when content-type
7100         of root entity is not only `multipart' but also `message/rfc822'.
7101         (wl-summary-burst-subr): Ditto.
7102
7103 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7104
7105         * wl-vars.el (toplevel): Require 'custom.
7106         (wl-trash-folder): Added to `wl-setting' group.
7107
7108         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7109         exists.
7110         (wl-addrmgr-draw): Insert empty line when no entry exists.
7111
7112         * wl-mule.el (wl-message-wheel-up): Fixed.
7113         (wl-message-wheel-down): Ditto.
7114
7115 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7116
7117         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7118         config is an anonymous lambda expression.
7119
7120 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7121
7122         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7123         when Mule 2 is running.
7124
7125 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7126
7127         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7128
7129 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7130
7131         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7132         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7133
7134         * wl-address.el (wl-address-specials-regexp): Eliminated.
7135         (wl-address-quote-specials): Rewrite.
7136
7137 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7140         shy-groups for regexp.
7141
7142         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7143         character classes and Perl style shy-groups for regexp.
7144         (wl-highlight-plugged-current-line): Use Posix style character
7145         classes for regexp.
7146         (wl-e21-highlight-folder-by-numbers): Ditto.
7147         (wl-e21-display-image-p): Use `display-images-p' instead of
7148         `display-graphic-p'.
7149         (display-images-p): Make an alias to `display-graphic-p' if it is
7150         not available.  It is for Emacs version prior to 21.0.105.
7151
7152         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7153         `display-graphic-p'.
7154         (wl-demo-image-type-alist): Ditto.
7155         (display-images-p): Make an alias to `display-graphic-p' if it is
7156         not available.  It is for Emacs version prior to 21.0.105.
7157
7158 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7159
7160         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7161         support.
7162         (wl-generate-user-agent-string): Ditto.
7163
7164         * wl-version.el (wl-version): Update docsting.
7165         (wl-version-status): Ditto.
7166
7167 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7168
7169         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7170         21.0.105.  For Emacs 21.0.104 or earlier.
7171
7172 2001-09-03  Takuo KITAME <kitame@northeye.org>
7173
7174         * wl-e21.el (wl-plugged-init-icons): Use
7175         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7176         (wl-biff-init-icons): Ditto.
7177
7178 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7179
7180         * wl-highlight.el (wl-highlight-summary-current-line):
7181         Fixed highlighting refile/copy destination.
7182
7183         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7184         (wl-acap-store): Encode string by wl-acap-coding-system.
7185
7186 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7187
7188         * wl-acap.el (toplevel): Check and require 'un-define before
7189         'xemacs-ucs;
7190          Added checking for UTF-2000.
7191
7192 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7193
7194         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7195         Don't enclose with `eval-and-compile'.
7196
7197         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7198         wl-init is non-nil.
7199
7200         * wl-draft.el (wl-draft): Ditto.
7201
7202         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7203
7204         * wl-acap.el (toplevel): Require 'wl.
7205         (wl-acap-store): Call `elmo-init'.
7206
7207         * wl.el (wl): Changed position of `wl-check-environment'.
7208         (toplevel): Added autoload setting for wl-acap.
7209
7210         * wl-vars.el (wl-setting): New custom group.
7211         (wl-from): Added wl-setting group.
7212         (wl-user-mail-address-list): Ditto.
7213         (wl-organization): Ditto.
7214         (wl-subscribed-mailing-list): Ditto.
7215         (wl-envelope-from): Ditto.
7216         (wl-smtp-posting-user): Ditto.
7217         (wl-smtp-posting-server): Ditto.
7218         (wl-smtp-posting-port): Ditto.
7219         (wl-smtp-authenticate-type): Ditto.
7220         (wl-pop-before-smtp-user): Ditto.
7221         (wl-pop-before-smtp-server): Ditto.
7222         (wl-pop-before-smtp-port): Ditto.
7223         (wl-pop-before-smtp-authenticate-type): Ditto.
7224         (wl-nntp-posting-server): Ditto.
7225         (wl-nntp-posting-user): Ditto.
7226         (wl-nntp-posting-port): Ditto.
7227         (wl-fetch-confirm-threshold): Ditto.
7228         (wl-prefetch-threshold): Ditto.
7229         (wl-thread-insert-opened): Ditto.
7230         (wl-ldap-server): Ditto.
7231         (wl-ldap-port): Ditto.
7232         (wl-ldap-base): Ditto.
7233         (wl-ldap-objectclass): Ditto.
7234         (wl-use-ldap): Ditto.
7235         (wl-draft-config-alist): Ditto.
7236         (wl-draft-config-matchone): Ditto.
7237         (wl-template-alist): Ditto.
7238         (wl-message-sort-field-list): Ditto.
7239         (wl-message-ignored-field-list): Ditto.
7240         (wl-message-visible-field-list): Ditto.
7241         (wl-interactive-send): Ditto.
7242         (wl-summary-move-order): Ditto.
7243         (wl-auto-select-first): Ditto.
7244         (wl-auto-select-next): Ditto.
7245         (wl-interactive-save-folders): Ditto.
7246
7247         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7248         Initialization codes are moved from wl-local-folder-init.
7249         (wl-local-folder-init): Follow the change above.
7250         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7251
7252         * wl-acap.el: New file.
7253
7254         * Version number is increased to 2.7.3.
7255
7256 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7257
7258         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7259
7260 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7261
7262         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7263         (wl-addrmgr-address-entry-list): Ditto.
7264
7265 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7266
7267         * wl-e21.el (wl-draft-mode-map): Removed binding for
7268         `wl-draft-insert-x-face-field'.
7269
7270         * wl-mule.el (wl-draft-mode-map): Ditto.
7271
7272         * wl-xmas.el (wl-draft-mode-map): Ditto.
7273
7274         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7275         (wl-cs-autoconv): Ditto.
7276         (wl-cs-local): Ditto.
7277         (wl-use-scoring): Ditto.
7278         (wl-mime-charset): Ditto.
7279         (wl-folder-check-async): Ditto.
7280
7281         * wl.el (toplevel): Ignore nemacs and tm.
7282         (wl-exit): Ditto.
7283
7284         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7285         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7286         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7287         instead of wl-address-petname-add-or-change.
7288         (wl-summary-edit-addresses-subr): Use wl-address-delete
7289         instead of wl-address-petname-delete.
7290
7291         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7292
7293         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7294         if error occured.
7295
7296         * wl-message.el (require): Remove tm support.
7297
7298         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7299
7300         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7301         (wl-folder-jump-to-current-entity): Ditto.
7302         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7303
7304         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7305         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7306         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7307
7308         * wl-mule.el (wl-draft-key-setup): Ditto.
7309
7310         * wl-xmas.el (wl-draft-key-setup): Ditto.
7311
7312         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7313         (wl-draft-std11-parse-addresses): New function.
7314         (wl-draft-parse-mailbox-list): Use it.
7315         (wl-draft): Ignore nemacs.
7316         (wl-draft-reedit): Ditto.
7317
7318         * wl-addrmgr.el: New file.
7319         (Original is wl-rcpt.el written by
7320         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7321         Thanks Kitamoto-san.)
7322
7323         * wl-address.el (wl-address-make-address-list): Modified parsing
7324         process.
7325         (wl-address-delete): Renamed from `wl-address-petname-delete';
7326         Modify wl-address-list too.
7327         (wl-address-add-or-change): Renamed from
7328         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7329
7330 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7331
7332         * wl-highlight.el (wl-highlight-summary-current-line):
7333           Work with transient-mark-mode
7334
7335 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7336
7337         * Version number is increased to 2.7.2.
7338
7339         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7340         instead of elmo-dop-queue-method.
7341
7342 2001-08-06  SAITO Atsunori <sai@yedo.com>
7343
7344         * wl-vars.el (wl-ldap-objectclass): New user option.
7345
7346         * wl-address.el (wl-ldap-make-filter): Use it.
7347
7348 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7349
7350         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7351
7352 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7353
7354         * wl-folder.el (wl-folder): redisplay after folder insertion.
7355
7356         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7357
7358         * wl-summary.el (wl-summary-sync-update):
7359         Change status mark only when new-msgdb exists.
7360         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7361
7362 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7363
7364         * wl-summary.el (wl-summary-open-folder): New function.
7365         (wl-summary-goto-folder-subr): Use it.
7366         (wl-summary-mark-as-important): Fix;
7367         Encache only when no cache exists.
7368
7369 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7370
7371         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7372         Use with-current-buffer.
7373
7374 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7375
7376         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7377         before call `get-buffer'. Fixed parenthesis.
7378         (wl-score-get-header-entry): Clear message and help window when
7379         keyboard quit.
7380         (wl-score-edit-insert-header): Ditto.
7381
7382 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7383
7384         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7385         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7386         (wl-default-draft-cite): Fix.
7387
7388         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7389         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7390
7391 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7392
7393         * wl-message.el (wl-message-prev-page): Do same bahavior
7394         as summary when it is called in the message buffer.
7395         (wl-message-next-page): Ditto.
7396
7397 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7398
7399         * wl-summary.el (wl-summary-forward): Use cache if it is not
7400         section cache.
7401
7402 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7403
7404         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7405         Removed redundant require of elmo-vars.
7406         (wl-biff-state-indicator-on): Changed default value for
7407         xemacs with non-mule environment.
7408
7409         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7410         wl-message-buffer is nil;
7411         Hide progress bar after moving messages.
7412
7413 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7414
7415         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7416         message at cursor point is deleted.
7417
7418 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7419
7420         * wl-vars.el: Changed file coding system to euc-japan.
7421         Added -*-coding:-*- magic to the first line.
7422
7423         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7424         Search parent from the first message.
7425
7426         * Version number is increased to 2.7.1.
7427
7428 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7429
7430         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7431
7432 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7433
7434         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7435         refile/delete execution.
7436
7437         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7438         Fixed docstring.
7439
7440 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7441
7442         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7443         do update process;
7444         Don't update marks when update process is interrupted.
7445
7446 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7447
7448         * wl-summary.el (wl-summary-reply): Fixed problem when
7449         wl-draft-use-frame is non-nil.
7450         (wl-summary-forward): Ditto.
7451
7452         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7453         as nil.
7454         (wl-folder-mark-as-read-all-entity): Ditto.
7455         (wl-folder-prefetch-entity): Ditto.
7456
7457         * wl.el (wl): Check environment before wl-init.
7458
7459         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7460         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7461         instead of wl-summary-collect-unread.
7462         (wl-summary-reply): Split message window.
7463
7464 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7465
7466         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7467         only if current language environment is japanese,
7468
7469         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7470         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7471         (wl-folder-goto-folder-subr): Ditto.
7472
7473         * wl-draft.el (wl-draft-dispatch-message): Call
7474         `elmo-file-cache-get-path'.
7475
7476 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7477
7478         * wl-summary.el (wl-summary-cursor-move): If return value of
7479         wl-summary-next-message is not number, don't jump.
7480
7481 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7482
7483         * wl-summary.el (wl-summary-buffer-next-message-function): New
7484         variable.
7485         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7486         if it is bound.
7487
7488         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7489         string.
7490
7491         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7492         (wl-plugged-drawing): Ditto.
7493
7494 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7495
7496         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7497         process.
7498         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7499         with unwind-protect.
7500
7501         * wl.el (wl-init): Require mime-setup.
7502         (wl-check-environment): Don't require mime-setup.
7503
7504         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7505         instead of elmo-folder-type.
7506
7507         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7508         value as nil.
7509
7510 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7511
7512         * Version number is increased to 2.7.0.
7513
7514         * wl-version.el (wl-version): Changed codename.
7515
7516         * wl-summary.el (wl-summary-delete-cache): Fixed.
7517
7518         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7519         Workaround for net folders.
7520         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7521
7522         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7523         value to nil (According to the patch from
7524         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7525
7526         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7527         of elmo-folder-close.
7528
7529 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7530
7531         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7532         for postfix.
7533
7534 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7535
7536         * wl-summary.el (wl-summary-resend-message): Fixed.
7537
7538         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7539         Call wl-draft with `from' argument if its address is included in
7540         `wl-user-mail-address-list'.
7541         (wl-draft): Added `from' argument.
7542
7543         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7544         non-nil.
7545         (wl): Don't show demo if wl-demo is nil.
7546
7547         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7548         wl-summary-use-frame.
7549
7550         * wl-vars.el (wl-summary-use-frame): New user option.
7551         (wl-folder-use-frame): Changed docstring.
7552
7553         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7554         non-nil.
7555         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7556         wl-summary-use-frame.
7557
7558         * wl-vars.el (wl-folder-use-frame): New user option.
7559
7560         * wl-summary.el (wl-summary-exit): Back to folder frame if
7561         wl-folder-use-frame is non-nil.
7562         (wl-summary-redisplay-internal): Ignore cache if current folder
7563         is draft folder,
7564         (wl-summary-redisplay-no-mime): Ditto.
7565         (wl-summary-redisplay-all-header): Ditto.
7566
7567         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7568         if wl-folder-use-frame is non-nil.
7569
7570 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7571
7572         * wl-summary.el (wl-summary-sync-update): Bind
7573         elmo-folder-update-threshold.
7574         (wl-summary-mark-as-important): Enclosed server mark processing
7575         with `save-match-data'.
7576
7577         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7578         only when it is already defined.
7579
7580 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7581
7582         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7583         name of folder exclude localdir is wrong.
7584         * wl-folder.el (wl-folder-sync-entity):
7585         Set `wl-summary-always-sticky-folder-list' as nil.
7586         (wl-folder-mark-as-read-all-entity): Ditto.
7587         (wl-folder-prefetch-entity): Ditto.
7588
7589 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7590
7591         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7592         instead of `wl-summary-write-current-newsgroup'.
7593
7594 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7595
7596         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7597         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7598         non-nil and selected message is important, do not display.
7599
7600 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7601
7602         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7603
7604 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7605
7606         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7607
7608         * wl-summary.el (wl-summary-mark-as-important): Set message number
7609         using wl-summary-message-number.
7610
7611 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7612
7613         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7614         destination folder is 'null.
7615
7616 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7617
7618         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7619         New function.
7620         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7621         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7622         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7623
7624 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7625
7626         * wl-mime.el (wl-mime-setup): Added setting for
7627         `mime-setup-signature-key-alist' to avoid overriding key bind for
7628         `wl-draft-send'.
7629
7630         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7631         for `wl-draft-send'.
7632         * wl-mule.el (wl-draft-overload-functions): Ditto.
7633         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7634         * wl-draft.el (wl-draft-send): Ditto.
7635
7636         * wl-message.el (wl-message-display-internal):
7637         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7638         (Patch is provided by <kita@coe.nttdata.co.jp>).
7639
7640 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7641
7642         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7643
7644 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7645
7646         * wl.el (wl): Fix for wl-demo.
7647
7648 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7649
7650         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7651
7652 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7653
7654         * wl-folder.el (wl-folder-prefetch-entity): Use
7655         `wl-folder-get-elmo-folder'.
7656         (wl-folder-count-incorporates): Do not use
7657         `wl-folder-get-elmo-folder'.
7658
7659 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7660
7661         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7662         instead of `elmo-folder-get-type'.
7663
7664 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7665
7666         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7667         position on Subject: field.
7668         (Advised by Mito <mit@nines.nec.co.jp>)
7669
7670 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7671
7672         * wl-folder.el (wl-folder-prefetch-entity): Use
7673         `wl-folder-get-elmo-folder'.
7674
7675 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7676
7677         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7678
7679         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7680         `process-duplicates' slot.
7681
7682         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7683         if detection failed.
7684
7685 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7686
7687         * wl-version.el (wl-version-status): Set to "alpha".
7688
7689 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7690
7691         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7692         Check wl-message-buffer lives before set-buffer.
7693
7694 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7695
7696         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7697         called in folder mode.
7698         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7699         * wl-summary.el (wl-summary-exit-pre-hook): Run
7700         `wl-summary-exit-pre-hook' before exit summary mode.
7701
7702 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7703
7704         * wl-version.el (wl-version-status): New variable.
7705         (wl-version-status-alist): Removed.
7706         (wl-version-status): Rule included.
7707
7708 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7709
7710         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7711         @sponichi.
7712
7713         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7714         when `mail-reply-buffer' is buffer-local variable.
7715         (Reported by <kita@coe.nttdata.co.jp>).
7716
7717 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7718
7719         * wl-vars.el (toplevel): Require 'elmo-util.
7720
7721 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7722
7723         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7724         (All other related portions are changed)
7725
7726         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7727
7728         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7729
7730 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7731
7732         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7733
7734 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7735
7736         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7737         Delete other windows to avoid an error.
7738         Use `point-marker' instead of `point' to remember the start point
7739         of body.
7740
7741         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7742
7743         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7744         number not to exceed all message number.
7745
7746 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7747
7748         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7749         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7750
7751 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7752
7753         * wl-summary.el (wl-summary-sync-force-update): Added argument
7754         no-check.
7755         (wl-summary-sync-update): Ditto.
7756         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7757         with `no-check'.
7758
7759         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7760         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7761         already running.
7762
7763 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7764
7765         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7766         `dst-folder-arg'.
7767         (wl-expire-archive-number1): Diito.
7768         (wl-expire-archive-number2): Diito.
7769         (wl-expire-archive-Date): Diito.
7770         (wl-archive-number1): Diito.
7771         (wl-archive-number2): Diito.
7772         (wl-archive-date): Diito.
7773         (wl-archive-folder-p): New function.
7774         (wl-summary-expire): Support of expand folder name at
7775         wl-expire-alist.
7776         * wl-util.el (wl-expand-newtext): Renamed from
7777         `wl-refile-expand-newtext'.
7778
7779 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7780
7781         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7782         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7783         `(elmo-msgdb-get-overview msgdb)'.
7784         (wl-summary-prefetch): Bind match data before call
7785         `wl-summay-prefetch-msg'.
7786         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7787         'off if `wl-summary-buffer-disp-msg' is non-nil.
7788         Fixed problem that couldn't show only one new or unread message when
7789         enter folder.
7790         (wl-summary-reply): Don't call `split-window-vertically' and other
7791         window.
7792
7793 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7794
7795         * wl-expire.el (wl-expire-refile): Fixed.
7796
7797 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7798
7799         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7800
7801         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7802         biff notification is removed.
7803
7804         * wl.el (wl): Changed position of `elmo-init'.
7805
7806         * wl-draft.el (wl-default-draft-cite): Use date field
7807         on the citation buffer.
7808
7809         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7810
7811         * wl-xmas.el (wl-folder-internal-icon-list): Added
7812         `wl-folder-shimbun-image'.
7813
7814         * wl-e21.el (wl-folder-internal-icon-list): Added
7815         `wl-folder-shimbun-image'.
7816
7817 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7818
7819         * wl.el (wl-init): Eliminated argument.
7820         (wl): Rewrite.
7821
7822         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7823         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7824         instead of `elmo-folder-msgdb-internal'.
7825         (wl-summary-sync-update): Ditto.
7826         (wl-summary-flush-pending-append-operations): Eliminated.
7827         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7828         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7829         `elmo-folder-open'.
7830
7831         * wl-mime.el (wl-summary-burst): Fixed.
7832
7833         * wl-folder.el (wl-folder-info-save): Check data type.
7834
7835         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7836         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7837         instead of `elmo-folder-msgdb-internal'.
7838         (wl-expire-hide): Ditto.
7839
7840
7841         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7842
7843 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7844
7845         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7846
7847 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7848
7849         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7850
7851 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7852
7853         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7854         Fixed `match-beginning' argument mismatch.
7855
7856 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7857
7858         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7859         the default value.
7860
7861 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7862
7863         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7864         instead of `elmo-nntp-default-port'.
7865
7866         * wl-vars.el: Fixed some doc strings.
7867
7868 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7869
7870         * wl-summary.el (wl-summary-prefetch-msg): Use
7871         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7872
7873         * wl-vars.el: Define *-func as obsolete variable using
7874         `elmo-define-obsolete-variable'.
7875
7876         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7877         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7878         instead of `wl-message-buffer-prefetch-threshold'.
7879
7880         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7881
7882         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7883
7884         * wl-draft.el (wl-caesar-region-func): Ditto.
7885
7886         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7887         Keep unread status in elmo-folder-move-messages.
7888         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7889
7890 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7891
7892         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7893         `wl-summary-buffer-exit-func'
7894         (wl-summary-buffer-message-redisplay-function): Renamed from
7895         `wl-summary-buffer-message-redisplay-func'
7896         (wl-summary-buffer-next-folder-function): Renamed from
7897         `wl-summary-buffer-next-folder-func'.
7898         (wl-summary-buffer-prev-folder-function): Renamed from
7899         `wl-summary-buffer-prev-folder-func'.
7900         (wl-summary-get-petname-function): Renamed from
7901         `wl-summary-get-petname-func'.
7902
7903         * wl-score.el (wl-score-edit-exit-function): Renamed from
7904         `wl-score-edit-exit-func'.
7905
7906         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7907         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7908
7909         * wl-util.el (wl-load-profile-function): Renamed from
7910         `wl-load-profile-func'.
7911
7912         * wl-folder.el (wl-folder-completion-function): Renamed from
7913         `wl-folder-completion-func'.
7914         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7915
7916         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7917         `wl-expire-archive-get-folder-func'.
7918         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7919         (wl-draft-send-mail-function): Renamed from
7920         `wl-draft-send-mail-func'.
7921         (wl-draft-send-news-function): Renamed from
7922         `wl-draft-send-news-func'.
7923         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7924         (wl-generate-mailer-string-function): Renamed from
7925         `wl-generate-mailer-string-func'.
7926         (wl-highlight-signature-search-function): Renamed from
7927         `wl-highlight-signature-search-func'.
7928         (wl-highlight-x-face-function): Renamed from
7929         `wl-highlight-x-face-func'
7930         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7931         (wl-ps-print-buffer-function): Renamed from
7932         `wl-ps-print-buffer-func'
7933         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7934         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7935         (wl-summary-subject-filter-function): Renamed from
7936         `wl-summary-subject-filter-func'.
7937
7938         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7939         `wl-draft-queue-flush-send-func'
7940         (wl-draft-cite-function): Renamed from
7941         `wl-draft-cite-func'
7942
7943         * wl-address.el (wl-address-init-function): Renamed from
7944         `wl-address-init-func'.
7945
7946 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7947
7948         * wl-draft.el (wl-draft-queue-flush): Don't call
7949         `elmo-dop-unlock-message'.
7950         * wl-draft.el (wl-draft-queue-append): Don't call
7951         `elmo-dop-lock-message'.
7952
7953         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7954         (wl-summary-buffer-folder-name): Ditto.
7955         (wl-summary-message-regexp): Added '-' (all other related portions
7956         are changed).
7957         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7958         wl-summary-buffer-folder-name.
7959
7960 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7961
7962         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7963         the number of mails in the folder buffer is not updated by wl-biff.
7964
7965 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7966
7967         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7968         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7969
7970 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7971
7972         * wl-summary.el (wl-summary-next-message):
7973         Return next message number when wl-summary-move-order is nil.
7974
7975 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7976
7977         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7978         `wl-summary-move-spec-alist'.
7979         (wl-summary-move-spec-unplugged-alist): New variable
7980         (Move spec for unplugged status).
7981         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7982         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7983
7984 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7985
7986         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7987         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7988
7989 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7990
7991         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7992         simple quotation to quote the anonymous function.
7993         * tm-wl.el (wl-draft-preview-message): Ditto.
7994
7995 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7996
7997         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7998         Eliminate redundant `save-excursion'.
7999         (wl-highlight-summary-current-line): Ditto.
8000
8001         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8002         accessing match data when `looking-at' failed.
8003
8004         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8005         `elmo-match-string' where users don't care about the speed.
8006         (wl-draft-save): Ditto.
8007
8008 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8009
8010         * wl-util.el (wl-regexp-opt): New function.
8011
8012         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8013         number from `wl-summary-buffer-number-list'.
8014         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8015         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8016         (wl-summary-move-spec-alist): Changed default setting.
8017
8018 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8019
8020         * wl-vars.el (wl-biff-notify-hook): New hook.
8021         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8022         the arrival of new mail.
8023         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8024         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8025
8026 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8027
8028         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8029
8030 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8031
8032         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8033
8034         * Version number is increased to 2.5.8.
8035
8036         * wl-thread.el (toplevel): require 'cl.
8037         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8038         (wl-thread-make-number-list): New function.
8039         (wl-thread-entity-make-number-list-from-children): Ditto.
8040         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8041         (wl-thread-entity-insert-as-children): Likewise.
8042         (wl-thread-delete-message): Likewise.
8043         (wl-meaning-of-mark): Eliminated.
8044         (wl-thread-next-failure-mark-p): Ditto.
8045         (wl-thread-entity-get-mark): Ditto.
8046         (wl-thread-meaning-alist-get-result): Ditto.
8047         (wl-thread-entity-check-prev-mark): Ditto.
8048         (wl-thread-entity-check-next-mark): Ditto.
8049         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8050         (wl-thread-entity-get-prev-marked-entity): Ditto.
8051         (wl-thread-get-prev-unread): Ditto.
8052         (wl-thread-jump-to-prev-unread): Ditto.
8053         (wl-thread-get-next-unread): Ditto.
8054         (wl-thread-jump-to-next-unread): Ditto.
8055         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8056         (wl-thread-entity-get-next-marked-entity): Ditto.
8057
8058         * wl-summary.el (wl-summary-buffer-number-list):
8059         New bufer-local variable.
8060         (wl-summary-switch-to-clone-buffer): Clone
8061         `wl-summary-buffer-number-list'.
8062         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8063         (wl-summary-cursor-move-regex): Eliminated.
8064         (wl-summary-cursor-up): Rewrite.
8065         (wl-summary-cursor-down): Ditto.
8066         (wl-summary-mode-spec-alist): New variable.
8067         (wl-summary-next-message): New inline function.
8068         (wl-summary-cursor-move): New function.
8069         (wl-summary-default-get-next-msg): Rewrite.
8070         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8071         (wl-summary-rescan): Ditto.
8072         (wl-summary-sync-all-init): Ditto.
8073         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8074         summary is not thread view.
8075         (wl-summary-sync-update): Ditto.
8076         (wl-summary-rescan): Ditto.
8077         (wl-summary-make-number-list): New function.
8078
8079         * wl-draft.el: "FCC" -> "Fcc".
8080
8081 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8082
8083         * wl-highlight.el (wl-highlight-summary-window):
8084         Call `set-buffer-modified-p'.
8085
8086         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8087         (wl): Call `elmo-init' and fix.
8088
8089         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8090         Use new variables.
8091
8092         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8093
8094 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8095
8096         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8097
8098 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8099
8100         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8101
8102 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8103
8104         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8105         `wl-use-toolbar' nor `display-graphic-p'.
8106         (wl-e21-setup-message-toolbar): Ditto.
8107         (wl-e21-setup-summary-toolbar): Ditto.
8108         (wl-e21-setup-folder-toolbar): Ditto.
8109
8110         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8111         (wl-plugged-init-icons): Ditto.
8112
8113         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8114         `display-graphic-p'.
8115         (wl-plugged-set-folder-icon): Ditto.
8116         (wl-highlight-plugged-current-line): Ditto.
8117         (wl-highlight-folder-current-line): Ditto.
8118         (wl-e21-highlight-folder-group-line): Ditto.
8119         (wl-e21-setup-toolbar): Ditto.
8120         (wl-e21-display-image-p): New macro.
8121
8122         * wl-demo.el (wl-demo): Simplified.
8123         (wl-demo-image-type-alist): Use `image-type-available-p' for
8124         checking whether the image type `xbm' is available.
8125
8126 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8127
8128         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8129         (wl-summary-input-range): Ditto.
8130
8131 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8132
8133         * wl-summary.el (wl-summary-edit-addresses): Use
8134         `wl-summary-get-original-buffer'
8135         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8136         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8137         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8138         (wl-summary-get-newsgroups): Eliminated.
8139         (wl-summary-set-crosspost): Ditto.
8140         (wl-summary-is-crosspost-folder): Ditto.
8141         (wl-crosspost-alist-load): Ditto.
8142         (wl-crosspost-alist-save): Ditto.
8143
8144         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8145         `elmo-setup-subscribed-newsgroups' instead of
8146         `elmo-nntp-make-groups-hashtb'.
8147         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8148         instead of `wl-crosspost-alist-save'.
8149
8150         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8151         of `elmo-folder-message-appendable-p'.
8152         (wl-mime-header-presentation-method): Eliminated.
8153
8154         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8155         (Error occurs in emacs21).
8156
8157         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8158         the current buffer).
8159
8160         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8161         instead of `wl-crosspost-alist-save'.
8162         (wl-init): `elmo-crosspost-message-alist-load'
8163         instead of `wl-crosspost-alist-load'
8164
8165         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8166         (wl-parse-newsgroups): Likewise.
8167         (wl-biff-notify): Run `wl-biff-notify-hook'.
8168
8169 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8170
8171         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8172
8173         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8174         when `wl-summary-lazy-highlight' is non-nil.
8175         (wl-summary-goto-folder-subr): Highlight only when
8176         `wl-summary-lazy-highlight' is non-nil.
8177
8178         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8179         Don't display progress and highlight temp-mark when
8180         `wl-summary-lazy-highlight' is non-nil.
8181         (wl-highlight-summary-window): New function.
8182         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8183
8184 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8185
8186         * wl-summary.el (wl-summary-sync): Change `all-visible'
8187         from `all-shown'
8188         (wl-summary-input-range): Ditto.
8189
8190 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8191
8192         * wl-e21.el (wl-highlight-folder-current-line): Call
8193         `wl-folder-init-icons' when folder icons have not been initialized.
8194
8195         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8196
8197         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8198         (wl-demo-image-type-alist): New macro.
8199
8200 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8201
8202         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8203         display does not support graphics.
8204         (wl-plugged-init-icons): Ditto.
8205         (wl-folder-init-icons): Ditto.
8206
8207         * wl-demo.el (wl-demo): Chech closely whether the display
8208         supports graphics.
8209
8210 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8211
8212         * wl-summary.el (wl-summary-get-original-buffer): New function.
8213         (wl-summary-set-crosspost): Use it.
8214         (wl-summary-target-mark-uudecode): Ditto.
8215         (wl-summary-reedit): Ditto.
8216         (wl-summary-resend-bounced-mail): Ditto.
8217         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8218         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8219
8220         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8221         (wl-message-display-internal): Ditto.
8222
8223 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8224
8225         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8226
8227 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8228
8229         * wl-summary.el (wl-summary-save-view): Renamed from
8230         `wl-summary-save-status'.
8231
8232 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8233
8234         * wl-summary.el (wl-summary-sync): Added `all-shown'
8235
8236 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8237
8238         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8239
8240 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8241
8242         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8243
8244 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8245
8246         * wl-highlight.el (wl-highlight-summary-line-string): Use
8247         `zerop' instead of `= 0'.
8248         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8249
8250         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8251         for comparing numbers.
8252         (wl-template-prev): Use `zerop' instead of `eq 0'.
8253
8254         * wl-draft.el (wl-draft-insert-current-message): Use
8255         `with-current-buffer' instead of `save-excursion'.
8256         Use `zerop' instead of `eq 0'.
8257
8258 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8259
8260         * wl-draft.el (wl-draft-insert-ccs): New function.
8261         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8262         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8263
8264 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8265
8266         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8267
8268 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8269
8270         * wl-expire.el (wl-expire-refile): Don't call
8271         elmo-msgdb-add-msgs-to-seen-list;
8272         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8273         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8274
8275 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8276
8277         * wl-message.el (wl-message-prev-page): Ignore errors while
8278         scroll-down.
8279
8280 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8281
8282         * wl-mime.el: Use elmo-original-message-mode instead of
8283         mmelmo-original-mode.
8284
8285         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8286         `elmo-folder-get-spec';
8287         (wl-fldmgr-add-completion-all-completions):
8288         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8289
8290         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8291         of `elmo-folder-get-type'.
8292
8293         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8294         `elmo-folder-get-spec';
8295         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8296         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8297         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8298         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8299         `elmo-read-msg-no-cache';
8300         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8301         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8302         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8303         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8304         `elmo-cache-save';
8305         (wl-draft-reedit): Use `elmo-message-file-name'.
8306
8307         * wl-expire.el: Use `elmo-folder-name-internal';
8308         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8309         Use macro `wl-summary-buffer-msgdb' instead of variable
8310         `wl-summary-buffer-msgdb';
8311         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8312         Use macro `wl-summary-buffer-folder-name' instead of variable
8313         `wl-summary-buffer-folder-name'.
8314         * wl-score.el: Likewise.
8315
8316         * wl-message.el: Rewrite for new message buffer cache mechanism.
8317         (wl-message-buffer-cache-buffer-get): New macro.
8318         (wl-message-buffer-cache-folder-get): Ditto.
8319         (wl-message-buffer-cache-message-get): Ditto.
8320         (wl-message-buffer-cache-entry-make): Ditto.
8321         (wl-message-buffer-cache-hit): Ditto.
8322         (wl-message-buffer-cache-sort): New function.
8323         (wl-message-buffer-cache-add): Ditto.
8324         (wl-message-buffer-cache-delete): Ditto.
8325         (wl-message-buffer-cache-clean-up): Ditto.
8326         (wl-message-buffer-window): Rewrite.
8327         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8328         (wl-message-buffer-display): New function.
8329         (wl-message-display-internal): New function.
8330
8331 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8332
8333         * wl-folder.el: Use `elmo-folder-name-internal';
8334         Use `wl-folder-get-elmo-folder';
8335         Use `elmo-folder-list-messages' instead of
8336         `elmo-list-folder';
8337         Use `elmo-folder-get-primitive-list' instead of
8338         `elmo-folder-get-primitive-spec-list';
8339         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8340         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8341         Use `elmo-folder-create' instead of `elmo-create-folder'.
8342         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8343         (wl-folder-get-elmo-folder): New macro.
8344         (wl-folder-elmo-folder-cache-get): Ditto.
8345         (wl-folder-elmo-folder-cache-put): Ditto.
8346         (wl-folder-suspend): Call `elmo-quit'.
8347
8348         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8349         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8350         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8351         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8352         (toplevel): require 'cl.
8353         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8354
8355         * wl-summary.el: Rewrite to use new elmo interface.
8356
8357 \f
8358 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8359
8360         * wl-mime.el (wl-draft-preview-message):
8361         Run `wl-draft-send-hook' before collecting recipients information;
8362         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8363
8364         * tm-wl.el (wl-draft-preview-message): Ditto.
8365
8366 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8367
8368         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8369         wrong recipients are displayed when forwarded message.
8370
8371 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8372
8373         * Version number is increased to 2.5.7.
8374
8375 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8376
8377         * wl-message.el (wl-message-next-page): Bind
8378         `window-pixel-scroll-increment' to nil while scrolling up.
8379
8380 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8381
8382         * wl-vars.el (wl-save-hook): New hook.
8383         * wl.el (wl-save): Call `wl-save-hook'.
8384
8385 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8386
8387         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8388         Argument WITH-ARG instead of NO-ARG (negative mean).
8389         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8390         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8391         * wl-message.el (wl-message-follow-current-entity): Likewise.
8392
8393 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8394
8395         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8396         FROM was optional argument.
8397         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8398
8399 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8400
8401         * Version number is increased to 2.5.6.
8402
8403 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8404
8405         * wl-version.el (wl-version-show): Removed.
8406         (wl-version): Add `interactive'.
8407
8408 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8409
8410         * wl-summary.el (wl-summary-get-petname-func): New variable.
8411         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8412         instead of `wl-address-get-petname-1'.
8413         (wl-summary-simple-from): Ditto.
8414
8415         * wl-address.el (wl-address-get-petname-1): Define as function.
8416
8417 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8418
8419         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8420         field in the original message.
8421         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8422
8423 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8424
8425         * wl-expire.el (wl-expire-hide):
8426         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8427
8428 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8429
8430         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8431         find decoder for To, Cc, and Subject.
8432
8433 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8434
8435         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8436         for checking `elmo-use-buffer-cache'.
8437         (wl-summary-mark-as-important): Fixed typo in comment.
8438
8439 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8440
8441         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8442         field in the original message.
8443         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8444
8445 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8446
8447         * wl-expire.el (wl-expire-hide):
8448         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8449
8450 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8451
8452         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8453         find decoder for To, Cc, and Subject.
8454
8455 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8456
8457         * Version number is increased to 2.5.5.
8458
8459         * wl-address.el (wl-address-specials-regexp): New constant.
8460         (wl-address-quote-specials): Use it.
8461
8462 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8463
8464         * wl-summary.el (wl-summary-rescan):
8465         Call `wl-summary-buffer-number-column-detect'.
8466         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8467
8468         * wl-message.el (wl-message-mode-map): Define.
8469         (wl-message-decode): Use it as local-map.
8470
8471 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8472
8473         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8474         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8475
8476 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8477
8478         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8479
8480         * wl-mule.el (wl-read-event-char): Ditto.
8481
8482         * wl-e21.el (wl-read-event-char): Ditto.
8483
8484         * wl-nemacs.el (wl-read-event-char): Ditto.
8485         (read-event): Removed.
8486
8487         * wl-util.el (toplevel): Removed dummy definition of
8488         `read-event'.
8489         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8490
8491 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8492
8493         * wl-nemacs.el (elmo-archive-call-process): Moved to
8494         elmo-archive.el.
8495
8496 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8497
8498         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8499         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8500
8501         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8502         instead of magic-number 6.  Use `not' instead of `null' for symbol
8503         `nil' check (not empty list).
8504         (wl-draft-insert-x-face-field): Fixed paren style.
8505
8506         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8507         one-branch conditional statement, instead of `and' and `if'.
8508         (wl-draft-forward): Likewise.
8509         (wl-draft-add-references): Likewise.
8510         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8511
8512         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8513         conditional steatment.  Use `cond' instead of `if'.
8514         (wl-draft-confirm): Likewise.
8515
8516 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8517
8518         * wl-version.el (wl-version-show): Use `product-string-1'
8519         instead of `wl-version'.
8520         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8521
8522         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8523
8524 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8525
8526         * wl-highlight.el (wl-highlight-headers): Revert
8527         `wl-highlight-x-face-func' argument (`beg' and `end').
8528
8529 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8530
8531         * wl.el (toplevel): Move `product-provide' declare.
8532         * wl-demo.el (toplevel): Ditto.
8533         * wl-dnd.el (toplevel): Ditto.
8534         * wl-highlight.el (toplevel): Ditto.
8535         * wl-message.el (toplevel): Ditto.
8536         * wl-refile.el (toplevel): Ditto.
8537         * wl-util.el (toplevel): Ditto.
8538
8539 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8540
8541         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8542         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8543         (wl-thread-close-all): keep cursor position.
8544
8545 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8546
8547         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8548         (eq x 0).
8549         (wl-generate-user-agent-string-1): Fix conditional statement.
8550
8551 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8552
8553         * wl.el (wl-check-environment): Additional check for
8554         'wl-local-domain' and `wl-message-id-domain'.
8555
8556 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8557
8558         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8559
8560 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8561
8562         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8563         instead of `smtp-sasl-user-realm'.
8564
8565 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8566
8567         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8568
8569 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8570
8571         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8572         to the default value as well as `eword-lexical-analyzer'.
8573
8574 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8575
8576         * wl-version.el (wl-extended-emacs-version,
8577         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8578         `elmo-match-string' instead of `wl-match-string'.
8579
8580 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8581
8582         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8583         docstring.
8584
8585 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8586
8587         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8588
8589 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8590
8591         * wl-highlight.el (wl-highlight-headers): Remove
8592         `wl-highlight-x-face-func' argument (`beg' and `end').
8593
8594 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8595
8596         * wl-summary.el (wl-summary-mark-as-important):
8597         Remove cache if folder is local.
8598
8599 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8600
8601         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8602         to get existing e-mail address string.
8603
8604 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8605
8606         * wl-version.el (wl-generate-user-agent-string): Commentary.
8607         (wl-generate-user-agent-string-1): Use `when' for
8608         one-branch conditional statement, instead of `and' and `if'.
8609         (wl-extended-emacs-version, wl-extended-emacs-version2,
8610         wl-extended-emacs-version3): Ditto.
8611
8612 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8613
8614         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8615         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8616         condition-case; Remove initialization.
8617         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8618         (wl-summary-sync-update3): Added argument `sync-all';
8619         Eliminated local variable `msgdb';
8620         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8621         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8622         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8623
8624 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8625
8626         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8627         connection before call `wl-draft-send-mail-with-smtp'.
8628
8629 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8630
8631         * Version number is increased to 2.5.4.
8632
8633 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8634
8635         * wl.el (wl-check-environment): Additional check for
8636         'wl-local-domain' and `wl-message-id-domain'.
8637
8638 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8639
8640         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8641         buffer as command specific.
8642         (wl-folder-mark-as-read-all-entity): Ditto.
8643         (wl-folder-prefetch-entity): Ditto.
8644         (wl-folder-drop-unsync-entity): Ditto.
8645
8646         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8647         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8648         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8649
8650         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8651         save-excursion.
8652
8653 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8654
8655         * Version number is increased to 2.5.3.
8656
8657         * wl-summary.el (wl-summary-save-view-cache):
8658         Delete duplicated `write-region';
8659         Use `write-region-as-binary' instead of `as-binary-output-file' and
8660         `write-region'.
8661
8662 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8663
8664         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8665
8666 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8667
8668         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8669         instead of `smtp-via-smtp'.
8670
8671 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8672
8673         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8674
8675 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8676
8677         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8678         instead of `smtp-sasl-user-realm'.
8679
8680 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8681
8682         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8683
8684 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8685
8686         * Version number is increased to 2.5.2.
8687
8688 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8689
8690         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8691         does not exist.
8692         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8693         (wl-biff-start): Call `timer-activate' if timer already exists.
8694
8695         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8696         only when it is bound as function.
8697
8698 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8699
8700         * Version number is increased to 2.5.1.
8701
8702 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8703
8704         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8705         Print refile/copy destination.
8706
8707 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8708
8709         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8710         queue-flush-only is non-nil.
8711
8712         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8713
8714         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8715         checking cache folder.
8716
8717 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8718
8719         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8720         `regexp-quote'.
8721
8722 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8723
8724         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8725         function.
8726         * wl-summary.el (wl-summary-write-current-folder-functions):
8727         Change default value.  Use it.
8728
8729 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8730
8731         * Version number is increased to 2.5.0.
8732
8733         * wl-version.el (wl-version): Changed codename.
8734
8735 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8736
8737         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8738         (wl-summary-supersedes-message): Ditto.
8739
8740 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8741
8742         * wl-refile.el (wl-refile-guess-functions): Renamed from
8743         `wl-refile-guess-func-list'.
8744
8745 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8746
8747         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8748         Fixed problem when no rule was matched.
8749
8750 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8751
8752         * wl-summary.el (wl-summary-get-mark): Fixed
8753         `wl-summary-buffer-target-mark' check logic.
8754
8755 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8756
8757         * wl-folder.el (wl-folder-write-current-folder): Added group
8758         folder check.
8759
8760         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8761         `wl-summary-write-current-newsgroup'.
8762         (wl-summary-write-current-folder-functions): New variable.
8763         * wl-folder.el (wl-folder-get-newsgroups): New function.
8764         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8765         (wl-folder-write-current-folder): Renamed from
8766         `wl-folder-write-current-newsgroup'.
8767
8768 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8769
8770         * Version number is increased to 2.3.93.
8771
8772 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8773
8774         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8775         (wl-ldap-make-matched-value-list): Ditto.
8776         (wl-ldap-alias-safe-string): Split e-mail address.
8777
8778         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8779         petname folder default was selected.
8780         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8781         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8782
8783 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8784
8785         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8786         to `wl-draft-config-exec'.
8787
8788         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8789         instead of calling `wl-draft-config-exec';
8790         Process group-list and show recipients in minibuffer.
8791
8792         * tm-wl.el (wl-draft-preview-message): Ditto.
8793
8794 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8795
8796         * wl.el (toplevel): Added (C) to copyright notice, and
8797         sync Author header.
8798         * tm-wl.el (toplevel): Ditto.
8799         * wl-address.el (toplevel): Ditto.
8800         * wl-demo.el (toplevel): Ditto.
8801         * wl-dnd.el (toplevel): Ditto.
8802         * wl-draft.el (toplevel): Ditto.
8803         * wl-e21.el (toplevel): Ditto.
8804         * wl-expire.el (toplevel): Ditto.
8805         * wl-folder.el (toplevel): Ditto.
8806         * wl-highlight.el (toplevel): Ditto.
8807         * wl-message.el (toplevel): Ditto.
8808         * wl-mime.el (toplevel): Ditto.
8809         * wl-mule.el (toplevel): Ditto.
8810         * wl-nemacs.el (toplevel): Ditto.
8811         * wl-refile.el (toplevel): Ditto.
8812         * wl-score.el (toplevel): Ditto.
8813         * wl-summary.el (toplevel): Ditto.
8814         * wl-template.el (toplevel): Ditto.
8815         * wl-thread.el (toplevel): Ditto.
8816         * wl-util.el (toplevel): Ditto.
8817         * wl-vars.el (toplevel): Ditto.
8818         * wl-xmas.el (toplevel): Ditto.
8819
8820 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8821
8822         * wl.el (wl-init): Added comment about `wl-init-hook'.
8823         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8824         * wl-vars.el (wl-init-hook): Added docs.
8825         (wl-make-plugged-hook): Removed useless docs.
8826         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8827         * wl-xmas.el (toplevel): Ditto.
8828
8829 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8830
8831         * wl-address.el (toplevel): Fixed multiple Author header format.
8832         * wl-demo.el (toplevel): Ditto.
8833         * wl-draft.el (toplevel): Ditto.
8834         * wl-folder.el (toplevel): Ditto.
8835         * wl-summary.el (toplevel): Ditto.
8836         * wl-thread.el (toplevel): Ditto.
8837         * wl-util.el (toplevel): Ditto.
8838         * wl-vars.el (toplevel): Ditto.
8839         * wl-version.el (toplevel): Ditto.
8840         * wl-xmas.el (toplevel): Ditto.
8841         * wl.el (toplevel): Ditto.
8842
8843         * wl-version.el (toplevel): Added require `elmo-version' for
8844         `product-version-as-string'.
8845
8846 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8847
8848         * wl-vars.el (wl-draft-send-hook): Changed default value to
8849         '(wl-draft-config-exec).
8850
8851         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8852         explicitly.
8853         (wl-draft): Set `wl-draft-config-exec-flag' before running
8854         `wl-mail-setup-hook'.
8855
8856         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8857         `wl-biff-init-icons' to `wl-init-hook' instead of
8858         `wl-make-plugged-hook'.
8859         (Because if `wl-draft' command is invoked at first,
8860         they are not initialized)
8861         Updated copyright notice.
8862
8863         * wl-e21.el (toplevel): Ditto;
8864
8865         * wl-demo.el (toplevel): Updated copyright notice.
8866         * wl-address.el (toplevel): Ditto.
8867         * wl-draft.el (toplevel): Ditto.
8868         * wl-version.el (toplevel): Ditto.
8869         * wl-folder.el (toplevel): Ditto.
8870         * wl-summary.el (toplevel): Ditto.
8871         * wl-thread.el (toplevel): Ditto.
8872         * wl-util.el (toplevel): Ditto.
8873         * wl-vars.el (toplevel): Ditto.
8874         * wl.el (toplevel): Ditto.
8875
8876 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8877
8878         * wl-highlight.el (wl-highlight-message): Fixed problem of
8879         highlighting failure which occured when the last field contains
8880         multiple lines in the draft buffer.
8881
8882         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8883         `wl-biff-start' if plugged.
8884
8885         * wl-util.el (wl-biff-check-folder): New function.
8886         (wl-biff-check-folders): Don't set session name prefix.
8887         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8888         (wl-biff-check-folder-async): Ditto.
8889
8890         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8891         in email address.
8892
8893 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8894
8895         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8896
8897         * wl-draft.el (wl-draft-strip-subject-re): New function.
8898
8899         * wl-draft.el (wl-draft-reply): Use it.
8900
8901 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8902
8903         * wl-message.el (wl-mmelmo-message-redisplay): Use
8904         `mime-display-message' instead of `wl-mime-display-message'.
8905
8906         * wl-mime.el (toplevel): Removed compatibility workaround
8907         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8908         (wl-mime-display-message): Abolished.
8909         (wl-mime-entity-read-field): Ditto.
8910         (wl-mime-combine-message/partial-pieces): Use
8911         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8912
8913 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8914
8915         * wl-template.el: Doc fixes.
8916
8917 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8918
8919         * wl-e21.el (wl-message-overload-functions): Do nothing if
8920         `current-local-map' is not available.
8921         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8922
8923 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8924
8925         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8926         representation.
8927
8928         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8929         number.
8930         (wl-fldmgr-save-folders): Don't use `format' when insert
8931         `wl-fldmgr-folders-header'.
8932
8933 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8934
8935         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8936
8937 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8938
8939         * wl-highlight.el (wl-highlight-message):
8940         Use `std11-field-end' to detect end point of the header field.
8941         Refer `wl-highlight-max-header-size'.
8942
8943         * wl-vars.el (wl-highlight-max-header-size): New variable.
8944
8945         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8946
8947         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8948         Set `for-draft' argument of wl-highlight-headers.
8949         (wl-draft): Ditto.
8950         (wl-draft-reedit): Ditto.
8951         (wl-user-agent-compose-internal): Ditto.
8952
8953 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8954
8955         * wl-message.el (wl-message-add-button): Use overlay.
8956
8957 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8958
8959         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8960
8961         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8962         problem when group-list content is nothing.
8963         (Reported by Mito <mit@nines.nec.co.jp>)
8964
8965 2000-10-18  SAITO Atsunori <sai@yedo.com>
8966
8967         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8968
8969 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8970
8971         * tm-wl.el (toplevel): Use product-provide.
8972
8973 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8974
8975         * Version number is increased to 2.3.92.
8976
8977 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8978
8979         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8980         title text, use `display' property for left margin under Emacs 21.
8981
8982         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8983         properties.
8984         (wl-plugged-init-icons): Ditto.
8985
8986 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8987
8988         * wl.el (wl-save-status, wl-init): Remove last period in
8989         "...done." message.
8990         * tm-wl.el (wl-summary-burst): Ditto.
8991         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8992         wl-summary-resume-cache-status,
8993         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8994         wl-summary-sync-update3, wl-summary-highlight-msgs,
8995         wl-summary-flush-pending-append-operations,
8996         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8997         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8998         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8999         wl-thread-open-all): Ditto.
9000         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9001         * wl-mime.el (wl-summary-burst): Ditto.
9002         * wl-highlight.el (wl-highlight-summary): Ditto.
9003         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9004         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9005         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9006         * wl-address.el (wl-local-address-init): Ditto.
9007
9008 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9009
9010         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9011         `add-text-properties'.
9012         (wl-plugged-init-icons): Ditto.
9013         (wl-folder-init-icons): Use `propertize' instead of
9014         `put-text-property'.
9015         (wl-plugged-set-folder-icon): Ditto.
9016         (wl-e21-highlight-folder-group-line): Ditto.
9017
9018 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9019
9020         * wl-version.el (wl-version-status-alist): New variable.
9021         (wl-version-status): New function.
9022
9023         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9024         "Cc" part of the case "Reply-To".
9025
9026         * wl-draft.el (wl-draft-reply): Use result of
9027         `eword-extract-address-components'.
9028
9029         * wl-demo.el (wl-demo-icon-name): New constant.
9030         (wl-logo-xpm): Use it.
9031         (wl-logo-xbm): Ditto.
9032         (wl-logo-bitmap): Ditto.
9033
9034         * Version number is increased to 2.3.91.
9035
9036 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9037
9038         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9039         (wl-extended-emacs-version, wl-extended-emacs-version2,
9040         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9041         docstring.
9042
9043         * wl-version.el (wl-generate-user-agent-string-1): New function.
9044         (wl-generate-user-agent-string): Use it.
9045
9046         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9047         `mime-edit-insert-user-agent-field'.
9048         (wl-generate-user-agent-string): Check
9049         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9050
9051         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9052         instead of `if', when verbose case.
9053
9054 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9055
9056         * wl-expire.el (wl-summary-expire): Fix.
9057
9058 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9059
9060         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9061         and `elmo-lost+found-folder' if 'wl-draft.
9062         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9063
9064 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9065
9066         * wl-expire.el (wl-summary-expire): Change messages.
9067         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9068         `deleing-info' instead of "Deleting..."
9069
9070 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9071
9072         * wl-summary.el (wl-summary-refile-subr): Fix.
9073
9074 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9075
9076         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9077         if pipe folder.
9078
9079 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9080
9081         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9082
9083 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9084
9085         * wl-expire.el (wl-expire-hide): New function.
9086         (wl-summary-expire): Add `hide'.
9087
9088 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9089
9090         * wl-vars.el (wl-draft-reply-without-argument-list):
9091         Changed default value to consider `Reply-To:'.
9092         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9093
9094         * Version number is increased to 2.3.90.
9095
9096         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9097         elmo-imap4-get-session with unwind-protect.
9098         Don't cause error.
9099         (wl-summary-sync-marks): Don't check plugged nor folder type.
9100         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9101         (Always keep current buffer).
9102
9103 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9104
9105         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9106         Enclose with `save-excursion'.
9107
9108 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9109
9110         * wl-version.el (wl-version): Remove interactive.
9111
9112 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9113
9114         * wl-version.el (wl-generate-user-agent-string): Use
9115         `product-string-verbose' instead of `product-string-1'.
9116
9117 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9118
9119         * wl-vars.el (wl-draft-use-cache): New variable.
9120         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9121         if wl-draft-use-cache is non-nil.
9122
9123 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9124
9125         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9126         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9127
9128 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9129
9130         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9131         (wl-thread-msg-mark-as-unread): Ditto.
9132
9133         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9134         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9135         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9136         Don't set mark in summary if return value of `elmo-mark-as-read'
9137         is nil.
9138         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9139         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9140         instead of `wl-thread-msg-mark-as-read'.
9141         (wl-summary-mark-as-unread-region): Ditto.
9142         (wl-summary-target-mark-mark-as-read): Ditto.
9143
9144         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9145
9146 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9147
9148         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9149
9150         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9151
9152 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9153
9154         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9155         face.
9156
9157 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9158
9159         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9160         `running-xemacs'.
9161
9162 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9163
9164         * wl-version.el (toplevel): Use `product-version-as-string' for
9165         set verstion-string, if defined.
9166
9167         * wl-version.el (wl-version-show): Insert string at point, when
9168         call with argument.
9169
9170         * wl-version.el (wl-generate-user-agent-string): Use
9171         `product-string-1' instead of `wl-appname', `wl-version' and
9172         `wl-codename'.
9173
9174 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9175
9176         * wl-address.el (toplevel): Use product-provide.
9177         * wl-demo.el (toplevel): Ditto.
9178         * wl-dnd.el (toplevel): Ditto.
9179         * wl-draft.el (toplevel): Ditto.
9180         * wl-e21.el (toplevel): Ditto.
9181         * wl-expire.el (toplevel): Ditto.
9182         * wl-fldmgr.el (toplevel): Ditto.
9183         * wl-folder.el (toplevel): Ditto.
9184         * wl-highlight.el (toplevel): Ditto.
9185         * wl-message.el (toplevel): Ditto.
9186         * wl-mime.el (toplevel): Ditto.
9187         * wl-mule.el (toplevel): Ditto.
9188         * wl-nemacs.el (toplevel): Ditto.
9189         * wl-refile.el (toplevel): Ditto.
9190         * wl-score.el (toplevel): Ditto.
9191         * wl-summary.el (toplevel): Ditto.
9192         * wl-template.el (toplevel): Ditto.
9193         * wl-thread.el (toplevel): Ditto.
9194         * wl-util.el (toplevel): Ditto.
9195         * wl-vars.el (toplevel): Ditto.
9196         * wl-xmas.el (toplevel): Ditto.
9197         * wl.el (toplevel): Ditto.
9198
9199 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9200
9201         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9202         instead of product.
9203
9204         * wl-version.el (wl-version): Compile time evalution elmo-version.
9205
9206 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9207
9208         * wl-summary.el (wl-summary-sync-force-update): Append queue
9209         `mark-as-read'if unplugged.
9210
9211 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9212
9213         * wl-version.el: New file.  Use product.el.
9214         * wl.el: add (require 'wl-version).
9215         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9216         for ~/.folders header.
9217         (wl-fldmgr-folders-header): Changed.
9218         * wl-demo.el (wl-demo): Use product.el.
9219
9220         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9221         wl-version.el.
9222         * wl-util.el (wl-version, wl-version-show): Ditto.
9223
9224         * wl-util.el (wl-generate-user-agent-string,
9225         wl-extended-emacs-version, wl-extended-emacs-version2,
9226         wl-extended-emacs-version3): Move to wl-version.el.
9227         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9228         xemacs-codename, mime-edit-insert-user-agent-field,
9229         mime-edit-user-agent-value, mime-editor/version,
9230         mime-editor/codename): Compile warning killer move to
9231         wl-version.el
9232
9233 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9234
9235         * wl-summary.el (wl-summary-refile-subr): Fix.
9236
9237 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9238
9239         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9240         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9241
9242 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9243
9244         * wl.el (wl-check-environment): Check too many `@'.
9245
9246 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9247
9248         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9249
9250 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9251
9252         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9253         wl-draft-reply-myself-without-argument-list): Add variables.
9254         * wl-draft.el (wl-draft-reply): Use it.
9255
9256 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9257
9258         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9259         the 5th argument of `elmo-network-get-spec'.
9260
9261         * wl-thread.el (wl-thread-reparent-children): New inline function.
9262         (wl-thread-delete-message): Use it.
9263
9264         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9265         (wl-summary-score-update-all-lines): Don't use `dolist'.
9266
9267 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9268
9269         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9270         (require 'elmo-msgdb) for inline function.
9271
9272 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9273
9274         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9275
9276 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9277
9278         * wl-score.el (wl-score-headers): Fix for the confusing macro
9279         `elmo-kill-buffer'.
9280
9281 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9282
9283         * wl-summary.el: Don't use the 3rd argument of `require' because
9284         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9285         * wl-util.el: Ditto.
9286         * wl-draft.el: Ditto.
9287
9288 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9289
9290         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9291         window system is not used.
9292
9293 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9294
9295         * wl-thread.el: Don't use `mapcar' only for iteration.
9296         (wl-thread-resume-entity): Ditto.
9297         (wl-thread-delete-message): Ditto.
9298
9299         * wl-summary.el: Bind `dragdrop-drop-functions',
9300         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9301         of `require' for `timezone', `easymenu' and `ps-print';
9302         don't use `mapcar' only for iteration.
9303
9304         * wl-util.el: Bind `mule-version', `nemacs-version',
9305         `emacs-beta-version', `xemacs-codename',
9306         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9307         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9308         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9309         only for iteration.
9310
9311         * wl-score.el: Don't use `mapcar' only for iteration.
9312         (wl-score-simplify-buffer-fuzzy): Ditto.
9313         (wl-score-simplify-subject): Ditto.
9314         (wl-score-headers): Ditto.
9315         (wl-summary-score-update-all-lines): Ditto.
9316
9317         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9318         `enable-multibyte-characters' and `mule-version'.
9319
9320         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9321         `mapcar' only for iteration.
9322
9323         * wl-demo.el: Don't use `mapcar' only for iteration.
9324
9325         * wl-folder.el: Don't use `mapcar' only for iteration.
9326         (wl-folder-open-all): Ditto.
9327         (wl-folder-count-incorporates): Ditto.
9328
9329         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9330         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9331
9332         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9333         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9334         `smtp-connection-type'; specify 3rd argument of `require' for
9335         `timezone'; don't use `mapcar' only for iteration.
9336         (wl-draft-clone-local-variables): Don't use `mapcar'.
9337         (wl-draft-generate-clone-buffer): Ditto.
9338         (wl-user-agent-compose-internal): Ditto.
9339
9340         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9341
9342         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9343         (wl-save-status): Ditto.
9344
9345         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9346         for iteration.
9347
9348 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9349
9350         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9351         removed `Date'.
9352         (wl-fldmgr-make-filter-default): New user option.
9353
9354         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9355         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9356         (wl-fldmgr-filter-completion-alist): Abolish.
9357
9358         * wl.el (wl): Don't check servers if arg is non-nil.
9359
9360         * wl-draft.el (wl-draft-reply): Set only message-id string to
9361         In-Reply-To field.
9362
9363 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9364
9365         * wl-summary.el (wl-summary-pick): Rewrite.
9366
9367         * wl-draft.el (wl-draft-forward): Get references field from
9368         original buffer.
9369         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9370
9371 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9372
9373         * wl-draft.el (wl-draft-forward): Add references field.
9374
9375 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9376
9377         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9378         (wl-draft-reply): Use it.
9379
9380 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9381
9382         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9383         when Emacs 21 is running.
9384
9385         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9386         bindings.
9387
9388 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9389
9390         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9391         XPM icons transparent.
9392
9393         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9394         Emacs 21.
9395
9396 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9397
9398         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9399         nil.
9400
9401         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9402         when it is persistent.
9403         (wl-summary-sync-marks): Changed argument for
9404         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9405         (wl-summary-virtual): Use `elmo-read-search-condition'.
9406         (wl-summary-redisplay-internal): If folder is local, mark as read
9407         even when folder is plugged.
9408
9409 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9410
9411         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9412         of `tool-bar-lines' in the frame parameters.
9413         (after-make-frame-functions, post-command-hook): Don't modify the
9414         value.
9415         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9416         wl-e21-tool-bar-lines): Removed.
9417
9418 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9419
9420         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9421         properties `evaporate' and `wl-momentary-overlay' as well.
9422         (wl-highlight-summary-displaying): Ditto.
9423         (wl-delete-all-overlays): Don't delete overlay which does not have
9424         a property `wl-momentary-overlay'.
9425
9426         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9427         `display-mouse-p' and `display-graphic-p'.
9428         (wl-folder-init-icons): Don't search for XBM or the other files.
9429         (wl-plugged-set-folder-icon): Make icons if and only if
9430         `display-graphic-p' returns non-nil.
9431         (wl-highlight-plugged-current-line): Use `before-string' overlay
9432         property to show icon images.
9433         (wl-highlight-folder-current-line): Ditto.
9434         (wl-e21-highlight-folder-group-line): Ditto.
9435         (wl-e21-highlight-folder-by-numbers): Ditto.
9436         (wl-e21-insert-image): Removed.
9437         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9438         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9439         said.
9440         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9441         `wl-e21-force-switch-toolbar'.
9442         (wl-e21-make-icon-image): Removed.
9443         (wl-e21-setup-toolbar): Don't search for XBM files.
9444         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9445         the default value.
9446
9447 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9448
9449         * wl-util.el (wl-biff-check-folder-async): Set
9450         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9451
9452 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9453
9454         * wl-e21.el (after-make-frame-functions): Add
9455         `wl-e21-force-switch-toolbar'.
9456         (wl-e21-force-switch-toolbar): New function force to switch the
9457         toolbar appearance automatically.
9458         (post-command-hook): Add `wl-e21-switch-toolbar'.
9459         (wl-e21-switch-toolbar): New function to switch the toolbar
9460         appearance automatically.
9461         (wl-e21-tool-bar-lines): New buffer local variable.
9462
9463 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9464
9465         * wl-util.el (wl-biff-check-folders-running): New variable.
9466         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9467         (wl-biff-check-folder-async-callback):
9468         Set `wl-biff-check-folders-running'.
9469         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9470         with unwind-protect.
9471
9472         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9473         Enclose `wl-folder-auto-check' with unwind-protect.
9474
9475         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9476         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9477
9478         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9479
9480         * wl-util.el (wl-biff-notify): New inline function.
9481         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9482         locally.
9483         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9484         folder-list' is 1.
9485         Use `wl-biff-notify'.
9486         (wl-biff-check-folder-async-callback): New function.
9487         (wl-biff-check-folder-async): Ditto.
9488
9489         * wl-folder.el (wl-folder): Don't check folders.
9490         (wl-folder-auto-check): New function.
9491
9492 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9493
9494         * wl-util.el (wl-biff-start) [Emacs19+]:
9495         Use `timer-next-integral-multiple-of-time'.
9496         (wl-biff-check-folders): Use `wl-default-folder'
9497         if `wl-biff-check-folder-list' is nil.
9498
9499 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9500
9501         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9502         instead of `elmo-delete-lists'.
9503
9504 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9505
9506         * wl.el (wl-plugged-toggle-all): Set the value of
9507         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9508         (wl-plugged-toggle): Ditto.
9509         (wl-toggle-plugged): Ditto.
9510         (wl-plugged-init): Ditto.
9511
9512         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9513         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9514         instead of `wl-biff-state-indicator-off' and
9515         `wl-biff-state-indicator-on'; don't modify the value and the type
9516         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9517         (wl-plugged-init-icons): Set icons data to
9518         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9519         instead of `wl-plug-state-indicator-off' and
9520         `wl-plug-state-indicator-on'; don't modify the value and the type
9521         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9522
9523         * wl-vars.el (wl-modeline-biff-state-off,
9524         wl-modeline-biff-state-on, wl-modeline-biff-status,
9525         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9526         wl-modeline-plug-status): New internal variables.
9527         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9528         wl-biff-check-interval, wl-biff-check-folder-list): Change
9529         customization group from `wl-folder' to `wl-highlight'.
9530         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9531         wl-show-plug-status-on-modeline): Defcustomized.
9532
9533         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9534         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9535         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9536         a flag to `mode-line-buffer-identification'.
9537
9538         * wl-e21.el (wl-biff-init-icons): Set icons data to
9539         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9540         instead of `wl-biff-state-indicator-off' and
9541         `wl-biff-state-indicator-on'.
9542         (wl-plugged-init-icons): Set icons data to
9543         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9544         instead of `wl-plug-state-indicator-off' and
9545         `wl-plug-state-indicator-on'.
9546
9547 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9548
9549         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9550         excessive titles.
9551
9552 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9553
9554         * wl.el (wl-plugged-mode): Use revised
9555         `wl-mode-line-buffer-identification'.
9556         (wl-plugged-init): Don't use `force-mode-line-update'.
9557
9558         * wl-xmas.el (wl-draft-overload-functions): Use revised
9559         `wl-mode-line-buffer-identification'.
9560         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9561         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9562         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9563         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9564         `wl-make-plugged-hook';
9565         add `wl-folder-init-icons' and `wl-setup-folder' to
9566         `wl-folder-mode-hook'.
9567
9568         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9569         19 as well.
9570         (wl-mode-line-display-priority-list): New user option.
9571         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9572         Defcustomized.
9573         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9574         Add docs.
9575
9576         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9577         start.
9578         (wl-mode-line-buffer-identification): Revised as a function.
9579
9580         * wl-summary.el (wl-summary-mode): Use revised
9581         `wl-mode-line-buffer-identification'; don't call
9582         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9583         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9584         `wl-xmas-setup-summary'.
9585
9586         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9587         `wl-mode-line-buffer-identification'.
9588
9589         * wl-mule.el (wl-draft-overload-functions): Use revised
9590         `wl-mode-line-buffer-identification'.
9591
9592         * wl-folder.el (wl-make-plugged-alist): Don't call
9593         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9594         (wl-folder): Don't call `wl-folder-init-icons' directly.
9595         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9596         `wl-xmas-setup-folder' directly;
9597         use revised `wl-mode-line-buffer-identification'.
9598         (TopLevel): Don't bind `wl-biff-init-icons',
9599         `wl-plugged-init-icons', `wl-folder-init-icons',
9600         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9601
9602         * wl-e21.el (wl-draft-overload-functions): Use revised
9603         `wl-mode-line-buffer-identification'.
9604         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9605         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9606         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9607         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9608         `wl-make-plugged-hook';
9609         add `wl-folder-init-icons' and `wl-setup-folder' to
9610         `wl-folder-mode-hook'.
9611
9612 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9613             Katsumi Yamaoka    <yamaoka@jpl.org>
9614
9615         * wl.el (wl): Call `wl-biff-start'.
9616         (wl-exit): Call `wl-biff-stop'.
9617         (wl-plugged-mode): Show biff in modeline.
9618         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9619
9620         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9621         (wl-biff-init-icons): New function.
9622         (wl-plugged-init-icons): Don't make too much keymaps.
9623         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9624
9625         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9626         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9627         variables.
9628         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9629         options.
9630
9631         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9632         wl-biff-start, wl-biff-stop): New functions.
9633         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9634         (wl-biff-timer-name): New variable.
9635
9636         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9637
9638         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9639         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9640
9641         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9642         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9643
9644         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9645         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9646         `wl-folder-init-icons' to `ignore' if they are not available.
9647         (wl-folder-mode): Show biff in modeline.
9648
9649         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9650         (wl-biff-init-icons): New function.
9651         (wl-plugged-init-icons): Don't make too much keymaps.
9652         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9653
9654 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9655
9656         * wl-vars.el (wl-strict-diff-folders): Customization Type
9657         and doc fix.  Define as a list of regular expressions for
9658         folders or nil.
9659         * wl-folder.el (wl-folder-check-one-entity): Use
9660         `wl-string-match-member' instead of `wl-string-member' for
9661         `wl-strict-diff-folders'.
9662
9663 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9664
9665         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9666         (wl-highlight-folder-current-line): Use it; new implementation.
9667         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9668         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9669         `defsubst' instead of `defun'.
9670
9671         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9672         `wl-highlight-group-folder-by-numbers'; made it can also be a
9673         number.  See info for more details.
9674
9675         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9676         running.
9677
9678         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9679         to bind them.
9680
9681         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9682         (wl-highlight-folder-current-line): New implementation.
9683
9684         * wl-highlight.el (wl-highlight-folder-group-line): New
9685         implementation.
9686         (wl-delete-all-overlays): Rewrite as a marco.
9687         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9688
9689         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9690         running.
9691         (wl-folder-*-glyph): No need to bind them.
9692
9693         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9694         `wl-e21-highlight-folder-group-icon'; rewrite.
9695         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9696         `defsubst' instead of `defun'.
9697         (wl-folder-mode-map): Bind it when compiling.
9698
9699 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9700
9701         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9702
9703         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9704
9705 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9706
9707         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9708
9709 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9710
9711         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9712         (wl-highlight-folder-current-line): Use it.
9713
9714         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9715         in `id-name'.
9716
9717 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9718
9719         * wl.el: Require `wl-e21' when Emacs 21 is running.
9720
9721         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9722         default when Emacs 21 is running.
9723         (wl-use-highlight-mouse-line): Ditto.
9724         (wl-on-emacs21): New constant.
9725         (wl-on-emacs20): Removed.
9726
9727         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9728         Emacs 21 is running.
9729
9730         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9731         Emacs 21 is running.
9732
9733         * wl-e21.el: New file.
9734
9735 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9736
9737         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9738         (wl-toggle-plugged): Ditto.
9739         (wl-plugged-toggle): Ditto.
9740         (wl-plugged-toggle-all): Ditto.
9741
9742         * wl-vars.el (wl-plug-state-indicator): Refer
9743         `wl-plug-state-indicator-on' indirectly.
9744
9745 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9746
9747         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9748         Call `wl-folder-confirm-existence'.
9749
9750         * wl-folder.el (wl-folder-confirm-existence): Added optional
9751         argument `force'.
9752
9753 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9754
9755         * wl-summary.el (wl-summary-refile-subr): Assume
9756         `copy-or-refile' as symbol.
9757         (wl-summary-refile): Follow up above change.
9758         (wl-summary-copy): Ditto.  Doc fix.
9759
9760 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9761
9762         * wl-summary.el (wl-summary-pick): Don't bind
9763         `elmo-search-mime-charset'.
9764
9765         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9766         default using old backquote style.
9767         (wl-search-mime-charset): Abolished.
9768
9769         * wl-highlight.el (wl-highlight-headers):
9770         Call `point' after `re-search-forward'(for Nemacs).
9771
9772         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9773         for elmo-imap4.el.
9774
9775 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9776
9777         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9778         `wl-message-ignored-field-list' instead of
9779         `mime-view-ignored-field-list'.
9780
9781         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9782         Add interactive spec.
9783         (wl-folder-goto-bottom-of-current-folder): Ditto.
9784         (wl-folder-mode-map): Bind them.
9785
9786         * wl-vars.el (wl-message-ignored-field-list): New variable.
9787         (wl-message-visible-field-list): New variable.
9788
9789         * wl-mime.el (wl-mime-header-presentation-method): New function.
9790         (wl-mime-setup): Set header-presentation-method.
9791
9792 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9793
9794         * wl-nemacs.el (wl-draft-overload-functions): Set
9795         `mode-line-buffer-identification' instead of using
9796         `wl-make-modeline'.
9797
9798         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9799         instead of using `wl-make-modeline'.
9800
9801         * wl-xmas.el (wl-plugged-init-icons): Set up
9802         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9803         (wl-make-modeline): Abolish.
9804         (wl-draft-overload-functions): Set
9805         `mode-line-buffer-identification' instead of using
9806         `wl-make-modeline'.
9807
9808         * wl-util.el (wl-make-modeline-subr): Abolish.
9809         (wl-mode-line-buffer-identification): New alias.
9810
9811         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9812         (wl-summary-make-modeline): Abolish.
9813         (wl-summary-buffer-set-folder): Set
9814         `wl-summary-buffer-folder-indicator'.
9815         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9816         of using `wl-make-modeline'.
9817         (wl-summary-switch-to-clone-buffer): Don't set
9818         `mode-line-buffer-identification'.
9819         (wl-summary-goto-folder-subr): Ditto.
9820
9821         * wl-mule.el (wl-draft-overload-functions): Set
9822         `mode-line-buffer-identification' instead of using
9823         `wl-make-modeline'.
9824
9825         * wl-folder.el (wl-folder-mode): Set
9826         `mode-line-buffer-identification' instead of using
9827         `wl-make-modeline'.
9828         (wl-folder): Don't set `mode-line-buffer-identification'.
9829
9830 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9831
9832         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9833         instead of `member' for `wl-refile-guess-func-list' look-ups.
9834         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9835
9836 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9837
9838         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9839         `wl-message-button-dispatcher'.
9840
9841         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9842
9843         * wl-message.el (wl-message-button-dispatcher): Use it.
9844
9845         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9846         "In-Reply-To".
9847
9848         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9849         Bind `case-fold-search' to t.
9850
9851 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9852
9853         * wl-xmas.el (wl-message-overload-functions): Initialize
9854         `wl-message-button-map'.
9855
9856         * wl-mule.el (wl-message-overload-functions): Initialize
9857         `wl-message-button-map'.
9858
9859         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9860
9861         * wl-message.el (wl-message-button-map): New keymap.
9862         (wl-message-add-button): New function.
9863         (wl-message-button-dispatcher): New function.
9864         (wl-message-button-refer-article): New function.
9865
9866         * wl-highlight.el
9867         (wl-highlight-message-add-buttons-to-header): New function.
9868         (wl-highlight-headers): Use it.
9869
9870 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9871
9872         * wl-summary.el (wl-summary-default-from): Use
9873         `wl-address-get-petname-1'.
9874         (wl-summary-simple-from): Ditto.
9875
9876         * wl-address.el (wl-address-get-petname-1): New inline function.
9877         (wl-address-get-petname): Use it.
9878
9879 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9880
9881         * wl-summary.el (wl-summary-default-from): Return full-name part
9882         from the address if no petname was found.
9883         (wl-summary-simple-from): Ditto.
9884
9885         * wl-address.el (wl-address-get-petname): Return nil if no petname
9886         associated with the address was found.
9887
9888 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9889
9890         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9891         display is finished.
9892
9893 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9894
9895         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9896         `elmo-folder-exists-p' argument.
9897
9898 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9899
9900         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9901         the folder.
9902
9903 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9904
9905         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9906
9907         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9908         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9909
9910 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9911
9912         * wl-folder.el (wl-folder-create-subr): New function.
9913         (wl-folder-confirm-existence): Use it.
9914         (wl-folder-check-one-entity): Use it.
9915         Check the error symbol is derived from 'elmo-open-error.
9916
9917         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9918         `ignore-error'.
9919
9920 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9921
9922         * wl-util.el (toplevel): Add (eval-when-compile (require
9923         'elmo-util)).  (Maybe `provide' is typo.)
9924
9925 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9926
9927         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9928         (I don't know why this was needed.)
9929
9930         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9931         Follow up changes for stream-type.
9932
9933         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9934         (wl-draft-elmo-nntp-send): Ditto.
9935
9936         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9937         (wl-nntp-posting-stream-type): Ditto.
9938         (wl-pop-before-smtp-ssl): Abolished.
9939         (wl-nntp-posting-ssl): Ditto.
9940
9941         * wl-address.el (wl-address-quote-specials): New function.
9942         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9943
9944         * wl-draft.el (wl-draft-reply): Ditto.
9945
9946 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9947
9948         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9949         use function `wl-string-match-assoc'.
9950
9951 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9952
9953         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9954
9955         * wl-draft.el (wl-draft-deduce-address-list): New function.
9956         (wl-draft-parse-mailbox-list): Ditto.
9957         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9958         instead of `smtp-deduce-address-list'.
9959         (wl-draft-on-field-p): Follow group list.
9960
9961         * wl-address.el (wl-address-concat-token): New function.
9962         (wl-address-string-without-group-list-contents): Ditto.
9963         (wl-complete-field-body): Fixed problem of completion
9964         by japanese petname.
9965         (wl-address-make-completion-list): Rewrite.
9966
9967 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9968
9969         * wl-address.el (wl-address-make-completion-list): Completion by
9970         petname.
9971         (wl-complete-field-body): Likewise.
9972
9973 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9974
9975         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9976         contains invalid address syntax.
9977
9978 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9979
9980         * wl-folder.el (wl-folder-check-entity-async): Use
9981         `elmo-nntp-spec-hostname'.
9982
9983 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9984
9985         * wl-summary.el (wl-summary-msgdb-load-async): Use
9986         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9987
9988 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9989
9990         * wl-draft.el (wl-draft-reply): Set argument
9991         `content-transfer-encoding' as nil.
9992
9993 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9994
9995         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9996         `wl-refile-alist'.
9997
9998 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9999
10000         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10001         (wl-draft-edit-string): Ditto.
10002         (wl-draft-forward): Ditto.
10003         * wl-summary.el (wl-summary-write): Ditto.
10004
10005 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10006
10007         * wl-summary.el (wl-summary-sync-update3): Call
10008         `wl-summary-buffer-number-column-detect'.
10009         (wl-summary-buffer-number-column-detect): Search from point-min.
10010
10011 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10012
10013         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10014         contains an address which is not included in original to or cc.
10015
10016 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10017
10018         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10019         begin-line does not exist.
10020         * wl-message.el (wl-message-uu-substring): Ditto.
10021
10022 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10023
10024         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10025         clear local variables.
10026         (wl-summary-exit): Call `elmo-commit'.
10027         (wl-summary-switch-to-clone-buffer): Call
10028         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10029         (wl-summary-goto-folder-subr): Ditto.
10030
10031         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10032         POP folder.
10033
10034 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10035
10036         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10037         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10038         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10039         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10040         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10041         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10042
10043         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10044
10045 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10046
10047         * wl-summary.el (wl-summary-search-by-subject):
10048         Search parent message from the latest one.
10049
10050 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10051
10052         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10053         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10054
10055         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10056         New user option.
10057
10058         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10059         if elmo-nntp-use-killed-list is nil.
10060         Use `elmo-msgdb-append-to-killed-list'.
10061         (Append numbers confirmed as disappeared to the killed list.)
10062         (wl-summary-confirm-appends): Don't display negative number.
10063
10064 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10065
10066         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10067
10068 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10069
10070         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10071         range is `all'.
10072         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10073         `elmo-list-bigger-diff'.
10074
10075 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10076
10077         * wl-summary.el (wl-summary-buffer-exit-func):
10078         New buffer local variable.
10079         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10080
10081 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10082
10083         * wl-demo.el (wl-demo): Fix the last change.
10084
10085 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10086
10087         * wl-demo.el (wl-demo): Don't use `eval'.
10088
10089 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10090
10091         * wl-summary.el (wl-summary-buffer-thread-modified):
10092         New buffer-local variable.
10093         (wl-summary-set-thread-modified): New function.
10094         (wl-summary-thread-modified-p): New function.
10095         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10096         (wl-summary-yank-saved-message): Use function
10097         `wl-summary-set-thread-modified'
10098         (wl-summary-switch-to-clone-buffer): Add
10099         `wl-summary-buffer-thread-modified'.
10100
10101         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10102         (wl-summary-buffer-mark-saved-hook): Ditto.
10103         * wl-summary.el (wl-summary-msgdb-save): New hook
10104         `wl-summary-buffer-message-saved-hook' and
10105         `wl-summary-buffer-mark-saved-hook'.
10106
10107 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10108
10109         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10110
10111 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10112
10113         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10114         don't hide scroll bars under FSF Emacsen because it may incur an
10115         undesirable redrawing.
10116
10117 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10118
10119         * wl-draft.el (wl-draft-edit-string): Call
10120         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10121
10122 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10123
10124         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10125
10126 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10127
10128         * wl-summary.el (wl-summary-msgdb-load-async): Call
10129         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10130
10131 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10132
10133         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10134         fringes in demo buffer; center bitmap logo correctly even if old
10135         Mule is used.
10136
10137 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10138
10139         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10140
10141         * wl-refile.el (wl-refile-subject-alist): New variable.
10142         (wl-refile-subject-alist-file-name): Ditto.
10143         (wl-refile-alist-setup): Rewrite.
10144         (wl-refile-alist-save): Use `elmo-object-save'.
10145         Eliminated arguments.
10146         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10147         (wl-refile-guess-by-subject): New function.
10148         (wl-refile-guess-func-list): Added it.
10149
10150 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10151
10152         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10153         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10154
10155 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10156
10157         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10158         New buffer-local variable.
10159         (wl-summary-buffer-next-folder-func): Ditto.
10160         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10161         if non-nil.
10162         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10163         if non-nil.
10164         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10165         if non-nil.
10166         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10167         if non-nil.
10168
10169 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10170
10171         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10172         permanently in the demo buffer.
10173
10174 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10175
10176         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10177         `mime-entity-fetch-field'.
10178
10179         * wl.el (wl-exit): Delete plugged buffer.
10180
10181         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10182         XEmacs has menubar feature.
10183
10184 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10185
10186         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10187         cannot arrive at the beginning of the buffer under old Emacsen.
10188
10189 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10190
10191         * wl-address.el (wl-address-ldap-search):
10192         Call `ldap-search-entries' with `withdn' argument t.
10193         (wl-complete-field-body): Bind completion-ignore-case as t.
10194         Clear ldap search hash when it was sole completion.
10195         Use elmo-string for pattern string.
10196         (wl-ldap-alias-safe-string): Eliminated needless let.
10197
10198 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10199
10200         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10201         (wl-ldap-alias-sep): New constant.
10202         (wl-ldap-search-attribute-type-list): Ditto.
10203         (wl-ldap-get-value): New function.
10204         (wl-ldap-make-filter): Ditto.
10205         (wl-ldap-make-matched-value-list): Ditto.
10206         (wl-ldap-alias-safe-string): Ditto.
10207         (wl-ldap-register-dn-string): Ditto.
10208         (wl-address-ldap-search): Rewrite.
10209
10210 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10211
10212         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10213         thread is deleted.
10214         (wl-thread-delete-line-from-buffer): Ditto.
10215         (wl-thread-get-exist-children): New function.
10216
10217 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10218
10219         * wl-demo.el (wl-demo): Made it to select various image types.
10220         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10221         from `wl-title-logo'.
10222         (wl-logo-ascii): New variable.
10223         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10224         (wl-demo-copyright-notice): New constant.
10225
10226         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10227
10228 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10229
10230         * wl-vars.el (wl-summary-target-above): Renamed from
10231         wl-summary-temp-above.
10232         * wl-score.el (wl-score-get-score-alist): Use it.
10233         (wl-summary-score-update-all-lines): Use it.
10234         * wl-summary.el: Ditto. (make-variable-buffer-local).
10235
10236 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10237
10238         * wl-vars.el (wl-ldap-port): New user option.
10239
10240         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10241         Rewite whole implementation.
10242         (wl-complete-field-body): Fixed.
10243
10244 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10245
10246         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10247         Choose implementation at compile time.
10248
10249 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10250
10251         * wl-address.el (wl-ldap-search-internal): New function.
10252         (wl-complete-field-to): Use it.
10253
10254 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10255
10256         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10257         Use `let' instead of `let*'.
10258         Require 'wl-vars.
10259
10260         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10261         Define as defcustom.
10262         (wl-ldap-base): Ditto.
10263         (wl-use-ldap): Ditto.
10264
10265 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10266
10267         * wl-address.el (wl-ldap-search): New function.
10268         (wl-complete-field-body): Use `wl-ldap-search'.
10269         (wl-ldap-server): New variable.
10270         (wl-ldap-base): Ditto.
10271         (wl-use-ldap): Ditto.
10272
10273 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10274
10275         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10276         (Pointed out by Mito <mit@nines.nec.co.jp>).
10277         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10278         buffer-local variables like `wl-summary-redisplay-internal'.
10279         (wl-summary-redisplay-all-header): Likewise.  Update
10280         Summary view too.
10281
10282 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10283
10284         * wl-summary.el (wl-summary-jump-to-parent-message):
10285         Consider prefix argument.
10286
10287         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10288         when closed thread is deleted.
10289
10290 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10291
10292         * wl-summary.el (wl-summary-jump-to-parent-message):
10293         Consider thread modification.
10294
10295 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10296
10297         * wl-message.el (wl-message-normal-get-original-buffer): Use
10298         `save-excursion'.
10299
10300         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10301         (wl-summary-showto-folder-regexp): Ditto.
10302
10303 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10304
10305         * wl-util.el (wl-delete-alist): Doc fix.
10306         (wl-delete-associations): New function.
10307         (wl-inverse-alist): New function.
10308         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10309         Split temporary variables. Use `wl-delete-associations'
10310         and `wl-inverse-alist'.
10311         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10312
10313 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10314
10315         * wl-folder.el (wl-folder-prefetch-entity):
10316         Execute prefetching if new count is unknown.
10317
10318 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10319
10320         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10321
10322         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10323         delete entity.
10324         (wl-thread-set-parent): If insert as top, set linked as nil.
10325
10326         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10327         `wl-thread-cleanup-symbols' when view mode is thread.
10328
10329 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10330
10331         * wl-folder.el (wl-folder-create-folder-entity): Use
10332         with-current-buffer.
10333         (wl-local-folder-init): Call set-buffer to make sure we are in
10334         the Folder buffer. Don't touch buffer-local variables here.
10335         (wl-folder-mode): Initialize buffer-local variables here.
10336
10337         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10338         (wl-folder-entity-assign-id): Ditto.
10339         (wl-folder-create-entity-hashtb): Ditto.
10340         (wl-local-folder-init): Ditto.
10341         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10342
10343 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10344
10345         * wl-summary.el (wl-summary-default-from): Fix probrem when
10346         std11-extract-address-components return (nil "foo@bar").
10347
10348 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10349
10350         * wl-draft.el (wl-draft-clone-local-variables):
10351         Remove redundant `setq'.
10352
10353 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10354
10355         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10356         Bind wl-highlight-x-face-func as nil while highlighting header.
10357
10358 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10359
10360         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10361
10362 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10363
10364         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10365         elmo-msgdb-overview-hashtb from copy-variables.
10366         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10367         instead of `elmo-msgdb-overview-get-entity-by-number'.
10368         (wl-summary-auto-refile): Ditto.
10369
10370         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10371         `elmo-msgdb-overview-get-entity' instead of
10372         `elmo-msgdb-search-overview-entity'.  Use
10373         `elmo-msgdb-overview-get-entity' instead of
10374         `elmo-msgdb-overview-get-entity-by-number'.
10375         (wl-thread-insert-entity-sub): Ditto.
10376         (wl-thread-insert-message): Ditto.
10377
10378         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10379         `elmo-msgdb-overview-get-entity'.
10380         (wl-normal-message-redisplay): Ditto.
10381
10382 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10383
10384         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10385         `wl-thread-entities'.
10386         (wl-thread-delete-message): Fix remove top message from
10387         `wl-thread-entity-list'.
10388
10389         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10390         wl-append(nconc), because update-list is broken on Meadow.
10391
10392         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10393         updating process.
10394         (wl-summary-rescan): Ditto.
10395         (wl-summary-sync-update3): Ditto.
10396         * wl-thread.el (wl-thread-set-parent): Renamed from
10397         `wl-summary-set-parent'.
10398         (wl-thread-insert-message): Updating buffer faster.
10399         (wl-thread-delete-message): Updating buffer faster.
10400
10401         * wl-score.el (wl-summary-score-update-all-lines): Changed
10402         interval for display progress gauge.
10403
10404 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10405
10406         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10407         folder always-sticky.
10408         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10409         defmacro.
10410
10411 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10412
10413         * wl-vars.el (wl-draft-add-references): New user option.
10414
10415         * wl-draft.el (wl-draft-add-references): New function.
10416         (wl-draft-yank-from-mail-reply-buffer): Use it.
10417         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10418         as nil.
10419
10420 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10421
10422         * wl-thread.el (wl-thread-update-line-msgs): Called
10423         `wl-thread-update-line-on-buffer-sub'.
10424         (wl-thread-update-line-on-buffer): Delete routine of inserting
10425         thread.
10426         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10427         moved from `wl-thread-update-line-on-buffer'.
10428         Add threshold for displaying progress gauge.
10429         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10430         argument of `wl-thread-update-line-msgs'.
10431         Add threshold for displaying progress gauge.
10432         * wl-folder.el:
10433         Add threshold for displaying progress gauge.
10434         * wl-score.el: Ditto.
10435
10436         * wl-expire.el (wl-summary-expire): Display deleting info.
10437
10438 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10439
10440         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10441         `no-msg'.
10442         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10443         argument of `wl-thread-update-line-msgs'.
10444         (wl-summary-set-parent): Added optional argument `parent-number'.
10445         (wl-summary-buffer-saved-message): New buffer local variable.
10446         (wl-summary-save-current-message): New command.
10447         (wl-summary-yank-saved-message): Ditto.
10448         (wl-summary-mode-map): Added key binding for
10449         `wl-summary-save-current-message' (\ew) and
10450         `wl-summary-yank-saved-message' (\C-y).
10451         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10452
10453 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10454
10455         * wl-summary.el (wl-summary-mode-map): Added key binding for
10456         `wl-summary-set-parent' (ts).
10457
10458 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10459
10460         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10461         subject faster. If thread number is reverse, delayed updating
10462         thread.
10463         (wl-summary-search-by-subject): Ditto.
10464         (wl-summary-put-alike): Ditto.
10465         (wl-summary-get-alike): Ditto.
10466         (wl-summary-insert-headers): Insert header of all overview in
10467         buffer.
10468         (wl-summary-rescan): Delayed updating thread. Kill search subject
10469         buffer for wl-summary-search-by-subject.
10470         (wl-summary-sync-update3): Ditto.
10471         (wl-summary-exit): Ditto.
10472         (wl-summary-goto-bottom-of-current-thread): Change for linked
10473         thread.
10474         (wl-summary-overview-create-summary-line): Change line for linked
10475         thread.
10476
10477         * wl-summary.el (wl-summary-update-thread): Use
10478         wl-thread-maybe-get-children-num.
10479         (wl-summary-set-parent): If change parent, move sub thread.
10480         (wl-summary-redisplay-internal): Add horizontal recenter.
10481         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10482
10483         * wl-thread.el (wl-thread-entity-get-linked): New function.
10484         (wl-thread-entity-set-linked): New function.
10485         (wl-thread-create-entity): Add linked element.
10486         (wl-thread-entity-insert-as-top): Use wl-append.
10487         (wl-thread-maybe-get-children-num): If closing thread, return
10488         children msgs.
10489         (wl-thread-update-line-msgs): Displaying progress message.
10490         (wl-thread-update-line-on-buffer-sub): Use
10491         wl-thread-maybe-get-children-num.
10492         (wl-thread-update-line-on-buffer): If update line is not exists,
10493         insert thread.
10494         (wl-thread-delete-message): If delete top msg of thread, search
10495         parent by subject.
10496         (wl-thread-insert-entity): Use
10497         wl-thread-maybe-get-children-num.
10498
10499         * wl-highlight.el (wl-highlight-summary-current-line): change
10500         sregexp for linked thread.
10501         * wl-util.el (wl-count-lines): Count lines.
10502         (wl-horizontal-recenter): horizontal recenter.
10503         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10504         (wl-score-get-alike): Ditto.
10505         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10506         (wl-subject-length-limit): New variable.
10507         (wl-highlight-thread-indent-string-regexp): Changed for linked
10508         thread.
10509
10510 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10511
10512         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10513         New variable (revival).
10514         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10515         by subject matching if there's no in-reply-to nor references field
10516         (revival).
10517
10518 \f
10519 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10520
10521         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10522         message.
10523
10524 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10525
10526         * wl-summary.el (wl-summary-reply): Return t if there was a
10527         message at cursor point.
10528         Added unwind-protect.
10529         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10530         returns t.
10531         (wl-summary-cancel-message): Do nothing when there's no message at
10532         cursor point.
10533         (wl-summary-forward): Ditto.
10534         (wl-summary-jump-to-parent-message): Ditto.
10535         (wl-summary-reedit): Ditto.
10536         (wl-summary-edit-addresses): Ditto.
10537         (wl-summary-pipe-message): Ditto.
10538         (wl-summary-print-message-with-ps-print): Ditto.
10539         (wl-summary-print-message): Ditto.
10540         (wl-summary-mark-as-important): Ditto.
10541         (wl-summary-mark-as-unread): Ditto.
10542
10543         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10544         message at cursor point.
10545         (wl-summary-reply-with-citation): Remove unwind-protect.
10546
10547         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10548         subject searching feature.
10549         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10550         Eliminated.
10551
10552 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10553
10554         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10555         New variable.
10556         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10557         by subject matching if there's no in-reply-to nor references field.
10558
10559         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10560
10561         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10562         when display is finished.
10563         (wl-folder-open-all): Ditto.
10564         (wl-folder-update-access-group): Ditto.
10565         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10566         * wl-thread.el (wl-thread-close-all): Ditto.
10567
10568         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10569         progress gauge only when it was displayed.
10570         * wl-folder.el (wl-folder-insert-entity): Ditto.
10571
10572 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10573
10574         * wl-summary.el (wl-summary-incorporate): Enclose
10575         `wl-summary-sync-force-update' with save-excursion.
10576
10577 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10578
10579         * wl-summary.el (wl-summary-prefetch-region):
10580         Pass current cursor point to `pos-visible-in-window-p' after
10581         moving cursor to the started point.
10582
10583 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10584
10585         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10586
10587         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10588         fields from the forwarding message.
10589         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10590         `ignored-fields'.
10591
10592 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10593
10594         * wl-mime.el (wl-message-request-partial):
10595         Eliminated argument `msgdb'.
10596         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10597         (wl-mime-combine-message/partial-pieces): Likewise.
10598         * tm-wl.el (wl-message-request-partial): Likewise.
10599         (wl-mime-combine-message/partial-pieces): Likewise.
10600
10601 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10602
10603         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10604         when display is finished.
10605
10606 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10607
10608         * wl-summary.el (wl-summary-goto-folder-subr):
10609         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10610
10611 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10612
10613         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10614         when cursor point is visible.
10615
10616 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10617
10618         * wl-expire.el (wl-expire-archive-get-max-number):
10619         Don't use `file-name-directory'.
10620
10621 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10622
10623         * wl-expire.el (wl-expire-archive-get-max-number):
10624         Use `file-name-directory'.
10625
10626 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10627
10628         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10629         only when there is progress.
10630
10631 2000-04-13  Mito <mit@nines.nec.co.jp>
10632
10633         * wl-summary.el (wl-summary-sync-marks): Display progress.
10634
10635 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10636
10637         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10638         (wl-summary-prev): Move cursor regardless of unread status.
10639         (wl-summary-next): Ditto.
10640
10641 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10642
10643         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10644         Added argument `target' and `number'.
10645         * tm-wl.el (wl-summary-burst-subr): New function.
10646         (wl-summary-burst): Use it.
10647
10648 2000-04-10  Mito <mit@nines.nec.co.jp>
10649
10650         * wl-mime.el (wl-burst): New function.
10651         (wl-summary-burst): Use it.
10652
10653 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10654
10655         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10656         as petname when there's no candidate.
10657
10658 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10659
10660         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10661         New variable.
10662         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10663
10664         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10665
10666         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10667
10668 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10669
10670         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10671         Use substring of `original' instead of buffer-substring.
10672         (wl-refile-evaluate-rule):
10673         Set `original' argument of wl-refile-expand-newtext.
10674
10675         * wl-summary.el
10676         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10677         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10678         (wl-summary-auto-refile): Check existence of destination folder just
10679         before marking.
10680
10681 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10682
10683         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10684         when wl-refile-get-field-value return nil.
10685
10686 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10687
10688         * wl-refile.el
10689         (wl-refile-expand-newtext): New function imported from Gnus.
10690         (wl-refile-evaluate-rule): Use it.
10691
10692 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10693
10694         * wl-summary.el (wl-summary-print-destination):
10695         Duplicate folder string to avoid putting text-property on
10696         original string.
10697
10698         * wl-refile.el (wl-refile-get-field-value): New function.
10699         (wl-refile-evaluate-rule): New function;
10700         Evaluate refile rule recursively.
10701         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10702         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10703         New function; Check existence of a target folder recursively.
10704         (wl-summary-auto-refile-check-refile-rule-alist):
10705         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10706
10707 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10708
10709         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10710
10711         * wl-folder.el (wl-create-folder-entity-from-buffer):
10712         Fixed problem when '}' character is contained in folder name.
10713
10714         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10715
10716 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10717
10718         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10719         (wl-fldmgr-add-completion-all-completions):
10720         Use wl-fldmgr-add-completion-hashtb.
10721
10722 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10723
10724         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10725         wl-fldmgr-add-completion-subr): New functions.
10726         * wl-folder.el (wl-folder-completion-func): New variable.
10727         * wl-summary.el (wl-summary-read-folder):
10728         Use wl-folder-completion-func.
10729
10730         * wl-refile.el: Eliminate throw & catch.
10731
10732         * wl.el (wl-plugged-sending-queue-status): Fixed.
10733
10734 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10735
10736         * wl-draft.el (wl-draft): Put category property on
10737         mail-header-separator.