* wl-message.el (wl-message-exit): Check buffer existence.
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-message.el (wl-message-exit): Check buffer existence.
4
5 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6
7         * wl-util.el (wl-simple-display-progress): New function.
8         (wl-display-progress-with-gauge): Ditto.
9         (wl-progress-callback-function): Ditto.
10
11         * wl.el (wl-init): Set `elmo-progress-callback-function' as
12         `wl-progress-callback-function'
13
14         * wl-vars.el (wl-display-progress-threshold): New user option.
15         (wl-display-progress-function): Ditto.
16
17         * Version number is increased to 2.15.5.
18
19 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
20
21         * wl-thread.el (wl-thread-close-children): New function.
22         (wl-thread-open-children): Ditto.
23         * wl-action.el (wl-summary-set-mark): Redo the last change by
24         using it.
25
26         * wl-action.el (wl-summary-set-mark): Undo the last change.
27         Forbid interactive call.
28
29 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
30
31         * wl-mime.el (wl-define-dummy-functions): New macro.
32         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
33         `wl-mime-pgp-decrypt-region'.
34         (wl-mime-pgp-verify-region-with-epg): Renamed from
35         `wl-mime-pgp-verify-region'.
36         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
37         `wl-mime-pgp-decrypt-region'.
38         (wl-mime-pgp-verify-region-with-pgg): Renamed from
39         `wl-mime-pgp-verify-region'.
40         (wl-mime-pgp-decrypt-region): New function; To select dispatch
41         function at runtime.
42         (wl-mime-pgp-verify-region): Ditto.
43
44         * wl-vars.el (wl-use-pgp-module): New user option.
45
46 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
47
48         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
49         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
50
51 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
52
53         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
54         even if there are target marks only.
55
56 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
57
58         * Version number is increased to 2.15.4.
59
60 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
61
62         * wl-folder.el (wl-folder-check-one-entity): Simplify.
63
64 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
65
66         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
67         variable.
68
69 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
70
71         * wl-spam.el (wl-thread-test-spam): New function.
72         (wl-spam-setup): Bind "tkc".
73
74 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
75
76         * wl-expire.el (wl-folder-expire-entity): Rewite without
77         `wl-summary-goto-folder-subr'.
78         (wl-folder-expire-current-entity): Don't kill summary buffer.
79
80 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
81
82         * wl-folder.el (wl-folder-sync-entity): Rewrite without
83         `wl-summary-goto-folder-subr'.
84         (wl-folder-mark-as-read-all-entity): Likewise.
85
86         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
87
88 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
89
90         * wl-thread.el (wl-thread-force-open): Arranged.
91
92 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
93
94         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
95         from regexp.
96
97         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
98         (wl-read-search-condition-internal): Append them.
99
100 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
101
102         * wl-vars.el (wl-additional-search-condition-fields):
103         New user option.
104
105         * wl-util.el (wl-search-condition-fields): New function; export
106         from `wl-read-search-condition-internal'.
107         (wl-read-search-condition-internal): Use it.
108
109         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
110
111 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
112
113         * wl-summary.el (wl-summary-define-sort-command): New function.
114         (wl-summary-sort-by-date, wl-summary-sort-by-number)
115         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
116         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
117         define by `wl-summary-define-sort-command' at runtime.
118
119         * wl.el (wl-init): Call wl-summary-define-sort-command.
120
121 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
122
123         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
124         properties at the decrypting region.
125
126 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
127
128         * wl-util.el (wl-find-region): New function.
129
130         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
131         coding system.
132         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
133         property `wl-mime-decoded-coding-system'.
134         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
135         property `wl-mime-decoded-coding-system' to encode text.
136
137         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
138         message.
139         (wl-mime-pgp-verify-region): Ditto.
140
141 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
142
143         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
144         buffer. Use epa-display-verify-result.
145
146 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
147
148         * wl-draft.el (wl-draft-send): Continue even if setting parent
149         flag was failed.
150
151 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
152
153         * wl-message.el (wl-message-flag-indicator): Fixed the problem
154         of returning string only of parentheses.
155
156 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
157
158         * wl-summary.el (wl-summary-write): Add argument `folder'.
159         (wl-summary-write-current-folder): Change argument `folder' from
160         optional to require.
161         (wl-summary-get-buffer): Return the buffer associated folder only.
162
163         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
164         change.
165         (wl-folder-toggle-disp-summary): Ditto.
166
167         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
168         current summary as parent-folder.
169
170 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
171
172         * wl-draft.el (wl-draft-reedit): Don't overwrite
173         wl-draft-parent-folder.
174
175 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
176
177         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
178         (wl-mime-pgp-verify-region): Ditto.
179         (wl-message-decrypt-pgp-nonmime): Use the above function.
180         (wl-message-verify-pgp-nonmime): Likewise.
181         (wl-mime-preview-application/pgp): Likewise.
182
183 2006-04-20  Kenichi Okada  <okada@opaopa.org>
184
185         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
186         Fix about the order of `wl-nntp-posting-port' and
187         `wl-nntp-posting-stream-type'.
188         * wl.el (wl-plugged-port-label-alist): Add smtp.
189
190 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
191
192         * wl-summary.el (wl-summary-message-status): New macro.
193
194         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
195         (wl-summary-killed-mark): New user option.
196
197         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
198         API change.
199         (wl-thread-insert-entity-sub): Ditto.
200         (wl-thread-recover-messages): New command.
201
202         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
203         Don't call `wl-highlight-summary-current-line' directly.
204         (wl-summary-buffer-attach): Connect to signal `status-changed'
205         instead of `cache-changed'.
206         (wl-summary-buffer-detach): Follow the above change.
207         (wl-summary-detect-mark-position): Follow the API change.
208         (wl-summary-rescan-message): Ditto.
209         (wl-summary-insert-sequential): Ditto.
210         (wl-summary-update-thread): Ditto.
211         (wl-summary-message-mark): Ditto.
212         (wl-summary-persistent-mark): Ditto.
213         (wl-summary-create-line): Ditto.
214         (wl-summary-prefetch-region-no-mark): Call
215         `wl-summary-persistent-mark' with number.
216         (wl-summary-recover-messages-region): New command.
217         (wl-summary-target-mark-recover): Ditto.
218         (wl-summary-recover-message): Ditto.
219         (wl-summary-persistent-mark-string): Add argument `status' instead
220         of remove arguments `flags' and `cached'.  Treat killed status.
221         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
222
223         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
224         (wl-highlight-summary-line-face-spec): Treat killed status.
225         (wl-highlight-summary-line-string): Follow the API change.
226         (wl-highlight-summary-current-line): Ditto.
227
228         * Version number is increased to 2.15.3.
229
230 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
231
232         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
233         of symbolp to test whether the condition is function.
234
235 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
236
237         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
238         to nil.
239
240 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
241
242         * wl-summary.el (wl-summary-buffer-message-ring): New internal
243         variable.
244         (wl-summary-buffer-last-displayed-msg): Abolish.
245         (wl-summary-push-message): New function.
246         (wl-summary-pop-message): Ditto.
247         (wl-summary-goto-folder-subr): Reset
248         `wl-summary-buffer-message-ring'.
249         (wl-summary-pop-to-last-message): New command.
250         (wl-summary-goto-last-displayed-msg): Call
251         wl-summary-pop-to-last-message if optional argument is non-nil or
252         the last command is itself.
253         (wl-summary-redisplay-internal): Push last message number into
254         `wl-summary-buffer-message-ring'.
255
256         * wl-vars.el (wl-summary-message-ring-max): New user option.
257
258 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
259
260         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
261         from `wl-draft-reply').
262         (wl-draft-reply): Use it.
263         (wl-draft-find-reply-headers): Avoid compile warning.
264
265 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
266
267         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
268
269 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
270
271         * wl-message.el (wl-message-flag-indicator): New function.
272         (wl-message-redisplay): Use it.
273
274 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
275
276         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
277
278 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
279
280         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
281         instead of `read-event'.
282
283         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
284
285         * wl-mule.el (wl-read-event-char): Ditto.
286
287         * wl-e21.el (wl-read-event-char): Ditto.
288
289 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
290
291         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
292
293 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
294
295         * wl-vars.el (wl-draft-send-confirm-type): New user option.
296
297         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
298
299         * wl-draft.el (wl-draft-send-confirm): Confirmation by
300         `wl-draft-send-confirm-type'
301
302 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
303
304         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
305         Avoid error when the buffer name is already used.
306
307 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
308
309         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
310         the change of elmo-nmz -> elmo-search.
311         (wl-highlight-summary-line-help-echo-alist): Ditto.
312         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
313         (wl-nmz-folder-icon): Define as obsolete.
314         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
315         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
316
317 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
318
319         * wl-summary.el (wl-summary-get-list-info): Rewrite with
320         `elmo-find-list-match-value'
321
322 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
323
324         * wl-summary.el (wl-summary-get-list-info): Optimize.
325         Use List-Id and List-Post also.
326
327 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
328
329         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
330
331 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
332
333         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
334
335 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
336
337         * wl-util.el (wl-completing-read-multiple-1): New internal function.
338         (wl-completing-read-multiple-2): Ditto.
339         (wl-completing-read-multiple): Define use above functions.
340
341         * wl-summary.el (wl-summary-sort): Removed the workaround for a
342         bug of `completing-read-multiple' about default value.
343
344         * wl-xmas.el (wl-completing-read-multiple): Removed.
345
346         * wl-mule.el (wl-completing-read-multiple): Ditto.
347
348         * wl-e21.el (wl-completing-read-multiple): Ditto.
349
350 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
351
352         * wl-util.el (wl-filter-associations): New function.
353
354         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
355         (wl-spam-ignored-folder-list): Ditto.
356         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
357         (wl-spam-string-member-p): New function.
358         (wl-spam-domain): Use it.
359         (wl-spam-split-numbers): New function.
360         (wl-spam-apply-partitions): Ditto.
361         (wl-spam-register-spam-messages): Use `folder' instead of
362         `wl-summary-buffer-elmo-folder'.
363         (wl-spam-register-good-messages): Ditto.
364         (wl-summary-exec-action-spam): Decide a domain by real folder of
365         message.
366         (wl-summary-exec-action-refile-with-register): Likewise.
367
368 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
369
370         * wl-e21.el (wl-e21-find-image): New function.
371         (wl-e21-setup-toolbar): Use it instead of `find-image'.
372         (wl-e21-highlight-folder-group-line): Ditto.
373         (wl-folder-init-icons): Ditto.
374         (wl-plugged-init-icons): Ditto.
375         (wl-biff-init-icons): Ditto.
376
377 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
378
379         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
380         (wl-inhibit-save-drafts): New internal variable.
381         (wl-disable-auto-save): Ditto.
382         (wl-save-drafts): Treat above variables.
383         (wl-auto-save-drafts): New function.
384         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
385         `wl-stop-save-drafts'.
386         (wl-start-save-drafts): New function.
387         (wl-stop-save-drafts): Ditto.
388         (wl-set-auto-save-draft): New command.
389
390         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
391         `wl-set-save-drafts'.
392
393 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
394
395         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
396         `make-local-variable' instead of `make-variable-buffer-local'.
397
398 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
399
400         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
401
402 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
403
404         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
405
406 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
407
408         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
409         of working buffer.
410
411 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
412
413         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
414
415         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
416         value into recipients; Bind `wl-draft-remove-group-list-contents'
417         as nil.
418
419 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
420
421         * wl-summary.el (wl-summary-sort): Fixed the last change.
422
423         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
424         (wl-summary-sort-messages): Ditto.
425         (wl-summary-rescan): Use it.
426         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
427         `completing-read'; Append candidates for reverse order.
428
429 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
430
431         * Version number is increased to 2.15.2.
432
433 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
434
435         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
436         "Smaller".
437         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
438
439 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
440
441         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
442
443 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
444
445         * wl-vars.el (wl-draft-additional-header-alist): Add into the
446         customize group `wl-draft'.
447         (wl-draft-add-in-reply-to): Move customize group from `wl' to
448         `wl-draft'.
449         (wl-draft-add-references): Ditto.
450
451         * wl-action.el (wl-summary-print-argument): Rename argument from
452         `folder' to `data'.
453
454 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
455
456         * wl-summary.el (wl-summary-rescan-message): Call
457         `wl-thread-cleanup-symbols' before insert thread.
458
459 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
460
461         * wl.el (wl-init): Set `elmo-get-folder-function' as
462         `wl-folder-make-elmo-folder'.
463
464         * wl-spam.el (wl-summary-exec-action-spam): Use
465         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
466
467         * wl-folder.el (wl-folder-make-elmo-folder): New function.
468         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
469         `elmo-make-folder'.
470         (wl-folder-get-elmo-folder): Ditto.
471         (wl-folder-create-subr): Simplify.
472
473 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
474
475         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
476
477 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
478
479         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
480         contents in message buffer instead of original buffer. If optional
481         argument specified, ask coding system for encode.
482
483 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
484
485         * wl-spam.el (wl-summary-test-spam-region): New function.
486         (wl-spam-setup): Bind "rkc".
487
488 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
489
490         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
491
492 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
493
494         * wl-spam.el (wl-summary-test-spam): Fix typo.
495         (wl-message-check-spam): Ditto.
496
497 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
498
499         * wl-summary.el (wl-summary-default-from): Simplify.
500
501 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
502
503         * wl-action.el (wl-summary-exec-action-refile): Simplify.
504         (wl-summary-exec-action-copy): Ditto.
505         (wl-summary-auto-refile): Check existence of temporary mark.
506
507 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
508
509         * wl-summary.el (wl-summary-create-line): Use
510         `elmo-time-to-datevec'.
511
512         * wl-expire.el (wl-expire-archive-date): Ditto.
513         (wl-expire-localdir-date): Ditto.
514
515         * wl-util.el (wl-day-number): Abolish.
516
517         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
518         of `wl-day-number'.
519         (wl-score-followup): Ditto.
520         (wl-score-add-followups): Ditto.
521         (wl-score-get-latest-msgs): Ditto.
522         (wl-score-get-header-entry): Ditto.
523         (wl-score-edit-insert-date): Ditto.
524
525 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
526
527         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
528         `elmo-message-entity-field' with 2nd argument `type'.
529
530 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
531
532         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
533
534 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
535
536         * wl-thread.el (wl-thread-delete-message): Delete descendant
537         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
538
539 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
540
541         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
542
543 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
544
545         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
546         `Access folder'.
547
548 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
549
550         * wl-vars.el (wl-access-folder-icon): New user option.
551
552         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
553         `Access folder'.
554
555 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
556
557         * wl-summary.el (wl-summary-buffer-set-folder): Use
558         `wl-folder-mime-charset'.
559
560         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
561         `mime-charset'.
562         (wl-folder-get-elmo-folder): Ditto.
563         (wl-folder-mime-charset): New function.
564
565 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
566
567         * wl-util.el (wl-parse-addresses): Define alias of
568         `elmo-parse-addresses' (move to `elmo-util.el').
569
570         * wl-summary.el (wl-summary-default-from): Follow the API change.
571         (wl-summary-overview-entity-compare-by-date): Ditto.
572         (wl-summary-overview-entity-compare-by-from): Ditto.
573         (wl-summary-get-list-info): Get value of `ml-info' field from
574         entity at first.
575         (wl-summary-rescan-message): Treat prefix argument.
576         (wl-summary-prefetch-msg): Follow the API change.
577         (wl-summary-search-by-subject): Ditto.
578         (wl-summary-insert-thread): Ditto.
579         (wl-summary-line-subject): Ditto.
580         (wl-summary-line-from): Ditto.
581         (wl-summary-create-line): Ditto.
582         (wl-summary-print-message-with-ps-print): Ditto.
583
584         * wl-score.el (wl-score-ov-entity-get): Ditto.
585         (wl-score-followup): Ditto.
586         (wl-score-add-followups): Use `elmo-message-entity-field' instead
587         of `car'.
588         (wl-score-get-latest-msgs): Follow the API change.
589         (wl-score-get-header): Ditto.
590
591         * wl-refile.el (wl-refile-learn): Ditto.
592         (wl-refile-subject-learn): Ditto.
593         (wl-refile-get-field-value): Ditto.
594         (wl-refile-guess-by-history): Ditto.
595         (wl-refile-guess-by-subject): Ditto.
596
597         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
598
599         * wl-expire.el (wl-expire-date-p): Removed.
600         (wl-expire-archive-date): Follow the API change.
601         (wl-expire-localdir-date): Ditto.
602         (wl-summary-expire): Ditto.
603
604         * Version number is increased to 2.15.1.
605
606 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
607
608         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
609         group is access or not (it is not strict, like wl-fldmgr-rename).
610
611 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
612
613         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
614         duplicate call of `wl-summary-print-argument' on the wrong line.
615
616 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
617
618         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
619         even if argument `number' is nil.
620         (wl-summary-insert-line): Print action argument if current message
621         has it.
622
623 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
624
625         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
626         (wl-draft-reply): Ditto.
627         (wl-draft): Add optional argument `parent-number' and call
628         `wl-draft-create-buffer' with it.
629         (wl-draft-create-buffer): Add optional argument
630         `parent-number'. Set wl-draft-parent-number as it.
631
632 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
633
634         * wl-folder.el (wl-folder-set-persistent-mark): If summary
635         buffer is not for given folder, don't use it.
636
637 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
638
639         * Version number is increased to 2.15.0.
640
641 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
642
643         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
644
645         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
646         (wl-highlight-get-face-by-name): New internal function.
647         (wl-highlight-summary-line-face-spec): Use it and fixed.
648
649 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
650
651         * wl-summary.el (wl-summary-sync-update): Use
652         `elmo-message-entity-field' instead of `car' to get message-id
653         from overview entity.
654
655         * wl-summary.el (wl-summary-rescan-message): Call
656         `wl-highlight-summary-displaying' when displaying a message.
657
658 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
659
660         * wl-draft.el (wl-draft-config-info-filename): Extracted from
661         `wl-draft-config-info-operation'.
662         (wl-draft-buffer-change-number): New function.
663         (wl-draft-rename-saved-config): Ditto.
664         * wl.el (wl-init): Connect slot for message-number-changed.
665         (toplevel): Add autoload for wl-draft-rename-saved-config.
666
667 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
668
669         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
670         `update-overview'
671         (wl-summary-buffer-detach): Disconnect from it.
672         (wl-summary-rescan-message): Use command.
673
674         * wl-message.el (wl-message-buffer-display): Use
675         `with-current-buffer' instead of `save-excursion'.
676
677 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
678
679         * wl-mime.el (wl-draft-preview-attributes-list): Protect
680         wl-draft-preview-attributes-list from distraction.
681
682 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
683
684         * wl-summary.el (wl-summary-sync-update): Sort the return value of
685         `elmo-list-diff'.
686
687 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
688
689         * wl-summary.el
690         (wl-summary-edit-addresses-collect-candidate-fields): Use
691         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
692
693         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
694         instead of `elmo-set-work-buf'.
695
696         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
697         (wl-address-make-address-list): Ditto.
698
699         * Version number is increased to 2.13.3.
700
701 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
702
703         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
704         user option.
705
706         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
707         argument `5'.
708
709         * wl-message.el (wl-message-display-no-merge-p): New function.
710         (wl-message-buffer-display): Check whether the message is
711         reassembled and follow the API change.
712
713 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
714
715         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
716         multibyte on working buffer and removed unnecessary
717         `buffer-disable-undo'.
718
719 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
720
721         * wl-util.el (wl-read-search-condition-internal): Fixed the last
722         change.
723
724 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
725
726         * wl-util.el (wl-read-search-condition-internal): Protect
727         elmo-global-flags from distraction.
728
729 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
730
731         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
732
733         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
734         (wl-summary-event-handler): Ditto.
735         (wl-summary-update-persistent-mark-on-event): New
736         function (renamed from `elmo-event-handler-flag-changed').
737         (wl-summary-buffer-attach): New function.
738         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
739         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
740         instead of `elmo-folder-add-handler'.
741
742         * Version number is increased to 2.13.2.
743
744 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
745
746         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
747         and "\177" to the `wl-news-previous-page'.
748         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
749         (wl-news-previous-page): New function.
750
751 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
752
753         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
754         instead of `write-region' and simplify.
755
756 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
757
758         * wl-template.el (wl-template-select): Cause error if
759         `wl-template-alist' is nil.
760
761 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
762
763         * wl-news.el.in: Set file variable `no-byte-compile'.
764
765 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
766
767         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
768         whether a target message is within displaying area.
769         (elmo-event-handler-cache-changed): Ditto.
770
771 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
772
773         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
774         to `defun'.  Use `nconc' instead of `append' to collect descendant
775         message numbers.
776
777 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
778
779         * wl-thread.el (wl-thread-save-top-list)
780         (wl-thread-save-entities): Use `with-temp-buffer'.
781         * wl-news.el.in (wl-news-previous-version-load):
782         (wl-news-previous-version-save): Ditto.
783         * wl-summary.el (wl-summary-load-file-object)
784         (wl-summary-save-view-cache): Ditto.
785
786 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
787
788         * wl-util.el (toplevel): Require 'elmo-flag'.
789         (wl-read-search-condition): New function (Renamed from
790         `elmo-read-search-condition').
791         (wl-read-search-condition-internal): Likewise.
792
793         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
794         invalid.
795         (wl-summary-pick): Use `wl-read-search-condition' instead of
796         `elmo-read-search-condition'.
797         (wl-summary-virtual): Ditto.
798
799         * wl-folder.el (wl-folder-virtual): Ditto.
800         (wl-folder-pick): Ditto.
801
802         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
803
804 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
805
806         * wl-summary.el (wl-summary-reedit): Call
807         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
808
809 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
810
811         * wl-mime.el (toplevel): Require wl-vars.
812
813         * wl-message.el (toplevel): Require cl at compile.
814
815         * wl-draft.el (toplevel): Require elmo.
816
817 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
818
819         * wl-message.el (wl-message-buffer-prefetch): Count is a number
820         and do nothing when it is not positive.
821         (wl-message-buffer-prefetch-next): Ditto.
822
823 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
824
825         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
826         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
827         (wl-summary-redisplay-internal): Ditto.
828
829         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
830         message (the condition is borrowed from `wl-check-variables-2').
831         (wl-summary-redisplay-internal): Ditto.
832
833 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
834
835         * wl-mime.el (wl-draft-nntp-attribute): New function.
836         (wl-draft-attribute-nntp-posting-server): Use it.
837         (wl-draft-attribute-nntp-posting-port): Ditto.
838
839         * wl-mime.el (wl-draft-preview-attributes-list): New function.
840         (wl-draft-show-attributes-buffer): Ditto.
841         (wl-draft-hide-attributes-buffer): Ditto.
842         (wl-draft-attribute-newsgroups): Ditto.
843         (wl-draft-attribute-nntp-posting-server): Ditto.
844         (wl-draft-attribute-nntp-posting-port): Ditto.
845         (wl-draft-preview-message): Use there functions.
846
847         * wl-vars.el (wl-draft-preview-attributes-list): Change default
848         value.
849
850 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
851
852         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
853         (wl-draft-reedit): Ditto.
854         (wl-draft-queue-flush): Ditto.
855
856         * wl-mime.el (wl-message-request-partial): Ditto.
857         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
858         instead of `elmo-message-fetch'.
859
860         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
861
862         * wl-summary.el (wl-summary-message-string): Ditto.
863
864 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
865
866         * wl-util.el (wl-current-message-buffer): Follow the API change.
867
868         * wl-summary.el (wl-summary-redisplay-internal): Call
869         `wl-summary-mark-as-read' with 2nd argument as nil and update
870         unread count instead of persistent mark.
871
872         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
873         variable.
874         (wl-message-redisplay): Follow the API change.
875         (wl-message-buffer-display): Managed mime-entity directly and
876         return preview buffer only.
877         (wl-message-display-internal): Rewrite.
878         (wl-message-buffer-prefetch-subr): Not save return value of
879         `wl-message-buffer-display'.
880
881         * Version number is increased to 2.13.1.
882
883 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
884
885         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
886         'elmo-multiple-fields-body-list' with boundary specified.
887
888 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
889
890         * wl-vars.el (wl-summary-resend-use-cache): New variable.
891         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
892         cache if `wl-summary-resend-use-cache' is non-nil.
893
894 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
895
896         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
897         (wl-nntp-posting-stream-type): Ditto.
898
899 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
900
901         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
902
903 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
904
905         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
906         message.
907
908 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
909
910         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
911         Abolish.
912         (wl-summary-buffer-persistent-mark-version): New internal
913         variable.
914         (wl-summary-update-mark-and-highlight-window): Check by
915         wl-summary-persistent-mark-invalid-p.
916         (wl-summary-update-status-marks): Ditto.
917         (elmo-event-handler-flag-changed): Rewrite.
918         (elmo-event-handler-cache-changed): Define.
919         (wl-summary-prefetch-msg): Does not update persistent mark here.
920         (wl-summary-delete-cache): Ditto.
921         (wl-summary-resume-cache-status): Ditto.
922         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
923         (wl-summary-persistent-mark-invalid-p): New function.
924         (wl-summary-validate-persistent-mark): Ditto.
925         (wl-summary-validate-persistent-mark-string): Ditto.
926         (wl-summary-invalidate-persistent-mark): Ditto.
927         (wl-summary-update-persistent-mark): Call
928         `wl-summary-validate-persistent-mark'.
929         (wl-summary-create-line): Call
930         `wl-summary-validate-persistent-mark-string'.
931
932         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
933         status as t if cache used.
934
935 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
936
937         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
938         only if the target is group.
939         * wl-folder.el (wl-folder-append-petname): Don't check group name.
940
941 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
942
943         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
944
945 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
946
947         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
948
949         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
950
951 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
952
953         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
954         (Thanks to Yoichi NAKAYAMA).
955
956 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
957
958         * wl-util.el (wl-save-drafts): Restore echo area.
959
960 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
961
962         * Version number is increased to 2.13.0.
963
964         * wl-util.el (wl-biff-check-folder-async): Use
965         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
966
967 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
968
969         * wl-message.el (wl-message-display-internal): Does not put
970         wl-message-display-type property on message buffer.
971         (wl-message-buffer-display-type): New function.
972
973         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
974
975         * wl-summary.el (wl-summary-mode): Use `dolist' to add
976         `wl-summary-buffer-detach'.
977         (wl-summary-message-display-type): Use
978         `wl-summary-buffer-display-type'.
979
980 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
981
982         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
983         buffer-local.
984
985         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
986         kill-buffer-hook instead of make-local-variable.
987         (wl-draft-preview-message): Set `local' argument of add-hook as t.
988
989 2004-12-12  Scott Renfro <scott@renfro.org>
990
991         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
992         regex for square-branket.
993
994 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
995
996         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
997         `wl-message-mime-analysis-p' with argument `header'.
998
999 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1000
1001         * wl-mime.el (wl-draft-yank-current-message-entity): 
1002         Switch to no-mime following method according to wl-message-display-type
1003         property.
1004         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1005
1006         * wl-message.el (wl-message-display-internal): 
1007         Put wl-message-display-type property on message buffer.
1008
1009         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1010         (wl-message-display-internal): Ditto;
1011
1012         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1013
1014 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1015
1016         * wl-message.el (wl-message-make-display-type): New function.
1017         (wl-message-display-type-property): Ditto.
1018         (wl-message-mime-analysys-p): Ditto.
1019         (wl-message-display-all-header-p): Ditto.
1020         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1021         added `display-type'.
1022         (wl-message-buffer-display): Likewise.
1023         (wl-message-display-internal): Likewise.
1024         (wl-message-buffer-display-type): Abolish.
1025         (wl-message-buffer-prefetch-subr): Follow the API changed.
1026
1027         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1028         from wl-summary-buffer-display-all-header and changed default value.
1029         (wl-summary-message-display-type): New function.
1030         (wl-summary-buffer-display-mime-mode): Ditto.
1031         (wl-summary-buffer-display-header-mode): Ditto.
1032         (wl-summary-toggle-mime): Rewrite with above functions.
1033         (wl-summary-toggle-all-header): Ditto.
1034         (wl-summary-redisplay): Force redisplay with default mode.
1035         (wl-summary-redisplay-internal): Renamed argument from `mode',
1036         `all-header' to `mime-mode', `header-mode'.
1037         Use `wl-message-make-display-type'.
1038
1039         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1040         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1041
1042 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1043
1044         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1045
1046 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1047
1048         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1049         in original message buffer.
1050         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1051         buffer.
1052
1053 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1054
1055         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1056
1057 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1058
1059         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1060
1061 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1062
1063         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1064         when actions succeeded.
1065         (wl-summary-exec-action-copy): Likewise.
1066
1067 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1068
1069         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1070         there is switch-to-buffer at the end of wl-message-select-buffer.
1071         (wl-summary-reply): Ditto.
1072
1073 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1074
1075         * wl-summary.el (wl-summary-forward): Put subject in original
1076         message buffer as argument of wl-draft-forward.
1077         * wl-draft.el (wl-draft-forward): Decode subject as in
1078         wl-draft-reply.
1079
1080 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1081
1082         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1083         a folder under access group.
1084
1085 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1086
1087         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1088         wl-message-buffer-display.
1089
1090         * wl-util.el (wl-set-save-drafts): Fix typo.
1091
1092 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1093
1094         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1095         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1096         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1097         the way to measure the width of a bitmap image; don't put face on
1098         ascii and bitmap images; put the mark which should not use the
1099         variable-pitch face on ascii and bitmap images.
1100         (wl-demo-setup-properties): Don't use the variable-pitch face on
1101         ascii and bitmap images; made it work on Emacs 20 and earlier.
1102         (wl-demo-insert-text): End with a newline at the bottom; don't put
1103         face on text.
1104
1105         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1106
1107 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1108
1109         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1110
1111         * wl-util.el (wl-save-drafts): Moved from sample setting.
1112         (wl-set-save-drafts): New function to set idle timer.
1113         * wl-draft.el (wl-draft): Call it.
1114         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1115
1116 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1117
1118         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1119         a summary which has toggle display status off.
1120
1121 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1122
1123         * wl-draft.el (wl-draft-do-fcc): No cache save.
1124
1125 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1126
1127         * wl-summary.el (elmo-event-handler-flag-changed): Use
1128         `set-buffer' instead of `with-current-buffer'.
1129
1130 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1131
1132         * wl-summary.el (wl-summary-after-resize-function): New function.
1133         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1134         window-size-change-functions.
1135
1136 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1137
1138         * wl-draft.el (wl-draft-create-buffer): Bind
1139         `change-major-mode-hook' after current buffer is changed.
1140
1141         * wl-summary.el (wl-summary-buffer-detach): New function.
1142         (wl-summary-buffer-set-folder): Call it.
1143         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1144         change-major-mode-hook and kill-buffer-hook.
1145         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1146         (wl-summary-switch-to-clone-buffer): Ditto.
1147         (wl-summary-goto-folder-subr): Ditto.
1148
1149 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1150
1151         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1152         after boundp check.
1153
1154 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1155
1156         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1157         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1158         for `kill-buffer'.
1159
1160         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1161         handler of current buffer from elmo-folder.
1162
1163 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1164
1165         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1166
1167 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1168
1169         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1170         variable.
1171         (wl-summary-event-handler): New class.
1172         (elmo-event-handler-flag-changed): Define to update persistent
1173         mark.
1174         (wl-summary-buffer-set-folder): Register event handler to
1175         elmo-folder.
1176         (wl-summary-exit): Unregister event handler.
1177         (wl-summary-goto-folder-subr): Ditto.
1178         (wl-summary-mark-as-read-all): Does not call
1179         `wl-summary-update-persistent-mark' directly.
1180         (wl-summary-mark-as-read-internal): Ditto.
1181         (wl-summary-set-persistent-mark-internal): Ditto.
1182         (wl-summary-set-flags-internal): Ditto.
1183
1184         * Version number is increased to 2.11.33.
1185
1186 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1187
1188         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1189         to nil.
1190
1191 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1192
1193         * wl-spam.el (wl-spam-setup): Add hook
1194         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1195         instead of `wl-summary-prepare-hook'.
1196
1197         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1198         if folder type is `'flag'.
1199         (wl-summary-mark-as-important): Ditto.
1200
1201 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1202
1203         * wl-address.el (wl-address-minibuffer-history): New variable.
1204         (wl-address-minibuffer-local-map): New keymap.
1205         (wl-address-read-from-minibuffer): New function.
1206
1207         * wl-action.el (wl-summary-get-resend-address): Use
1208         `wl-address-read-from-minibuffer' instead of `completing-read'.
1209
1210 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1211
1212         * Version number is increased to 2.11.32.
1213
1214 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1215
1216         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1217         without mule to iso-8859-1.
1218         (wl-draft-add-in-reply-to): Add note in description.
1219         (wl-draft-add-references): Ditto.
1220
1221 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1222
1223         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1224         definition for `m'.
1225         (wl-summary-mode-line-format): Add '[%m]'.
1226         (wl-message-mode-line-format-spec-alist): Ditto.
1227         (wl-summary-display-mime-mode-list): New variable.
1228
1229         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1230         from wl-summary-buffer-display-as-is.
1231         (wl-summary-buffer-display-all-header): New buffer local variable.
1232         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1233         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1234         instead of wl-summary-buffer-display-as-is.
1235         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1236         (wl-summary-set-persistent-mark): Ditto.
1237         (wl-summary-set-message-buffer-or-redisplay): Just call
1238         `wl-summary-redisplay-internal' without optional arguments.
1239         (wl-summary-toggle-mime): Rewrite.
1240         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1241         (wl-summary-toggle-all-header): New function.
1242         (wl-summary-redisplay-internal): Treat mime mode.
1243
1244         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1245         to wl-mime-preview-follow-no-mime.
1246         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1247         accodring to the display-mode.
1248
1249         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1250         (wl-message-buffer-display): Changed argument name from `as-is' to
1251         `mode'.
1252         (wl-message-display-internal): Ditto;
1253         Bind elmo-mime-display-header-analysis according to the mode.
1254         (wl-message-display-internal): Put wl-message-display-mime-mode
1255         property on entire buffer.
1256
1257 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1258
1259         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1260
1261 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1262
1263         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1264         Don't extract mail address.
1265         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1266
1267         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1268
1269         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1270
1271 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1272
1273         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1274         wl-fldmgr-cut-entity-list on confirmation.
1275
1276 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1277
1278         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1279         (wl-mime-quit-preview): Check existence of
1280         mime-edit-temp-message-buffer here.
1281
1282 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1283
1284         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1285         after deletion.
1286
1287         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1288         before calling wl-mime-quit-preview.
1289
1290 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1291
1292         * wl-summary.el (wl-summary-pick): If call it with prefix
1293         argument, set `delete-marks' as non-nil. Pick from only visible
1294         messages.
1295         (wl-summary-check-target-mark): New function.
1296         (wl-summary-target-mark-mark-as-read): Use it.
1297         (wl-summary-target-mark-mark-as-unread): Ditto.
1298         (wl-summary-target-mark-operation): Ditto.
1299         (wl-summary-target-mark-set-flags): Ditto.
1300         (wl-summary-target-mark-save): Ditto.
1301         (wl-summary-target-mark-pick): Ditto.
1302         (wl-summary-target-mark-forward): Ditto.
1303         (wl-summary-target-mark-reply-with-citation): Ditto.
1304         (wl-summary-target-mark-print): Ditto.
1305         (wl-summary-target-mark-uudecode): Ditto.
1306
1307         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1308         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1309         with `ask-coding' is non-nil.
1310
1311 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1312
1313         * wl-thread.el (wl-thread-set-parent): If parent is a message
1314         which is identified by references, set linked as nil.
1315
1316 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1317
1318         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1319         (wl-message-mode-line-format-spec-alist): Ditto.
1320         (wl-message-mode-line-format): Ditto.
1321         (wl-summary-mode-line-format): Ditto for docstring.
1322         (wl-summary-no-mime-folder-list): Fix typo.
1323
1324         * wl-util.el (wl-current-message-buffer): Call
1325         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1326
1327         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1328         variable.
1329         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1330         of `wl-summary-redisplay-no-mime'.
1331         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1332         (wl-summary-toggle-mime): New function.
1333         (wl-summary-redisplay-all-header): Rewrite.
1334         (wl-summary-redisplay-no-mime): Ditto.
1335         (wl-summary-redisplay-internal): Added argument `as-is' and
1336         `all-header'.
1337
1338         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1339         New variable.
1340         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1341         bottom.
1342         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1343         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1344         "/" unconditionally.
1345
1346         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1347         wl-mime-preview-follow-no-mime for as-is content.
1348         (wl-mime-preview-follow-no-mime): New function.
1349         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1350
1351         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1352         and added `as-is', `all-header'.
1353         (wl-message-buffer-display): Ditto.
1354         (wl-message-buffer-display-type): New function.
1355
1356 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1357
1358         * wl-vars.el (wl-message-header-button-alist): Change default
1359         value.
1360         (wl-message-body-button-alist): Ditto.
1361
1362 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1363
1364         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1365
1366 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1367
1368         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1369
1370 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1371
1372         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1373         is always true.
1374
1375 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1376
1377         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1378         on null entity.
1379
1380 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1381
1382         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1383
1384 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1385
1386         * wl-vars.el (wl-summary-resend-hook): New hook.
1387
1388         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1389         `wl-summary-resend-hook'.
1390
1391 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1392
1393         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1394         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1395         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1396         (wl-summary-new-cached-mark): Changed default value to 'n'.
1397         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1398         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1399         (wl-folder-sync-range-alist): Remove spec for 'flag.
1400         (wl-summary-force-prefetch-folder-list): New user option.
1401
1402         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1403         `wl-summary-toggle-persistent-mark'.
1404         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1405         number is nil.
1406         (wl-summary-mark-as-answered-region): Set interactive argument of
1407         `wl-summary-set-persistent-mark-internal'.
1408         (wl-summary-mark-as-important-region): Ditto.
1409         (wl-summary-unset-persistent-mark): Ditto.
1410         (wl-summary-set-persistent-mark): Ditto.
1411         (wl-summary-mark-as-answered): Ditto.
1412         (wl-summary-mark-as-important): Ditto.
1413         (wl-summary-set-persistent-mark-internal): Do nothing
1414         when `elmo-message-flag-available-p' is nil.
1415         (wl-summary-toggle-persistent-mark): New function.
1416         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1417         when the folder matches `wl-summary-force-prefetch-folder-list'.
1418
1419
1420         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1421         when number is nil.
1422         (wl-highlight-summary-forwarded-face): New face.
1423
1424 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1425
1426         * Version number is increased to 2.11.31.
1427
1428 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1429
1430         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1431         (wl-biff-check-folder-async): Ditto.
1432         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1433
1434 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1435
1436         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1437         Add an argument `reverse'.  All callers are updated.
1438         (wl-summary-sort): Add a prefix argument `reverse' to specify
1439         reverse sorting.
1440         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1441         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1442         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1443
1444 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1445
1446         * wl-message.el (wl-message-redisplay): Does not narrow header if
1447         disply-type is all-header or as-is.
1448
1449         * wl-summary.el (wl-summary-enter-handler): Use
1450         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1451
1452 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1453
1454         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1455         after adding wl-draft-parent-variables.
1456         (wl-draft-forward): Ditto.
1457
1458 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1459
1460         * wl-summary.el (wl-summary-sync-marks): Call
1461         `wl-summary-set-persistent-mark' and
1462         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1463         (wl-summary-set-persistent-mark-internal): Add 4th argument
1464         `no-server'.
1465         (wl-summary-unset-persistent-mark): Ditto.
1466         (wl-summary-set-persistent-mark): Ditto.
1467         (wl-summary-add-flags-internal): Abolish.
1468         (wl-summary-remove-flags-internal): Ditto.
1469         (wl-summary-mark-as-important-internal): Ditto.
1470         (wl-summary-mark-as-important): Use
1471         `wl-summary-set-persistent-mark' instead of
1472         `wl-summary-add-flags-internal'.
1473         (wl-summary-mark-as-important-region): Ditto.
1474
1475         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1476
1477         * wl-summary.el (wl-summary-get-available-flags): New function.
1478         (wl-summary-sync-marks): Use it and simplified.
1479         (wl-summary-unset-persistent-mark): Use
1480         `wl-summary-get-available-flags'.
1481         (wl-summary-set-persistent-mark): Ditto.
1482
1483 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1484
1485         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1486         id.
1487
1488 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1489
1490         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1491         number, call `wl-summary-prev-line-content'. Show message when the
1492         message is not found.
1493
1494 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1495
1496         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1497         wl-summary-enter-handler.
1498         (wl-summary-enter-handler): New command.
1499
1500         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1501         docstring and custom spec.
1502
1503         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1504         flags too; Don't treat Cached and New.
1505         (wl-summary-set-persistent-mark): Ditto.
1506
1507         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1508         `wl-folder-set-flag'.
1509
1510         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1511         instead of `wl-folder-set-flag'.
1512
1513         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1514         for completion.
1515         (wl-summary-set-persistent-mark): Ditto.
1516
1517         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1518         instead of `wl-draft-quit-preview'.
1519
1520         * wl-mime.el (toplevel): Avoid compile warning.
1521         (wl-mime-quit-preview): New function
1522         (formarly defined as `wl-draft-quit-preview').
1523         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1524         quitting method.
1525
1526         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1527
1528         * wl-folder.el (wl-folder-set-flag): Renamed from
1529         `wl-draft-set-flag-on-parent'.
1530
1531         * wl-draft.el (wl-draft-quit-preview): New function.
1532         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1533         (wl-draft-send): Call `wl-folder-set-flag' instead of
1534         `wl-draft-set-flag-on-parent'.
1535         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1536
1537 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1538
1539         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1540         (wl-draft-send): Ditto.
1541
1542 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1543
1544         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1545         (wl-draft-kill-pre-hook): Set default value as nil.
1546         (wl-summary-reply-hook): Ditto.
1547         (wl-draft-kill-flags): Abolish.
1548
1549         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1550         (wl-draft-parent-variables): Renamed from
1551         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1552         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1553         argument; Add wl-draft-parent-variables to
1554         wl-draft-config-variables.
1555         (wl-draft-reply): Likewise.
1556         (wl-draft-kill-flags): Abolish.
1557         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1558         (wl-draft-set-flag-on-parent): New function.
1559         (wl-draft-setup-parent-flag): Ditto.
1560
1561 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1562
1563         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1564         `wl-draft-parent-folder' is "".
1565
1566 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1567
1568         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1569         (wl-summary-digit-jump): New function.
1570         (Adviced by John Owens and Hiroya Murata)
1571
1572         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1573         (Adviced by John Owens)
1574
1575         * wl-xmas.el (wl-message-define-keymap): Ditto.
1576
1577         * wl-mule.el (wl-message-define-keymap): Ditto.
1578
1579 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1580
1581         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1582         change of return value of elmo-folder-count-flags.
1583
1584         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1585         (wl-summary-mark-as-read-internal): Ditto.
1586         (wl-summary-set-persistent-mark-internal): Ditto.
1587         (wl-summary-folder-info-update): Ditto.
1588         (wl-summary-sync-update): Fixed the last change.
1589
1590         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1591
1592 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1593
1594         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1595         (wl-draft-kill-flags): Fixed docstring.
1596
1597         * wl-draft.el (wl-draft-kill-flags): New function.
1598         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1599
1600 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1601
1602         * wl-vars.el (wl-reply-hook): Abolish.
1603         (wl-draft-reply-hook): New hook.
1604         (wl-summary-reply-hook): Ditto.
1605         (wl-draft-forward-hook): Ditto.
1606         (wl-summary-forward-hook): Ditto.
1607         (wl-draft-kill-flags): New variable.
1608
1609         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1610         wl-summary-set-persistent-mark-internal.
1611         (wl-summary-sync-marks): Use elmo-preserved-flags.
1612         (wl-summary-update-persistent-mark): Make it interactive.
1613         (wl-summary-set-persistent-mark-internal): New inline function.
1614         (wl-summary-mark-as-answered): Use it.
1615         (wl-summary-mark-as-unanswered): Ditto.
1616         (wl-summary-unset-persistent-mark): New function.
1617         (wl-summary-set-persistent-mark): Ditto.
1618         (wl-summary-reply): Don't set answered flag;
1619         Run wl-summary-reply-hook instead.
1620         (wl-summary-forward): Call wl-draft-forward with number.
1621         Run wl-summary-forward-hook.
1622
1623         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1624         (wl-highlight-summary-line-face-spec): Use it as a default
1625         persistent mark face.
1626
1627         * wl-draft.el (wl-draft-forward): Added optional argument number;
1628         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1629         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1630         (wl-draft-kill): Use wl-draft-kill-flags.
1631
1632         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1633
1634         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1635         of return value of elmo-folder-count-flags.
1636
1637         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1638
1639         * wl-summary.el (wl-summary-count-unread): Ditto.
1640         (wl-summary-sync-update): Follow the change above.
1641         (wl-summary-force-prefetch): New function.
1642
1643 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1644
1645         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1646         variable `buf' with `let' instead of `setq'.
1647
1648 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1649
1650         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1651         add Content-Disposition heaeder on the deleted part.
1652
1653 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1654
1655         * wl-draft.el (wl-draft-save): Encode address list under edit by
1656         `eword-encode-unstructured-field-body'.
1657
1658         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1659
1660 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1661
1662         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1663         wl-current-summary-buffer.
1664
1665 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1666
1667         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1668         `numbers' is ignored.
1669
1670 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1671
1672         * wl-folder.el (wl-folder-open-folder): Avoid error.
1673         Reported by John Owens, [wl-en:815]
1674
1675         * wl.el (wl): Set timer for biff process even if prefix argument
1676         is given or auto-checking is quitted.
1677
1678         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1679         immediately.
1680         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1681         (wl-toggle-plugged): Ditto.
1682
1683         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1684         * wl-util.el (wl-biff-start): Use idle timer if
1685         `wl-biff-use-idle-timer' is non-nil.
1686
1687 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1688
1689         * wl-highlight.el (wl-highlight-message): Fix description.
1690
1691 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1692
1693         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1694         tty.
1695
1696 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1697
1698         * wl-action.el (wl-summary-exec): Print failure count.
1699
1700 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1701
1702         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1703         to `defun', remove interactive form.
1704         Set elmo-message-fetch-confirm when force-reload is non-nil.
1705
1706 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1707
1708         * wl-summary.el (toplevel): Removed unnecessary autoload.
1709
1710 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1711
1712         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1713         the buffer is generated from another message buffer.
1714
1715 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1716
1717         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1718         extracted from `wl-fldmgr-save-folders'.
1719         (wl-fldmgr-delete): Call it after deletion.
1720
1721 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1722
1723         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1724         multi-tty support.
1725
1726 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1727
1728         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1729
1730 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1731
1732         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1733         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1734
1735 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1736
1737         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1738         unsubscribe list only if argument CLEAR is nil.
1739
1740 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1741
1742         * wl-draft.el (wl-draft-reply): Decode subject before removing
1743         Re: prefix.
1744
1745 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1746
1747         * wl-summary.el (wl-summary-sort-by-size): New command.
1748
1749 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1750
1751         * wl-summary.el (wl-summary-number-list-from-region): New
1752         function.
1753         (wl-summary-mark-as-read-region): Use it.
1754         (wl-summary-mark-as-unread-region): Ditto.
1755         (wl-summary-set-flags-region): Ditto and add optional argument
1756         remove.
1757         (wl-summary-mark-as-answered-region): Ditto.
1758         (wl-summary-mark-as-important-region): Ditto.
1759         (wl-summary-target-mark-mark-as-important): Added optional
1760         argument remove.
1761         (wl-summary-target-mark-mark-as-answered): Ditto.
1762         (wl-summary-target-mark-set-flags): Ditto.
1763
1764 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1765
1766         * wl-summary.el (wl-summary-set-flags-region): Call
1767         `wl-summary-set-flags-internal' with number list instead of call
1768         one by each message.
1769         (wl-summary-target-mark-set-flags): Likewise.
1770
1771 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1772
1773         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1774         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1775         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1776         (wl-summary-target-mark-mark-as-answered): Likewise.
1777
1778 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1779
1780         * wl-summary.el (wl-summary-target-mark-forward): Use
1781         `wl-summary-delete-all-target-marks' instead of
1782         `wl-summary-delete-all-temp-marks'.
1783         (wl-summary-target-mark-reply-with-citation): Ditto.
1784         (wl-summary-target-mark-uudecode): Ditto.
1785         (wl-summary-target-mark-set-flags): Ditto and remove needless
1786         cursor move.
1787
1788 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1789
1790         * wl-summary.el (wl-summary-target-mark-forward): Protect
1791         wl-summary-buffer-target-mark-list from nreverse.
1792         (wl-summary-target-mark-reply-with-citation): Ditto.
1793
1794 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1795
1796         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1797         `elmo-display-progress-threshold'.
1798
1799 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1800
1801         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1802         check `wl-summary-highlight'.
1803         (wl-summary-window-scroll-functions): Respect value of
1804         `wl-summary-highlight'.
1805         (wl-summary-sync-update): Run hooks
1806         `wl-summary-buffer-window-scroll-functions' at any time.
1807
1808 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1809
1810         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1811         from `wl-summary-cleanup-temp-marks'.
1812         (wl-summary-cleanup-temp-marks): Abolish argument.
1813         * wl.el (wl-save-status): Revert previous change.
1814         (wl-execute-temp-marks): New function, call
1815         `wl-summary-exec-with-confirmation'.
1816         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1817         (wl-folder-save-and-exec-marks): Abolished.
1818
1819 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1820
1821         * wl-e21.el (wl-e21-display-image-p): Respect
1822         `wl-highlight-folder-with-icon'.
1823         (wl-e21-highlight-folder-group-line): Highlight mouse line
1824         even if wl-e21-display-image-p is nil.
1825
1826         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1827         Respect value of `wl-summary-highlight'.
1828
1829         * wl.el (wl-save-status): Remove unused variable.
1830
1831         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1832         (wl-folder-mode-map): Bind it to "x".
1833
1834 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1835
1836         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1837
1838         * wl-thread.el (wl-thread-get-parent-list): Don't check
1839         disconnected ancestors, neglecting needless work in
1840         `wl-thread-update-indent-string-thread'.
1841
1842         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1843         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1844         argument, add argument default-keep to keep marks by default.
1845
1846         * Version number is increased to 2.11.30.
1847
1848         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1849         customization type and docstring.
1850         (wl-draft-reply-without-argument-list): Ditto.
1851
1852 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1853
1854         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1855
1856         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1857
1858 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1859
1860         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1861
1862 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1863
1864         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1865         save-excursion so as not to include run-hooks.
1866
1867 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1868
1869         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1870         Clarify that marks are going to be cleared.
1871
1872 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1873
1874         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1875         according to 3rd element of wl-summary-flag-mark.
1876
1877         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1878
1879 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1880
1881         * wl-action.el (wl-summary-target-mark-all): Don't set
1882         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1883
1884 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1885
1886         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1887         (wl-forward-subject-prefix): Ditto.
1888         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1889         (wl-draft-reply-make-subject): Ditto.
1890
1891         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1892         `wl-draft-forward'.
1893         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1894
1895 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1896
1897         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1898         target message does not exist.
1899
1900 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1901
1902         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1903         `wl-subject-prefix-regexp'.
1904         (wl-subject-forward-prefix-regexp): New variable.
1905         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1906         `wl-draft-strip-subject-re' and take regexp as argument.
1907         (wl-draft-forward): Use it.
1908         (wl-draft-reply): Ditto.
1909
1910 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1911
1912         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1913         emacs multi-tty support.
1914
1915 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1916
1917         * wl-e21.el (wl-e21-display-image-p): Don't call
1918         `display-images-p'.
1919         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1920         support.
1921         (wl-highlight-folder-current-line): Ditto.
1922         (wl-folder-init-icons): Ditto.
1923
1924 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1925
1926         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1927         the last line of summary in unplugged mode.
1928
1929 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1930
1931         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1932
1933 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1934
1935         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1936         * wl-address.el (wl-address-user-mail-address-p): Use it.
1937         (wl-address-delete-user-mail-addresses): Ditto.
1938         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1939
1940         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1941         (wl-address-delete-user-mail-addresses): Ditto.
1942
1943         * wl-address.el (wl-address-delete-user-mail-addresses): New
1944         function.
1945         * wl-refile.el (wl-refile-guess-by-history): Use it.
1946         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1947         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1948
1949         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1950         use wl-address-user-mail-address-p.
1951
1952 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1953
1954         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1955         after opening group.
1956
1957 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1958
1959         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1960         of elmo-set-buffer-multibyte.
1961
1962         * wl-message.el (wl-original-message-mode): Ditto.
1963
1964         * wl-score.el (wl-score-insert-header): Ditto.
1965
1966         * wl-summary.el
1967         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1968         (wl-summary-goto-folder-subr): Ditto.
1969         (wl-summary-insert-headers): Ditto.
1970
1971         * wl-util.el (wl-set-string-width): Ditto.
1972
1973         * Version number is increased to 2.11.29.
1974
1975 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1976
1977         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1978         (wl-highlight-summary-line-help-echo-alist): New variable.
1979         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1980         into `wl-highlight-summary-line-help-echo' and
1981         `wl-highlight-flag-folder-help-echo'.
1982         (wl-highlight-summary-line-string): Change accordingly.
1983         (wl-highlight-summary-current-line): Ditto.
1984
1985 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1986
1987         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1988         at the beginning of field body (Thanks to Markus Knittig).
1989
1990         * wl-draft.el (wl-draft-insert-current-message): Also check
1991         summary buffer, remove unnecessary tag.
1992
1993 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1994
1995         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1996         when wl-message-buffer is nil.
1997
1998         * wl-folder.el (wl-folder): Abolish unused argument.
1999         Call wl-folder-init when wl-folder-entity is nil.
2000         * wl.el (wl): Change accordingly.
2001
2002 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2003
2004         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2005         multibyte string before insert into draft buffer.
2006         (wl-draft-create-buffer): Always enable multibyte characters for
2007         draft buffer.
2008
2009         * Version number is increased to 2.11.28.
2010
2011 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2012
2013         * wl-folder.el (wl-folder-open-close): Handle blank line.
2014         (wl-folder-jump-to-current-entity): Ditto.
2015
2016 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2017
2018         * Version number is increased to 2.11.27.
2019
2020 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2021
2022         * wl-thread.el (wl-thread-insert-message): When the thread is
2023         devided by wl-summary-max-thread-depth, insert line at the end of
2024         buffer.
2025
2026 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2027
2028         * Version number is increased to 2.11.26.
2029
2030 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2031
2032         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2033
2034 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2035
2036         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2037         value of stream-type and session.
2038
2039 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2040
2041         * Version number is increased to 2.11.25.
2042
2043 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2044
2045         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2046         in a quit message.
2047
2048 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2049
2050         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2051         (wl-summary-redisplay-no-mime-internal): Ditto.
2052
2053 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2054
2055         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2056         * wl-vars.el (wl-smtp-connection-type): Ditto.
2057
2058 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2059
2060         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2061         for the separator line and quote mail-header-separator.
2062
2063 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2064
2065         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2066         result message.
2067
2068         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2069         `elmo-multiple-fields-body-list' with boundary as
2070         mail-header-separator.
2071
2072 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2073
2074         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2075
2076 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2077
2078         * wl-util.el (wl-list-diff): Remove unused function.
2079
2080         * wl-draft.el (wl-draft-send-confirm): Discard input before
2081         confirmation.
2082
2083 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2084
2085         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2086         order of flag and new.
2087
2088 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2089
2090         * wl-vars.el (wl-refile-policy-alist): Abolished.
2091
2092         * wl-action.el (wl-summary-set-action-refile): Follow the change
2093         above.
2094
2095 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2096
2097         * wl-highlight.el (wl-highlight-signature-search): Don't use
2098         re-search-backward for a long word since it is possible to crash
2099         XEmacs because of a bug.
2100
2101 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2102
2103         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2104
2105 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2106
2107         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2108         argument for wl-summary-sync-force-update.
2109
2110 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2111
2112         * wl-summary.el (wl-summary-mode-map): Revival of
2113         wl-summary-mark-as-important related bindings;
2114         Bind 'F','tF','mF','rF','m&'.
2115         (wl-summary-mark-as-important-region): Revival.
2116         (wl-summary-target-mark-mark-as-important): Ditto.
2117         (wl-summary-target-mark-operation): New function.
2118         (wl-summary-target-mark-mark-as-answered): Use it.
2119         (wl-summary-decide-flag): Don't set Important as default.
2120         (wl-summary-mark-as-important-internal): Revival.
2121         (wl-summary-mark-as-important): Ditto.
2122
2123         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2124
2125         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2126         instead of facep.
2127
2128 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2129
2130         * wl-dnd.el (wl-dnd-drop-func): Fix.
2131
2132         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2133         mouse-set-point instead of posn-point.
2134
2135         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2136
2137         * wl-mule.el (wl-completing-read-multiple): Ditto.
2138
2139 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2140
2141         * wl-demo.el (face-background-name): Defalias to avoid compile
2142         warning.
2143
2144 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2145
2146         * wl-summary.el (wl-summary-decide-flag): Use
2147         wl-completing-read-multiple instead of completing-read-multiple.
2148
2149         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2150         New alias.
2151
2152         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2153         Use face-background-name instead of face-background.
2154
2155         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2156
2157         * wl-summary.el (wl-summary-save): Use it.
2158         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2159
2160         * wl-mime.el (wl-mime-save-content): Fix last change.
2161
2162 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2163
2164         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2165         New function.
2166         (wl-summary-sort-specs): Added sort.
2167         * wl-mime.el (wl-mime-save-content): Expand file name.
2168
2169 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2170
2171         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2172
2173         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2174
2175 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2176
2177         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2178         for flag if it is not defined.
2179
2180 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2181
2182         * wl-e21.el (wl-highlight-folder-current-line): Use
2183         elmo-folder-type-internal when elmo-folder-type returns nil.
2184
2185         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2186
2187         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2188
2189         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2190
2191         * wl-e21.el (wl-summary-toolbar): Ditto.
2192
2193         * wl-vars.el (wl-demo-background-color): Abolished.
2194         (wl-summary-persistent-mark-priority-list): Renamed from
2195         wl-summary-flag-priority-list.
2196         (wl-summary-flag-alist): New user option.
2197         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2198         (wl-message-mode-line-format-spec-alist): Added 'F'.
2199         (wl-message-mode-line-format): Likewise.
2200         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2201         instead of wl-summary-important-mark.
2202         (wl-file-folder-icon): New variable.
2203
2204         * wl-thread.el (wl-thread-set-flags): Renamed from
2205         wl-thread-mark-as-important.
2206
2207         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2208         warning.
2209         (wl-summary-mode-menu-spec): Follow the change of 
2210         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2211         (wl-summary-mode-map): Follow the change of
2212         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2213         (wl-summary-detect-mark-position): Follow the variable name change.
2214         (wl-summary-set-flags-region): New function for the replacement of
2215         wl-summary-mark-as-important-region.
2216         (wl-summary-sync-marks): Sync all global-flags.
2217         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2218         instead of elmo-message-flagged-p.
2219         (wl-summary-persistent-mark-string): Follow the variable name change;
2220         Put wl-summary-flag-mark if the message has global-flag.
2221         (wl-summary-target-mark-set-flags): Renamed from 
2222         wl-summary-target-mark-mark-as-important.
2223         (wl-summary-decide-flag): New function.
2224         (wl-summary-set-flags-internal): Renamed from
2225         wl-summary-mark-as-important-internal.
2226         (wl-summary-add-flags-internal): New function.
2227         (wl-summary-remove-flags-internal): Ditto.
2228         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2229         (wl-summary-mark-as-unimportant): Abolish.
2230         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2231         (wl-summary-next-message): List flagged messages in the msgdb.
2232
2233         * wl-score.el (wl-summary-score-update-all-lines): Use
2234         wl-summary-add-flags-internal instead of 
2235
2236         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2237
2238         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2239         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2240         (wl-message-buffer-require-all-header): Renamed from
2241         wl-message-buffer-all-header-flag (Ditto).
2242         (wl-message-buffer-flag-indicator): New variable.
2243         (wl-message-redisplay): Changed local varibale name from `flag' to
2244         `display-type'; Set up wl-message-buffer-flag-indicator.
2245         (wl-message-buffer-display): Changed varibale name from `flag' to
2246         `display-type'.
2247         (wl-message-display-internal): Likewise.
2248
2249         * wl-highlight.el (wl-highlight-demo-face): Define default background
2250         color.
2251         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2252
2253         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2254
2255         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2256         (wl-demo-setup-properties): Renamed from
2257         `wl-demo-set-background-color'.
2258         (wl-demo): Follow the change above.
2259         
2260         * Version number is increased to 2.11.24.
2261
2262 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2263
2264         * wl-summary.el (wl-summary-toggle-thread): Call
2265         `wl-summary-rescan' with disable-thread as non-nil.
2266         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2267
2268 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2269
2270         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2271         foreground property of the face.
2272         (wl-demo-insert-text): Don't set up face property here.
2273         (wl-demo): Call wl-demo-set-background-color, anyway.
2274
2275 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2276
2277         * wl-vars.el (wl-demo-background-color): The value can be nil.
2278
2279 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2280
2281         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2282         to wl-summary-wheel-dispatcher.
2283
2284         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2285         wl-message-wheel-dispatcher.
2286         (wl-message-wheel-dispatcher): New function.
2287         (wl-summary-wheel-dispatcher): Ditto.
2288
2289 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2290
2291         * wl-action.el (wl-summary-target-mark-all): List messages which are
2292         not in the killed-list.
2293
2294         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2295         only when the folder is 'flag/important.
2296
2297         * wl-address.el (wl-complete-field-body): Complete if the last
2298         character is a space.
2299
2300 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2301
2302         * wl-folder.el (wl-folder-clear-entity-info): Use
2303         elmo-clear-hash-val.
2304
2305         * wl-fldmgr.el (wl-fldmgr-rename): Set
2306         wl-folder-info-alist-modified as t.
2307
2308 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2309
2310         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2311
2312 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2313
2314         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2315         (wl-folder-buffer-last-visited-entity-id): New buffer local
2316         variable.
2317         (wl-folder-revisit-last-visited-folder): New function.
2318         (wl-folder-mode-map): Bind it to "C-i".
2319         (wl-folder-set-current-entity-id): Set last visited folder.
2320         * wl-summary.el (wl-summary-exit): Ditto.
2321
2322 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2323
2324         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2325         before calling `recenter' in order to cope with an XEmacs bug.
2326
2327 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2328
2329         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2330         to the default value.
2331
2332 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2333
2334         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2335         change.
2336         (wl-summary-sync-marks): Ditto.
2337         (wl-summary-mark-as-read-internal): Ditto.
2338         (wl-summary-mark-as-answered-internal): Ditto.
2339         (wl-summary-mark-as-important-internal): Ditto.
2340         (wl-summary-reply): Ditto.
2341
2342         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2343         instead of `elmo-folder-unflag-answered'.
2344
2345         * Version number is increased to 2.11.23.
2346
2347         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2348         the last change.
2349
2350 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2351
2352         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2353         Specify "spam" or "good".
2354
2355 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2356
2357         * wl-spam.el (wl-summary-exec-action-spam): Call
2358         wl-folder-confirm-existence for spam folder.
2359         (wl-spam-setup): Bind "mk".
2360
2361 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2362
2363         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2364
2365 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2366
2367         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2368         destination folder is empty.
2369
2370 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2371
2372         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2373         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2374
2375         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2376         (wl-summary-refile-prev-destination-region): New function.
2377         (wl-thread-refile-prev-destination): Ditto.
2378         (wl-summary-target-mark-refile-prev-destination): Ditto.
2379
2380 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2381
2382         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2383         (wl-demo-background-color): Changed default value.
2384
2385         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2386         color.
2387
2388         * wl-demo.el (wl-demo-set-background-color): New function.
2389         (wl-demo): Call it.
2390
2391 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2392
2393         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2394         * wl-address.el (wl-address-add-or-change): Don't add empty
2395         address.
2396
2397 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2398
2399         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2400
2401 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2402
2403         * wl-vars.el (wl-demo-image-filter-alist): New variable
2404         (wl-demo-background-color): Ditto.
2405
2406         * wl-demo.el (wl-demo-xpm-set-background): New function.
2407         (wl-demo-image-filter): Ditto.
2408         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2409
2410         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2411
2412         * wl-demo.el (wl-demo-icon-name): Define as function.
2413         (wl-demo-insert-image): Use it.
2414
2415 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2416
2417         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2418
2419 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2420
2421         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2422
2423 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2424
2425         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2426
2427 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2428
2429         * wl-thread.el (wl-thread-mark-as-answered): New function.
2430
2431         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2432         answered" entry.
2433         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2434         "r&" and wl-thread-mark-as-answered to "t&".
2435         (wl-summary-mark-as-important-region): Refine to toggle mark.
2436         (wl-summary-mark-as-answered-region): New function.
2437         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2438         and 3rd argument.
2439         (wl-summary-mark-as-important-internal): Likewise.
2440
2441 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2442
2443         * wl-template.el (wl-template-preview): New internal variable.
2444         (wl-template-preview-p): New function.
2445         (wl-template-show): Bind `wl-template-preview' as t.
2446
2447 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2448
2449         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2450         `elmo-message-entity-field' with 3rd argument which is non-nil.
2451
2452 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2453
2454         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2455         Removed duplicate local bind `folder'.
2456
2457 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2458
2459         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2460
2461 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2462
2463         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2464         duplicate definition.
2465
2466 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2467
2468         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2469         non-nil, use it; Don't fetch message if there's no message in the
2470         current cursor position.
2471
2472 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2473
2474         * wl-util.el (wl-region-exists-p): Use region-active-p.
2475         (wl-deactivate-region): New function.
2476         * wl-message.el (wl-message-redisplay): Deactivate region.
2477
2478         * wl-summary.el (wl-summary-reply): Call
2479         `wl-summary-set-message-buffer-or-redisplay' instead of
2480         `wl-summary-redisplay-internal', don't move point.
2481
2482 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2483
2484         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2485         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2486         by regexp.
2487
2488 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2489
2490         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2491         if no need.
2492
2493 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2494
2495         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2496         default value to nil.
2497         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2498         `wl-summary-prepare-hook'; Replace refile action to
2499         `wl-summary-exec-action-refile-with-register'.
2500
2501         * Version number is increased to 2.11.22.
2502
2503 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2504
2505         * wl-summary.el (wl-summary-detect-mark-position): Set
2506         `wl-summary-buffer-weekday-name-lang'.
2507
2508 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2509
2510         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2511         (wl-summary-mark-as-read-all): Ditto.
2512         (wl-summary-delete-messages-on-buffer): Ditto.
2513         (wl-summary-sync-update): Ditto.
2514         (wl-summary-mark-as-read-internal): Ditto.
2515         (wl-summary-mark-as-answered-internal): Ditto.
2516         (wl-summary-update-folder-info): Abolished.
2517
2518 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2519
2520         * wl-summary.el (wl-summary-mark-as-read-all): Use
2521         `wl-summary-update-folder-info' instead of
2522         `wl-folder-update-unread'.
2523
2524 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2525
2526         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2527         `wl-summary-folder-info-update'.
2528         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2529         instead of `wl-summary-folder-info-update'.
2530         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2531         `wl-folder-set-folder-updated'.
2532         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2533         instead of `wl-folder-update-unread'.
2534         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2535         the value of `wl-summary-buffer-unread-count' for the second parameter of
2536         `wl-folder-update-unread'.
2537
2538         * Version number is increased to 2.11.21.
2539
2540 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2541
2542         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2543         a local variable.
2544
2545 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2546
2547         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2548         interactively.
2549
2550         * wl-summary.el (wl-summary-mark-as-important-internal): New
2551         internal function.
2552         (wl-summary-mark-as-important): Use it.
2553         (wl-summary-mark-as-unimportant): New function.
2554         (wl-summary-sync-marks): Follow the API change.
2555
2556         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2557
2558         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2559
2560 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2561
2562         * wl-folder.el (wl-folder-update-unread): Re-indent.
2563         Narrow the scope of a local variable.
2564
2565 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2566
2567         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2568         (wl-addrmgr-merge-entries): Ditto.
2569         (wl-addrmgr): Added to address entry which exists in draft buffer
2570         if no entry is in original.
2571
2572 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2573
2574         * wl-batch.el: New file.
2575
2576 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2577
2578         * wl-vars.el (wl-use-semi): Remove unused variable.
2579
2580 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2581
2582         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2583         "?".
2584
2585 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2586
2587         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2588         wl-summary-new-mark.
2589         (wl-summary-new-cached-mark): New user option.
2590         (wl-summary-score-marks): Follow the change above.
2591         (wl-summary-auto-refile-skip-marks): Ditto.
2592         (wl-summary-incorporate-marks): Ditto.
2593         (wl-summary-expire-reserve-marks): Ditto.
2594
2595         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2596
2597         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2598         (wl-summary-persistent-mark-string): Distinguished between cached
2599         and uncached mark when the message is new.
2600
2601 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2602
2603         * wl-spam.el (wl-spam-domain): Renamed from
2604         `wl-spam-folder-guess-domain'.
2605         (wl-summary-exec-action-spam): Register as spam if domain of the
2606         source folder is good.
2607         (wl-summary-exec-action-refile-with-register): Register message if
2608         domain of the source folder is not undecided.
2609
2610 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2611
2612         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2613         detect thread loop.
2614
2615 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2616
2617         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2618         and wl-summary-skip-mark-list.
2619
2620 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2621
2622         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2623
2624         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2625
2626         * wl-spam.el (toplevel): Require wl-highlight.
2627         (wl-spam-auto-check-policy-alist): Abolish.
2628         (wl-spam-auto-check-folder-regexp-list): New user option.
2629         (wl-spam-auto-check-marks): Ditto.
2630         (wl-spam-mark-action-list): Ditto.
2631         (wl-highlight-summary-spam-face): New face.
2632         (wl-spam-auto-check-message-p): New function.
2633         (wl-spam-map-spam-messages): Fixed message.
2634         (wl-spam-register-spam-messages): Ditto.
2635         (wl-spam-register-good-messages): Ditto.
2636         (wl-summary-spam-map): Add and remove keybind.
2637         (wl-summary-target-mark-spam): Abolish.
2638         (wl-summary-refile-spam): Ditto.
2639         (wl-summary-test-spam): New function.
2640         (wl-summary-mark-spam): Ditto.
2641         (wl-summary-auto-check-spam): Follow the above change.
2642         (wl-summary-exec-action-spam): New function.
2643         (wl-summary-exec-action-refile-with-register): Fixed message.
2644         (wl-message-check-spam): New function.
2645         (wl-spam-setup): Ditto.
2646         (toplevel): Call it if this file is loaded interactivity.
2647
2648         * Version number is increased to 2.11.20.
2649
2650 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2651
2652         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2653         when new optional argument `force' is non nil or modified.
2654
2655 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2656
2657         * wl.el (toplevel): Require wl-spam when compile.
2658         (wl-save-status): Call wl-spam-save-status.
2659
2660         * wl-spam.el (wl-spam-register-spam-messages): New function.
2661         (wl-spam-register-good-messages): Ditto.
2662         (wl-spam-save-status): Ditto.
2663         (wl-summary-mode-map): Bind
2664         wl-summary-target-mark-register-as-spam to "ms" and
2665         wl-summary-target-mark-register-as-good to "mn".
2666         (wl-summary-register-as-spam): Abolish optional argument; Use
2667         wl-spam-register-spam-messages.
2668         (wl-summary-register-as-spam-all): Use
2669         wl-spam-register-spam-messages.
2670         (wl-summary-register-as-good): Abolish optional argument; Use
2671         wl-spam-register-good-messages.
2672         (wl-summary-register-as-good-all): Use
2673         wl-spam-register-good-messages.
2674         (wl-summary-target-mark-register-as-spam): New funtion.
2675         (wl-summary-target-mark-register-as-good): Ditto.
2676
2677 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2678
2679         * wl-spam.el: New file.
2680
2681 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2682
2683         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2684
2685         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2686         (wl-summary-auto-refile): Call wl-refile-guess with
2687         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2688
2689 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2690
2691         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2692         with disable-thread argument non-nil.
2693
2694 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2695
2696         * wl-summary.el (wl-summary-rescan): Added optional argument
2697         disable-thread.
2698         (wl-summary-sync): Call wl-summary-rescan with argument
2699         disable-thread.
2700         (wl-summary-input-range): Added new range `rescan-thread'.
2701
2702 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2703
2704         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2705
2706 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2707
2708         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2709         internal variable.
2710         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2711         wl-summary-search-parent-by-subject-regexp and
2712         wl-summary-divide-thread-when-subject-changed as nil.
2713         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2714         (wl-summary-insert-thread): Search parent entity from
2715         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2716         thread loop.
2717
2718 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2719
2720         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2721
2722         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2723
2724         * wl-util.el (wl-require-update-all-folder-p): New function.
2725         (wl-get-assoc-list-value): Added `function' to match directive.
2726         (wl-collect-draft): Rewrite.
2727
2728         * wl-summary.el (wl-summary-sync-update): Clear faces
2729         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2730         are non-nil.
2731         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2732         argument as function.
2733         (wl-summary-input-range): Ditto.
2734
2735         * wl-folder.el (wl-draft-get-folder): New function.
2736         (wl-folder-get-elmo-folder): Consider draft folder.
2737
2738         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2739         (wl-draft-buffer-message-number): New buffer local variable.
2740         (wl-draft-folder-internal): New internal variable.
2741         (wl-draft-delete): Rewrite.
2742         (wl-draft-save): Ditto.
2743         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2744         wl-folder-get-elmo-folder.
2745         (wl-draft-config-info-operation): Ditto.
2746         (wl-jump-to-draft-folder): Ditto.
2747         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2748         (wl-draft-reedit): Rewrite.
2749
2750         * Version number is increased to 2.11.19.
2751         
2752 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2753
2754         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2755         variable.
2756
2757 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2758
2759         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2760         Use ignore-errors instead of unwind-protect.
2761
2762 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2763
2764         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2765         for updating `wl-thread-entity-list'.
2766
2767 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2768
2769         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2770         parameter from calling `wl-thread-entity-get-older-brothers' and
2771         `wl-thread-entity-get-younger-brothers'.
2772         Replace nested `append' with a single one.
2773
2774 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2775
2776         * wl-summary.el (wl-summary-mode): Don't use the return value of
2777         `make-local-hook'.
2778
2779 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2780
2781         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2782         instead of `let*'.
2783         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2784         of local variables.
2785
2786 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2787
2788         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2789         Renamed from wl-summary-window-scroll-functions.
2790         (wl-summary-window-scroll-functions): Don't set to variable.
2791         (wl-summary-display-top): Use run-hooks.
2792         (wl-summary-display-bottom): Ditto.
2793         (wl-summary-toggle-disp-msg): Ditto.
2794         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2795         Use it instead of wl-summary-window-scroll-functions.
2796         (wl-summary-goto-folder-subr): Don't call
2797         wl-summary-window-scroll-functions, use
2798         wl-summary-buffer-window-scroll-functions instead.
2799
2800 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2801
2802         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2803         make-local-variable.
2804
2805 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2806
2807         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2808         set-buffer-modified-p.
2809         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2810         (wl-summary-display-bottom): Ditto.
2811         (wl-summary-toggle-disp-msg): Ditto.
2812
2813 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2814
2815         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2816
2817         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2818         (wl-summary-forward): Use elmo-message-entity-field instead of
2819         elmo-message-field.
2820
2821         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2822
2823 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2824
2825         * wl-summary.el (wl-summary-window-scroll-functions): No use
2826         `append'.
2827
2828 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2829
2830         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2831         function.
2832         (wl-summary-window-scroll-functions): Call it when both
2833         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2834         (wl-summary-temp-mark): Added optional argument number.
2835         (wl-summary-message-mark): Added optional argument flag.
2836         (wl-summary-persistent-mark): Added optional argument number and flag.
2837         (wl-summary-update-persistent-mark): Ditto.
2838         (wl-summary-update-status-marks): Set "r" for interactive spec.
2839
2840         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2841         argument number and flag.
2842
2843         * wl-action.el (wl-summary-registered-temp-mark): 
2844         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2845
2846 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2847
2848         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2849         internal variable (buffer local).
2850         (wl-summary-window-scroll-functions): New function.
2851         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2852         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2853         as nil.
2854         (wl-summary-update-status-marks): Added arguments beg, end and
2855         check.
2856         (wl-summary-update-mark-window): Use function.
2857         (wl-summary-sync-update): Follow the change above.
2858         (wl-summary-switch-to-clone-buffer): Copy
2859         wl-summary-buffer-unsync-mark-number-list.
2860         (wl-summary-goto-folder-subr): Set
2861         wl-summary-buffer-unsync-mark-number-list and
2862         use wl-summary-window-scroll-functions instead of
2863         wl-summary-lazy-highlight.
2864
2865         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2866
2867 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2868
2869         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2870
2871         * wl-summary.el (wl-summary-update-persistent-mark): Call
2872         wl-summary-set-message-modified.
2873
2874         * wl-summary.el (wl-summary-sync-update): Don't call
2875         wl-summary-update-status-marks.
2876
2877         * Version number is increased to 2.11.18.
2878
2879 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2880
2881         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2882         (wl-message-next-page): Ditto.
2883
2884 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2885
2886         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2887         local variable.  Change the order of a collected list into the
2888         same as the specified range.  Remove nil from a collected list.
2889
2890 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2891
2892         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2893         argument for elmo-folder-list-messages.
2894
2895 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2896
2897         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2898         change (wl-summary-count-unreads return a list instead of a cons
2899         cell).
2900
2901 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2902
2903         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2904         `wl-summary-folder-info-update'.
2905
2906 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2907
2908         * wl-summary.el (wl-summary-set-message-modified): No use
2909         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2910         (wl-summary-set-mark-modified): Abolish.
2911         (wl-summary-mark-modified-p): Ditto.
2912         (wl-summary-save-view): Follow the change above.
2913
2914         * wl-expire.el (wl-summary-expire): Likewise.
2915
2916 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2917
2918         * wl-summary.el (wl-summary-detect-mark-position): Use
2919         modb-entity-handler.
2920         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2921
2922         * Version number is increased to 2.11.17.
2923
2924 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2925
2926         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2927         entity field value.
2928         (wl-summary-prefetch-msg): Ditto.
2929         (wl-summary-print-message-with-ps-print): Ditto.
2930
2931 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2932
2933         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2934         for dummy entity.
2935         (wl-summary-insert-thread): Use elmo-message-entity-field.
2936         (wl-summary-update-thread): Use elmo-message-entity-field and
2937         elmo-message-entity-number.
2938         (wl-summary-line-number):  Use elmo-message-entity-number.
2939         (wl-summary-line-size): Use elmo-message-entity-field.
2940         (wl-summary-line-subject): Ditto.
2941         (wl-summary-line-from): Ditto.
2942         (wl-summary-line-attached): Ditto.
2943         (wl-summary-create-line): Ditto.
2944         (wl-summary-create-line): Use elmo-message-entity-number.
2945         (wl-summary-print-message-with-ps-print): Use
2946         elmo-message-entity-field.
2947
2948 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2949
2950         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2951         change in elmo-msgdb-make-message-entity.
2952         (wl-summary-buffer-set-folder): Don't call
2953         wl-summary-detect-mark-position here.
2954         (wl-summary-rescan): Call elmo-message-entity-number.
2955         (wl-summary-sync-update): Ditto.
2956         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2957
2958         * wl-score.el (wl-score-header-index): Redefine 2th element.
2959         (wl-score-overview-entity-get-extra): Abolish.
2960         (wl-score-ov-entity-get): Rewrite.
2961         (wl-score-string-index<, wl-score-string-func<): Abolish.
2962         (wl-score-string<): New function.
2963         (wl-score-string-sort): Use it.
2964
2965         * wl-refile.el (wl-refile-guess-by-history): Use
2966         elmo-message-entity-field.
2967         (wl-refile-guess-by-from): Ditto.
2968         (wl-refile-guess-by-msgid): Ditto.
2969
2970         * Version number is increased to 2.11.16.
2971
2972 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2973
2974         * wl-folder.el (wl-folder-confirm-existence): Don't call
2975         file-exists-p if msgdb-path is nil.
2976         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2977         `wl-read-folder-hist' to `wl-read-folder-history'.
2978
2979 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2980
2981         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2982         `y-or-n-p'.
2983
2984 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2985
2986         * wl-score.el (wl-score-headers): Don't use
2987         elmo-folder-do-each-message-entity.
2988
2989         * Version number is increased to 2.11.15.
2990
2991 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2992
2993         * wl-summary.el (wl-summary-delete-all-msgs): Use
2994         elmo-folder-move-messages instead of elmo-folder-delete-messages
2995         and elmo-folder-detach-messages.
2996         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2997
2998         * wl-expire.el (wl-expire-delete): Ditto.
2999         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3000
3001 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3002
3003         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3004         (wl-message-header-narrowing-fields): Ditto.
3005         (wl-message-header-narrowing-lines): Ditto.
3006         (wl-message-header-narrowing-string): Ditto.
3007
3008         * wl-summary.el (wl-summary-mode-map): Bind
3009         wl-summary-toggle-header-narrowing to "C-cC-f".
3010         (wl-summary-toggle-header-narrowing): New function.
3011
3012         * wl-message.el (wl-message-buffer-create): Call
3013         wl-message-header-narrowing-setup.
3014         (wl-message-redisplay): Call wl-message-header-narrowing.
3015         (wl-message-header-narrowing): New function.
3016         (wl-message-header-narrowing-map): New keymap.
3017         (wl-message-header-narrowing-widen-map): New keymap.
3018         (wl-message-header-narrowing-again-at-mouse): New function.
3019         (wl-message-header-narrowing-1): Ditto.
3020         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3021         (wl-message-header-narrowing-setup): Ditto.
3022         (wl-message-header-narrowing-toggle): Ditto.
3023         
3024         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3025
3026         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3027         'flag as all.
3028         (wl-use-flag-folder-help-echo): New user option.
3029
3030         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3031         wl-summary-highlight as nil.
3032         (wl-summary-set-mark-modified): Follow the API change.
3033         (wl-summary-mark-modified-p): Ditto.
3034         (wl-summary-mark-as-read-all): Ditto.
3035         (wl-summary-sync-marks): Don't call
3036         elmo-folder-list-messages-with-global-mark.
3037         (wl-summary-mark-as-read-internal): Follow the API change.
3038         (wl-summary-mark-as-answered-internal): Ditto.
3039         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3040         Follow the API change.
3041         (wl-summary-create-line): Call with number argument.
3042         (wl-summary-reply): Follow the API change.
3043
3044         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3045         function.
3046         (wl-highlight-summary-line-string): Call it when
3047         wl-use-flag-folder-help-echo is non-nil.
3048         (wl-highlight-summary-current-line): Ditto.
3049         (elmo-flag-folder-referrer): Added autoload setting.
3050
3051         * wl-draft.el (wl-draft-kill): Follow the API change.
3052
3053         * Version number is increased to 2.11.14.
3054         
3055 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3056
3057         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3058
3059 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3060
3061         * Version number is increased to 2.11.13.
3062
3063 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3064
3065         * wl-draft.el (wl-draft-previous-history-element): Fixed
3066         unbalanced parenthesis and bind unbound local variables.
3067
3068 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3069
3070         * wl-draft.el (wl-draft-previous-history-element): New function.
3071         (wl-draft-next-history-element): Ditto.
3072         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3073         them to M-p and M-n.
3074
3075 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3076
3077         * Version number is increased to 2.11.12.
3078
3079 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3080
3081         * wl-draft.el (wl-draft-hide): Select buffer-window.
3082
3083 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3084
3085         * wl-summary.el (wl-summary-narrow-to-region): New function.
3086         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3087         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3088         (wl-summary-save-region): Use it.
3089         * wl-action.el (wl-summary-collect-numbers-region)
3090         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3091
3092 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3093
3094         * wl-folder.el (wl-folder-count-incorporates): Don't use
3095         `elmo-msgdb-mark-load'
3096
3097         * Version number is increased to 2.11.11.
3098
3099 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3100
3101         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3102         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3103
3104 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3105
3106         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3107
3108 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3109
3110         * Version number is increased to 2.11.10.
3111
3112 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3113
3114         * wl-mime.el (wl-draft-attribute-value): Fixed.
3115
3116 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3117
3118         * wl-util.el (wl-copy-local-variables): New function.
3119
3120         * wl-mime.el (wl-draft-attribute-recipients): New function.
3121         (wl-draft-attribute-envelope-from): Ditto.
3122         (wl-draft-attribute-smtp-posting-server): Ditto.
3123         (wl-draft-attribute-smtp-posting-port): Ditto.
3124         (wl-draft-attribute-value): Ditto.
3125         (wl-draft-preview-message): Use it to get value for
3126         attributes. Reflect result of `wl-draft-config'.
3127
3128         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3129         and call `wl-summary-mark-as-read' before to call
3130         `wl-summary-unset-mark'.
3131         (wl-summary-target-mark-mark-as-unread): Likewise.
3132         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3133
3134 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3135
3136         * wl-mime.el (wl-draft-preview-message): Use actual value for
3137         attributes; Fix for small window.
3138
3139 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3140
3141         * wl-refile.el (wl-refile-get-field-value): Call
3142         `elmo-message-entity-field' with 3rd argument is non-nil.
3143
3144 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3145
3146         * wl-vars.el (wl-draft-preview-attributes): New user option.
3147         (wl-draft-preview-attributes-list): Ditto.
3148         (wl-draft-preview-attributes-buffer-lines): Ditto.
3149         (wl-draft-preview-attributes-buffer-name): Ditto.
3150
3151         * wl-mime.el (wl-draft-preview-message): Display attributes.
3152
3153 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3154
3155         * wl-summary.el (wl-summary-detect-mark-position): Bind
3156         wl-summary-flag-priority-list to '(new).
3157
3158 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3159
3160         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3161         funtion.
3162         (wl-highlight-summary-line-string): Use it.
3163         (wl-highlight-summary-current-line): Ditto.
3164
3165 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3166
3167         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3168         line even when the mark string is not changed.
3169
3170         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3171         argument change in the wl-summary-create-line.
3172         (wl-thread-insert-entity-sub): Ditto.
3173
3174         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3175         argument change in the wl-summary-create-line.
3176         (wl-summary-insert-sequential): Ditto.
3177         (wl-summary-update-thread): Ditto.
3178         (wl-summary-persistent-mark-string): New inline function.
3179         (wl-summary-message-mark): Use it.
3180         (wl-summary-create-line): Abolish argument wl-persistent-mark
3181         and added wl-flags, wl-cached.
3182
3183         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3184         mark to flags.
3185         (wl-highlight-summary-current-line): Decide the face not by the 
3186         persistent mark but flags.
3187
3188 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3189
3190         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3191         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3192         wl-summary-read-uncached-mark): Revive.
3193         (wl-summary-answered-cached-mark,
3194         wl-summary-answered-uncached-mark): New user option.
3195         (wl-summary-score-marks): Follow the change above.
3196         (wl-summary-auto-refile-skip-marks): Ditto.
3197         (wl-summary-incorporate-marks): Ditto.
3198         (wl-summary-expire-reserve-marks): Ditto.
3199         (wl-summary-flag-priority-list): New user option.
3200
3201         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3202         changes.
3203         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3204         of elmo-message-mark.
3205         (wl-summary-mark-as-read-internal): Ditto.
3206         (wl-summary-mark-as-answered): Ditto.
3207         (wl-summary-mark-as-important): Ditto.
3208         (wl-summary-redisplay-internal): Ditto.
3209         (wl-summary-redisplay-no-mime-internal): Ditto.
3210         (wl-summary-message-mark): New function.
3211         (wl-summary-insert-sequential): Use wl-summary-message-mark
3212         instead of elmo-message-mark.
3213         (wl-summary-update-thread): Ditto.
3214         (wl-summary-persistent-mark): Ditto.
3215         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3216         instead of elmo-message-mark.
3217
3218         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3219         wl-summary-message-mark instead of elmo-message-mark.
3220         (wl-thread-insert-entity-sub): Ditto.
3221         (wl-thread-get-children-msgs-uncached): Ditto.
3222
3223         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3224         variable name changes.
3225         (wl-highlight-summary-current-line): Ditto.
3226
3227         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3228         wl-summary-message-mark instead of elmo-message-mark.
3229
3230         * wl-expire.el (wl-expire-message-p): Ditto.
3231
3232         * wl-score.el (wl-score-headers): Ditto.
3233
3234         * Version number is increased to 2.11.9.
3235
3236         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3237         (wl-summary-sync-update): Follow the change above.
3238         (wl-summary-switch-to-clone-buffer): Ditto.
3239         (wl-summary-open-folder): Ditto.
3240
3241 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3242
3243         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3244         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3245
3246         * Version number is increased to 2.11.8.
3247
3248         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3249
3250         * wl-expire.el (wl-expire-refile): Follow the API change on
3251         `elmo-folder-move-messages'.
3252         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3253
3254         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3255         (wl-summary-exec-action-refile): Ditto.
3256         (wl-summary-exec-action-copy): Ditto.
3257         (wl-summary-no-auto-refile-message-p): No use
3258         `wl-summary-buffer-msgdb'.
3259         (wl-summary-auto-refile): Ditto.
3260
3261 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3262
3263         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3264
3265 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3266
3267         * wl-summary.el (wl-summary-sync): Treat no-sync.
3268
3269         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3270         (wl-default-sync-range): Ditto.
3271
3272 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3273
3274         * wl-refile.el (wl-refile-subject-learn): Call
3275         `elmo-message-entity-field' with 3rd argument is non-nil.
3276         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3277         instead of `elmo-msgdb-overview-entity-get-subject'.
3278
3279 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3280
3281         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3282         scan-type is rescan.
3283         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3284         new optional argument force is non-nil.
3285         (wl-summary-save-view-cache): Call it with force argument non-nil.
3286
3287         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3288
3289 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3290
3291         * wl-action.el (wl-summary-print-argument): Fixed last change.
3292
3293 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3294
3295         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3296         simplified.
3297         (wl-summary-target-mark-mark-as-unread): Likewise.
3298         (wl-summary-target-mark-mark-as-important): Likewise.
3299
3300 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3301
3302         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3303         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3304         (wl-summary-mark-as-important-region): Change accordingly.
3305         (wl-summary-target-mark-mark-as-important): Ditto.
3306
3307 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3308
3309         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3310
3311         * wl-action.el (wl-summary-print-argument): Print argument to
3312         right side of window if `wl-summary-print-argument-within-window'
3313         is non-nil.
3314
3315 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3316
3317         * wl-action.el (wl-summary-set-mark): Use
3318         `wl-summary-message-visible-p' to check visibility of the message
3319         and jump to message only when the message line is visible and have
3320         different number; Call wl-summary-unset-mark with number argument.
3321         (wl-summary-unset-mark): 
3322         Use `wl-summary-message-visible-p'
3323         to check visibility of the message and jump to message only when
3324         the message line is visible and have different number;
3325
3326 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3327
3328         * Version number is increased to 2.11.7.
3329
3330         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3331         and wl-folder-summary-line-format.
3332
3333         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3334         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3335         (wl-summary-set-score-mark): Use it.
3336         (wl-summary-target-mark-mark-as-read): Ditto.
3337         (wl-summary-target-mark-mark-as-unread): Ditto.
3338         (wl-summary-target-mark-mark-as-important): Ditto.
3339         (wl-summary-target-mark-msgs): Simplified.
3340         (wl-summary-detect-mark-position): Fixed problem when
3341         summary-line-format no contain persisten/temp mark spec.
3342         (wl-summary-temp-mark): Ditto.
3343         (wl-summary-persistent-mark): Ditto.
3344         (wl-summary-update-persistent-mark): Ditto.
3345
3346         * wl-action.el (wl-summary-set-mark): Ditto.
3347         (wl-summary-unset-mark): Ditto.
3348         All other related portions are changed.
3349
3350 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3351
3352         * Version number is increased to 2.11.6.
3353
3354 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3355
3356         * wl-util.el (wl-current-message-buffer): Define as function;
3357         Don't use the value of wl-messge-buffer.
3358
3359         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3360         persistent mark.
3361
3362         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3363         no current message, cause an error.
3364
3365 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3366
3367         * wl-summary.el (wl-summary-set-message-modified): Use
3368         elmo-folder-set-message-modified instead of
3369         elmo-folder-set-message-modified-internal.
3370
3371 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3372
3373         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3374         interactively.
3375         (wl-summary-sync): nokill->entirely.
3376         (wl-summary-sync-marks): Fixed message.
3377         (wl-summary-input-range): Added mark, nokill->entirely.
3378
3379         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3380         messages as read.
3381
3382 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3383
3384         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3385         update-noscore.
3386         (wl-summary-sync): Follow the change above.
3387
3388 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3389
3390         * wl-action.el (wl-summary-target-mark-all): Use
3391         elmo-folder-list-messages.
3392
3393 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3394
3395         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3396         (wl-summary-rescan): Set wl-summary-scored as nil.
3397         (wl-summary-sync-force-update): Follow the change above.
3398         (wl-summary-sync): Ditto.
3399         (wl-summary-sync-update): Added argument disable-killed.
3400         (wl-summary-insert-headers): Set visible-only argument for
3401         elmo-folder-list-messages.
3402         (wl-summary-input-range): Added update-nokill, update-noscore,
3403         all-nokill, all-noscore and mark.
3404
3405         * Version number is increased to 2.11.5.
3406
3407         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3408
3409 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3410
3411         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3412         (wl-summary-prefetch-region-no-mark): Change accordingly.
3413         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3414
3415 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3416
3417         * wl-address.el (wl-complete-field-to): Abolished.
3418         (wl-complete-address): Completion function for completing-read.
3419         * wl-action.el (wl-summary-get-resend-address): Use it.
3420
3421         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3422         wl-summary-update-mark and abolish unused argument.
3423         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3424         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3425         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3426         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3427         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3428         * wl-draft.el (wl-draft-kill): Ditto.
3429
3430         * wl-summary.el: Remove unused binding of case-fold-search.
3431         (wl-summary-replace-status-marks): Abolished.
3432
3433 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3434
3435         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3436         is specified or folder length is zero.
3437
3438 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3439
3440         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3441         (wl-folder-archive-current-entity): Ditto.
3442
3443 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3444
3445         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3446         retrieving message mark.
3447         (wl-summary-redisplay-internal): Ditto.
3448
3449         * wl-message.el (wl-message-buffer-display): Ignore errors while
3450         retrieving message-id field.
3451
3452         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3453         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3454         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3455         order of the arguments for `wl-expire-message-p'.
3456         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3457
3458         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3459         Check return value of wl-summary-reply.
3460         (wl-summary-reply): Recover window configuration when an error occured.
3461
3462 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3463
3464         * wl-summary.el (wl-summary-resend-message): Abolished, the
3465         feature is inherited by wl-summary-resend (put resend mark).
3466
3467 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3468
3469         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3470         wl-message-buffer to nil when the message is hide.
3471
3472 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3473
3474         * .cvsignore: New file.
3475
3476 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3477
3478         * wl-action.el (wl-summary-action-docstring): Add more info.
3479         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3480         duplicate definition.
3481         (wl-summary-define-mark-action): Functions wl-summary-*-region
3482         keep current position.
3483         (wl-summary-unregister-target-mark): Store result to the variable.
3484
3485 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3486
3487         * Version number is increased to 2.11.4.
3488
3489 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3490
3491         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3492         wl-summary-delete-all-temp-marks.
3493         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3494
3495         * wl-action.el (wl-summary-set-mark): Changed terminology
3496         refile-destination -> action-argument.
3497         (wl-summary-unset-mark): Ditto.
3498         (wl-summary-remove-argument): Ditto.
3499         (wl-summary-print-argument): Ditto.
3500
3501         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3502         (wl-thread-remove-argument-region): Ditto.
3503         (wl-thread-print-argument-region): Ditto.
3504         (wl-thread-close): Ditto.
3505         (wl-thread-open): Ditto.
3506
3507         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3508         (wl-highlight-refile-destination-face is abolished)
3509         (wl-highlight-action-argument-string): Ditto.
3510         (wl-highlight-summary-current-line): Highlight action argument.
3511
3512         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3513         color for light backgrounds.
3514         (wl-highlight-summary-answered-face): Ditto.
3515
3516 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3517
3518         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3519
3520         * wl-score.el (wl-summary-score-update-all-lines): Use
3521         wl-summary-set-mark.
3522         (wl-summary-score-update-all-lines): Kill expunged messages.
3523
3524         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3525
3526 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3527
3528         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3529         directly.
3530         (wl-score-overview-entity-get-lines): Ditto.
3531         (wl-score-overview-entity-get-xref): Ditto.
3532         (wl-score-get-latest-msgs): Ditto.
3533         (wl-summary-rescore): Ditto.
3534
3535         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3536         to "&".
3537         (wl-summary-mark-as-answered-internal): New inline function.
3538         (wl-summary-mark-as-answered): New function.
3539         (wl-summary-mark-as-unanswered): Ditto.
3540         (wl-summary-sync-marks): Modified for answered-mark synching.
3541
3542 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3543
3544         * wl-action.el (wl-summary-set-mark): Fixed last change.
3545
3546 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3547
3548         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3549         behavior of wl-summary-unread-message-hook
3550         (Pointed out by akira yamada <akira@arika.org>).
3551
3552 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3553
3554         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3555         wl-summary-delete.
3556         * wl-xmas.el (wl-summary-toolbar): Ditto.
3557
3558         * wl-action.el (wl-summary-set-mark): Don't override current
3559         temp-mark.
3560
3561         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3562
3563 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3564
3565         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3566         (wl-refile-msgid-learn): Ditto.
3567         (wl-refile-get-field-value): Ditto.
3568
3569         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3570
3571         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3572         (wl-expire-delete-reserved-messages): Renamed from
3573         wl-expire-reserve-marked-msgs-from-list.
3574         (wl-expire-delete): Removed argument `msgdb'.
3575         (wl-expire-refile): Ditto.
3576         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3577         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3578         mark-alist as argument.
3579         (wl-expire-archive-number1): Removed argument `msgdb'.
3580         (wl-expire-archive-number2): Ditto.
3581         (wl-expire-archive-date): Ditto.
3582         (wl-expire-localdir-date): Ditto.
3583         (wl-expire-hide): Ditto.
3584         (wl-archive-number1): Ditto.
3585         (wl-archive-number2): Ditto.
3586         (wl-archive-date): Ditto.
3587         (wl-archive-folder): Ditto.
3588         All other related portions are changed.
3589
3590 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3591
3592         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3593         mean move up and down. (suggested by Takashi Kawachi)
3594
3595 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3596
3597         * wl-acap.el (toplevel): Don't require un-define.
3598
3599 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3600
3601         * wl-thread.el (wl-thread-delete-message): Always update
3602         wl-summary-buffer-number-list.
3603
3604         * wl-action.el (wl-summary-print-destination): 
3605         Do nothing when folder is nil.
3606
3607 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3608
3609         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3610         persistent mark when prefetch is succeeded.
3611
3612 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3613
3614         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3615         instead of elmo-msgdb-delete-msgs.
3616         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3617         (wl-expire-hide): Ditto.
3618
3619         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3620
3621         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3622         elmo-msgdb interface.
3623         (wl-thread-get-exist-children): Likewise.
3624         (wl-thread-insert-message): Likewise.
3625         (wl-thread-msg-mark-as-important): Likewise.
3626         (wl-thread-insert-entity-sub): Likewise.
3627         (wl-thread-get-children-msgs-uncached): Likewise.
3628
3629         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3630         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3631         (wl-summary-sync-update): Likewise.
3632         (wl-summary-auto-select-msg-p): Likewise.
3633         (wl-summary-update-thread): Likewise.
3634         (wl-summary-mark-as-important): Likewise.
3635         (wl-summary-jump-to-msg-internal): Likewise.
3636         (wl-summary-redisplay-internal): Likewise.
3637         (wl-summary-print-message-with-ps-print): Likewise.
3638         (wl-summary-folder-info-update): Likewise.
3639
3640         * wl-folder.el (wl-folder-check-one-entity):
3641         elmo-folder-count-flags instead of wl-summary-count-unread.
3642
3643         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3644
3645         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3646
3647         * wl-summary.el (wl-summary-set-message-modified): 
3648         Call wl-summary-set-mark-modified.
3649         (wl-summary-delete-messages-on-buffer): Call
3650         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3651         (wl-summary-sync-update): Call elmo-folder-length instead of
3652         elmo-folder-messages.
3653         (wl-summary-insert-headers): Don't call
3654         elmo-folder-list-message-entities.
3655
3656 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3657
3658         * wl-action.el (wl-summary-define-mark-action): Call
3659         `wl-summary-set-mark' with argument `data'.
3660         (wl-summary-auto-refile): Fixed order of arguments when call
3661         `wl-summary-refile'.
3662
3663 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3664
3665         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3666
3667         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3668
3669         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3670         (Renamed from wl-highlight-summary-deleted-face).
3671         (wl-highlight-summary-resend-face): New face.
3672
3673         (wl-highlight-summary-deleted-face): Renamed from
3674         wl-highlight-summary-erased-face.
3675
3676         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3677
3678         * wl-action.el (wl-summary-get-resend-address): New function.
3679         (wl-summary-exec-action-resend): Ditto.
3680         (wl-summary-exec-action-resend-subr): Ditto.
3681
3682         * w-thread.el (wl-thread-copy): Removed definition.
3683         (wl-thread-refile): Ditto.
3684         (wl-thread-delete): Ditto.
3685         (wl-thread-target-mark): Ditto.
3686
3687         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3688         (wl-summary-target-mark-set-action): Fixed.
3689         (wl-summary-define-mark-action): Fixed quotation.
3690         (wl-summary-move-mark-list-messages): Display message.
3691         (wl-summary-define-mark-action): Define thread functions.
3692         (wl-summary-exec-action-refile): Changed message.
3693         (wl-summary-exec): Ditto.
3694
3695 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3696         
3697         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3698         '%%'.
3699
3700 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3701
3702         * wl.el (toplevel): Require wl-action.
3703         (wl-init): Call wl-summary-define-mark-action.
3704
3705         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3706
3707         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3708         wl-summary-delete and wl-summary-erase.
3709         (wl-summary-mode-map): Ditto.
3710
3711         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3712         wl-delete-folder-alist.
3713
3714         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3715         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3716         (toplevel): Moved mark & action related functions to the wl-action.el.
3717
3718         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3719         in wl-summary-mark-action-list.
3720         (wl-highlight-summary-current-line): Ditto.
3721
3722         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3723         empty lines.
3724
3725         * wl-action.el: New file. 
3726
3727 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3728
3729         * wl-summary.el (wl-summary-target-mark-replace): New function.
3730         (wl-summary-target-mark-prefetch): Use it.
3731         (wl-summary-target-mark-delete): Ditto.
3732         (toplevel): Rearranged definition order.
3733         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3734         (wl-summary-target-mark-erase): Rewrite.
3735         (wl-summary-erase-region): New function.
3736         (wl-summary-exec-action-erase): Changed message.
3737         (wl-summary-move-mark-list-messages): New function.
3738         (wl-summary-exec-action-delete): Use it.
3739         (wl-summary-exec-action-erase): Ditto.
3740
3741         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3742         (wl-summary-skip-mark-list): Added "d".
3743
3744         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3745         while searching.
3746
3747         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3748         and define using defcustom;
3749         Define 4th element as a face.
3750         
3751         * wl-summary.el (wl-summary-incorporate): Use 
3752         `wl-summary-prefetch-region-no-mark' instead of
3753         `wl-summary-prefetch-region'.
3754         (wl-summary-prefetch-region-no-mark): Revival of old
3755         `wl-summary-prefetch-region'.
3756         (wl-summary-mark-action-list): Moved to wl-vars.el
3757
3758         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3759         face according to the `wl-summary-mark-action-list'.
3760         (wl-highlight-summary-current-line): Ditto;
3761         Removed destination highlighting.
3762
3763         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3764         (wl-highlight-summary-line-string): Highlight for "i" mark.
3765         (wl-highlight-summary-current-line): Ditto.
3766
3767         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3768         no destination.
3769
3770         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3771         exists, just go ahead.
3772         (wl-summary-prefetch-region): Rewrite.
3773         (wl-summary-prefetch): Ditto.
3774         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3775         (wl-summary-exec-action-prefetch): New function.
3776         (wl-summary-target-mark-prefetch): Rewrite.
3777
3778 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3779
3780         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3781         (wl-highlight-summary-line-string): Added "d" and "D".
3782         (wl-highlight-summary-current-line): Ditto.
3783
3784         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3785         in wl-summary.el.
3786         (wl-thread-insert-entity-sub): Ditto.
3787         (wl-thread-remove-destination-region): Ditto.
3788         (wl-thread-print-destination-region): Ditto.
3789
3790         * wl-summary.el (wl-summary-buffer-refile-list,
3791         wl-summary-buffer-delete-list,
3792         wl-summary-buffer-copy-list): Abolish.
3793         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3794         All other related portions are changed.
3795         (wl-summary-mark-action-list): New variable.
3796         (wl-summary-set-mark): New function.
3797         (wl-summary-register-target-mark): Ditto.
3798         (wl-summary-unregister-target-mark): Ditto.
3799         (wl-summary-have-target-mark-p): Ditto.
3800         (wl-summary-register-temp-mark): Ditto.
3801         (wl-summary-unregister-temp-mark): Ditto.
3802         (wl-summary-registered-temp-mark): Ditto.
3803         (wl-summary-collect-temp-mark): Ditto.
3804         (wl-summary-unset-mark): Ditto.
3805         (wl-summary-set-target-mark): Ditto.
3806         (wl-summary-unset-target-mark): Ditto.
3807         (wl-summary-set-action-generic): Ditto.
3808         (wl-summary-unset-action-generic): Ditto.
3809         (wl-summary-exec-action-delete): Ditto.
3810         (wl-summary-exec-action-erase): Ditto.
3811         (wl-summary-set-action-refile): Ditto.
3812         (wl-summary-set-action-refile-subr): Ditto.
3813         (wl-summary-unset-action-refile): Ditto.
3814         (wl-summary-make-destination-numbers-list): Ditto.
3815         (wl-summary-exec-action-refile): Ditto.
3816         (wl-summary-set-action-copy): Ditto.
3817         (wl-summary-unset-action-copy): Ditto.
3818         (wl-summary-exec-action-copy): Ditto.
3819         (wl-summary-collect-numbers-region): Ditto.
3820         (wl-summary-delete): Rewrite.
3821         (wl-summary-erase): Ditto.
3822         (wl-summary-remove-destination): Ditto.
3823         (wl-summary-exec): Ditto.
3824         (wl-summary-exec-region): Ditto.
3825         (wl-summary-target-mark-erase): Ditto.
3826         (wl-summary-refile): Ditto.
3827         (wl-summary-copy): Ditto.
3828         (wl-summary-unmark): Ditto.
3829         (wl-summary-delete-all-mark): Ditto.
3830         (wl-summary-mark-line): Don't highlight.
3831         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3832         (wl-summary-target-mark-refile-subr): Rewrite.
3833
3834         (wl-summary-copy-prev-destination): Abolish.
3835
3836 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3837
3838         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3839         default values along the value of wl-on-mule.
3840         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3841         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3842         It is not used anywhere.
3843
3844 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3845
3846         * wl-summary.el (wl-summary-print-destination): Keep position.
3847         (wl-summary-cursor-move-surface): Keep horizontal position.
3848
3849 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3850
3851         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3852         write sendlog.
3853
3854 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3855
3856         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3857         `wl-summary-highlight'.
3858
3859 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3860
3861         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3862         trivial condition for temp-mark.
3863
3864 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3865
3866         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3867         when it hits killed buffer.
3868
3869 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3870
3871         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3872         * wl-news.el.in: `message' and `error' take format string.
3873
3874 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3875
3876         * wl-folder (wl-folder-insert-entity): Display a message,
3877         `...done', when the work finish.
3878         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3879
3880 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3881
3882         * wl-message.el (wl-message-redisplay): Remove unused local
3883         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3884
3885 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3886
3887         * wl-summary.el (wl-summary-replace-status-marks): Disable
3888         interactive use.
3889         (wl-summary-reedit): Check message existence at first.
3890         (wl-summary-mark-line): Fix doc, return value is indefinite.
3891
3892         * wl-highlight.el (wl-highlight-message): Arranged.
3893
3894         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3895         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3896         check temp-mark by wl-summary-temp-mark always.
3897         (wl-highlight-summary): Change accordingly.
3898         * wl-summary.el (wl-summary-mark-as-read-all)
3899         (wl-summary-delete-cache, wl-summary-set-score-mark)
3900         (wl-summary-mark-as-unread, wl-summary-unmark)
3901         (wl-summary-mark-line, wl-summary-mark-as-read)
3902         (wl-summary-mark-as-important): Ditto.
3903
3904         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3905         end of the window if possible.
3906         * wl-summary.el (wl-summary-sync-update): Support lazy
3907         highlighting.
3908         (wl-summary-toggle-disp-msg): Ditto.
3909
3910 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3911
3912         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3913
3914 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3915
3916         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3917         change.
3918
3919 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3920
3921         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3922         API.
3923         (wl-summary-sync-update): Ditto.
3924
3925         * wl-score.el (wl-score-get-score-alist): Changed argument.
3926         (wl-summary-rescore-msgs): Likewise.
3927         (wl-summary-score-headers): Likewise.
3928         (wl-score-headers): Likewise;
3929         Use elmo-folder-do-each-message-entity, etc.
3930         (wl-summary-score-effect): Follow the changes above.
3931         (wl-summary-rescore): Ditto.
3932         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3933         (wl-score-get-overview): Abolish.
3934
3935         * wl-summary.el (wl-summary-default-from): Follow the API change in
3936         elmo-msgdb.
3937         (wl-summary-count-unread): Ditto.
3938         (wl-summary-detect-mark-position): Ditto.
3939         (wl-summary-overview-entity-compare-by-date): Ditto.
3940         (wl-summary-overview-entity-compare-by-number): Ditto.
3941         (wl-summary-overview-entity-compare-by-from): Ditto.
3942         (wl-summary-overview-entity-compare-by-subject): Ditto.
3943         (wl-summary-get-list-info): Ditto.
3944         (wl-summary-rescan): Ditto.
3945         (wl-summary-jump-to-msg-by-message-id): Ditto.
3946         (wl-summary-sync-update): Ditto; Removed comment.
3947         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3948         (wl-summary-insert-message): Use wl-summary-insert
3949         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3950         (wl-summary-insert-headers): Changed argument overview to folder.
3951         (wl-summary-search-by-subject): Likewise.
3952         (wl-summary-insert-thread): Renamed from 
3953         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3954
3955         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3956         too.
3957
3958         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3959         wl-string-member.
3960
3961 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3962
3963         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3964         elmo-folder-append-buffer.
3965         (wl-draft-queue-append): Likewise.
3966
3967         * wl-mime.el (wl-message-delete-current-part): Ditto.
3968         (wl-summary-burst-subr): Ditto.
3969
3970         * wl-news.el.in (wl-news-send-news): Ditto.
3971
3972 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3973
3974         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3975         function.
3976         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3977         (wl-summary-update-mark): Enclose with save-excursion.
3978         (wl-summary-mark-as-read-internal): Fixed last change.
3979         (wl-summary-mark-as-important): Use 3rd argument of
3980         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3981         Don't use elmo-msgdb-set-mark.
3982         (wl-summary-redisplay-internal): If msgdb flag is already read,
3983         just update the mark on buffer.
3984
3985 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3986
3987         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3988         cut visible folder when elmo-folder-delete returns non-nil value.
3989
3990 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3991
3992         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3993         by Kenichi OKADA <okada@opaopa.org>).
3994
3995 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3996
3997         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3998
3999 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4000
4001         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4002         Fixed the last change, search group entity by its real name.
4003         (Thanks to: KOBAYASHI Shinji)
4004
4005 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4006
4007         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4008         (wl-fldmgr-access-display-all): Don't refer visible name.
4009         * wl-expire.el (wl-folder-archive-current-entity)
4010         (wl-folder-expire-current-entity): Ditto.
4011         * wl-folder.el (wl-folder-jump-to-current-entity)
4012         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4013         (wl-folder-open-folder-sub,wl-folder-open-all)
4014         (wl-folder-write-current-folder): Ditto.
4015         (wl-folder-insert-entity): Don't use petname for normal group.
4016         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4017         is the real name.
4018         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4019         Abolished.
4020
4021 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4022
4023         * wl-draft.el (wl-draft-create-buffer): Add
4024         `wl-summary-reply-with-citation'
4025
4026 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4027
4028         * wl-draft.el (wl-draft-reply): Fixed.
4029
4030 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4031
4032         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4033         when `wl-draft-send-confirm-with-preview' is non-nil.
4034         You can scroll up/down by j/k.
4035         (wl-draft-send-confirm-with-preview): New variable (default=t).
4036
4037 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4038
4039         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4040         (wl-fldmgr-save-folders): Fix comment.
4041
4042 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4043
4044         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4045         along the last change in `wl-folder-buffer-group-p'.
4046
4047 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4048
4049         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4050         folder.
4051
4052         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4053         the default value.
4054
4055         * wl-mime.el (wl-summary-burst): Update summary only when target
4056         folder equals current folder.
4057
4058 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4059
4060         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4061
4062 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4063
4064         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4065         value.
4066
4067 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4068
4069         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4070         `map-extents' instead of `extent-at' repeatedly.
4071         (wl-highlight-folder-current-line): Ditto.
4072
4073         * wl-highlight.el: Remove useless dummy functions.
4074
4075 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4076
4077         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4078         (wl-folder-put-folder-property): New function to put text property.
4079         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4080         (wl-folder-insert-entity, wl-folder-update-diff-line)
4081         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4082         * wl-e21.el, wl-xmas.el, wl-mule.el
4083         (wl-highlight-folder-current-line): Ditto.
4084         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4085         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4086         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4087         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4088
4089 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4090
4091         * Version number is increased to 2.11.3.
4092
4093 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4094
4095         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4096         Resume current-buffer since it is assumed by remaining tasks.
4097
4098 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4099
4100         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4101         (wl-folder-completion-function): Abolished.
4102         (wl-folder-complete-folder): New function.
4103         (wl-folder-complete-filter-condition): Ditto.
4104         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4105         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4106
4107 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4108
4109         * wl-draft.el (wl-draft-send-confirm): New function.
4110         (wl-draft-send): Use it.
4111
4112         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4113         cursor-in-echo-area while confirming.
4114
4115         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4116
4117         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4118         searching via nntp if wl-summary-search-via-nntp is 'force.
4119         Otherwise, invoke searching in nntp folder only.
4120         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4121
4122         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4123         explicitly for mime-make-text-tag.
4124
4125 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4126
4127         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4128         `mime-make-text-tag' instead of `mime-create-tag'.
4129
4130 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4131
4132         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4133         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4134
4135 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4136
4137         * wl-score.el (wl-score-save): Bind print-length and print-level.
4138         (wl-score-pretty-print): Ditto.
4139         (wl-score-edit-insert-header-entry): Ditto.
4140
4141         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4142         "From" entry to be treated with wl-draft-eword-encode-address-list.
4143         * wl-mime.el (wl-draft-preview-message): Ditto.
4144
4145         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4146         (wl-summary-mark-as-unread): Ditto.
4147         (wl-summary-mark-as-read-region): Change accordingly.
4148         (wl-summary-mark-as-unread-region): Ditto.
4149         (wl-summary-target-mark-mark-as-read): Ditto.
4150         (wl-summary-target-mark-mark-as-unread): Ditto.
4151
4152 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4153
4154         * Version number is increased to 2.11.2.
4155
4156 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4157
4158         * wl-news.el.in (wl-news-previous-version-save): Bind
4159         print-length and print-level.
4160         * wl-thread.el (wl-thread-save-entities): Ditto.
4161         (wl-thread-save-top-list): Bind print-length.
4162
4163 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4164
4165         * wl-highlight.el (wl-highlight-summary-line-string): Use
4166         wl-summary-score-below-mark, wl-summary-score-over-mark.
4167         (wl-highlight-summary-current-line): Ditto.
4168
4169 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4170
4171         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4172         insert it.
4173
4174 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4175
4176         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4177
4178 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4179
4180         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4181         message without msgid.
4182         Rewrite with elmo-folder-move-messages.
4183         Set wl-message-buffer to nil.
4184
4185         * wl-summary.el (wl-summary-erase-subr): New function. Use
4186         elmo-folder-move-messages.
4187         (wl-summary-erase): Call it.
4188         (wl-summary-target-mark-erase): Ditto.
4189
4190 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4191
4192         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4193         it is not up-tp-date.
4194
4195 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4196
4197         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4198         buffer after calling `wl-summary-goto-folder-subr' without the
4199         argument `interactive'.
4200         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4201
4202 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4203
4204         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4205         `mime-create-tag'. Use `string=' instead of `looking-at'.
4206
4207 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4208
4209         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4210         to avoid compile warning.
4211
4212         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4213         entity-id when folder is given.
4214         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4215         save-excursion, use save-selected-window instead.
4216         Select folder buffer window if exists.
4217         (To correct behavior with wl-folder-move-cur-folder.)
4218
4219 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4220
4221         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4222
4223 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4224
4225         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4226         list-count instead of %d.
4227
4228 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4229
4230         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4231         (wl-news): Set it.
4232         (wl-news-append-to-folder): Use it.
4233
4234         * wl-news.el.in (wl-news-send-news): Append to specified folder
4235         instead of wl-default-folder.
4236         (wl-news-append-to-folder): Show error message with specified folder.
4237
4238         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4239                 In most major modes, Emacs assumes that any opening
4240                 delimiter found at the left margin is the start of a
4241                 top-level definition, or defun. Therefore, *never put an
4242                 opening delimiter at the left margin unless it should have
4243                 that significance.*
4244
4245         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4246
4247 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4248
4249         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4250
4251 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4252
4253         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4254
4255 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4256
4257         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4258         for sequential numbering case.
4259
4260 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4261
4262         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4263         value.
4264         (wl-draft-reply-without-argument-list): Ditto.
4265         (wl-draft-reply-myself-with-argument-list): Abolish.
4266         (wl-draft-reply-myself-without-argument-list): Ditto.
4267         * wl-draft.el (wl-draft-self-reply-p): New function.
4268         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4269
4270 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4271
4272         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4273         (avoid error for the case without byte-compiling)
4274
4275 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4276
4277         * wl-news.el.in (wl-news-append-to-folder): New function.
4278         (wl-news-exit): Rewrite.
4279         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4280
4281 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4282
4283         * wl-draft.el (wl-draft-reply-position): New function.
4284         (wl-draft-reply-position): Fix.
4285         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4286         (wl-summary-target-mark-reply-with-citation): Ditto.
4287         (wl-summary-reply-with-citation): Ditto.
4288         * wl-vars.el (wl-draft-reply-default-position): New variable.
4289
4290 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4291
4292         * wl-draft.el (wl-draft-send): Preview when interactive send.
4293
4294 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4295
4296         * wl-draft.el (wl-draft-reply): Set default position.
4297         * wl-summary.el (wl-summary-reply): Ditto.
4298         (wl-summary-reply-with-citation): Ditto.
4299         (wl-summary-target-mark-reply-with-citation): Ditto.
4300
4301 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4302
4303         * wl-news.el.in (wl-news-lang): Set default value according to
4304         current-language-environment.
4305         (wl-news-append-news): Do nothing when news-list is nil.
4306
4307 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4308
4309         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4310         (wl-news): Change message.
4311         (wl-news-exit): Check buffer.
4312         (wl-news-force-exit): New function.
4313         (wl-news-show-all): New function.
4314         (wl-news-discard-and-exit): Fix.
4315
4316 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4317
4318         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4319         according to current-language-environment.
4320
4321         * wl-news.el.in (wl-news): If arg, show all NEWS after
4322         wl-news-default-previous-version.
4323
4324 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4325
4326         * wl-news.el.in (wl-news-check): Rewritten.
4327         (wl-news-previous-version-load): Change data type.
4328         (wl-news-previous-version-save): Change data type.
4329         (wl-news-append-news): Add return value.
4330         (wl-news-check-news): New function.
4331         (wl-news-already-current-p): New function.
4332         (wl-news-send-news): Rewritten.
4333         (wl-news-mode-map): Add new keybind.
4334         (wl-news): Rewritten.
4335         (wl-news-exit): Rewritten.
4336         (wl-news-discard-and-mail): New function.
4337         (wl-news-send-to-address): Abolished.
4338         * wl.el (wl-init): Delete a message.
4339
4340 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4341
4342         * wl-news.el.in (wl-news-exit): Update previous version.
4343         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4344
4345 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4346
4347         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4348
4349 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4350
4351         * wl-news.el.in (wl-news): New function.
4352         (wl-news-mode): New function.
4353         (wl-news-next-line): New function.
4354         (wl-news-next-page): New function.
4355         (wl-news-exit): New function.
4356         (wl-news-buf-name): New variable.
4357         (wl-news-mode-map): New variable.
4358         (wl-news-winconf): New variable.
4359         (wl-news-append-news): Add an option.
4360
4361 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4362
4363         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4364
4365 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4366
4367         * wl-news.el.in (wl-news-send-to-address): New variable.
4368         (wl-news-send-news): Use it.
4369         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4370         Return updating status.
4371         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4372
4373 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4374
4375         * wl-news.el.in (wl-news-send-news): Delete
4376         Organization and X-Face.
4377
4378 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4379
4380         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4381         (wl-news-append-news): New function.
4382         (wl-news-send-news): New function.
4383
4384 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4385
4386         * Version number is increased to 2.11.1.
4387
4388 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4389
4390         * wl-news.el.in : New file.
4391
4392 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4393
4394         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4395         default value.
4396         (wl-draft-reply-without-argument-list): Ditto.
4397
4398 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4399
4400         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4401         (wl-message-buffer-prefetch-idle-time): Ditto.
4402         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4403
4404 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4405
4406         * wl-thread.el (wl-thread-insert-message): Use
4407         wl-summary-max-thread-depth.
4408
4409         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4410         loop detection.
4411
4412         * wl-message.el (wl-message-buffer-display): Back to the first page
4413         when cache is hit.
4414
4415 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4416
4417         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4418
4419         * wl-summary.el (wl-summary-insert-thread-entity):
4420         If the thread depth is reached to wl-summary-max-thread-depth,
4421         divide the thread.
4422
4423 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4424
4425         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4426         for elmo-remove-passwd.
4427
4428 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4429
4430         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4431         folder is sticky.
4432         (wl-folder-mark-as-read-all-entity): Ditto.
4433         (wl-folder-prefetch-entity): Ditto.
4434
4435 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4436
4437         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4438
4439 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4440
4441         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4442         Delete messages on buffer for unplugged operation.
4443         (wl-summary-erase): Ditto.
4444
4445 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4446
4447         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4448         take nil so as not to search parent by subject.
4449
4450 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4451
4452         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4453         (wl-folder-get-next-folder): Ditto.
4454         (wl-folder-get-path): Ditto.
4455
4456 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4457
4458         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4459         system and encode the region with it before verifying.
4460
4461 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4462
4463         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4464         system of the echo buffer before decoding.
4465
4466 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4467
4468         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4469         original contents.
4470
4471 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4472
4473         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4474         with argument 'any-exists.
4475
4476 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4477
4478         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4479         Use `wl-cs-autoconv'.
4480
4481 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4482
4483         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4484         by `mime-view-automatic-conversion'.
4485
4486         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4487         (wl-message-verify-pgp-nonmime): Ditto.
4488         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4489         Bind them to C-c:d and C-c:v respectively.
4490
4491         Merge following code by Teranishi-san from [wl-en:00167].
4492         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4493         (wl-mime-preview-application/pgp-encrypted): Ditto.
4494         (wl-mime-setup): Add entry.
4495
4496 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4497
4498         * wl-summary.el (wl-summary-target-mark-erase): New function.
4499         Bind it to "mD".
4500
4501 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4502
4503         * wl-vars.el (wl-draft-write-file-function): Fix.
4504         (wl-draft-reedit-hook): Changed default value.
4505
4506         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4507         wl-draft-reedit-hook.
4508         (wl-draft-remove-text-plain-tag): New function.
4509         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4510
4511         * wl-vars.el (wl-draft-write-file-function): New user option.
4512
4513         * wl-draft.el (wl-draft-prepare-edit): Use it for
4514         local-write-file-hooks.
4515         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4516
4517         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4518         (wl-draft-insert-mail-header-separator): Return the body beginning
4519         point.
4520         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4521         text/plain.
4522         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4523
4524 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4525
4526         * wl-summary.el (wl-summary-erase): New function to erase message
4527         without moving it to trash. Bind to "D".
4528
4529         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4530         as `keep' unless switch-function.
4531
4532 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4533
4534         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4535         message buffer by using `wl-summary-toggle-disp-msg'.
4536         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4537         buffer window.
4538         (wl-summary-supresedes-message): Ditto.
4539
4540         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4541         Do not delete other windows.
4542         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4543         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4544         (wl-draft-create-buffer): Set reply-or-forward also for target
4545         mark commands.
4546
4547 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4548
4549         * wl-draft.el (wl-user-agent-compose): Delete special case for
4550         switch-to-buffer-other-window.
4551
4552         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4553         (wl-summary-forward): Ditto.
4554
4555         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4556         function.
4557         (wl-draft-buffer-style): New use option.
4558
4559         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4560         (wl-draft): Follow the change above.
4561         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4562         wl-draft-buffer-style.
4563         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4564         switch-function.
4565
4566 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4567
4568         * wl-address.el (wl-address-make-completion-entry): Extracted from
4569         `wl-address-make-completion-list'.
4570         (wl-address-enable-strict-loading): New variable.
4571         (wl-address-make-completion-list): Revive petname duplication
4572         inquiry, and enable it if `wl-address-enable-strict-loading'.
4573         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4574
4575 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4576
4577         * wl-message.el (wl-message-get-original-buffer): Avoid
4578         'Selecting deleted buffer' error when original buffer is killed.
4579
4580 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4581
4582         * wl-summary.el (wl-summary-next-message): Use
4583         elmo-message-accessible-p instead of elmo-message-cached-p.
4584
4585 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4586
4587         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4588
4589         * wl-thread.el (wl-thread-open-all-unread): Use
4590         elmo-folder-list-flagged instead of
4591         elmo-folder-list-messages-mark-match.
4592
4593         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4594         instead of elmo-folder-list-messages-mark-match.
4595         (wl-summary-move-spec-alist): New variable.
4596         (wl-summary-move-spec-plugged-alist,
4597         wl-summary-move-spec-unplugged-alist): Abolish.
4598         (wl-summary-next-message): Follow the change above.
4599         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4600         with 'no-msg' argument.
4601
4602         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4603         variable.
4604         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4605         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4606         (wl-message-buffer-prefetch-get-next): Follow the change above.
4607
4608 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4609
4610         * wl-version.el (wl-version): Changed codename.
4611
4612         * Version number is increased to 2.11.0.
4613
4614 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4615
4616         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4617         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4618         `wl-draft-config-variables'.
4619         (wl-draft-kill): Fixed problem when the draft is reedit.
4620
4621 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4622
4623         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4624         buffer-modified status (Thanks to
4625         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4626
4627 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4628
4629         * wl-util.el (wl-region-exists-p): New function.
4630
4631         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4632         Remove defvars for byte-compile warnings.
4633
4634 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4635
4636         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4637         defvar-maybe. Removed unused bind.
4638
4639 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4640
4641         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4642         summary buffer window before creating new frame.
4643         (wl-draft-reply): Ditto.
4644
4645 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4646
4647         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4648
4649 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4650
4651         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4652
4653 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4654
4655         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4656         instead of `kill-region'.
4657
4658 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4659
4660         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4661         (wl-highlight-summary-line-string): Use it.
4662         (wl-highlight-summary-current-line): Ditto.
4663
4664         * wl-mime.el (wl-message-delete-current-part): Check the class of
4665         mime-entity.
4666
4667         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4668
4669         * wl-summary.el (wl-summary-make-number-list): Initialize.
4670         (wl-summary-update-mark): New function.
4671         (wl-summary-reply): Put `answered' mark on the message.
4672         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4673
4674         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4675         (wl-draft-reply): Added optional argument `number';
4676         Set wl-draft-parent-number.
4677         (wl-draft-kill): Delete answered mark if it is a reply.
4678
4679 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4680
4681         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4682         that originates in mime-preview-follow-current-entity.
4683         (wl-draft-yank-current-message-entity): Use it if region is active.
4684
4685         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4686         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4687         `wl-message-delete-current-part'.
4688         * wl-mule.el (wl-message-define-keymap): Ditto.
4689         * wl-xmas.el (wl-message-define-keymap): Ditto.
4690
4691 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4692
4693         * wl-mime.el (wl-message-delete-current-part): New function.
4694         (wl-mime-node-id-to-string): Ditto.
4695
4696         * wl-mime.el (wl-message-delete-current-part): Use existing
4697         original buffer which corresponds current mime-view buffer.
4698         (fetched buffer might have different structure, possibly)
4699
4700         * wl-mime.el (wl-message-delete-current-part): Quit if the
4701         message content differs from the actual message.
4702
4703 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4704
4705         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4706         order.
4707         (wl-summary-search-by-subject): Search parent message from tail;
4708         Check the existence of the parent message on the current thread tree.
4709         (wl-summary-update-thread): Check whether the line is inserted.
4710
4711 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4712
4713         * wl-vars.el (wl-summary-line-format): Undo last change.
4714         * wl-summary.el (wl-summary-print-destination): Do not put
4715         invisible property when `wl-summary-width' is nil.
4716         (wl-summary-line-subject-minimum-length): Abolished.
4717         (wl-summary-line-subject): Ditto.
4718
4719 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4720
4721         * wl-vars.el (wl-summary-line-format): Change default value.
4722         (wl-summary-subject-length-limit): Abolished.
4723         * wl-summary.el (wl-summary-line-subject): Ditto.
4724
4725 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4726
4727         * wl-template.el (wl-template-select): Added optional argument.
4728         If optional argument is specified, reverse
4729         `wl-template-visible-select'.
4730
4731 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4732
4733         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4734         Take prefix argument to force asking the destination folder.
4735
4736 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4737
4738         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4739         count and update status.
4740
4741 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4742
4743         * wl-summary.el (wl-summary-redisplay-internal): If
4744         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4745         after fetching.
4746
4747 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4748
4749         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4750         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4751
4752         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4753
4754 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4755
4756         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4757         (All other related portions are changed).
4758         (wl-summary-mark-as-read-all): Rewrite.
4759
4760 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4761
4762         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4763         `wl-summary-mark-as-read'.
4764         (wl-summary-mark-as-unread): Rewrite.
4765         (wl-summary-mark-as-read): Added no-modeline argument.
4766         (wl-summary-resume-cache-status): Rewrite.
4767         (wl-summary-exec-subr): Remove unused local variable.
4768
4769 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4770
4771         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4772         logic to call `wl-summary-buffer-prev-folder-function'.
4773         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4774
4775 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4776
4777         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4778         is nil.
4779
4780 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4781
4782         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4783         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4784         (wl-mime-setup): Add its entry.
4785
4786 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4787
4788         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4789         (wl-summary-delete-cache): Likewise.
4790         (wl-summary-mark-as-read): Rewrite.
4791
4792 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4793
4794         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4795         `wl-summary-count-unread'.
4796
4797         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4798
4799         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4800
4801 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4802
4803         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4804         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4805         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4806         Renamed to the elmo-msgdb-*-mark.
4807         (wl-summary-score-marks): Follow the change above.
4808         (wl-summary-auto-refile-skip-marks): Ditto.
4809         (wl-summary-incorporate-marks): Ditto.
4810         (wl-summary-expire-reserve-marks): Ditto.
4811
4812         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4813         changes.
4814         (wl-thread-insert-top): Changed updating message.
4815
4816         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4817         variable.
4818         (wl-summary-count-unread): Count answered marks.
4819         (wl-summary-rescan): Call wl-summary-insert-message instead of
4820         wl-summary-append-message-func-internal.
4821         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4822         (wl-summary-prefetch-msg): Follow the variable name changes.
4823         (wl-summary-prefetch-region): Ditto.
4824         (wl-summary-mark-as-read-all): Follow the API changes;
4825         Don't call elmo-folder-replace-marks.
4826         (wl-summary-delete-cache): Follow the variable name changes.
4827         (wl-summary-resume-cache-status): Ditto.
4828         (wl-summary-update-status-marks): New function.
4829         (wl-summary-insert-message): New function.
4830         (wl-summary-sync-marks): Follow the variable name changes.
4831         (wl-summary-sync-update): Synchronize to the msgdb, too;
4832         Changed update messages.
4833         (wl-summary-make-number-list): Rewrite.
4834         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4835         (wl-summary-mark-as-unread): Follow the API changes.
4836         (wl-summary-exec-subr): Follow the variable name changes.
4837         (wl-summary-mark-as-read): Ditto.
4838         (wl-summary-move-spec-plugged-alist): Ditto.
4839         (wl-summary-move-spec-unplugged-alist): Ditto.
4840         (wl-summary-cursor-move-surface): Ditto.
4841
4842         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4843         variable name changes.
4844         (wl-highlight-summary-current-line): Ditto.
4845
4846         * wl-expire.el (wl-expire-refile): Follow the API change in
4847         elmo-folder-move-messages.
4848         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4849         (wl-summary-archive): Use elmo-folder-msgdb instead of
4850         elmo-msgdb-load.
4851
4852 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4853
4854         * wl-mime.el (wl-draft-preview-message): Restore the position
4855         before evaluating wl-draft-send-hook in preview buffer.
4856
4857 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4858
4859         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4860         when it creates new draft buffer.
4861
4862         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4863         without argument.
4864
4865         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4866         Evaluate content and if the value is string, insert it.
4867         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4868         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4869         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4870         wl-draft-config-sub-part-bottom): Use it.
4871
4872         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4873         with the folder name. The question was unintelligible when it is
4874         called from wl-save-status.
4875
4876 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4877
4878         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4879         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4880         cannot take second argument).
4881
4882 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4883
4884         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4885         as t. Since type and subtype are not case sensitive (RFC 2045).
4886
4887 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4888
4889         * wl-vars.el (wl-message-mode-line-format): New variable.
4890         (wl-message-mode-line-format-spec-alist): Ditto.
4891         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4892         (wl-message-redisplay): Use wl-message-mode-line-format.
4893
4894 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4895
4896         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4897
4898 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4899
4900         * wl-summary.el (wl-summary-default-from): Write description.
4901
4902 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4903
4904         * wl-vars.el (wl-ldap-objectclass): Abolish.
4905
4906         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4907         (wl-ldap-make-filter): Removed condition for objectclass.
4908         (wl-ldap-make-matched-value-list): Remove meaningless process.
4909         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4910         (wl-address-ldap-search): Don't add `*' to `pat' string;
4911         use ignore-errors; added `email';
4912         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4913         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4914         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4915
4916
4917 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4918
4919         * wl-draft.el (wl-draft-parent-folder): Write description.
4920         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4921
4922 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4923
4924         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4925         as "" (zero-length string) if no parent.
4926         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4927
4928 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4929
4930         * wl-address.el (wl-address-make-completion-list): Skip duplication
4931         checking.
4932         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4933         `append'.
4934
4935 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4936
4937         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4938         instead of `beginning-of-buffer'.
4939
4940 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4941
4942         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4943
4944 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4945
4946         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4947         Refer wl-message-buffer-name.
4948         (wl-message-wheel-down): Ditto.
4949
4950 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4951
4952         * wl-vars.el (wl-message-buffer-name): New user option.
4953
4954         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4955         directly instead of making alist dinamically.
4956
4957         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4958         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4959         wl-message-buffer-cache-name.
4960         (wl-message-buffer-cache-clean-up): Ditto.
4961
4962         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4963
4964         * Version number is increased to 2.9.15.
4965
4966 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4967
4968         * wl-vars.el (wl-summary-default-view-alist): New user option.
4969
4970         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4971
4972         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4973         while deleting address.
4974         (wl-draft-delete-myself-from-cc): Ditto.
4975
4976         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4977         If optional argument is specified, reverse sort order.
4978
4979         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4980
4981 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4982
4983         * wl-thread.el (wl-thread-insert-message): Return parent number if
4984         exists.
4985         (wl-thread-update-indent-string-region): Use
4986         wl-thread-update-line-on-buffer-sub instead of
4987         wl-thread-update-line-on-buffer.
4988
4989 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4990
4991         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4992         (wl-folder-close-all): Ditto.
4993
4994 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4995
4996         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4997         and mailing-list:.
4998         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4999         value.
5000         (wl-summary-line-list-info): Print mailing-list name even when 
5001         list-number is empty.
5002
5003 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5004
5005         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5006
5007         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5008         (wl-draft-open-file): Ditto.
5009         (wl-draft-random-alphabet): Ditto.
5010
5011         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5012         bindings.
5013
5014 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5015
5016         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5017         * wl-vars.el (wl-draft-config-alist): Ditto.
5018
5019 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5020
5021         * Version number is increased to 2.9.14.
5022
5023         * wl.el (wl): Don't set wl-init as nil when error occured while
5024         auto-checking folders.
5025
5026         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5027         `elmo-expand-newtext'.
5028
5029 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5030
5031         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5032         `this-command' so that `wl-folder-goto-folder' contained in
5033         `wl-summary-keep-cursor-command' work.
5034
5035 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5036
5037         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5038         message buffer displaying state.
5039
5040 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5041
5042         * wl-vars.el (wl-summary-default-view): New variable to specify
5043         default value for `wl-summary-buffer-view' instead of using
5044         set-default.
5045         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5046
5047 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5048
5049         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5050
5051         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5052
5053 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5054
5055         * wl-vars.el (wl-forward-subject-prefix): New variable.
5056         * wl-draft.el (wl-draft-forward): Use it.
5057
5058 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5059
5060         * wl-message.el (wl-message-prev-page): When it is called without
5061         lines argument, scroll down by wl-message-scroll-amount lines.
5062         (wl-message-next-page): Ditto.
5063         * wl-vars.el (wl-message-scroll-amount): Change default value
5064         to preserve current behavior.
5065
5066 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5067
5068         * wl-summary.el (wl-summary-prefetch-msg): Bind
5069         `wl-message-entity' to call `wl-summary-from-function'.
5070
5071 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5072
5073         * wl-message.el (wl-message-buffer-create): Run
5074         wl-message-buffer-created-hook.
5075
5076 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5077
5078         * wl-summary.el (wl-summary-sort-specs): New variable.
5079         (wl-summary-default-sort-spec): Ditto.
5080         (wl-summary-sort): Rewrite.
5081         (wl-summary-sort-by-list-info): New function.
5082
5083 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5084
5085         * wl-summary.el (wl-summary-get-list-info): New function.
5086         (wl-summary-sort): Rewrite.
5087         (wl-summary-line-list-info): Ditto.
5088         (wl-summary-line-list-count): Ditto.
5089         (wl-summary-refile-region): Fixed docstring.
5090
5091 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5092
5093         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5094         `wl-folder-entity-hashtb' as completion table.
5095
5096 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5097
5098         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5099         only when this command is called interactively; silence the byte-
5100         compiler.
5101
5102 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5103
5104         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5105         active in XEmacs.
5106
5107 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5108
5109         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5110         plural lines.
5111
5112 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5113
5114         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5115         of current line when the cursor is on the header name.
5116         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5117
5118 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5119
5120         * wl-util.el (wl-read-directory-name): Return displayed directory
5121         as the default value also on XEmacs.
5122
5123 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5124
5125         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5126         formatting.
5127
5128 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5129
5130         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5131         argument and when it is non-nil, check face property before
5132         highlighting for each line.
5133         (wl-highlight-summary-window): Set it.
5134
5135 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5136
5137         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5138         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5139
5140         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5141         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5142         (wl-draft-get-fcc-list): Likewise.
5143
5144 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5145
5146         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5147         (wl-thread-entity-cur): Ditto.
5148         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5149         wl-thread-indent-regexp setting.
5150         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5151
5152         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5153         wl-summary-lazy-highlight.
5154         (wl-summary-display-bottom): Ditto.
5155
5156         * wl-thread.el (wl-thread-open-close): Likewise.
5157
5158         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5159         from and subject;
5160         Bind wl-draft-use-frame;
5161         Enclose with save-window-excursion;
5162         Use wl-draft-create-buffer instead of with-temp-buffer;
5163         Use wl-draft-prepare-edit;
5164         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5165         Use wl-draft-send instead of wl-draft-raw-send.
5166
5167 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5168
5169         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5170         of using wl-from.
5171
5172 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5173
5174         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5175         insert-buffer instead of clone-buffer.
5176         (wl-draft-doing-mime-bcc): New variable.
5177         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5178         infinite loop.
5179         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5180
5181         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5182         (wl-draft-mime-bcc-body): Ditto.
5183
5184         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5185         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5186         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5187         wl-draft-do-mime-bcc.
5188         (wl-draft-mime-bcc-field): New function.
5189         (wl-draft-do-mime-bcc): Ditto.
5190
5191         * wl-address.el (wl-address-complete-header-list): New variable.
5192         (wl-address-complete-header-regexp): Changed default value.
5193
5194         * Version number is increased to 2.9.13.
5195
5196 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5197
5198         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5199         it is differed.
5200
5201 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5202
5203         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5204         (wl-summary-line-list-count): Ditto.
5205
5206 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5207
5208         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5209         (wl-nntp-posting-function): New variable.
5210         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5211         `wl-nntp-posting-config-alist'.
5212
5213 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5214
5215         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5216         FLIM.
5217
5218 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5219
5220         * wl-summary.el (wl-summary-target-mark-refile-sub):
5221         Remove a nuisance funcall.
5222
5223 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5224
5225         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5226         as t for `try-completion'.
5227
5228 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5229
5230         * wl-summary.el (wl-summary-default-from): Use
5231         wl-address-header-extract-address instead of
5232         std11-extract-address-components.
5233         (wl-summary-simple-from): Ditto.
5234         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5235         (wl-summary-insert-headers): Show message.
5236         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5237         for whole line.
5238         (wl-summary-default-from): Revert last change.
5239         (wl-summary-simple-from): Ditto.
5240         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5241         (wl-summary-mark-as-read-region): Follow the change above.
5242         (wl-summary-sync-marks): Ditto.
5243         (wl-summary-target-mark-mark-as-read): Ditto.
5244         (wl-summary-redisplay-internal): Ditto.
5245         (wl-summary-redisplay-no-mime-internal): Ditto.
5246         (wl-summary-redisplay-all-header): Ditto.
5247         (wl-summary-mark-as-read): Removed argument `cached';
5248         Use current cache status to set cache mark.
5249         (wl-summary-redisplay-internal): Follow the change above.
5250         (wl-summary-redisplay-no-mime-internal): Ditto.
5251         (wl-summary-redisplay-all-header): Ditto.
5252
5253         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5254
5255         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5256         Don't call itself recursively (Adviced by Yamaoka-san).
5257
5258 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5259
5260         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5261         bind wl-summary-highlight as nil to avoid error caused by missing
5262         local variables.
5263
5264 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5265
5266         * wl-vars.el (wl-invalid-character-message): New user option.
5267
5268         * wl-util.el (wl-set-string-width): If truncated string-width is
5269         larger than specified width, use `wl-invalid-character-message'.
5270
5271 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5272
5273         * wl-summary.el (wl-summary-prefetch-msg): 
5274         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5275
5276 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5277
5278         * wl-vars.el (wl-summary-check-line-format): New user option.
5279         (wl-summary-line-format-file): Ditto.
5280
5281         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5282         variable.
5283         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5284         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5285         and `wl-summary-view-old-p' to check whether do a rescan or not.
5286         (wl-summary-view-old-p): New function.
5287         (wl-summary-line-format-changed-p): Ditto.
5288         (wl-summary-line-format-save): Ditto.
5289         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5290
5291         * wl-util.el (wl-set-string-width): Avoid using negative number
5292         for make-string.
5293
5294 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5295
5296         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5297         return value.
5298
5299         * wl-util.el (wl-set-string-width): Added optional argument
5300         `padding' (All other related portions are changed).
5301         (wl-line-parse-format): If the first letter of column number is
5302         `0', zero-padding the result (ex: "%05l").
5303
5304         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5305
5306 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5307
5308         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5309         sequential summary view.
5310
5311 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5314         if it doesn't have a -unix version.
5315
5316 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5317
5318         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5319
5320 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5321
5322         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5323         content.
5324         (wl-draft): Follow the change above.
5325
5326         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5327
5328         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5329         and wl-folder-summary-line-format-alist contain %T and %P.
5330
5331         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5332         (wl-summary-mode-line-format): New user option.
5333         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5334         (wl-summary-line-format): Changed default value.
5335         (wl-summary-lazy-highlight): Changed default value.
5336
5337         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5338         change in wl-summary-create-line.
5339         (wl-thread-insert-entity-sub): Ditto.
5340
5341         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5342         (wl-summary-buffer-unread-status): Ditto.
5343         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5344         (wl-summary-buffer-persistent-mark-column): Ditto.
5345         (wl-summary-buffer-mode-line-formatter): Ditto.
5346         (wl-summary-buffer-mode-line): Ditto.
5347         (wl-summary-message-regexp): Abolished.
5348         (All other related portions are changed.)
5349         (wl-summary-detect-mark-position): New function.
5350         (wl-summary-buffer-set-folder): Setup
5351         wl-summary-buffer-mode-line-formatter.
5352         (wl-summary-mode): Setup selective-display;
5353         Setup pre-idle-hook when xemacs.
5354         (wl-summary-update-modeline): Rewrite.
5355         (wl-summary-jump-to-msg): Define as function;
5356         Changed regexp for searching messages.
5357         (wl-summary-message-number): Rewrite.
5358         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5359         Do rescan when old type summary cache.
5360         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5361         (wl-summary-remove-destination): Use '\r' to detect EOL.
5362         (wl-summary-print-destination): Ditto.
5363         (wl-summary-temp-mark): New inline function.
5364         (wl-summary-persistent-mark): Ditto.
5365         (wl-summary-line-number): New function.
5366         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5367         (wl-summary-line-list-count): New function.
5368         (wl-summary-create-line): Added argument persistent-mark.
5369         (All other related portions are changed)
5370         (wl-summary-create-line): Insert '\r'.
5371         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5372         (wl-summary-cursor-move-surface): New inline function.
5373         (wl-summary-prev): Use it.
5374         (wl-summary-next): Ditto.
5375
5376         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5377         wl-summary-message-regexp.
5378         (wl-highlight-summary): Delete progress message.
5379         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5380
5381         * Version number is increased to 2.9.12.
5382
5383 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5384
5385         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5386         variable (nil: no minimum).
5387         (wl-summary-line-subject): Add some spaces after subject by
5388         wl-summary-line-subject-minimum-length.
5389
5390 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5391
5392         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5393         and removed `F'.
5394         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5395         change above).
5396
5397 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5398
5399         * wl-summary.el (wl-summary-line-list-count): Reverted.
5400         (example setting in samples/*/dot.wl is also updated)
5401
5402 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5403
5404         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5405
5406         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5407
5408         * wl-vars.el (wl-summary-line-format): Addes some description to the
5409         docstring.
5410
5411         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5412         (wl-summary-line-close-bracket): Ditto.
5413         (wl-summary-line-children-number): Ditto.
5414         (wl-summary-line-thread-indent): Ditto.
5415         (wl-summary-line-children-and-from): Ditto.
5416
5417         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5418         't', 'c', 'F' and added 'C'.
5419
5420         * wl-util.el (wl-set-string-width): Accept negative value.
5421         (wl-line-parse-format): Added "%number(" and "%)".
5422
5423 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5424
5425         * wl-summary.el (wl-summary-line-list-count): Change format of the
5426         return value.
5427
5428 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5429
5430         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5431         from the recent message.el.
5432         (wl-draft-point-in-header-p): Ditto.
5433         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5434         wl-draft-beginning-of-line.
5435         * wl-e21.el (wl-draft-mode-map): Ditto.
5436         * wl-xmas.el (wl-draft-mode-map): Ditto.
5437
5438         * wl-folder.el: Sort macrodefs by dependencies.
5439
5440 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5441
5442         * wl-summary.el (wl-summary-prev): Fixed regexp.
5443         (wl-summary-next): Ditto.
5444
5445 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5446
5447         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5448
5449 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5450
5451         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5452         for backward compatibility.
5453
5454 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5455
5456         * wl-summary.el (wl-summary-line-list-count): New function, merged
5457         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5458         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5459         list counts.
5460
5461 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5462
5463         * wl-summary.el (wl-summary-create-line): Ignore errors while
5464         timezone-fix-time.
5465
5466         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5467
5468         * wl-summary.el (wl-summary-sync-update): Ditto.
5469         (wl-summary-default-from): Use wl-message-entity
5470         instead of entity.
5471
5472         * wl-summary.el (wl-summary-create-line): Fix.
5473
5474         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5475         (wl-summary-line-format): New user option.
5476         (wl-folder-summary-line-format-alist): Ditto.
5477         (wl-summary-from-width): Abolished.
5478
5479         * wl-util.el (toplevel): Require 'bytecomp.
5480         (wl-line-parse-format): New function.
5481         (wl-line-formatter-setup): New macro.
5482
5483         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5484         (wl-summary-buffer-line-formatter): New buffer local variable.
5485         (wl-summary-switch-to-clone-buffer): Follow the change above.
5486         (wl-summary-message-regexp): Fix.
5487         (wl-summary-from-func-internal): Abolished.
5488         (wl-summary-subject-func-internal): Ditto.
5489         (wl-summary-subject-filter-func-internal): Ditto.
5490         (All other related portions are changed.)
5491         (wl-summary-buffer-set-folder):
5492         Set up wl-summary-buffer-number-column and 
5493         wl-summary-buffer-line-formatter
5494         (All other related portions are changed.)
5495         (wl-summary-buffer-number-column-detect): Abolished.
5496         (All other related portions are changed.)
5497         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5498         (wl-summary-delete-all-temp-marks-on-buffer): Use
5499         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5500         (wl-summary-target-mark-delete): Ditto.
5501         (wl-summary-target-mark-refile-subr): Ditto.
5502         (wl-summary-target-mark-mark-as-read): Ditto.
5503         (wl-summary-target-mark-mark-as-unread): Ditto.
5504         (wl-summary-target-mark-mark-as-important): Ditto.
5505         (wl-summary-target-mark-save): Ditto.
5506         (wl-summary-replace-status-marks): Renamed from
5507         wl-summary-set-status-marks-on-buffer;
5508         Use wl-summary-message-regexp instead of
5509         wl-summary-buffer-number-regexp.
5510         (wl-summary-sync-update): Follow the change above.
5511         (wl-summary-goto-previous-message-beginning): New function.
5512         (wl-summary-mark-as-unread): Use it.
5513         (wl-summary-mark-as-important): Ditto.
5514         (wl-summary-line-formatter): New variable.
5515         (wl-summary-line-year): New function.
5516         (wl-summary-line-day): Ditto.
5517         (wl-summary-line-day-of-week): Ditto.
5518         (wl-summary-line-hour): Ditto.
5519         (wl-summary-line-minute): Ditto.
5520         (wl-summary-line-open-bracket): Ditto.
5521         (wl-summary-line-close-bracket): Ditto.
5522         (wl-summary-line-children-number): Ditto.
5523         (wl-summary-line-thread-indent): Ditto.
5524         (wl-summary-line-size): Ditto.
5525         (wl-summary-line-subject): Ditto.
5526         (wl-summary-line-from): Ditto.
5527         (wl-summary-line-children-and-from): Ditto.
5528         (wl-summary-create-line): Rewritten.
5529         (wl-summary-format-date): Abolished.
5530
5531         * wl-highlight.el (wl-highlight-summary-current-line): Use
5532         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5533         Use thread structure to detect thread top message.
5534
5535         * wl-draft.el (wl-default-draft-cite): Don't use
5536         wl-summary-from-func-internal.
5537
5538         * wl-refile.el (wl-refile-subject-learn): Don't use
5539         wl-summary-subject-filter-func-internal.
5540         (wl-refile-guess-by-subject): Ditto.
5541
5542         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5543         parameters.
5544
5545         * wl-thread.el (wl-thread-update-indent-string-region):
5546         Use wl-thread-update-line-on-buffer instead of
5547         wl-thread-update-indent-string.
5548         (wl-thread-update-children-number): Redefine using
5549         wl-thread-update-line-on-buffer.
5550         (wl-thread-update-indent-string): Abolished.
5551
5552         * Version number is increased to 2.9.11.
5553
5554 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5555
5556         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5557         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5558         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5559
5560         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5561         as nil.
5562
5563         * wl-thread.el (wl-thread-open-all-unread): Use 
5564         elmo-folder-list-messages-mark-match.
5565         (wl-thread-insert-message): Removed argument `mark-alist'.
5566         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5567         elmo-msgdb-set-mark.
5568         (wl-thread-get-children-msgs-uncached): Likewise.
5569         (wl-thread-get-exist-children): Added argument include-self.
5570         (wl-thread-delete-message): Follow the change above.
5571
5572         * wl-summary.el (wl-summary-count-unread): Removed argument.
5573         (wl-summary-rescan): Follow the change above.
5574         (wl-summary-mark-as-read-region): Ditto
5575         (wl-summary-mark-as-unread-region): Ditto.
5576         (wl-summary-delete-messages-on-buffer): Ditto.
5577         (wl-summary-sync-update): Ditto.
5578         (wl-summary-switch-to-clone-buffer): Ditto.
5579         (wl-summary-goto-folder-subr): Ditto.
5580         (wl-summary-target-mark-mark-as-read): Ditto.
5581         (wl-summary-target-mark-mark-as-unread): Ditto.
5582         (wl-summary-target-mark-mark-as-important): Ditto.
5583         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5584         (wl-summary-update-thread): Removed argument `mark-alist'.
5585         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5586         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5587         (wl-summary-resume-cache-status): Likewise.
5588         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5589         elmo-msgdb-set-mark.
5590         (wl-summary-mark-as-read-all): Likewise.
5591         (wl-summary-delete-cache): Ditto.
5592         (wl-summary-auto-select-msg-p): Ditto.
5593         (wl-summary-mark-as-unread): Ditto.
5594         (wl-summary-no-auto-refile-message-p): Ditto.
5595         (wl-summary-mark-as-read): Ditto.
5596         (wl-summary-mark-as-important): Ditto.
5597         (wl-summary-auto-refile): Follow the change above.
5598         (wl-summary-delete-all-marks): Removed.
5599         (wl-summary-resume-marks-and-highlight): Ditto.
5600         (wl-summary-resume-marks): Ditto.
5601         (wl-summary-delete-important-msgs-from-list): Ditto.
5602         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5603
5604         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5605         wl-summary-count-unread.
5606
5607         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5608         (wl-summary-score-update-all-lines): Use
5609         elmo-msgdb-set-mark.
5610
5611 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5612
5613         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5614         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5615         (wl-summary-create-line): Renamed from
5616         wl-summary-overview-create-summary-line;
5617         Argument rearrangement.
5618         (wl-summary-update-thread): Follow the change above.
5619
5620         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5621         (wl-thread-insert-entity-sub): Likewise.
5622
5623         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5624         argument `overview', `mark-alist' and added `msgdb'.
5625
5626         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5627
5628         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5629         (wl-summary-rescan): Follow the change above.
5630         (wl-summary-sync-update): Ditto.
5631         (wl-summary-insert-thread-entity): Ditto;
5632         Don't use `let*' in every while loop;
5633         Detect infinite loop of threads.
5634         (wl-summary-update-thread): Removed argument `overview'.
5635
5636         * wl-thread.el (wl-thread-insert-message): Ditto.
5637
5638         * Version number is increased to 2.9.10.
5639
5640         * wl-message.el (wl-message-redisplay): Ignore errors while
5641         wl-message-redisplay-hook.
5642
5643 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5644
5645         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5646
5647 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5648
5649         * wl.el (wl): inhibit-quit while wl-folder.
5650
5651 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5652
5653         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5654         while msgdb access.
5655
5656 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5657
5658         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5659         even if no folder is not created.
5660
5661 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5662
5663         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5664
5665         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5666         implementation.
5667         (wl-summary-target-mark-thread): Ditto.
5668
5669         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5670
5671 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5672
5673         * wl-util.el (wl-display-bytes): Remove unused function.
5674
5675 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5676
5677         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5678         seems critical one (partially reverse the change in 2002/03/17).
5679
5680 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5681
5682         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5683         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5684
5685 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5686
5687         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5688         is not writable.
5689         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5690         plugged status instead of `'force' as 2nd argument.
5691
5692         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5693         is not creatable.
5694
5695         * Version number is increased to 2.9.9.
5696
5697 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5698
5699         * wl-summary.el (wl-summary-suspend): New function.
5700
5701 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5702
5703         * wl.el (wl): Do not check variables if check is nil.
5704         * wl-utils.el (wl-collect-draft): New function.
5705         * wl-folder.el (wl-folder-suspend): Put summary buffers
5706         and draft buffers at the end of buffer list.
5707         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5708
5709 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5710
5711         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5712         loop instead of recursive call.
5713
5714         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5715         2nd argument.
5716
5717 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5718
5719         * wl-draft.el (wl-draft-create-contents): Don't take neither
5720         (function . args) nor (string . something) any more.
5721
5722         * wl-version.el (wl-generate-user-agent-string): Return string
5723         without header symbol.
5724         * wl-draft.el (wl-draft-default-headers): Use it.
5725
5726         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5727         `wl-draft-insert-ccs' and return field value instead of inserting
5728         the header. Abolish cc argument.
5729         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5730
5731         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5732         rather than one with string car.
5733
5734         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5735         * wl-draft.el (wl-draft-create-contents): Add it after the default
5736         headers.
5737
5738         * wl-draft.el (wl-draft-create-contents): For the case of
5739         (symbol-or-string . function) insert header only when the function
5740         returns string value.
5741
5742 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5743
5744         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5745         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5746
5747 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5748
5749         * wl.el (wl-check-environment): Don't check Message-ID when
5750         `wl-insert-message-id' is nil.
5751         Revive checking if `wl-message-id-domain' contains "@".
5752
5753 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5754
5755         * wl.el (wl-check-environment): Merge examination for "@" at
5756         inappropriate position into the first string-match.
5757
5758         * wl-summary.el (wl-summary-target-mark-print): New function.
5759         (wl-summary-pipe-message-subr): Extracted from
5760         `wl-summary-pipe-message'.
5761         (wl-summary-target-mark-pipe): New function.
5762         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5763         `wl-summary-target-mark-pipe'.
5764
5765 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5766
5767         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5768
5769 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5770
5771         * wl.el (wl-check-environment): Use elmo-warning instead of
5772         error for non-critical ones.
5773         Remove trash folder check.
5774         (wl): Don't ignore error in wl-check-environment.
5775
5776         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5777         check, which is moved from `wl-check-environment'.
5778         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5779
5780 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5781
5782         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5783         guess anything, call wl-summary-write.
5784         (wl-summary-write): Create draft with blank To field.
5785         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5786
5787 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5788
5789         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5790         argument full as well for wl-folder-write-current-folder.
5791         If wl-*-write-current-folder cannot guess addressee, add blank
5792         To header.
5793         Rewrite condition for positioning cursor.
5794
5795 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5796
5797         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5798         summary buffer is present, use it.
5799         (wl-folder-jump-to-previous-summary): Ditto.
5800
5801 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5802
5803         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5804
5805         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5806         wl-summary-previous-buffer and wl-summary-next-buffer.
5807
5808         * wl-folder.el (wl-folder-mode-map): Bind
5809         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5810         (wl-folder-jump-to-next-summary): New function.
5811         (wl-folder-jump-to-previous-summary): Ditto.
5812
5813         * wl-draft.el (wl-draft): Rearranged.
5814
5815 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5816
5817         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5818         of header.
5819         (wl-draft): Collect arguments for the header as header-alist.
5820         (wl-draft-forward): Arrange arguments for wl-draft.
5821         (wl-draft-reply): Ditto.
5822         (wl-draft-edit-string): Ditto.
5823         * wl-summary.el (wl-summary-write): Ditto.
5824         (wl-summary-write-current-folder): Ditto.
5825
5826         * Version number is increased to 2.9.8.
5827
5828 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5829
5830         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5831
5832         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5833
5834         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5835         even if the guess failed.
5836
5837         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5838         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5839         wl-summary-write-current-folder.
5840         * wl-xmas.el: Ditto.
5841
5842 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5843
5844         * wl-summary.el (wl-summary-next-page): Force display message if
5845         message is not displayed yet.
5846         (wl-summary-prev-page): Ditto.
5847
5848 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5849
5850         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5851
5852 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5853
5854         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5855         add "Preview Message" and "Save Draft and Exit".
5856
5857 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5858
5859         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5860         if addrmgr is called from draft in splitted window.
5861
5862         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5863         * wl-mule.el: Ditto.
5864         * wl-xmas.el: Ditto.
5865
5866 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5867
5868         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5869
5870         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5871         * wl-xmas.el (wl-folder-toolbar): Ditto.
5872
5873 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5874
5875         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5876         and wl-draft-save-and-exit.
5877         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5878         * wl-xmas.el: Ditto.
5879         * wl-mule.el: Ditto.
5880
5881         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5882         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5883
5884 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5885
5886         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5887         lists for saving buffer.
5888
5889 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5890
5891         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5892         parent-folder argument instead of it.
5893         (wl-draft-create-buffer): Ditto.
5894         (wl-draft-forward): Ditto.
5895         (wl-draft-reply): Ditto.
5896         * wl-summary.el (wl-summary-write): Ditto.
5897         (wl-summary-write-current-folder): Ditto.
5898
5899         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5900         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5901         Folder buffer after composing.
5902
5903 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5904
5905         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5906         header if the file `wl-x-face-file' already contains it.
5907
5908 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5909
5910         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5911         folder" entry.
5912         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5913         * wl-e21.el (wl-folder-toolbar): Ditto.
5914         * wl-xmas.el (wl-folder-toolbar): Ditto.
5915
5916 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5917
5918         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5919         wl-folder-goto-folder with sticky argument.
5920         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5921
5922 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5923
5924         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5925         and wl-summary-previous-buffer.
5926         (wl-summary-next-buffer): New function.
5927         (wl-summary-previous-buffer): Ditto.
5928
5929 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5930
5931         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5932         wl-folder-jump-to-current-entity-with-arg.
5933         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5934         `wl-folder-jump-to-current-entity'.
5935         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5936         `wl-summary-goto-folder-sticky'.
5937         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5938         `wl-summary-goto-folder'.
5939         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5940         Unless force-exit, do not clean temp. marks for sticky summary.
5941         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5942
5943 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5944
5945         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5946         not entire.
5947
5948 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5949
5950         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5951         to `C-x C-s'.
5952         (wl-summary-save-status): New command.
5953         (wl-summary-exit): Don't clean-up temp marks when sticky.
5954         (Applied patch from Nakayama-san [wl: 09548])
5955         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5956         Do nothing when no mark data.
5957         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5958         Call `wl-summary-delete-all-temp-marks' before saving.
5959
5960 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5961
5962         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5963
5964 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5965
5966         * wl.el (wl-check-environment): Also cause error when (system-name)
5967         returns "localhost.localdomain". (Although it doesn't affect because
5968         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5969
5970 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5971
5972         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5973         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5974
5975         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5976         value.
5977
5978 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5979
5980         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5981         Likewise r-cc-list and r-ng-list.
5982
5983 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5984
5985         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5986         only if it is bound as variable.
5987
5988         * wl-mime.el (wl-draft-preview-message): Ditto.
5989
5990 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5991
5992         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5993         needless `goto-char'.
5994
5995         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5996         `wl-summary-redisplay-no-mime-internal' instead of
5997         `wl-summary-redisplay-no-mime'.
5998         (wl-summary-redisplay-no-mime): Changed argument;
5999         Call `wl-summary-redisplay-no-mime-internal'.
6000
6001         * wl-mime.el (wl-draft-preview-message): Bind
6002         `mime-header-encode-method-alist' locally.
6003
6004         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6005         (wl-draft-std11-parse-addresses): Added the first address check.
6006         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6007
6008         * Version number is increased to 2.9.7.
6009
6010 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6011
6012         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6013
6014 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6015
6016         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6017         related to scrollbar support, if there is no such a feature
6018         compiled in.
6019
6020 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6021
6022         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6023         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6024         for prefetch.
6025
6026 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6027
6028         * wl-summary.el (wl-summary-pick): Fix for no match.
6029
6030 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6031
6032         * wl-draft.el (wl-draft-save):
6033         Override `mime-header-encode-method-alist'.
6034
6035 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6036
6037         * wl-folder.el (wl-folder-pick): New function.
6038         Define key as "?".
6039
6040 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6041
6042         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6043         Fix for unplugged.
6044
6045 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6046
6047         * wl-folder.el (wl-folder-virtual): New function.
6048         Define key as "V".
6049
6050 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6051
6052         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6053         multi folder if entity is group.
6054
6055 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6056
6057         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6058         is nil.
6059
6060 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6061
6062         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6063         (wl-summary-target-mark-msgs): Return the number of marked messages.
6064
6065 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6066
6067         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6068         "first:" is specified.
6069
6070 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6071
6072         * wl-vars.el (wl-from): Use return value of function
6073         user-full-name instead of the variable user-full-name since
6074         XEmacs-20.4 doesn't set this variable.
6075
6076 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6077
6078         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6079         call `wl' directly.
6080
6081 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6082
6083         * wl-draft.el (wl-draft-reedit): Removed duplicated
6084         switch-to-buffers.
6085
6086 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6087
6088         * wl.el (wl-other-frame): Removed garbages.
6089
6090 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6091
6092         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6093
6094         * wl-xmas.el (wl-draft-key-setup): Ditto.
6095
6096         * wl-mule.el (wl-draft-key-setup): Ditto.
6097
6098         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6099         (wl-draft-reedit): Ditto.
6100         (wl-draft-prepare-edit): Add `wl-draft-save' to
6101         `local-write-file-hooks'.
6102         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6103         (wl-draft-reedit): Set buffer-file-name.
6104         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6105
6106
6107         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6108         call it.
6109         (wl-delete-startup-frame-function): New variable.
6110         (wl-other-frame): New function
6111         (Original was written by Yamaoka san [wl: 09239]).
6112
6113         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6114         if `wl-folder-use-frame'.
6115
6116 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6117
6118         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6119
6120 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6121
6122         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6123         New variable.
6124         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6125         (wl-message-buffer-prefetch-get-next): Use them.
6126         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6127
6128 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6129
6130         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6131         with unwind-protect.
6132
6133         * wl-draft.el (wl-draft-reedit): Rewrite.
6134         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6135         (wl-draft-save): Insert header separator if it does not exist;
6136         Removed condition-case.
6137
6138         * wl-summary.el (wl-summary-reedit): Revert last change.
6139
6140         * wl-draft.el (wl-draft-save): Rewrite.
6141         (wl-draft-create-buffer): Set buffer-file-name as nil.
6142
6143         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6144
6145         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6146
6147         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6148         nil.
6149
6150 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6151
6152         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6153         If count is nil, do not prefetch.
6154         (wl-message-buffer-prefetch-next): Next.
6155
6156 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6157
6158         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6159
6160 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6161
6162         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6163         `delete-backward-char'
6164         (wl-draft-prepare-edit): Check major-mode.
6165         (wl-draft-decode-header): Rewrite.
6166         (wl-draft): Fix.
6167
6168 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6169
6170         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6171
6172 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6173
6174         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6175         (wl-message-buffer-prefetch-get-next): Remove size checking.
6176         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6177
6178 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6179
6180         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6181         (wl-draft-default-headers): Fix.
6182
6183 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6184
6185         * wl-draft.el (wl-draft-default-headers): Insert return value of
6186         `wl-generate-mailer-string-function'.
6187
6188 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6189
6190         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6191         (wl-draft-insert-mail-header-separator): Ditto.
6192
6193         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6194         again (Reverted the change on 2002-01-17 by OKADA san).
6195
6196 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6197
6198         * wl-draft.el (wl-draft): Rewrite.
6199         (wl-draft-create-buffer): New function.
6200         (wl-draft-create-contents): Ditto.
6201         (wl-draft-prepare-edit): Ditto.
6202         (wl-draft-decode-header): Ditto.
6203         (wl-draft-decode-body): Ditto.
6204         (wl-draft-check-new-line): Ditto.
6205         (wl-draft-default-headers): Ditto.
6206         (wl-draft-insert-mail-header-separator): Ditto.
6207
6208 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6209
6210         * Version number is increased to 2.9.6.
6211
6212 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6213
6214         * wl-draft.el (wl-draft-delete-field): Optional argument.
6215         (wl-draft-delete-fields): Ditto.
6216
6217 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6218
6219         * wl-message.el (toplevel): Eliminated byte-compile warning.
6220         for `itimer-function', `delete-timer' and `itimer-list'.
6221
6222 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6223
6224         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6225         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6226         `wl-message-buffer-prefetch-threshold'.
6227         * wl-summary.el (wl-summary-redisplay-internal): Remove
6228         the check of `wl-message-buffer-prefetch-depth'.
6229
6230 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6231
6232         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6233         size of article.
6234         (wl-message-buffer-prefetch-subr): Remove size check.
6235
6236 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6237
6238         * wl-vars.el (wl-plugged): Make customizable.
6239
6240 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6241
6242         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6243         (wl-message-buffer-prefetch-set-timer): New function.
6244         (wl-message-buffer-prefetch-get-next): New function.
6245         (wl-message-buffer-prefetch): New function.
6246         (wl-message-buffer-prefetch-next): Rewrite.
6247         (wl-message-buffer-prefetch-subr): Rewrite.
6248         * wl-vars.el (wl-auto-prefetch-first): New variable.
6249         * wl-summary.el (wl-summary-goto-folder-subr): Call
6250         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6251
6252 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6253
6254         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6255         `wl-summary-unread-message-hook'.
6256
6257 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6258
6259         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6260         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6261         if range is `cache-status'.
6262
6263 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6264
6265         * wl-message.el (wl-message-buffer-prefetch-subr):
6266         Improve debug message.
6267
6268 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6269
6270         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6271         `wl-mail-send-pre-hook'.
6272         (wl-draft-send-mail-with-qmail): Ditto.
6273         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6274
6275 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6276
6277         * wl-message.el (wl-message-buffer-prefetch-subr):
6278         Fix for cancel-function-timers bug.
6279         (wl-message-buffer-prefetch-debug): Default value is t.
6280
6281 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6282
6283         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6284         (wl-message-buffer-prefetch-subr): Rewrite.
6285         Rename from `wl-message-buffer-prefetch'.
6286
6287 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6288
6289         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6290         (wl-default-draft-cite-decorate-author): Ditto.
6291
6292         * wl-draft.el (wl-draft-cite-function): Removed.
6293         (wl-default-draft-cite-decorate-author): Ditto.
6294
6295 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6296
6297         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6298         (wl-default-draft-cite): Do not arrange author name if the value of
6299         `wl-default-draft-cite-decorate-author' is nil.
6300
6301 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6302
6303         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6304
6305         * wl-folder.el (wl-folder-check-one-entity): Don't care
6306         `elmo-folder-use-flag-p'.
6307
6308 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6309
6310         * wl-folder (wl-folder-check-one-entity): Fix
6311         problem if unread is nil.
6312
6313 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6314
6315         * wl-address.el (wl-address-make-completion-list): Check whether
6316         the address is a group list.
6317         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6318
6319 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6320
6321         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6322         The number of the messages of new and unread does not count
6323         correctly.
6324
6325         * wl-summary.el (wl-summary-count-unread): Changed to return
6326         `(new . unread)' instead of total.
6327         (wl-summary-sync-update): Follow the change above.
6328
6329         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6330
6331 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6332
6333         * wl-address.el (wl-address-make-completion-list): Do not enclose
6334         address by " <" and ">" if associated realname is "".
6335         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6336         This is against the promblem with group list in .addresses pointed
6337         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6338
6339 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6340
6341         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6342         message is a format control string.
6343         * wl-expire.el (wl-expire-append-log): Ditto.
6344         * wl-mime.el (wl-summary-burst-subr): Ditto.
6345         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6346         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6347
6348 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6349
6350         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6351         wl.el (wl-check-variables): Rename from `wl-check-type'.
6352         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6353         (wl-check-variables-2): New function.
6354         (wl): Call `wl-check-variables-2'.
6355
6356 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6357
6358         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6359         after renaming folder in access group.
6360
6361 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6362
6363         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6364         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6365         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6366         (wl-message-buffer-prefetch): Rewrite.
6367         (wl-message-buffer-prefetch-idle-time): Removed.
6368         * wl-summary.el (wl-summary-redisplay-internal):
6369         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6370         Error check for `wl-message-buffer-prefetch-depht'.
6371
6372 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6373
6374         * Version number is increased to 2.9.5.
6375         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6376
6377 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6378
6379         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6380         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6381         Based on the patch written by
6382         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6383
6384 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6385
6386         * wl-draft.el (wl-draft-raw-send): Fix for
6387         `wl-news-send-pre-hook'
6388
6389 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6390
6391         * wl-utils.el (wl-message-id-function): New variable.
6392         * wl-draft.el (wl-draft-insert-required-fields):
6393         Use `wl-message-id-function'.
6394
6395 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6396
6397         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6398         * wl-utils.el (wl-draft-make-message-id-string):
6399         Use `wl-from' for domain part of Message-ID
6400         if `wl-message-id-use-wl-from' if non-nil.
6401         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6402
6403 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6404
6405         * wl.el (wl): Call `wl-check-type'
6406         Do not 'condition-case'.
6407
6408 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6409
6410         * wl.el (wl-check-type): New function.
6411         (wl-check-type-variables): New variable.
6412
6413 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6414
6415         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6416
6417 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6418
6419         * wl-draft.el (wl-smtp-password-key): New function.
6420         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6421         (wl-draft-send-mail-with-smtp): Ditto.
6422         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6423
6424 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6425
6426         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6427         * wl-utils.el (wl-unique-id-suffix): Remove.
6428
6429 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6430
6431         * Version number is increased to 2.9.4.
6432
6433 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6434
6435         * wl-utils.el (wl-unique-id-suffix): New variable.
6436         (wl-unique-id): Use `wl-unique-id-suffix'
6437
6438 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6439
6440         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6441         instead of `elmo-msgdb-search'.
6442
6443         * Version number is increased to 2.9.3.
6444
6445 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6446
6447         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6448
6449 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6450
6451         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6452         (wl-draft-dispatch-message): Changed for send-later.
6453         (wl-draft-queue-flush): Ditto.
6454         (wl-draft): Clear `wl-sent-message-queued'.
6455         (wl-draft-reedit): Ditto.
6456         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6457         * wl-vars.el (wl-draft-force-queuing): New variable.
6458         (wl-draft-force-queuing-mail): New variable.
6459         (wl-draft-force-queuing-news): New variable.
6460
6461 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6462
6463         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6464         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6465
6466 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6467
6468         * Version number is increased to 2.9.2.
6469
6470 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6471
6472         * wl-draft.el (wl-draft-elide-region): New user command.
6473         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6474
6475         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6476         command `wl-draft-elide-region'.
6477         * wl-mule.el: Ditto.
6478         * wl-xmas.el: Ditto.
6479
6480 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6481
6482         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6483         (wl-biff-check-folder-async): Removed needless let.
6484
6485 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6486
6487         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6488         wl-folder-get-elmo-folder.
6489         (wl-biff-check-folder): Set `biff' argument of
6490         `wl-folder-check-one-entity'.
6491         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6492
6493         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6494         (wl-folder-check-one-entity): Added `biff' argument;
6495         Setup `biff' slot of folder.
6496
6497         * Version number is increased to 2.9.1.
6498
6499 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6500
6501         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6502         comment out and fixed.
6503         (wl-fldmgr-add-completion-subr): Ditto.
6504
6505         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6506         and msgdb.
6507
6508         * wl.el (wl-toggle-plugged): Save summary view.
6509
6510 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6511
6512         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6513
6514 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6515
6516         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6517
6518 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6519
6520         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6521         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6522         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6523
6524         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6525         if it was failed.
6526         (wl-demo): Disable undo in the demo buffer.
6527
6528 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6529
6530         * wl-version.el (wl-version): Changed codename.
6531
6532         * Version number is increased to 2.9.0.
6533
6534 2001-12-14  Takuo KITAME <kitame@northeye.org>
6535
6536         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6537         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6538         (wl-folder-mark-as-read-all-current-entity): Ditto.
6539
6540 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6541
6542         * wl-vars.el (wl-from-width): Define as obsolete variable.
6543         (wl-subject-length-limit): Ditto.
6544
6545         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6546
6547         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6548         wl-summary-save-view.
6549
6550         * wl.el (wl-save-status): Ditto.
6551         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6552
6553         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6554         (wl-summary-exit): Follow the change above.
6555         (wl-summary-goto-folder-subr): Ditto.
6556
6557         * wl-folder.el (wl-folder-create-subr): Don't use
6558         `elmo-folder-creatable-p'.
6559
6560 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6561
6562         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6563
6564 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6565
6566         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6567         rather than bitmap on Emacs 21.
6568         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6569         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6570         for xbm if the new redisplay engine is not available.
6571
6572 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6573
6574         * wl-folder.el (wl-folder-init-hook): New hook.
6575         (wl-folder-init): Run `wl-folder-init-hook'.
6576
6577 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6578
6579         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6580
6581 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6582
6583         * wl-acap.el (wl-acap-cache-filename): New variable.
6584         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6585         (wl-acap-init): Use cache if no ACAP server found.
6586
6587 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6588
6589         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6590         `wl-acap-original-msgdb-dir'.
6591
6592         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6593         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6594
6595         * wl-mime.el (wl-mime-save-directory): Renamed from
6596         `wl-mime-save-dir'.
6597
6598 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6599
6600         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6601
6602         * wl-demo.el: Require `path-util'.
6603         (wl-demo-bitmap-mule-available-p): New internal variable.
6604         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6605         `module-installed-p' instead.
6606         (wl-demo-insert-image): Use *.img file for a bitmap image.
6607         (wl-demo): Don't call the ascii demo recursively.
6608
6609 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6610
6611         * Version number is increased to 2.7.7.
6612
6613 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6614
6615         * wl.el (wl-exit): Eliminated byte-compile warning.
6616
6617 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6618
6619         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6620         obsolete variable using `elmo-define-obsolete-variable'.
6621         (wl-fetch-confirm-threshold): Ditto.
6622         (wl-cache-prefetch-folder-type-list): Ditto.
6623         (wl-cache-prefetch-folder-list): Ditto.
6624
6625 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6626
6627         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6628         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6629         (wl-demo-insert-image): New function.
6630         (wl-demo-insert-text): New function.
6631         (wl-demo-image-type-alist): Redefine as a function.
6632         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6633         (wl-demo-with-temp-file-buffer): Removed.
6634         (wl-logo-xpm): Removed.
6635         (wl-logo-xbm): Removed.
6636         (wl-logo-bitmap): Removed.
6637
6638 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6639
6640         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6641         (wl-expire-localdir-get-folder-function): New user option.
6642         (wl-expire-localdir-get-folder): New function.
6643         (wl-expire-localdir-date): Ditto.
6644
6645 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6646
6647         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6648         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6649         Fixed unread number mismatch when all-unread < unread.
6650
6651 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6652
6653         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6654         (wl-fetch-confirm-threshold): Ditto.
6655
6656         * wl-summary.el (wl-summary-confirm-appends): Removed.
6657         (wl-summary-sync-update): Don't refer
6658         `wl-summary-update-confirm-threshold' (It is now abolished).
6659
6660         * wl-message.el (wl-message-display-internal): Don't refer
6661         `wl-fetch-confirm-threshold' (It is now abolished).
6662
6663 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6666
6667 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6668
6669         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6670         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6671         Change default value to nil.
6672         (wl-summary-indent-length-limit): The value can be nil, nil means
6673         unlimited.
6674
6675         * wl-summary.el: Don't set limit for indent length if the value of
6676         wl-summary-indent-length-limit is nil.
6677         If the value of wl-summary-width is nil, it means only that the width
6678         of summary is unlimited (nil doesn't mean that the indent length is
6679         unlimited).
6680
6681         * wl-thread.el: Ditto.
6682
6683 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6684
6685         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6686         be nil, nil means never confirm.
6687         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6688
6689 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6690
6691         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6692         means unlimited).
6693
6694 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6695
6696         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6697         Use `with-temp-buffer'.
6698
6699 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6700
6701         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6702         with new backquote style).
6703         (wl-folder-get-entity-from-buffer): Ditto.
6704
6705 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6706
6707         * wl-version.el (nemacs-version): Eliminated.
6708         (wl-extended-emacs-version2): Ignore nemacs.
6709         (wl-extended-emacs-version3): Ditto.
6710
6711 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6712
6713         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6714         (wl-draft-add-in-reply-to): New variable.
6715         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6716         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6717         (wl-draft-yank-from-mail-reply-buffer): Use
6718         `wl-draft-add-in-reply-to'.
6719         (wl-draft-insert-current-message): Ditto.
6720
6721 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6722
6723         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6724         typo (kill->hide).
6725         (wl-message-buffer-prefetch-folder-type-list): Added elements
6726         `mark' and `cache' instead of `internal'.
6727
6728 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6729
6730         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6731         resume msgdb directory.
6732
6733 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6734
6735         * wl.el (wl-exit): Call `wl-acap-exit'.
6736
6737         * wl-summary.el (wl-summary-message-string): New function.
6738         (wl-summary-reedit): Use it.
6739         (wl-summary-resend-bounced-mail): Remove needless let.
6740         (wl-summary-supersedes-message): Ditto.
6741         (wl-summary-save): Ditto.
6742
6743         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6744         (wl-acap-init): Set it.
6745         (wl-acap-exit): New function.
6746
6747 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6748
6749         * wl.el (wl-init): Revert (require 'mime-setup). move from
6750         toplevel.
6751
6752 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6753
6754         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6755         local variables.  Add error when guess function return invalid
6756         value.
6757
6758 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6759
6760         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6761         Change local variable name.
6762         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6763         (wl-folder-get-newsgroups): Return nil when non-news folder.
6764         * wl-summary.el (wl-summary-write-current-folder): State through
6765         when guess-list return nil.
6766         (wl-summary-write-current-folder-functions): Fixed docstring.
6767
6768         * wl.el (wl-exit): Changed confirm message.
6769
6770         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6771         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6772
6773         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6774
6775 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6776
6777         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6778         user option (Renamed from wl-cache-prefetch-folder-type-list).
6779         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6780         from wl-cache-prefetch-folder-list).
6781
6782         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6783         Move to wl-vars.el.
6784         (wl-message-buffer-prefetch-p): Changed to enable
6785         `wl-message-buffer-prefetch-folder-list'.
6786
6787         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6788         `ignore-cache'.
6789
6790 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6791
6792         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6793         `part-top' and `part-bottom'.
6794         (wl-draft-config-sub-part-top): New function.
6795         (wl-draft-config-sub-part-bottom): New function.
6796
6797 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6798
6799         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6800
6801 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6802
6803         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6804
6805 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6806
6807         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6808
6809         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6810         (wl-summary-write-current-folder): Ditto.
6811
6812 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6813
6814         * wl-folder.el (wl-folder-get-newsgroups): Use
6815         `elmo-folder-newsgroups'.
6816
6817 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6818
6819         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6820         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6821         `wl-draft-config-sub-header-bottom'.
6822
6823 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6824
6825         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6826         localnews folder.
6827
6828 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6829
6830         * wl-summary.el (wl-summary-mode): Undo last change.
6831
6832         * wl-folder.el (wl-folder-mode): Ditto.
6833
6834 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6835
6836         * wl-summary.el (wl-summary-mode): Locally set
6837         truncate-partial-window-width to nil.
6838         (for XEmacs)
6839
6840         * wl-folder.el (wl-folder-mode): Ditto.
6841
6842 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6843
6844         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6845
6846 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6847
6848         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6849         number.
6850
6851         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6852
6853         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6854
6855         * Version number is increased to 2.7.6.
6856
6857 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6858
6859         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6860
6861 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6862
6863         * wl-summary.el (wl-summary-sync-update): Enclose network
6864         related portion with `unwind-protect'.
6865
6866 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6867
6868         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6869
6870 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6871
6872         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6873         element.
6874         * wl-vars.el (wl-message-body-button-alist): Ditto.
6875
6876         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6877         max match length.
6878         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6879
6880         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6881         for the max match length;
6882         Use 4th element value for the button string regexp group.
6883
6884         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6885         candidate exists, prompt to select.
6886
6887 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6888
6889         * wl-summary.el (wl-summary-jump-to-msg): Search before
6890         calibration point by `beginning-of-line'.
6891
6892 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6893
6894         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6895         for access group.
6896
6897 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6898
6899         * wl-message.el (wl-message-display-internal): Bind
6900         `default-mime-charset'.
6901
6902         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6903
6904         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6905
6906         * Version number is increased to 2.7.5.
6907
6908 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6909
6910         * wl-expire.el (wl-summary-archive): Fixed;
6911         Use `elmo-folder-name-internal'.
6912
6913 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6914
6915         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6916         from `elmo-folder-move-messages' caller.
6917         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6918
6919         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6920         related portions are changed).
6921
6922 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6923
6924         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6925         counter.
6926
6927 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6928
6929         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6930         buffer local and set it to nil.
6931
6932         * wl-message.el (wl-message-redisplay): Ditto.
6933
6934 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6935
6936         * wl-summary.el (wl-summary-mark-as-important): If message is
6937         already cached, set messag as read, otherwise encache and mark as read.
6938
6939 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6940
6941         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6942         point-min.
6943
6944 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6945
6946         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6947         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6948         a keymap.
6949
6950 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6951
6952         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6953         parent.
6954
6955         * wl-mule.el (wl-message-define-keymap): Ditto.
6956
6957         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6958
6959         * wl-xmas.el (wl-message-display-internal-hook): Define.
6960         (wl-xmas-setup-message-toolbar): Define as function.
6961         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6962         (wl-message-overload-functions): Abolished.
6963         (wl-message-define-keymap): New function.
6964
6965         * wl-vars.el (wl-message-display-internal-hook): New variable.
6966         (wl-message-header-button-alist): New variable (Renamed from
6967         wl-highlight-message-header-button-alist).
6968         (wl-message-body-button-alist): Ditto.
6969
6970         * wl-mule.el (wl-message-define-keymap): New function.
6971         (wl-message-overload-functions): Abolished.
6972
6973         * wl-message.el (wl-message-add-buttons-to-body): New function.
6974         (wl-message-redisplay): Don't call wl-message-overload-functions;
6975         Call wl-message-add-buttons-to-header and
6976         wl-message-add-buttons-to-body.
6977         (wl-message-display-internal): Set keymap argument for
6978         elmo-mime-display-as-is, elmo-mime-message-display;
6979         Run wl-message-display-internal-hook.
6980         (wl-message-refer-article-or-url): Abolished.
6981
6982         * wl-highlight.el (wl-highlight-headers): Don't call
6983         wl-highlight-message-add-buttons-to-header.
6984         (wl-highlight-message-add-buttons-to-header): Abolished.
6985
6986
6987         * wl-e21.el (wl-message-display-internal-hook): Define.
6988         (wl-e21-setup-toolbar): Deleted duplicated binding.
6989         (wl-e21-setup-message-toolbar): Define as function.
6990         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6991         (wl-message-define-keymap): New function.
6992         (wl-message-overload-functions): Abolished.
6993
6994 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6995
6996         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6997         and elmo-folder-close.
6998
6999         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7000
7001 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7002
7003         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7004         boolean value.
7005         * wl-draft.el (wl-draft-do-fcc): Ditto.
7006
7007 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7008
7009         * wl-vars.el (wl-fcc-force-as-read): New variable.
7010         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7011         mark copied message as read.
7012
7013 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7014
7015         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7016
7017 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7018
7019         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7020         `wl-summary-target-above' instead of obsolete variable
7021         `wl-summary-temp-above'.
7022
7023         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7024         instead of `make-obsolete-variable'.
7025         * wl-refile.el (toplevel): Ditto.
7026
7027 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7028
7029         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7030         with third argument t.
7031         (wl-draft): Set first argument for wl-plugged-init as t.
7032
7033         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7034         definition.
7035
7036 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7037
7038         * wl-vars.el: Tabify.
7039         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7040
7041         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7042         message.
7043
7044 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7045
7046         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7047         and set default to beep.
7048
7049 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7050
7051         * wl-vars.el (wl-draft-truncate-lines): New variable.
7052
7053         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7054         instead of wl-message-truncate-lines for truncate-lines.
7055
7056 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7057
7058         * wl-message.el (wl-message-display-internal): Call
7059         `wl-highlight-message' after `elmo-mime-display-as-is'.
7060
7061         * wl-mime.el (wl-mime-display-text/plain): New function.
7062         (wl-mime-display-header): Ditto.
7063         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7064         body-presentation-method for text/plain;
7065         Register `wl-mime-display-header' as a header-presentation-method;
7066         Don't set up `elmo-message-text-content-inserted-hook' and
7067         `elmo-message-header-inserted-hook'.
7068
7069         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7070         variable.
7071         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7072         as t if flag is 'all-header;
7073         Don't bind `elmo-message-ignored-field-list',
7074         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7075
7076 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7079         for xemacs with non-mule environment.
7080
7081 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7082
7083         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7084         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7085         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7086
7087 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7088
7089         * wl-vars.el (wl-interactive-send): Set default value as t.
7090
7091 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7092
7093         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7094         (wl-addrmgr-method-list): Abolished.
7095         (wl-addrmgr-change-method): Follow above change.
7096
7097         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7098
7099 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7100
7101         * wl-vars.el (wl-message-truncate-lines): Change default value
7102         to default-truncate-lines.
7103
7104         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7105
7106 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7107
7108         * wl-vars.el (wl-message-truncate-lines): New variable.
7109
7110         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7111         wl-message-truncate-lines.
7112
7113 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7114
7115         * wl-acap.el (wl-acap-init): Remove period from error message.
7116         (wl-acap-find-acap-service): Remove period from message.
7117
7118 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7119
7120         * wl.el (wl-check-environment): Undo last change.
7121
7122         * wl-vars.el (wl-from): Changed default value.
7123
7124         * wl-util.el (toplevel): Don't require tm-edit.
7125
7126         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7127         `wl-folder-init';
7128         Don't set mark on mail body.
7129         (wl-draft-reedit): Ditto.
7130
7131         * wl-address.el (wl-address-quote-specials): Define as an alias for
7132         elmo-address-quote-specials.
7133
7134 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7135
7136         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7137
7138         * wl-vars.el (wl-from): Set default value as nil.
7139         (wl-organization): Set default value as ORGANIZATION environment
7140         variable.
7141
7142         * wl-draft.el (wl-smtp-extension-bind): Check value of
7143         wl-smtp-connection-type.
7144
7145         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7146         error.
7147
7148 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7149
7150         * Version number is increased to 2.7.4.
7151
7152         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7153         arguments from `wl-highlight-x-face-function' caller.
7154         Use x-face-1.3.6.12 or later.
7155
7156 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7157
7158         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7159
7160 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7161
7162         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7163         (wl-fcc): Fix to accept function.
7164         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7165
7166 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7167
7168         * wl-acap.el (toplevel): Added `product-provide' declare.
7169         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7170
7171 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7172
7173         * wl.el (wl): Changed order of calling `elmo-init'
7174         and `elmo-folder-init'.
7175
7176 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7177
7178         * wl-mime.el (wl-summary-burst): Extract message when content-type
7179         of root entity is not only `multipart' but also `message/rfc822'.
7180         (wl-summary-burst-subr): Ditto.
7181
7182 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7183
7184         * wl-vars.el (toplevel): Require 'custom.
7185         (wl-trash-folder): Added to `wl-setting' group.
7186
7187         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7188         exists.
7189         (wl-addrmgr-draw): Insert empty line when no entry exists.
7190
7191         * wl-mule.el (wl-message-wheel-up): Fixed.
7192         (wl-message-wheel-down): Ditto.
7193
7194 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7195
7196         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7197         config is an anonymous lambda expression.
7198
7199 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7200
7201         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7202         when Mule 2 is running.
7203
7204 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7205
7206         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7207
7208 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7209
7210         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7211         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7212
7213         * wl-address.el (wl-address-specials-regexp): Eliminated.
7214         (wl-address-quote-specials): Rewrite.
7215
7216 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7217
7218         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7219         shy-groups for regexp.
7220
7221         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7222         character classes and Perl style shy-groups for regexp.
7223         (wl-highlight-plugged-current-line): Use Posix style character
7224         classes for regexp.
7225         (wl-e21-highlight-folder-by-numbers): Ditto.
7226         (wl-e21-display-image-p): Use `display-images-p' instead of
7227         `display-graphic-p'.
7228         (display-images-p): Make an alias to `display-graphic-p' if it is
7229         not available.  It is for Emacs version prior to 21.0.105.
7230
7231         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7232         `display-graphic-p'.
7233         (wl-demo-image-type-alist): Ditto.
7234         (display-images-p): Make an alias to `display-graphic-p' if it is
7235         not available.  It is for Emacs version prior to 21.0.105.
7236
7237 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7238
7239         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7240         support.
7241         (wl-generate-user-agent-string): Ditto.
7242
7243         * wl-version.el (wl-version): Update docsting.
7244         (wl-version-status): Ditto.
7245
7246 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7247
7248         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7249         21.0.105.  For Emacs 21.0.104 or earlier.
7250
7251 2001-09-03  Takuo KITAME <kitame@northeye.org>
7252
7253         * wl-e21.el (wl-plugged-init-icons): Use
7254         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7255         (wl-biff-init-icons): Ditto.
7256
7257 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7258
7259         * wl-highlight.el (wl-highlight-summary-current-line):
7260         Fixed highlighting refile/copy destination.
7261
7262         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7263         (wl-acap-store): Encode string by wl-acap-coding-system.
7264
7265 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7266
7267         * wl-acap.el (toplevel): Check and require 'un-define before
7268         'xemacs-ucs;
7269          Added checking for UTF-2000.
7270
7271 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7272
7273         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7274         Don't enclose with `eval-and-compile'.
7275
7276         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7277         wl-init is non-nil.
7278
7279         * wl-draft.el (wl-draft): Ditto.
7280
7281         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7282
7283         * wl-acap.el (toplevel): Require 'wl.
7284         (wl-acap-store): Call `elmo-init'.
7285
7286         * wl.el (wl): Changed position of `wl-check-environment'.
7287         (toplevel): Added autoload setting for wl-acap.
7288
7289         * wl-vars.el (wl-setting): New custom group.
7290         (wl-from): Added wl-setting group.
7291         (wl-user-mail-address-list): Ditto.
7292         (wl-organization): Ditto.
7293         (wl-subscribed-mailing-list): Ditto.
7294         (wl-envelope-from): Ditto.
7295         (wl-smtp-posting-user): Ditto.
7296         (wl-smtp-posting-server): Ditto.
7297         (wl-smtp-posting-port): Ditto.
7298         (wl-smtp-authenticate-type): Ditto.
7299         (wl-pop-before-smtp-user): Ditto.
7300         (wl-pop-before-smtp-server): Ditto.
7301         (wl-pop-before-smtp-port): Ditto.
7302         (wl-pop-before-smtp-authenticate-type): Ditto.
7303         (wl-nntp-posting-server): Ditto.
7304         (wl-nntp-posting-user): Ditto.
7305         (wl-nntp-posting-port): Ditto.
7306         (wl-fetch-confirm-threshold): Ditto.
7307         (wl-prefetch-threshold): Ditto.
7308         (wl-thread-insert-opened): Ditto.
7309         (wl-ldap-server): Ditto.
7310         (wl-ldap-port): Ditto.
7311         (wl-ldap-base): Ditto.
7312         (wl-ldap-objectclass): Ditto.
7313         (wl-use-ldap): Ditto.
7314         (wl-draft-config-alist): Ditto.
7315         (wl-draft-config-matchone): Ditto.
7316         (wl-template-alist): Ditto.
7317         (wl-message-sort-field-list): Ditto.
7318         (wl-message-ignored-field-list): Ditto.
7319         (wl-message-visible-field-list): Ditto.
7320         (wl-interactive-send): Ditto.
7321         (wl-summary-move-order): Ditto.
7322         (wl-auto-select-first): Ditto.
7323         (wl-auto-select-next): Ditto.
7324         (wl-interactive-save-folders): Ditto.
7325
7326         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7327         Initialization codes are moved from wl-local-folder-init.
7328         (wl-local-folder-init): Follow the change above.
7329         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7330
7331         * wl-acap.el: New file.
7332
7333         * Version number is increased to 2.7.3.
7334
7335 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7336
7337         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7338
7339 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7340
7341         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7342         (wl-addrmgr-address-entry-list): Ditto.
7343
7344 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7345
7346         * wl-e21.el (wl-draft-mode-map): Removed binding for
7347         `wl-draft-insert-x-face-field'.
7348
7349         * wl-mule.el (wl-draft-mode-map): Ditto.
7350
7351         * wl-xmas.el (wl-draft-mode-map): Ditto.
7352
7353         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7354         (wl-cs-autoconv): Ditto.
7355         (wl-cs-local): Ditto.
7356         (wl-use-scoring): Ditto.
7357         (wl-mime-charset): Ditto.
7358         (wl-folder-check-async): Ditto.
7359
7360         * wl.el (toplevel): Ignore nemacs and tm.
7361         (wl-exit): Ditto.
7362
7363         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7364         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7365         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7366         instead of wl-address-petname-add-or-change.
7367         (wl-summary-edit-addresses-subr): Use wl-address-delete
7368         instead of wl-address-petname-delete.
7369
7370         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7371
7372         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7373         if error occured.
7374
7375         * wl-message.el (require): Remove tm support.
7376
7377         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7378
7379         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7380         (wl-folder-jump-to-current-entity): Ditto.
7381         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7382
7383         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7384         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7385         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7386
7387         * wl-mule.el (wl-draft-key-setup): Ditto.
7388
7389         * wl-xmas.el (wl-draft-key-setup): Ditto.
7390
7391         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7392         (wl-draft-std11-parse-addresses): New function.
7393         (wl-draft-parse-mailbox-list): Use it.
7394         (wl-draft): Ignore nemacs.
7395         (wl-draft-reedit): Ditto.
7396
7397         * wl-addrmgr.el: New file.
7398         (Original is wl-rcpt.el written by
7399         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7400         Thanks Kitamoto-san.)
7401
7402         * wl-address.el (wl-address-make-address-list): Modified parsing
7403         process.
7404         (wl-address-delete): Renamed from `wl-address-petname-delete';
7405         Modify wl-address-list too.
7406         (wl-address-add-or-change): Renamed from
7407         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7408
7409 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7410
7411         * wl-highlight.el (wl-highlight-summary-current-line):
7412           Work with transient-mark-mode
7413
7414 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7415
7416         * Version number is increased to 2.7.2.
7417
7418         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7419         instead of elmo-dop-queue-method.
7420
7421 2001-08-06  SAITO Atsunori <sai@yedo.com>
7422
7423         * wl-vars.el (wl-ldap-objectclass): New user option.
7424
7425         * wl-address.el (wl-ldap-make-filter): Use it.
7426
7427 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7428
7429         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7430
7431 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7432
7433         * wl-folder.el (wl-folder): redisplay after folder insertion.
7434
7435         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7436
7437         * wl-summary.el (wl-summary-sync-update):
7438         Change status mark only when new-msgdb exists.
7439         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7440
7441 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7442
7443         * wl-summary.el (wl-summary-open-folder): New function.
7444         (wl-summary-goto-folder-subr): Use it.
7445         (wl-summary-mark-as-important): Fix;
7446         Encache only when no cache exists.
7447
7448 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7449
7450         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7451         Use with-current-buffer.
7452
7453 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7454
7455         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7456         before call `get-buffer'. Fixed parenthesis.
7457         (wl-score-get-header-entry): Clear message and help window when
7458         keyboard quit.
7459         (wl-score-edit-insert-header): Ditto.
7460
7461 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7462
7463         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7464         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7465         (wl-default-draft-cite): Fix.
7466
7467         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7468         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7469
7470 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7471
7472         * wl-message.el (wl-message-prev-page): Do same bahavior
7473         as summary when it is called in the message buffer.
7474         (wl-message-next-page): Ditto.
7475
7476 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7477
7478         * wl-summary.el (wl-summary-forward): Use cache if it is not
7479         section cache.
7480
7481 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7482
7483         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7484         Removed redundant require of elmo-vars.
7485         (wl-biff-state-indicator-on): Changed default value for
7486         xemacs with non-mule environment.
7487
7488         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7489         wl-message-buffer is nil;
7490         Hide progress bar after moving messages.
7491
7492 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7493
7494         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7495         message at cursor point is deleted.
7496
7497 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7498
7499         * wl-vars.el: Changed file coding system to euc-japan.
7500         Added -*-coding:-*- magic to the first line.
7501
7502         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7503         Search parent from the first message.
7504
7505         * Version number is increased to 2.7.1.
7506
7507 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7508
7509         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7510
7511 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7512
7513         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7514         refile/delete execution.
7515
7516         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7517         Fixed docstring.
7518
7519 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7520
7521         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7522         do update process;
7523         Don't update marks when update process is interrupted.
7524
7525 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7526
7527         * wl-summary.el (wl-summary-reply): Fixed problem when
7528         wl-draft-use-frame is non-nil.
7529         (wl-summary-forward): Ditto.
7530
7531         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7532         as nil.
7533         (wl-folder-mark-as-read-all-entity): Ditto.
7534         (wl-folder-prefetch-entity): Ditto.
7535
7536         * wl.el (wl): Check environment before wl-init.
7537
7538         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7539         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7540         instead of wl-summary-collect-unread.
7541         (wl-summary-reply): Split message window.
7542
7543 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7544
7545         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7546         only if current language environment is japanese,
7547
7548         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7549         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7550         (wl-folder-goto-folder-subr): Ditto.
7551
7552         * wl-draft.el (wl-draft-dispatch-message): Call
7553         `elmo-file-cache-get-path'.
7554
7555 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7556
7557         * wl-summary.el (wl-summary-cursor-move): If return value of
7558         wl-summary-next-message is not number, don't jump.
7559
7560 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7561
7562         * wl-summary.el (wl-summary-buffer-next-message-function): New
7563         variable.
7564         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7565         if it is bound.
7566
7567         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7568         string.
7569
7570         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7571         (wl-plugged-drawing): Ditto.
7572
7573 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7574
7575         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7576         process.
7577         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7578         with unwind-protect.
7579
7580         * wl.el (wl-init): Require mime-setup.
7581         (wl-check-environment): Don't require mime-setup.
7582
7583         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7584         instead of elmo-folder-type.
7585
7586         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7587         value as nil.
7588
7589 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7590
7591         * Version number is increased to 2.7.0.
7592
7593         * wl-version.el (wl-version): Changed codename.
7594
7595         * wl-summary.el (wl-summary-delete-cache): Fixed.
7596
7597         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7598         Workaround for net folders.
7599         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7600
7601         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7602         value to nil (According to the patch from
7603         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7604
7605         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7606         of elmo-folder-close.
7607
7608 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7609
7610         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7611         for postfix.
7612
7613 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7614
7615         * wl-summary.el (wl-summary-resend-message): Fixed.
7616
7617         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7618         Call wl-draft with `from' argument if its address is included in
7619         `wl-user-mail-address-list'.
7620         (wl-draft): Added `from' argument.
7621
7622         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7623         non-nil.
7624         (wl): Don't show demo if wl-demo is nil.
7625
7626         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7627         wl-summary-use-frame.
7628
7629         * wl-vars.el (wl-summary-use-frame): New user option.
7630         (wl-folder-use-frame): Changed docstring.
7631
7632         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7633         non-nil.
7634         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7635         wl-summary-use-frame.
7636
7637         * wl-vars.el (wl-folder-use-frame): New user option.
7638
7639         * wl-summary.el (wl-summary-exit): Back to folder frame if
7640         wl-folder-use-frame is non-nil.
7641         (wl-summary-redisplay-internal): Ignore cache if current folder
7642         is draft folder,
7643         (wl-summary-redisplay-no-mime): Ditto.
7644         (wl-summary-redisplay-all-header): Ditto.
7645
7646         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7647         if wl-folder-use-frame is non-nil.
7648
7649 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7650
7651         * wl-summary.el (wl-summary-sync-update): Bind
7652         elmo-folder-update-threshold.
7653         (wl-summary-mark-as-important): Enclosed server mark processing
7654         with `save-match-data'.
7655
7656         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7657         only when it is already defined.
7658
7659 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7660
7661         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7662         name of folder exclude localdir is wrong.
7663         * wl-folder.el (wl-folder-sync-entity):
7664         Set `wl-summary-always-sticky-folder-list' as nil.
7665         (wl-folder-mark-as-read-all-entity): Ditto.
7666         (wl-folder-prefetch-entity): Ditto.
7667
7668 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7669
7670         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7671         instead of `wl-summary-write-current-newsgroup'.
7672
7673 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7674
7675         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7676         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7677         non-nil and selected message is important, do not display.
7678
7679 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7680
7681         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7682
7683 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7684
7685         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7686
7687         * wl-summary.el (wl-summary-mark-as-important): Set message number
7688         using wl-summary-message-number.
7689
7690 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7691
7692         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7693         destination folder is 'null.
7694
7695 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7696
7697         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7698         New function.
7699         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7700         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7701         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7702
7703 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7704
7705         * wl-mime.el (wl-mime-setup): Added setting for
7706         `mime-setup-signature-key-alist' to avoid overriding key bind for
7707         `wl-draft-send'.
7708
7709         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7710         for `wl-draft-send'.
7711         * wl-mule.el (wl-draft-overload-functions): Ditto.
7712         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7713         * wl-draft.el (wl-draft-send): Ditto.
7714
7715         * wl-message.el (wl-message-display-internal):
7716         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7717         (Patch is provided by <kita@coe.nttdata.co.jp>).
7718
7719 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7720
7721         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7722
7723 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7724
7725         * wl.el (wl): Fix for wl-demo.
7726
7727 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7728
7729         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7730
7731 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7732
7733         * wl-folder.el (wl-folder-prefetch-entity): Use
7734         `wl-folder-get-elmo-folder'.
7735         (wl-folder-count-incorporates): Do not use
7736         `wl-folder-get-elmo-folder'.
7737
7738 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7739
7740         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7741         instead of `elmo-folder-get-type'.
7742
7743 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7744
7745         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7746         position on Subject: field.
7747         (Advised by Mito <mit@nines.nec.co.jp>)
7748
7749 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7750
7751         * wl-folder.el (wl-folder-prefetch-entity): Use
7752         `wl-folder-get-elmo-folder'.
7753
7754 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7755
7756         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7757
7758         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7759         `process-duplicates' slot.
7760
7761         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7762         if detection failed.
7763
7764 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7765
7766         * wl-version.el (wl-version-status): Set to "alpha".
7767
7768 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7769
7770         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7771         Check wl-message-buffer lives before set-buffer.
7772
7773 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7774
7775         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7776         called in folder mode.
7777         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7778         * wl-summary.el (wl-summary-exit-pre-hook): Run
7779         `wl-summary-exit-pre-hook' before exit summary mode.
7780
7781 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7782
7783         * wl-version.el (wl-version-status): New variable.
7784         (wl-version-status-alist): Removed.
7785         (wl-version-status): Rule included.
7786
7787 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7788
7789         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7790         @sponichi.
7791
7792         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7793         when `mail-reply-buffer' is buffer-local variable.
7794         (Reported by <kita@coe.nttdata.co.jp>).
7795
7796 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7797
7798         * wl-vars.el (toplevel): Require 'elmo-util.
7799
7800 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7801
7802         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7803         (All other related portions are changed)
7804
7805         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7806
7807         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7808
7809 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7810
7811         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7812
7813 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7814
7815         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7816         Delete other windows to avoid an error.
7817         Use `point-marker' instead of `point' to remember the start point
7818         of body.
7819
7820         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7821
7822         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7823         number not to exceed all message number.
7824
7825 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7826
7827         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7828         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7829
7830 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7831
7832         * wl-summary.el (wl-summary-sync-force-update): Added argument
7833         no-check.
7834         (wl-summary-sync-update): Ditto.
7835         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7836         with `no-check'.
7837
7838         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7839         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7840         already running.
7841
7842 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7843
7844         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7845         `dst-folder-arg'.
7846         (wl-expire-archive-number1): Diito.
7847         (wl-expire-archive-number2): Diito.
7848         (wl-expire-archive-Date): Diito.
7849         (wl-archive-number1): Diito.
7850         (wl-archive-number2): Diito.
7851         (wl-archive-date): Diito.
7852         (wl-archive-folder-p): New function.
7853         (wl-summary-expire): Support of expand folder name at
7854         wl-expire-alist.
7855         * wl-util.el (wl-expand-newtext): Renamed from
7856         `wl-refile-expand-newtext'.
7857
7858 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7859
7860         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7861         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7862         `(elmo-msgdb-get-overview msgdb)'.
7863         (wl-summary-prefetch): Bind match data before call
7864         `wl-summay-prefetch-msg'.
7865         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7866         'off if `wl-summary-buffer-disp-msg' is non-nil.
7867         Fixed problem that couldn't show only one new or unread message when
7868         enter folder.
7869         (wl-summary-reply): Don't call `split-window-vertically' and other
7870         window.
7871
7872 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7873
7874         * wl-expire.el (wl-expire-refile): Fixed.
7875
7876 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7877
7878         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7879
7880         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7881         biff notification is removed.
7882
7883         * wl.el (wl): Changed position of `elmo-init'.
7884
7885         * wl-draft.el (wl-default-draft-cite): Use date field
7886         on the citation buffer.
7887
7888         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7889
7890         * wl-xmas.el (wl-folder-internal-icon-list): Added
7891         `wl-folder-shimbun-image'.
7892
7893         * wl-e21.el (wl-folder-internal-icon-list): Added
7894         `wl-folder-shimbun-image'.
7895
7896 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7897
7898         * wl.el (wl-init): Eliminated argument.
7899         (wl): Rewrite.
7900
7901         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7902         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7903         instead of `elmo-folder-msgdb-internal'.
7904         (wl-summary-sync-update): Ditto.
7905         (wl-summary-flush-pending-append-operations): Eliminated.
7906         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7907         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7908         `elmo-folder-open'.
7909
7910         * wl-mime.el (wl-summary-burst): Fixed.
7911
7912         * wl-folder.el (wl-folder-info-save): Check data type.
7913
7914         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7915         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7916         instead of `elmo-folder-msgdb-internal'.
7917         (wl-expire-hide): Ditto.
7918
7919
7920         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7921
7922 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7923
7924         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7925
7926 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7927
7928         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7929
7930 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7931
7932         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7933         Fixed `match-beginning' argument mismatch.
7934
7935 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7936
7937         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7938         the default value.
7939
7940 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7941
7942         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7943         instead of `elmo-nntp-default-port'.
7944
7945         * wl-vars.el: Fixed some doc strings.
7946
7947 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7948
7949         * wl-summary.el (wl-summary-prefetch-msg): Use
7950         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7951
7952         * wl-vars.el: Define *-func as obsolete variable using
7953         `elmo-define-obsolete-variable'.
7954
7955         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7956         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7957         instead of `wl-message-buffer-prefetch-threshold'.
7958
7959         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7960
7961         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7962
7963         * wl-draft.el (wl-caesar-region-func): Ditto.
7964
7965         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7966         Keep unread status in elmo-folder-move-messages.
7967         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7968
7969 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7970
7971         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7972         `wl-summary-buffer-exit-func'
7973         (wl-summary-buffer-message-redisplay-function): Renamed from
7974         `wl-summary-buffer-message-redisplay-func'
7975         (wl-summary-buffer-next-folder-function): Renamed from
7976         `wl-summary-buffer-next-folder-func'.
7977         (wl-summary-buffer-prev-folder-function): Renamed from
7978         `wl-summary-buffer-prev-folder-func'.
7979         (wl-summary-get-petname-function): Renamed from
7980         `wl-summary-get-petname-func'.
7981
7982         * wl-score.el (wl-score-edit-exit-function): Renamed from
7983         `wl-score-edit-exit-func'.
7984
7985         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7986         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7987
7988         * wl-util.el (wl-load-profile-function): Renamed from
7989         `wl-load-profile-func'.
7990
7991         * wl-folder.el (wl-folder-completion-function): Renamed from
7992         `wl-folder-completion-func'.
7993         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7994
7995         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7996         `wl-expire-archive-get-folder-func'.
7997         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7998         (wl-draft-send-mail-function): Renamed from
7999         `wl-draft-send-mail-func'.
8000         (wl-draft-send-news-function): Renamed from
8001         `wl-draft-send-news-func'.
8002         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8003         (wl-generate-mailer-string-function): Renamed from
8004         `wl-generate-mailer-string-func'.
8005         (wl-highlight-signature-search-function): Renamed from
8006         `wl-highlight-signature-search-func'.
8007         (wl-highlight-x-face-function): Renamed from
8008         `wl-highlight-x-face-func'
8009         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8010         (wl-ps-print-buffer-function): Renamed from
8011         `wl-ps-print-buffer-func'
8012         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8013         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8014         (wl-summary-subject-filter-function): Renamed from
8015         `wl-summary-subject-filter-func'.
8016
8017         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8018         `wl-draft-queue-flush-send-func'
8019         (wl-draft-cite-function): Renamed from
8020         `wl-draft-cite-func'
8021
8022         * wl-address.el (wl-address-init-function): Renamed from
8023         `wl-address-init-func'.
8024
8025 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8026
8027         * wl-draft.el (wl-draft-queue-flush): Don't call
8028         `elmo-dop-unlock-message'.
8029         * wl-draft.el (wl-draft-queue-append): Don't call
8030         `elmo-dop-lock-message'.
8031
8032         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8033         (wl-summary-buffer-folder-name): Ditto.
8034         (wl-summary-message-regexp): Added '-' (all other related portions
8035         are changed).
8036         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8037         wl-summary-buffer-folder-name.
8038
8039 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8040
8041         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8042         the number of mails in the folder buffer is not updated by wl-biff.
8043
8044 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8045
8046         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8047         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8048
8049 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8050
8051         * wl-summary.el (wl-summary-next-message):
8052         Return next message number when wl-summary-move-order is nil.
8053
8054 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8055
8056         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8057         `wl-summary-move-spec-alist'.
8058         (wl-summary-move-spec-unplugged-alist): New variable
8059         (Move spec for unplugged status).
8060         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8061         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8062
8063 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8064
8065         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8066         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8067
8068 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8069
8070         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8071         simple quotation to quote the anonymous function.
8072         * tm-wl.el (wl-draft-preview-message): Ditto.
8073
8074 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8075
8076         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8077         Eliminate redundant `save-excursion'.
8078         (wl-highlight-summary-current-line): Ditto.
8079
8080         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8081         accessing match data when `looking-at' failed.
8082
8083         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8084         `elmo-match-string' where users don't care about the speed.
8085         (wl-draft-save): Ditto.
8086
8087 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8088
8089         * wl-util.el (wl-regexp-opt): New function.
8090
8091         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8092         number from `wl-summary-buffer-number-list'.
8093         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8094         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8095         (wl-summary-move-spec-alist): Changed default setting.
8096
8097 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8098
8099         * wl-vars.el (wl-biff-notify-hook): New hook.
8100         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8101         the arrival of new mail.
8102         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8103         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8104
8105 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8106
8107         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8108
8109 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8110
8111         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8112
8113         * Version number is increased to 2.5.8.
8114
8115         * wl-thread.el (toplevel): require 'cl.
8116         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8117         (wl-thread-make-number-list): New function.
8118         (wl-thread-entity-make-number-list-from-children): Ditto.
8119         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8120         (wl-thread-entity-insert-as-children): Likewise.
8121         (wl-thread-delete-message): Likewise.
8122         (wl-meaning-of-mark): Eliminated.
8123         (wl-thread-next-failure-mark-p): Ditto.
8124         (wl-thread-entity-get-mark): Ditto.
8125         (wl-thread-meaning-alist-get-result): Ditto.
8126         (wl-thread-entity-check-prev-mark): Ditto.
8127         (wl-thread-entity-check-next-mark): Ditto.
8128         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8129         (wl-thread-entity-get-prev-marked-entity): Ditto.
8130         (wl-thread-get-prev-unread): Ditto.
8131         (wl-thread-jump-to-prev-unread): Ditto.
8132         (wl-thread-get-next-unread): Ditto.
8133         (wl-thread-jump-to-next-unread): Ditto.
8134         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8135         (wl-thread-entity-get-next-marked-entity): Ditto.
8136
8137         * wl-summary.el (wl-summary-buffer-number-list):
8138         New bufer-local variable.
8139         (wl-summary-switch-to-clone-buffer): Clone
8140         `wl-summary-buffer-number-list'.
8141         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8142         (wl-summary-cursor-move-regex): Eliminated.
8143         (wl-summary-cursor-up): Rewrite.
8144         (wl-summary-cursor-down): Ditto.
8145         (wl-summary-mode-spec-alist): New variable.
8146         (wl-summary-next-message): New inline function.
8147         (wl-summary-cursor-move): New function.
8148         (wl-summary-default-get-next-msg): Rewrite.
8149         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8150         (wl-summary-rescan): Ditto.
8151         (wl-summary-sync-all-init): Ditto.
8152         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8153         summary is not thread view.
8154         (wl-summary-sync-update): Ditto.
8155         (wl-summary-rescan): Ditto.
8156         (wl-summary-make-number-list): New function.
8157
8158         * wl-draft.el: "FCC" -> "Fcc".
8159
8160 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8161
8162         * wl-highlight.el (wl-highlight-summary-window):
8163         Call `set-buffer-modified-p'.
8164
8165         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8166         (wl): Call `elmo-init' and fix.
8167
8168         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8169         Use new variables.
8170
8171         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8172
8173 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8174
8175         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8176
8177 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8178
8179         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8180
8181 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8182
8183         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8184         `wl-use-toolbar' nor `display-graphic-p'.
8185         (wl-e21-setup-message-toolbar): Ditto.
8186         (wl-e21-setup-summary-toolbar): Ditto.
8187         (wl-e21-setup-folder-toolbar): Ditto.
8188
8189         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8190         (wl-plugged-init-icons): Ditto.
8191
8192         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8193         `display-graphic-p'.
8194         (wl-plugged-set-folder-icon): Ditto.
8195         (wl-highlight-plugged-current-line): Ditto.
8196         (wl-highlight-folder-current-line): Ditto.
8197         (wl-e21-highlight-folder-group-line): Ditto.
8198         (wl-e21-setup-toolbar): Ditto.
8199         (wl-e21-display-image-p): New macro.
8200
8201         * wl-demo.el (wl-demo): Simplified.
8202         (wl-demo-image-type-alist): Use `image-type-available-p' for
8203         checking whether the image type `xbm' is available.
8204
8205 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8206
8207         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8208         (wl-summary-input-range): Ditto.
8209
8210 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8211
8212         * wl-summary.el (wl-summary-edit-addresses): Use
8213         `wl-summary-get-original-buffer'
8214         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8215         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8216         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8217         (wl-summary-get-newsgroups): Eliminated.
8218         (wl-summary-set-crosspost): Ditto.
8219         (wl-summary-is-crosspost-folder): Ditto.
8220         (wl-crosspost-alist-load): Ditto.
8221         (wl-crosspost-alist-save): Ditto.
8222
8223         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8224         `elmo-setup-subscribed-newsgroups' instead of
8225         `elmo-nntp-make-groups-hashtb'.
8226         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8227         instead of `wl-crosspost-alist-save'.
8228
8229         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8230         of `elmo-folder-message-appendable-p'.
8231         (wl-mime-header-presentation-method): Eliminated.
8232
8233         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8234         (Error occurs in emacs21).
8235
8236         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8237         the current buffer).
8238
8239         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8240         instead of `wl-crosspost-alist-save'.
8241         (wl-init): `elmo-crosspost-message-alist-load'
8242         instead of `wl-crosspost-alist-load'
8243
8244         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8245         (wl-parse-newsgroups): Likewise.
8246         (wl-biff-notify): Run `wl-biff-notify-hook'.
8247
8248 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8249
8250         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8251
8252         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8253         when `wl-summary-lazy-highlight' is non-nil.
8254         (wl-summary-goto-folder-subr): Highlight only when
8255         `wl-summary-lazy-highlight' is non-nil.
8256
8257         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8258         Don't display progress and highlight temp-mark when
8259         `wl-summary-lazy-highlight' is non-nil.
8260         (wl-highlight-summary-window): New function.
8261         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8262
8263 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8264
8265         * wl-summary.el (wl-summary-sync): Change `all-visible'
8266         from `all-shown'
8267         (wl-summary-input-range): Ditto.
8268
8269 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8270
8271         * wl-e21.el (wl-highlight-folder-current-line): Call
8272         `wl-folder-init-icons' when folder icons have not been initialized.
8273
8274         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8275
8276         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8277         (wl-demo-image-type-alist): New macro.
8278
8279 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8280
8281         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8282         display does not support graphics.
8283         (wl-plugged-init-icons): Ditto.
8284         (wl-folder-init-icons): Ditto.
8285
8286         * wl-demo.el (wl-demo): Chech closely whether the display
8287         supports graphics.
8288
8289 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8290
8291         * wl-summary.el (wl-summary-get-original-buffer): New function.
8292         (wl-summary-set-crosspost): Use it.
8293         (wl-summary-target-mark-uudecode): Ditto.
8294         (wl-summary-reedit): Ditto.
8295         (wl-summary-resend-bounced-mail): Ditto.
8296         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8297         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8298
8299         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8300         (wl-message-display-internal): Ditto.
8301
8302 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8303
8304         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8305
8306 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8307
8308         * wl-summary.el (wl-summary-save-view): Renamed from
8309         `wl-summary-save-status'.
8310
8311 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8312
8313         * wl-summary.el (wl-summary-sync): Added `all-shown'
8314
8315 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8316
8317         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8318
8319 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8320
8321         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8322
8323 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8324
8325         * wl-highlight.el (wl-highlight-summary-line-string): Use
8326         `zerop' instead of `= 0'.
8327         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8328
8329         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8330         for comparing numbers.
8331         (wl-template-prev): Use `zerop' instead of `eq 0'.
8332
8333         * wl-draft.el (wl-draft-insert-current-message): Use
8334         `with-current-buffer' instead of `save-excursion'.
8335         Use `zerop' instead of `eq 0'.
8336
8337 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8338
8339         * wl-draft.el (wl-draft-insert-ccs): New function.
8340         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8341         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8342
8343 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8344
8345         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8346
8347 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8348
8349         * wl-expire.el (wl-expire-refile): Don't call
8350         elmo-msgdb-add-msgs-to-seen-list;
8351         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8352         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8353
8354 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8355
8356         * wl-message.el (wl-message-prev-page): Ignore errors while
8357         scroll-down.
8358
8359 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8360
8361         * wl-mime.el: Use elmo-original-message-mode instead of
8362         mmelmo-original-mode.
8363
8364         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8365         `elmo-folder-get-spec';
8366         (wl-fldmgr-add-completion-all-completions):
8367         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8368
8369         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8370         of `elmo-folder-get-type'.
8371
8372         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8373         `elmo-folder-get-spec';
8374         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8375         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8376         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8377         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8378         `elmo-read-msg-no-cache';
8379         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8380         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8381         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8382         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8383         `elmo-cache-save';
8384         (wl-draft-reedit): Use `elmo-message-file-name'.
8385
8386         * wl-expire.el: Use `elmo-folder-name-internal';
8387         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8388         Use macro `wl-summary-buffer-msgdb' instead of variable
8389         `wl-summary-buffer-msgdb';
8390         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8391         Use macro `wl-summary-buffer-folder-name' instead of variable
8392         `wl-summary-buffer-folder-name'.
8393         * wl-score.el: Likewise.
8394
8395         * wl-message.el: Rewrite for new message buffer cache mechanism.
8396         (wl-message-buffer-cache-buffer-get): New macro.
8397         (wl-message-buffer-cache-folder-get): Ditto.
8398         (wl-message-buffer-cache-message-get): Ditto.
8399         (wl-message-buffer-cache-entry-make): Ditto.
8400         (wl-message-buffer-cache-hit): Ditto.
8401         (wl-message-buffer-cache-sort): New function.
8402         (wl-message-buffer-cache-add): Ditto.
8403         (wl-message-buffer-cache-delete): Ditto.
8404         (wl-message-buffer-cache-clean-up): Ditto.
8405         (wl-message-buffer-window): Rewrite.
8406         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8407         (wl-message-buffer-display): New function.
8408         (wl-message-display-internal): New function.
8409
8410 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8411
8412         * wl-folder.el: Use `elmo-folder-name-internal';
8413         Use `wl-folder-get-elmo-folder';
8414         Use `elmo-folder-list-messages' instead of
8415         `elmo-list-folder';
8416         Use `elmo-folder-get-primitive-list' instead of
8417         `elmo-folder-get-primitive-spec-list';
8418         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8419         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8420         Use `elmo-folder-create' instead of `elmo-create-folder'.
8421         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8422         (wl-folder-get-elmo-folder): New macro.
8423         (wl-folder-elmo-folder-cache-get): Ditto.
8424         (wl-folder-elmo-folder-cache-put): Ditto.
8425         (wl-folder-suspend): Call `elmo-quit'.
8426
8427         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8428         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8429         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8430         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8431         (toplevel): require 'cl.
8432         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8433
8434         * wl-summary.el: Rewrite to use new elmo interface.
8435
8436 \f
8437 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8438
8439         * wl-mime.el (wl-draft-preview-message):
8440         Run `wl-draft-send-hook' before collecting recipients information;
8441         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8442
8443         * tm-wl.el (wl-draft-preview-message): Ditto.
8444
8445 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8446
8447         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8448         wrong recipients are displayed when forwarded message.
8449
8450 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8451
8452         * Version number is increased to 2.5.7.
8453
8454 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8455
8456         * wl-message.el (wl-message-next-page): Bind
8457         `window-pixel-scroll-increment' to nil while scrolling up.
8458
8459 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8460
8461         * wl-vars.el (wl-save-hook): New hook.
8462         * wl.el (wl-save): Call `wl-save-hook'.
8463
8464 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8465
8466         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8467         Argument WITH-ARG instead of NO-ARG (negative mean).
8468         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8469         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8470         * wl-message.el (wl-message-follow-current-entity): Likewise.
8471
8472 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8473
8474         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8475         FROM was optional argument.
8476         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8477
8478 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8479
8480         * Version number is increased to 2.5.6.
8481
8482 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8483
8484         * wl-version.el (wl-version-show): Removed.
8485         (wl-version): Add `interactive'.
8486
8487 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8488
8489         * wl-summary.el (wl-summary-get-petname-func): New variable.
8490         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8491         instead of `wl-address-get-petname-1'.
8492         (wl-summary-simple-from): Ditto.
8493
8494         * wl-address.el (wl-address-get-petname-1): Define as function.
8495
8496 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8497
8498         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8499         field in the original message.
8500         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8501
8502 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8503
8504         * wl-expire.el (wl-expire-hide):
8505         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8506
8507 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8508
8509         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8510         find decoder for To, Cc, and Subject.
8511
8512 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8513
8514         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8515         for checking `elmo-use-buffer-cache'.
8516         (wl-summary-mark-as-important): Fixed typo in comment.
8517
8518 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8519
8520         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8521         field in the original message.
8522         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8523
8524 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8525
8526         * wl-expire.el (wl-expire-hide):
8527         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8528
8529 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8530
8531         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8532         find decoder for To, Cc, and Subject.
8533
8534 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8535
8536         * Version number is increased to 2.5.5.
8537
8538         * wl-address.el (wl-address-specials-regexp): New constant.
8539         (wl-address-quote-specials): Use it.
8540
8541 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8542
8543         * wl-summary.el (wl-summary-rescan):
8544         Call `wl-summary-buffer-number-column-detect'.
8545         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8546
8547         * wl-message.el (wl-message-mode-map): Define.
8548         (wl-message-decode): Use it as local-map.
8549
8550 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8551
8552         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8553         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8554
8555 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8556
8557         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8558
8559         * wl-mule.el (wl-read-event-char): Ditto.
8560
8561         * wl-e21.el (wl-read-event-char): Ditto.
8562
8563         * wl-nemacs.el (wl-read-event-char): Ditto.
8564         (read-event): Removed.
8565
8566         * wl-util.el (toplevel): Removed dummy definition of
8567         `read-event'.
8568         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8569
8570 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8571
8572         * wl-nemacs.el (elmo-archive-call-process): Moved to
8573         elmo-archive.el.
8574
8575 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8576
8577         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8578         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8579
8580         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8581         instead of magic-number 6.  Use `not' instead of `null' for symbol
8582         `nil' check (not empty list).
8583         (wl-draft-insert-x-face-field): Fixed paren style.
8584
8585         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8586         one-branch conditional statement, instead of `and' and `if'.
8587         (wl-draft-forward): Likewise.
8588         (wl-draft-add-references): Likewise.
8589         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8590
8591         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8592         conditional steatment.  Use `cond' instead of `if'.
8593         (wl-draft-confirm): Likewise.
8594
8595 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8596
8597         * wl-version.el (wl-version-show): Use `product-string-1'
8598         instead of `wl-version'.
8599         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8600
8601         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8602
8603 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8604
8605         * wl-highlight.el (wl-highlight-headers): Revert
8606         `wl-highlight-x-face-func' argument (`beg' and `end').
8607
8608 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8609
8610         * wl.el (toplevel): Move `product-provide' declare.
8611         * wl-demo.el (toplevel): Ditto.
8612         * wl-dnd.el (toplevel): Ditto.
8613         * wl-highlight.el (toplevel): Ditto.
8614         * wl-message.el (toplevel): Ditto.
8615         * wl-refile.el (toplevel): Ditto.
8616         * wl-util.el (toplevel): Ditto.
8617
8618 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8619
8620         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8621         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8622         (wl-thread-close-all): keep cursor position.
8623
8624 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8625
8626         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8627         (eq x 0).
8628         (wl-generate-user-agent-string-1): Fix conditional statement.
8629
8630 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8631
8632         * wl.el (wl-check-environment): Additional check for
8633         'wl-local-domain' and `wl-message-id-domain'.
8634
8635 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8636
8637         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8638
8639 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8640
8641         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8642         instead of `smtp-sasl-user-realm'.
8643
8644 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8645
8646         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8647
8648 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8649
8650         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8651         to the default value as well as `eword-lexical-analyzer'.
8652
8653 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8654
8655         * wl-version.el (wl-extended-emacs-version,
8656         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8657         `elmo-match-string' instead of `wl-match-string'.
8658
8659 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8660
8661         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8662         docstring.
8663
8664 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8665
8666         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8667
8668 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8669
8670         * wl-highlight.el (wl-highlight-headers): Remove
8671         `wl-highlight-x-face-func' argument (`beg' and `end').
8672
8673 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8674
8675         * wl-summary.el (wl-summary-mark-as-important):
8676         Remove cache if folder is local.
8677
8678 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8679
8680         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8681         to get existing e-mail address string.
8682
8683 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8684
8685         * wl-version.el (wl-generate-user-agent-string): Commentary.
8686         (wl-generate-user-agent-string-1): Use `when' for
8687         one-branch conditional statement, instead of `and' and `if'.
8688         (wl-extended-emacs-version, wl-extended-emacs-version2,
8689         wl-extended-emacs-version3): Ditto.
8690
8691 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8692
8693         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8694         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8695         condition-case; Remove initialization.
8696         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8697         (wl-summary-sync-update3): Added argument `sync-all';
8698         Eliminated local variable `msgdb';
8699         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8700         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8701         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8702
8703 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8704
8705         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8706         connection before call `wl-draft-send-mail-with-smtp'.
8707
8708 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8709
8710         * Version number is increased to 2.5.4.
8711
8712 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8713
8714         * wl.el (wl-check-environment): Additional check for
8715         'wl-local-domain' and `wl-message-id-domain'.
8716
8717 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8718
8719         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8720         buffer as command specific.
8721         (wl-folder-mark-as-read-all-entity): Ditto.
8722         (wl-folder-prefetch-entity): Ditto.
8723         (wl-folder-drop-unsync-entity): Ditto.
8724
8725         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8726         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8727         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8728
8729         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8730         save-excursion.
8731
8732 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8733
8734         * Version number is increased to 2.5.3.
8735
8736         * wl-summary.el (wl-summary-save-view-cache):
8737         Delete duplicated `write-region';
8738         Use `write-region-as-binary' instead of `as-binary-output-file' and
8739         `write-region'.
8740
8741 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8742
8743         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8744
8745 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8746
8747         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8748         instead of `smtp-via-smtp'.
8749
8750 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8751
8752         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8753
8754 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8755
8756         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8757         instead of `smtp-sasl-user-realm'.
8758
8759 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8760
8761         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8762
8763 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8764
8765         * Version number is increased to 2.5.2.
8766
8767 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8768
8769         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8770         does not exist.
8771         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8772         (wl-biff-start): Call `timer-activate' if timer already exists.
8773
8774         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8775         only when it is bound as function.
8776
8777 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8778
8779         * Version number is increased to 2.5.1.
8780
8781 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8782
8783         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8784         Print refile/copy destination.
8785
8786 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8787
8788         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8789         queue-flush-only is non-nil.
8790
8791         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8792
8793         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8794         checking cache folder.
8795
8796 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8797
8798         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8799         `regexp-quote'.
8800
8801 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8802
8803         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8804         function.
8805         * wl-summary.el (wl-summary-write-current-folder-functions):
8806         Change default value.  Use it.
8807
8808 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8809
8810         * Version number is increased to 2.5.0.
8811
8812         * wl-version.el (wl-version): Changed codename.
8813
8814 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8815
8816         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8817         (wl-summary-supersedes-message): Ditto.
8818
8819 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8820
8821         * wl-refile.el (wl-refile-guess-functions): Renamed from
8822         `wl-refile-guess-func-list'.
8823
8824 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8825
8826         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8827         Fixed problem when no rule was matched.
8828
8829 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8830
8831         * wl-summary.el (wl-summary-get-mark): Fixed
8832         `wl-summary-buffer-target-mark' check logic.
8833
8834 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8835
8836         * wl-folder.el (wl-folder-write-current-folder): Added group
8837         folder check.
8838
8839         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8840         `wl-summary-write-current-newsgroup'.
8841         (wl-summary-write-current-folder-functions): New variable.
8842         * wl-folder.el (wl-folder-get-newsgroups): New function.
8843         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8844         (wl-folder-write-current-folder): Renamed from
8845         `wl-folder-write-current-newsgroup'.
8846
8847 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8848
8849         * Version number is increased to 2.3.93.
8850
8851 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8852
8853         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8854         (wl-ldap-make-matched-value-list): Ditto.
8855         (wl-ldap-alias-safe-string): Split e-mail address.
8856
8857         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8858         petname folder default was selected.
8859         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8860         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8861
8862 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8863
8864         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8865         to `wl-draft-config-exec'.
8866
8867         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8868         instead of calling `wl-draft-config-exec';
8869         Process group-list and show recipients in minibuffer.
8870
8871         * tm-wl.el (wl-draft-preview-message): Ditto.
8872
8873 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8874
8875         * wl.el (toplevel): Added (C) to copyright notice, and
8876         sync Author header.
8877         * tm-wl.el (toplevel): Ditto.
8878         * wl-address.el (toplevel): Ditto.
8879         * wl-demo.el (toplevel): Ditto.
8880         * wl-dnd.el (toplevel): Ditto.
8881         * wl-draft.el (toplevel): Ditto.
8882         * wl-e21.el (toplevel): Ditto.
8883         * wl-expire.el (toplevel): Ditto.
8884         * wl-folder.el (toplevel): Ditto.
8885         * wl-highlight.el (toplevel): Ditto.
8886         * wl-message.el (toplevel): Ditto.
8887         * wl-mime.el (toplevel): Ditto.
8888         * wl-mule.el (toplevel): Ditto.
8889         * wl-nemacs.el (toplevel): Ditto.
8890         * wl-refile.el (toplevel): Ditto.
8891         * wl-score.el (toplevel): Ditto.
8892         * wl-summary.el (toplevel): Ditto.
8893         * wl-template.el (toplevel): Ditto.
8894         * wl-thread.el (toplevel): Ditto.
8895         * wl-util.el (toplevel): Ditto.
8896         * wl-vars.el (toplevel): Ditto.
8897         * wl-xmas.el (toplevel): Ditto.
8898
8899 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8900
8901         * wl.el (wl-init): Added comment about `wl-init-hook'.
8902         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8903         * wl-vars.el (wl-init-hook): Added docs.
8904         (wl-make-plugged-hook): Removed useless docs.
8905         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8906         * wl-xmas.el (toplevel): Ditto.
8907
8908 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8909
8910         * wl-address.el (toplevel): Fixed multiple Author header format.
8911         * wl-demo.el (toplevel): Ditto.
8912         * wl-draft.el (toplevel): Ditto.
8913         * wl-folder.el (toplevel): Ditto.
8914         * wl-summary.el (toplevel): Ditto.
8915         * wl-thread.el (toplevel): Ditto.
8916         * wl-util.el (toplevel): Ditto.
8917         * wl-vars.el (toplevel): Ditto.
8918         * wl-version.el (toplevel): Ditto.
8919         * wl-xmas.el (toplevel): Ditto.
8920         * wl.el (toplevel): Ditto.
8921
8922         * wl-version.el (toplevel): Added require `elmo-version' for
8923         `product-version-as-string'.
8924
8925 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8926
8927         * wl-vars.el (wl-draft-send-hook): Changed default value to
8928         '(wl-draft-config-exec).
8929
8930         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8931         explicitly.
8932         (wl-draft): Set `wl-draft-config-exec-flag' before running
8933         `wl-mail-setup-hook'.
8934
8935         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8936         `wl-biff-init-icons' to `wl-init-hook' instead of
8937         `wl-make-plugged-hook'.
8938         (Because if `wl-draft' command is invoked at first,
8939         they are not initialized)
8940         Updated copyright notice.
8941
8942         * wl-e21.el (toplevel): Ditto;
8943
8944         * wl-demo.el (toplevel): Updated copyright notice.
8945         * wl-address.el (toplevel): Ditto.
8946         * wl-draft.el (toplevel): Ditto.
8947         * wl-version.el (toplevel): Ditto.
8948         * wl-folder.el (toplevel): Ditto.
8949         * wl-summary.el (toplevel): Ditto.
8950         * wl-thread.el (toplevel): Ditto.
8951         * wl-util.el (toplevel): Ditto.
8952         * wl-vars.el (toplevel): Ditto.
8953         * wl.el (toplevel): Ditto.
8954
8955 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8956
8957         * wl-highlight.el (wl-highlight-message): Fixed problem of
8958         highlighting failure which occured when the last field contains
8959         multiple lines in the draft buffer.
8960
8961         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8962         `wl-biff-start' if plugged.
8963
8964         * wl-util.el (wl-biff-check-folder): New function.
8965         (wl-biff-check-folders): Don't set session name prefix.
8966         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8967         (wl-biff-check-folder-async): Ditto.
8968
8969         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8970         in email address.
8971
8972 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8973
8974         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8975
8976         * wl-draft.el (wl-draft-strip-subject-re): New function.
8977
8978         * wl-draft.el (wl-draft-reply): Use it.
8979
8980 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8981
8982         * wl-message.el (wl-mmelmo-message-redisplay): Use
8983         `mime-display-message' instead of `wl-mime-display-message'.
8984
8985         * wl-mime.el (toplevel): Removed compatibility workaround
8986         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8987         (wl-mime-display-message): Abolished.
8988         (wl-mime-entity-read-field): Ditto.
8989         (wl-mime-combine-message/partial-pieces): Use
8990         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8991
8992 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8993
8994         * wl-template.el: Doc fixes.
8995
8996 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8997
8998         * wl-e21.el (wl-message-overload-functions): Do nothing if
8999         `current-local-map' is not available.
9000         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9001
9002 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9003
9004         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9005         representation.
9006
9007         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9008         number.
9009         (wl-fldmgr-save-folders): Don't use `format' when insert
9010         `wl-fldmgr-folders-header'.
9011
9012 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9013
9014         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9015
9016 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9017
9018         * wl-highlight.el (wl-highlight-message):
9019         Use `std11-field-end' to detect end point of the header field.
9020         Refer `wl-highlight-max-header-size'.
9021
9022         * wl-vars.el (wl-highlight-max-header-size): New variable.
9023
9024         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9025
9026         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9027         Set `for-draft' argument of wl-highlight-headers.
9028         (wl-draft): Ditto.
9029         (wl-draft-reedit): Ditto.
9030         (wl-user-agent-compose-internal): Ditto.
9031
9032 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9033
9034         * wl-message.el (wl-message-add-button): Use overlay.
9035
9036 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9037
9038         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9039
9040         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9041         problem when group-list content is nothing.
9042         (Reported by Mito <mit@nines.nec.co.jp>)
9043
9044 2000-10-18  SAITO Atsunori <sai@yedo.com>
9045
9046         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9047
9048 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9049
9050         * tm-wl.el (toplevel): Use product-provide.
9051
9052 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9053
9054         * Version number is increased to 2.3.92.
9055
9056 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9057
9058         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9059         title text, use `display' property for left margin under Emacs 21.
9060
9061         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9062         properties.
9063         (wl-plugged-init-icons): Ditto.
9064
9065 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9066
9067         * wl.el (wl-save-status, wl-init): Remove last period in
9068         "...done." message.
9069         * tm-wl.el (wl-summary-burst): Ditto.
9070         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9071         wl-summary-resume-cache-status,
9072         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9073         wl-summary-sync-update3, wl-summary-highlight-msgs,
9074         wl-summary-flush-pending-append-operations,
9075         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9076         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9077         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9078         wl-thread-open-all): Ditto.
9079         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9080         * wl-mime.el (wl-summary-burst): Ditto.
9081         * wl-highlight.el (wl-highlight-summary): Ditto.
9082         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9083         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9084         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9085         * wl-address.el (wl-local-address-init): Ditto.
9086
9087 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9088
9089         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9090         `add-text-properties'.
9091         (wl-plugged-init-icons): Ditto.
9092         (wl-folder-init-icons): Use `propertize' instead of
9093         `put-text-property'.
9094         (wl-plugged-set-folder-icon): Ditto.
9095         (wl-e21-highlight-folder-group-line): Ditto.
9096
9097 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9098
9099         * wl-version.el (wl-version-status-alist): New variable.
9100         (wl-version-status): New function.
9101
9102         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9103         "Cc" part of the case "Reply-To".
9104
9105         * wl-draft.el (wl-draft-reply): Use result of
9106         `eword-extract-address-components'.
9107
9108         * wl-demo.el (wl-demo-icon-name): New constant.
9109         (wl-logo-xpm): Use it.
9110         (wl-logo-xbm): Ditto.
9111         (wl-logo-bitmap): Ditto.
9112
9113         * Version number is increased to 2.3.91.
9114
9115 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9116
9117         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9118         (wl-extended-emacs-version, wl-extended-emacs-version2,
9119         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9120         docstring.
9121
9122         * wl-version.el (wl-generate-user-agent-string-1): New function.
9123         (wl-generate-user-agent-string): Use it.
9124
9125         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9126         `mime-edit-insert-user-agent-field'.
9127         (wl-generate-user-agent-string): Check
9128         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9129
9130         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9131         instead of `if', when verbose case.
9132
9133 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9134
9135         * wl-expire.el (wl-summary-expire): Fix.
9136
9137 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9138
9139         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9140         and `elmo-lost+found-folder' if 'wl-draft.
9141         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9142
9143 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9144
9145         * wl-expire.el (wl-summary-expire): Change messages.
9146         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9147         `deleing-info' instead of "Deleting..."
9148
9149 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9150
9151         * wl-summary.el (wl-summary-refile-subr): Fix.
9152
9153 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9154
9155         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9156         if pipe folder.
9157
9158 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9159
9160         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9161
9162 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9163
9164         * wl-expire.el (wl-expire-hide): New function.
9165         (wl-summary-expire): Add `hide'.
9166
9167 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9168
9169         * wl-vars.el (wl-draft-reply-without-argument-list):
9170         Changed default value to consider `Reply-To:'.
9171         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9172
9173         * Version number is increased to 2.3.90.
9174
9175         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9176         elmo-imap4-get-session with unwind-protect.
9177         Don't cause error.
9178         (wl-summary-sync-marks): Don't check plugged nor folder type.
9179         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9180         (Always keep current buffer).
9181
9182 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9183
9184         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9185         Enclose with `save-excursion'.
9186
9187 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9188
9189         * wl-version.el (wl-version): Remove interactive.
9190
9191 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9192
9193         * wl-version.el (wl-generate-user-agent-string): Use
9194         `product-string-verbose' instead of `product-string-1'.
9195
9196 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9197
9198         * wl-vars.el (wl-draft-use-cache): New variable.
9199         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9200         if wl-draft-use-cache is non-nil.
9201
9202 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9203
9204         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9205         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9206
9207 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9208
9209         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9210         (wl-thread-msg-mark-as-unread): Ditto.
9211
9212         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9213         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9214         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9215         Don't set mark in summary if return value of `elmo-mark-as-read'
9216         is nil.
9217         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9218         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9219         instead of `wl-thread-msg-mark-as-read'.
9220         (wl-summary-mark-as-unread-region): Ditto.
9221         (wl-summary-target-mark-mark-as-read): Ditto.
9222
9223         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9224
9225 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9226
9227         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9228
9229         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9230
9231 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9232
9233         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9234         face.
9235
9236 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9237
9238         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9239         `running-xemacs'.
9240
9241 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9242
9243         * wl-version.el (toplevel): Use `product-version-as-string' for
9244         set verstion-string, if defined.
9245
9246         * wl-version.el (wl-version-show): Insert string at point, when
9247         call with argument.
9248
9249         * wl-version.el (wl-generate-user-agent-string): Use
9250         `product-string-1' instead of `wl-appname', `wl-version' and
9251         `wl-codename'.
9252
9253 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9254
9255         * wl-address.el (toplevel): Use product-provide.
9256         * wl-demo.el (toplevel): Ditto.
9257         * wl-dnd.el (toplevel): Ditto.
9258         * wl-draft.el (toplevel): Ditto.
9259         * wl-e21.el (toplevel): Ditto.
9260         * wl-expire.el (toplevel): Ditto.
9261         * wl-fldmgr.el (toplevel): Ditto.
9262         * wl-folder.el (toplevel): Ditto.
9263         * wl-highlight.el (toplevel): Ditto.
9264         * wl-message.el (toplevel): Ditto.
9265         * wl-mime.el (toplevel): Ditto.
9266         * wl-mule.el (toplevel): Ditto.
9267         * wl-nemacs.el (toplevel): Ditto.
9268         * wl-refile.el (toplevel): Ditto.
9269         * wl-score.el (toplevel): Ditto.
9270         * wl-summary.el (toplevel): Ditto.
9271         * wl-template.el (toplevel): Ditto.
9272         * wl-thread.el (toplevel): Ditto.
9273         * wl-util.el (toplevel): Ditto.
9274         * wl-vars.el (toplevel): Ditto.
9275         * wl-xmas.el (toplevel): Ditto.
9276         * wl.el (toplevel): Ditto.
9277
9278 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9279
9280         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9281         instead of product.
9282
9283         * wl-version.el (wl-version): Compile time evalution elmo-version.
9284
9285 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9286
9287         * wl-summary.el (wl-summary-sync-force-update): Append queue
9288         `mark-as-read'if unplugged.
9289
9290 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9291
9292         * wl-version.el: New file.  Use product.el.
9293         * wl.el: add (require 'wl-version).
9294         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9295         for ~/.folders header.
9296         (wl-fldmgr-folders-header): Changed.
9297         * wl-demo.el (wl-demo): Use product.el.
9298
9299         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9300         wl-version.el.
9301         * wl-util.el (wl-version, wl-version-show): Ditto.
9302
9303         * wl-util.el (wl-generate-user-agent-string,
9304         wl-extended-emacs-version, wl-extended-emacs-version2,
9305         wl-extended-emacs-version3): Move to wl-version.el.
9306         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9307         xemacs-codename, mime-edit-insert-user-agent-field,
9308         mime-edit-user-agent-value, mime-editor/version,
9309         mime-editor/codename): Compile warning killer move to
9310         wl-version.el
9311
9312 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9313
9314         * wl-summary.el (wl-summary-refile-subr): Fix.
9315
9316 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9317
9318         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9319         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9320
9321 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9322
9323         * wl.el (wl-check-environment): Check too many `@'.
9324
9325 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9326
9327         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9328
9329 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9330
9331         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9332         wl-draft-reply-myself-without-argument-list): Add variables.
9333         * wl-draft.el (wl-draft-reply): Use it.
9334
9335 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9336
9337         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9338         the 5th argument of `elmo-network-get-spec'.
9339
9340         * wl-thread.el (wl-thread-reparent-children): New inline function.
9341         (wl-thread-delete-message): Use it.
9342
9343         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9344         (wl-summary-score-update-all-lines): Don't use `dolist'.
9345
9346 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9347
9348         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9349         (require 'elmo-msgdb) for inline function.
9350
9351 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9352
9353         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9354
9355 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9356
9357         * wl-score.el (wl-score-headers): Fix for the confusing macro
9358         `elmo-kill-buffer'.
9359
9360 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9361
9362         * wl-summary.el: Don't use the 3rd argument of `require' because
9363         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9364         * wl-util.el: Ditto.
9365         * wl-draft.el: Ditto.
9366
9367 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9368
9369         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9370         window system is not used.
9371
9372 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9373
9374         * wl-thread.el: Don't use `mapcar' only for iteration.
9375         (wl-thread-resume-entity): Ditto.
9376         (wl-thread-delete-message): Ditto.
9377
9378         * wl-summary.el: Bind `dragdrop-drop-functions',
9379         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9380         of `require' for `timezone', `easymenu' and `ps-print';
9381         don't use `mapcar' only for iteration.
9382
9383         * wl-util.el: Bind `mule-version', `nemacs-version',
9384         `emacs-beta-version', `xemacs-codename',
9385         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9386         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9387         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9388         only for iteration.
9389
9390         * wl-score.el: Don't use `mapcar' only for iteration.
9391         (wl-score-simplify-buffer-fuzzy): Ditto.
9392         (wl-score-simplify-subject): Ditto.
9393         (wl-score-headers): Ditto.
9394         (wl-summary-score-update-all-lines): Ditto.
9395
9396         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9397         `enable-multibyte-characters' and `mule-version'.
9398
9399         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9400         `mapcar' only for iteration.
9401
9402         * wl-demo.el: Don't use `mapcar' only for iteration.
9403
9404         * wl-folder.el: Don't use `mapcar' only for iteration.
9405         (wl-folder-open-all): Ditto.
9406         (wl-folder-count-incorporates): Ditto.
9407
9408         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9409         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9410
9411         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9412         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9413         `smtp-connection-type'; specify 3rd argument of `require' for
9414         `timezone'; don't use `mapcar' only for iteration.
9415         (wl-draft-clone-local-variables): Don't use `mapcar'.
9416         (wl-draft-generate-clone-buffer): Ditto.
9417         (wl-user-agent-compose-internal): Ditto.
9418
9419         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9420
9421         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9422         (wl-save-status): Ditto.
9423
9424         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9425         for iteration.
9426
9427 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9428
9429         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9430         removed `Date'.
9431         (wl-fldmgr-make-filter-default): New user option.
9432
9433         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9434         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9435         (wl-fldmgr-filter-completion-alist): Abolish.
9436
9437         * wl.el (wl): Don't check servers if arg is non-nil.
9438
9439         * wl-draft.el (wl-draft-reply): Set only message-id string to
9440         In-Reply-To field.
9441
9442 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9443
9444         * wl-summary.el (wl-summary-pick): Rewrite.
9445
9446         * wl-draft.el (wl-draft-forward): Get references field from
9447         original buffer.
9448         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9449
9450 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9451
9452         * wl-draft.el (wl-draft-forward): Add references field.
9453
9454 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9455
9456         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9457         (wl-draft-reply): Use it.
9458
9459 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9460
9461         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9462         when Emacs 21 is running.
9463
9464         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9465         bindings.
9466
9467 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9468
9469         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9470         XPM icons transparent.
9471
9472         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9473         Emacs 21.
9474
9475 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9476
9477         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9478         nil.
9479
9480         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9481         when it is persistent.
9482         (wl-summary-sync-marks): Changed argument for
9483         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9484         (wl-summary-virtual): Use `elmo-read-search-condition'.
9485         (wl-summary-redisplay-internal): If folder is local, mark as read
9486         even when folder is plugged.
9487
9488 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9489
9490         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9491         of `tool-bar-lines' in the frame parameters.
9492         (after-make-frame-functions, post-command-hook): Don't modify the
9493         value.
9494         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9495         wl-e21-tool-bar-lines): Removed.
9496
9497 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9498
9499         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9500         properties `evaporate' and `wl-momentary-overlay' as well.
9501         (wl-highlight-summary-displaying): Ditto.
9502         (wl-delete-all-overlays): Don't delete overlay which does not have
9503         a property `wl-momentary-overlay'.
9504
9505         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9506         `display-mouse-p' and `display-graphic-p'.
9507         (wl-folder-init-icons): Don't search for XBM or the other files.
9508         (wl-plugged-set-folder-icon): Make icons if and only if
9509         `display-graphic-p' returns non-nil.
9510         (wl-highlight-plugged-current-line): Use `before-string' overlay
9511         property to show icon images.
9512         (wl-highlight-folder-current-line): Ditto.
9513         (wl-e21-highlight-folder-group-line): Ditto.
9514         (wl-e21-highlight-folder-by-numbers): Ditto.
9515         (wl-e21-insert-image): Removed.
9516         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9517         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9518         said.
9519         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9520         `wl-e21-force-switch-toolbar'.
9521         (wl-e21-make-icon-image): Removed.
9522         (wl-e21-setup-toolbar): Don't search for XBM files.
9523         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9524         the default value.
9525
9526 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9527
9528         * wl-util.el (wl-biff-check-folder-async): Set
9529         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9530
9531 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9532
9533         * wl-e21.el (after-make-frame-functions): Add
9534         `wl-e21-force-switch-toolbar'.
9535         (wl-e21-force-switch-toolbar): New function force to switch the
9536         toolbar appearance automatically.
9537         (post-command-hook): Add `wl-e21-switch-toolbar'.
9538         (wl-e21-switch-toolbar): New function to switch the toolbar
9539         appearance automatically.
9540         (wl-e21-tool-bar-lines): New buffer local variable.
9541
9542 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9543
9544         * wl-util.el (wl-biff-check-folders-running): New variable.
9545         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9546         (wl-biff-check-folder-async-callback):
9547         Set `wl-biff-check-folders-running'.
9548         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9549         with unwind-protect.
9550
9551         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9552         Enclose `wl-folder-auto-check' with unwind-protect.
9553
9554         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9555         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9556
9557         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9558
9559         * wl-util.el (wl-biff-notify): New inline function.
9560         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9561         locally.
9562         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9563         folder-list' is 1.
9564         Use `wl-biff-notify'.
9565         (wl-biff-check-folder-async-callback): New function.
9566         (wl-biff-check-folder-async): Ditto.
9567
9568         * wl-folder.el (wl-folder): Don't check folders.
9569         (wl-folder-auto-check): New function.
9570
9571 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9572
9573         * wl-util.el (wl-biff-start) [Emacs19+]:
9574         Use `timer-next-integral-multiple-of-time'.
9575         (wl-biff-check-folders): Use `wl-default-folder'
9576         if `wl-biff-check-folder-list' is nil.
9577
9578 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9579
9580         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9581         instead of `elmo-delete-lists'.
9582
9583 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9584
9585         * wl.el (wl-plugged-toggle-all): Set the value of
9586         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9587         (wl-plugged-toggle): Ditto.
9588         (wl-toggle-plugged): Ditto.
9589         (wl-plugged-init): Ditto.
9590
9591         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9592         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9593         instead of `wl-biff-state-indicator-off' and
9594         `wl-biff-state-indicator-on'; don't modify the value and the type
9595         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9596         (wl-plugged-init-icons): Set icons data to
9597         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9598         instead of `wl-plug-state-indicator-off' and
9599         `wl-plug-state-indicator-on'; don't modify the value and the type
9600         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9601
9602         * wl-vars.el (wl-modeline-biff-state-off,
9603         wl-modeline-biff-state-on, wl-modeline-biff-status,
9604         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9605         wl-modeline-plug-status): New internal variables.
9606         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9607         wl-biff-check-interval, wl-biff-check-folder-list): Change
9608         customization group from `wl-folder' to `wl-highlight'.
9609         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9610         wl-show-plug-status-on-modeline): Defcustomized.
9611
9612         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9613         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9614         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9615         a flag to `mode-line-buffer-identification'.
9616
9617         * wl-e21.el (wl-biff-init-icons): Set icons data to
9618         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9619         instead of `wl-biff-state-indicator-off' and
9620         `wl-biff-state-indicator-on'.
9621         (wl-plugged-init-icons): Set icons data to
9622         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9623         instead of `wl-plug-state-indicator-off' and
9624         `wl-plug-state-indicator-on'.
9625
9626 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9627
9628         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9629         excessive titles.
9630
9631 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9632
9633         * wl.el (wl-plugged-mode): Use revised
9634         `wl-mode-line-buffer-identification'.
9635         (wl-plugged-init): Don't use `force-mode-line-update'.
9636
9637         * wl-xmas.el (wl-draft-overload-functions): Use revised
9638         `wl-mode-line-buffer-identification'.
9639         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9640         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9641         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9642         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9643         `wl-make-plugged-hook';
9644         add `wl-folder-init-icons' and `wl-setup-folder' to
9645         `wl-folder-mode-hook'.
9646
9647         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9648         19 as well.
9649         (wl-mode-line-display-priority-list): New user option.
9650         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9651         Defcustomized.
9652         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9653         Add docs.
9654
9655         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9656         start.
9657         (wl-mode-line-buffer-identification): Revised as a function.
9658
9659         * wl-summary.el (wl-summary-mode): Use revised
9660         `wl-mode-line-buffer-identification'; don't call
9661         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9662         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9663         `wl-xmas-setup-summary'.
9664
9665         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9666         `wl-mode-line-buffer-identification'.
9667
9668         * wl-mule.el (wl-draft-overload-functions): Use revised
9669         `wl-mode-line-buffer-identification'.
9670
9671         * wl-folder.el (wl-make-plugged-alist): Don't call
9672         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9673         (wl-folder): Don't call `wl-folder-init-icons' directly.
9674         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9675         `wl-xmas-setup-folder' directly;
9676         use revised `wl-mode-line-buffer-identification'.
9677         (TopLevel): Don't bind `wl-biff-init-icons',
9678         `wl-plugged-init-icons', `wl-folder-init-icons',
9679         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9680
9681         * wl-e21.el (wl-draft-overload-functions): Use revised
9682         `wl-mode-line-buffer-identification'.
9683         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9684         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9685         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9686         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9687         `wl-make-plugged-hook';
9688         add `wl-folder-init-icons' and `wl-setup-folder' to
9689         `wl-folder-mode-hook'.
9690
9691 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9692             Katsumi Yamaoka    <yamaoka@jpl.org>
9693
9694         * wl.el (wl): Call `wl-biff-start'.
9695         (wl-exit): Call `wl-biff-stop'.
9696         (wl-plugged-mode): Show biff in modeline.
9697         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9698
9699         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9700         (wl-biff-init-icons): New function.
9701         (wl-plugged-init-icons): Don't make too much keymaps.
9702         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9703
9704         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9705         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9706         variables.
9707         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9708         options.
9709
9710         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9711         wl-biff-start, wl-biff-stop): New functions.
9712         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9713         (wl-biff-timer-name): New variable.
9714
9715         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9716
9717         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9718         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9719
9720         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9721         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9722
9723         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9724         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9725         `wl-folder-init-icons' to `ignore' if they are not available.
9726         (wl-folder-mode): Show biff in modeline.
9727
9728         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9729         (wl-biff-init-icons): New function.
9730         (wl-plugged-init-icons): Don't make too much keymaps.
9731         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9732
9733 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9734
9735         * wl-vars.el (wl-strict-diff-folders): Customization Type
9736         and doc fix.  Define as a list of regular expressions for
9737         folders or nil.
9738         * wl-folder.el (wl-folder-check-one-entity): Use
9739         `wl-string-match-member' instead of `wl-string-member' for
9740         `wl-strict-diff-folders'.
9741
9742 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9743
9744         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9745         (wl-highlight-folder-current-line): Use it; new implementation.
9746         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9747         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9748         `defsubst' instead of `defun'.
9749
9750         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9751         `wl-highlight-group-folder-by-numbers'; made it can also be a
9752         number.  See info for more details.
9753
9754         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9755         running.
9756
9757         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9758         to bind them.
9759
9760         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9761         (wl-highlight-folder-current-line): New implementation.
9762
9763         * wl-highlight.el (wl-highlight-folder-group-line): New
9764         implementation.
9765         (wl-delete-all-overlays): Rewrite as a marco.
9766         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9767
9768         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9769         running.
9770         (wl-folder-*-glyph): No need to bind them.
9771
9772         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9773         `wl-e21-highlight-folder-group-icon'; rewrite.
9774         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9775         `defsubst' instead of `defun'.
9776         (wl-folder-mode-map): Bind it when compiling.
9777
9778 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9779
9780         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9781
9782         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9783
9784 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9785
9786         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9787
9788 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9789
9790         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9791         (wl-highlight-folder-current-line): Use it.
9792
9793         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9794         in `id-name'.
9795
9796 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9797
9798         * wl.el: Require `wl-e21' when Emacs 21 is running.
9799
9800         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9801         default when Emacs 21 is running.
9802         (wl-use-highlight-mouse-line): Ditto.
9803         (wl-on-emacs21): New constant.
9804         (wl-on-emacs20): Removed.
9805
9806         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9807         Emacs 21 is running.
9808
9809         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9810         Emacs 21 is running.
9811
9812         * wl-e21.el: New file.
9813
9814 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9815
9816         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9817         (wl-toggle-plugged): Ditto.
9818         (wl-plugged-toggle): Ditto.
9819         (wl-plugged-toggle-all): Ditto.
9820
9821         * wl-vars.el (wl-plug-state-indicator): Refer
9822         `wl-plug-state-indicator-on' indirectly.
9823
9824 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9825
9826         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9827         Call `wl-folder-confirm-existence'.
9828
9829         * wl-folder.el (wl-folder-confirm-existence): Added optional
9830         argument `force'.
9831
9832 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9833
9834         * wl-summary.el (wl-summary-refile-subr): Assume
9835         `copy-or-refile' as symbol.
9836         (wl-summary-refile): Follow up above change.
9837         (wl-summary-copy): Ditto.  Doc fix.
9838
9839 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9840
9841         * wl-summary.el (wl-summary-pick): Don't bind
9842         `elmo-search-mime-charset'.
9843
9844         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9845         default using old backquote style.
9846         (wl-search-mime-charset): Abolished.
9847
9848         * wl-highlight.el (wl-highlight-headers):
9849         Call `point' after `re-search-forward'(for Nemacs).
9850
9851         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9852         for elmo-imap4.el.
9853
9854 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9855
9856         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9857         `wl-message-ignored-field-list' instead of
9858         `mime-view-ignored-field-list'.
9859
9860         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9861         Add interactive spec.
9862         (wl-folder-goto-bottom-of-current-folder): Ditto.
9863         (wl-folder-mode-map): Bind them.
9864
9865         * wl-vars.el (wl-message-ignored-field-list): New variable.
9866         (wl-message-visible-field-list): New variable.
9867
9868         * wl-mime.el (wl-mime-header-presentation-method): New function.
9869         (wl-mime-setup): Set header-presentation-method.
9870
9871 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9872
9873         * wl-nemacs.el (wl-draft-overload-functions): Set
9874         `mode-line-buffer-identification' instead of using
9875         `wl-make-modeline'.
9876
9877         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9878         instead of using `wl-make-modeline'.
9879
9880         * wl-xmas.el (wl-plugged-init-icons): Set up
9881         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9882         (wl-make-modeline): Abolish.
9883         (wl-draft-overload-functions): Set
9884         `mode-line-buffer-identification' instead of using
9885         `wl-make-modeline'.
9886
9887         * wl-util.el (wl-make-modeline-subr): Abolish.
9888         (wl-mode-line-buffer-identification): New alias.
9889
9890         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9891         (wl-summary-make-modeline): Abolish.
9892         (wl-summary-buffer-set-folder): Set
9893         `wl-summary-buffer-folder-indicator'.
9894         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9895         of using `wl-make-modeline'.
9896         (wl-summary-switch-to-clone-buffer): Don't set
9897         `mode-line-buffer-identification'.
9898         (wl-summary-goto-folder-subr): Ditto.
9899
9900         * wl-mule.el (wl-draft-overload-functions): Set
9901         `mode-line-buffer-identification' instead of using
9902         `wl-make-modeline'.
9903
9904         * wl-folder.el (wl-folder-mode): Set
9905         `mode-line-buffer-identification' instead of using
9906         `wl-make-modeline'.
9907         (wl-folder): Don't set `mode-line-buffer-identification'.
9908
9909 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9910
9911         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9912         instead of `member' for `wl-refile-guess-func-list' look-ups.
9913         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9914
9915 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9916
9917         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9918         `wl-message-button-dispatcher'.
9919
9920         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9921
9922         * wl-message.el (wl-message-button-dispatcher): Use it.
9923
9924         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9925         "In-Reply-To".
9926
9927         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9928         Bind `case-fold-search' to t.
9929
9930 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9931
9932         * wl-xmas.el (wl-message-overload-functions): Initialize
9933         `wl-message-button-map'.
9934
9935         * wl-mule.el (wl-message-overload-functions): Initialize
9936         `wl-message-button-map'.
9937
9938         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9939
9940         * wl-message.el (wl-message-button-map): New keymap.
9941         (wl-message-add-button): New function.
9942         (wl-message-button-dispatcher): New function.
9943         (wl-message-button-refer-article): New function.
9944
9945         * wl-highlight.el
9946         (wl-highlight-message-add-buttons-to-header): New function.
9947         (wl-highlight-headers): Use it.
9948
9949 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9950
9951         * wl-summary.el (wl-summary-default-from): Use
9952         `wl-address-get-petname-1'.
9953         (wl-summary-simple-from): Ditto.
9954
9955         * wl-address.el (wl-address-get-petname-1): New inline function.
9956         (wl-address-get-petname): Use it.
9957
9958 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9959
9960         * wl-summary.el (wl-summary-default-from): Return full-name part
9961         from the address if no petname was found.
9962         (wl-summary-simple-from): Ditto.
9963
9964         * wl-address.el (wl-address-get-petname): Return nil if no petname
9965         associated with the address was found.
9966
9967 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9968
9969         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9970         display is finished.
9971
9972 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9973
9974         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9975         `elmo-folder-exists-p' argument.
9976
9977 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9978
9979         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9980         the folder.
9981
9982 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9983
9984         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9985
9986         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9987         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9988
9989 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9990
9991         * wl-folder.el (wl-folder-create-subr): New function.
9992         (wl-folder-confirm-existence): Use it.
9993         (wl-folder-check-one-entity): Use it.
9994         Check the error symbol is derived from 'elmo-open-error.
9995
9996         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9997         `ignore-error'.
9998
9999 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10000
10001         * wl-util.el (toplevel): Add (eval-when-compile (require
10002         'elmo-util)).  (Maybe `provide' is typo.)
10003
10004 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10005
10006         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10007         (I don't know why this was needed.)
10008
10009         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10010         Follow up changes for stream-type.
10011
10012         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10013         (wl-draft-elmo-nntp-send): Ditto.
10014
10015         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10016         (wl-nntp-posting-stream-type): Ditto.
10017         (wl-pop-before-smtp-ssl): Abolished.
10018         (wl-nntp-posting-ssl): Ditto.
10019
10020         * wl-address.el (wl-address-quote-specials): New function.
10021         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10022
10023         * wl-draft.el (wl-draft-reply): Ditto.
10024
10025 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10026
10027         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10028         use function `wl-string-match-assoc'.
10029
10030 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10031
10032         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10033
10034         * wl-draft.el (wl-draft-deduce-address-list): New function.
10035         (wl-draft-parse-mailbox-list): Ditto.
10036         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10037         instead of `smtp-deduce-address-list'.
10038         (wl-draft-on-field-p): Follow group list.
10039
10040         * wl-address.el (wl-address-concat-token): New function.
10041         (wl-address-string-without-group-list-contents): Ditto.
10042         (wl-complete-field-body): Fixed problem of completion
10043         by japanese petname.
10044         (wl-address-make-completion-list): Rewrite.
10045
10046 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10047
10048         * wl-address.el (wl-address-make-completion-list): Completion by
10049         petname.
10050         (wl-complete-field-body): Likewise.
10051
10052 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10053
10054         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10055         contains invalid address syntax.
10056
10057 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10058
10059         * wl-folder.el (wl-folder-check-entity-async): Use
10060         `elmo-nntp-spec-hostname'.
10061
10062 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10063
10064         * wl-summary.el (wl-summary-msgdb-load-async): Use
10065         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10066
10067 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10068
10069         * wl-draft.el (wl-draft-reply): Set argument
10070         `content-transfer-encoding' as nil.
10071
10072 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10073
10074         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10075         `wl-refile-alist'.
10076
10077 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10078
10079         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10080         (wl-draft-edit-string): Ditto.
10081         (wl-draft-forward): Ditto.
10082         * wl-summary.el (wl-summary-write): Ditto.
10083
10084 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10085
10086         * wl-summary.el (wl-summary-sync-update3): Call
10087         `wl-summary-buffer-number-column-detect'.
10088         (wl-summary-buffer-number-column-detect): Search from point-min.
10089
10090 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10091
10092         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10093         contains an address which is not included in original to or cc.
10094
10095 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10096
10097         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10098         begin-line does not exist.
10099         * wl-message.el (wl-message-uu-substring): Ditto.
10100
10101 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10102
10103         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10104         clear local variables.
10105         (wl-summary-exit): Call `elmo-commit'.
10106         (wl-summary-switch-to-clone-buffer): Call
10107         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10108         (wl-summary-goto-folder-subr): Ditto.
10109
10110         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10111         POP folder.
10112
10113 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10114
10115         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10116         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10117         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10118         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10119         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10120         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10121
10122         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10123
10124 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10125
10126         * wl-summary.el (wl-summary-search-by-subject):
10127         Search parent message from the latest one.
10128
10129 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10130
10131         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10132         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10133
10134         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10135         New user option.
10136
10137         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10138         if elmo-nntp-use-killed-list is nil.
10139         Use `elmo-msgdb-append-to-killed-list'.
10140         (Append numbers confirmed as disappeared to the killed list.)
10141         (wl-summary-confirm-appends): Don't display negative number.
10142
10143 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10144
10145         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10146
10147 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10148
10149         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10150         range is `all'.
10151         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10152         `elmo-list-bigger-diff'.
10153
10154 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10155
10156         * wl-summary.el (wl-summary-buffer-exit-func):
10157         New buffer local variable.
10158         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10159
10160 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10161
10162         * wl-demo.el (wl-demo): Fix the last change.
10163
10164 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10165
10166         * wl-demo.el (wl-demo): Don't use `eval'.
10167
10168 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10169
10170         * wl-summary.el (wl-summary-buffer-thread-modified):
10171         New buffer-local variable.
10172         (wl-summary-set-thread-modified): New function.
10173         (wl-summary-thread-modified-p): New function.
10174         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10175         (wl-summary-yank-saved-message): Use function
10176         `wl-summary-set-thread-modified'
10177         (wl-summary-switch-to-clone-buffer): Add
10178         `wl-summary-buffer-thread-modified'.
10179
10180         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10181         (wl-summary-buffer-mark-saved-hook): Ditto.
10182         * wl-summary.el (wl-summary-msgdb-save): New hook
10183         `wl-summary-buffer-message-saved-hook' and
10184         `wl-summary-buffer-mark-saved-hook'.
10185
10186 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10187
10188         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10189
10190 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10191
10192         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10193         don't hide scroll bars under FSF Emacsen because it may incur an
10194         undesirable redrawing.
10195
10196 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10197
10198         * wl-draft.el (wl-draft-edit-string): Call
10199         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10200
10201 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10202
10203         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10204
10205 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10206
10207         * wl-summary.el (wl-summary-msgdb-load-async): Call
10208         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10209
10210 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10211
10212         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10213         fringes in demo buffer; center bitmap logo correctly even if old
10214         Mule is used.
10215
10216 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10217
10218         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10219
10220         * wl-refile.el (wl-refile-subject-alist): New variable.
10221         (wl-refile-subject-alist-file-name): Ditto.
10222         (wl-refile-alist-setup): Rewrite.
10223         (wl-refile-alist-save): Use `elmo-object-save'.
10224         Eliminated arguments.
10225         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10226         (wl-refile-guess-by-subject): New function.
10227         (wl-refile-guess-func-list): Added it.
10228
10229 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10230
10231         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10232         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10233
10234 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10235
10236         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10237         New buffer-local variable.
10238         (wl-summary-buffer-next-folder-func): Ditto.
10239         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10240         if non-nil.
10241         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10242         if non-nil.
10243         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10244         if non-nil.
10245         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10246         if non-nil.
10247
10248 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10249
10250         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10251         permanently in the demo buffer.
10252
10253 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10254
10255         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10256         `mime-entity-fetch-field'.
10257
10258         * wl.el (wl-exit): Delete plugged buffer.
10259
10260         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10261         XEmacs has menubar feature.
10262
10263 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10264
10265         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10266         cannot arrive at the beginning of the buffer under old Emacsen.
10267
10268 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10269
10270         * wl-address.el (wl-address-ldap-search):
10271         Call `ldap-search-entries' with `withdn' argument t.
10272         (wl-complete-field-body): Bind completion-ignore-case as t.
10273         Clear ldap search hash when it was sole completion.
10274         Use elmo-string for pattern string.
10275         (wl-ldap-alias-safe-string): Eliminated needless let.
10276
10277 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10278
10279         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10280         (wl-ldap-alias-sep): New constant.
10281         (wl-ldap-search-attribute-type-list): Ditto.
10282         (wl-ldap-get-value): New function.
10283         (wl-ldap-make-filter): Ditto.
10284         (wl-ldap-make-matched-value-list): Ditto.
10285         (wl-ldap-alias-safe-string): Ditto.
10286         (wl-ldap-register-dn-string): Ditto.
10287         (wl-address-ldap-search): Rewrite.
10288
10289 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10290
10291         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10292         thread is deleted.
10293         (wl-thread-delete-line-from-buffer): Ditto.
10294         (wl-thread-get-exist-children): New function.
10295
10296 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10297
10298         * wl-demo.el (wl-demo): Made it to select various image types.
10299         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10300         from `wl-title-logo'.
10301         (wl-logo-ascii): New variable.
10302         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10303         (wl-demo-copyright-notice): New constant.
10304
10305         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10306
10307 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10308
10309         * wl-vars.el (wl-summary-target-above): Renamed from
10310         wl-summary-temp-above.
10311         * wl-score.el (wl-score-get-score-alist): Use it.
10312         (wl-summary-score-update-all-lines): Use it.
10313         * wl-summary.el: Ditto. (make-variable-buffer-local).
10314
10315 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10316
10317         * wl-vars.el (wl-ldap-port): New user option.
10318
10319         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10320         Rewite whole implementation.
10321         (wl-complete-field-body): Fixed.
10322
10323 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10324
10325         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10326         Choose implementation at compile time.
10327
10328 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10329
10330         * wl-address.el (wl-ldap-search-internal): New function.
10331         (wl-complete-field-to): Use it.
10332
10333 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10334
10335         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10336         Use `let' instead of `let*'.
10337         Require 'wl-vars.
10338
10339         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10340         Define as defcustom.
10341         (wl-ldap-base): Ditto.
10342         (wl-use-ldap): Ditto.
10343
10344 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10345
10346         * wl-address.el (wl-ldap-search): New function.
10347         (wl-complete-field-body): Use `wl-ldap-search'.
10348         (wl-ldap-server): New variable.
10349         (wl-ldap-base): Ditto.
10350         (wl-use-ldap): Ditto.
10351
10352 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10353
10354         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10355         (Pointed out by Mito <mit@nines.nec.co.jp>).
10356         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10357         buffer-local variables like `wl-summary-redisplay-internal'.
10358         (wl-summary-redisplay-all-header): Likewise.  Update
10359         Summary view too.
10360
10361 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10362
10363         * wl-summary.el (wl-summary-jump-to-parent-message):
10364         Consider prefix argument.
10365
10366         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10367         when closed thread is deleted.
10368
10369 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10370
10371         * wl-summary.el (wl-summary-jump-to-parent-message):
10372         Consider thread modification.
10373
10374 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10375
10376         * wl-message.el (wl-message-normal-get-original-buffer): Use
10377         `save-excursion'.
10378
10379         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10380         (wl-summary-showto-folder-regexp): Ditto.
10381
10382 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10383
10384         * wl-util.el (wl-delete-alist): Doc fix.
10385         (wl-delete-associations): New function.
10386         (wl-inverse-alist): New function.
10387         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10388         Split temporary variables. Use `wl-delete-associations'
10389         and `wl-inverse-alist'.
10390         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10391
10392 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10393
10394         * wl-folder.el (wl-folder-prefetch-entity):
10395         Execute prefetching if new count is unknown.
10396
10397 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10398
10399         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10400
10401         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10402         delete entity.
10403         (wl-thread-set-parent): If insert as top, set linked as nil.
10404
10405         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10406         `wl-thread-cleanup-symbols' when view mode is thread.
10407
10408 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10409
10410         * wl-folder.el (wl-folder-create-folder-entity): Use
10411         with-current-buffer.
10412         (wl-local-folder-init): Call set-buffer to make sure we are in
10413         the Folder buffer. Don't touch buffer-local variables here.
10414         (wl-folder-mode): Initialize buffer-local variables here.
10415
10416         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10417         (wl-folder-entity-assign-id): Ditto.
10418         (wl-folder-create-entity-hashtb): Ditto.
10419         (wl-local-folder-init): Ditto.
10420         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10421
10422 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10423
10424         * wl-summary.el (wl-summary-default-from): Fix probrem when
10425         std11-extract-address-components return (nil "foo@bar").
10426
10427 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10428
10429         * wl-draft.el (wl-draft-clone-local-variables):
10430         Remove redundant `setq'.
10431
10432 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10433
10434         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10435         Bind wl-highlight-x-face-func as nil while highlighting header.
10436
10437 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10438
10439         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10440
10441 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10442
10443         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10444         elmo-msgdb-overview-hashtb from copy-variables.
10445         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10446         instead of `elmo-msgdb-overview-get-entity-by-number'.
10447         (wl-summary-auto-refile): Ditto.
10448
10449         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10450         `elmo-msgdb-overview-get-entity' instead of
10451         `elmo-msgdb-search-overview-entity'.  Use
10452         `elmo-msgdb-overview-get-entity' instead of
10453         `elmo-msgdb-overview-get-entity-by-number'.
10454         (wl-thread-insert-entity-sub): Ditto.
10455         (wl-thread-insert-message): Ditto.
10456
10457         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10458         `elmo-msgdb-overview-get-entity'.
10459         (wl-normal-message-redisplay): Ditto.
10460
10461 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10462
10463         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10464         `wl-thread-entities'.
10465         (wl-thread-delete-message): Fix remove top message from
10466         `wl-thread-entity-list'.
10467
10468         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10469         wl-append(nconc), because update-list is broken on Meadow.
10470
10471         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10472         updating process.
10473         (wl-summary-rescan): Ditto.
10474         (wl-summary-sync-update3): Ditto.
10475         * wl-thread.el (wl-thread-set-parent): Renamed from
10476         `wl-summary-set-parent'.
10477         (wl-thread-insert-message): Updating buffer faster.
10478         (wl-thread-delete-message): Updating buffer faster.
10479
10480         * wl-score.el (wl-summary-score-update-all-lines): Changed
10481         interval for display progress gauge.
10482
10483 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10484
10485         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10486         folder always-sticky.
10487         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10488         defmacro.
10489
10490 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10491
10492         * wl-vars.el (wl-draft-add-references): New user option.
10493
10494         * wl-draft.el (wl-draft-add-references): New function.
10495         (wl-draft-yank-from-mail-reply-buffer): Use it.
10496         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10497         as nil.
10498
10499 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10500
10501         * wl-thread.el (wl-thread-update-line-msgs): Called
10502         `wl-thread-update-line-on-buffer-sub'.
10503         (wl-thread-update-line-on-buffer): Delete routine of inserting
10504         thread.
10505         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10506         moved from `wl-thread-update-line-on-buffer'.
10507         Add threshold for displaying progress gauge.
10508         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10509         argument of `wl-thread-update-line-msgs'.
10510         Add threshold for displaying progress gauge.
10511         * wl-folder.el:
10512         Add threshold for displaying progress gauge.
10513         * wl-score.el: Ditto.
10514
10515         * wl-expire.el (wl-summary-expire): Display deleting info.
10516
10517 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10518
10519         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10520         `no-msg'.
10521         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10522         argument of `wl-thread-update-line-msgs'.
10523         (wl-summary-set-parent): Added optional argument `parent-number'.
10524         (wl-summary-buffer-saved-message): New buffer local variable.
10525         (wl-summary-save-current-message): New command.
10526         (wl-summary-yank-saved-message): Ditto.
10527         (wl-summary-mode-map): Added key binding for
10528         `wl-summary-save-current-message' (\ew) and
10529         `wl-summary-yank-saved-message' (\C-y).
10530         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10531
10532 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10533
10534         * wl-summary.el (wl-summary-mode-map): Added key binding for
10535         `wl-summary-set-parent' (ts).
10536
10537 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10538
10539         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10540         subject faster. If thread number is reverse, delayed updating
10541         thread.
10542         (wl-summary-search-by-subject): Ditto.
10543         (wl-summary-put-alike): Ditto.
10544         (wl-summary-get-alike): Ditto.
10545         (wl-summary-insert-headers): Insert header of all overview in
10546         buffer.
10547         (wl-summary-rescan): Delayed updating thread. Kill search subject
10548         buffer for wl-summary-search-by-subject.
10549         (wl-summary-sync-update3): Ditto.
10550         (wl-summary-exit): Ditto.
10551         (wl-summary-goto-bottom-of-current-thread): Change for linked
10552         thread.
10553         (wl-summary-overview-create-summary-line): Change line for linked
10554         thread.
10555
10556         * wl-summary.el (wl-summary-update-thread): Use
10557         wl-thread-maybe-get-children-num.
10558         (wl-summary-set-parent): If change parent, move sub thread.
10559         (wl-summary-redisplay-internal): Add horizontal recenter.
10560         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10561
10562         * wl-thread.el (wl-thread-entity-get-linked): New function.
10563         (wl-thread-entity-set-linked): New function.
10564         (wl-thread-create-entity): Add linked element.
10565         (wl-thread-entity-insert-as-top): Use wl-append.
10566         (wl-thread-maybe-get-children-num): If closing thread, return
10567         children msgs.
10568         (wl-thread-update-line-msgs): Displaying progress message.
10569         (wl-thread-update-line-on-buffer-sub): Use
10570         wl-thread-maybe-get-children-num.
10571         (wl-thread-update-line-on-buffer): If update line is not exists,
10572         insert thread.
10573         (wl-thread-delete-message): If delete top msg of thread, search
10574         parent by subject.
10575         (wl-thread-insert-entity): Use
10576         wl-thread-maybe-get-children-num.
10577
10578         * wl-highlight.el (wl-highlight-summary-current-line): change
10579         sregexp for linked thread.
10580         * wl-util.el (wl-count-lines): Count lines.
10581         (wl-horizontal-recenter): horizontal recenter.
10582         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10583         (wl-score-get-alike): Ditto.
10584         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10585         (wl-subject-length-limit): New variable.
10586         (wl-highlight-thread-indent-string-regexp): Changed for linked
10587         thread.
10588
10589 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10590
10591         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10592         New variable (revival).
10593         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10594         by subject matching if there's no in-reply-to nor references field
10595         (revival).
10596
10597 \f
10598 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10599
10600         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10601         message.
10602
10603 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10604
10605         * wl-summary.el (wl-summary-reply): Return t if there was a
10606         message at cursor point.
10607         Added unwind-protect.
10608         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10609         returns t.
10610         (wl-summary-cancel-message): Do nothing when there's no message at
10611         cursor point.
10612         (wl-summary-forward): Ditto.
10613         (wl-summary-jump-to-parent-message): Ditto.
10614         (wl-summary-reedit): Ditto.
10615         (wl-summary-edit-addresses): Ditto.
10616         (wl-summary-pipe-message): Ditto.
10617         (wl-summary-print-message-with-ps-print): Ditto.
10618         (wl-summary-print-message): Ditto.
10619         (wl-summary-mark-as-important): Ditto.
10620         (wl-summary-mark-as-unread): Ditto.
10621
10622         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10623         message at cursor point.
10624         (wl-summary-reply-with-citation): Remove unwind-protect.
10625
10626         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10627         subject searching feature.
10628         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10629         Eliminated.
10630
10631 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10632
10633         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10634         New variable.
10635         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10636         by subject matching if there's no in-reply-to nor references field.
10637
10638         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10639
10640         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10641         when display is finished.
10642         (wl-folder-open-all): Ditto.
10643         (wl-folder-update-access-group): Ditto.
10644         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10645         * wl-thread.el (wl-thread-close-all): Ditto.
10646
10647         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10648         progress gauge only when it was displayed.
10649         * wl-folder.el (wl-folder-insert-entity): Ditto.
10650
10651 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10652
10653         * wl-summary.el (wl-summary-incorporate): Enclose
10654         `wl-summary-sync-force-update' with save-excursion.
10655
10656 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10657
10658         * wl-summary.el (wl-summary-prefetch-region):
10659         Pass current cursor point to `pos-visible-in-window-p' after
10660         moving cursor to the started point.
10661
10662 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10663
10664         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10665
10666         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10667         fields from the forwarding message.
10668         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10669         `ignored-fields'.
10670
10671 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10672
10673         * wl-mime.el (wl-message-request-partial):
10674         Eliminated argument `msgdb'.
10675         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10676         (wl-mime-combine-message/partial-pieces): Likewise.
10677         * tm-wl.el (wl-message-request-partial): Likewise.
10678         (wl-mime-combine-message/partial-pieces): Likewise.
10679
10680 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10681
10682         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10683         when display is finished.
10684
10685 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10686
10687         * wl-summary.el (wl-summary-goto-folder-subr):
10688         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10689
10690 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10691
10692         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10693         when cursor point is visible.
10694
10695 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10696
10697         * wl-expire.el (wl-expire-archive-get-max-number):
10698         Don't use `file-name-directory'.
10699
10700 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10701
10702         * wl-expire.el (wl-expire-archive-get-max-number):
10703         Use `file-name-directory'.
10704
10705 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10706
10707         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10708         only when there is progress.
10709
10710 2000-04-13  Mito <mit@nines.nec.co.jp>
10711
10712         * wl-summary.el (wl-summary-sync-marks): Display progress.
10713
10714 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10715
10716         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10717         (wl-summary-prev): Move cursor regardless of unread status.
10718         (wl-summary-next): Ditto.
10719
10720 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10721
10722         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10723         Added argument `target' and `number'.
10724         * tm-wl.el (wl-summary-burst-subr): New function.
10725         (wl-summary-burst): Use it.
10726
10727 2000-04-10  Mito <mit@nines.nec.co.jp>
10728
10729         * wl-mime.el (wl-burst): New function.
10730         (wl-summary-burst): Use it.
10731
10732 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10733
10734         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10735         as petname when there's no candidate.
10736
10737 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10738
10739         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10740         New variable.
10741         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10742
10743         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10744
10745         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10746
10747 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10748
10749         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10750         Use substring of `original' instead of buffer-substring.
10751         (wl-refile-evaluate-rule):
10752         Set `original' argument of wl-refile-expand-newtext.
10753
10754         * wl-summary.el
10755         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10756         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10757         (wl-summary-auto-refile): Check existence of destination folder just
10758         before marking.
10759
10760 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10761
10762         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10763         when wl-refile-get-field-value return nil.
10764
10765 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10766
10767         * wl-refile.el
10768         (wl-refile-expand-newtext): New function imported from Gnus.
10769         (wl-refile-evaluate-rule): Use it.
10770
10771 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10772
10773         * wl-summary.el (wl-summary-print-destination):
10774         Duplicate folder string to avoid putting text-property on
10775         original string.
10776
10777         * wl-refile.el (wl-refile-get-field-value): New function.
10778         (wl-refile-evaluate-rule): New function;
10779         Evaluate refile rule recursively.
10780         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10781         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10782         New function; Check existence of a target folder recursively.
10783         (wl-summary-auto-refile-check-refile-rule-alist):
10784         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10785
10786 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10787
10788         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10789
10790         * wl-folder.el (wl-create-folder-entity-from-buffer):
10791         Fixed problem when '}' character is contained in folder name.
10792
10793         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10794
10795 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10796
10797         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10798         (wl-fldmgr-add-completion-all-completions):
10799         Use wl-fldmgr-add-completion-hashtb.
10800
10801 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10802
10803         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10804         wl-fldmgr-add-completion-subr): New functions.
10805         * wl-folder.el (wl-folder-completion-func): New variable.
10806         * wl-summary.el (wl-summary-read-folder):
10807         Use wl-folder-completion-func.
10808
10809         * wl-refile.el: Eliminate throw & catch.
10810
10811         * wl.el (wl-plugged-sending-queue-status): Fixed.
10812
10813 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10814
10815         * wl-draft.el (wl-draft): Put category property on
10816         mail-header-separator.