f34f17480e6159c693652785fd4da7b156f363df
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * Version number is increased to 2.15.5.
4
5 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
6
7         * wl-thread.el (wl-thread-close-children): New function.
8         (wl-thread-open-children): Ditto.
9         * wl-action.el (wl-summary-set-mark): Redo the last change by
10         using it.
11
12         * wl-action.el (wl-summary-set-mark): Undo the last change.
13         Forbid interactive call.
14
15 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
16
17         * wl-mime.el (wl-define-dummy-functions): New macro.
18         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
19         `wl-mime-pgp-decrypt-region'.
20         (wl-mime-pgp-verify-region-with-epg): Renamed from
21         `wl-mime-pgp-verify-region'.
22         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
23         `wl-mime-pgp-decrypt-region'.
24         (wl-mime-pgp-verify-region-with-pgg): Renamed from
25         `wl-mime-pgp-verify-region'.
26         (wl-mime-pgp-decrypt-region): New function; To select dispatch
27         function at runtime.
28         (wl-mime-pgp-verify-region): Ditto.
29
30         * wl-vars.el (wl-use-pgp-module): New user option.
31
32 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
33
34         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
35         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
36
37 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
38
39         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
40         even if there are target marks only.
41
42 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
43
44         * Version number is increased to 2.15.4.
45
46 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
47
48         * wl-folder.el (wl-folder-check-one-entity): Simplify.
49
50 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
51
52         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
53         variable.
54
55 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
56
57         * wl-spam.el (wl-thread-test-spam): New function.
58         (wl-spam-setup): Bind "tkc".
59
60 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
61
62         * wl-expire.el (wl-folder-expire-entity): Rewite without
63         `wl-summary-goto-folder-subr'.
64         (wl-folder-expire-current-entity): Don't kill summary buffer.
65
66 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
67
68         * wl-folder.el (wl-folder-sync-entity): Rewrite without
69         `wl-summary-goto-folder-subr'.
70         (wl-folder-mark-as-read-all-entity): Likewise.
71
72         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
73
74 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
75
76         * wl-thread.el (wl-thread-force-open): Arranged.
77
78 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
79
80         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
81         from regexp.
82
83         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
84         (wl-read-search-condition-internal): Append them.
85
86 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
87
88         * wl-vars.el (wl-additional-search-condition-fields):
89         New user option.
90
91         * wl-util.el (wl-search-condition-fields): New function; export
92         from `wl-read-search-condition-internal'.
93         (wl-read-search-condition-internal): Use it.
94
95         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
96
97 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
98
99         * wl-summary.el (wl-summary-define-sort-command): New function.
100         (wl-summary-sort-by-date, wl-summary-sort-by-number)
101         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
102         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
103         define by `wl-summary-define-sort-command' at runtime.
104
105         * wl.el (wl-init): Call wl-summary-define-sort-command.
106
107 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
108
109         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
110         properties at the decrypting region.
111
112 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
113
114         * wl-util.el (wl-find-region): New function.
115
116         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
117         coding system.
118         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
119         property `wl-mime-decoded-coding-system'.
120         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
121         property `wl-mime-decoded-coding-system' to encode text.
122
123         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
124         message.
125         (wl-mime-pgp-verify-region): Ditto.
126
127 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
128
129         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
130         buffer. Use epa-display-verify-result.
131
132 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
133
134         * wl-draft.el (wl-draft-send): Continue even if setting parent
135         flag was failed.
136
137 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
138
139         * wl-message.el (wl-message-flag-indicator): Fixed the problem
140         of returning string only of parentheses.
141
142 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
143
144         * wl-summary.el (wl-summary-write): Add argument `folder'.
145         (wl-summary-write-current-folder): Change argument `folder' from
146         optional to require.
147         (wl-summary-get-buffer): Return the buffer associated folder only.
148
149         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
150         change.
151         (wl-folder-toggle-disp-summary): Ditto.
152
153         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
154         current summary as parent-folder.
155
156 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
157
158         * wl-draft.el (wl-draft-reedit): Don't overwrite
159         wl-draft-parent-folder.
160
161 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
162
163         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
164         (wl-mime-pgp-verify-region): Ditto.
165         (wl-message-decrypt-pgp-nonmime): Use the above function.
166         (wl-message-verify-pgp-nonmime): Likewise.
167         (wl-mime-preview-application/pgp): Likewise.
168
169 2006-04-20  Kenichi Okada  <okada@opaopa.org>
170
171         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
172         Fix about the order of `wl-nntp-posting-port' and
173         `wl-nntp-posting-stream-type'.
174         * wl.el (wl-plugged-port-label-alist): Add smtp.
175
176 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
177
178         * wl-summary.el (wl-summary-message-status): New macro.
179
180         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
181         (wl-summary-killed-mark): New user option.
182
183         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
184         API change.
185         (wl-thread-insert-entity-sub): Ditto.
186         (wl-thread-recover-messages): New command.
187
188         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
189         Don't call `wl-highlight-summary-current-line' directly.
190         (wl-summary-buffer-attach): Connect to signal `status-changed'
191         instead of `cache-changed'.
192         (wl-summary-buffer-detach): Follow the above change.
193         (wl-summary-detect-mark-position): Follow the API change.
194         (wl-summary-rescan-message): Ditto.
195         (wl-summary-insert-sequential): Ditto.
196         (wl-summary-update-thread): Ditto.
197         (wl-summary-message-mark): Ditto.
198         (wl-summary-persistent-mark): Ditto.
199         (wl-summary-create-line): Ditto.
200         (wl-summary-prefetch-region-no-mark): Call
201         `wl-summary-persistent-mark' with number.
202         (wl-summary-recover-messages-region): New command.
203         (wl-summary-target-mark-recover): Ditto.
204         (wl-summary-recover-message): Ditto.
205         (wl-summary-persistent-mark-string): Add argument `status' instead
206         of remove arguments `flags' and `cached'.  Treat killed status.
207         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
208
209         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
210         (wl-highlight-summary-line-face-spec): Treat killed status.
211         (wl-highlight-summary-line-string): Follow the API change.
212         (wl-highlight-summary-current-line): Ditto.
213
214         * Version number is increased to 2.15.3.
215
216 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
217
218         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
219         of symbolp to test whether the condition is function.
220
221 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
222
223         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
224         to nil.
225
226 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
227
228         * wl-summary.el (wl-summary-buffer-message-ring): New internal
229         variable.
230         (wl-summary-buffer-last-displayed-msg): Abolish.
231         (wl-summary-push-message): New function.
232         (wl-summary-pop-message): Ditto.
233         (wl-summary-goto-folder-subr): Reset
234         `wl-summary-buffer-message-ring'.
235         (wl-summary-pop-to-last-message): New command.
236         (wl-summary-goto-last-displayed-msg): Call
237         wl-summary-pop-to-last-message if optional argument is non-nil or
238         the last command is itself.
239         (wl-summary-redisplay-internal): Push last message number into
240         `wl-summary-buffer-message-ring'.
241
242         * wl-vars.el (wl-summary-message-ring-max): New user option.
243
244 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
245
246         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
247         from `wl-draft-reply').
248         (wl-draft-reply): Use it.
249         (wl-draft-find-reply-headers): Avoid compile warning.
250
251 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
252
253         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
254
255 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
256
257         * wl-message.el (wl-message-flag-indicator): New function.
258         (wl-message-redisplay): Use it.
259
260 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
261
262         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
263
264 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
265
266         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
267         instead of `read-event'.
268
269         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
270
271         * wl-mule.el (wl-read-event-char): Ditto.
272
273         * wl-e21.el (wl-read-event-char): Ditto.
274
275 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
276
277         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
278
279 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
280
281         * wl-vars.el (wl-draft-send-confirm-type): New user option.
282
283         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
284
285         * wl-draft.el (wl-draft-send-confirm): Confirmation by
286         `wl-draft-send-confirm-type'
287
288 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
289
290         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
291         Avoid error when the buffer name is already used.
292
293 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
294
295         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
296         the change of elmo-nmz -> elmo-search.
297         (wl-highlight-summary-line-help-echo-alist): Ditto.
298         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
299         (wl-nmz-folder-icon): Define as obsolete.
300         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
301         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
302
303 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
304
305         * wl-summary.el (wl-summary-get-list-info): Rewrite with
306         `elmo-find-list-match-value'
307
308 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
309
310         * wl-summary.el (wl-summary-get-list-info): Optimize.
311         Use List-Id and List-Post also.
312
313 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
314
315         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
316
317 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
318
319         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
320
321 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
322
323         * wl-util.el (wl-completing-read-multiple-1): New internal function.
324         (wl-completing-read-multiple-2): Ditto.
325         (wl-completing-read-multiple): Define use above functions.
326
327         * wl-summary.el (wl-summary-sort): Removed the workaround for a
328         bug of `completing-read-multiple' about default value.
329
330         * wl-xmas.el (wl-completing-read-multiple): Removed.
331
332         * wl-mule.el (wl-completing-read-multiple): Ditto.
333
334         * wl-e21.el (wl-completing-read-multiple): Ditto.
335
336 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
337
338         * wl-util.el (wl-filter-associations): New function.
339
340         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
341         (wl-spam-ignored-folder-list): Ditto.
342         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
343         (wl-spam-string-member-p): New function.
344         (wl-spam-domain): Use it.
345         (wl-spam-split-numbers): New function.
346         (wl-spam-apply-partitions): Ditto.
347         (wl-spam-register-spam-messages): Use `folder' instead of
348         `wl-summary-buffer-elmo-folder'.
349         (wl-spam-register-good-messages): Ditto.
350         (wl-summary-exec-action-spam): Decide a domain by real folder of
351         message.
352         (wl-summary-exec-action-refile-with-register): Likewise.
353
354 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
355
356         * wl-e21.el (wl-e21-find-image): New function.
357         (wl-e21-setup-toolbar): Use it instead of `find-image'.
358         (wl-e21-highlight-folder-group-line): Ditto.
359         (wl-folder-init-icons): Ditto.
360         (wl-plugged-init-icons): Ditto.
361         (wl-biff-init-icons): Ditto.
362
363 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
364
365         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
366         (wl-inhibit-save-drafts): New internal variable.
367         (wl-disable-auto-save): Ditto.
368         (wl-save-drafts): Treat above variables.
369         (wl-auto-save-drafts): New function.
370         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
371         `wl-stop-save-drafts'.
372         (wl-start-save-drafts): New function.
373         (wl-stop-save-drafts): Ditto.
374         (wl-set-auto-save-draft): New command.
375
376         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
377         `wl-set-save-drafts'.
378
379 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
380
381         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
382         `make-local-variable' instead of `make-variable-buffer-local'.
383
384 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
385
386         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
387
388 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
389
390         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
391
392 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
393
394         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
395         of working buffer.
396
397 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
398
399         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
400
401         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
402         value into recipients; Bind `wl-draft-remove-group-list-contents'
403         as nil.
404
405 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
406
407         * wl-summary.el (wl-summary-sort): Fixed the last change.
408
409         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
410         (wl-summary-sort-messages): Ditto.
411         (wl-summary-rescan): Use it.
412         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
413         `completing-read'; Append candidates for reverse order.
414
415 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
416
417         * Version number is increased to 2.15.2.
418
419 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
420
421         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
422         "Smaller".
423         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
424
425 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
426
427         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
428
429 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
430
431         * wl-vars.el (wl-draft-additional-header-alist): Add into the
432         customize group `wl-draft'.
433         (wl-draft-add-in-reply-to): Move customize group from `wl' to
434         `wl-draft'.
435         (wl-draft-add-references): Ditto.
436
437         * wl-action.el (wl-summary-print-argument): Rename argument from
438         `folder' to `data'.
439
440 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
441
442         * wl-summary.el (wl-summary-rescan-message): Call
443         `wl-thread-cleanup-symbols' before insert thread.
444
445 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
446
447         * wl.el (wl-init): Set `elmo-get-folder-function' as
448         `wl-folder-make-elmo-folder'.
449
450         * wl-spam.el (wl-summary-exec-action-spam): Use
451         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
452
453         * wl-folder.el (wl-folder-make-elmo-folder): New function.
454         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
455         `elmo-make-folder'.
456         (wl-folder-get-elmo-folder): Ditto.
457         (wl-folder-create-subr): Simplify.
458
459 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
460
461         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
462
463 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
464
465         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
466         contents in message buffer instead of original buffer. If optional
467         argument specified, ask coding system for encode.
468
469 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
470
471         * wl-spam.el (wl-summary-test-spam-region): New function.
472         (wl-spam-setup): Bind "rkc".
473
474 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
475
476         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
477
478 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
479
480         * wl-spam.el (wl-summary-test-spam): Fix typo.
481         (wl-message-check-spam): Ditto.
482
483 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
484
485         * wl-summary.el (wl-summary-default-from): Simplify.
486
487 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
488
489         * wl-action.el (wl-summary-exec-action-refile): Simplify.
490         (wl-summary-exec-action-copy): Ditto.
491         (wl-summary-auto-refile): Check existence of temporary mark.
492
493 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
494
495         * wl-summary.el (wl-summary-create-line): Use
496         `elmo-time-to-datevec'.
497
498         * wl-expire.el (wl-expire-archive-date): Ditto.
499         (wl-expire-localdir-date): Ditto.
500
501         * wl-util.el (wl-day-number): Abolish.
502
503         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
504         of `wl-day-number'.
505         (wl-score-followup): Ditto.
506         (wl-score-add-followups): Ditto.
507         (wl-score-get-latest-msgs): Ditto.
508         (wl-score-get-header-entry): Ditto.
509         (wl-score-edit-insert-date): Ditto.
510
511 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
512
513         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
514         `elmo-message-entity-field' with 2nd argument `type'.
515
516 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
517
518         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
519
520 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
521
522         * wl-thread.el (wl-thread-delete-message): Delete descendant
523         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
524
525 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
526
527         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
528
529 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
530
531         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
532         `Access folder'.
533
534 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
535
536         * wl-vars.el (wl-access-folder-icon): New user option.
537
538         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
539         `Access folder'.
540
541 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
542
543         * wl-summary.el (wl-summary-buffer-set-folder): Use
544         `wl-folder-mime-charset'.
545
546         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
547         `mime-charset'.
548         (wl-folder-get-elmo-folder): Ditto.
549         (wl-folder-mime-charset): New function.
550
551 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
552
553         * wl-util.el (wl-parse-addresses): Define alias of
554         `elmo-parse-addresses' (move to `elmo-util.el').
555
556         * wl-summary.el (wl-summary-default-from): Follow the API change.
557         (wl-summary-overview-entity-compare-by-date): Ditto.
558         (wl-summary-overview-entity-compare-by-from): Ditto.
559         (wl-summary-get-list-info): Get value of `ml-info' field from
560         entity at first.
561         (wl-summary-rescan-message): Treat prefix argument.
562         (wl-summary-prefetch-msg): Follow the API change.
563         (wl-summary-search-by-subject): Ditto.
564         (wl-summary-insert-thread): Ditto.
565         (wl-summary-line-subject): Ditto.
566         (wl-summary-line-from): Ditto.
567         (wl-summary-create-line): Ditto.
568         (wl-summary-print-message-with-ps-print): Ditto.
569
570         * wl-score.el (wl-score-ov-entity-get): Ditto.
571         (wl-score-followup): Ditto.
572         (wl-score-add-followups): Use `elmo-message-entity-field' instead
573         of `car'.
574         (wl-score-get-latest-msgs): Follow the API change.
575         (wl-score-get-header): Ditto.
576
577         * wl-refile.el (wl-refile-learn): Ditto.
578         (wl-refile-subject-learn): Ditto.
579         (wl-refile-get-field-value): Ditto.
580         (wl-refile-guess-by-history): Ditto.
581         (wl-refile-guess-by-subject): Ditto.
582
583         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
584
585         * wl-expire.el (wl-expire-date-p): Removed.
586         (wl-expire-archive-date): Follow the API change.
587         (wl-expire-localdir-date): Ditto.
588         (wl-summary-expire): Ditto.
589
590         * Version number is increased to 2.15.1.
591
592 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
593
594         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
595         group is access or not (it is not strict, like wl-fldmgr-rename).
596
597 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
598
599         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
600         duplicate call of `wl-summary-print-argument' on the wrong line.
601
602 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
603
604         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
605         even if argument `number' is nil.
606         (wl-summary-insert-line): Print action argument if current message
607         has it.
608
609 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
610
611         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
612         (wl-draft-reply): Ditto.
613         (wl-draft): Add optional argument `parent-number' and call
614         `wl-draft-create-buffer' with it.
615         (wl-draft-create-buffer): Add optional argument
616         `parent-number'. Set wl-draft-parent-number as it.
617
618 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
619
620         * wl-folder.el (wl-folder-set-persistent-mark): If summary
621         buffer is not for given folder, don't use it.
622
623 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
624
625         * Version number is increased to 2.15.0.
626
627 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
628
629         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
630
631         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
632         (wl-highlight-get-face-by-name): New internal function.
633         (wl-highlight-summary-line-face-spec): Use it and fixed.
634
635 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
636
637         * wl-summary.el (wl-summary-sync-update): Use
638         `elmo-message-entity-field' instead of `car' to get message-id
639         from overview entity.
640
641         * wl-summary.el (wl-summary-rescan-message): Call
642         `wl-highlight-summary-displaying' when displaying a message.
643
644 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
645
646         * wl-draft.el (wl-draft-config-info-filename): Extracted from
647         `wl-draft-config-info-operation'.
648         (wl-draft-buffer-change-number): New function.
649         (wl-draft-rename-saved-config): Ditto.
650         * wl.el (wl-init): Connect slot for message-number-changed.
651         (toplevel): Add autoload for wl-draft-rename-saved-config.
652
653 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
654
655         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
656         `update-overview'
657         (wl-summary-buffer-detach): Disconnect from it.
658         (wl-summary-rescan-message): Use command.
659
660         * wl-message.el (wl-message-buffer-display): Use
661         `with-current-buffer' instead of `save-excursion'.
662
663 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
664
665         * wl-mime.el (wl-draft-preview-attributes-list): Protect
666         wl-draft-preview-attributes-list from distraction.
667
668 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
669
670         * wl-summary.el (wl-summary-sync-update): Sort the return value of
671         `elmo-list-diff'.
672
673 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
674
675         * wl-summary.el
676         (wl-summary-edit-addresses-collect-candidate-fields): Use
677         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
678
679         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
680         instead of `elmo-set-work-buf'.
681
682         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
683         (wl-address-make-address-list): Ditto.
684
685         * Version number is increased to 2.13.3.
686
687 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
688
689         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
690         user option.
691
692         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
693         argument `5'.
694
695         * wl-message.el (wl-message-display-no-merge-p): New function.
696         (wl-message-buffer-display): Check whether the message is
697         reassembled and follow the API change.
698
699 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
700
701         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
702         multibyte on working buffer and removed unnecessary
703         `buffer-disable-undo'.
704
705 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
706
707         * wl-util.el (wl-read-search-condition-internal): Fixed the last
708         change.
709
710 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
711
712         * wl-util.el (wl-read-search-condition-internal): Protect
713         elmo-global-flags from distraction.
714
715 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
716
717         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
718
719         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
720         (wl-summary-event-handler): Ditto.
721         (wl-summary-update-persistent-mark-on-event): New
722         function (renamed from `elmo-event-handler-flag-changed').
723         (wl-summary-buffer-attach): New function.
724         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
725         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
726         instead of `elmo-folder-add-handler'.
727
728         * Version number is increased to 2.13.2.
729
730 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
731
732         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
733         and "\177" to the `wl-news-previous-page'.
734         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
735         (wl-news-previous-page): New function.
736
737 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
738
739         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
740         instead of `write-region' and simplify.
741
742 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
743
744         * wl-template.el (wl-template-select): Cause error if
745         `wl-template-alist' is nil.
746
747 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
748
749         * wl-news.el.in: Set file variable `no-byte-compile'.
750
751 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
752
753         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
754         whether a target message is within displaying area.
755         (elmo-event-handler-cache-changed): Ditto.
756
757 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
758
759         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
760         to `defun'.  Use `nconc' instead of `append' to collect descendant
761         message numbers.
762
763 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
764
765         * wl-thread.el (wl-thread-save-top-list)
766         (wl-thread-save-entities): Use `with-temp-buffer'.
767         * wl-news.el.in (wl-news-previous-version-load):
768         (wl-news-previous-version-save): Ditto.
769         * wl-summary.el (wl-summary-load-file-object)
770         (wl-summary-save-view-cache): Ditto.
771
772 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
773
774         * wl-util.el (toplevel): Require 'elmo-flag'.
775         (wl-read-search-condition): New function (Renamed from
776         `elmo-read-search-condition').
777         (wl-read-search-condition-internal): Likewise.
778
779         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
780         invalid.
781         (wl-summary-pick): Use `wl-read-search-condition' instead of
782         `elmo-read-search-condition'.
783         (wl-summary-virtual): Ditto.
784
785         * wl-folder.el (wl-folder-virtual): Ditto.
786         (wl-folder-pick): Ditto.
787
788         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
789
790 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
791
792         * wl-summary.el (wl-summary-reedit): Call
793         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
794
795 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
796
797         * wl-mime.el (toplevel): Require wl-vars.
798
799         * wl-message.el (toplevel): Require cl at compile.
800
801         * wl-draft.el (toplevel): Require elmo.
802
803 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
804
805         * wl-message.el (wl-message-buffer-prefetch): Count is a number
806         and do nothing when it is not positive.
807         (wl-message-buffer-prefetch-next): Ditto.
808
809 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
810
811         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
812         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
813         (wl-summary-redisplay-internal): Ditto.
814
815         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
816         message (the condition is borrowed from `wl-check-variables-2').
817         (wl-summary-redisplay-internal): Ditto.
818
819 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
820
821         * wl-mime.el (wl-draft-nntp-attribute): New function.
822         (wl-draft-attribute-nntp-posting-server): Use it.
823         (wl-draft-attribute-nntp-posting-port): Ditto.
824
825         * wl-mime.el (wl-draft-preview-attributes-list): New function.
826         (wl-draft-show-attributes-buffer): Ditto.
827         (wl-draft-hide-attributes-buffer): Ditto.
828         (wl-draft-attribute-newsgroups): Ditto.
829         (wl-draft-attribute-nntp-posting-server): Ditto.
830         (wl-draft-attribute-nntp-posting-port): Ditto.
831         (wl-draft-preview-message): Use there functions.
832
833         * wl-vars.el (wl-draft-preview-attributes-list): Change default
834         value.
835
836 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
837
838         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
839         (wl-draft-reedit): Ditto.
840         (wl-draft-queue-flush): Ditto.
841
842         * wl-mime.el (wl-message-request-partial): Ditto.
843         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
844         instead of `elmo-message-fetch'.
845
846         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
847
848         * wl-summary.el (wl-summary-message-string): Ditto.
849
850 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
851
852         * wl-util.el (wl-current-message-buffer): Follow the API change.
853
854         * wl-summary.el (wl-summary-redisplay-internal): Call
855         `wl-summary-mark-as-read' with 2nd argument as nil and update
856         unread count instead of persistent mark.
857
858         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
859         variable.
860         (wl-message-redisplay): Follow the API change.
861         (wl-message-buffer-display): Managed mime-entity directly and
862         return preview buffer only.
863         (wl-message-display-internal): Rewrite.
864         (wl-message-buffer-prefetch-subr): Not save return value of
865         `wl-message-buffer-display'.
866
867         * Version number is increased to 2.13.1.
868
869 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
870
871         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
872         'elmo-multiple-fields-body-list' with boundary specified.
873
874 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
875
876         * wl-vars.el (wl-summary-resend-use-cache): New variable.
877         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
878         cache if `wl-summary-resend-use-cache' is non-nil.
879
880 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
881
882         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
883         (wl-nntp-posting-stream-type): Ditto.
884
885 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
886
887         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
888
889 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
890
891         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
892         message.
893
894 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
895
896         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
897         Abolish.
898         (wl-summary-buffer-persistent-mark-version): New internal
899         variable.
900         (wl-summary-update-mark-and-highlight-window): Check by
901         wl-summary-persistent-mark-invalid-p.
902         (wl-summary-update-status-marks): Ditto.
903         (elmo-event-handler-flag-changed): Rewrite.
904         (elmo-event-handler-cache-changed): Define.
905         (wl-summary-prefetch-msg): Does not update persistent mark here.
906         (wl-summary-delete-cache): Ditto.
907         (wl-summary-resume-cache-status): Ditto.
908         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
909         (wl-summary-persistent-mark-invalid-p): New function.
910         (wl-summary-validate-persistent-mark): Ditto.
911         (wl-summary-validate-persistent-mark-string): Ditto.
912         (wl-summary-invalidate-persistent-mark): Ditto.
913         (wl-summary-update-persistent-mark): Call
914         `wl-summary-validate-persistent-mark'.
915         (wl-summary-create-line): Call
916         `wl-summary-validate-persistent-mark-string'.
917
918         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
919         status as t if cache used.
920
921 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
922
923         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
924         only if the target is group.
925         * wl-folder.el (wl-folder-append-petname): Don't check group name.
926
927 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
928
929         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
930
931 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
932
933         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
934
935         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
936
937 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
938
939         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
940         (Thanks to Yoichi NAKAYAMA).
941
942 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
943
944         * wl-util.el (wl-save-drafts): Restore echo area.
945
946 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
947
948         * Version number is increased to 2.13.0.
949
950         * wl-util.el (wl-biff-check-folder-async): Use
951         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
952
953 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
954
955         * wl-message.el (wl-message-display-internal): Does not put
956         wl-message-display-type property on message buffer.
957         (wl-message-buffer-display-type): New function.
958
959         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
960
961         * wl-summary.el (wl-summary-mode): Use `dolist' to add
962         `wl-summary-buffer-detach'.
963         (wl-summary-message-display-type): Use
964         `wl-summary-buffer-display-type'.
965
966 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
967
968         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
969         buffer-local.
970
971         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
972         kill-buffer-hook instead of make-local-variable.
973         (wl-draft-preview-message): Set `local' argument of add-hook as t.
974
975 2004-12-12  Scott Renfro <scott@renfro.org>
976
977         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
978         regex for square-branket.
979
980 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
981
982         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
983         `wl-message-mime-analysis-p' with argument `header'.
984
985 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
986
987         * wl-mime.el (wl-draft-yank-current-message-entity): 
988         Switch to no-mime following method according to wl-message-display-type
989         property.
990         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
991
992         * wl-message.el (wl-message-display-internal): 
993         Put wl-message-display-type property on message buffer.
994
995         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
996         (wl-message-display-internal): Ditto;
997
998         * wl-summary.el (wl-summary-toggle-mime): Ditto.
999
1000 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1001
1002         * wl-message.el (wl-message-make-display-type): New function.
1003         (wl-message-display-type-property): Ditto.
1004         (wl-message-mime-analysys-p): Ditto.
1005         (wl-message-display-all-header-p): Ditto.
1006         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1007         added `display-type'.
1008         (wl-message-buffer-display): Likewise.
1009         (wl-message-display-internal): Likewise.
1010         (wl-message-buffer-display-type): Abolish.
1011         (wl-message-buffer-prefetch-subr): Follow the API changed.
1012
1013         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1014         from wl-summary-buffer-display-all-header and changed default value.
1015         (wl-summary-message-display-type): New function.
1016         (wl-summary-buffer-display-mime-mode): Ditto.
1017         (wl-summary-buffer-display-header-mode): Ditto.
1018         (wl-summary-toggle-mime): Rewrite with above functions.
1019         (wl-summary-toggle-all-header): Ditto.
1020         (wl-summary-redisplay): Force redisplay with default mode.
1021         (wl-summary-redisplay-internal): Renamed argument from `mode',
1022         `all-header' to `mime-mode', `header-mode'.
1023         Use `wl-message-make-display-type'.
1024
1025         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1026         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1027
1028 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1029
1030         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1031
1032 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1033
1034         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1035         in original message buffer.
1036         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1037         buffer.
1038
1039 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1040
1041         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1042
1043 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1044
1045         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1046
1047 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1048
1049         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1050         when actions succeeded.
1051         (wl-summary-exec-action-copy): Likewise.
1052
1053 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1054
1055         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1056         there is switch-to-buffer at the end of wl-message-select-buffer.
1057         (wl-summary-reply): Ditto.
1058
1059 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1060
1061         * wl-summary.el (wl-summary-forward): Put subject in original
1062         message buffer as argument of wl-draft-forward.
1063         * wl-draft.el (wl-draft-forward): Decode subject as in
1064         wl-draft-reply.
1065
1066 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1067
1068         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1069         a folder under access group.
1070
1071 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1072
1073         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1074         wl-message-buffer-display.
1075
1076         * wl-util.el (wl-set-save-drafts): Fix typo.
1077
1078 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1079
1080         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1081         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1082         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1083         the way to measure the width of a bitmap image; don't put face on
1084         ascii and bitmap images; put the mark which should not use the
1085         variable-pitch face on ascii and bitmap images.
1086         (wl-demo-setup-properties): Don't use the variable-pitch face on
1087         ascii and bitmap images; made it work on Emacs 20 and earlier.
1088         (wl-demo-insert-text): End with a newline at the bottom; don't put
1089         face on text.
1090
1091         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1092
1093 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1094
1095         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1096
1097         * wl-util.el (wl-save-drafts): Moved from sample setting.
1098         (wl-set-save-drafts): New function to set idle timer.
1099         * wl-draft.el (wl-draft): Call it.
1100         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1101
1102 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1103
1104         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1105         a summary which has toggle display status off.
1106
1107 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1108
1109         * wl-draft.el (wl-draft-do-fcc): No cache save.
1110
1111 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1112
1113         * wl-summary.el (elmo-event-handler-flag-changed): Use
1114         `set-buffer' instead of `with-current-buffer'.
1115
1116 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1117
1118         * wl-summary.el (wl-summary-after-resize-function): New function.
1119         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1120         window-size-change-functions.
1121
1122 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1123
1124         * wl-draft.el (wl-draft-create-buffer): Bind
1125         `change-major-mode-hook' after current buffer is changed.
1126
1127         * wl-summary.el (wl-summary-buffer-detach): New function.
1128         (wl-summary-buffer-set-folder): Call it.
1129         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1130         change-major-mode-hook and kill-buffer-hook.
1131         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1132         (wl-summary-switch-to-clone-buffer): Ditto.
1133         (wl-summary-goto-folder-subr): Ditto.
1134
1135 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1136
1137         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1138         after boundp check.
1139
1140 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1141
1142         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1143         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1144         for `kill-buffer'.
1145
1146         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1147         handler of current buffer from elmo-folder.
1148
1149 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1150
1151         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1152
1153 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1154
1155         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1156         variable.
1157         (wl-summary-event-handler): New class.
1158         (elmo-event-handler-flag-changed): Define to update persistent
1159         mark.
1160         (wl-summary-buffer-set-folder): Register event handler to
1161         elmo-folder.
1162         (wl-summary-exit): Unregister event handler.
1163         (wl-summary-goto-folder-subr): Ditto.
1164         (wl-summary-mark-as-read-all): Does not call
1165         `wl-summary-update-persistent-mark' directly.
1166         (wl-summary-mark-as-read-internal): Ditto.
1167         (wl-summary-set-persistent-mark-internal): Ditto.
1168         (wl-summary-set-flags-internal): Ditto.
1169
1170         * Version number is increased to 2.11.33.
1171
1172 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1173
1174         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1175         to nil.
1176
1177 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1178
1179         * wl-spam.el (wl-spam-setup): Add hook
1180         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1181         instead of `wl-summary-prepare-hook'.
1182
1183         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1184         if folder type is `'flag'.
1185         (wl-summary-mark-as-important): Ditto.
1186
1187 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1188
1189         * wl-address.el (wl-address-minibuffer-history): New variable.
1190         (wl-address-minibuffer-local-map): New keymap.
1191         (wl-address-read-from-minibuffer): New function.
1192
1193         * wl-action.el (wl-summary-get-resend-address): Use
1194         `wl-address-read-from-minibuffer' instead of `completing-read'.
1195
1196 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1197
1198         * Version number is increased to 2.11.32.
1199
1200 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1201
1202         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1203         without mule to iso-8859-1.
1204         (wl-draft-add-in-reply-to): Add note in description.
1205         (wl-draft-add-references): Ditto.
1206
1207 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1208
1209         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1210         definition for `m'.
1211         (wl-summary-mode-line-format): Add '[%m]'.
1212         (wl-message-mode-line-format-spec-alist): Ditto.
1213         (wl-summary-display-mime-mode-list): New variable.
1214
1215         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1216         from wl-summary-buffer-display-as-is.
1217         (wl-summary-buffer-display-all-header): New buffer local variable.
1218         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1219         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1220         instead of wl-summary-buffer-display-as-is.
1221         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1222         (wl-summary-set-persistent-mark): Ditto.
1223         (wl-summary-set-message-buffer-or-redisplay): Just call
1224         `wl-summary-redisplay-internal' without optional arguments.
1225         (wl-summary-toggle-mime): Rewrite.
1226         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1227         (wl-summary-toggle-all-header): New function.
1228         (wl-summary-redisplay-internal): Treat mime mode.
1229
1230         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1231         to wl-mime-preview-follow-no-mime.
1232         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1233         accodring to the display-mode.
1234
1235         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1236         (wl-message-buffer-display): Changed argument name from `as-is' to
1237         `mode'.
1238         (wl-message-display-internal): Ditto;
1239         Bind elmo-mime-display-header-analysis according to the mode.
1240         (wl-message-display-internal): Put wl-message-display-mime-mode
1241         property on entire buffer.
1242
1243 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1244
1245         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1246
1247 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1248
1249         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1250         Don't extract mail address.
1251         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1252
1253         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1254
1255         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1256
1257 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1258
1259         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1260         wl-fldmgr-cut-entity-list on confirmation.
1261
1262 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1263
1264         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1265         (wl-mime-quit-preview): Check existence of
1266         mime-edit-temp-message-buffer here.
1267
1268 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1269
1270         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1271         after deletion.
1272
1273         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1274         before calling wl-mime-quit-preview.
1275
1276 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1277
1278         * wl-summary.el (wl-summary-pick): If call it with prefix
1279         argument, set `delete-marks' as non-nil. Pick from only visible
1280         messages.
1281         (wl-summary-check-target-mark): New function.
1282         (wl-summary-target-mark-mark-as-read): Use it.
1283         (wl-summary-target-mark-mark-as-unread): Ditto.
1284         (wl-summary-target-mark-operation): Ditto.
1285         (wl-summary-target-mark-set-flags): Ditto.
1286         (wl-summary-target-mark-save): Ditto.
1287         (wl-summary-target-mark-pick): Ditto.
1288         (wl-summary-target-mark-forward): Ditto.
1289         (wl-summary-target-mark-reply-with-citation): Ditto.
1290         (wl-summary-target-mark-print): Ditto.
1291         (wl-summary-target-mark-uudecode): Ditto.
1292
1293         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1294         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1295         with `ask-coding' is non-nil.
1296
1297 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1298
1299         * wl-thread.el (wl-thread-set-parent): If parent is a message
1300         which is identified by references, set linked as nil.
1301
1302 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1303
1304         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1305         (wl-message-mode-line-format-spec-alist): Ditto.
1306         (wl-message-mode-line-format): Ditto.
1307         (wl-summary-mode-line-format): Ditto for docstring.
1308         (wl-summary-no-mime-folder-list): Fix typo.
1309
1310         * wl-util.el (wl-current-message-buffer): Call
1311         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1312
1313         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1314         variable.
1315         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1316         of `wl-summary-redisplay-no-mime'.
1317         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1318         (wl-summary-toggle-mime): New function.
1319         (wl-summary-redisplay-all-header): Rewrite.
1320         (wl-summary-redisplay-no-mime): Ditto.
1321         (wl-summary-redisplay-internal): Added argument `as-is' and
1322         `all-header'.
1323
1324         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1325         New variable.
1326         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1327         bottom.
1328         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1329         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1330         "/" unconditionally.
1331
1332         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1333         wl-mime-preview-follow-no-mime for as-is content.
1334         (wl-mime-preview-follow-no-mime): New function.
1335         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1336
1337         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1338         and added `as-is', `all-header'.
1339         (wl-message-buffer-display): Ditto.
1340         (wl-message-buffer-display-type): New function.
1341
1342 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1343
1344         * wl-vars.el (wl-message-header-button-alist): Change default
1345         value.
1346         (wl-message-body-button-alist): Ditto.
1347
1348 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1349
1350         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1351
1352 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1353
1354         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1355
1356 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1357
1358         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1359         is always true.
1360
1361 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1362
1363         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1364         on null entity.
1365
1366 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1367
1368         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1369
1370 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1371
1372         * wl-vars.el (wl-summary-resend-hook): New hook.
1373
1374         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1375         `wl-summary-resend-hook'.
1376
1377 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1378
1379         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1380         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1381         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1382         (wl-summary-new-cached-mark): Changed default value to 'n'.
1383         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1384         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1385         (wl-folder-sync-range-alist): Remove spec for 'flag.
1386         (wl-summary-force-prefetch-folder-list): New user option.
1387
1388         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1389         `wl-summary-toggle-persistent-mark'.
1390         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1391         number is nil.
1392         (wl-summary-mark-as-answered-region): Set interactive argument of
1393         `wl-summary-set-persistent-mark-internal'.
1394         (wl-summary-mark-as-important-region): Ditto.
1395         (wl-summary-unset-persistent-mark): Ditto.
1396         (wl-summary-set-persistent-mark): Ditto.
1397         (wl-summary-mark-as-answered): Ditto.
1398         (wl-summary-mark-as-important): Ditto.
1399         (wl-summary-set-persistent-mark-internal): Do nothing
1400         when `elmo-message-flag-available-p' is nil.
1401         (wl-summary-toggle-persistent-mark): New function.
1402         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1403         when the folder matches `wl-summary-force-prefetch-folder-list'.
1404
1405
1406         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1407         when number is nil.
1408         (wl-highlight-summary-forwarded-face): New face.
1409
1410 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1411
1412         * Version number is increased to 2.11.31.
1413
1414 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1415
1416         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1417         (wl-biff-check-folder-async): Ditto.
1418         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1419
1420 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1421
1422         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1423         Add an argument `reverse'.  All callers are updated.
1424         (wl-summary-sort): Add a prefix argument `reverse' to specify
1425         reverse sorting.
1426         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1427         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1428         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1429
1430 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1431
1432         * wl-message.el (wl-message-redisplay): Does not narrow header if
1433         disply-type is all-header or as-is.
1434
1435         * wl-summary.el (wl-summary-enter-handler): Use
1436         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1437
1438 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1439
1440         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1441         after adding wl-draft-parent-variables.
1442         (wl-draft-forward): Ditto.
1443
1444 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1445
1446         * wl-summary.el (wl-summary-sync-marks): Call
1447         `wl-summary-set-persistent-mark' and
1448         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1449         (wl-summary-set-persistent-mark-internal): Add 4th argument
1450         `no-server'.
1451         (wl-summary-unset-persistent-mark): Ditto.
1452         (wl-summary-set-persistent-mark): Ditto.
1453         (wl-summary-add-flags-internal): Abolish.
1454         (wl-summary-remove-flags-internal): Ditto.
1455         (wl-summary-mark-as-important-internal): Ditto.
1456         (wl-summary-mark-as-important): Use
1457         `wl-summary-set-persistent-mark' instead of
1458         `wl-summary-add-flags-internal'.
1459         (wl-summary-mark-as-important-region): Ditto.
1460
1461         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1462
1463         * wl-summary.el (wl-summary-get-available-flags): New function.
1464         (wl-summary-sync-marks): Use it and simplified.
1465         (wl-summary-unset-persistent-mark): Use
1466         `wl-summary-get-available-flags'.
1467         (wl-summary-set-persistent-mark): Ditto.
1468
1469 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1470
1471         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1472         id.
1473
1474 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1475
1476         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1477         number, call `wl-summary-prev-line-content'. Show message when the
1478         message is not found.
1479
1480 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1481
1482         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1483         wl-summary-enter-handler.
1484         (wl-summary-enter-handler): New command.
1485
1486         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1487         docstring and custom spec.
1488
1489         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1490         flags too; Don't treat Cached and New.
1491         (wl-summary-set-persistent-mark): Ditto.
1492
1493         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1494         `wl-folder-set-flag'.
1495
1496         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1497         instead of `wl-folder-set-flag'.
1498
1499         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1500         for completion.
1501         (wl-summary-set-persistent-mark): Ditto.
1502
1503         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1504         instead of `wl-draft-quit-preview'.
1505
1506         * wl-mime.el (toplevel): Avoid compile warning.
1507         (wl-mime-quit-preview): New function
1508         (formarly defined as `wl-draft-quit-preview').
1509         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1510         quitting method.
1511
1512         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1513
1514         * wl-folder.el (wl-folder-set-flag): Renamed from
1515         `wl-draft-set-flag-on-parent'.
1516
1517         * wl-draft.el (wl-draft-quit-preview): New function.
1518         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1519         (wl-draft-send): Call `wl-folder-set-flag' instead of
1520         `wl-draft-set-flag-on-parent'.
1521         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1522
1523 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1524
1525         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1526         (wl-draft-send): Ditto.
1527
1528 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1529
1530         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1531         (wl-draft-kill-pre-hook): Set default value as nil.
1532         (wl-summary-reply-hook): Ditto.
1533         (wl-draft-kill-flags): Abolish.
1534
1535         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1536         (wl-draft-parent-variables): Renamed from
1537         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1538         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1539         argument; Add wl-draft-parent-variables to
1540         wl-draft-config-variables.
1541         (wl-draft-reply): Likewise.
1542         (wl-draft-kill-flags): Abolish.
1543         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1544         (wl-draft-set-flag-on-parent): New function.
1545         (wl-draft-setup-parent-flag): Ditto.
1546
1547 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1548
1549         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1550         `wl-draft-parent-folder' is "".
1551
1552 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1553
1554         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1555         (wl-summary-digit-jump): New function.
1556         (Adviced by John Owens and Hiroya Murata)
1557
1558         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1559         (Adviced by John Owens)
1560
1561         * wl-xmas.el (wl-message-define-keymap): Ditto.
1562
1563         * wl-mule.el (wl-message-define-keymap): Ditto.
1564
1565 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1566
1567         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1568         change of return value of elmo-folder-count-flags.
1569
1570         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1571         (wl-summary-mark-as-read-internal): Ditto.
1572         (wl-summary-set-persistent-mark-internal): Ditto.
1573         (wl-summary-folder-info-update): Ditto.
1574         (wl-summary-sync-update): Fixed the last change.
1575
1576         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1577
1578 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1579
1580         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1581         (wl-draft-kill-flags): Fixed docstring.
1582
1583         * wl-draft.el (wl-draft-kill-flags): New function.
1584         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1585
1586 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1587
1588         * wl-vars.el (wl-reply-hook): Abolish.
1589         (wl-draft-reply-hook): New hook.
1590         (wl-summary-reply-hook): Ditto.
1591         (wl-draft-forward-hook): Ditto.
1592         (wl-summary-forward-hook): Ditto.
1593         (wl-draft-kill-flags): New variable.
1594
1595         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1596         wl-summary-set-persistent-mark-internal.
1597         (wl-summary-sync-marks): Use elmo-preserved-flags.
1598         (wl-summary-update-persistent-mark): Make it interactive.
1599         (wl-summary-set-persistent-mark-internal): New inline function.
1600         (wl-summary-mark-as-answered): Use it.
1601         (wl-summary-mark-as-unanswered): Ditto.
1602         (wl-summary-unset-persistent-mark): New function.
1603         (wl-summary-set-persistent-mark): Ditto.
1604         (wl-summary-reply): Don't set answered flag;
1605         Run wl-summary-reply-hook instead.
1606         (wl-summary-forward): Call wl-draft-forward with number.
1607         Run wl-summary-forward-hook.
1608
1609         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1610         (wl-highlight-summary-line-face-spec): Use it as a default
1611         persistent mark face.
1612
1613         * wl-draft.el (wl-draft-forward): Added optional argument number;
1614         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1615         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1616         (wl-draft-kill): Use wl-draft-kill-flags.
1617
1618         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1619
1620         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1621         of return value of elmo-folder-count-flags.
1622
1623         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1624
1625         * wl-summary.el (wl-summary-count-unread): Ditto.
1626         (wl-summary-sync-update): Follow the change above.
1627         (wl-summary-force-prefetch): New function.
1628
1629 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1630
1631         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1632         variable `buf' with `let' instead of `setq'.
1633
1634 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1635
1636         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1637         add Content-Disposition heaeder on the deleted part.
1638
1639 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1640
1641         * wl-draft.el (wl-draft-save): Encode address list under edit by
1642         `eword-encode-unstructured-field-body'.
1643
1644         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1645
1646 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1647
1648         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1649         wl-current-summary-buffer.
1650
1651 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1652
1653         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1654         `numbers' is ignored.
1655
1656 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1657
1658         * wl-folder.el (wl-folder-open-folder): Avoid error.
1659         Reported by John Owens, [wl-en:815]
1660
1661         * wl.el (wl): Set timer for biff process even if prefix argument
1662         is given or auto-checking is quitted.
1663
1664         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1665         immediately.
1666         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1667         (wl-toggle-plugged): Ditto.
1668
1669         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1670         * wl-util.el (wl-biff-start): Use idle timer if
1671         `wl-biff-use-idle-timer' is non-nil.
1672
1673 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1674
1675         * wl-highlight.el (wl-highlight-message): Fix description.
1676
1677 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1678
1679         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1680         tty.
1681
1682 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1683
1684         * wl-action.el (wl-summary-exec): Print failure count.
1685
1686 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1687
1688         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1689         to `defun', remove interactive form.
1690         Set elmo-message-fetch-confirm when force-reload is non-nil.
1691
1692 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1693
1694         * wl-summary.el (toplevel): Removed unnecessary autoload.
1695
1696 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1697
1698         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1699         the buffer is generated from another message buffer.
1700
1701 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1702
1703         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1704         extracted from `wl-fldmgr-save-folders'.
1705         (wl-fldmgr-delete): Call it after deletion.
1706
1707 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1708
1709         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1710         multi-tty support.
1711
1712 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1713
1714         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1715
1716 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1717
1718         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1719         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1720
1721 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1722
1723         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1724         unsubscribe list only if argument CLEAR is nil.
1725
1726 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1727
1728         * wl-draft.el (wl-draft-reply): Decode subject before removing
1729         Re: prefix.
1730
1731 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1732
1733         * wl-summary.el (wl-summary-sort-by-size): New command.
1734
1735 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1736
1737         * wl-summary.el (wl-summary-number-list-from-region): New
1738         function.
1739         (wl-summary-mark-as-read-region): Use it.
1740         (wl-summary-mark-as-unread-region): Ditto.
1741         (wl-summary-set-flags-region): Ditto and add optional argument
1742         remove.
1743         (wl-summary-mark-as-answered-region): Ditto.
1744         (wl-summary-mark-as-important-region): Ditto.
1745         (wl-summary-target-mark-mark-as-important): Added optional
1746         argument remove.
1747         (wl-summary-target-mark-mark-as-answered): Ditto.
1748         (wl-summary-target-mark-set-flags): Ditto.
1749
1750 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1751
1752         * wl-summary.el (wl-summary-set-flags-region): Call
1753         `wl-summary-set-flags-internal' with number list instead of call
1754         one by each message.
1755         (wl-summary-target-mark-set-flags): Likewise.
1756
1757 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1758
1759         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1760         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1761         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1762         (wl-summary-target-mark-mark-as-answered): Likewise.
1763
1764 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1765
1766         * wl-summary.el (wl-summary-target-mark-forward): Use
1767         `wl-summary-delete-all-target-marks' instead of
1768         `wl-summary-delete-all-temp-marks'.
1769         (wl-summary-target-mark-reply-with-citation): Ditto.
1770         (wl-summary-target-mark-uudecode): Ditto.
1771         (wl-summary-target-mark-set-flags): Ditto and remove needless
1772         cursor move.
1773
1774 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1775
1776         * wl-summary.el (wl-summary-target-mark-forward): Protect
1777         wl-summary-buffer-target-mark-list from nreverse.
1778         (wl-summary-target-mark-reply-with-citation): Ditto.
1779
1780 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1781
1782         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1783         `elmo-display-progress-threshold'.
1784
1785 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1786
1787         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1788         check `wl-summary-highlight'.
1789         (wl-summary-window-scroll-functions): Respect value of
1790         `wl-summary-highlight'.
1791         (wl-summary-sync-update): Run hooks
1792         `wl-summary-buffer-window-scroll-functions' at any time.
1793
1794 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1795
1796         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1797         from `wl-summary-cleanup-temp-marks'.
1798         (wl-summary-cleanup-temp-marks): Abolish argument.
1799         * wl.el (wl-save-status): Revert previous change.
1800         (wl-execute-temp-marks): New function, call
1801         `wl-summary-exec-with-confirmation'.
1802         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1803         (wl-folder-save-and-exec-marks): Abolished.
1804
1805 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1806
1807         * wl-e21.el (wl-e21-display-image-p): Respect
1808         `wl-highlight-folder-with-icon'.
1809         (wl-e21-highlight-folder-group-line): Highlight mouse line
1810         even if wl-e21-display-image-p is nil.
1811
1812         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1813         Respect value of `wl-summary-highlight'.
1814
1815         * wl.el (wl-save-status): Remove unused variable.
1816
1817         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1818         (wl-folder-mode-map): Bind it to "x".
1819
1820 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1821
1822         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1823
1824         * wl-thread.el (wl-thread-get-parent-list): Don't check
1825         disconnected ancestors, neglecting needless work in
1826         `wl-thread-update-indent-string-thread'.
1827
1828         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1829         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1830         argument, add argument default-keep to keep marks by default.
1831
1832         * Version number is increased to 2.11.30.
1833
1834         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1835         customization type and docstring.
1836         (wl-draft-reply-without-argument-list): Ditto.
1837
1838 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1839
1840         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1841
1842         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1843
1844 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1845
1846         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1847
1848 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1849
1850         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1851         save-excursion so as not to include run-hooks.
1852
1853 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1854
1855         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1856         Clarify that marks are going to be cleared.
1857
1858 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1859
1860         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1861         according to 3rd element of wl-summary-flag-mark.
1862
1863         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1864
1865 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1866
1867         * wl-action.el (wl-summary-target-mark-all): Don't set
1868         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1869
1870 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1871
1872         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1873         (wl-forward-subject-prefix): Ditto.
1874         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1875         (wl-draft-reply-make-subject): Ditto.
1876
1877         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1878         `wl-draft-forward'.
1879         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1880
1881 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1882
1883         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1884         target message does not exist.
1885
1886 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1887
1888         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1889         `wl-subject-prefix-regexp'.
1890         (wl-subject-forward-prefix-regexp): New variable.
1891         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1892         `wl-draft-strip-subject-re' and take regexp as argument.
1893         (wl-draft-forward): Use it.
1894         (wl-draft-reply): Ditto.
1895
1896 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1897
1898         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1899         emacs multi-tty support.
1900
1901 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1902
1903         * wl-e21.el (wl-e21-display-image-p): Don't call
1904         `display-images-p'.
1905         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1906         support.
1907         (wl-highlight-folder-current-line): Ditto.
1908         (wl-folder-init-icons): Ditto.
1909
1910 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1911
1912         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1913         the last line of summary in unplugged mode.
1914
1915 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1916
1917         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1918
1919 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1920
1921         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1922         * wl-address.el (wl-address-user-mail-address-p): Use it.
1923         (wl-address-delete-user-mail-addresses): Ditto.
1924         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1925
1926         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1927         (wl-address-delete-user-mail-addresses): Ditto.
1928
1929         * wl-address.el (wl-address-delete-user-mail-addresses): New
1930         function.
1931         * wl-refile.el (wl-refile-guess-by-history): Use it.
1932         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1933         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1934
1935         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1936         use wl-address-user-mail-address-p.
1937
1938 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1939
1940         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1941         after opening group.
1942
1943 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1944
1945         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1946         of elmo-set-buffer-multibyte.
1947
1948         * wl-message.el (wl-original-message-mode): Ditto.
1949
1950         * wl-score.el (wl-score-insert-header): Ditto.
1951
1952         * wl-summary.el
1953         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1954         (wl-summary-goto-folder-subr): Ditto.
1955         (wl-summary-insert-headers): Ditto.
1956
1957         * wl-util.el (wl-set-string-width): Ditto.
1958
1959         * Version number is increased to 2.11.29.
1960
1961 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1962
1963         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1964         (wl-highlight-summary-line-help-echo-alist): New variable.
1965         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1966         into `wl-highlight-summary-line-help-echo' and
1967         `wl-highlight-flag-folder-help-echo'.
1968         (wl-highlight-summary-line-string): Change accordingly.
1969         (wl-highlight-summary-current-line): Ditto.
1970
1971 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1972
1973         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1974         at the beginning of field body (Thanks to Markus Knittig).
1975
1976         * wl-draft.el (wl-draft-insert-current-message): Also check
1977         summary buffer, remove unnecessary tag.
1978
1979 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1980
1981         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1982         when wl-message-buffer is nil.
1983
1984         * wl-folder.el (wl-folder): Abolish unused argument.
1985         Call wl-folder-init when wl-folder-entity is nil.
1986         * wl.el (wl): Change accordingly.
1987
1988 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1989
1990         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1991         multibyte string before insert into draft buffer.
1992         (wl-draft-create-buffer): Always enable multibyte characters for
1993         draft buffer.
1994
1995         * Version number is increased to 2.11.28.
1996
1997 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1998
1999         * wl-folder.el (wl-folder-open-close): Handle blank line.
2000         (wl-folder-jump-to-current-entity): Ditto.
2001
2002 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2003
2004         * Version number is increased to 2.11.27.
2005
2006 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2007
2008         * wl-thread.el (wl-thread-insert-message): When the thread is
2009         devided by wl-summary-max-thread-depth, insert line at the end of
2010         buffer.
2011
2012 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2013
2014         * Version number is increased to 2.11.26.
2015
2016 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2017
2018         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2019
2020 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2021
2022         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2023         value of stream-type and session.
2024
2025 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2026
2027         * Version number is increased to 2.11.25.
2028
2029 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2030
2031         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2032         in a quit message.
2033
2034 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2035
2036         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2037         (wl-summary-redisplay-no-mime-internal): Ditto.
2038
2039 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2040
2041         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2042         * wl-vars.el (wl-smtp-connection-type): Ditto.
2043
2044 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2045
2046         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2047         for the separator line and quote mail-header-separator.
2048
2049 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2050
2051         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2052         result message.
2053
2054         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2055         `elmo-multiple-fields-body-list' with boundary as
2056         mail-header-separator.
2057
2058 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2059
2060         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2061
2062 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2063
2064         * wl-util.el (wl-list-diff): Remove unused function.
2065
2066         * wl-draft.el (wl-draft-send-confirm): Discard input before
2067         confirmation.
2068
2069 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2070
2071         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2072         order of flag and new.
2073
2074 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2075
2076         * wl-vars.el (wl-refile-policy-alist): Abolished.
2077
2078         * wl-action.el (wl-summary-set-action-refile): Follow the change
2079         above.
2080
2081 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2082
2083         * wl-highlight.el (wl-highlight-signature-search): Don't use
2084         re-search-backward for a long word since it is possible to crash
2085         XEmacs because of a bug.
2086
2087 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2088
2089         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2090
2091 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2092
2093         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2094         argument for wl-summary-sync-force-update.
2095
2096 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2097
2098         * wl-summary.el (wl-summary-mode-map): Revival of
2099         wl-summary-mark-as-important related bindings;
2100         Bind 'F','tF','mF','rF','m&'.
2101         (wl-summary-mark-as-important-region): Revival.
2102         (wl-summary-target-mark-mark-as-important): Ditto.
2103         (wl-summary-target-mark-operation): New function.
2104         (wl-summary-target-mark-mark-as-answered): Use it.
2105         (wl-summary-decide-flag): Don't set Important as default.
2106         (wl-summary-mark-as-important-internal): Revival.
2107         (wl-summary-mark-as-important): Ditto.
2108
2109         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2110
2111         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2112         instead of facep.
2113
2114 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2115
2116         * wl-dnd.el (wl-dnd-drop-func): Fix.
2117
2118         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2119         mouse-set-point instead of posn-point.
2120
2121         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2122
2123         * wl-mule.el (wl-completing-read-multiple): Ditto.
2124
2125 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2126
2127         * wl-demo.el (face-background-name): Defalias to avoid compile
2128         warning.
2129
2130 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2131
2132         * wl-summary.el (wl-summary-decide-flag): Use
2133         wl-completing-read-multiple instead of completing-read-multiple.
2134
2135         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2136         New alias.
2137
2138         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2139         Use face-background-name instead of face-background.
2140
2141         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2142
2143         * wl-summary.el (wl-summary-save): Use it.
2144         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2145
2146         * wl-mime.el (wl-mime-save-content): Fix last change.
2147
2148 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2149
2150         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2151         New function.
2152         (wl-summary-sort-specs): Added sort.
2153         * wl-mime.el (wl-mime-save-content): Expand file name.
2154
2155 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2156
2157         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2158
2159         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2160
2161 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2162
2163         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2164         for flag if it is not defined.
2165
2166 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2167
2168         * wl-e21.el (wl-highlight-folder-current-line): Use
2169         elmo-folder-type-internal when elmo-folder-type returns nil.
2170
2171         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2172
2173         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2174
2175         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2176
2177         * wl-e21.el (wl-summary-toolbar): Ditto.
2178
2179         * wl-vars.el (wl-demo-background-color): Abolished.
2180         (wl-summary-persistent-mark-priority-list): Renamed from
2181         wl-summary-flag-priority-list.
2182         (wl-summary-flag-alist): New user option.
2183         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2184         (wl-message-mode-line-format-spec-alist): Added 'F'.
2185         (wl-message-mode-line-format): Likewise.
2186         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2187         instead of wl-summary-important-mark.
2188         (wl-file-folder-icon): New variable.
2189
2190         * wl-thread.el (wl-thread-set-flags): Renamed from
2191         wl-thread-mark-as-important.
2192
2193         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2194         warning.
2195         (wl-summary-mode-menu-spec): Follow the change of 
2196         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2197         (wl-summary-mode-map): Follow the change of
2198         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2199         (wl-summary-detect-mark-position): Follow the variable name change.
2200         (wl-summary-set-flags-region): New function for the replacement of
2201         wl-summary-mark-as-important-region.
2202         (wl-summary-sync-marks): Sync all global-flags.
2203         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2204         instead of elmo-message-flagged-p.
2205         (wl-summary-persistent-mark-string): Follow the variable name change;
2206         Put wl-summary-flag-mark if the message has global-flag.
2207         (wl-summary-target-mark-set-flags): Renamed from 
2208         wl-summary-target-mark-mark-as-important.
2209         (wl-summary-decide-flag): New function.
2210         (wl-summary-set-flags-internal): Renamed from
2211         wl-summary-mark-as-important-internal.
2212         (wl-summary-add-flags-internal): New function.
2213         (wl-summary-remove-flags-internal): Ditto.
2214         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2215         (wl-summary-mark-as-unimportant): Abolish.
2216         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2217         (wl-summary-next-message): List flagged messages in the msgdb.
2218
2219         * wl-score.el (wl-summary-score-update-all-lines): Use
2220         wl-summary-add-flags-internal instead of 
2221
2222         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2223
2224         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2225         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2226         (wl-message-buffer-require-all-header): Renamed from
2227         wl-message-buffer-all-header-flag (Ditto).
2228         (wl-message-buffer-flag-indicator): New variable.
2229         (wl-message-redisplay): Changed local varibale name from `flag' to
2230         `display-type'; Set up wl-message-buffer-flag-indicator.
2231         (wl-message-buffer-display): Changed varibale name from `flag' to
2232         `display-type'.
2233         (wl-message-display-internal): Likewise.
2234
2235         * wl-highlight.el (wl-highlight-demo-face): Define default background
2236         color.
2237         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2238
2239         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2240
2241         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2242         (wl-demo-setup-properties): Renamed from
2243         `wl-demo-set-background-color'.
2244         (wl-demo): Follow the change above.
2245         
2246         * Version number is increased to 2.11.24.
2247
2248 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2249
2250         * wl-summary.el (wl-summary-toggle-thread): Call
2251         `wl-summary-rescan' with disable-thread as non-nil.
2252         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2253
2254 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2255
2256         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2257         foreground property of the face.
2258         (wl-demo-insert-text): Don't set up face property here.
2259         (wl-demo): Call wl-demo-set-background-color, anyway.
2260
2261 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2262
2263         * wl-vars.el (wl-demo-background-color): The value can be nil.
2264
2265 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2266
2267         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2268         to wl-summary-wheel-dispatcher.
2269
2270         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2271         wl-message-wheel-dispatcher.
2272         (wl-message-wheel-dispatcher): New function.
2273         (wl-summary-wheel-dispatcher): Ditto.
2274
2275 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2276
2277         * wl-action.el (wl-summary-target-mark-all): List messages which are
2278         not in the killed-list.
2279
2280         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2281         only when the folder is 'flag/important.
2282
2283         * wl-address.el (wl-complete-field-body): Complete if the last
2284         character is a space.
2285
2286 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2287
2288         * wl-folder.el (wl-folder-clear-entity-info): Use
2289         elmo-clear-hash-val.
2290
2291         * wl-fldmgr.el (wl-fldmgr-rename): Set
2292         wl-folder-info-alist-modified as t.
2293
2294 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2295
2296         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2297
2298 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2299
2300         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2301         (wl-folder-buffer-last-visited-entity-id): New buffer local
2302         variable.
2303         (wl-folder-revisit-last-visited-folder): New function.
2304         (wl-folder-mode-map): Bind it to "C-i".
2305         (wl-folder-set-current-entity-id): Set last visited folder.
2306         * wl-summary.el (wl-summary-exit): Ditto.
2307
2308 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2309
2310         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2311         before calling `recenter' in order to cope with an XEmacs bug.
2312
2313 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2314
2315         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2316         to the default value.
2317
2318 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2319
2320         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2321         change.
2322         (wl-summary-sync-marks): Ditto.
2323         (wl-summary-mark-as-read-internal): Ditto.
2324         (wl-summary-mark-as-answered-internal): Ditto.
2325         (wl-summary-mark-as-important-internal): Ditto.
2326         (wl-summary-reply): Ditto.
2327
2328         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2329         instead of `elmo-folder-unflag-answered'.
2330
2331         * Version number is increased to 2.11.23.
2332
2333         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2334         the last change.
2335
2336 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2337
2338         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2339         Specify "spam" or "good".
2340
2341 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2342
2343         * wl-spam.el (wl-summary-exec-action-spam): Call
2344         wl-folder-confirm-existence for spam folder.
2345         (wl-spam-setup): Bind "mk".
2346
2347 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2348
2349         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2350
2351 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2352
2353         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2354         destination folder is empty.
2355
2356 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2357
2358         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2359         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2360
2361         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2362         (wl-summary-refile-prev-destination-region): New function.
2363         (wl-thread-refile-prev-destination): Ditto.
2364         (wl-summary-target-mark-refile-prev-destination): Ditto.
2365
2366 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2367
2368         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2369         (wl-demo-background-color): Changed default value.
2370
2371         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2372         color.
2373
2374         * wl-demo.el (wl-demo-set-background-color): New function.
2375         (wl-demo): Call it.
2376
2377 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2378
2379         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2380         * wl-address.el (wl-address-add-or-change): Don't add empty
2381         address.
2382
2383 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2384
2385         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2386
2387 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2388
2389         * wl-vars.el (wl-demo-image-filter-alist): New variable
2390         (wl-demo-background-color): Ditto.
2391
2392         * wl-demo.el (wl-demo-xpm-set-background): New function.
2393         (wl-demo-image-filter): Ditto.
2394         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2395
2396         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2397
2398         * wl-demo.el (wl-demo-icon-name): Define as function.
2399         (wl-demo-insert-image): Use it.
2400
2401 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2402
2403         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2404
2405 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2406
2407         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2408
2409 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2410
2411         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2412
2413 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2414
2415         * wl-thread.el (wl-thread-mark-as-answered): New function.
2416
2417         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2418         answered" entry.
2419         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2420         "r&" and wl-thread-mark-as-answered to "t&".
2421         (wl-summary-mark-as-important-region): Refine to toggle mark.
2422         (wl-summary-mark-as-answered-region): New function.
2423         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2424         and 3rd argument.
2425         (wl-summary-mark-as-important-internal): Likewise.
2426
2427 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2428
2429         * wl-template.el (wl-template-preview): New internal variable.
2430         (wl-template-preview-p): New function.
2431         (wl-template-show): Bind `wl-template-preview' as t.
2432
2433 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2434
2435         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2436         `elmo-message-entity-field' with 3rd argument which is non-nil.
2437
2438 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2439
2440         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2441         Removed duplicate local bind `folder'.
2442
2443 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2444
2445         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2446
2447 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2448
2449         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2450         duplicate definition.
2451
2452 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2453
2454         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2455         non-nil, use it; Don't fetch message if there's no message in the
2456         current cursor position.
2457
2458 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2459
2460         * wl-util.el (wl-region-exists-p): Use region-active-p.
2461         (wl-deactivate-region): New function.
2462         * wl-message.el (wl-message-redisplay): Deactivate region.
2463
2464         * wl-summary.el (wl-summary-reply): Call
2465         `wl-summary-set-message-buffer-or-redisplay' instead of
2466         `wl-summary-redisplay-internal', don't move point.
2467
2468 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2469
2470         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2471         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2472         by regexp.
2473
2474 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2475
2476         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2477         if no need.
2478
2479 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2480
2481         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2482         default value to nil.
2483         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2484         `wl-summary-prepare-hook'; Replace refile action to
2485         `wl-summary-exec-action-refile-with-register'.
2486
2487         * Version number is increased to 2.11.22.
2488
2489 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2490
2491         * wl-summary.el (wl-summary-detect-mark-position): Set
2492         `wl-summary-buffer-weekday-name-lang'.
2493
2494 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2495
2496         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2497         (wl-summary-mark-as-read-all): Ditto.
2498         (wl-summary-delete-messages-on-buffer): Ditto.
2499         (wl-summary-sync-update): Ditto.
2500         (wl-summary-mark-as-read-internal): Ditto.
2501         (wl-summary-mark-as-answered-internal): Ditto.
2502         (wl-summary-update-folder-info): Abolished.
2503
2504 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2505
2506         * wl-summary.el (wl-summary-mark-as-read-all): Use
2507         `wl-summary-update-folder-info' instead of
2508         `wl-folder-update-unread'.
2509
2510 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2511
2512         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2513         `wl-summary-folder-info-update'.
2514         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2515         instead of `wl-summary-folder-info-update'.
2516         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2517         `wl-folder-set-folder-updated'.
2518         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2519         instead of `wl-folder-update-unread'.
2520         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2521         the value of `wl-summary-buffer-unread-count' for the second parameter of
2522         `wl-folder-update-unread'.
2523
2524         * Version number is increased to 2.11.21.
2525
2526 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2527
2528         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2529         a local variable.
2530
2531 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2532
2533         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2534         interactively.
2535
2536         * wl-summary.el (wl-summary-mark-as-important-internal): New
2537         internal function.
2538         (wl-summary-mark-as-important): Use it.
2539         (wl-summary-mark-as-unimportant): New function.
2540         (wl-summary-sync-marks): Follow the API change.
2541
2542         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2543
2544         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2545
2546 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2547
2548         * wl-folder.el (wl-folder-update-unread): Re-indent.
2549         Narrow the scope of a local variable.
2550
2551 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2552
2553         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2554         (wl-addrmgr-merge-entries): Ditto.
2555         (wl-addrmgr): Added to address entry which exists in draft buffer
2556         if no entry is in original.
2557
2558 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2559
2560         * wl-batch.el: New file.
2561
2562 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2563
2564         * wl-vars.el (wl-use-semi): Remove unused variable.
2565
2566 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2567
2568         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2569         "?".
2570
2571 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2572
2573         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2574         wl-summary-new-mark.
2575         (wl-summary-new-cached-mark): New user option.
2576         (wl-summary-score-marks): Follow the change above.
2577         (wl-summary-auto-refile-skip-marks): Ditto.
2578         (wl-summary-incorporate-marks): Ditto.
2579         (wl-summary-expire-reserve-marks): Ditto.
2580
2581         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2582
2583         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2584         (wl-summary-persistent-mark-string): Distinguished between cached
2585         and uncached mark when the message is new.
2586
2587 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2588
2589         * wl-spam.el (wl-spam-domain): Renamed from
2590         `wl-spam-folder-guess-domain'.
2591         (wl-summary-exec-action-spam): Register as spam if domain of the
2592         source folder is good.
2593         (wl-summary-exec-action-refile-with-register): Register message if
2594         domain of the source folder is not undecided.
2595
2596 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2597
2598         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2599         detect thread loop.
2600
2601 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2602
2603         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2604         and wl-summary-skip-mark-list.
2605
2606 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2607
2608         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2609
2610         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2611
2612         * wl-spam.el (toplevel): Require wl-highlight.
2613         (wl-spam-auto-check-policy-alist): Abolish.
2614         (wl-spam-auto-check-folder-regexp-list): New user option.
2615         (wl-spam-auto-check-marks): Ditto.
2616         (wl-spam-mark-action-list): Ditto.
2617         (wl-highlight-summary-spam-face): New face.
2618         (wl-spam-auto-check-message-p): New function.
2619         (wl-spam-map-spam-messages): Fixed message.
2620         (wl-spam-register-spam-messages): Ditto.
2621         (wl-spam-register-good-messages): Ditto.
2622         (wl-summary-spam-map): Add and remove keybind.
2623         (wl-summary-target-mark-spam): Abolish.
2624         (wl-summary-refile-spam): Ditto.
2625         (wl-summary-test-spam): New function.
2626         (wl-summary-mark-spam): Ditto.
2627         (wl-summary-auto-check-spam): Follow the above change.
2628         (wl-summary-exec-action-spam): New function.
2629         (wl-summary-exec-action-refile-with-register): Fixed message.
2630         (wl-message-check-spam): New function.
2631         (wl-spam-setup): Ditto.
2632         (toplevel): Call it if this file is loaded interactivity.
2633
2634         * Version number is increased to 2.11.20.
2635
2636 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2637
2638         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2639         when new optional argument `force' is non nil or modified.
2640
2641 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2642
2643         * wl.el (toplevel): Require wl-spam when compile.
2644         (wl-save-status): Call wl-spam-save-status.
2645
2646         * wl-spam.el (wl-spam-register-spam-messages): New function.
2647         (wl-spam-register-good-messages): Ditto.
2648         (wl-spam-save-status): Ditto.
2649         (wl-summary-mode-map): Bind
2650         wl-summary-target-mark-register-as-spam to "ms" and
2651         wl-summary-target-mark-register-as-good to "mn".
2652         (wl-summary-register-as-spam): Abolish optional argument; Use
2653         wl-spam-register-spam-messages.
2654         (wl-summary-register-as-spam-all): Use
2655         wl-spam-register-spam-messages.
2656         (wl-summary-register-as-good): Abolish optional argument; Use
2657         wl-spam-register-good-messages.
2658         (wl-summary-register-as-good-all): Use
2659         wl-spam-register-good-messages.
2660         (wl-summary-target-mark-register-as-spam): New funtion.
2661         (wl-summary-target-mark-register-as-good): Ditto.
2662
2663 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2664
2665         * wl-spam.el: New file.
2666
2667 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2668
2669         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2670
2671         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2672         (wl-summary-auto-refile): Call wl-refile-guess with
2673         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2674
2675 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2676
2677         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2678         with disable-thread argument non-nil.
2679
2680 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2681
2682         * wl-summary.el (wl-summary-rescan): Added optional argument
2683         disable-thread.
2684         (wl-summary-sync): Call wl-summary-rescan with argument
2685         disable-thread.
2686         (wl-summary-input-range): Added new range `rescan-thread'.
2687
2688 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2689
2690         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2691
2692 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2693
2694         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2695         internal variable.
2696         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2697         wl-summary-search-parent-by-subject-regexp and
2698         wl-summary-divide-thread-when-subject-changed as nil.
2699         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2700         (wl-summary-insert-thread): Search parent entity from
2701         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2702         thread loop.
2703
2704 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2705
2706         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2707
2708         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2709
2710         * wl-util.el (wl-require-update-all-folder-p): New function.
2711         (wl-get-assoc-list-value): Added `function' to match directive.
2712         (wl-collect-draft): Rewrite.
2713
2714         * wl-summary.el (wl-summary-sync-update): Clear faces
2715         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2716         are non-nil.
2717         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2718         argument as function.
2719         (wl-summary-input-range): Ditto.
2720
2721         * wl-folder.el (wl-draft-get-folder): New function.
2722         (wl-folder-get-elmo-folder): Consider draft folder.
2723
2724         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2725         (wl-draft-buffer-message-number): New buffer local variable.
2726         (wl-draft-folder-internal): New internal variable.
2727         (wl-draft-delete): Rewrite.
2728         (wl-draft-save): Ditto.
2729         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2730         wl-folder-get-elmo-folder.
2731         (wl-draft-config-info-operation): Ditto.
2732         (wl-jump-to-draft-folder): Ditto.
2733         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2734         (wl-draft-reedit): Rewrite.
2735
2736         * Version number is increased to 2.11.19.
2737         
2738 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2739
2740         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2741         variable.
2742
2743 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2744
2745         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2746         Use ignore-errors instead of unwind-protect.
2747
2748 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2749
2750         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2751         for updating `wl-thread-entity-list'.
2752
2753 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2754
2755         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2756         parameter from calling `wl-thread-entity-get-older-brothers' and
2757         `wl-thread-entity-get-younger-brothers'.
2758         Replace nested `append' with a single one.
2759
2760 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2761
2762         * wl-summary.el (wl-summary-mode): Don't use the return value of
2763         `make-local-hook'.
2764
2765 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2766
2767         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2768         instead of `let*'.
2769         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2770         of local variables.
2771
2772 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2773
2774         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2775         Renamed from wl-summary-window-scroll-functions.
2776         (wl-summary-window-scroll-functions): Don't set to variable.
2777         (wl-summary-display-top): Use run-hooks.
2778         (wl-summary-display-bottom): Ditto.
2779         (wl-summary-toggle-disp-msg): Ditto.
2780         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2781         Use it instead of wl-summary-window-scroll-functions.
2782         (wl-summary-goto-folder-subr): Don't call
2783         wl-summary-window-scroll-functions, use
2784         wl-summary-buffer-window-scroll-functions instead.
2785
2786 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2787
2788         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2789         make-local-variable.
2790
2791 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2792
2793         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2794         set-buffer-modified-p.
2795         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2796         (wl-summary-display-bottom): Ditto.
2797         (wl-summary-toggle-disp-msg): Ditto.
2798
2799 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2800
2801         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2802
2803         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2804         (wl-summary-forward): Use elmo-message-entity-field instead of
2805         elmo-message-field.
2806
2807         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2808
2809 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2810
2811         * wl-summary.el (wl-summary-window-scroll-functions): No use
2812         `append'.
2813
2814 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2815
2816         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2817         function.
2818         (wl-summary-window-scroll-functions): Call it when both
2819         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2820         (wl-summary-temp-mark): Added optional argument number.
2821         (wl-summary-message-mark): Added optional argument flag.
2822         (wl-summary-persistent-mark): Added optional argument number and flag.
2823         (wl-summary-update-persistent-mark): Ditto.
2824         (wl-summary-update-status-marks): Set "r" for interactive spec.
2825
2826         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2827         argument number and flag.
2828
2829         * wl-action.el (wl-summary-registered-temp-mark): 
2830         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2831
2832 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2833
2834         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2835         internal variable (buffer local).
2836         (wl-summary-window-scroll-functions): New function.
2837         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2838         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2839         as nil.
2840         (wl-summary-update-status-marks): Added arguments beg, end and
2841         check.
2842         (wl-summary-update-mark-window): Use function.
2843         (wl-summary-sync-update): Follow the change above.
2844         (wl-summary-switch-to-clone-buffer): Copy
2845         wl-summary-buffer-unsync-mark-number-list.
2846         (wl-summary-goto-folder-subr): Set
2847         wl-summary-buffer-unsync-mark-number-list and
2848         use wl-summary-window-scroll-functions instead of
2849         wl-summary-lazy-highlight.
2850
2851         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2852
2853 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2854
2855         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2856
2857         * wl-summary.el (wl-summary-update-persistent-mark): Call
2858         wl-summary-set-message-modified.
2859
2860         * wl-summary.el (wl-summary-sync-update): Don't call
2861         wl-summary-update-status-marks.
2862
2863         * Version number is increased to 2.11.18.
2864
2865 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2866
2867         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2868         (wl-message-next-page): Ditto.
2869
2870 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2871
2872         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2873         local variable.  Change the order of a collected list into the
2874         same as the specified range.  Remove nil from a collected list.
2875
2876 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2877
2878         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2879         argument for elmo-folder-list-messages.
2880
2881 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2882
2883         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2884         change (wl-summary-count-unreads return a list instead of a cons
2885         cell).
2886
2887 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2888
2889         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2890         `wl-summary-folder-info-update'.
2891
2892 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2893
2894         * wl-summary.el (wl-summary-set-message-modified): No use
2895         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2896         (wl-summary-set-mark-modified): Abolish.
2897         (wl-summary-mark-modified-p): Ditto.
2898         (wl-summary-save-view): Follow the change above.
2899
2900         * wl-expire.el (wl-summary-expire): Likewise.
2901
2902 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2903
2904         * wl-summary.el (wl-summary-detect-mark-position): Use
2905         modb-entity-handler.
2906         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2907
2908         * Version number is increased to 2.11.17.
2909
2910 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2911
2912         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2913         entity field value.
2914         (wl-summary-prefetch-msg): Ditto.
2915         (wl-summary-print-message-with-ps-print): Ditto.
2916
2917 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2918
2919         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2920         for dummy entity.
2921         (wl-summary-insert-thread): Use elmo-message-entity-field.
2922         (wl-summary-update-thread): Use elmo-message-entity-field and
2923         elmo-message-entity-number.
2924         (wl-summary-line-number):  Use elmo-message-entity-number.
2925         (wl-summary-line-size): Use elmo-message-entity-field.
2926         (wl-summary-line-subject): Ditto.
2927         (wl-summary-line-from): Ditto.
2928         (wl-summary-line-attached): Ditto.
2929         (wl-summary-create-line): Ditto.
2930         (wl-summary-create-line): Use elmo-message-entity-number.
2931         (wl-summary-print-message-with-ps-print): Use
2932         elmo-message-entity-field.
2933
2934 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2935
2936         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2937         change in elmo-msgdb-make-message-entity.
2938         (wl-summary-buffer-set-folder): Don't call
2939         wl-summary-detect-mark-position here.
2940         (wl-summary-rescan): Call elmo-message-entity-number.
2941         (wl-summary-sync-update): Ditto.
2942         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2943
2944         * wl-score.el (wl-score-header-index): Redefine 2th element.
2945         (wl-score-overview-entity-get-extra): Abolish.
2946         (wl-score-ov-entity-get): Rewrite.
2947         (wl-score-string-index<, wl-score-string-func<): Abolish.
2948         (wl-score-string<): New function.
2949         (wl-score-string-sort): Use it.
2950
2951         * wl-refile.el (wl-refile-guess-by-history): Use
2952         elmo-message-entity-field.
2953         (wl-refile-guess-by-from): Ditto.
2954         (wl-refile-guess-by-msgid): Ditto.
2955
2956         * Version number is increased to 2.11.16.
2957
2958 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2959
2960         * wl-folder.el (wl-folder-confirm-existence): Don't call
2961         file-exists-p if msgdb-path is nil.
2962         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2963         `wl-read-folder-hist' to `wl-read-folder-history'.
2964
2965 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2966
2967         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2968         `y-or-n-p'.
2969
2970 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2971
2972         * wl-score.el (wl-score-headers): Don't use
2973         elmo-folder-do-each-message-entity.
2974
2975         * Version number is increased to 2.11.15.
2976
2977 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2978
2979         * wl-summary.el (wl-summary-delete-all-msgs): Use
2980         elmo-folder-move-messages instead of elmo-folder-delete-messages
2981         and elmo-folder-detach-messages.
2982         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2983
2984         * wl-expire.el (wl-expire-delete): Ditto.
2985         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2986
2987 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2988
2989         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2990         (wl-message-header-narrowing-fields): Ditto.
2991         (wl-message-header-narrowing-lines): Ditto.
2992         (wl-message-header-narrowing-string): Ditto.
2993
2994         * wl-summary.el (wl-summary-mode-map): Bind
2995         wl-summary-toggle-header-narrowing to "C-cC-f".
2996         (wl-summary-toggle-header-narrowing): New function.
2997
2998         * wl-message.el (wl-message-buffer-create): Call
2999         wl-message-header-narrowing-setup.
3000         (wl-message-redisplay): Call wl-message-header-narrowing.
3001         (wl-message-header-narrowing): New function.
3002         (wl-message-header-narrowing-map): New keymap.
3003         (wl-message-header-narrowing-widen-map): New keymap.
3004         (wl-message-header-narrowing-again-at-mouse): New function.
3005         (wl-message-header-narrowing-1): Ditto.
3006         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3007         (wl-message-header-narrowing-setup): Ditto.
3008         (wl-message-header-narrowing-toggle): Ditto.
3009         
3010         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3011
3012         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3013         'flag as all.
3014         (wl-use-flag-folder-help-echo): New user option.
3015
3016         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3017         wl-summary-highlight as nil.
3018         (wl-summary-set-mark-modified): Follow the API change.
3019         (wl-summary-mark-modified-p): Ditto.
3020         (wl-summary-mark-as-read-all): Ditto.
3021         (wl-summary-sync-marks): Don't call
3022         elmo-folder-list-messages-with-global-mark.
3023         (wl-summary-mark-as-read-internal): Follow the API change.
3024         (wl-summary-mark-as-answered-internal): Ditto.
3025         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3026         Follow the API change.
3027         (wl-summary-create-line): Call with number argument.
3028         (wl-summary-reply): Follow the API change.
3029
3030         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3031         function.
3032         (wl-highlight-summary-line-string): Call it when
3033         wl-use-flag-folder-help-echo is non-nil.
3034         (wl-highlight-summary-current-line): Ditto.
3035         (elmo-flag-folder-referrer): Added autoload setting.
3036
3037         * wl-draft.el (wl-draft-kill): Follow the API change.
3038
3039         * Version number is increased to 2.11.14.
3040         
3041 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3042
3043         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3044
3045 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3046
3047         * Version number is increased to 2.11.13.
3048
3049 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3050
3051         * wl-draft.el (wl-draft-previous-history-element): Fixed
3052         unbalanced parenthesis and bind unbound local variables.
3053
3054 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3055
3056         * wl-draft.el (wl-draft-previous-history-element): New function.
3057         (wl-draft-next-history-element): Ditto.
3058         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3059         them to M-p and M-n.
3060
3061 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3062
3063         * Version number is increased to 2.11.12.
3064
3065 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3066
3067         * wl-draft.el (wl-draft-hide): Select buffer-window.
3068
3069 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3070
3071         * wl-summary.el (wl-summary-narrow-to-region): New function.
3072         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3073         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3074         (wl-summary-save-region): Use it.
3075         * wl-action.el (wl-summary-collect-numbers-region)
3076         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3077
3078 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3079
3080         * wl-folder.el (wl-folder-count-incorporates): Don't use
3081         `elmo-msgdb-mark-load'
3082
3083         * Version number is increased to 2.11.11.
3084
3085 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3086
3087         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3088         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3089
3090 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3091
3092         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3093
3094 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3095
3096         * Version number is increased to 2.11.10.
3097
3098 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3099
3100         * wl-mime.el (wl-draft-attribute-value): Fixed.
3101
3102 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3103
3104         * wl-util.el (wl-copy-local-variables): New function.
3105
3106         * wl-mime.el (wl-draft-attribute-recipients): New function.
3107         (wl-draft-attribute-envelope-from): Ditto.
3108         (wl-draft-attribute-smtp-posting-server): Ditto.
3109         (wl-draft-attribute-smtp-posting-port): Ditto.
3110         (wl-draft-attribute-value): Ditto.
3111         (wl-draft-preview-message): Use it to get value for
3112         attributes. Reflect result of `wl-draft-config'.
3113
3114         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3115         and call `wl-summary-mark-as-read' before to call
3116         `wl-summary-unset-mark'.
3117         (wl-summary-target-mark-mark-as-unread): Likewise.
3118         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3119
3120 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3121
3122         * wl-mime.el (wl-draft-preview-message): Use actual value for
3123         attributes; Fix for small window.
3124
3125 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3126
3127         * wl-refile.el (wl-refile-get-field-value): Call
3128         `elmo-message-entity-field' with 3rd argument is non-nil.
3129
3130 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3131
3132         * wl-vars.el (wl-draft-preview-attributes): New user option.
3133         (wl-draft-preview-attributes-list): Ditto.
3134         (wl-draft-preview-attributes-buffer-lines): Ditto.
3135         (wl-draft-preview-attributes-buffer-name): Ditto.
3136
3137         * wl-mime.el (wl-draft-preview-message): Display attributes.
3138
3139 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3140
3141         * wl-summary.el (wl-summary-detect-mark-position): Bind
3142         wl-summary-flag-priority-list to '(new).
3143
3144 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3145
3146         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3147         funtion.
3148         (wl-highlight-summary-line-string): Use it.
3149         (wl-highlight-summary-current-line): Ditto.
3150
3151 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3152
3153         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3154         line even when the mark string is not changed.
3155
3156         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3157         argument change in the wl-summary-create-line.
3158         (wl-thread-insert-entity-sub): Ditto.
3159
3160         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3161         argument change in the wl-summary-create-line.
3162         (wl-summary-insert-sequential): Ditto.
3163         (wl-summary-update-thread): Ditto.
3164         (wl-summary-persistent-mark-string): New inline function.
3165         (wl-summary-message-mark): Use it.
3166         (wl-summary-create-line): Abolish argument wl-persistent-mark
3167         and added wl-flags, wl-cached.
3168
3169         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3170         mark to flags.
3171         (wl-highlight-summary-current-line): Decide the face not by the 
3172         persistent mark but flags.
3173
3174 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3175
3176         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3177         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3178         wl-summary-read-uncached-mark): Revive.
3179         (wl-summary-answered-cached-mark,
3180         wl-summary-answered-uncached-mark): New user option.
3181         (wl-summary-score-marks): Follow the change above.
3182         (wl-summary-auto-refile-skip-marks): Ditto.
3183         (wl-summary-incorporate-marks): Ditto.
3184         (wl-summary-expire-reserve-marks): Ditto.
3185         (wl-summary-flag-priority-list): New user option.
3186
3187         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3188         changes.
3189         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3190         of elmo-message-mark.
3191         (wl-summary-mark-as-read-internal): Ditto.
3192         (wl-summary-mark-as-answered): Ditto.
3193         (wl-summary-mark-as-important): Ditto.
3194         (wl-summary-redisplay-internal): Ditto.
3195         (wl-summary-redisplay-no-mime-internal): Ditto.
3196         (wl-summary-message-mark): New function.
3197         (wl-summary-insert-sequential): Use wl-summary-message-mark
3198         instead of elmo-message-mark.
3199         (wl-summary-update-thread): Ditto.
3200         (wl-summary-persistent-mark): Ditto.
3201         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3202         instead of elmo-message-mark.
3203
3204         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3205         wl-summary-message-mark instead of elmo-message-mark.
3206         (wl-thread-insert-entity-sub): Ditto.
3207         (wl-thread-get-children-msgs-uncached): Ditto.
3208
3209         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3210         variable name changes.
3211         (wl-highlight-summary-current-line): Ditto.
3212
3213         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3214         wl-summary-message-mark instead of elmo-message-mark.
3215
3216         * wl-expire.el (wl-expire-message-p): Ditto.
3217
3218         * wl-score.el (wl-score-headers): Ditto.
3219
3220         * Version number is increased to 2.11.9.
3221
3222         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3223         (wl-summary-sync-update): Follow the change above.
3224         (wl-summary-switch-to-clone-buffer): Ditto.
3225         (wl-summary-open-folder): Ditto.
3226
3227 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3228
3229         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3230         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3231
3232         * Version number is increased to 2.11.8.
3233
3234         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3235
3236         * wl-expire.el (wl-expire-refile): Follow the API change on
3237         `elmo-folder-move-messages'.
3238         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3239
3240         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3241         (wl-summary-exec-action-refile): Ditto.
3242         (wl-summary-exec-action-copy): Ditto.
3243         (wl-summary-no-auto-refile-message-p): No use
3244         `wl-summary-buffer-msgdb'.
3245         (wl-summary-auto-refile): Ditto.
3246
3247 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3248
3249         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3250
3251 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3252
3253         * wl-summary.el (wl-summary-sync): Treat no-sync.
3254
3255         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3256         (wl-default-sync-range): Ditto.
3257
3258 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3259
3260         * wl-refile.el (wl-refile-subject-learn): Call
3261         `elmo-message-entity-field' with 3rd argument is non-nil.
3262         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3263         instead of `elmo-msgdb-overview-entity-get-subject'.
3264
3265 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3266
3267         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3268         scan-type is rescan.
3269         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3270         new optional argument force is non-nil.
3271         (wl-summary-save-view-cache): Call it with force argument non-nil.
3272
3273         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3274
3275 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3276
3277         * wl-action.el (wl-summary-print-argument): Fixed last change.
3278
3279 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3280
3281         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3282         simplified.
3283         (wl-summary-target-mark-mark-as-unread): Likewise.
3284         (wl-summary-target-mark-mark-as-important): Likewise.
3285
3286 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3287
3288         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3289         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3290         (wl-summary-mark-as-important-region): Change accordingly.
3291         (wl-summary-target-mark-mark-as-important): Ditto.
3292
3293 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3294
3295         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3296
3297         * wl-action.el (wl-summary-print-argument): Print argument to
3298         right side of window if `wl-summary-print-argument-within-window'
3299         is non-nil.
3300
3301 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3302
3303         * wl-action.el (wl-summary-set-mark): Use
3304         `wl-summary-message-visible-p' to check visibility of the message
3305         and jump to message only when the message line is visible and have
3306         different number; Call wl-summary-unset-mark with number argument.
3307         (wl-summary-unset-mark): 
3308         Use `wl-summary-message-visible-p'
3309         to check visibility of the message and jump to message only when
3310         the message line is visible and have different number;
3311
3312 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3313
3314         * Version number is increased to 2.11.7.
3315
3316         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3317         and wl-folder-summary-line-format.
3318
3319         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3320         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3321         (wl-summary-set-score-mark): Use it.
3322         (wl-summary-target-mark-mark-as-read): Ditto.
3323         (wl-summary-target-mark-mark-as-unread): Ditto.
3324         (wl-summary-target-mark-mark-as-important): Ditto.
3325         (wl-summary-target-mark-msgs): Simplified.
3326         (wl-summary-detect-mark-position): Fixed problem when
3327         summary-line-format no contain persisten/temp mark spec.
3328         (wl-summary-temp-mark): Ditto.
3329         (wl-summary-persistent-mark): Ditto.
3330         (wl-summary-update-persistent-mark): Ditto.
3331
3332         * wl-action.el (wl-summary-set-mark): Ditto.
3333         (wl-summary-unset-mark): Ditto.
3334         All other related portions are changed.
3335
3336 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3337
3338         * Version number is increased to 2.11.6.
3339
3340 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3341
3342         * wl-util.el (wl-current-message-buffer): Define as function;
3343         Don't use the value of wl-messge-buffer.
3344
3345         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3346         persistent mark.
3347
3348         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3349         no current message, cause an error.
3350
3351 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3352
3353         * wl-summary.el (wl-summary-set-message-modified): Use
3354         elmo-folder-set-message-modified instead of
3355         elmo-folder-set-message-modified-internal.
3356
3357 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3358
3359         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3360         interactively.
3361         (wl-summary-sync): nokill->entirely.
3362         (wl-summary-sync-marks): Fixed message.
3363         (wl-summary-input-range): Added mark, nokill->entirely.
3364
3365         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3366         messages as read.
3367
3368 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3369
3370         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3371         update-noscore.
3372         (wl-summary-sync): Follow the change above.
3373
3374 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3375
3376         * wl-action.el (wl-summary-target-mark-all): Use
3377         elmo-folder-list-messages.
3378
3379 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3380
3381         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3382         (wl-summary-rescan): Set wl-summary-scored as nil.
3383         (wl-summary-sync-force-update): Follow the change above.
3384         (wl-summary-sync): Ditto.
3385         (wl-summary-sync-update): Added argument disable-killed.
3386         (wl-summary-insert-headers): Set visible-only argument for
3387         elmo-folder-list-messages.
3388         (wl-summary-input-range): Added update-nokill, update-noscore,
3389         all-nokill, all-noscore and mark.
3390
3391         * Version number is increased to 2.11.5.
3392
3393         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3394
3395 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3396
3397         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3398         (wl-summary-prefetch-region-no-mark): Change accordingly.
3399         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3400
3401 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3402
3403         * wl-address.el (wl-complete-field-to): Abolished.
3404         (wl-complete-address): Completion function for completing-read.
3405         * wl-action.el (wl-summary-get-resend-address): Use it.
3406
3407         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3408         wl-summary-update-mark and abolish unused argument.
3409         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3410         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3411         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3412         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3413         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3414         * wl-draft.el (wl-draft-kill): Ditto.
3415
3416         * wl-summary.el: Remove unused binding of case-fold-search.
3417         (wl-summary-replace-status-marks): Abolished.
3418
3419 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3420
3421         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3422         is specified or folder length is zero.
3423
3424 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3425
3426         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3427         (wl-folder-archive-current-entity): Ditto.
3428
3429 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3430
3431         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3432         retrieving message mark.
3433         (wl-summary-redisplay-internal): Ditto.
3434
3435         * wl-message.el (wl-message-buffer-display): Ignore errors while
3436         retrieving message-id field.
3437
3438         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3439         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3440         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3441         order of the arguments for `wl-expire-message-p'.
3442         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3443
3444         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3445         Check return value of wl-summary-reply.
3446         (wl-summary-reply): Recover window configuration when an error occured.
3447
3448 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3449
3450         * wl-summary.el (wl-summary-resend-message): Abolished, the
3451         feature is inherited by wl-summary-resend (put resend mark).
3452
3453 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3454
3455         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3456         wl-message-buffer to nil when the message is hide.
3457
3458 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3459
3460         * .cvsignore: New file.
3461
3462 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3463
3464         * wl-action.el (wl-summary-action-docstring): Add more info.
3465         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3466         duplicate definition.
3467         (wl-summary-define-mark-action): Functions wl-summary-*-region
3468         keep current position.
3469         (wl-summary-unregister-target-mark): Store result to the variable.
3470
3471 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3472
3473         * Version number is increased to 2.11.4.
3474
3475 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3476
3477         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3478         wl-summary-delete-all-temp-marks.
3479         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3480
3481         * wl-action.el (wl-summary-set-mark): Changed terminology
3482         refile-destination -> action-argument.
3483         (wl-summary-unset-mark): Ditto.
3484         (wl-summary-remove-argument): Ditto.
3485         (wl-summary-print-argument): Ditto.
3486
3487         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3488         (wl-thread-remove-argument-region): Ditto.
3489         (wl-thread-print-argument-region): Ditto.
3490         (wl-thread-close): Ditto.
3491         (wl-thread-open): Ditto.
3492
3493         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3494         (wl-highlight-refile-destination-face is abolished)
3495         (wl-highlight-action-argument-string): Ditto.
3496         (wl-highlight-summary-current-line): Highlight action argument.
3497
3498         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3499         color for light backgrounds.
3500         (wl-highlight-summary-answered-face): Ditto.
3501
3502 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3503
3504         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3505
3506         * wl-score.el (wl-summary-score-update-all-lines): Use
3507         wl-summary-set-mark.
3508         (wl-summary-score-update-all-lines): Kill expunged messages.
3509
3510         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3511
3512 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3513
3514         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3515         directly.
3516         (wl-score-overview-entity-get-lines): Ditto.
3517         (wl-score-overview-entity-get-xref): Ditto.
3518         (wl-score-get-latest-msgs): Ditto.
3519         (wl-summary-rescore): Ditto.
3520
3521         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3522         to "&".
3523         (wl-summary-mark-as-answered-internal): New inline function.
3524         (wl-summary-mark-as-answered): New function.
3525         (wl-summary-mark-as-unanswered): Ditto.
3526         (wl-summary-sync-marks): Modified for answered-mark synching.
3527
3528 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3529
3530         * wl-action.el (wl-summary-set-mark): Fixed last change.
3531
3532 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3533
3534         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3535         behavior of wl-summary-unread-message-hook
3536         (Pointed out by akira yamada <akira@arika.org>).
3537
3538 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3539
3540         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3541         wl-summary-delete.
3542         * wl-xmas.el (wl-summary-toolbar): Ditto.
3543
3544         * wl-action.el (wl-summary-set-mark): Don't override current
3545         temp-mark.
3546
3547         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3548
3549 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3550
3551         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3552         (wl-refile-msgid-learn): Ditto.
3553         (wl-refile-get-field-value): Ditto.
3554
3555         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3556
3557         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3558         (wl-expire-delete-reserved-messages): Renamed from
3559         wl-expire-reserve-marked-msgs-from-list.
3560         (wl-expire-delete): Removed argument `msgdb'.
3561         (wl-expire-refile): Ditto.
3562         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3563         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3564         mark-alist as argument.
3565         (wl-expire-archive-number1): Removed argument `msgdb'.
3566         (wl-expire-archive-number2): Ditto.
3567         (wl-expire-archive-date): Ditto.
3568         (wl-expire-localdir-date): Ditto.
3569         (wl-expire-hide): Ditto.
3570         (wl-archive-number1): Ditto.
3571         (wl-archive-number2): Ditto.
3572         (wl-archive-date): Ditto.
3573         (wl-archive-folder): Ditto.
3574         All other related portions are changed.
3575
3576 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3577
3578         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3579         mean move up and down. (suggested by Takashi Kawachi)
3580
3581 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3582
3583         * wl-acap.el (toplevel): Don't require un-define.
3584
3585 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3586
3587         * wl-thread.el (wl-thread-delete-message): Always update
3588         wl-summary-buffer-number-list.
3589
3590         * wl-action.el (wl-summary-print-destination): 
3591         Do nothing when folder is nil.
3592
3593 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3594
3595         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3596         persistent mark when prefetch is succeeded.
3597
3598 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3599
3600         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3601         instead of elmo-msgdb-delete-msgs.
3602         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3603         (wl-expire-hide): Ditto.
3604
3605         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3606
3607         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3608         elmo-msgdb interface.
3609         (wl-thread-get-exist-children): Likewise.
3610         (wl-thread-insert-message): Likewise.
3611         (wl-thread-msg-mark-as-important): Likewise.
3612         (wl-thread-insert-entity-sub): Likewise.
3613         (wl-thread-get-children-msgs-uncached): Likewise.
3614
3615         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3616         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3617         (wl-summary-sync-update): Likewise.
3618         (wl-summary-auto-select-msg-p): Likewise.
3619         (wl-summary-update-thread): Likewise.
3620         (wl-summary-mark-as-important): Likewise.
3621         (wl-summary-jump-to-msg-internal): Likewise.
3622         (wl-summary-redisplay-internal): Likewise.
3623         (wl-summary-print-message-with-ps-print): Likewise.
3624         (wl-summary-folder-info-update): Likewise.
3625
3626         * wl-folder.el (wl-folder-check-one-entity):
3627         elmo-folder-count-flags instead of wl-summary-count-unread.
3628
3629         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3630
3631         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3632
3633         * wl-summary.el (wl-summary-set-message-modified): 
3634         Call wl-summary-set-mark-modified.
3635         (wl-summary-delete-messages-on-buffer): Call
3636         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3637         (wl-summary-sync-update): Call elmo-folder-length instead of
3638         elmo-folder-messages.
3639         (wl-summary-insert-headers): Don't call
3640         elmo-folder-list-message-entities.
3641
3642 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3643
3644         * wl-action.el (wl-summary-define-mark-action): Call
3645         `wl-summary-set-mark' with argument `data'.
3646         (wl-summary-auto-refile): Fixed order of arguments when call
3647         `wl-summary-refile'.
3648
3649 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3650
3651         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3652
3653         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3654
3655         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3656         (Renamed from wl-highlight-summary-deleted-face).
3657         (wl-highlight-summary-resend-face): New face.
3658
3659         (wl-highlight-summary-deleted-face): Renamed from
3660         wl-highlight-summary-erased-face.
3661
3662         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3663
3664         * wl-action.el (wl-summary-get-resend-address): New function.
3665         (wl-summary-exec-action-resend): Ditto.
3666         (wl-summary-exec-action-resend-subr): Ditto.
3667
3668         * w-thread.el (wl-thread-copy): Removed definition.
3669         (wl-thread-refile): Ditto.
3670         (wl-thread-delete): Ditto.
3671         (wl-thread-target-mark): Ditto.
3672
3673         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3674         (wl-summary-target-mark-set-action): Fixed.
3675         (wl-summary-define-mark-action): Fixed quotation.
3676         (wl-summary-move-mark-list-messages): Display message.
3677         (wl-summary-define-mark-action): Define thread functions.
3678         (wl-summary-exec-action-refile): Changed message.
3679         (wl-summary-exec): Ditto.
3680
3681 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3682         
3683         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3684         '%%'.
3685
3686 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3687
3688         * wl.el (toplevel): Require wl-action.
3689         (wl-init): Call wl-summary-define-mark-action.
3690
3691         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3692
3693         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3694         wl-summary-delete and wl-summary-erase.
3695         (wl-summary-mode-map): Ditto.
3696
3697         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3698         wl-delete-folder-alist.
3699
3700         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3701         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3702         (toplevel): Moved mark & action related functions to the wl-action.el.
3703
3704         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3705         in wl-summary-mark-action-list.
3706         (wl-highlight-summary-current-line): Ditto.
3707
3708         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3709         empty lines.
3710
3711         * wl-action.el: New file. 
3712
3713 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3714
3715         * wl-summary.el (wl-summary-target-mark-replace): New function.
3716         (wl-summary-target-mark-prefetch): Use it.
3717         (wl-summary-target-mark-delete): Ditto.
3718         (toplevel): Rearranged definition order.
3719         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3720         (wl-summary-target-mark-erase): Rewrite.
3721         (wl-summary-erase-region): New function.
3722         (wl-summary-exec-action-erase): Changed message.
3723         (wl-summary-move-mark-list-messages): New function.
3724         (wl-summary-exec-action-delete): Use it.
3725         (wl-summary-exec-action-erase): Ditto.
3726
3727         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3728         (wl-summary-skip-mark-list): Added "d".
3729
3730         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3731         while searching.
3732
3733         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3734         and define using defcustom;
3735         Define 4th element as a face.
3736         
3737         * wl-summary.el (wl-summary-incorporate): Use 
3738         `wl-summary-prefetch-region-no-mark' instead of
3739         `wl-summary-prefetch-region'.
3740         (wl-summary-prefetch-region-no-mark): Revival of old
3741         `wl-summary-prefetch-region'.
3742         (wl-summary-mark-action-list): Moved to wl-vars.el
3743
3744         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3745         face according to the `wl-summary-mark-action-list'.
3746         (wl-highlight-summary-current-line): Ditto;
3747         Removed destination highlighting.
3748
3749         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3750         (wl-highlight-summary-line-string): Highlight for "i" mark.
3751         (wl-highlight-summary-current-line): Ditto.
3752
3753         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3754         no destination.
3755
3756         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3757         exists, just go ahead.
3758         (wl-summary-prefetch-region): Rewrite.
3759         (wl-summary-prefetch): Ditto.
3760         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3761         (wl-summary-exec-action-prefetch): New function.
3762         (wl-summary-target-mark-prefetch): Rewrite.
3763
3764 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3765
3766         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3767         (wl-highlight-summary-line-string): Added "d" and "D".
3768         (wl-highlight-summary-current-line): Ditto.
3769
3770         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3771         in wl-summary.el.
3772         (wl-thread-insert-entity-sub): Ditto.
3773         (wl-thread-remove-destination-region): Ditto.
3774         (wl-thread-print-destination-region): Ditto.
3775
3776         * wl-summary.el (wl-summary-buffer-refile-list,
3777         wl-summary-buffer-delete-list,
3778         wl-summary-buffer-copy-list): Abolish.
3779         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3780         All other related portions are changed.
3781         (wl-summary-mark-action-list): New variable.
3782         (wl-summary-set-mark): New function.
3783         (wl-summary-register-target-mark): Ditto.
3784         (wl-summary-unregister-target-mark): Ditto.
3785         (wl-summary-have-target-mark-p): Ditto.
3786         (wl-summary-register-temp-mark): Ditto.
3787         (wl-summary-unregister-temp-mark): Ditto.
3788         (wl-summary-registered-temp-mark): Ditto.
3789         (wl-summary-collect-temp-mark): Ditto.
3790         (wl-summary-unset-mark): Ditto.
3791         (wl-summary-set-target-mark): Ditto.
3792         (wl-summary-unset-target-mark): Ditto.
3793         (wl-summary-set-action-generic): Ditto.
3794         (wl-summary-unset-action-generic): Ditto.
3795         (wl-summary-exec-action-delete): Ditto.
3796         (wl-summary-exec-action-erase): Ditto.
3797         (wl-summary-set-action-refile): Ditto.
3798         (wl-summary-set-action-refile-subr): Ditto.
3799         (wl-summary-unset-action-refile): Ditto.
3800         (wl-summary-make-destination-numbers-list): Ditto.
3801         (wl-summary-exec-action-refile): Ditto.
3802         (wl-summary-set-action-copy): Ditto.
3803         (wl-summary-unset-action-copy): Ditto.
3804         (wl-summary-exec-action-copy): Ditto.
3805         (wl-summary-collect-numbers-region): Ditto.
3806         (wl-summary-delete): Rewrite.
3807         (wl-summary-erase): Ditto.
3808         (wl-summary-remove-destination): Ditto.
3809         (wl-summary-exec): Ditto.
3810         (wl-summary-exec-region): Ditto.
3811         (wl-summary-target-mark-erase): Ditto.
3812         (wl-summary-refile): Ditto.
3813         (wl-summary-copy): Ditto.
3814         (wl-summary-unmark): Ditto.
3815         (wl-summary-delete-all-mark): Ditto.
3816         (wl-summary-mark-line): Don't highlight.
3817         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3818         (wl-summary-target-mark-refile-subr): Rewrite.
3819
3820         (wl-summary-copy-prev-destination): Abolish.
3821
3822 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3823
3824         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3825         default values along the value of wl-on-mule.
3826         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3827         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3828         It is not used anywhere.
3829
3830 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3831
3832         * wl-summary.el (wl-summary-print-destination): Keep position.
3833         (wl-summary-cursor-move-surface): Keep horizontal position.
3834
3835 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3836
3837         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3838         write sendlog.
3839
3840 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3841
3842         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3843         `wl-summary-highlight'.
3844
3845 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3846
3847         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3848         trivial condition for temp-mark.
3849
3850 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3851
3852         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3853         when it hits killed buffer.
3854
3855 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3856
3857         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3858         * wl-news.el.in: `message' and `error' take format string.
3859
3860 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3861
3862         * wl-folder (wl-folder-insert-entity): Display a message,
3863         `...done', when the work finish.
3864         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3865
3866 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3867
3868         * wl-message.el (wl-message-redisplay): Remove unused local
3869         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3870
3871 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3872
3873         * wl-summary.el (wl-summary-replace-status-marks): Disable
3874         interactive use.
3875         (wl-summary-reedit): Check message existence at first.
3876         (wl-summary-mark-line): Fix doc, return value is indefinite.
3877
3878         * wl-highlight.el (wl-highlight-message): Arranged.
3879
3880         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3881         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3882         check temp-mark by wl-summary-temp-mark always.
3883         (wl-highlight-summary): Change accordingly.
3884         * wl-summary.el (wl-summary-mark-as-read-all)
3885         (wl-summary-delete-cache, wl-summary-set-score-mark)
3886         (wl-summary-mark-as-unread, wl-summary-unmark)
3887         (wl-summary-mark-line, wl-summary-mark-as-read)
3888         (wl-summary-mark-as-important): Ditto.
3889
3890         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3891         end of the window if possible.
3892         * wl-summary.el (wl-summary-sync-update): Support lazy
3893         highlighting.
3894         (wl-summary-toggle-disp-msg): Ditto.
3895
3896 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3897
3898         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3899
3900 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3901
3902         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3903         change.
3904
3905 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3906
3907         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3908         API.
3909         (wl-summary-sync-update): Ditto.
3910
3911         * wl-score.el (wl-score-get-score-alist): Changed argument.
3912         (wl-summary-rescore-msgs): Likewise.
3913         (wl-summary-score-headers): Likewise.
3914         (wl-score-headers): Likewise;
3915         Use elmo-folder-do-each-message-entity, etc.
3916         (wl-summary-score-effect): Follow the changes above.
3917         (wl-summary-rescore): Ditto.
3918         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3919         (wl-score-get-overview): Abolish.
3920
3921         * wl-summary.el (wl-summary-default-from): Follow the API change in
3922         elmo-msgdb.
3923         (wl-summary-count-unread): Ditto.
3924         (wl-summary-detect-mark-position): Ditto.
3925         (wl-summary-overview-entity-compare-by-date): Ditto.
3926         (wl-summary-overview-entity-compare-by-number): Ditto.
3927         (wl-summary-overview-entity-compare-by-from): Ditto.
3928         (wl-summary-overview-entity-compare-by-subject): Ditto.
3929         (wl-summary-get-list-info): Ditto.
3930         (wl-summary-rescan): Ditto.
3931         (wl-summary-jump-to-msg-by-message-id): Ditto.
3932         (wl-summary-sync-update): Ditto; Removed comment.
3933         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3934         (wl-summary-insert-message): Use wl-summary-insert
3935         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3936         (wl-summary-insert-headers): Changed argument overview to folder.
3937         (wl-summary-search-by-subject): Likewise.
3938         (wl-summary-insert-thread): Renamed from 
3939         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3940
3941         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3942         too.
3943
3944         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3945         wl-string-member.
3946
3947 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3948
3949         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3950         elmo-folder-append-buffer.
3951         (wl-draft-queue-append): Likewise.
3952
3953         * wl-mime.el (wl-message-delete-current-part): Ditto.
3954         (wl-summary-burst-subr): Ditto.
3955
3956         * wl-news.el.in (wl-news-send-news): Ditto.
3957
3958 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3959
3960         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3961         function.
3962         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3963         (wl-summary-update-mark): Enclose with save-excursion.
3964         (wl-summary-mark-as-read-internal): Fixed last change.
3965         (wl-summary-mark-as-important): Use 3rd argument of
3966         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3967         Don't use elmo-msgdb-set-mark.
3968         (wl-summary-redisplay-internal): If msgdb flag is already read,
3969         just update the mark on buffer.
3970
3971 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3972
3973         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3974         cut visible folder when elmo-folder-delete returns non-nil value.
3975
3976 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3977
3978         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3979         by Kenichi OKADA <okada@opaopa.org>).
3980
3981 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3982
3983         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3984
3985 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3986
3987         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3988         Fixed the last change, search group entity by its real name.
3989         (Thanks to: KOBAYASHI Shinji)
3990
3991 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3992
3993         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3994         (wl-fldmgr-access-display-all): Don't refer visible name.
3995         * wl-expire.el (wl-folder-archive-current-entity)
3996         (wl-folder-expire-current-entity): Ditto.
3997         * wl-folder.el (wl-folder-jump-to-current-entity)
3998         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3999         (wl-folder-open-folder-sub,wl-folder-open-all)
4000         (wl-folder-write-current-folder): Ditto.
4001         (wl-folder-insert-entity): Don't use petname for normal group.
4002         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4003         is the real name.
4004         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4005         Abolished.
4006
4007 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4008
4009         * wl-draft.el (wl-draft-create-buffer): Add
4010         `wl-summary-reply-with-citation'
4011
4012 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4013
4014         * wl-draft.el (wl-draft-reply): Fixed.
4015
4016 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4017
4018         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4019         when `wl-draft-send-confirm-with-preview' is non-nil.
4020         You can scroll up/down by j/k.
4021         (wl-draft-send-confirm-with-preview): New variable (default=t).
4022
4023 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4024
4025         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4026         (wl-fldmgr-save-folders): Fix comment.
4027
4028 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4029
4030         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4031         along the last change in `wl-folder-buffer-group-p'.
4032
4033 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4034
4035         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4036         folder.
4037
4038         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4039         the default value.
4040
4041         * wl-mime.el (wl-summary-burst): Update summary only when target
4042         folder equals current folder.
4043
4044 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4045
4046         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4047
4048 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4049
4050         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4051         value.
4052
4053 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4054
4055         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4056         `map-extents' instead of `extent-at' repeatedly.
4057         (wl-highlight-folder-current-line): Ditto.
4058
4059         * wl-highlight.el: Remove useless dummy functions.
4060
4061 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4062
4063         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4064         (wl-folder-put-folder-property): New function to put text property.
4065         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4066         (wl-folder-insert-entity, wl-folder-update-diff-line)
4067         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4068         * wl-e21.el, wl-xmas.el, wl-mule.el
4069         (wl-highlight-folder-current-line): Ditto.
4070         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4071         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4072         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4073         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4074
4075 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4076
4077         * Version number is increased to 2.11.3.
4078
4079 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4080
4081         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4082         Resume current-buffer since it is assumed by remaining tasks.
4083
4084 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4085
4086         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4087         (wl-folder-completion-function): Abolished.
4088         (wl-folder-complete-folder): New function.
4089         (wl-folder-complete-filter-condition): Ditto.
4090         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4091         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4092
4093 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4094
4095         * wl-draft.el (wl-draft-send-confirm): New function.
4096         (wl-draft-send): Use it.
4097
4098         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4099         cursor-in-echo-area while confirming.
4100
4101         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4102
4103         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4104         searching via nntp if wl-summary-search-via-nntp is 'force.
4105         Otherwise, invoke searching in nntp folder only.
4106         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4107
4108         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4109         explicitly for mime-make-text-tag.
4110
4111 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4112
4113         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4114         `mime-make-text-tag' instead of `mime-create-tag'.
4115
4116 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4117
4118         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4119         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4120
4121 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4122
4123         * wl-score.el (wl-score-save): Bind print-length and print-level.
4124         (wl-score-pretty-print): Ditto.
4125         (wl-score-edit-insert-header-entry): Ditto.
4126
4127         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4128         "From" entry to be treated with wl-draft-eword-encode-address-list.
4129         * wl-mime.el (wl-draft-preview-message): Ditto.
4130
4131         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4132         (wl-summary-mark-as-unread): Ditto.
4133         (wl-summary-mark-as-read-region): Change accordingly.
4134         (wl-summary-mark-as-unread-region): Ditto.
4135         (wl-summary-target-mark-mark-as-read): Ditto.
4136         (wl-summary-target-mark-mark-as-unread): Ditto.
4137
4138 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4139
4140         * Version number is increased to 2.11.2.
4141
4142 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4143
4144         * wl-news.el.in (wl-news-previous-version-save): Bind
4145         print-length and print-level.
4146         * wl-thread.el (wl-thread-save-entities): Ditto.
4147         (wl-thread-save-top-list): Bind print-length.
4148
4149 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4150
4151         * wl-highlight.el (wl-highlight-summary-line-string): Use
4152         wl-summary-score-below-mark, wl-summary-score-over-mark.
4153         (wl-highlight-summary-current-line): Ditto.
4154
4155 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4156
4157         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4158         insert it.
4159
4160 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4161
4162         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4163
4164 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4165
4166         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4167         message without msgid.
4168         Rewrite with elmo-folder-move-messages.
4169         Set wl-message-buffer to nil.
4170
4171         * wl-summary.el (wl-summary-erase-subr): New function. Use
4172         elmo-folder-move-messages.
4173         (wl-summary-erase): Call it.
4174         (wl-summary-target-mark-erase): Ditto.
4175
4176 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4177
4178         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4179         it is not up-tp-date.
4180
4181 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4182
4183         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4184         buffer after calling `wl-summary-goto-folder-subr' without the
4185         argument `interactive'.
4186         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4187
4188 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4189
4190         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4191         `mime-create-tag'. Use `string=' instead of `looking-at'.
4192
4193 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4194
4195         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4196         to avoid compile warning.
4197
4198         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4199         entity-id when folder is given.
4200         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4201         save-excursion, use save-selected-window instead.
4202         Select folder buffer window if exists.
4203         (To correct behavior with wl-folder-move-cur-folder.)
4204
4205 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4206
4207         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4208
4209 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4210
4211         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4212         list-count instead of %d.
4213
4214 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4215
4216         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4217         (wl-news): Set it.
4218         (wl-news-append-to-folder): Use it.
4219
4220         * wl-news.el.in (wl-news-send-news): Append to specified folder
4221         instead of wl-default-folder.
4222         (wl-news-append-to-folder): Show error message with specified folder.
4223
4224         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4225                 In most major modes, Emacs assumes that any opening
4226                 delimiter found at the left margin is the start of a
4227                 top-level definition, or defun. Therefore, *never put an
4228                 opening delimiter at the left margin unless it should have
4229                 that significance.*
4230
4231         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4232
4233 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4234
4235         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4236
4237 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4238
4239         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4240
4241 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4242
4243         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4244         for sequential numbering case.
4245
4246 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4247
4248         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4249         value.
4250         (wl-draft-reply-without-argument-list): Ditto.
4251         (wl-draft-reply-myself-with-argument-list): Abolish.
4252         (wl-draft-reply-myself-without-argument-list): Ditto.
4253         * wl-draft.el (wl-draft-self-reply-p): New function.
4254         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4255
4256 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4257
4258         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4259         (avoid error for the case without byte-compiling)
4260
4261 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4262
4263         * wl-news.el.in (wl-news-append-to-folder): New function.
4264         (wl-news-exit): Rewrite.
4265         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4266
4267 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4268
4269         * wl-draft.el (wl-draft-reply-position): New function.
4270         (wl-draft-reply-position): Fix.
4271         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4272         (wl-summary-target-mark-reply-with-citation): Ditto.
4273         (wl-summary-reply-with-citation): Ditto.
4274         * wl-vars.el (wl-draft-reply-default-position): New variable.
4275
4276 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4277
4278         * wl-draft.el (wl-draft-send): Preview when interactive send.
4279
4280 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4281
4282         * wl-draft.el (wl-draft-reply): Set default position.
4283         * wl-summary.el (wl-summary-reply): Ditto.
4284         (wl-summary-reply-with-citation): Ditto.
4285         (wl-summary-target-mark-reply-with-citation): Ditto.
4286
4287 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4288
4289         * wl-news.el.in (wl-news-lang): Set default value according to
4290         current-language-environment.
4291         (wl-news-append-news): Do nothing when news-list is nil.
4292
4293 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4294
4295         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4296         (wl-news): Change message.
4297         (wl-news-exit): Check buffer.
4298         (wl-news-force-exit): New function.
4299         (wl-news-show-all): New function.
4300         (wl-news-discard-and-exit): Fix.
4301
4302 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4303
4304         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4305         according to current-language-environment.
4306
4307         * wl-news.el.in (wl-news): If arg, show all NEWS after
4308         wl-news-default-previous-version.
4309
4310 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4311
4312         * wl-news.el.in (wl-news-check): Rewritten.
4313         (wl-news-previous-version-load): Change data type.
4314         (wl-news-previous-version-save): Change data type.
4315         (wl-news-append-news): Add return value.
4316         (wl-news-check-news): New function.
4317         (wl-news-already-current-p): New function.
4318         (wl-news-send-news): Rewritten.
4319         (wl-news-mode-map): Add new keybind.
4320         (wl-news): Rewritten.
4321         (wl-news-exit): Rewritten.
4322         (wl-news-discard-and-mail): New function.
4323         (wl-news-send-to-address): Abolished.
4324         * wl.el (wl-init): Delete a message.
4325
4326 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4327
4328         * wl-news.el.in (wl-news-exit): Update previous version.
4329         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4330
4331 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4332
4333         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4334
4335 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4336
4337         * wl-news.el.in (wl-news): New function.
4338         (wl-news-mode): New function.
4339         (wl-news-next-line): New function.
4340         (wl-news-next-page): New function.
4341         (wl-news-exit): New function.
4342         (wl-news-buf-name): New variable.
4343         (wl-news-mode-map): New variable.
4344         (wl-news-winconf): New variable.
4345         (wl-news-append-news): Add an option.
4346
4347 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4348
4349         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4350
4351 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4352
4353         * wl-news.el.in (wl-news-send-to-address): New variable.
4354         (wl-news-send-news): Use it.
4355         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4356         Return updating status.
4357         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4358
4359 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4360
4361         * wl-news.el.in (wl-news-send-news): Delete
4362         Organization and X-Face.
4363
4364 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4365
4366         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4367         (wl-news-append-news): New function.
4368         (wl-news-send-news): New function.
4369
4370 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4371
4372         * Version number is increased to 2.11.1.
4373
4374 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4375
4376         * wl-news.el.in : New file.
4377
4378 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4379
4380         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4381         default value.
4382         (wl-draft-reply-without-argument-list): Ditto.
4383
4384 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4385
4386         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4387         (wl-message-buffer-prefetch-idle-time): Ditto.
4388         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4389
4390 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4391
4392         * wl-thread.el (wl-thread-insert-message): Use
4393         wl-summary-max-thread-depth.
4394
4395         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4396         loop detection.
4397
4398         * wl-message.el (wl-message-buffer-display): Back to the first page
4399         when cache is hit.
4400
4401 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4402
4403         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4404
4405         * wl-summary.el (wl-summary-insert-thread-entity):
4406         If the thread depth is reached to wl-summary-max-thread-depth,
4407         divide the thread.
4408
4409 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4410
4411         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4412         for elmo-remove-passwd.
4413
4414 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4415
4416         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4417         folder is sticky.
4418         (wl-folder-mark-as-read-all-entity): Ditto.
4419         (wl-folder-prefetch-entity): Ditto.
4420
4421 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4422
4423         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4424
4425 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4426
4427         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4428         Delete messages on buffer for unplugged operation.
4429         (wl-summary-erase): Ditto.
4430
4431 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4432
4433         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4434         take nil so as not to search parent by subject.
4435
4436 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4437
4438         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4439         (wl-folder-get-next-folder): Ditto.
4440         (wl-folder-get-path): Ditto.
4441
4442 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4443
4444         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4445         system and encode the region with it before verifying.
4446
4447 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4448
4449         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4450         system of the echo buffer before decoding.
4451
4452 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4453
4454         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4455         original contents.
4456
4457 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4458
4459         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4460         with argument 'any-exists.
4461
4462 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4463
4464         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4465         Use `wl-cs-autoconv'.
4466
4467 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4468
4469         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4470         by `mime-view-automatic-conversion'.
4471
4472         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4473         (wl-message-verify-pgp-nonmime): Ditto.
4474         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4475         Bind them to C-c:d and C-c:v respectively.
4476
4477         Merge following code by Teranishi-san from [wl-en:00167].
4478         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4479         (wl-mime-preview-application/pgp-encrypted): Ditto.
4480         (wl-mime-setup): Add entry.
4481
4482 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4483
4484         * wl-summary.el (wl-summary-target-mark-erase): New function.
4485         Bind it to "mD".
4486
4487 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4488
4489         * wl-vars.el (wl-draft-write-file-function): Fix.
4490         (wl-draft-reedit-hook): Changed default value.
4491
4492         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4493         wl-draft-reedit-hook.
4494         (wl-draft-remove-text-plain-tag): New function.
4495         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4496
4497         * wl-vars.el (wl-draft-write-file-function): New user option.
4498
4499         * wl-draft.el (wl-draft-prepare-edit): Use it for
4500         local-write-file-hooks.
4501         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4502
4503         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4504         (wl-draft-insert-mail-header-separator): Return the body beginning
4505         point.
4506         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4507         text/plain.
4508         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4509
4510 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4511
4512         * wl-summary.el (wl-summary-erase): New function to erase message
4513         without moving it to trash. Bind to "D".
4514
4515         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4516         as `keep' unless switch-function.
4517
4518 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4519
4520         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4521         message buffer by using `wl-summary-toggle-disp-msg'.
4522         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4523         buffer window.
4524         (wl-summary-supresedes-message): Ditto.
4525
4526         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4527         Do not delete other windows.
4528         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4529         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4530         (wl-draft-create-buffer): Set reply-or-forward also for target
4531         mark commands.
4532
4533 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4534
4535         * wl-draft.el (wl-user-agent-compose): Delete special case for
4536         switch-to-buffer-other-window.
4537
4538         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4539         (wl-summary-forward): Ditto.
4540
4541         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4542         function.
4543         (wl-draft-buffer-style): New use option.
4544
4545         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4546         (wl-draft): Follow the change above.
4547         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4548         wl-draft-buffer-style.
4549         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4550         switch-function.
4551
4552 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4553
4554         * wl-address.el (wl-address-make-completion-entry): Extracted from
4555         `wl-address-make-completion-list'.
4556         (wl-address-enable-strict-loading): New variable.
4557         (wl-address-make-completion-list): Revive petname duplication
4558         inquiry, and enable it if `wl-address-enable-strict-loading'.
4559         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4560
4561 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4562
4563         * wl-message.el (wl-message-get-original-buffer): Avoid
4564         'Selecting deleted buffer' error when original buffer is killed.
4565
4566 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4567
4568         * wl-summary.el (wl-summary-next-message): Use
4569         elmo-message-accessible-p instead of elmo-message-cached-p.
4570
4571 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4572
4573         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4574
4575         * wl-thread.el (wl-thread-open-all-unread): Use
4576         elmo-folder-list-flagged instead of
4577         elmo-folder-list-messages-mark-match.
4578
4579         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4580         instead of elmo-folder-list-messages-mark-match.
4581         (wl-summary-move-spec-alist): New variable.
4582         (wl-summary-move-spec-plugged-alist,
4583         wl-summary-move-spec-unplugged-alist): Abolish.
4584         (wl-summary-next-message): Follow the change above.
4585         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4586         with 'no-msg' argument.
4587
4588         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4589         variable.
4590         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4591         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4592         (wl-message-buffer-prefetch-get-next): Follow the change above.
4593
4594 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4595
4596         * wl-version.el (wl-version): Changed codename.
4597
4598         * Version number is increased to 2.11.0.
4599
4600 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4601
4602         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4603         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4604         `wl-draft-config-variables'.
4605         (wl-draft-kill): Fixed problem when the draft is reedit.
4606
4607 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4608
4609         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4610         buffer-modified status (Thanks to
4611         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4612
4613 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4614
4615         * wl-util.el (wl-region-exists-p): New function.
4616
4617         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4618         Remove defvars for byte-compile warnings.
4619
4620 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4621
4622         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4623         defvar-maybe. Removed unused bind.
4624
4625 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4626
4627         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4628         summary buffer window before creating new frame.
4629         (wl-draft-reply): Ditto.
4630
4631 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4632
4633         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4634
4635 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4636
4637         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4638
4639 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4640
4641         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4642         instead of `kill-region'.
4643
4644 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4645
4646         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4647         (wl-highlight-summary-line-string): Use it.
4648         (wl-highlight-summary-current-line): Ditto.
4649
4650         * wl-mime.el (wl-message-delete-current-part): Check the class of
4651         mime-entity.
4652
4653         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4654
4655         * wl-summary.el (wl-summary-make-number-list): Initialize.
4656         (wl-summary-update-mark): New function.
4657         (wl-summary-reply): Put `answered' mark on the message.
4658         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4659
4660         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4661         (wl-draft-reply): Added optional argument `number';
4662         Set wl-draft-parent-number.
4663         (wl-draft-kill): Delete answered mark if it is a reply.
4664
4665 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4666
4667         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4668         that originates in mime-preview-follow-current-entity.
4669         (wl-draft-yank-current-message-entity): Use it if region is active.
4670
4671         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4672         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4673         `wl-message-delete-current-part'.
4674         * wl-mule.el (wl-message-define-keymap): Ditto.
4675         * wl-xmas.el (wl-message-define-keymap): Ditto.
4676
4677 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4678
4679         * wl-mime.el (wl-message-delete-current-part): New function.
4680         (wl-mime-node-id-to-string): Ditto.
4681
4682         * wl-mime.el (wl-message-delete-current-part): Use existing
4683         original buffer which corresponds current mime-view buffer.
4684         (fetched buffer might have different structure, possibly)
4685
4686         * wl-mime.el (wl-message-delete-current-part): Quit if the
4687         message content differs from the actual message.
4688
4689 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4690
4691         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4692         order.
4693         (wl-summary-search-by-subject): Search parent message from tail;
4694         Check the existence of the parent message on the current thread tree.
4695         (wl-summary-update-thread): Check whether the line is inserted.
4696
4697 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4698
4699         * wl-vars.el (wl-summary-line-format): Undo last change.
4700         * wl-summary.el (wl-summary-print-destination): Do not put
4701         invisible property when `wl-summary-width' is nil.
4702         (wl-summary-line-subject-minimum-length): Abolished.
4703         (wl-summary-line-subject): Ditto.
4704
4705 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4706
4707         * wl-vars.el (wl-summary-line-format): Change default value.
4708         (wl-summary-subject-length-limit): Abolished.
4709         * wl-summary.el (wl-summary-line-subject): Ditto.
4710
4711 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4712
4713         * wl-template.el (wl-template-select): Added optional argument.
4714         If optional argument is specified, reverse
4715         `wl-template-visible-select'.
4716
4717 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4718
4719         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4720         Take prefix argument to force asking the destination folder.
4721
4722 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4723
4724         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4725         count and update status.
4726
4727 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4728
4729         * wl-summary.el (wl-summary-redisplay-internal): If
4730         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4731         after fetching.
4732
4733 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4734
4735         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4736         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4737
4738         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4739
4740 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4741
4742         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4743         (All other related portions are changed).
4744         (wl-summary-mark-as-read-all): Rewrite.
4745
4746 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4747
4748         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4749         `wl-summary-mark-as-read'.
4750         (wl-summary-mark-as-unread): Rewrite.
4751         (wl-summary-mark-as-read): Added no-modeline argument.
4752         (wl-summary-resume-cache-status): Rewrite.
4753         (wl-summary-exec-subr): Remove unused local variable.
4754
4755 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4756
4757         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4758         logic to call `wl-summary-buffer-prev-folder-function'.
4759         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4760
4761 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4762
4763         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4764         is nil.
4765
4766 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4767
4768         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4769         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4770         (wl-mime-setup): Add its entry.
4771
4772 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4773
4774         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4775         (wl-summary-delete-cache): Likewise.
4776         (wl-summary-mark-as-read): Rewrite.
4777
4778 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4779
4780         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4781         `wl-summary-count-unread'.
4782
4783         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4784
4785         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4786
4787 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4788
4789         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4790         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4791         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4792         Renamed to the elmo-msgdb-*-mark.
4793         (wl-summary-score-marks): Follow the change above.
4794         (wl-summary-auto-refile-skip-marks): Ditto.
4795         (wl-summary-incorporate-marks): Ditto.
4796         (wl-summary-expire-reserve-marks): Ditto.
4797
4798         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4799         changes.
4800         (wl-thread-insert-top): Changed updating message.
4801
4802         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4803         variable.
4804         (wl-summary-count-unread): Count answered marks.
4805         (wl-summary-rescan): Call wl-summary-insert-message instead of
4806         wl-summary-append-message-func-internal.
4807         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4808         (wl-summary-prefetch-msg): Follow the variable name changes.
4809         (wl-summary-prefetch-region): Ditto.
4810         (wl-summary-mark-as-read-all): Follow the API changes;
4811         Don't call elmo-folder-replace-marks.
4812         (wl-summary-delete-cache): Follow the variable name changes.
4813         (wl-summary-resume-cache-status): Ditto.
4814         (wl-summary-update-status-marks): New function.
4815         (wl-summary-insert-message): New function.
4816         (wl-summary-sync-marks): Follow the variable name changes.
4817         (wl-summary-sync-update): Synchronize to the msgdb, too;
4818         Changed update messages.
4819         (wl-summary-make-number-list): Rewrite.
4820         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4821         (wl-summary-mark-as-unread): Follow the API changes.
4822         (wl-summary-exec-subr): Follow the variable name changes.
4823         (wl-summary-mark-as-read): Ditto.
4824         (wl-summary-move-spec-plugged-alist): Ditto.
4825         (wl-summary-move-spec-unplugged-alist): Ditto.
4826         (wl-summary-cursor-move-surface): Ditto.
4827
4828         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4829         variable name changes.
4830         (wl-highlight-summary-current-line): Ditto.
4831
4832         * wl-expire.el (wl-expire-refile): Follow the API change in
4833         elmo-folder-move-messages.
4834         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4835         (wl-summary-archive): Use elmo-folder-msgdb instead of
4836         elmo-msgdb-load.
4837
4838 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4839
4840         * wl-mime.el (wl-draft-preview-message): Restore the position
4841         before evaluating wl-draft-send-hook in preview buffer.
4842
4843 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4844
4845         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4846         when it creates new draft buffer.
4847
4848         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4849         without argument.
4850
4851         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4852         Evaluate content and if the value is string, insert it.
4853         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4854         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4855         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4856         wl-draft-config-sub-part-bottom): Use it.
4857
4858         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4859         with the folder name. The question was unintelligible when it is
4860         called from wl-save-status.
4861
4862 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4863
4864         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4865         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4866         cannot take second argument).
4867
4868 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4869
4870         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4871         as t. Since type and subtype are not case sensitive (RFC 2045).
4872
4873 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4874
4875         * wl-vars.el (wl-message-mode-line-format): New variable.
4876         (wl-message-mode-line-format-spec-alist): Ditto.
4877         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4878         (wl-message-redisplay): Use wl-message-mode-line-format.
4879
4880 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4881
4882         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4883
4884 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4885
4886         * wl-summary.el (wl-summary-default-from): Write description.
4887
4888 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4889
4890         * wl-vars.el (wl-ldap-objectclass): Abolish.
4891
4892         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4893         (wl-ldap-make-filter): Removed condition for objectclass.
4894         (wl-ldap-make-matched-value-list): Remove meaningless process.
4895         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4896         (wl-address-ldap-search): Don't add `*' to `pat' string;
4897         use ignore-errors; added `email';
4898         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4899         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4900         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4901
4902
4903 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4904
4905         * wl-draft.el (wl-draft-parent-folder): Write description.
4906         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4907
4908 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4909
4910         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4911         as "" (zero-length string) if no parent.
4912         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4913
4914 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4915
4916         * wl-address.el (wl-address-make-completion-list): Skip duplication
4917         checking.
4918         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4919         `append'.
4920
4921 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4922
4923         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4924         instead of `beginning-of-buffer'.
4925
4926 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4927
4928         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4929
4930 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4931
4932         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4933         Refer wl-message-buffer-name.
4934         (wl-message-wheel-down): Ditto.
4935
4936 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4937
4938         * wl-vars.el (wl-message-buffer-name): New user option.
4939
4940         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4941         directly instead of making alist dinamically.
4942
4943         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4944         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4945         wl-message-buffer-cache-name.
4946         (wl-message-buffer-cache-clean-up): Ditto.
4947
4948         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4949
4950         * Version number is increased to 2.9.15.
4951
4952 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4953
4954         * wl-vars.el (wl-summary-default-view-alist): New user option.
4955
4956         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4957
4958         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4959         while deleting address.
4960         (wl-draft-delete-myself-from-cc): Ditto.
4961
4962         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4963         If optional argument is specified, reverse sort order.
4964
4965         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4966
4967 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4968
4969         * wl-thread.el (wl-thread-insert-message): Return parent number if
4970         exists.
4971         (wl-thread-update-indent-string-region): Use
4972         wl-thread-update-line-on-buffer-sub instead of
4973         wl-thread-update-line-on-buffer.
4974
4975 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4976
4977         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4978         (wl-folder-close-all): Ditto.
4979
4980 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4981
4982         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4983         and mailing-list:.
4984         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4985         value.
4986         (wl-summary-line-list-info): Print mailing-list name even when 
4987         list-number is empty.
4988
4989 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4990
4991         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4992
4993         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4994         (wl-draft-open-file): Ditto.
4995         (wl-draft-random-alphabet): Ditto.
4996
4997         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4998         bindings.
4999
5000 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5001
5002         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5003         * wl-vars.el (wl-draft-config-alist): Ditto.
5004
5005 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5006
5007         * Version number is increased to 2.9.14.
5008
5009         * wl.el (wl): Don't set wl-init as nil when error occured while
5010         auto-checking folders.
5011
5012         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5013         `elmo-expand-newtext'.
5014
5015 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5016
5017         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5018         `this-command' so that `wl-folder-goto-folder' contained in
5019         `wl-summary-keep-cursor-command' work.
5020
5021 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5022
5023         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5024         message buffer displaying state.
5025
5026 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5027
5028         * wl-vars.el (wl-summary-default-view): New variable to specify
5029         default value for `wl-summary-buffer-view' instead of using
5030         set-default.
5031         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5032
5033 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5034
5035         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5036
5037         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5038
5039 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5040
5041         * wl-vars.el (wl-forward-subject-prefix): New variable.
5042         * wl-draft.el (wl-draft-forward): Use it.
5043
5044 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5045
5046         * wl-message.el (wl-message-prev-page): When it is called without
5047         lines argument, scroll down by wl-message-scroll-amount lines.
5048         (wl-message-next-page): Ditto.
5049         * wl-vars.el (wl-message-scroll-amount): Change default value
5050         to preserve current behavior.
5051
5052 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5053
5054         * wl-summary.el (wl-summary-prefetch-msg): Bind
5055         `wl-message-entity' to call `wl-summary-from-function'.
5056
5057 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5058
5059         * wl-message.el (wl-message-buffer-create): Run
5060         wl-message-buffer-created-hook.
5061
5062 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5063
5064         * wl-summary.el (wl-summary-sort-specs): New variable.
5065         (wl-summary-default-sort-spec): Ditto.
5066         (wl-summary-sort): Rewrite.
5067         (wl-summary-sort-by-list-info): New function.
5068
5069 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5070
5071         * wl-summary.el (wl-summary-get-list-info): New function.
5072         (wl-summary-sort): Rewrite.
5073         (wl-summary-line-list-info): Ditto.
5074         (wl-summary-line-list-count): Ditto.
5075         (wl-summary-refile-region): Fixed docstring.
5076
5077 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5078
5079         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5080         `wl-folder-entity-hashtb' as completion table.
5081
5082 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5085         only when this command is called interactively; silence the byte-
5086         compiler.
5087
5088 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5089
5090         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5091         active in XEmacs.
5092
5093 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5094
5095         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5096         plural lines.
5097
5098 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5099
5100         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5101         of current line when the cursor is on the header name.
5102         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5103
5104 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5105
5106         * wl-util.el (wl-read-directory-name): Return displayed directory
5107         as the default value also on XEmacs.
5108
5109 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5110
5111         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5112         formatting.
5113
5114 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5115
5116         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5117         argument and when it is non-nil, check face property before
5118         highlighting for each line.
5119         (wl-highlight-summary-window): Set it.
5120
5121 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5122
5123         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5124         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5125
5126         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5127         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5128         (wl-draft-get-fcc-list): Likewise.
5129
5130 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5131
5132         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5133         (wl-thread-entity-cur): Ditto.
5134         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5135         wl-thread-indent-regexp setting.
5136         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5137
5138         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5139         wl-summary-lazy-highlight.
5140         (wl-summary-display-bottom): Ditto.
5141
5142         * wl-thread.el (wl-thread-open-close): Likewise.
5143
5144         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5145         from and subject;
5146         Bind wl-draft-use-frame;
5147         Enclose with save-window-excursion;
5148         Use wl-draft-create-buffer instead of with-temp-buffer;
5149         Use wl-draft-prepare-edit;
5150         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5151         Use wl-draft-send instead of wl-draft-raw-send.
5152
5153 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5154
5155         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5156         of using wl-from.
5157
5158 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5159
5160         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5161         insert-buffer instead of clone-buffer.
5162         (wl-draft-doing-mime-bcc): New variable.
5163         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5164         infinite loop.
5165         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5166
5167         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5168         (wl-draft-mime-bcc-body): Ditto.
5169
5170         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5171         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5172         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5173         wl-draft-do-mime-bcc.
5174         (wl-draft-mime-bcc-field): New function.
5175         (wl-draft-do-mime-bcc): Ditto.
5176
5177         * wl-address.el (wl-address-complete-header-list): New variable.
5178         (wl-address-complete-header-regexp): Changed default value.
5179
5180         * Version number is increased to 2.9.13.
5181
5182 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5183
5184         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5185         it is differed.
5186
5187 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5188
5189         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5190         (wl-summary-line-list-count): Ditto.
5191
5192 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5193
5194         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5195         (wl-nntp-posting-function): New variable.
5196         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5197         `wl-nntp-posting-config-alist'.
5198
5199 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5200
5201         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5202         FLIM.
5203
5204 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5205
5206         * wl-summary.el (wl-summary-target-mark-refile-sub):
5207         Remove a nuisance funcall.
5208
5209 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5210
5211         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5212         as t for `try-completion'.
5213
5214 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5215
5216         * wl-summary.el (wl-summary-default-from): Use
5217         wl-address-header-extract-address instead of
5218         std11-extract-address-components.
5219         (wl-summary-simple-from): Ditto.
5220         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5221         (wl-summary-insert-headers): Show message.
5222         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5223         for whole line.
5224         (wl-summary-default-from): Revert last change.
5225         (wl-summary-simple-from): Ditto.
5226         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5227         (wl-summary-mark-as-read-region): Follow the change above.
5228         (wl-summary-sync-marks): Ditto.
5229         (wl-summary-target-mark-mark-as-read): Ditto.
5230         (wl-summary-redisplay-internal): Ditto.
5231         (wl-summary-redisplay-no-mime-internal): Ditto.
5232         (wl-summary-redisplay-all-header): Ditto.
5233         (wl-summary-mark-as-read): Removed argument `cached';
5234         Use current cache status to set cache mark.
5235         (wl-summary-redisplay-internal): Follow the change above.
5236         (wl-summary-redisplay-no-mime-internal): Ditto.
5237         (wl-summary-redisplay-all-header): Ditto.
5238
5239         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5240
5241         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5242         Don't call itself recursively (Adviced by Yamaoka-san).
5243
5244 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5245
5246         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5247         bind wl-summary-highlight as nil to avoid error caused by missing
5248         local variables.
5249
5250 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5251
5252         * wl-vars.el (wl-invalid-character-message): New user option.
5253
5254         * wl-util.el (wl-set-string-width): If truncated string-width is
5255         larger than specified width, use `wl-invalid-character-message'.
5256
5257 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5258
5259         * wl-summary.el (wl-summary-prefetch-msg): 
5260         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5261
5262 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5263
5264         * wl-vars.el (wl-summary-check-line-format): New user option.
5265         (wl-summary-line-format-file): Ditto.
5266
5267         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5268         variable.
5269         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5270         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5271         and `wl-summary-view-old-p' to check whether do a rescan or not.
5272         (wl-summary-view-old-p): New function.
5273         (wl-summary-line-format-changed-p): Ditto.
5274         (wl-summary-line-format-save): Ditto.
5275         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5276
5277         * wl-util.el (wl-set-string-width): Avoid using negative number
5278         for make-string.
5279
5280 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5281
5282         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5283         return value.
5284
5285         * wl-util.el (wl-set-string-width): Added optional argument
5286         `padding' (All other related portions are changed).
5287         (wl-line-parse-format): If the first letter of column number is
5288         `0', zero-padding the result (ex: "%05l").
5289
5290         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5291
5292 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5293
5294         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5295         sequential summary view.
5296
5297 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5298
5299         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5300         if it doesn't have a -unix version.
5301
5302 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5303
5304         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5305
5306 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5307
5308         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5309         content.
5310         (wl-draft): Follow the change above.
5311
5312         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5313
5314         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5315         and wl-folder-summary-line-format-alist contain %T and %P.
5316
5317         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5318         (wl-summary-mode-line-format): New user option.
5319         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5320         (wl-summary-line-format): Changed default value.
5321         (wl-summary-lazy-highlight): Changed default value.
5322
5323         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5324         change in wl-summary-create-line.
5325         (wl-thread-insert-entity-sub): Ditto.
5326
5327         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5328         (wl-summary-buffer-unread-status): Ditto.
5329         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5330         (wl-summary-buffer-persistent-mark-column): Ditto.
5331         (wl-summary-buffer-mode-line-formatter): Ditto.
5332         (wl-summary-buffer-mode-line): Ditto.
5333         (wl-summary-message-regexp): Abolished.
5334         (All other related portions are changed.)
5335         (wl-summary-detect-mark-position): New function.
5336         (wl-summary-buffer-set-folder): Setup
5337         wl-summary-buffer-mode-line-formatter.
5338         (wl-summary-mode): Setup selective-display;
5339         Setup pre-idle-hook when xemacs.
5340         (wl-summary-update-modeline): Rewrite.
5341         (wl-summary-jump-to-msg): Define as function;
5342         Changed regexp for searching messages.
5343         (wl-summary-message-number): Rewrite.
5344         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5345         Do rescan when old type summary cache.
5346         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5347         (wl-summary-remove-destination): Use '\r' to detect EOL.
5348         (wl-summary-print-destination): Ditto.
5349         (wl-summary-temp-mark): New inline function.
5350         (wl-summary-persistent-mark): Ditto.
5351         (wl-summary-line-number): New function.
5352         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5353         (wl-summary-line-list-count): New function.
5354         (wl-summary-create-line): Added argument persistent-mark.
5355         (All other related portions are changed)
5356         (wl-summary-create-line): Insert '\r'.
5357         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5358         (wl-summary-cursor-move-surface): New inline function.
5359         (wl-summary-prev): Use it.
5360         (wl-summary-next): Ditto.
5361
5362         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5363         wl-summary-message-regexp.
5364         (wl-highlight-summary): Delete progress message.
5365         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5366
5367         * Version number is increased to 2.9.12.
5368
5369 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5370
5371         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5372         variable (nil: no minimum).
5373         (wl-summary-line-subject): Add some spaces after subject by
5374         wl-summary-line-subject-minimum-length.
5375
5376 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5377
5378         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5379         and removed `F'.
5380         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5381         change above).
5382
5383 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5384
5385         * wl-summary.el (wl-summary-line-list-count): Reverted.
5386         (example setting in samples/*/dot.wl is also updated)
5387
5388 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5389
5390         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5391
5392         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5393
5394         * wl-vars.el (wl-summary-line-format): Addes some description to the
5395         docstring.
5396
5397         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5398         (wl-summary-line-close-bracket): Ditto.
5399         (wl-summary-line-children-number): Ditto.
5400         (wl-summary-line-thread-indent): Ditto.
5401         (wl-summary-line-children-and-from): Ditto.
5402
5403         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5404         't', 'c', 'F' and added 'C'.
5405
5406         * wl-util.el (wl-set-string-width): Accept negative value.
5407         (wl-line-parse-format): Added "%number(" and "%)".
5408
5409 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5410
5411         * wl-summary.el (wl-summary-line-list-count): Change format of the
5412         return value.
5413
5414 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5415
5416         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5417         from the recent message.el.
5418         (wl-draft-point-in-header-p): Ditto.
5419         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5420         wl-draft-beginning-of-line.
5421         * wl-e21.el (wl-draft-mode-map): Ditto.
5422         * wl-xmas.el (wl-draft-mode-map): Ditto.
5423
5424         * wl-folder.el: Sort macrodefs by dependencies.
5425
5426 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5427
5428         * wl-summary.el (wl-summary-prev): Fixed regexp.
5429         (wl-summary-next): Ditto.
5430
5431 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5432
5433         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5434
5435 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5436
5437         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5438         for backward compatibility.
5439
5440 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5441
5442         * wl-summary.el (wl-summary-line-list-count): New function, merged
5443         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5444         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5445         list counts.
5446
5447 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5448
5449         * wl-summary.el (wl-summary-create-line): Ignore errors while
5450         timezone-fix-time.
5451
5452         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5453
5454         * wl-summary.el (wl-summary-sync-update): Ditto.
5455         (wl-summary-default-from): Use wl-message-entity
5456         instead of entity.
5457
5458         * wl-summary.el (wl-summary-create-line): Fix.
5459
5460         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5461         (wl-summary-line-format): New user option.
5462         (wl-folder-summary-line-format-alist): Ditto.
5463         (wl-summary-from-width): Abolished.
5464
5465         * wl-util.el (toplevel): Require 'bytecomp.
5466         (wl-line-parse-format): New function.
5467         (wl-line-formatter-setup): New macro.
5468
5469         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5470         (wl-summary-buffer-line-formatter): New buffer local variable.
5471         (wl-summary-switch-to-clone-buffer): Follow the change above.
5472         (wl-summary-message-regexp): Fix.
5473         (wl-summary-from-func-internal): Abolished.
5474         (wl-summary-subject-func-internal): Ditto.
5475         (wl-summary-subject-filter-func-internal): Ditto.
5476         (All other related portions are changed.)
5477         (wl-summary-buffer-set-folder):
5478         Set up wl-summary-buffer-number-column and 
5479         wl-summary-buffer-line-formatter
5480         (All other related portions are changed.)
5481         (wl-summary-buffer-number-column-detect): Abolished.
5482         (All other related portions are changed.)
5483         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5484         (wl-summary-delete-all-temp-marks-on-buffer): Use
5485         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5486         (wl-summary-target-mark-delete): Ditto.
5487         (wl-summary-target-mark-refile-subr): Ditto.
5488         (wl-summary-target-mark-mark-as-read): Ditto.
5489         (wl-summary-target-mark-mark-as-unread): Ditto.
5490         (wl-summary-target-mark-mark-as-important): Ditto.
5491         (wl-summary-target-mark-save): Ditto.
5492         (wl-summary-replace-status-marks): Renamed from
5493         wl-summary-set-status-marks-on-buffer;
5494         Use wl-summary-message-regexp instead of
5495         wl-summary-buffer-number-regexp.
5496         (wl-summary-sync-update): Follow the change above.
5497         (wl-summary-goto-previous-message-beginning): New function.
5498         (wl-summary-mark-as-unread): Use it.
5499         (wl-summary-mark-as-important): Ditto.
5500         (wl-summary-line-formatter): New variable.
5501         (wl-summary-line-year): New function.
5502         (wl-summary-line-day): Ditto.
5503         (wl-summary-line-day-of-week): Ditto.
5504         (wl-summary-line-hour): Ditto.
5505         (wl-summary-line-minute): Ditto.
5506         (wl-summary-line-open-bracket): Ditto.
5507         (wl-summary-line-close-bracket): Ditto.
5508         (wl-summary-line-children-number): Ditto.
5509         (wl-summary-line-thread-indent): Ditto.
5510         (wl-summary-line-size): Ditto.
5511         (wl-summary-line-subject): Ditto.
5512         (wl-summary-line-from): Ditto.
5513         (wl-summary-line-children-and-from): Ditto.
5514         (wl-summary-create-line): Rewritten.
5515         (wl-summary-format-date): Abolished.
5516
5517         * wl-highlight.el (wl-highlight-summary-current-line): Use
5518         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5519         Use thread structure to detect thread top message.
5520
5521         * wl-draft.el (wl-default-draft-cite): Don't use
5522         wl-summary-from-func-internal.
5523
5524         * wl-refile.el (wl-refile-subject-learn): Don't use
5525         wl-summary-subject-filter-func-internal.
5526         (wl-refile-guess-by-subject): Ditto.
5527
5528         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5529         parameters.
5530
5531         * wl-thread.el (wl-thread-update-indent-string-region):
5532         Use wl-thread-update-line-on-buffer instead of
5533         wl-thread-update-indent-string.
5534         (wl-thread-update-children-number): Redefine using
5535         wl-thread-update-line-on-buffer.
5536         (wl-thread-update-indent-string): Abolished.
5537
5538         * Version number is increased to 2.9.11.
5539
5540 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5541
5542         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5543         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5544         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5545
5546         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5547         as nil.
5548
5549         * wl-thread.el (wl-thread-open-all-unread): Use 
5550         elmo-folder-list-messages-mark-match.
5551         (wl-thread-insert-message): Removed argument `mark-alist'.
5552         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5553         elmo-msgdb-set-mark.
5554         (wl-thread-get-children-msgs-uncached): Likewise.
5555         (wl-thread-get-exist-children): Added argument include-self.
5556         (wl-thread-delete-message): Follow the change above.
5557
5558         * wl-summary.el (wl-summary-count-unread): Removed argument.
5559         (wl-summary-rescan): Follow the change above.
5560         (wl-summary-mark-as-read-region): Ditto
5561         (wl-summary-mark-as-unread-region): Ditto.
5562         (wl-summary-delete-messages-on-buffer): Ditto.
5563         (wl-summary-sync-update): Ditto.
5564         (wl-summary-switch-to-clone-buffer): Ditto.
5565         (wl-summary-goto-folder-subr): Ditto.
5566         (wl-summary-target-mark-mark-as-read): Ditto.
5567         (wl-summary-target-mark-mark-as-unread): Ditto.
5568         (wl-summary-target-mark-mark-as-important): Ditto.
5569         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5570         (wl-summary-update-thread): Removed argument `mark-alist'.
5571         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5572         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5573         (wl-summary-resume-cache-status): Likewise.
5574         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5575         elmo-msgdb-set-mark.
5576         (wl-summary-mark-as-read-all): Likewise.
5577         (wl-summary-delete-cache): Ditto.
5578         (wl-summary-auto-select-msg-p): Ditto.
5579         (wl-summary-mark-as-unread): Ditto.
5580         (wl-summary-no-auto-refile-message-p): Ditto.
5581         (wl-summary-mark-as-read): Ditto.
5582         (wl-summary-mark-as-important): Ditto.
5583         (wl-summary-auto-refile): Follow the change above.
5584         (wl-summary-delete-all-marks): Removed.
5585         (wl-summary-resume-marks-and-highlight): Ditto.
5586         (wl-summary-resume-marks): Ditto.
5587         (wl-summary-delete-important-msgs-from-list): Ditto.
5588         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5589
5590         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5591         wl-summary-count-unread.
5592
5593         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5594         (wl-summary-score-update-all-lines): Use
5595         elmo-msgdb-set-mark.
5596
5597 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5598
5599         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5600         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5601         (wl-summary-create-line): Renamed from
5602         wl-summary-overview-create-summary-line;
5603         Argument rearrangement.
5604         (wl-summary-update-thread): Follow the change above.
5605
5606         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5607         (wl-thread-insert-entity-sub): Likewise.
5608
5609         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5610         argument `overview', `mark-alist' and added `msgdb'.
5611
5612         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5613
5614         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5615         (wl-summary-rescan): Follow the change above.
5616         (wl-summary-sync-update): Ditto.
5617         (wl-summary-insert-thread-entity): Ditto;
5618         Don't use `let*' in every while loop;
5619         Detect infinite loop of threads.
5620         (wl-summary-update-thread): Removed argument `overview'.
5621
5622         * wl-thread.el (wl-thread-insert-message): Ditto.
5623
5624         * Version number is increased to 2.9.10.
5625
5626         * wl-message.el (wl-message-redisplay): Ignore errors while
5627         wl-message-redisplay-hook.
5628
5629 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5630
5631         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5632
5633 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5634
5635         * wl.el (wl): inhibit-quit while wl-folder.
5636
5637 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5638
5639         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5640         while msgdb access.
5641
5642 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5643
5644         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5645         even if no folder is not created.
5646
5647 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5648
5649         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5650
5651         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5652         implementation.
5653         (wl-summary-target-mark-thread): Ditto.
5654
5655         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5656
5657 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5658
5659         * wl-util.el (wl-display-bytes): Remove unused function.
5660
5661 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5662
5663         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5664         seems critical one (partially reverse the change in 2002/03/17).
5665
5666 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5667
5668         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5669         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5670
5671 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5672
5673         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5674         is not writable.
5675         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5676         plugged status instead of `'force' as 2nd argument.
5677
5678         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5679         is not creatable.
5680
5681         * Version number is increased to 2.9.9.
5682
5683 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5684
5685         * wl-summary.el (wl-summary-suspend): New function.
5686
5687 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5688
5689         * wl.el (wl): Do not check variables if check is nil.
5690         * wl-utils.el (wl-collect-draft): New function.
5691         * wl-folder.el (wl-folder-suspend): Put summary buffers
5692         and draft buffers at the end of buffer list.
5693         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5694
5695 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5696
5697         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5698         loop instead of recursive call.
5699
5700         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5701         2nd argument.
5702
5703 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5704
5705         * wl-draft.el (wl-draft-create-contents): Don't take neither
5706         (function . args) nor (string . something) any more.
5707
5708         * wl-version.el (wl-generate-user-agent-string): Return string
5709         without header symbol.
5710         * wl-draft.el (wl-draft-default-headers): Use it.
5711
5712         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5713         `wl-draft-insert-ccs' and return field value instead of inserting
5714         the header. Abolish cc argument.
5715         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5716
5717         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5718         rather than one with string car.
5719
5720         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5721         * wl-draft.el (wl-draft-create-contents): Add it after the default
5722         headers.
5723
5724         * wl-draft.el (wl-draft-create-contents): For the case of
5725         (symbol-or-string . function) insert header only when the function
5726         returns string value.
5727
5728 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5729
5730         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5731         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5732
5733 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5734
5735         * wl.el (wl-check-environment): Don't check Message-ID when
5736         `wl-insert-message-id' is nil.
5737         Revive checking if `wl-message-id-domain' contains "@".
5738
5739 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5740
5741         * wl.el (wl-check-environment): Merge examination for "@" at
5742         inappropriate position into the first string-match.
5743
5744         * wl-summary.el (wl-summary-target-mark-print): New function.
5745         (wl-summary-pipe-message-subr): Extracted from
5746         `wl-summary-pipe-message'.
5747         (wl-summary-target-mark-pipe): New function.
5748         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5749         `wl-summary-target-mark-pipe'.
5750
5751 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5752
5753         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5754
5755 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5756
5757         * wl.el (wl-check-environment): Use elmo-warning instead of
5758         error for non-critical ones.
5759         Remove trash folder check.
5760         (wl): Don't ignore error in wl-check-environment.
5761
5762         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5763         check, which is moved from `wl-check-environment'.
5764         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5765
5766 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5767
5768         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5769         guess anything, call wl-summary-write.
5770         (wl-summary-write): Create draft with blank To field.
5771         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5772
5773 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5774
5775         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5776         argument full as well for wl-folder-write-current-folder.
5777         If wl-*-write-current-folder cannot guess addressee, add blank
5778         To header.
5779         Rewrite condition for positioning cursor.
5780
5781 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5782
5783         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5784         summary buffer is present, use it.
5785         (wl-folder-jump-to-previous-summary): Ditto.
5786
5787 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5788
5789         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5790
5791         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5792         wl-summary-previous-buffer and wl-summary-next-buffer.
5793
5794         * wl-folder.el (wl-folder-mode-map): Bind
5795         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5796         (wl-folder-jump-to-next-summary): New function.
5797         (wl-folder-jump-to-previous-summary): Ditto.
5798
5799         * wl-draft.el (wl-draft): Rearranged.
5800
5801 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5802
5803         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5804         of header.
5805         (wl-draft): Collect arguments for the header as header-alist.
5806         (wl-draft-forward): Arrange arguments for wl-draft.
5807         (wl-draft-reply): Ditto.
5808         (wl-draft-edit-string): Ditto.
5809         * wl-summary.el (wl-summary-write): Ditto.
5810         (wl-summary-write-current-folder): Ditto.
5811
5812         * Version number is increased to 2.9.8.
5813
5814 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5815
5816         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5817
5818         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5819
5820         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5821         even if the guess failed.
5822
5823         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5824         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5825         wl-summary-write-current-folder.
5826         * wl-xmas.el: Ditto.
5827
5828 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5829
5830         * wl-summary.el (wl-summary-next-page): Force display message if
5831         message is not displayed yet.
5832         (wl-summary-prev-page): Ditto.
5833
5834 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5835
5836         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5837
5838 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5839
5840         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5841         add "Preview Message" and "Save Draft and Exit".
5842
5843 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5844
5845         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5846         if addrmgr is called from draft in splitted window.
5847
5848         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5849         * wl-mule.el: Ditto.
5850         * wl-xmas.el: Ditto.
5851
5852 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5853
5854         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5855
5856         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5857         * wl-xmas.el (wl-folder-toolbar): Ditto.
5858
5859 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5860
5861         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5862         and wl-draft-save-and-exit.
5863         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5864         * wl-xmas.el: Ditto.
5865         * wl-mule.el: Ditto.
5866
5867         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5868         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5869
5870 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5871
5872         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5873         lists for saving buffer.
5874
5875 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5876
5877         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5878         parent-folder argument instead of it.
5879         (wl-draft-create-buffer): Ditto.
5880         (wl-draft-forward): Ditto.
5881         (wl-draft-reply): Ditto.
5882         * wl-summary.el (wl-summary-write): Ditto.
5883         (wl-summary-write-current-folder): Ditto.
5884
5885         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5886         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5887         Folder buffer after composing.
5888
5889 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5892         header if the file `wl-x-face-file' already contains it.
5893
5894 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5895
5896         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5897         folder" entry.
5898         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5899         * wl-e21.el (wl-folder-toolbar): Ditto.
5900         * wl-xmas.el (wl-folder-toolbar): Ditto.
5901
5902 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5903
5904         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5905         wl-folder-goto-folder with sticky argument.
5906         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5907
5908 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5909
5910         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5911         and wl-summary-previous-buffer.
5912         (wl-summary-next-buffer): New function.
5913         (wl-summary-previous-buffer): Ditto.
5914
5915 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5916
5917         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5918         wl-folder-jump-to-current-entity-with-arg.
5919         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5920         `wl-folder-jump-to-current-entity'.
5921         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5922         `wl-summary-goto-folder-sticky'.
5923         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5924         `wl-summary-goto-folder'.
5925         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5926         Unless force-exit, do not clean temp. marks for sticky summary.
5927         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5928
5929 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5930
5931         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5932         not entire.
5933
5934 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5935
5936         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5937         to `C-x C-s'.
5938         (wl-summary-save-status): New command.
5939         (wl-summary-exit): Don't clean-up temp marks when sticky.
5940         (Applied patch from Nakayama-san [wl: 09548])
5941         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5942         Do nothing when no mark data.
5943         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5944         Call `wl-summary-delete-all-temp-marks' before saving.
5945
5946 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5947
5948         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5949
5950 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5951
5952         * wl.el (wl-check-environment): Also cause error when (system-name)
5953         returns "localhost.localdomain". (Although it doesn't affect because
5954         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5955
5956 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5957
5958         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5959         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5960
5961         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5962         value.
5963
5964 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5965
5966         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5967         Likewise r-cc-list and r-ng-list.
5968
5969 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5970
5971         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5972         only if it is bound as variable.
5973
5974         * wl-mime.el (wl-draft-preview-message): Ditto.
5975
5976 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5977
5978         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5979         needless `goto-char'.
5980
5981         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5982         `wl-summary-redisplay-no-mime-internal' instead of
5983         `wl-summary-redisplay-no-mime'.
5984         (wl-summary-redisplay-no-mime): Changed argument;
5985         Call `wl-summary-redisplay-no-mime-internal'.
5986
5987         * wl-mime.el (wl-draft-preview-message): Bind
5988         `mime-header-encode-method-alist' locally.
5989
5990         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5991         (wl-draft-std11-parse-addresses): Added the first address check.
5992         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5993
5994         * Version number is increased to 2.9.7.
5995
5996 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5997
5998         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5999
6000 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6001
6002         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6003         related to scrollbar support, if there is no such a feature
6004         compiled in.
6005
6006 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6007
6008         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6009         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6010         for prefetch.
6011
6012 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6013
6014         * wl-summary.el (wl-summary-pick): Fix for no match.
6015
6016 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6017
6018         * wl-draft.el (wl-draft-save):
6019         Override `mime-header-encode-method-alist'.
6020
6021 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6022
6023         * wl-folder.el (wl-folder-pick): New function.
6024         Define key as "?".
6025
6026 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6027
6028         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6029         Fix for unplugged.
6030
6031 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6032
6033         * wl-folder.el (wl-folder-virtual): New function.
6034         Define key as "V".
6035
6036 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6037
6038         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6039         multi folder if entity is group.
6040
6041 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6042
6043         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6044         is nil.
6045
6046 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6047
6048         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6049         (wl-summary-target-mark-msgs): Return the number of marked messages.
6050
6051 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6052
6053         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6054         "first:" is specified.
6055
6056 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6057
6058         * wl-vars.el (wl-from): Use return value of function
6059         user-full-name instead of the variable user-full-name since
6060         XEmacs-20.4 doesn't set this variable.
6061
6062 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6063
6064         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6065         call `wl' directly.
6066
6067 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6068
6069         * wl-draft.el (wl-draft-reedit): Removed duplicated
6070         switch-to-buffers.
6071
6072 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * wl.el (wl-other-frame): Removed garbages.
6075
6076 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6077
6078         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6079
6080         * wl-xmas.el (wl-draft-key-setup): Ditto.
6081
6082         * wl-mule.el (wl-draft-key-setup): Ditto.
6083
6084         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6085         (wl-draft-reedit): Ditto.
6086         (wl-draft-prepare-edit): Add `wl-draft-save' to
6087         `local-write-file-hooks'.
6088         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6089         (wl-draft-reedit): Set buffer-file-name.
6090         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6091
6092
6093         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6094         call it.
6095         (wl-delete-startup-frame-function): New variable.
6096         (wl-other-frame): New function
6097         (Original was written by Yamaoka san [wl: 09239]).
6098
6099         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6100         if `wl-folder-use-frame'.
6101
6102 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6103
6104         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6105
6106 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6107
6108         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6109         New variable.
6110         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6111         (wl-message-buffer-prefetch-get-next): Use them.
6112         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6113
6114 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6115
6116         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6117         with unwind-protect.
6118
6119         * wl-draft.el (wl-draft-reedit): Rewrite.
6120         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6121         (wl-draft-save): Insert header separator if it does not exist;
6122         Removed condition-case.
6123
6124         * wl-summary.el (wl-summary-reedit): Revert last change.
6125
6126         * wl-draft.el (wl-draft-save): Rewrite.
6127         (wl-draft-create-buffer): Set buffer-file-name as nil.
6128
6129         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6130
6131         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6132
6133         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6134         nil.
6135
6136 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6137
6138         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6139         If count is nil, do not prefetch.
6140         (wl-message-buffer-prefetch-next): Next.
6141
6142 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6143
6144         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6145
6146 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6147
6148         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6149         `delete-backward-char'
6150         (wl-draft-prepare-edit): Check major-mode.
6151         (wl-draft-decode-header): Rewrite.
6152         (wl-draft): Fix.
6153
6154 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6155
6156         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6157
6158 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6159
6160         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6161         (wl-message-buffer-prefetch-get-next): Remove size checking.
6162         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6163
6164 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6165
6166         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6167         (wl-draft-default-headers): Fix.
6168
6169 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6170
6171         * wl-draft.el (wl-draft-default-headers): Insert return value of
6172         `wl-generate-mailer-string-function'.
6173
6174 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6175
6176         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6177         (wl-draft-insert-mail-header-separator): Ditto.
6178
6179         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6180         again (Reverted the change on 2002-01-17 by OKADA san).
6181
6182 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6183
6184         * wl-draft.el (wl-draft): Rewrite.
6185         (wl-draft-create-buffer): New function.
6186         (wl-draft-create-contents): Ditto.
6187         (wl-draft-prepare-edit): Ditto.
6188         (wl-draft-decode-header): Ditto.
6189         (wl-draft-decode-body): Ditto.
6190         (wl-draft-check-new-line): Ditto.
6191         (wl-draft-default-headers): Ditto.
6192         (wl-draft-insert-mail-header-separator): Ditto.
6193
6194 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6195
6196         * Version number is increased to 2.9.6.
6197
6198 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6199
6200         * wl-draft.el (wl-draft-delete-field): Optional argument.
6201         (wl-draft-delete-fields): Ditto.
6202
6203 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6204
6205         * wl-message.el (toplevel): Eliminated byte-compile warning.
6206         for `itimer-function', `delete-timer' and `itimer-list'.
6207
6208 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6209
6210         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6211         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6212         `wl-message-buffer-prefetch-threshold'.
6213         * wl-summary.el (wl-summary-redisplay-internal): Remove
6214         the check of `wl-message-buffer-prefetch-depth'.
6215
6216 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6217
6218         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6219         size of article.
6220         (wl-message-buffer-prefetch-subr): Remove size check.
6221
6222 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6223
6224         * wl-vars.el (wl-plugged): Make customizable.
6225
6226 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6227
6228         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6229         (wl-message-buffer-prefetch-set-timer): New function.
6230         (wl-message-buffer-prefetch-get-next): New function.
6231         (wl-message-buffer-prefetch): New function.
6232         (wl-message-buffer-prefetch-next): Rewrite.
6233         (wl-message-buffer-prefetch-subr): Rewrite.
6234         * wl-vars.el (wl-auto-prefetch-first): New variable.
6235         * wl-summary.el (wl-summary-goto-folder-subr): Call
6236         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6237
6238 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6239
6240         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6241         `wl-summary-unread-message-hook'.
6242
6243 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6244
6245         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6246         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6247         if range is `cache-status'.
6248
6249 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6250
6251         * wl-message.el (wl-message-buffer-prefetch-subr):
6252         Improve debug message.
6253
6254 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6255
6256         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6257         `wl-mail-send-pre-hook'.
6258         (wl-draft-send-mail-with-qmail): Ditto.
6259         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6260
6261 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6262
6263         * wl-message.el (wl-message-buffer-prefetch-subr):
6264         Fix for cancel-function-timers bug.
6265         (wl-message-buffer-prefetch-debug): Default value is t.
6266
6267 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6268
6269         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6270         (wl-message-buffer-prefetch-subr): Rewrite.
6271         Rename from `wl-message-buffer-prefetch'.
6272
6273 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6274
6275         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6276         (wl-default-draft-cite-decorate-author): Ditto.
6277
6278         * wl-draft.el (wl-draft-cite-function): Removed.
6279         (wl-default-draft-cite-decorate-author): Ditto.
6280
6281 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6282
6283         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6284         (wl-default-draft-cite): Do not arrange author name if the value of
6285         `wl-default-draft-cite-decorate-author' is nil.
6286
6287 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6288
6289         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6290
6291         * wl-folder.el (wl-folder-check-one-entity): Don't care
6292         `elmo-folder-use-flag-p'.
6293
6294 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6295
6296         * wl-folder (wl-folder-check-one-entity): Fix
6297         problem if unread is nil.
6298
6299 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6300
6301         * wl-address.el (wl-address-make-completion-list): Check whether
6302         the address is a group list.
6303         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6304
6305 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6306
6307         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6308         The number of the messages of new and unread does not count
6309         correctly.
6310
6311         * wl-summary.el (wl-summary-count-unread): Changed to return
6312         `(new . unread)' instead of total.
6313         (wl-summary-sync-update): Follow the change above.
6314
6315         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6316
6317 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6318
6319         * wl-address.el (wl-address-make-completion-list): Do not enclose
6320         address by " <" and ">" if associated realname is "".
6321         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6322         This is against the promblem with group list in .addresses pointed
6323         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6324
6325 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6326
6327         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6328         message is a format control string.
6329         * wl-expire.el (wl-expire-append-log): Ditto.
6330         * wl-mime.el (wl-summary-burst-subr): Ditto.
6331         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6332         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6333
6334 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6335
6336         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6337         wl.el (wl-check-variables): Rename from `wl-check-type'.
6338         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6339         (wl-check-variables-2): New function.
6340         (wl): Call `wl-check-variables-2'.
6341
6342 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6343
6344         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6345         after renaming folder in access group.
6346
6347 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6348
6349         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6350         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6351         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6352         (wl-message-buffer-prefetch): Rewrite.
6353         (wl-message-buffer-prefetch-idle-time): Removed.
6354         * wl-summary.el (wl-summary-redisplay-internal):
6355         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6356         Error check for `wl-message-buffer-prefetch-depht'.
6357
6358 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6359
6360         * Version number is increased to 2.9.5.
6361         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6362
6363 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6364
6365         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6366         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6367         Based on the patch written by
6368         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6369
6370 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6371
6372         * wl-draft.el (wl-draft-raw-send): Fix for
6373         `wl-news-send-pre-hook'
6374
6375 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6376
6377         * wl-utils.el (wl-message-id-function): New variable.
6378         * wl-draft.el (wl-draft-insert-required-fields):
6379         Use `wl-message-id-function'.
6380
6381 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6382
6383         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6384         * wl-utils.el (wl-draft-make-message-id-string):
6385         Use `wl-from' for domain part of Message-ID
6386         if `wl-message-id-use-wl-from' if non-nil.
6387         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6388
6389 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6390
6391         * wl.el (wl): Call `wl-check-type'
6392         Do not 'condition-case'.
6393
6394 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6395
6396         * wl.el (wl-check-type): New function.
6397         (wl-check-type-variables): New variable.
6398
6399 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6400
6401         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6402
6403 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6404
6405         * wl-draft.el (wl-smtp-password-key): New function.
6406         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6407         (wl-draft-send-mail-with-smtp): Ditto.
6408         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6409
6410 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6411
6412         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6413         * wl-utils.el (wl-unique-id-suffix): Remove.
6414
6415 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6416
6417         * Version number is increased to 2.9.4.
6418
6419 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6420
6421         * wl-utils.el (wl-unique-id-suffix): New variable.
6422         (wl-unique-id): Use `wl-unique-id-suffix'
6423
6424 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6425
6426         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6427         instead of `elmo-msgdb-search'.
6428
6429         * Version number is increased to 2.9.3.
6430
6431 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6432
6433         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6434
6435 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6436
6437         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6438         (wl-draft-dispatch-message): Changed for send-later.
6439         (wl-draft-queue-flush): Ditto.
6440         (wl-draft): Clear `wl-sent-message-queued'.
6441         (wl-draft-reedit): Ditto.
6442         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6443         * wl-vars.el (wl-draft-force-queuing): New variable.
6444         (wl-draft-force-queuing-mail): New variable.
6445         (wl-draft-force-queuing-news): New variable.
6446
6447 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6448
6449         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6450         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6451
6452 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6453
6454         * Version number is increased to 2.9.2.
6455
6456 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * wl-draft.el (wl-draft-elide-region): New user command.
6459         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6460
6461         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6462         command `wl-draft-elide-region'.
6463         * wl-mule.el: Ditto.
6464         * wl-xmas.el: Ditto.
6465
6466 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6467
6468         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6469         (wl-biff-check-folder-async): Removed needless let.
6470
6471 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6472
6473         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6474         wl-folder-get-elmo-folder.
6475         (wl-biff-check-folder): Set `biff' argument of
6476         `wl-folder-check-one-entity'.
6477         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6478
6479         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6480         (wl-folder-check-one-entity): Added `biff' argument;
6481         Setup `biff' slot of folder.
6482
6483         * Version number is increased to 2.9.1.
6484
6485 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6486
6487         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6488         comment out and fixed.
6489         (wl-fldmgr-add-completion-subr): Ditto.
6490
6491         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6492         and msgdb.
6493
6494         * wl.el (wl-toggle-plugged): Save summary view.
6495
6496 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6497
6498         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6499
6500 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6501
6502         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6503
6504 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6507         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6508         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6509
6510         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6511         if it was failed.
6512         (wl-demo): Disable undo in the demo buffer.
6513
6514 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6515
6516         * wl-version.el (wl-version): Changed codename.
6517
6518         * Version number is increased to 2.9.0.
6519
6520 2001-12-14  Takuo KITAME <kitame@northeye.org>
6521
6522         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6523         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6524         (wl-folder-mark-as-read-all-current-entity): Ditto.
6525
6526 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6527
6528         * wl-vars.el (wl-from-width): Define as obsolete variable.
6529         (wl-subject-length-limit): Ditto.
6530
6531         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6532
6533         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6534         wl-summary-save-view.
6535
6536         * wl.el (wl-save-status): Ditto.
6537         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6538
6539         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6540         (wl-summary-exit): Follow the change above.
6541         (wl-summary-goto-folder-subr): Ditto.
6542
6543         * wl-folder.el (wl-folder-create-subr): Don't use
6544         `elmo-folder-creatable-p'.
6545
6546 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6547
6548         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6549
6550 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6551
6552         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6553         rather than bitmap on Emacs 21.
6554         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6555         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6556         for xbm if the new redisplay engine is not available.
6557
6558 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6559
6560         * wl-folder.el (wl-folder-init-hook): New hook.
6561         (wl-folder-init): Run `wl-folder-init-hook'.
6562
6563 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6566
6567 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6568
6569         * wl-acap.el (wl-acap-cache-filename): New variable.
6570         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6571         (wl-acap-init): Use cache if no ACAP server found.
6572
6573 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6574
6575         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6576         `wl-acap-original-msgdb-dir'.
6577
6578         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6579         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6580
6581         * wl-mime.el (wl-mime-save-directory): Renamed from
6582         `wl-mime-save-dir'.
6583
6584 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6587
6588         * wl-demo.el: Require `path-util'.
6589         (wl-demo-bitmap-mule-available-p): New internal variable.
6590         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6591         `module-installed-p' instead.
6592         (wl-demo-insert-image): Use *.img file for a bitmap image.
6593         (wl-demo): Don't call the ascii demo recursively.
6594
6595 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6596
6597         * Version number is increased to 2.7.7.
6598
6599 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6600
6601         * wl.el (wl-exit): Eliminated byte-compile warning.
6602
6603 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6604
6605         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6606         obsolete variable using `elmo-define-obsolete-variable'.
6607         (wl-fetch-confirm-threshold): Ditto.
6608         (wl-cache-prefetch-folder-type-list): Ditto.
6609         (wl-cache-prefetch-folder-list): Ditto.
6610
6611 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6612
6613         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6614         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6615         (wl-demo-insert-image): New function.
6616         (wl-demo-insert-text): New function.
6617         (wl-demo-image-type-alist): Redefine as a function.
6618         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6619         (wl-demo-with-temp-file-buffer): Removed.
6620         (wl-logo-xpm): Removed.
6621         (wl-logo-xbm): Removed.
6622         (wl-logo-bitmap): Removed.
6623
6624 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6625
6626         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6627         (wl-expire-localdir-get-folder-function): New user option.
6628         (wl-expire-localdir-get-folder): New function.
6629         (wl-expire-localdir-date): Ditto.
6630
6631 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6632
6633         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6634         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6635         Fixed unread number mismatch when all-unread < unread.
6636
6637 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6638
6639         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6640         (wl-fetch-confirm-threshold): Ditto.
6641
6642         * wl-summary.el (wl-summary-confirm-appends): Removed.
6643         (wl-summary-sync-update): Don't refer
6644         `wl-summary-update-confirm-threshold' (It is now abolished).
6645
6646         * wl-message.el (wl-message-display-internal): Don't refer
6647         `wl-fetch-confirm-threshold' (It is now abolished).
6648
6649 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6650
6651         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6652
6653 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6654
6655         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6656         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6657         Change default value to nil.
6658         (wl-summary-indent-length-limit): The value can be nil, nil means
6659         unlimited.
6660
6661         * wl-summary.el: Don't set limit for indent length if the value of
6662         wl-summary-indent-length-limit is nil.
6663         If the value of wl-summary-width is nil, it means only that the width
6664         of summary is unlimited (nil doesn't mean that the indent length is
6665         unlimited).
6666
6667         * wl-thread.el: Ditto.
6668
6669 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6670
6671         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6672         be nil, nil means never confirm.
6673         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6674
6675 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6676
6677         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6678         means unlimited).
6679
6680 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6681
6682         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6683         Use `with-temp-buffer'.
6684
6685 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6686
6687         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6688         with new backquote style).
6689         (wl-folder-get-entity-from-buffer): Ditto.
6690
6691 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6692
6693         * wl-version.el (nemacs-version): Eliminated.
6694         (wl-extended-emacs-version2): Ignore nemacs.
6695         (wl-extended-emacs-version3): Ditto.
6696
6697 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6698
6699         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6700         (wl-draft-add-in-reply-to): New variable.
6701         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6702         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6703         (wl-draft-yank-from-mail-reply-buffer): Use
6704         `wl-draft-add-in-reply-to'.
6705         (wl-draft-insert-current-message): Ditto.
6706
6707 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6708
6709         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6710         typo (kill->hide).
6711         (wl-message-buffer-prefetch-folder-type-list): Added elements
6712         `mark' and `cache' instead of `internal'.
6713
6714 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6715
6716         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6717         resume msgdb directory.
6718
6719 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6720
6721         * wl.el (wl-exit): Call `wl-acap-exit'.
6722
6723         * wl-summary.el (wl-summary-message-string): New function.
6724         (wl-summary-reedit): Use it.
6725         (wl-summary-resend-bounced-mail): Remove needless let.
6726         (wl-summary-supersedes-message): Ditto.
6727         (wl-summary-save): Ditto.
6728
6729         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6730         (wl-acap-init): Set it.
6731         (wl-acap-exit): New function.
6732
6733 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6734
6735         * wl.el (wl-init): Revert (require 'mime-setup). move from
6736         toplevel.
6737
6738 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6739
6740         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6741         local variables.  Add error when guess function return invalid
6742         value.
6743
6744 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6745
6746         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6747         Change local variable name.
6748         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6749         (wl-folder-get-newsgroups): Return nil when non-news folder.
6750         * wl-summary.el (wl-summary-write-current-folder): State through
6751         when guess-list return nil.
6752         (wl-summary-write-current-folder-functions): Fixed docstring.
6753
6754         * wl.el (wl-exit): Changed confirm message.
6755
6756         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6757         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6758
6759         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6760
6761 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6762
6763         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6764         user option (Renamed from wl-cache-prefetch-folder-type-list).
6765         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6766         from wl-cache-prefetch-folder-list).
6767
6768         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6769         Move to wl-vars.el.
6770         (wl-message-buffer-prefetch-p): Changed to enable
6771         `wl-message-buffer-prefetch-folder-list'.
6772
6773         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6774         `ignore-cache'.
6775
6776 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6777
6778         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6779         `part-top' and `part-bottom'.
6780         (wl-draft-config-sub-part-top): New function.
6781         (wl-draft-config-sub-part-bottom): New function.
6782
6783 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6784
6785         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6786
6787 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6788
6789         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6790
6791 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6792
6793         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6794
6795         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6796         (wl-summary-write-current-folder): Ditto.
6797
6798 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6799
6800         * wl-folder.el (wl-folder-get-newsgroups): Use
6801         `elmo-folder-newsgroups'.
6802
6803 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6804
6805         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6806         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6807         `wl-draft-config-sub-header-bottom'.
6808
6809 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6810
6811         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6812         localnews folder.
6813
6814 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6815
6816         * wl-summary.el (wl-summary-mode): Undo last change.
6817
6818         * wl-folder.el (wl-folder-mode): Ditto.
6819
6820 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6821
6822         * wl-summary.el (wl-summary-mode): Locally set
6823         truncate-partial-window-width to nil.
6824         (for XEmacs)
6825
6826         * wl-folder.el (wl-folder-mode): Ditto.
6827
6828 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6829
6830         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6831
6832 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6833
6834         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6835         number.
6836
6837         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6838
6839         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6840
6841         * Version number is increased to 2.7.6.
6842
6843 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6844
6845         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6846
6847 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6848
6849         * wl-summary.el (wl-summary-sync-update): Enclose network
6850         related portion with `unwind-protect'.
6851
6852 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6853
6854         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6855
6856 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6857
6858         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6859         element.
6860         * wl-vars.el (wl-message-body-button-alist): Ditto.
6861
6862         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6863         max match length.
6864         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6865
6866         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6867         for the max match length;
6868         Use 4th element value for the button string regexp group.
6869
6870         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6871         candidate exists, prompt to select.
6872
6873 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6874
6875         * wl-summary.el (wl-summary-jump-to-msg): Search before
6876         calibration point by `beginning-of-line'.
6877
6878 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6879
6880         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6881         for access group.
6882
6883 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6884
6885         * wl-message.el (wl-message-display-internal): Bind
6886         `default-mime-charset'.
6887
6888         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6889
6890         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6891
6892         * Version number is increased to 2.7.5.
6893
6894 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6895
6896         * wl-expire.el (wl-summary-archive): Fixed;
6897         Use `elmo-folder-name-internal'.
6898
6899 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6900
6901         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6902         from `elmo-folder-move-messages' caller.
6903         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6904
6905         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6906         related portions are changed).
6907
6908 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6909
6910         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6911         counter.
6912
6913 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6914
6915         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6916         buffer local and set it to nil.
6917
6918         * wl-message.el (wl-message-redisplay): Ditto.
6919
6920 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6921
6922         * wl-summary.el (wl-summary-mark-as-important): If message is
6923         already cached, set messag as read, otherwise encache and mark as read.
6924
6925 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6926
6927         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6928         point-min.
6929
6930 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6931
6932         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6933         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6934         a keymap.
6935
6936 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6937
6938         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6939         parent.
6940
6941         * wl-mule.el (wl-message-define-keymap): Ditto.
6942
6943         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6944
6945         * wl-xmas.el (wl-message-display-internal-hook): Define.
6946         (wl-xmas-setup-message-toolbar): Define as function.
6947         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6948         (wl-message-overload-functions): Abolished.
6949         (wl-message-define-keymap): New function.
6950
6951         * wl-vars.el (wl-message-display-internal-hook): New variable.
6952         (wl-message-header-button-alist): New variable (Renamed from
6953         wl-highlight-message-header-button-alist).
6954         (wl-message-body-button-alist): Ditto.
6955
6956         * wl-mule.el (wl-message-define-keymap): New function.
6957         (wl-message-overload-functions): Abolished.
6958
6959         * wl-message.el (wl-message-add-buttons-to-body): New function.
6960         (wl-message-redisplay): Don't call wl-message-overload-functions;
6961         Call wl-message-add-buttons-to-header and
6962         wl-message-add-buttons-to-body.
6963         (wl-message-display-internal): Set keymap argument for
6964         elmo-mime-display-as-is, elmo-mime-message-display;
6965         Run wl-message-display-internal-hook.
6966         (wl-message-refer-article-or-url): Abolished.
6967
6968         * wl-highlight.el (wl-highlight-headers): Don't call
6969         wl-highlight-message-add-buttons-to-header.
6970         (wl-highlight-message-add-buttons-to-header): Abolished.
6971
6972
6973         * wl-e21.el (wl-message-display-internal-hook): Define.
6974         (wl-e21-setup-toolbar): Deleted duplicated binding.
6975         (wl-e21-setup-message-toolbar): Define as function.
6976         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6977         (wl-message-define-keymap): New function.
6978         (wl-message-overload-functions): Abolished.
6979
6980 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6981
6982         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6983         and elmo-folder-close.
6984
6985         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6986
6987 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6988
6989         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6990         boolean value.
6991         * wl-draft.el (wl-draft-do-fcc): Ditto.
6992
6993 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6994
6995         * wl-vars.el (wl-fcc-force-as-read): New variable.
6996         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6997         mark copied message as read.
6998
6999 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7000
7001         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7002
7003 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7004
7005         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7006         `wl-summary-target-above' instead of obsolete variable
7007         `wl-summary-temp-above'.
7008
7009         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7010         instead of `make-obsolete-variable'.
7011         * wl-refile.el (toplevel): Ditto.
7012
7013 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7014
7015         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7016         with third argument t.
7017         (wl-draft): Set first argument for wl-plugged-init as t.
7018
7019         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7020         definition.
7021
7022 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7023
7024         * wl-vars.el: Tabify.
7025         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7026
7027         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7028         message.
7029
7030 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7031
7032         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7033         and set default to beep.
7034
7035 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7036
7037         * wl-vars.el (wl-draft-truncate-lines): New variable.
7038
7039         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7040         instead of wl-message-truncate-lines for truncate-lines.
7041
7042 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7043
7044         * wl-message.el (wl-message-display-internal): Call
7045         `wl-highlight-message' after `elmo-mime-display-as-is'.
7046
7047         * wl-mime.el (wl-mime-display-text/plain): New function.
7048         (wl-mime-display-header): Ditto.
7049         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7050         body-presentation-method for text/plain;
7051         Register `wl-mime-display-header' as a header-presentation-method;
7052         Don't set up `elmo-message-text-content-inserted-hook' and
7053         `elmo-message-header-inserted-hook'.
7054
7055         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7056         variable.
7057         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7058         as t if flag is 'all-header;
7059         Don't bind `elmo-message-ignored-field-list',
7060         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7061
7062 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7063
7064         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7065         for xemacs with non-mule environment.
7066
7067 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7068
7069         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7070         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7071         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7072
7073 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7074
7075         * wl-vars.el (wl-interactive-send): Set default value as t.
7076
7077 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7078
7079         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7080         (wl-addrmgr-method-list): Abolished.
7081         (wl-addrmgr-change-method): Follow above change.
7082
7083         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7084
7085 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7086
7087         * wl-vars.el (wl-message-truncate-lines): Change default value
7088         to default-truncate-lines.
7089
7090         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7091
7092 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7093
7094         * wl-vars.el (wl-message-truncate-lines): New variable.
7095
7096         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7097         wl-message-truncate-lines.
7098
7099 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7100
7101         * wl-acap.el (wl-acap-init): Remove period from error message.
7102         (wl-acap-find-acap-service): Remove period from message.
7103
7104 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7105
7106         * wl.el (wl-check-environment): Undo last change.
7107
7108         * wl-vars.el (wl-from): Changed default value.
7109
7110         * wl-util.el (toplevel): Don't require tm-edit.
7111
7112         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7113         `wl-folder-init';
7114         Don't set mark on mail body.
7115         (wl-draft-reedit): Ditto.
7116
7117         * wl-address.el (wl-address-quote-specials): Define as an alias for
7118         elmo-address-quote-specials.
7119
7120 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7121
7122         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7123
7124         * wl-vars.el (wl-from): Set default value as nil.
7125         (wl-organization): Set default value as ORGANIZATION environment
7126         variable.
7127
7128         * wl-draft.el (wl-smtp-extension-bind): Check value of
7129         wl-smtp-connection-type.
7130
7131         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7132         error.
7133
7134 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7135
7136         * Version number is increased to 2.7.4.
7137
7138         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7139         arguments from `wl-highlight-x-face-function' caller.
7140         Use x-face-1.3.6.12 or later.
7141
7142 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7143
7144         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7145
7146 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7147
7148         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7149         (wl-fcc): Fix to accept function.
7150         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7151
7152 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7153
7154         * wl-acap.el (toplevel): Added `product-provide' declare.
7155         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7156
7157 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7158
7159         * wl.el (wl): Changed order of calling `elmo-init'
7160         and `elmo-folder-init'.
7161
7162 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7163
7164         * wl-mime.el (wl-summary-burst): Extract message when content-type
7165         of root entity is not only `multipart' but also `message/rfc822'.
7166         (wl-summary-burst-subr): Ditto.
7167
7168 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7169
7170         * wl-vars.el (toplevel): Require 'custom.
7171         (wl-trash-folder): Added to `wl-setting' group.
7172
7173         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7174         exists.
7175         (wl-addrmgr-draw): Insert empty line when no entry exists.
7176
7177         * wl-mule.el (wl-message-wheel-up): Fixed.
7178         (wl-message-wheel-down): Ditto.
7179
7180 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7181
7182         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7183         config is an anonymous lambda expression.
7184
7185 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7186
7187         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7188         when Mule 2 is running.
7189
7190 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7191
7192         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7193
7194 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7195
7196         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7197         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7198
7199         * wl-address.el (wl-address-specials-regexp): Eliminated.
7200         (wl-address-quote-specials): Rewrite.
7201
7202 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7205         shy-groups for regexp.
7206
7207         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7208         character classes and Perl style shy-groups for regexp.
7209         (wl-highlight-plugged-current-line): Use Posix style character
7210         classes for regexp.
7211         (wl-e21-highlight-folder-by-numbers): Ditto.
7212         (wl-e21-display-image-p): Use `display-images-p' instead of
7213         `display-graphic-p'.
7214         (display-images-p): Make an alias to `display-graphic-p' if it is
7215         not available.  It is for Emacs version prior to 21.0.105.
7216
7217         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7218         `display-graphic-p'.
7219         (wl-demo-image-type-alist): Ditto.
7220         (display-images-p): Make an alias to `display-graphic-p' if it is
7221         not available.  It is for Emacs version prior to 21.0.105.
7222
7223 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7224
7225         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7226         support.
7227         (wl-generate-user-agent-string): Ditto.
7228
7229         * wl-version.el (wl-version): Update docsting.
7230         (wl-version-status): Ditto.
7231
7232 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7233
7234         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7235         21.0.105.  For Emacs 21.0.104 or earlier.
7236
7237 2001-09-03  Takuo KITAME <kitame@northeye.org>
7238
7239         * wl-e21.el (wl-plugged-init-icons): Use
7240         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7241         (wl-biff-init-icons): Ditto.
7242
7243 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7244
7245         * wl-highlight.el (wl-highlight-summary-current-line):
7246         Fixed highlighting refile/copy destination.
7247
7248         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7249         (wl-acap-store): Encode string by wl-acap-coding-system.
7250
7251 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7252
7253         * wl-acap.el (toplevel): Check and require 'un-define before
7254         'xemacs-ucs;
7255          Added checking for UTF-2000.
7256
7257 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7258
7259         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7260         Don't enclose with `eval-and-compile'.
7261
7262         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7263         wl-init is non-nil.
7264
7265         * wl-draft.el (wl-draft): Ditto.
7266
7267         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7268
7269         * wl-acap.el (toplevel): Require 'wl.
7270         (wl-acap-store): Call `elmo-init'.
7271
7272         * wl.el (wl): Changed position of `wl-check-environment'.
7273         (toplevel): Added autoload setting for wl-acap.
7274
7275         * wl-vars.el (wl-setting): New custom group.
7276         (wl-from): Added wl-setting group.
7277         (wl-user-mail-address-list): Ditto.
7278         (wl-organization): Ditto.
7279         (wl-subscribed-mailing-list): Ditto.
7280         (wl-envelope-from): Ditto.
7281         (wl-smtp-posting-user): Ditto.
7282         (wl-smtp-posting-server): Ditto.
7283         (wl-smtp-posting-port): Ditto.
7284         (wl-smtp-authenticate-type): Ditto.
7285         (wl-pop-before-smtp-user): Ditto.
7286         (wl-pop-before-smtp-server): Ditto.
7287         (wl-pop-before-smtp-port): Ditto.
7288         (wl-pop-before-smtp-authenticate-type): Ditto.
7289         (wl-nntp-posting-server): Ditto.
7290         (wl-nntp-posting-user): Ditto.
7291         (wl-nntp-posting-port): Ditto.
7292         (wl-fetch-confirm-threshold): Ditto.
7293         (wl-prefetch-threshold): Ditto.
7294         (wl-thread-insert-opened): Ditto.
7295         (wl-ldap-server): Ditto.
7296         (wl-ldap-port): Ditto.
7297         (wl-ldap-base): Ditto.
7298         (wl-ldap-objectclass): Ditto.
7299         (wl-use-ldap): Ditto.
7300         (wl-draft-config-alist): Ditto.
7301         (wl-draft-config-matchone): Ditto.
7302         (wl-template-alist): Ditto.
7303         (wl-message-sort-field-list): Ditto.
7304         (wl-message-ignored-field-list): Ditto.
7305         (wl-message-visible-field-list): Ditto.
7306         (wl-interactive-send): Ditto.
7307         (wl-summary-move-order): Ditto.
7308         (wl-auto-select-first): Ditto.
7309         (wl-auto-select-next): Ditto.
7310         (wl-interactive-save-folders): Ditto.
7311
7312         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7313         Initialization codes are moved from wl-local-folder-init.
7314         (wl-local-folder-init): Follow the change above.
7315         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7316
7317         * wl-acap.el: New file.
7318
7319         * Version number is increased to 2.7.3.
7320
7321 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7322
7323         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7324
7325 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7326
7327         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7328         (wl-addrmgr-address-entry-list): Ditto.
7329
7330 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7331
7332         * wl-e21.el (wl-draft-mode-map): Removed binding for
7333         `wl-draft-insert-x-face-field'.
7334
7335         * wl-mule.el (wl-draft-mode-map): Ditto.
7336
7337         * wl-xmas.el (wl-draft-mode-map): Ditto.
7338
7339         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7340         (wl-cs-autoconv): Ditto.
7341         (wl-cs-local): Ditto.
7342         (wl-use-scoring): Ditto.
7343         (wl-mime-charset): Ditto.
7344         (wl-folder-check-async): Ditto.
7345
7346         * wl.el (toplevel): Ignore nemacs and tm.
7347         (wl-exit): Ditto.
7348
7349         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7350         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7351         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7352         instead of wl-address-petname-add-or-change.
7353         (wl-summary-edit-addresses-subr): Use wl-address-delete
7354         instead of wl-address-petname-delete.
7355
7356         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7357
7358         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7359         if error occured.
7360
7361         * wl-message.el (require): Remove tm support.
7362
7363         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7364
7365         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7366         (wl-folder-jump-to-current-entity): Ditto.
7367         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7368
7369         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7370         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7371         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7372
7373         * wl-mule.el (wl-draft-key-setup): Ditto.
7374
7375         * wl-xmas.el (wl-draft-key-setup): Ditto.
7376
7377         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7378         (wl-draft-std11-parse-addresses): New function.
7379         (wl-draft-parse-mailbox-list): Use it.
7380         (wl-draft): Ignore nemacs.
7381         (wl-draft-reedit): Ditto.
7382
7383         * wl-addrmgr.el: New file.
7384         (Original is wl-rcpt.el written by
7385         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7386         Thanks Kitamoto-san.)
7387
7388         * wl-address.el (wl-address-make-address-list): Modified parsing
7389         process.
7390         (wl-address-delete): Renamed from `wl-address-petname-delete';
7391         Modify wl-address-list too.
7392         (wl-address-add-or-change): Renamed from
7393         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7394
7395 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7396
7397         * wl-highlight.el (wl-highlight-summary-current-line):
7398           Work with transient-mark-mode
7399
7400 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7401
7402         * Version number is increased to 2.7.2.
7403
7404         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7405         instead of elmo-dop-queue-method.
7406
7407 2001-08-06  SAITO Atsunori <sai@yedo.com>
7408
7409         * wl-vars.el (wl-ldap-objectclass): New user option.
7410
7411         * wl-address.el (wl-ldap-make-filter): Use it.
7412
7413 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7414
7415         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7416
7417 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7418
7419         * wl-folder.el (wl-folder): redisplay after folder insertion.
7420
7421         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7422
7423         * wl-summary.el (wl-summary-sync-update):
7424         Change status mark only when new-msgdb exists.
7425         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7426
7427 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7428
7429         * wl-summary.el (wl-summary-open-folder): New function.
7430         (wl-summary-goto-folder-subr): Use it.
7431         (wl-summary-mark-as-important): Fix;
7432         Encache only when no cache exists.
7433
7434 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7435
7436         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7437         Use with-current-buffer.
7438
7439 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7440
7441         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7442         before call `get-buffer'. Fixed parenthesis.
7443         (wl-score-get-header-entry): Clear message and help window when
7444         keyboard quit.
7445         (wl-score-edit-insert-header): Ditto.
7446
7447 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7448
7449         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7450         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7451         (wl-default-draft-cite): Fix.
7452
7453         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7454         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7455
7456 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7457
7458         * wl-message.el (wl-message-prev-page): Do same bahavior
7459         as summary when it is called in the message buffer.
7460         (wl-message-next-page): Ditto.
7461
7462 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7463
7464         * wl-summary.el (wl-summary-forward): Use cache if it is not
7465         section cache.
7466
7467 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7468
7469         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7470         Removed redundant require of elmo-vars.
7471         (wl-biff-state-indicator-on): Changed default value for
7472         xemacs with non-mule environment.
7473
7474         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7475         wl-message-buffer is nil;
7476         Hide progress bar after moving messages.
7477
7478 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7479
7480         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7481         message at cursor point is deleted.
7482
7483 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7484
7485         * wl-vars.el: Changed file coding system to euc-japan.
7486         Added -*-coding:-*- magic to the first line.
7487
7488         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7489         Search parent from the first message.
7490
7491         * Version number is increased to 2.7.1.
7492
7493 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7494
7495         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7496
7497 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7498
7499         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7500         refile/delete execution.
7501
7502         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7503         Fixed docstring.
7504
7505 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7506
7507         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7508         do update process;
7509         Don't update marks when update process is interrupted.
7510
7511 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7512
7513         * wl-summary.el (wl-summary-reply): Fixed problem when
7514         wl-draft-use-frame is non-nil.
7515         (wl-summary-forward): Ditto.
7516
7517         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7518         as nil.
7519         (wl-folder-mark-as-read-all-entity): Ditto.
7520         (wl-folder-prefetch-entity): Ditto.
7521
7522         * wl.el (wl): Check environment before wl-init.
7523
7524         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7525         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7526         instead of wl-summary-collect-unread.
7527         (wl-summary-reply): Split message window.
7528
7529 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7530
7531         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7532         only if current language environment is japanese,
7533
7534         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7535         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7536         (wl-folder-goto-folder-subr): Ditto.
7537
7538         * wl-draft.el (wl-draft-dispatch-message): Call
7539         `elmo-file-cache-get-path'.
7540
7541 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7542
7543         * wl-summary.el (wl-summary-cursor-move): If return value of
7544         wl-summary-next-message is not number, don't jump.
7545
7546 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7547
7548         * wl-summary.el (wl-summary-buffer-next-message-function): New
7549         variable.
7550         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7551         if it is bound.
7552
7553         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7554         string.
7555
7556         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7557         (wl-plugged-drawing): Ditto.
7558
7559 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7560
7561         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7562         process.
7563         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7564         with unwind-protect.
7565
7566         * wl.el (wl-init): Require mime-setup.
7567         (wl-check-environment): Don't require mime-setup.
7568
7569         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7570         instead of elmo-folder-type.
7571
7572         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7573         value as nil.
7574
7575 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7576
7577         * Version number is increased to 2.7.0.
7578
7579         * wl-version.el (wl-version): Changed codename.
7580
7581         * wl-summary.el (wl-summary-delete-cache): Fixed.
7582
7583         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7584         Workaround for net folders.
7585         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7586
7587         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7588         value to nil (According to the patch from
7589         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7590
7591         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7592         of elmo-folder-close.
7593
7594 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7595
7596         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7597         for postfix.
7598
7599 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7600
7601         * wl-summary.el (wl-summary-resend-message): Fixed.
7602
7603         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7604         Call wl-draft with `from' argument if its address is included in
7605         `wl-user-mail-address-list'.
7606         (wl-draft): Added `from' argument.
7607
7608         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7609         non-nil.
7610         (wl): Don't show demo if wl-demo is nil.
7611
7612         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7613         wl-summary-use-frame.
7614
7615         * wl-vars.el (wl-summary-use-frame): New user option.
7616         (wl-folder-use-frame): Changed docstring.
7617
7618         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7619         non-nil.
7620         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7621         wl-summary-use-frame.
7622
7623         * wl-vars.el (wl-folder-use-frame): New user option.
7624
7625         * wl-summary.el (wl-summary-exit): Back to folder frame if
7626         wl-folder-use-frame is non-nil.
7627         (wl-summary-redisplay-internal): Ignore cache if current folder
7628         is draft folder,
7629         (wl-summary-redisplay-no-mime): Ditto.
7630         (wl-summary-redisplay-all-header): Ditto.
7631
7632         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7633         if wl-folder-use-frame is non-nil.
7634
7635 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7636
7637         * wl-summary.el (wl-summary-sync-update): Bind
7638         elmo-folder-update-threshold.
7639         (wl-summary-mark-as-important): Enclosed server mark processing
7640         with `save-match-data'.
7641
7642         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7643         only when it is already defined.
7644
7645 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7646
7647         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7648         name of folder exclude localdir is wrong.
7649         * wl-folder.el (wl-folder-sync-entity):
7650         Set `wl-summary-always-sticky-folder-list' as nil.
7651         (wl-folder-mark-as-read-all-entity): Ditto.
7652         (wl-folder-prefetch-entity): Ditto.
7653
7654 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7655
7656         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7657         instead of `wl-summary-write-current-newsgroup'.
7658
7659 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7660
7661         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7662         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7663         non-nil and selected message is important, do not display.
7664
7665 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7666
7667         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7668
7669 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7670
7671         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7672
7673         * wl-summary.el (wl-summary-mark-as-important): Set message number
7674         using wl-summary-message-number.
7675
7676 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7677
7678         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7679         destination folder is 'null.
7680
7681 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7682
7683         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7684         New function.
7685         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7686         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7687         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7688
7689 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7690
7691         * wl-mime.el (wl-mime-setup): Added setting for
7692         `mime-setup-signature-key-alist' to avoid overriding key bind for
7693         `wl-draft-send'.
7694
7695         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7696         for `wl-draft-send'.
7697         * wl-mule.el (wl-draft-overload-functions): Ditto.
7698         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7699         * wl-draft.el (wl-draft-send): Ditto.
7700
7701         * wl-message.el (wl-message-display-internal):
7702         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7703         (Patch is provided by <kita@coe.nttdata.co.jp>).
7704
7705 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7706
7707         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7708
7709 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7710
7711         * wl.el (wl): Fix for wl-demo.
7712
7713 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7714
7715         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7716
7717 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7718
7719         * wl-folder.el (wl-folder-prefetch-entity): Use
7720         `wl-folder-get-elmo-folder'.
7721         (wl-folder-count-incorporates): Do not use
7722         `wl-folder-get-elmo-folder'.
7723
7724 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7725
7726         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7727         instead of `elmo-folder-get-type'.
7728
7729 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7730
7731         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7732         position on Subject: field.
7733         (Advised by Mito <mit@nines.nec.co.jp>)
7734
7735 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7736
7737         * wl-folder.el (wl-folder-prefetch-entity): Use
7738         `wl-folder-get-elmo-folder'.
7739
7740 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7741
7742         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7743
7744         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7745         `process-duplicates' slot.
7746
7747         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7748         if detection failed.
7749
7750 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7751
7752         * wl-version.el (wl-version-status): Set to "alpha".
7753
7754 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7755
7756         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7757         Check wl-message-buffer lives before set-buffer.
7758
7759 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7760
7761         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7762         called in folder mode.
7763         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7764         * wl-summary.el (wl-summary-exit-pre-hook): Run
7765         `wl-summary-exit-pre-hook' before exit summary mode.
7766
7767 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7768
7769         * wl-version.el (wl-version-status): New variable.
7770         (wl-version-status-alist): Removed.
7771         (wl-version-status): Rule included.
7772
7773 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7774
7775         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7776         @sponichi.
7777
7778         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7779         when `mail-reply-buffer' is buffer-local variable.
7780         (Reported by <kita@coe.nttdata.co.jp>).
7781
7782 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7783
7784         * wl-vars.el (toplevel): Require 'elmo-util.
7785
7786 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7787
7788         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7789         (All other related portions are changed)
7790
7791         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7792
7793         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7794
7795 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7796
7797         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7798
7799 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7800
7801         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7802         Delete other windows to avoid an error.
7803         Use `point-marker' instead of `point' to remember the start point
7804         of body.
7805
7806         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7807
7808         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7809         number not to exceed all message number.
7810
7811 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7812
7813         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7814         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7815
7816 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7817
7818         * wl-summary.el (wl-summary-sync-force-update): Added argument
7819         no-check.
7820         (wl-summary-sync-update): Ditto.
7821         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7822         with `no-check'.
7823
7824         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7825         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7826         already running.
7827
7828 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7829
7830         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7831         `dst-folder-arg'.
7832         (wl-expire-archive-number1): Diito.
7833         (wl-expire-archive-number2): Diito.
7834         (wl-expire-archive-Date): Diito.
7835         (wl-archive-number1): Diito.
7836         (wl-archive-number2): Diito.
7837         (wl-archive-date): Diito.
7838         (wl-archive-folder-p): New function.
7839         (wl-summary-expire): Support of expand folder name at
7840         wl-expire-alist.
7841         * wl-util.el (wl-expand-newtext): Renamed from
7842         `wl-refile-expand-newtext'.
7843
7844 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7845
7846         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7847         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7848         `(elmo-msgdb-get-overview msgdb)'.
7849         (wl-summary-prefetch): Bind match data before call
7850         `wl-summay-prefetch-msg'.
7851         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7852         'off if `wl-summary-buffer-disp-msg' is non-nil.
7853         Fixed problem that couldn't show only one new or unread message when
7854         enter folder.
7855         (wl-summary-reply): Don't call `split-window-vertically' and other
7856         window.
7857
7858 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7859
7860         * wl-expire.el (wl-expire-refile): Fixed.
7861
7862 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7863
7864         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7865
7866         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7867         biff notification is removed.
7868
7869         * wl.el (wl): Changed position of `elmo-init'.
7870
7871         * wl-draft.el (wl-default-draft-cite): Use date field
7872         on the citation buffer.
7873
7874         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7875
7876         * wl-xmas.el (wl-folder-internal-icon-list): Added
7877         `wl-folder-shimbun-image'.
7878
7879         * wl-e21.el (wl-folder-internal-icon-list): Added
7880         `wl-folder-shimbun-image'.
7881
7882 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7883
7884         * wl.el (wl-init): Eliminated argument.
7885         (wl): Rewrite.
7886
7887         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7888         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7889         instead of `elmo-folder-msgdb-internal'.
7890         (wl-summary-sync-update): Ditto.
7891         (wl-summary-flush-pending-append-operations): Eliminated.
7892         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7893         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7894         `elmo-folder-open'.
7895
7896         * wl-mime.el (wl-summary-burst): Fixed.
7897
7898         * wl-folder.el (wl-folder-info-save): Check data type.
7899
7900         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7901         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7902         instead of `elmo-folder-msgdb-internal'.
7903         (wl-expire-hide): Ditto.
7904
7905
7906         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7907
7908 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7909
7910         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7911
7912 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7913
7914         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7915
7916 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7917
7918         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7919         Fixed `match-beginning' argument mismatch.
7920
7921 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7922
7923         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7924         the default value.
7925
7926 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7927
7928         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7929         instead of `elmo-nntp-default-port'.
7930
7931         * wl-vars.el: Fixed some doc strings.
7932
7933 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7934
7935         * wl-summary.el (wl-summary-prefetch-msg): Use
7936         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7937
7938         * wl-vars.el: Define *-func as obsolete variable using
7939         `elmo-define-obsolete-variable'.
7940
7941         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7942         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7943         instead of `wl-message-buffer-prefetch-threshold'.
7944
7945         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7946
7947         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7948
7949         * wl-draft.el (wl-caesar-region-func): Ditto.
7950
7951         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7952         Keep unread status in elmo-folder-move-messages.
7953         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7954
7955 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7956
7957         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7958         `wl-summary-buffer-exit-func'
7959         (wl-summary-buffer-message-redisplay-function): Renamed from
7960         `wl-summary-buffer-message-redisplay-func'
7961         (wl-summary-buffer-next-folder-function): Renamed from
7962         `wl-summary-buffer-next-folder-func'.
7963         (wl-summary-buffer-prev-folder-function): Renamed from
7964         `wl-summary-buffer-prev-folder-func'.
7965         (wl-summary-get-petname-function): Renamed from
7966         `wl-summary-get-petname-func'.
7967
7968         * wl-score.el (wl-score-edit-exit-function): Renamed from
7969         `wl-score-edit-exit-func'.
7970
7971         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7972         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7973
7974         * wl-util.el (wl-load-profile-function): Renamed from
7975         `wl-load-profile-func'.
7976
7977         * wl-folder.el (wl-folder-completion-function): Renamed from
7978         `wl-folder-completion-func'.
7979         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7980
7981         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7982         `wl-expire-archive-get-folder-func'.
7983         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7984         (wl-draft-send-mail-function): Renamed from
7985         `wl-draft-send-mail-func'.
7986         (wl-draft-send-news-function): Renamed from
7987         `wl-draft-send-news-func'.
7988         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7989         (wl-generate-mailer-string-function): Renamed from
7990         `wl-generate-mailer-string-func'.
7991         (wl-highlight-signature-search-function): Renamed from
7992         `wl-highlight-signature-search-func'.
7993         (wl-highlight-x-face-function): Renamed from
7994         `wl-highlight-x-face-func'
7995         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7996         (wl-ps-print-buffer-function): Renamed from
7997         `wl-ps-print-buffer-func'
7998         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7999         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8000         (wl-summary-subject-filter-function): Renamed from
8001         `wl-summary-subject-filter-func'.
8002
8003         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8004         `wl-draft-queue-flush-send-func'
8005         (wl-draft-cite-function): Renamed from
8006         `wl-draft-cite-func'
8007
8008         * wl-address.el (wl-address-init-function): Renamed from
8009         `wl-address-init-func'.
8010
8011 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8012
8013         * wl-draft.el (wl-draft-queue-flush): Don't call
8014         `elmo-dop-unlock-message'.
8015         * wl-draft.el (wl-draft-queue-append): Don't call
8016         `elmo-dop-lock-message'.
8017
8018         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8019         (wl-summary-buffer-folder-name): Ditto.
8020         (wl-summary-message-regexp): Added '-' (all other related portions
8021         are changed).
8022         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8023         wl-summary-buffer-folder-name.
8024
8025 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8026
8027         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8028         the number of mails in the folder buffer is not updated by wl-biff.
8029
8030 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8031
8032         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8033         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8034
8035 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8036
8037         * wl-summary.el (wl-summary-next-message):
8038         Return next message number when wl-summary-move-order is nil.
8039
8040 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8041
8042         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8043         `wl-summary-move-spec-alist'.
8044         (wl-summary-move-spec-unplugged-alist): New variable
8045         (Move spec for unplugged status).
8046         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8047         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8048
8049 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8050
8051         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8052         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8053
8054 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8055
8056         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8057         simple quotation to quote the anonymous function.
8058         * tm-wl.el (wl-draft-preview-message): Ditto.
8059
8060 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8061
8062         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8063         Eliminate redundant `save-excursion'.
8064         (wl-highlight-summary-current-line): Ditto.
8065
8066         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8067         accessing match data when `looking-at' failed.
8068
8069         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8070         `elmo-match-string' where users don't care about the speed.
8071         (wl-draft-save): Ditto.
8072
8073 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8074
8075         * wl-util.el (wl-regexp-opt): New function.
8076
8077         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8078         number from `wl-summary-buffer-number-list'.
8079         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8080         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8081         (wl-summary-move-spec-alist): Changed default setting.
8082
8083 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8084
8085         * wl-vars.el (wl-biff-notify-hook): New hook.
8086         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8087         the arrival of new mail.
8088         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8089         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8090
8091 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8092
8093         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8094
8095 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8096
8097         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8098
8099         * Version number is increased to 2.5.8.
8100
8101         * wl-thread.el (toplevel): require 'cl.
8102         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8103         (wl-thread-make-number-list): New function.
8104         (wl-thread-entity-make-number-list-from-children): Ditto.
8105         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8106         (wl-thread-entity-insert-as-children): Likewise.
8107         (wl-thread-delete-message): Likewise.
8108         (wl-meaning-of-mark): Eliminated.
8109         (wl-thread-next-failure-mark-p): Ditto.
8110         (wl-thread-entity-get-mark): Ditto.
8111         (wl-thread-meaning-alist-get-result): Ditto.
8112         (wl-thread-entity-check-prev-mark): Ditto.
8113         (wl-thread-entity-check-next-mark): Ditto.
8114         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8115         (wl-thread-entity-get-prev-marked-entity): Ditto.
8116         (wl-thread-get-prev-unread): Ditto.
8117         (wl-thread-jump-to-prev-unread): Ditto.
8118         (wl-thread-get-next-unread): Ditto.
8119         (wl-thread-jump-to-next-unread): Ditto.
8120         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8121         (wl-thread-entity-get-next-marked-entity): Ditto.
8122
8123         * wl-summary.el (wl-summary-buffer-number-list):
8124         New bufer-local variable.
8125         (wl-summary-switch-to-clone-buffer): Clone
8126         `wl-summary-buffer-number-list'.
8127         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8128         (wl-summary-cursor-move-regex): Eliminated.
8129         (wl-summary-cursor-up): Rewrite.
8130         (wl-summary-cursor-down): Ditto.
8131         (wl-summary-mode-spec-alist): New variable.
8132         (wl-summary-next-message): New inline function.
8133         (wl-summary-cursor-move): New function.
8134         (wl-summary-default-get-next-msg): Rewrite.
8135         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8136         (wl-summary-rescan): Ditto.
8137         (wl-summary-sync-all-init): Ditto.
8138         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8139         summary is not thread view.
8140         (wl-summary-sync-update): Ditto.
8141         (wl-summary-rescan): Ditto.
8142         (wl-summary-make-number-list): New function.
8143
8144         * wl-draft.el: "FCC" -> "Fcc".
8145
8146 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8147
8148         * wl-highlight.el (wl-highlight-summary-window):
8149         Call `set-buffer-modified-p'.
8150
8151         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8152         (wl): Call `elmo-init' and fix.
8153
8154         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8155         Use new variables.
8156
8157         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8158
8159 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8160
8161         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8162
8163 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8164
8165         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8166
8167 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8168
8169         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8170         `wl-use-toolbar' nor `display-graphic-p'.
8171         (wl-e21-setup-message-toolbar): Ditto.
8172         (wl-e21-setup-summary-toolbar): Ditto.
8173         (wl-e21-setup-folder-toolbar): Ditto.
8174
8175         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8176         (wl-plugged-init-icons): Ditto.
8177
8178         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8179         `display-graphic-p'.
8180         (wl-plugged-set-folder-icon): Ditto.
8181         (wl-highlight-plugged-current-line): Ditto.
8182         (wl-highlight-folder-current-line): Ditto.
8183         (wl-e21-highlight-folder-group-line): Ditto.
8184         (wl-e21-setup-toolbar): Ditto.
8185         (wl-e21-display-image-p): New macro.
8186
8187         * wl-demo.el (wl-demo): Simplified.
8188         (wl-demo-image-type-alist): Use `image-type-available-p' for
8189         checking whether the image type `xbm' is available.
8190
8191 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8192
8193         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8194         (wl-summary-input-range): Ditto.
8195
8196 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8197
8198         * wl-summary.el (wl-summary-edit-addresses): Use
8199         `wl-summary-get-original-buffer'
8200         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8201         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8202         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8203         (wl-summary-get-newsgroups): Eliminated.
8204         (wl-summary-set-crosspost): Ditto.
8205         (wl-summary-is-crosspost-folder): Ditto.
8206         (wl-crosspost-alist-load): Ditto.
8207         (wl-crosspost-alist-save): Ditto.
8208
8209         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8210         `elmo-setup-subscribed-newsgroups' instead of
8211         `elmo-nntp-make-groups-hashtb'.
8212         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8213         instead of `wl-crosspost-alist-save'.
8214
8215         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8216         of `elmo-folder-message-appendable-p'.
8217         (wl-mime-header-presentation-method): Eliminated.
8218
8219         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8220         (Error occurs in emacs21).
8221
8222         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8223         the current buffer).
8224
8225         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8226         instead of `wl-crosspost-alist-save'.
8227         (wl-init): `elmo-crosspost-message-alist-load'
8228         instead of `wl-crosspost-alist-load'
8229
8230         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8231         (wl-parse-newsgroups): Likewise.
8232         (wl-biff-notify): Run `wl-biff-notify-hook'.
8233
8234 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8235
8236         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8237
8238         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8239         when `wl-summary-lazy-highlight' is non-nil.
8240         (wl-summary-goto-folder-subr): Highlight only when
8241         `wl-summary-lazy-highlight' is non-nil.
8242
8243         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8244         Don't display progress and highlight temp-mark when
8245         `wl-summary-lazy-highlight' is non-nil.
8246         (wl-highlight-summary-window): New function.
8247         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8248
8249 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8250
8251         * wl-summary.el (wl-summary-sync): Change `all-visible'
8252         from `all-shown'
8253         (wl-summary-input-range): Ditto.
8254
8255 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8256
8257         * wl-e21.el (wl-highlight-folder-current-line): Call
8258         `wl-folder-init-icons' when folder icons have not been initialized.
8259
8260         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8261
8262         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8263         (wl-demo-image-type-alist): New macro.
8264
8265 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8266
8267         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8268         display does not support graphics.
8269         (wl-plugged-init-icons): Ditto.
8270         (wl-folder-init-icons): Ditto.
8271
8272         * wl-demo.el (wl-demo): Chech closely whether the display
8273         supports graphics.
8274
8275 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8276
8277         * wl-summary.el (wl-summary-get-original-buffer): New function.
8278         (wl-summary-set-crosspost): Use it.
8279         (wl-summary-target-mark-uudecode): Ditto.
8280         (wl-summary-reedit): Ditto.
8281         (wl-summary-resend-bounced-mail): Ditto.
8282         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8283         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8284
8285         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8286         (wl-message-display-internal): Ditto.
8287
8288 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8289
8290         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8291
8292 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8293
8294         * wl-summary.el (wl-summary-save-view): Renamed from
8295         `wl-summary-save-status'.
8296
8297 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8298
8299         * wl-summary.el (wl-summary-sync): Added `all-shown'
8300
8301 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8302
8303         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8304
8305 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8306
8307         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8308
8309 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8310
8311         * wl-highlight.el (wl-highlight-summary-line-string): Use
8312         `zerop' instead of `= 0'.
8313         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8314
8315         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8316         for comparing numbers.
8317         (wl-template-prev): Use `zerop' instead of `eq 0'.
8318
8319         * wl-draft.el (wl-draft-insert-current-message): Use
8320         `with-current-buffer' instead of `save-excursion'.
8321         Use `zerop' instead of `eq 0'.
8322
8323 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8324
8325         * wl-draft.el (wl-draft-insert-ccs): New function.
8326         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8327         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8328
8329 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8330
8331         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8332
8333 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8334
8335         * wl-expire.el (wl-expire-refile): Don't call
8336         elmo-msgdb-add-msgs-to-seen-list;
8337         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8338         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8339
8340 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8341
8342         * wl-message.el (wl-message-prev-page): Ignore errors while
8343         scroll-down.
8344
8345 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8346
8347         * wl-mime.el: Use elmo-original-message-mode instead of
8348         mmelmo-original-mode.
8349
8350         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8351         `elmo-folder-get-spec';
8352         (wl-fldmgr-add-completion-all-completions):
8353         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8354
8355         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8356         of `elmo-folder-get-type'.
8357
8358         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8359         `elmo-folder-get-spec';
8360         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8361         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8362         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8363         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8364         `elmo-read-msg-no-cache';
8365         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8366         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8367         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8368         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8369         `elmo-cache-save';
8370         (wl-draft-reedit): Use `elmo-message-file-name'.
8371
8372         * wl-expire.el: Use `elmo-folder-name-internal';
8373         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8374         Use macro `wl-summary-buffer-msgdb' instead of variable
8375         `wl-summary-buffer-msgdb';
8376         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8377         Use macro `wl-summary-buffer-folder-name' instead of variable
8378         `wl-summary-buffer-folder-name'.
8379         * wl-score.el: Likewise.
8380
8381         * wl-message.el: Rewrite for new message buffer cache mechanism.
8382         (wl-message-buffer-cache-buffer-get): New macro.
8383         (wl-message-buffer-cache-folder-get): Ditto.
8384         (wl-message-buffer-cache-message-get): Ditto.
8385         (wl-message-buffer-cache-entry-make): Ditto.
8386         (wl-message-buffer-cache-hit): Ditto.
8387         (wl-message-buffer-cache-sort): New function.
8388         (wl-message-buffer-cache-add): Ditto.
8389         (wl-message-buffer-cache-delete): Ditto.
8390         (wl-message-buffer-cache-clean-up): Ditto.
8391         (wl-message-buffer-window): Rewrite.
8392         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8393         (wl-message-buffer-display): New function.
8394         (wl-message-display-internal): New function.
8395
8396 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8397
8398         * wl-folder.el: Use `elmo-folder-name-internal';
8399         Use `wl-folder-get-elmo-folder';
8400         Use `elmo-folder-list-messages' instead of
8401         `elmo-list-folder';
8402         Use `elmo-folder-get-primitive-list' instead of
8403         `elmo-folder-get-primitive-spec-list';
8404         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8405         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8406         Use `elmo-folder-create' instead of `elmo-create-folder'.
8407         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8408         (wl-folder-get-elmo-folder): New macro.
8409         (wl-folder-elmo-folder-cache-get): Ditto.
8410         (wl-folder-elmo-folder-cache-put): Ditto.
8411         (wl-folder-suspend): Call `elmo-quit'.
8412
8413         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8414         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8415         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8416         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8417         (toplevel): require 'cl.
8418         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8419
8420         * wl-summary.el: Rewrite to use new elmo interface.
8421
8422 \f
8423 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8424
8425         * wl-mime.el (wl-draft-preview-message):
8426         Run `wl-draft-send-hook' before collecting recipients information;
8427         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8428
8429         * tm-wl.el (wl-draft-preview-message): Ditto.
8430
8431 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8432
8433         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8434         wrong recipients are displayed when forwarded message.
8435
8436 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8437
8438         * Version number is increased to 2.5.7.
8439
8440 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8441
8442         * wl-message.el (wl-message-next-page): Bind
8443         `window-pixel-scroll-increment' to nil while scrolling up.
8444
8445 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8446
8447         * wl-vars.el (wl-save-hook): New hook.
8448         * wl.el (wl-save): Call `wl-save-hook'.
8449
8450 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8451
8452         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8453         Argument WITH-ARG instead of NO-ARG (negative mean).
8454         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8455         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8456         * wl-message.el (wl-message-follow-current-entity): Likewise.
8457
8458 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8459
8460         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8461         FROM was optional argument.
8462         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8463
8464 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8465
8466         * Version number is increased to 2.5.6.
8467
8468 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8469
8470         * wl-version.el (wl-version-show): Removed.
8471         (wl-version): Add `interactive'.
8472
8473 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8474
8475         * wl-summary.el (wl-summary-get-petname-func): New variable.
8476         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8477         instead of `wl-address-get-petname-1'.
8478         (wl-summary-simple-from): Ditto.
8479
8480         * wl-address.el (wl-address-get-petname-1): Define as function.
8481
8482 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8483
8484         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8485         field in the original message.
8486         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8487
8488 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8489
8490         * wl-expire.el (wl-expire-hide):
8491         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8492
8493 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8494
8495         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8496         find decoder for To, Cc, and Subject.
8497
8498 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8499
8500         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8501         for checking `elmo-use-buffer-cache'.
8502         (wl-summary-mark-as-important): Fixed typo in comment.
8503
8504 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8505
8506         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8507         field in the original message.
8508         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8509
8510 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8511
8512         * wl-expire.el (wl-expire-hide):
8513         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8514
8515 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8516
8517         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8518         find decoder for To, Cc, and Subject.
8519
8520 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8521
8522         * Version number is increased to 2.5.5.
8523
8524         * wl-address.el (wl-address-specials-regexp): New constant.
8525         (wl-address-quote-specials): Use it.
8526
8527 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8528
8529         * wl-summary.el (wl-summary-rescan):
8530         Call `wl-summary-buffer-number-column-detect'.
8531         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8532
8533         * wl-message.el (wl-message-mode-map): Define.
8534         (wl-message-decode): Use it as local-map.
8535
8536 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8537
8538         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8539         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8540
8541 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8542
8543         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8544
8545         * wl-mule.el (wl-read-event-char): Ditto.
8546
8547         * wl-e21.el (wl-read-event-char): Ditto.
8548
8549         * wl-nemacs.el (wl-read-event-char): Ditto.
8550         (read-event): Removed.
8551
8552         * wl-util.el (toplevel): Removed dummy definition of
8553         `read-event'.
8554         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8555
8556 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8557
8558         * wl-nemacs.el (elmo-archive-call-process): Moved to
8559         elmo-archive.el.
8560
8561 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8562
8563         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8564         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8565
8566         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8567         instead of magic-number 6.  Use `not' instead of `null' for symbol
8568         `nil' check (not empty list).
8569         (wl-draft-insert-x-face-field): Fixed paren style.
8570
8571         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8572         one-branch conditional statement, instead of `and' and `if'.
8573         (wl-draft-forward): Likewise.
8574         (wl-draft-add-references): Likewise.
8575         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8576
8577         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8578         conditional steatment.  Use `cond' instead of `if'.
8579         (wl-draft-confirm): Likewise.
8580
8581 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8582
8583         * wl-version.el (wl-version-show): Use `product-string-1'
8584         instead of `wl-version'.
8585         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8586
8587         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8588
8589 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8590
8591         * wl-highlight.el (wl-highlight-headers): Revert
8592         `wl-highlight-x-face-func' argument (`beg' and `end').
8593
8594 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8595
8596         * wl.el (toplevel): Move `product-provide' declare.
8597         * wl-demo.el (toplevel): Ditto.
8598         * wl-dnd.el (toplevel): Ditto.
8599         * wl-highlight.el (toplevel): Ditto.
8600         * wl-message.el (toplevel): Ditto.
8601         * wl-refile.el (toplevel): Ditto.
8602         * wl-util.el (toplevel): Ditto.
8603
8604 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8605
8606         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8607         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8608         (wl-thread-close-all): keep cursor position.
8609
8610 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8611
8612         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8613         (eq x 0).
8614         (wl-generate-user-agent-string-1): Fix conditional statement.
8615
8616 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8617
8618         * wl.el (wl-check-environment): Additional check for
8619         'wl-local-domain' and `wl-message-id-domain'.
8620
8621 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8622
8623         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8624
8625 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8626
8627         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8628         instead of `smtp-sasl-user-realm'.
8629
8630 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8631
8632         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8633
8634 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8635
8636         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8637         to the default value as well as `eword-lexical-analyzer'.
8638
8639 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8640
8641         * wl-version.el (wl-extended-emacs-version,
8642         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8643         `elmo-match-string' instead of `wl-match-string'.
8644
8645 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8646
8647         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8648         docstring.
8649
8650 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8651
8652         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8653
8654 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8655
8656         * wl-highlight.el (wl-highlight-headers): Remove
8657         `wl-highlight-x-face-func' argument (`beg' and `end').
8658
8659 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8660
8661         * wl-summary.el (wl-summary-mark-as-important):
8662         Remove cache if folder is local.
8663
8664 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8665
8666         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8667         to get existing e-mail address string.
8668
8669 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8670
8671         * wl-version.el (wl-generate-user-agent-string): Commentary.
8672         (wl-generate-user-agent-string-1): Use `when' for
8673         one-branch conditional statement, instead of `and' and `if'.
8674         (wl-extended-emacs-version, wl-extended-emacs-version2,
8675         wl-extended-emacs-version3): Ditto.
8676
8677 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8678
8679         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8680         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8681         condition-case; Remove initialization.
8682         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8683         (wl-summary-sync-update3): Added argument `sync-all';
8684         Eliminated local variable `msgdb';
8685         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8686         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8687         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8688
8689 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8690
8691         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8692         connection before call `wl-draft-send-mail-with-smtp'.
8693
8694 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8695
8696         * Version number is increased to 2.5.4.
8697
8698 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8699
8700         * wl.el (wl-check-environment): Additional check for
8701         'wl-local-domain' and `wl-message-id-domain'.
8702
8703 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8704
8705         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8706         buffer as command specific.
8707         (wl-folder-mark-as-read-all-entity): Ditto.
8708         (wl-folder-prefetch-entity): Ditto.
8709         (wl-folder-drop-unsync-entity): Ditto.
8710
8711         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8712         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8713         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8714
8715         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8716         save-excursion.
8717
8718 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8719
8720         * Version number is increased to 2.5.3.
8721
8722         * wl-summary.el (wl-summary-save-view-cache):
8723         Delete duplicated `write-region';
8724         Use `write-region-as-binary' instead of `as-binary-output-file' and
8725         `write-region'.
8726
8727 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8728
8729         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8730
8731 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8732
8733         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8734         instead of `smtp-via-smtp'.
8735
8736 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8737
8738         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8739
8740 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8741
8742         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8743         instead of `smtp-sasl-user-realm'.
8744
8745 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8746
8747         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8748
8749 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8750
8751         * Version number is increased to 2.5.2.
8752
8753 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8754
8755         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8756         does not exist.
8757         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8758         (wl-biff-start): Call `timer-activate' if timer already exists.
8759
8760         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8761         only when it is bound as function.
8762
8763 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8764
8765         * Version number is increased to 2.5.1.
8766
8767 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8768
8769         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8770         Print refile/copy destination.
8771
8772 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8773
8774         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8775         queue-flush-only is non-nil.
8776
8777         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8778
8779         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8780         checking cache folder.
8781
8782 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8783
8784         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8785         `regexp-quote'.
8786
8787 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8788
8789         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8790         function.
8791         * wl-summary.el (wl-summary-write-current-folder-functions):
8792         Change default value.  Use it.
8793
8794 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8795
8796         * Version number is increased to 2.5.0.
8797
8798         * wl-version.el (wl-version): Changed codename.
8799
8800 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8801
8802         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8803         (wl-summary-supersedes-message): Ditto.
8804
8805 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8806
8807         * wl-refile.el (wl-refile-guess-functions): Renamed from
8808         `wl-refile-guess-func-list'.
8809
8810 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8811
8812         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8813         Fixed problem when no rule was matched.
8814
8815 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8816
8817         * wl-summary.el (wl-summary-get-mark): Fixed
8818         `wl-summary-buffer-target-mark' check logic.
8819
8820 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8821
8822         * wl-folder.el (wl-folder-write-current-folder): Added group
8823         folder check.
8824
8825         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8826         `wl-summary-write-current-newsgroup'.
8827         (wl-summary-write-current-folder-functions): New variable.
8828         * wl-folder.el (wl-folder-get-newsgroups): New function.
8829         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8830         (wl-folder-write-current-folder): Renamed from
8831         `wl-folder-write-current-newsgroup'.
8832
8833 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8834
8835         * Version number is increased to 2.3.93.
8836
8837 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8838
8839         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8840         (wl-ldap-make-matched-value-list): Ditto.
8841         (wl-ldap-alias-safe-string): Split e-mail address.
8842
8843         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8844         petname folder default was selected.
8845         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8846         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8847
8848 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8849
8850         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8851         to `wl-draft-config-exec'.
8852
8853         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8854         instead of calling `wl-draft-config-exec';
8855         Process group-list and show recipients in minibuffer.
8856
8857         * tm-wl.el (wl-draft-preview-message): Ditto.
8858
8859 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8860
8861         * wl.el (toplevel): Added (C) to copyright notice, and
8862         sync Author header.
8863         * tm-wl.el (toplevel): Ditto.
8864         * wl-address.el (toplevel): Ditto.
8865         * wl-demo.el (toplevel): Ditto.
8866         * wl-dnd.el (toplevel): Ditto.
8867         * wl-draft.el (toplevel): Ditto.
8868         * wl-e21.el (toplevel): Ditto.
8869         * wl-expire.el (toplevel): Ditto.
8870         * wl-folder.el (toplevel): Ditto.
8871         * wl-highlight.el (toplevel): Ditto.
8872         * wl-message.el (toplevel): Ditto.
8873         * wl-mime.el (toplevel): Ditto.
8874         * wl-mule.el (toplevel): Ditto.
8875         * wl-nemacs.el (toplevel): Ditto.
8876         * wl-refile.el (toplevel): Ditto.
8877         * wl-score.el (toplevel): Ditto.
8878         * wl-summary.el (toplevel): Ditto.
8879         * wl-template.el (toplevel): Ditto.
8880         * wl-thread.el (toplevel): Ditto.
8881         * wl-util.el (toplevel): Ditto.
8882         * wl-vars.el (toplevel): Ditto.
8883         * wl-xmas.el (toplevel): Ditto.
8884
8885 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8886
8887         * wl.el (wl-init): Added comment about `wl-init-hook'.
8888         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8889         * wl-vars.el (wl-init-hook): Added docs.
8890         (wl-make-plugged-hook): Removed useless docs.
8891         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8892         * wl-xmas.el (toplevel): Ditto.
8893
8894 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8895
8896         * wl-address.el (toplevel): Fixed multiple Author header format.
8897         * wl-demo.el (toplevel): Ditto.
8898         * wl-draft.el (toplevel): Ditto.
8899         * wl-folder.el (toplevel): Ditto.
8900         * wl-summary.el (toplevel): Ditto.
8901         * wl-thread.el (toplevel): Ditto.
8902         * wl-util.el (toplevel): Ditto.
8903         * wl-vars.el (toplevel): Ditto.
8904         * wl-version.el (toplevel): Ditto.
8905         * wl-xmas.el (toplevel): Ditto.
8906         * wl.el (toplevel): Ditto.
8907
8908         * wl-version.el (toplevel): Added require `elmo-version' for
8909         `product-version-as-string'.
8910
8911 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8912
8913         * wl-vars.el (wl-draft-send-hook): Changed default value to
8914         '(wl-draft-config-exec).
8915
8916         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8917         explicitly.
8918         (wl-draft): Set `wl-draft-config-exec-flag' before running
8919         `wl-mail-setup-hook'.
8920
8921         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8922         `wl-biff-init-icons' to `wl-init-hook' instead of
8923         `wl-make-plugged-hook'.
8924         (Because if `wl-draft' command is invoked at first,
8925         they are not initialized)
8926         Updated copyright notice.
8927
8928         * wl-e21.el (toplevel): Ditto;
8929
8930         * wl-demo.el (toplevel): Updated copyright notice.
8931         * wl-address.el (toplevel): Ditto.
8932         * wl-draft.el (toplevel): Ditto.
8933         * wl-version.el (toplevel): Ditto.
8934         * wl-folder.el (toplevel): Ditto.
8935         * wl-summary.el (toplevel): Ditto.
8936         * wl-thread.el (toplevel): Ditto.
8937         * wl-util.el (toplevel): Ditto.
8938         * wl-vars.el (toplevel): Ditto.
8939         * wl.el (toplevel): Ditto.
8940
8941 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8942
8943         * wl-highlight.el (wl-highlight-message): Fixed problem of
8944         highlighting failure which occured when the last field contains
8945         multiple lines in the draft buffer.
8946
8947         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8948         `wl-biff-start' if plugged.
8949
8950         * wl-util.el (wl-biff-check-folder): New function.
8951         (wl-biff-check-folders): Don't set session name prefix.
8952         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8953         (wl-biff-check-folder-async): Ditto.
8954
8955         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8956         in email address.
8957
8958 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8959
8960         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8961
8962         * wl-draft.el (wl-draft-strip-subject-re): New function.
8963
8964         * wl-draft.el (wl-draft-reply): Use it.
8965
8966 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8967
8968         * wl-message.el (wl-mmelmo-message-redisplay): Use
8969         `mime-display-message' instead of `wl-mime-display-message'.
8970
8971         * wl-mime.el (toplevel): Removed compatibility workaround
8972         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8973         (wl-mime-display-message): Abolished.
8974         (wl-mime-entity-read-field): Ditto.
8975         (wl-mime-combine-message/partial-pieces): Use
8976         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8977
8978 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8979
8980         * wl-template.el: Doc fixes.
8981
8982 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8983
8984         * wl-e21.el (wl-message-overload-functions): Do nothing if
8985         `current-local-map' is not available.
8986         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8987
8988 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8989
8990         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8991         representation.
8992
8993         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8994         number.
8995         (wl-fldmgr-save-folders): Don't use `format' when insert
8996         `wl-fldmgr-folders-header'.
8997
8998 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8999
9000         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9001
9002 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9003
9004         * wl-highlight.el (wl-highlight-message):
9005         Use `std11-field-end' to detect end point of the header field.
9006         Refer `wl-highlight-max-header-size'.
9007
9008         * wl-vars.el (wl-highlight-max-header-size): New variable.
9009
9010         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9011
9012         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9013         Set `for-draft' argument of wl-highlight-headers.
9014         (wl-draft): Ditto.
9015         (wl-draft-reedit): Ditto.
9016         (wl-user-agent-compose-internal): Ditto.
9017
9018 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9019
9020         * wl-message.el (wl-message-add-button): Use overlay.
9021
9022 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9023
9024         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9025
9026         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9027         problem when group-list content is nothing.
9028         (Reported by Mito <mit@nines.nec.co.jp>)
9029
9030 2000-10-18  SAITO Atsunori <sai@yedo.com>
9031
9032         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9033
9034 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9035
9036         * tm-wl.el (toplevel): Use product-provide.
9037
9038 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9039
9040         * Version number is increased to 2.3.92.
9041
9042 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9043
9044         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9045         title text, use `display' property for left margin under Emacs 21.
9046
9047         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9048         properties.
9049         (wl-plugged-init-icons): Ditto.
9050
9051 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9052
9053         * wl.el (wl-save-status, wl-init): Remove last period in
9054         "...done." message.
9055         * tm-wl.el (wl-summary-burst): Ditto.
9056         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9057         wl-summary-resume-cache-status,
9058         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9059         wl-summary-sync-update3, wl-summary-highlight-msgs,
9060         wl-summary-flush-pending-append-operations,
9061         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9062         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9063         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9064         wl-thread-open-all): Ditto.
9065         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9066         * wl-mime.el (wl-summary-burst): Ditto.
9067         * wl-highlight.el (wl-highlight-summary): Ditto.
9068         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9069         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9070         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9071         * wl-address.el (wl-local-address-init): Ditto.
9072
9073 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9074
9075         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9076         `add-text-properties'.
9077         (wl-plugged-init-icons): Ditto.
9078         (wl-folder-init-icons): Use `propertize' instead of
9079         `put-text-property'.
9080         (wl-plugged-set-folder-icon): Ditto.
9081         (wl-e21-highlight-folder-group-line): Ditto.
9082
9083 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9084
9085         * wl-version.el (wl-version-status-alist): New variable.
9086         (wl-version-status): New function.
9087
9088         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9089         "Cc" part of the case "Reply-To".
9090
9091         * wl-draft.el (wl-draft-reply): Use result of
9092         `eword-extract-address-components'.
9093
9094         * wl-demo.el (wl-demo-icon-name): New constant.
9095         (wl-logo-xpm): Use it.
9096         (wl-logo-xbm): Ditto.
9097         (wl-logo-bitmap): Ditto.
9098
9099         * Version number is increased to 2.3.91.
9100
9101 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9102
9103         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9104         (wl-extended-emacs-version, wl-extended-emacs-version2,
9105         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9106         docstring.
9107
9108         * wl-version.el (wl-generate-user-agent-string-1): New function.
9109         (wl-generate-user-agent-string): Use it.
9110
9111         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9112         `mime-edit-insert-user-agent-field'.
9113         (wl-generate-user-agent-string): Check
9114         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9115
9116         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9117         instead of `if', when verbose case.
9118
9119 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9120
9121         * wl-expire.el (wl-summary-expire): Fix.
9122
9123 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9124
9125         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9126         and `elmo-lost+found-folder' if 'wl-draft.
9127         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9128
9129 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9130
9131         * wl-expire.el (wl-summary-expire): Change messages.
9132         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9133         `deleing-info' instead of "Deleting..."
9134
9135 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9136
9137         * wl-summary.el (wl-summary-refile-subr): Fix.
9138
9139 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9140
9141         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9142         if pipe folder.
9143
9144 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9145
9146         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9147
9148 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9149
9150         * wl-expire.el (wl-expire-hide): New function.
9151         (wl-summary-expire): Add `hide'.
9152
9153 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9154
9155         * wl-vars.el (wl-draft-reply-without-argument-list):
9156         Changed default value to consider `Reply-To:'.
9157         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9158
9159         * Version number is increased to 2.3.90.
9160
9161         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9162         elmo-imap4-get-session with unwind-protect.
9163         Don't cause error.
9164         (wl-summary-sync-marks): Don't check plugged nor folder type.
9165         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9166         (Always keep current buffer).
9167
9168 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9169
9170         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9171         Enclose with `save-excursion'.
9172
9173 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9174
9175         * wl-version.el (wl-version): Remove interactive.
9176
9177 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9178
9179         * wl-version.el (wl-generate-user-agent-string): Use
9180         `product-string-verbose' instead of `product-string-1'.
9181
9182 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9183
9184         * wl-vars.el (wl-draft-use-cache): New variable.
9185         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9186         if wl-draft-use-cache is non-nil.
9187
9188 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9189
9190         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9191         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9192
9193 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9194
9195         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9196         (wl-thread-msg-mark-as-unread): Ditto.
9197
9198         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9199         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9200         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9201         Don't set mark in summary if return value of `elmo-mark-as-read'
9202         is nil.
9203         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9204         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9205         instead of `wl-thread-msg-mark-as-read'.
9206         (wl-summary-mark-as-unread-region): Ditto.
9207         (wl-summary-target-mark-mark-as-read): Ditto.
9208
9209         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9210
9211 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9212
9213         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9214
9215         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9216
9217 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9218
9219         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9220         face.
9221
9222 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9223
9224         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9225         `running-xemacs'.
9226
9227 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9228
9229         * wl-version.el (toplevel): Use `product-version-as-string' for
9230         set verstion-string, if defined.
9231
9232         * wl-version.el (wl-version-show): Insert string at point, when
9233         call with argument.
9234
9235         * wl-version.el (wl-generate-user-agent-string): Use
9236         `product-string-1' instead of `wl-appname', `wl-version' and
9237         `wl-codename'.
9238
9239 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9240
9241         * wl-address.el (toplevel): Use product-provide.
9242         * wl-demo.el (toplevel): Ditto.
9243         * wl-dnd.el (toplevel): Ditto.
9244         * wl-draft.el (toplevel): Ditto.
9245         * wl-e21.el (toplevel): Ditto.
9246         * wl-expire.el (toplevel): Ditto.
9247         * wl-fldmgr.el (toplevel): Ditto.
9248         * wl-folder.el (toplevel): Ditto.
9249         * wl-highlight.el (toplevel): Ditto.
9250         * wl-message.el (toplevel): Ditto.
9251         * wl-mime.el (toplevel): Ditto.
9252         * wl-mule.el (toplevel): Ditto.
9253         * wl-nemacs.el (toplevel): Ditto.
9254         * wl-refile.el (toplevel): Ditto.
9255         * wl-score.el (toplevel): Ditto.
9256         * wl-summary.el (toplevel): Ditto.
9257         * wl-template.el (toplevel): Ditto.
9258         * wl-thread.el (toplevel): Ditto.
9259         * wl-util.el (toplevel): Ditto.
9260         * wl-vars.el (toplevel): Ditto.
9261         * wl-xmas.el (toplevel): Ditto.
9262         * wl.el (toplevel): Ditto.
9263
9264 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9265
9266         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9267         instead of product.
9268
9269         * wl-version.el (wl-version): Compile time evalution elmo-version.
9270
9271 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9272
9273         * wl-summary.el (wl-summary-sync-force-update): Append queue
9274         `mark-as-read'if unplugged.
9275
9276 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9277
9278         * wl-version.el: New file.  Use product.el.
9279         * wl.el: add (require 'wl-version).
9280         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9281         for ~/.folders header.
9282         (wl-fldmgr-folders-header): Changed.
9283         * wl-demo.el (wl-demo): Use product.el.
9284
9285         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9286         wl-version.el.
9287         * wl-util.el (wl-version, wl-version-show): Ditto.
9288
9289         * wl-util.el (wl-generate-user-agent-string,
9290         wl-extended-emacs-version, wl-extended-emacs-version2,
9291         wl-extended-emacs-version3): Move to wl-version.el.
9292         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9293         xemacs-codename, mime-edit-insert-user-agent-field,
9294         mime-edit-user-agent-value, mime-editor/version,
9295         mime-editor/codename): Compile warning killer move to
9296         wl-version.el
9297
9298 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9299
9300         * wl-summary.el (wl-summary-refile-subr): Fix.
9301
9302 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9303
9304         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9305         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9306
9307 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9308
9309         * wl.el (wl-check-environment): Check too many `@'.
9310
9311 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9312
9313         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9314
9315 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9316
9317         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9318         wl-draft-reply-myself-without-argument-list): Add variables.
9319         * wl-draft.el (wl-draft-reply): Use it.
9320
9321 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9322
9323         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9324         the 5th argument of `elmo-network-get-spec'.
9325
9326         * wl-thread.el (wl-thread-reparent-children): New inline function.
9327         (wl-thread-delete-message): Use it.
9328
9329         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9330         (wl-summary-score-update-all-lines): Don't use `dolist'.
9331
9332 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9333
9334         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9335         (require 'elmo-msgdb) for inline function.
9336
9337 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9338
9339         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9340
9341 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9342
9343         * wl-score.el (wl-score-headers): Fix for the confusing macro
9344         `elmo-kill-buffer'.
9345
9346 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9347
9348         * wl-summary.el: Don't use the 3rd argument of `require' because
9349         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9350         * wl-util.el: Ditto.
9351         * wl-draft.el: Ditto.
9352
9353 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9354
9355         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9356         window system is not used.
9357
9358 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9359
9360         * wl-thread.el: Don't use `mapcar' only for iteration.
9361         (wl-thread-resume-entity): Ditto.
9362         (wl-thread-delete-message): Ditto.
9363
9364         * wl-summary.el: Bind `dragdrop-drop-functions',
9365         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9366         of `require' for `timezone', `easymenu' and `ps-print';
9367         don't use `mapcar' only for iteration.
9368
9369         * wl-util.el: Bind `mule-version', `nemacs-version',
9370         `emacs-beta-version', `xemacs-codename',
9371         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9372         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9373         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9374         only for iteration.
9375
9376         * wl-score.el: Don't use `mapcar' only for iteration.
9377         (wl-score-simplify-buffer-fuzzy): Ditto.
9378         (wl-score-simplify-subject): Ditto.
9379         (wl-score-headers): Ditto.
9380         (wl-summary-score-update-all-lines): Ditto.
9381
9382         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9383         `enable-multibyte-characters' and `mule-version'.
9384
9385         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9386         `mapcar' only for iteration.
9387
9388         * wl-demo.el: Don't use `mapcar' only for iteration.
9389
9390         * wl-folder.el: Don't use `mapcar' only for iteration.
9391         (wl-folder-open-all): Ditto.
9392         (wl-folder-count-incorporates): Ditto.
9393
9394         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9395         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9396
9397         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9398         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9399         `smtp-connection-type'; specify 3rd argument of `require' for
9400         `timezone'; don't use `mapcar' only for iteration.
9401         (wl-draft-clone-local-variables): Don't use `mapcar'.
9402         (wl-draft-generate-clone-buffer): Ditto.
9403         (wl-user-agent-compose-internal): Ditto.
9404
9405         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9406
9407         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9408         (wl-save-status): Ditto.
9409
9410         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9411         for iteration.
9412
9413 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9414
9415         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9416         removed `Date'.
9417         (wl-fldmgr-make-filter-default): New user option.
9418
9419         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9420         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9421         (wl-fldmgr-filter-completion-alist): Abolish.
9422
9423         * wl.el (wl): Don't check servers if arg is non-nil.
9424
9425         * wl-draft.el (wl-draft-reply): Set only message-id string to
9426         In-Reply-To field.
9427
9428 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9429
9430         * wl-summary.el (wl-summary-pick): Rewrite.
9431
9432         * wl-draft.el (wl-draft-forward): Get references field from
9433         original buffer.
9434         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9435
9436 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9437
9438         * wl-draft.el (wl-draft-forward): Add references field.
9439
9440 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9441
9442         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9443         (wl-draft-reply): Use it.
9444
9445 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9446
9447         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9448         when Emacs 21 is running.
9449
9450         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9451         bindings.
9452
9453 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9454
9455         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9456         XPM icons transparent.
9457
9458         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9459         Emacs 21.
9460
9461 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9462
9463         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9464         nil.
9465
9466         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9467         when it is persistent.
9468         (wl-summary-sync-marks): Changed argument for
9469         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9470         (wl-summary-virtual): Use `elmo-read-search-condition'.
9471         (wl-summary-redisplay-internal): If folder is local, mark as read
9472         even when folder is plugged.
9473
9474 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9475
9476         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9477         of `tool-bar-lines' in the frame parameters.
9478         (after-make-frame-functions, post-command-hook): Don't modify the
9479         value.
9480         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9481         wl-e21-tool-bar-lines): Removed.
9482
9483 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9484
9485         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9486         properties `evaporate' and `wl-momentary-overlay' as well.
9487         (wl-highlight-summary-displaying): Ditto.
9488         (wl-delete-all-overlays): Don't delete overlay which does not have
9489         a property `wl-momentary-overlay'.
9490
9491         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9492         `display-mouse-p' and `display-graphic-p'.
9493         (wl-folder-init-icons): Don't search for XBM or the other files.
9494         (wl-plugged-set-folder-icon): Make icons if and only if
9495         `display-graphic-p' returns non-nil.
9496         (wl-highlight-plugged-current-line): Use `before-string' overlay
9497         property to show icon images.
9498         (wl-highlight-folder-current-line): Ditto.
9499         (wl-e21-highlight-folder-group-line): Ditto.
9500         (wl-e21-highlight-folder-by-numbers): Ditto.
9501         (wl-e21-insert-image): Removed.
9502         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9503         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9504         said.
9505         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9506         `wl-e21-force-switch-toolbar'.
9507         (wl-e21-make-icon-image): Removed.
9508         (wl-e21-setup-toolbar): Don't search for XBM files.
9509         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9510         the default value.
9511
9512 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9513
9514         * wl-util.el (wl-biff-check-folder-async): Set
9515         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9516
9517 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9518
9519         * wl-e21.el (after-make-frame-functions): Add
9520         `wl-e21-force-switch-toolbar'.
9521         (wl-e21-force-switch-toolbar): New function force to switch the
9522         toolbar appearance automatically.
9523         (post-command-hook): Add `wl-e21-switch-toolbar'.
9524         (wl-e21-switch-toolbar): New function to switch the toolbar
9525         appearance automatically.
9526         (wl-e21-tool-bar-lines): New buffer local variable.
9527
9528 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9529
9530         * wl-util.el (wl-biff-check-folders-running): New variable.
9531         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9532         (wl-biff-check-folder-async-callback):
9533         Set `wl-biff-check-folders-running'.
9534         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9535         with unwind-protect.
9536
9537         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9538         Enclose `wl-folder-auto-check' with unwind-protect.
9539
9540         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9541         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9542
9543         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9544
9545         * wl-util.el (wl-biff-notify): New inline function.
9546         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9547         locally.
9548         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9549         folder-list' is 1.
9550         Use `wl-biff-notify'.
9551         (wl-biff-check-folder-async-callback): New function.
9552         (wl-biff-check-folder-async): Ditto.
9553
9554         * wl-folder.el (wl-folder): Don't check folders.
9555         (wl-folder-auto-check): New function.
9556
9557 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9558
9559         * wl-util.el (wl-biff-start) [Emacs19+]:
9560         Use `timer-next-integral-multiple-of-time'.
9561         (wl-biff-check-folders): Use `wl-default-folder'
9562         if `wl-biff-check-folder-list' is nil.
9563
9564 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9565
9566         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9567         instead of `elmo-delete-lists'.
9568
9569 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9570
9571         * wl.el (wl-plugged-toggle-all): Set the value of
9572         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9573         (wl-plugged-toggle): Ditto.
9574         (wl-toggle-plugged): Ditto.
9575         (wl-plugged-init): Ditto.
9576
9577         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9578         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9579         instead of `wl-biff-state-indicator-off' and
9580         `wl-biff-state-indicator-on'; don't modify the value and the type
9581         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9582         (wl-plugged-init-icons): Set icons data to
9583         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9584         instead of `wl-plug-state-indicator-off' and
9585         `wl-plug-state-indicator-on'; don't modify the value and the type
9586         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9587
9588         * wl-vars.el (wl-modeline-biff-state-off,
9589         wl-modeline-biff-state-on, wl-modeline-biff-status,
9590         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9591         wl-modeline-plug-status): New internal variables.
9592         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9593         wl-biff-check-interval, wl-biff-check-folder-list): Change
9594         customization group from `wl-folder' to `wl-highlight'.
9595         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9596         wl-show-plug-status-on-modeline): Defcustomized.
9597
9598         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9599         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9600         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9601         a flag to `mode-line-buffer-identification'.
9602
9603         * wl-e21.el (wl-biff-init-icons): Set icons data to
9604         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9605         instead of `wl-biff-state-indicator-off' and
9606         `wl-biff-state-indicator-on'.
9607         (wl-plugged-init-icons): Set icons data to
9608         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9609         instead of `wl-plug-state-indicator-off' and
9610         `wl-plug-state-indicator-on'.
9611
9612 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9613
9614         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9615         excessive titles.
9616
9617 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9618
9619         * wl.el (wl-plugged-mode): Use revised
9620         `wl-mode-line-buffer-identification'.
9621         (wl-plugged-init): Don't use `force-mode-line-update'.
9622
9623         * wl-xmas.el (wl-draft-overload-functions): Use revised
9624         `wl-mode-line-buffer-identification'.
9625         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9626         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9627         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9628         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9629         `wl-make-plugged-hook';
9630         add `wl-folder-init-icons' and `wl-setup-folder' to
9631         `wl-folder-mode-hook'.
9632
9633         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9634         19 as well.
9635         (wl-mode-line-display-priority-list): New user option.
9636         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9637         Defcustomized.
9638         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9639         Add docs.
9640
9641         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9642         start.
9643         (wl-mode-line-buffer-identification): Revised as a function.
9644
9645         * wl-summary.el (wl-summary-mode): Use revised
9646         `wl-mode-line-buffer-identification'; don't call
9647         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9648         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9649         `wl-xmas-setup-summary'.
9650
9651         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9652         `wl-mode-line-buffer-identification'.
9653
9654         * wl-mule.el (wl-draft-overload-functions): Use revised
9655         `wl-mode-line-buffer-identification'.
9656
9657         * wl-folder.el (wl-make-plugged-alist): Don't call
9658         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9659         (wl-folder): Don't call `wl-folder-init-icons' directly.
9660         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9661         `wl-xmas-setup-folder' directly;
9662         use revised `wl-mode-line-buffer-identification'.
9663         (TopLevel): Don't bind `wl-biff-init-icons',
9664         `wl-plugged-init-icons', `wl-folder-init-icons',
9665         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9666
9667         * wl-e21.el (wl-draft-overload-functions): Use revised
9668         `wl-mode-line-buffer-identification'.
9669         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9670         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9671         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9672         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9673         `wl-make-plugged-hook';
9674         add `wl-folder-init-icons' and `wl-setup-folder' to
9675         `wl-folder-mode-hook'.
9676
9677 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9678             Katsumi Yamaoka    <yamaoka@jpl.org>
9679
9680         * wl.el (wl): Call `wl-biff-start'.
9681         (wl-exit): Call `wl-biff-stop'.
9682         (wl-plugged-mode): Show biff in modeline.
9683         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9684
9685         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9686         (wl-biff-init-icons): New function.
9687         (wl-plugged-init-icons): Don't make too much keymaps.
9688         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9689
9690         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9691         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9692         variables.
9693         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9694         options.
9695
9696         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9697         wl-biff-start, wl-biff-stop): New functions.
9698         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9699         (wl-biff-timer-name): New variable.
9700
9701         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9702
9703         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9704         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9705
9706         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9707         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9708
9709         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9710         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9711         `wl-folder-init-icons' to `ignore' if they are not available.
9712         (wl-folder-mode): Show biff in modeline.
9713
9714         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9715         (wl-biff-init-icons): New function.
9716         (wl-plugged-init-icons): Don't make too much keymaps.
9717         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9718
9719 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9720
9721         * wl-vars.el (wl-strict-diff-folders): Customization Type
9722         and doc fix.  Define as a list of regular expressions for
9723         folders or nil.
9724         * wl-folder.el (wl-folder-check-one-entity): Use
9725         `wl-string-match-member' instead of `wl-string-member' for
9726         `wl-strict-diff-folders'.
9727
9728 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9729
9730         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9731         (wl-highlight-folder-current-line): Use it; new implementation.
9732         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9733         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9734         `defsubst' instead of `defun'.
9735
9736         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9737         `wl-highlight-group-folder-by-numbers'; made it can also be a
9738         number.  See info for more details.
9739
9740         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9741         running.
9742
9743         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9744         to bind them.
9745
9746         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9747         (wl-highlight-folder-current-line): New implementation.
9748
9749         * wl-highlight.el (wl-highlight-folder-group-line): New
9750         implementation.
9751         (wl-delete-all-overlays): Rewrite as a marco.
9752         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9753
9754         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9755         running.
9756         (wl-folder-*-glyph): No need to bind them.
9757
9758         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9759         `wl-e21-highlight-folder-group-icon'; rewrite.
9760         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9761         `defsubst' instead of `defun'.
9762         (wl-folder-mode-map): Bind it when compiling.
9763
9764 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9765
9766         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9767
9768         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9769
9770 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9771
9772         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9773
9774 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9775
9776         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9777         (wl-highlight-folder-current-line): Use it.
9778
9779         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9780         in `id-name'.
9781
9782 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9783
9784         * wl.el: Require `wl-e21' when Emacs 21 is running.
9785
9786         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9787         default when Emacs 21 is running.
9788         (wl-use-highlight-mouse-line): Ditto.
9789         (wl-on-emacs21): New constant.
9790         (wl-on-emacs20): Removed.
9791
9792         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9793         Emacs 21 is running.
9794
9795         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9796         Emacs 21 is running.
9797
9798         * wl-e21.el: New file.
9799
9800 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9801
9802         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9803         (wl-toggle-plugged): Ditto.
9804         (wl-plugged-toggle): Ditto.
9805         (wl-plugged-toggle-all): Ditto.
9806
9807         * wl-vars.el (wl-plug-state-indicator): Refer
9808         `wl-plug-state-indicator-on' indirectly.
9809
9810 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9811
9812         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9813         Call `wl-folder-confirm-existence'.
9814
9815         * wl-folder.el (wl-folder-confirm-existence): Added optional
9816         argument `force'.
9817
9818 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9819
9820         * wl-summary.el (wl-summary-refile-subr): Assume
9821         `copy-or-refile' as symbol.
9822         (wl-summary-refile): Follow up above change.
9823         (wl-summary-copy): Ditto.  Doc fix.
9824
9825 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9826
9827         * wl-summary.el (wl-summary-pick): Don't bind
9828         `elmo-search-mime-charset'.
9829
9830         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9831         default using old backquote style.
9832         (wl-search-mime-charset): Abolished.
9833
9834         * wl-highlight.el (wl-highlight-headers):
9835         Call `point' after `re-search-forward'(for Nemacs).
9836
9837         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9838         for elmo-imap4.el.
9839
9840 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9841
9842         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9843         `wl-message-ignored-field-list' instead of
9844         `mime-view-ignored-field-list'.
9845
9846         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9847         Add interactive spec.
9848         (wl-folder-goto-bottom-of-current-folder): Ditto.
9849         (wl-folder-mode-map): Bind them.
9850
9851         * wl-vars.el (wl-message-ignored-field-list): New variable.
9852         (wl-message-visible-field-list): New variable.
9853
9854         * wl-mime.el (wl-mime-header-presentation-method): New function.
9855         (wl-mime-setup): Set header-presentation-method.
9856
9857 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9858
9859         * wl-nemacs.el (wl-draft-overload-functions): Set
9860         `mode-line-buffer-identification' instead of using
9861         `wl-make-modeline'.
9862
9863         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9864         instead of using `wl-make-modeline'.
9865
9866         * wl-xmas.el (wl-plugged-init-icons): Set up
9867         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9868         (wl-make-modeline): Abolish.
9869         (wl-draft-overload-functions): Set
9870         `mode-line-buffer-identification' instead of using
9871         `wl-make-modeline'.
9872
9873         * wl-util.el (wl-make-modeline-subr): Abolish.
9874         (wl-mode-line-buffer-identification): New alias.
9875
9876         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9877         (wl-summary-make-modeline): Abolish.
9878         (wl-summary-buffer-set-folder): Set
9879         `wl-summary-buffer-folder-indicator'.
9880         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9881         of using `wl-make-modeline'.
9882         (wl-summary-switch-to-clone-buffer): Don't set
9883         `mode-line-buffer-identification'.
9884         (wl-summary-goto-folder-subr): Ditto.
9885
9886         * wl-mule.el (wl-draft-overload-functions): Set
9887         `mode-line-buffer-identification' instead of using
9888         `wl-make-modeline'.
9889
9890         * wl-folder.el (wl-folder-mode): Set
9891         `mode-line-buffer-identification' instead of using
9892         `wl-make-modeline'.
9893         (wl-folder): Don't set `mode-line-buffer-identification'.
9894
9895 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9896
9897         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9898         instead of `member' for `wl-refile-guess-func-list' look-ups.
9899         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9900
9901 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9902
9903         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9904         `wl-message-button-dispatcher'.
9905
9906         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9907
9908         * wl-message.el (wl-message-button-dispatcher): Use it.
9909
9910         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9911         "In-Reply-To".
9912
9913         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9914         Bind `case-fold-search' to t.
9915
9916 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9917
9918         * wl-xmas.el (wl-message-overload-functions): Initialize
9919         `wl-message-button-map'.
9920
9921         * wl-mule.el (wl-message-overload-functions): Initialize
9922         `wl-message-button-map'.
9923
9924         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9925
9926         * wl-message.el (wl-message-button-map): New keymap.
9927         (wl-message-add-button): New function.
9928         (wl-message-button-dispatcher): New function.
9929         (wl-message-button-refer-article): New function.
9930
9931         * wl-highlight.el
9932         (wl-highlight-message-add-buttons-to-header): New function.
9933         (wl-highlight-headers): Use it.
9934
9935 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9936
9937         * wl-summary.el (wl-summary-default-from): Use
9938         `wl-address-get-petname-1'.
9939         (wl-summary-simple-from): Ditto.
9940
9941         * wl-address.el (wl-address-get-petname-1): New inline function.
9942         (wl-address-get-petname): Use it.
9943
9944 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9945
9946         * wl-summary.el (wl-summary-default-from): Return full-name part
9947         from the address if no petname was found.
9948         (wl-summary-simple-from): Ditto.
9949
9950         * wl-address.el (wl-address-get-petname): Return nil if no petname
9951         associated with the address was found.
9952
9953 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9954
9955         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9956         display is finished.
9957
9958 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9959
9960         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9961         `elmo-folder-exists-p' argument.
9962
9963 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9964
9965         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9966         the folder.
9967
9968 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9969
9970         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9971
9972         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9973         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9974
9975 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9976
9977         * wl-folder.el (wl-folder-create-subr): New function.
9978         (wl-folder-confirm-existence): Use it.
9979         (wl-folder-check-one-entity): Use it.
9980         Check the error symbol is derived from 'elmo-open-error.
9981
9982         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9983         `ignore-error'.
9984
9985 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9986
9987         * wl-util.el (toplevel): Add (eval-when-compile (require
9988         'elmo-util)).  (Maybe `provide' is typo.)
9989
9990 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9991
9992         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9993         (I don't know why this was needed.)
9994
9995         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9996         Follow up changes for stream-type.
9997
9998         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9999         (wl-draft-elmo-nntp-send): Ditto.
10000
10001         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10002         (wl-nntp-posting-stream-type): Ditto.
10003         (wl-pop-before-smtp-ssl): Abolished.
10004         (wl-nntp-posting-ssl): Ditto.
10005
10006         * wl-address.el (wl-address-quote-specials): New function.
10007         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10008
10009         * wl-draft.el (wl-draft-reply): Ditto.
10010
10011 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10012
10013         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10014         use function `wl-string-match-assoc'.
10015
10016 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10017
10018         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10019
10020         * wl-draft.el (wl-draft-deduce-address-list): New function.
10021         (wl-draft-parse-mailbox-list): Ditto.
10022         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10023         instead of `smtp-deduce-address-list'.
10024         (wl-draft-on-field-p): Follow group list.
10025
10026         * wl-address.el (wl-address-concat-token): New function.
10027         (wl-address-string-without-group-list-contents): Ditto.
10028         (wl-complete-field-body): Fixed problem of completion
10029         by japanese petname.
10030         (wl-address-make-completion-list): Rewrite.
10031
10032 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10033
10034         * wl-address.el (wl-address-make-completion-list): Completion by
10035         petname.
10036         (wl-complete-field-body): Likewise.
10037
10038 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10039
10040         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10041         contains invalid address syntax.
10042
10043 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10044
10045         * wl-folder.el (wl-folder-check-entity-async): Use
10046         `elmo-nntp-spec-hostname'.
10047
10048 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10049
10050         * wl-summary.el (wl-summary-msgdb-load-async): Use
10051         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10052
10053 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10054
10055         * wl-draft.el (wl-draft-reply): Set argument
10056         `content-transfer-encoding' as nil.
10057
10058 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10059
10060         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10061         `wl-refile-alist'.
10062
10063 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10064
10065         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10066         (wl-draft-edit-string): Ditto.
10067         (wl-draft-forward): Ditto.
10068         * wl-summary.el (wl-summary-write): Ditto.
10069
10070 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10071
10072         * wl-summary.el (wl-summary-sync-update3): Call
10073         `wl-summary-buffer-number-column-detect'.
10074         (wl-summary-buffer-number-column-detect): Search from point-min.
10075
10076 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10077
10078         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10079         contains an address which is not included in original to or cc.
10080
10081 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10082
10083         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10084         begin-line does not exist.
10085         * wl-message.el (wl-message-uu-substring): Ditto.
10086
10087 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10088
10089         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10090         clear local variables.
10091         (wl-summary-exit): Call `elmo-commit'.
10092         (wl-summary-switch-to-clone-buffer): Call
10093         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10094         (wl-summary-goto-folder-subr): Ditto.
10095
10096         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10097         POP folder.
10098
10099 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10100
10101         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10102         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10103         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10104         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10105         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10106         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10107
10108         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10109
10110 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10111
10112         * wl-summary.el (wl-summary-search-by-subject):
10113         Search parent message from the latest one.
10114
10115 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10116
10117         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10118         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10119
10120         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10121         New user option.
10122
10123         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10124         if elmo-nntp-use-killed-list is nil.
10125         Use `elmo-msgdb-append-to-killed-list'.
10126         (Append numbers confirmed as disappeared to the killed list.)
10127         (wl-summary-confirm-appends): Don't display negative number.
10128
10129 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10130
10131         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10132
10133 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10134
10135         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10136         range is `all'.
10137         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10138         `elmo-list-bigger-diff'.
10139
10140 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10141
10142         * wl-summary.el (wl-summary-buffer-exit-func):
10143         New buffer local variable.
10144         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10145
10146 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10147
10148         * wl-demo.el (wl-demo): Fix the last change.
10149
10150 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10151
10152         * wl-demo.el (wl-demo): Don't use `eval'.
10153
10154 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10155
10156         * wl-summary.el (wl-summary-buffer-thread-modified):
10157         New buffer-local variable.
10158         (wl-summary-set-thread-modified): New function.
10159         (wl-summary-thread-modified-p): New function.
10160         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10161         (wl-summary-yank-saved-message): Use function
10162         `wl-summary-set-thread-modified'
10163         (wl-summary-switch-to-clone-buffer): Add
10164         `wl-summary-buffer-thread-modified'.
10165
10166         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10167         (wl-summary-buffer-mark-saved-hook): Ditto.
10168         * wl-summary.el (wl-summary-msgdb-save): New hook
10169         `wl-summary-buffer-message-saved-hook' and
10170         `wl-summary-buffer-mark-saved-hook'.
10171
10172 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10173
10174         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10175
10176 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10177
10178         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10179         don't hide scroll bars under FSF Emacsen because it may incur an
10180         undesirable redrawing.
10181
10182 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10183
10184         * wl-draft.el (wl-draft-edit-string): Call
10185         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10186
10187 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10188
10189         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10190
10191 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10192
10193         * wl-summary.el (wl-summary-msgdb-load-async): Call
10194         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10195
10196 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10197
10198         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10199         fringes in demo buffer; center bitmap logo correctly even if old
10200         Mule is used.
10201
10202 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10203
10204         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10205
10206         * wl-refile.el (wl-refile-subject-alist): New variable.
10207         (wl-refile-subject-alist-file-name): Ditto.
10208         (wl-refile-alist-setup): Rewrite.
10209         (wl-refile-alist-save): Use `elmo-object-save'.
10210         Eliminated arguments.
10211         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10212         (wl-refile-guess-by-subject): New function.
10213         (wl-refile-guess-func-list): Added it.
10214
10215 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10216
10217         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10218         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10219
10220 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10221
10222         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10223         New buffer-local variable.
10224         (wl-summary-buffer-next-folder-func): Ditto.
10225         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10226         if non-nil.
10227         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10228         if non-nil.
10229         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10230         if non-nil.
10231         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10232         if non-nil.
10233
10234 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10235
10236         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10237         permanently in the demo buffer.
10238
10239 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10240
10241         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10242         `mime-entity-fetch-field'.
10243
10244         * wl.el (wl-exit): Delete plugged buffer.
10245
10246         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10247         XEmacs has menubar feature.
10248
10249 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10250
10251         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10252         cannot arrive at the beginning of the buffer under old Emacsen.
10253
10254 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10255
10256         * wl-address.el (wl-address-ldap-search):
10257         Call `ldap-search-entries' with `withdn' argument t.
10258         (wl-complete-field-body): Bind completion-ignore-case as t.
10259         Clear ldap search hash when it was sole completion.
10260         Use elmo-string for pattern string.
10261         (wl-ldap-alias-safe-string): Eliminated needless let.
10262
10263 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10264
10265         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10266         (wl-ldap-alias-sep): New constant.
10267         (wl-ldap-search-attribute-type-list): Ditto.
10268         (wl-ldap-get-value): New function.
10269         (wl-ldap-make-filter): Ditto.
10270         (wl-ldap-make-matched-value-list): Ditto.
10271         (wl-ldap-alias-safe-string): Ditto.
10272         (wl-ldap-register-dn-string): Ditto.
10273         (wl-address-ldap-search): Rewrite.
10274
10275 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10276
10277         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10278         thread is deleted.
10279         (wl-thread-delete-line-from-buffer): Ditto.
10280         (wl-thread-get-exist-children): New function.
10281
10282 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10283
10284         * wl-demo.el (wl-demo): Made it to select various image types.
10285         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10286         from `wl-title-logo'.
10287         (wl-logo-ascii): New variable.
10288         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10289         (wl-demo-copyright-notice): New constant.
10290
10291         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10292
10293 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10294
10295         * wl-vars.el (wl-summary-target-above): Renamed from
10296         wl-summary-temp-above.
10297         * wl-score.el (wl-score-get-score-alist): Use it.
10298         (wl-summary-score-update-all-lines): Use it.
10299         * wl-summary.el: Ditto. (make-variable-buffer-local).
10300
10301 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10302
10303         * wl-vars.el (wl-ldap-port): New user option.
10304
10305         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10306         Rewite whole implementation.
10307         (wl-complete-field-body): Fixed.
10308
10309 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10310
10311         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10312         Choose implementation at compile time.
10313
10314 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10315
10316         * wl-address.el (wl-ldap-search-internal): New function.
10317         (wl-complete-field-to): Use it.
10318
10319 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10320
10321         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10322         Use `let' instead of `let*'.
10323         Require 'wl-vars.
10324
10325         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10326         Define as defcustom.
10327         (wl-ldap-base): Ditto.
10328         (wl-use-ldap): Ditto.
10329
10330 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10331
10332         * wl-address.el (wl-ldap-search): New function.
10333         (wl-complete-field-body): Use `wl-ldap-search'.
10334         (wl-ldap-server): New variable.
10335         (wl-ldap-base): Ditto.
10336         (wl-use-ldap): Ditto.
10337
10338 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10339
10340         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10341         (Pointed out by Mito <mit@nines.nec.co.jp>).
10342         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10343         buffer-local variables like `wl-summary-redisplay-internal'.
10344         (wl-summary-redisplay-all-header): Likewise.  Update
10345         Summary view too.
10346
10347 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10348
10349         * wl-summary.el (wl-summary-jump-to-parent-message):
10350         Consider prefix argument.
10351
10352         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10353         when closed thread is deleted.
10354
10355 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10356
10357         * wl-summary.el (wl-summary-jump-to-parent-message):
10358         Consider thread modification.
10359
10360 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10361
10362         * wl-message.el (wl-message-normal-get-original-buffer): Use
10363         `save-excursion'.
10364
10365         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10366         (wl-summary-showto-folder-regexp): Ditto.
10367
10368 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10369
10370         * wl-util.el (wl-delete-alist): Doc fix.
10371         (wl-delete-associations): New function.
10372         (wl-inverse-alist): New function.
10373         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10374         Split temporary variables. Use `wl-delete-associations'
10375         and `wl-inverse-alist'.
10376         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10377
10378 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10379
10380         * wl-folder.el (wl-folder-prefetch-entity):
10381         Execute prefetching if new count is unknown.
10382
10383 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10384
10385         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10386
10387         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10388         delete entity.
10389         (wl-thread-set-parent): If insert as top, set linked as nil.
10390
10391         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10392         `wl-thread-cleanup-symbols' when view mode is thread.
10393
10394 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10395
10396         * wl-folder.el (wl-folder-create-folder-entity): Use
10397         with-current-buffer.
10398         (wl-local-folder-init): Call set-buffer to make sure we are in
10399         the Folder buffer. Don't touch buffer-local variables here.
10400         (wl-folder-mode): Initialize buffer-local variables here.
10401
10402         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10403         (wl-folder-entity-assign-id): Ditto.
10404         (wl-folder-create-entity-hashtb): Ditto.
10405         (wl-local-folder-init): Ditto.
10406         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10407
10408 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10409
10410         * wl-summary.el (wl-summary-default-from): Fix probrem when
10411         std11-extract-address-components return (nil "foo@bar").
10412
10413 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10414
10415         * wl-draft.el (wl-draft-clone-local-variables):
10416         Remove redundant `setq'.
10417
10418 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10419
10420         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10421         Bind wl-highlight-x-face-func as nil while highlighting header.
10422
10423 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10424
10425         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10426
10427 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10428
10429         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10430         elmo-msgdb-overview-hashtb from copy-variables.
10431         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10432         instead of `elmo-msgdb-overview-get-entity-by-number'.
10433         (wl-summary-auto-refile): Ditto.
10434
10435         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10436         `elmo-msgdb-overview-get-entity' instead of
10437         `elmo-msgdb-search-overview-entity'.  Use
10438         `elmo-msgdb-overview-get-entity' instead of
10439         `elmo-msgdb-overview-get-entity-by-number'.
10440         (wl-thread-insert-entity-sub): Ditto.
10441         (wl-thread-insert-message): Ditto.
10442
10443         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10444         `elmo-msgdb-overview-get-entity'.
10445         (wl-normal-message-redisplay): Ditto.
10446
10447 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10448
10449         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10450         `wl-thread-entities'.
10451         (wl-thread-delete-message): Fix remove top message from
10452         `wl-thread-entity-list'.
10453
10454         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10455         wl-append(nconc), because update-list is broken on Meadow.
10456
10457         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10458         updating process.
10459         (wl-summary-rescan): Ditto.
10460         (wl-summary-sync-update3): Ditto.
10461         * wl-thread.el (wl-thread-set-parent): Renamed from
10462         `wl-summary-set-parent'.
10463         (wl-thread-insert-message): Updating buffer faster.
10464         (wl-thread-delete-message): Updating buffer faster.
10465
10466         * wl-score.el (wl-summary-score-update-all-lines): Changed
10467         interval for display progress gauge.
10468
10469 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10470
10471         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10472         folder always-sticky.
10473         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10474         defmacro.
10475
10476 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10477
10478         * wl-vars.el (wl-draft-add-references): New user option.
10479
10480         * wl-draft.el (wl-draft-add-references): New function.
10481         (wl-draft-yank-from-mail-reply-buffer): Use it.
10482         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10483         as nil.
10484
10485 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10486
10487         * wl-thread.el (wl-thread-update-line-msgs): Called
10488         `wl-thread-update-line-on-buffer-sub'.
10489         (wl-thread-update-line-on-buffer): Delete routine of inserting
10490         thread.
10491         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10492         moved from `wl-thread-update-line-on-buffer'.
10493         Add threshold for displaying progress gauge.
10494         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10495         argument of `wl-thread-update-line-msgs'.
10496         Add threshold for displaying progress gauge.
10497         * wl-folder.el:
10498         Add threshold for displaying progress gauge.
10499         * wl-score.el: Ditto.
10500
10501         * wl-expire.el (wl-summary-expire): Display deleting info.
10502
10503 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10504
10505         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10506         `no-msg'.
10507         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10508         argument of `wl-thread-update-line-msgs'.
10509         (wl-summary-set-parent): Added optional argument `parent-number'.
10510         (wl-summary-buffer-saved-message): New buffer local variable.
10511         (wl-summary-save-current-message): New command.
10512         (wl-summary-yank-saved-message): Ditto.
10513         (wl-summary-mode-map): Added key binding for
10514         `wl-summary-save-current-message' (\ew) and
10515         `wl-summary-yank-saved-message' (\C-y).
10516         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10517
10518 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10519
10520         * wl-summary.el (wl-summary-mode-map): Added key binding for
10521         `wl-summary-set-parent' (ts).
10522
10523 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10524
10525         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10526         subject faster. If thread number is reverse, delayed updating
10527         thread.
10528         (wl-summary-search-by-subject): Ditto.
10529         (wl-summary-put-alike): Ditto.
10530         (wl-summary-get-alike): Ditto.
10531         (wl-summary-insert-headers): Insert header of all overview in
10532         buffer.
10533         (wl-summary-rescan): Delayed updating thread. Kill search subject
10534         buffer for wl-summary-search-by-subject.
10535         (wl-summary-sync-update3): Ditto.
10536         (wl-summary-exit): Ditto.
10537         (wl-summary-goto-bottom-of-current-thread): Change for linked
10538         thread.
10539         (wl-summary-overview-create-summary-line): Change line for linked
10540         thread.
10541
10542         * wl-summary.el (wl-summary-update-thread): Use
10543         wl-thread-maybe-get-children-num.
10544         (wl-summary-set-parent): If change parent, move sub thread.
10545         (wl-summary-redisplay-internal): Add horizontal recenter.
10546         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10547
10548         * wl-thread.el (wl-thread-entity-get-linked): New function.
10549         (wl-thread-entity-set-linked): New function.
10550         (wl-thread-create-entity): Add linked element.
10551         (wl-thread-entity-insert-as-top): Use wl-append.
10552         (wl-thread-maybe-get-children-num): If closing thread, return
10553         children msgs.
10554         (wl-thread-update-line-msgs): Displaying progress message.
10555         (wl-thread-update-line-on-buffer-sub): Use
10556         wl-thread-maybe-get-children-num.
10557         (wl-thread-update-line-on-buffer): If update line is not exists,
10558         insert thread.
10559         (wl-thread-delete-message): If delete top msg of thread, search
10560         parent by subject.
10561         (wl-thread-insert-entity): Use
10562         wl-thread-maybe-get-children-num.
10563
10564         * wl-highlight.el (wl-highlight-summary-current-line): change
10565         sregexp for linked thread.
10566         * wl-util.el (wl-count-lines): Count lines.
10567         (wl-horizontal-recenter): horizontal recenter.
10568         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10569         (wl-score-get-alike): Ditto.
10570         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10571         (wl-subject-length-limit): New variable.
10572         (wl-highlight-thread-indent-string-regexp): Changed for linked
10573         thread.
10574
10575 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10576
10577         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10578         New variable (revival).
10579         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10580         by subject matching if there's no in-reply-to nor references field
10581         (revival).
10582
10583 \f
10584 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10585
10586         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10587         message.
10588
10589 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10590
10591         * wl-summary.el (wl-summary-reply): Return t if there was a
10592         message at cursor point.
10593         Added unwind-protect.
10594         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10595         returns t.
10596         (wl-summary-cancel-message): Do nothing when there's no message at
10597         cursor point.
10598         (wl-summary-forward): Ditto.
10599         (wl-summary-jump-to-parent-message): Ditto.
10600         (wl-summary-reedit): Ditto.
10601         (wl-summary-edit-addresses): Ditto.
10602         (wl-summary-pipe-message): Ditto.
10603         (wl-summary-print-message-with-ps-print): Ditto.
10604         (wl-summary-print-message): Ditto.
10605         (wl-summary-mark-as-important): Ditto.
10606         (wl-summary-mark-as-unread): Ditto.
10607
10608         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10609         message at cursor point.
10610         (wl-summary-reply-with-citation): Remove unwind-protect.
10611
10612         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10613         subject searching feature.
10614         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10615         Eliminated.
10616
10617 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10618
10619         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10620         New variable.
10621         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10622         by subject matching if there's no in-reply-to nor references field.
10623
10624         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10625
10626         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10627         when display is finished.
10628         (wl-folder-open-all): Ditto.
10629         (wl-folder-update-access-group): Ditto.
10630         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10631         * wl-thread.el (wl-thread-close-all): Ditto.
10632
10633         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10634         progress gauge only when it was displayed.
10635         * wl-folder.el (wl-folder-insert-entity): Ditto.
10636
10637 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10638
10639         * wl-summary.el (wl-summary-incorporate): Enclose
10640         `wl-summary-sync-force-update' with save-excursion.
10641
10642 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10643
10644         * wl-summary.el (wl-summary-prefetch-region):
10645         Pass current cursor point to `pos-visible-in-window-p' after
10646         moving cursor to the started point.
10647
10648 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10649
10650         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10651
10652         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10653         fields from the forwarding message.
10654         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10655         `ignored-fields'.
10656
10657 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10658
10659         * wl-mime.el (wl-message-request-partial):
10660         Eliminated argument `msgdb'.
10661         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10662         (wl-mime-combine-message/partial-pieces): Likewise.
10663         * tm-wl.el (wl-message-request-partial): Likewise.
10664         (wl-mime-combine-message/partial-pieces): Likewise.
10665
10666 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10667
10668         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10669         when display is finished.
10670
10671 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10672
10673         * wl-summary.el (wl-summary-goto-folder-subr):
10674         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10675
10676 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10677
10678         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10679         when cursor point is visible.
10680
10681 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10682
10683         * wl-expire.el (wl-expire-archive-get-max-number):
10684         Don't use `file-name-directory'.
10685
10686 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10687
10688         * wl-expire.el (wl-expire-archive-get-max-number):
10689         Use `file-name-directory'.
10690
10691 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10692
10693         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10694         only when there is progress.
10695
10696 2000-04-13  Mito <mit@nines.nec.co.jp>
10697
10698         * wl-summary.el (wl-summary-sync-marks): Display progress.
10699
10700 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10701
10702         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10703         (wl-summary-prev): Move cursor regardless of unread status.
10704         (wl-summary-next): Ditto.
10705
10706 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10707
10708         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10709         Added argument `target' and `number'.
10710         * tm-wl.el (wl-summary-burst-subr): New function.
10711         (wl-summary-burst): Use it.
10712
10713 2000-04-10  Mito <mit@nines.nec.co.jp>
10714
10715         * wl-mime.el (wl-burst): New function.
10716         (wl-summary-burst): Use it.
10717
10718 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10719
10720         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10721         as petname when there's no candidate.
10722
10723 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10724
10725         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10726         New variable.
10727         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10728
10729         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10730
10731         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10732
10733 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10734
10735         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10736         Use substring of `original' instead of buffer-substring.
10737         (wl-refile-evaluate-rule):
10738         Set `original' argument of wl-refile-expand-newtext.
10739
10740         * wl-summary.el
10741         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10742         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10743         (wl-summary-auto-refile): Check existence of destination folder just
10744         before marking.
10745
10746 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10747
10748         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10749         when wl-refile-get-field-value return nil.
10750
10751 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10752
10753         * wl-refile.el
10754         (wl-refile-expand-newtext): New function imported from Gnus.
10755         (wl-refile-evaluate-rule): Use it.
10756
10757 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10758
10759         * wl-summary.el (wl-summary-print-destination):
10760         Duplicate folder string to avoid putting text-property on
10761         original string.
10762
10763         * wl-refile.el (wl-refile-get-field-value): New function.
10764         (wl-refile-evaluate-rule): New function;
10765         Evaluate refile rule recursively.
10766         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10767         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10768         New function; Check existence of a target folder recursively.
10769         (wl-summary-auto-refile-check-refile-rule-alist):
10770         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10771
10772 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10773
10774         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10775
10776         * wl-folder.el (wl-create-folder-entity-from-buffer):
10777         Fixed problem when '}' character is contained in folder name.
10778
10779         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10780
10781 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10782
10783         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10784         (wl-fldmgr-add-completion-all-completions):
10785         Use wl-fldmgr-add-completion-hashtb.
10786
10787 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10788
10789         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10790         wl-fldmgr-add-completion-subr): New functions.
10791         * wl-folder.el (wl-folder-completion-func): New variable.
10792         * wl-summary.el (wl-summary-read-folder):
10793         Use wl-folder-completion-func.
10794
10795         * wl-refile.el: Eliminate throw & catch.
10796
10797         * wl.el (wl-plugged-sending-queue-status): Fixed.
10798
10799 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10800
10801         * wl-draft.el (wl-draft): Put category property on
10802         mail-header-separator.