(wl-mime-pgp-verify-region-with-epg): Follow the API
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
4         change.
5
6 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7
8         * wl-summary.el (wl-summary-sync-update): Move
9         `wl-thread-update-indent-string-thread' to outside of
10         `elmo-with-progress-display'.
11
12 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
13
14         * wl-message.el (wl-message-exit): Check buffer existence.
15
16 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
17
18         * wl-util.el (wl-simple-display-progress): New function.
19         (wl-display-progress-with-gauge): Ditto.
20         (wl-progress-callback-function): Ditto.
21
22         * wl.el (wl-init): Set `elmo-progress-callback-function' as
23         `wl-progress-callback-function'
24
25         * wl-vars.el (wl-display-progress-threshold): New user option.
26         (wl-display-progress-function): Ditto.
27
28         * Version number is increased to 2.15.5.
29
30 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
31
32         * wl-thread.el (wl-thread-close-children): New function.
33         (wl-thread-open-children): Ditto.
34         * wl-action.el (wl-summary-set-mark): Redo the last change by
35         using it.
36
37         * wl-action.el (wl-summary-set-mark): Undo the last change.
38         Forbid interactive call.
39
40 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
41
42         * wl-mime.el (wl-define-dummy-functions): New macro.
43         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
44         `wl-mime-pgp-decrypt-region'.
45         (wl-mime-pgp-verify-region-with-epg): Renamed from
46         `wl-mime-pgp-verify-region'.
47         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
48         `wl-mime-pgp-decrypt-region'.
49         (wl-mime-pgp-verify-region-with-pgg): Renamed from
50         `wl-mime-pgp-verify-region'.
51         (wl-mime-pgp-decrypt-region): New function; To select dispatch
52         function at runtime.
53         (wl-mime-pgp-verify-region): Ditto.
54
55         * wl-vars.el (wl-use-pgp-module): New user option.
56
57 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
58
59         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
60         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
61
62 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
63
64         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
65         even if there are target marks only.
66
67 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
68
69         * Version number is increased to 2.15.4.
70
71 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
72
73         * wl-folder.el (wl-folder-check-one-entity): Simplify.
74
75 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
76
77         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
78         variable.
79
80 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
81
82         * wl-spam.el (wl-thread-test-spam): New function.
83         (wl-spam-setup): Bind "tkc".
84
85 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
86
87         * wl-expire.el (wl-folder-expire-entity): Rewite without
88         `wl-summary-goto-folder-subr'.
89         (wl-folder-expire-current-entity): Don't kill summary buffer.
90
91 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
92
93         * wl-folder.el (wl-folder-sync-entity): Rewrite without
94         `wl-summary-goto-folder-subr'.
95         (wl-folder-mark-as-read-all-entity): Likewise.
96
97         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
98
99 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
100
101         * wl-thread.el (wl-thread-force-open): Arranged.
102
103 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
104
105         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
106         from regexp.
107
108         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
109         (wl-read-search-condition-internal): Append them.
110
111 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
112
113         * wl-vars.el (wl-additional-search-condition-fields):
114         New user option.
115
116         * wl-util.el (wl-search-condition-fields): New function; export
117         from `wl-read-search-condition-internal'.
118         (wl-read-search-condition-internal): Use it.
119
120         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
121
122 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
123
124         * wl-summary.el (wl-summary-define-sort-command): New function.
125         (wl-summary-sort-by-date, wl-summary-sort-by-number)
126         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
127         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
128         define by `wl-summary-define-sort-command' at runtime.
129
130         * wl.el (wl-init): Call wl-summary-define-sort-command.
131
132 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
133
134         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
135         properties at the decrypting region.
136
137 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
138
139         * wl-util.el (wl-find-region): New function.
140
141         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
142         coding system.
143         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
144         property `wl-mime-decoded-coding-system'.
145         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
146         property `wl-mime-decoded-coding-system' to encode text.
147
148         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
149         message.
150         (wl-mime-pgp-verify-region): Ditto.
151
152 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
153
154         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
155         buffer. Use epa-display-verify-result.
156
157 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
158
159         * wl-draft.el (wl-draft-send): Continue even if setting parent
160         flag was failed.
161
162 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
163
164         * wl-message.el (wl-message-flag-indicator): Fixed the problem
165         of returning string only of parentheses.
166
167 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
168
169         * wl-summary.el (wl-summary-write): Add argument `folder'.
170         (wl-summary-write-current-folder): Change argument `folder' from
171         optional to require.
172         (wl-summary-get-buffer): Return the buffer associated folder only.
173
174         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
175         change.
176         (wl-folder-toggle-disp-summary): Ditto.
177
178         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
179         current summary as parent-folder.
180
181 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
182
183         * wl-draft.el (wl-draft-reedit): Don't overwrite
184         wl-draft-parent-folder.
185
186 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
187
188         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
189         (wl-mime-pgp-verify-region): Ditto.
190         (wl-message-decrypt-pgp-nonmime): Use the above function.
191         (wl-message-verify-pgp-nonmime): Likewise.
192         (wl-mime-preview-application/pgp): Likewise.
193
194 2006-04-20  Kenichi Okada  <okada@opaopa.org>
195
196         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
197         Fix about the order of `wl-nntp-posting-port' and
198         `wl-nntp-posting-stream-type'.
199         * wl.el (wl-plugged-port-label-alist): Add smtp.
200
201 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
202
203         * wl-summary.el (wl-summary-message-status): New macro.
204
205         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
206         (wl-summary-killed-mark): New user option.
207
208         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
209         API change.
210         (wl-thread-insert-entity-sub): Ditto.
211         (wl-thread-recover-messages): New command.
212
213         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
214         Don't call `wl-highlight-summary-current-line' directly.
215         (wl-summary-buffer-attach): Connect to signal `status-changed'
216         instead of `cache-changed'.
217         (wl-summary-buffer-detach): Follow the above change.
218         (wl-summary-detect-mark-position): Follow the API change.
219         (wl-summary-rescan-message): Ditto.
220         (wl-summary-insert-sequential): Ditto.
221         (wl-summary-update-thread): Ditto.
222         (wl-summary-message-mark): Ditto.
223         (wl-summary-persistent-mark): Ditto.
224         (wl-summary-create-line): Ditto.
225         (wl-summary-prefetch-region-no-mark): Call
226         `wl-summary-persistent-mark' with number.
227         (wl-summary-recover-messages-region): New command.
228         (wl-summary-target-mark-recover): Ditto.
229         (wl-summary-recover-message): Ditto.
230         (wl-summary-persistent-mark-string): Add argument `status' instead
231         of remove arguments `flags' and `cached'.  Treat killed status.
232         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
233
234         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
235         (wl-highlight-summary-line-face-spec): Treat killed status.
236         (wl-highlight-summary-line-string): Follow the API change.
237         (wl-highlight-summary-current-line): Ditto.
238
239         * Version number is increased to 2.15.3.
240
241 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
242
243         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
244         of symbolp to test whether the condition is function.
245
246 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
247
248         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
249         to nil.
250
251 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
252
253         * wl-summary.el (wl-summary-buffer-message-ring): New internal
254         variable.
255         (wl-summary-buffer-last-displayed-msg): Abolish.
256         (wl-summary-push-message): New function.
257         (wl-summary-pop-message): Ditto.
258         (wl-summary-goto-folder-subr): Reset
259         `wl-summary-buffer-message-ring'.
260         (wl-summary-pop-to-last-message): New command.
261         (wl-summary-goto-last-displayed-msg): Call
262         wl-summary-pop-to-last-message if optional argument is non-nil or
263         the last command is itself.
264         (wl-summary-redisplay-internal): Push last message number into
265         `wl-summary-buffer-message-ring'.
266
267         * wl-vars.el (wl-summary-message-ring-max): New user option.
268
269 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
270
271         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
272         from `wl-draft-reply').
273         (wl-draft-reply): Use it.
274         (wl-draft-find-reply-headers): Avoid compile warning.
275
276 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
277
278         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
279
280 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
281
282         * wl-message.el (wl-message-flag-indicator): New function.
283         (wl-message-redisplay): Use it.
284
285 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
286
287         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
288
289 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
290
291         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
292         instead of `read-event'.
293
294         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
295
296         * wl-mule.el (wl-read-event-char): Ditto.
297
298         * wl-e21.el (wl-read-event-char): Ditto.
299
300 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
301
302         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
303
304 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
305
306         * wl-vars.el (wl-draft-send-confirm-type): New user option.
307
308         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
309
310         * wl-draft.el (wl-draft-send-confirm): Confirmation by
311         `wl-draft-send-confirm-type'
312
313 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
314
315         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
316         Avoid error when the buffer name is already used.
317
318 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
319
320         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
321         the change of elmo-nmz -> elmo-search.
322         (wl-highlight-summary-line-help-echo-alist): Ditto.
323         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
324         (wl-nmz-folder-icon): Define as obsolete.
325         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
326         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
327
328 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
329
330         * wl-summary.el (wl-summary-get-list-info): Rewrite with
331         `elmo-find-list-match-value'
332
333 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
334
335         * wl-summary.el (wl-summary-get-list-info): Optimize.
336         Use List-Id and List-Post also.
337
338 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
339
340         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
341
342 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
343
344         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
345
346 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
347
348         * wl-util.el (wl-completing-read-multiple-1): New internal function.
349         (wl-completing-read-multiple-2): Ditto.
350         (wl-completing-read-multiple): Define use above functions.
351
352         * wl-summary.el (wl-summary-sort): Removed the workaround for a
353         bug of `completing-read-multiple' about default value.
354
355         * wl-xmas.el (wl-completing-read-multiple): Removed.
356
357         * wl-mule.el (wl-completing-read-multiple): Ditto.
358
359         * wl-e21.el (wl-completing-read-multiple): Ditto.
360
361 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
362
363         * wl-util.el (wl-filter-associations): New function.
364
365         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
366         (wl-spam-ignored-folder-list): Ditto.
367         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
368         (wl-spam-string-member-p): New function.
369         (wl-spam-domain): Use it.
370         (wl-spam-split-numbers): New function.
371         (wl-spam-apply-partitions): Ditto.
372         (wl-spam-register-spam-messages): Use `folder' instead of
373         `wl-summary-buffer-elmo-folder'.
374         (wl-spam-register-good-messages): Ditto.
375         (wl-summary-exec-action-spam): Decide a domain by real folder of
376         message.
377         (wl-summary-exec-action-refile-with-register): Likewise.
378
379 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
380
381         * wl-e21.el (wl-e21-find-image): New function.
382         (wl-e21-setup-toolbar): Use it instead of `find-image'.
383         (wl-e21-highlight-folder-group-line): Ditto.
384         (wl-folder-init-icons): Ditto.
385         (wl-plugged-init-icons): Ditto.
386         (wl-biff-init-icons): Ditto.
387
388 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
389
390         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
391         (wl-inhibit-save-drafts): New internal variable.
392         (wl-disable-auto-save): Ditto.
393         (wl-save-drafts): Treat above variables.
394         (wl-auto-save-drafts): New function.
395         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
396         `wl-stop-save-drafts'.
397         (wl-start-save-drafts): New function.
398         (wl-stop-save-drafts): Ditto.
399         (wl-set-auto-save-draft): New command.
400
401         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
402         `wl-set-save-drafts'.
403
404 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
405
406         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
407         `make-local-variable' instead of `make-variable-buffer-local'.
408
409 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
410
411         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
412
413 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
414
415         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
416
417 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
418
419         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
420         of working buffer.
421
422 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
423
424         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
425
426         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
427         value into recipients; Bind `wl-draft-remove-group-list-contents'
428         as nil.
429
430 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
431
432         * wl-summary.el (wl-summary-sort): Fixed the last change.
433
434         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
435         (wl-summary-sort-messages): Ditto.
436         (wl-summary-rescan): Use it.
437         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
438         `completing-read'; Append candidates for reverse order.
439
440 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
441
442         * Version number is increased to 2.15.2.
443
444 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
445
446         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
447         "Smaller".
448         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
449
450 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
451
452         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
453
454 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
455
456         * wl-vars.el (wl-draft-additional-header-alist): Add into the
457         customize group `wl-draft'.
458         (wl-draft-add-in-reply-to): Move customize group from `wl' to
459         `wl-draft'.
460         (wl-draft-add-references): Ditto.
461
462         * wl-action.el (wl-summary-print-argument): Rename argument from
463         `folder' to `data'.
464
465 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
466
467         * wl-summary.el (wl-summary-rescan-message): Call
468         `wl-thread-cleanup-symbols' before insert thread.
469
470 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
471
472         * wl.el (wl-init): Set `elmo-get-folder-function' as
473         `wl-folder-make-elmo-folder'.
474
475         * wl-spam.el (wl-summary-exec-action-spam): Use
476         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
477
478         * wl-folder.el (wl-folder-make-elmo-folder): New function.
479         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
480         `elmo-make-folder'.
481         (wl-folder-get-elmo-folder): Ditto.
482         (wl-folder-create-subr): Simplify.
483
484 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
485
486         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
487
488 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
489
490         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
491         contents in message buffer instead of original buffer. If optional
492         argument specified, ask coding system for encode.
493
494 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
495
496         * wl-spam.el (wl-summary-test-spam-region): New function.
497         (wl-spam-setup): Bind "rkc".
498
499 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
500
501         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
502
503 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
504
505         * wl-spam.el (wl-summary-test-spam): Fix typo.
506         (wl-message-check-spam): Ditto.
507
508 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
509
510         * wl-summary.el (wl-summary-default-from): Simplify.
511
512 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
513
514         * wl-action.el (wl-summary-exec-action-refile): Simplify.
515         (wl-summary-exec-action-copy): Ditto.
516         (wl-summary-auto-refile): Check existence of temporary mark.
517
518 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
519
520         * wl-summary.el (wl-summary-create-line): Use
521         `elmo-time-to-datevec'.
522
523         * wl-expire.el (wl-expire-archive-date): Ditto.
524         (wl-expire-localdir-date): Ditto.
525
526         * wl-util.el (wl-day-number): Abolish.
527
528         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
529         of `wl-day-number'.
530         (wl-score-followup): Ditto.
531         (wl-score-add-followups): Ditto.
532         (wl-score-get-latest-msgs): Ditto.
533         (wl-score-get-header-entry): Ditto.
534         (wl-score-edit-insert-date): Ditto.
535
536 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
537
538         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
539         `elmo-message-entity-field' with 2nd argument `type'.
540
541 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
542
543         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
544
545 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
546
547         * wl-thread.el (wl-thread-delete-message): Delete descendant
548         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
549
550 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
551
552         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
553
554 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
555
556         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
557         `Access folder'.
558
559 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
560
561         * wl-vars.el (wl-access-folder-icon): New user option.
562
563         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
564         `Access folder'.
565
566 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
567
568         * wl-summary.el (wl-summary-buffer-set-folder): Use
569         `wl-folder-mime-charset'.
570
571         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
572         `mime-charset'.
573         (wl-folder-get-elmo-folder): Ditto.
574         (wl-folder-mime-charset): New function.
575
576 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
577
578         * wl-util.el (wl-parse-addresses): Define alias of
579         `elmo-parse-addresses' (move to `elmo-util.el').
580
581         * wl-summary.el (wl-summary-default-from): Follow the API change.
582         (wl-summary-overview-entity-compare-by-date): Ditto.
583         (wl-summary-overview-entity-compare-by-from): Ditto.
584         (wl-summary-get-list-info): Get value of `ml-info' field from
585         entity at first.
586         (wl-summary-rescan-message): Treat prefix argument.
587         (wl-summary-prefetch-msg): Follow the API change.
588         (wl-summary-search-by-subject): Ditto.
589         (wl-summary-insert-thread): Ditto.
590         (wl-summary-line-subject): Ditto.
591         (wl-summary-line-from): Ditto.
592         (wl-summary-create-line): Ditto.
593         (wl-summary-print-message-with-ps-print): Ditto.
594
595         * wl-score.el (wl-score-ov-entity-get): Ditto.
596         (wl-score-followup): Ditto.
597         (wl-score-add-followups): Use `elmo-message-entity-field' instead
598         of `car'.
599         (wl-score-get-latest-msgs): Follow the API change.
600         (wl-score-get-header): Ditto.
601
602         * wl-refile.el (wl-refile-learn): Ditto.
603         (wl-refile-subject-learn): Ditto.
604         (wl-refile-get-field-value): Ditto.
605         (wl-refile-guess-by-history): Ditto.
606         (wl-refile-guess-by-subject): Ditto.
607
608         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
609
610         * wl-expire.el (wl-expire-date-p): Removed.
611         (wl-expire-archive-date): Follow the API change.
612         (wl-expire-localdir-date): Ditto.
613         (wl-summary-expire): Ditto.
614
615         * Version number is increased to 2.15.1.
616
617 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
618
619         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
620         group is access or not (it is not strict, like wl-fldmgr-rename).
621
622 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
623
624         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
625         duplicate call of `wl-summary-print-argument' on the wrong line.
626
627 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
628
629         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
630         even if argument `number' is nil.
631         (wl-summary-insert-line): Print action argument if current message
632         has it.
633
634 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
635
636         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
637         (wl-draft-reply): Ditto.
638         (wl-draft): Add optional argument `parent-number' and call
639         `wl-draft-create-buffer' with it.
640         (wl-draft-create-buffer): Add optional argument
641         `parent-number'. Set wl-draft-parent-number as it.
642
643 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
644
645         * wl-folder.el (wl-folder-set-persistent-mark): If summary
646         buffer is not for given folder, don't use it.
647
648 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
649
650         * Version number is increased to 2.15.0.
651
652 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
653
654         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
655
656         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
657         (wl-highlight-get-face-by-name): New internal function.
658         (wl-highlight-summary-line-face-spec): Use it and fixed.
659
660 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
661
662         * wl-summary.el (wl-summary-sync-update): Use
663         `elmo-message-entity-field' instead of `car' to get message-id
664         from overview entity.
665
666         * wl-summary.el (wl-summary-rescan-message): Call
667         `wl-highlight-summary-displaying' when displaying a message.
668
669 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
670
671         * wl-draft.el (wl-draft-config-info-filename): Extracted from
672         `wl-draft-config-info-operation'.
673         (wl-draft-buffer-change-number): New function.
674         (wl-draft-rename-saved-config): Ditto.
675         * wl.el (wl-init): Connect slot for message-number-changed.
676         (toplevel): Add autoload for wl-draft-rename-saved-config.
677
678 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
679
680         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
681         `update-overview'
682         (wl-summary-buffer-detach): Disconnect from it.
683         (wl-summary-rescan-message): Use command.
684
685         * wl-message.el (wl-message-buffer-display): Use
686         `with-current-buffer' instead of `save-excursion'.
687
688 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
689
690         * wl-mime.el (wl-draft-preview-attributes-list): Protect
691         wl-draft-preview-attributes-list from distraction.
692
693 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
694
695         * wl-summary.el (wl-summary-sync-update): Sort the return value of
696         `elmo-list-diff'.
697
698 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
699
700         * wl-summary.el
701         (wl-summary-edit-addresses-collect-candidate-fields): Use
702         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
703
704         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
705         instead of `elmo-set-work-buf'.
706
707         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
708         (wl-address-make-address-list): Ditto.
709
710         * Version number is increased to 2.13.3.
711
712 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
713
714         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
715         user option.
716
717         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
718         argument `5'.
719
720         * wl-message.el (wl-message-display-no-merge-p): New function.
721         (wl-message-buffer-display): Check whether the message is
722         reassembled and follow the API change.
723
724 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
725
726         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
727         multibyte on working buffer and removed unnecessary
728         `buffer-disable-undo'.
729
730 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
731
732         * wl-util.el (wl-read-search-condition-internal): Fixed the last
733         change.
734
735 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
736
737         * wl-util.el (wl-read-search-condition-internal): Protect
738         elmo-global-flags from distraction.
739
740 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
741
742         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
743
744         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
745         (wl-summary-event-handler): Ditto.
746         (wl-summary-update-persistent-mark-on-event): New
747         function (renamed from `elmo-event-handler-flag-changed').
748         (wl-summary-buffer-attach): New function.
749         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
750         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
751         instead of `elmo-folder-add-handler'.
752
753         * Version number is increased to 2.13.2.
754
755 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
756
757         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
758         and "\177" to the `wl-news-previous-page'.
759         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
760         (wl-news-previous-page): New function.
761
762 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
763
764         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
765         instead of `write-region' and simplify.
766
767 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
768
769         * wl-template.el (wl-template-select): Cause error if
770         `wl-template-alist' is nil.
771
772 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
773
774         * wl-news.el.in: Set file variable `no-byte-compile'.
775
776 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
777
778         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
779         whether a target message is within displaying area.
780         (elmo-event-handler-cache-changed): Ditto.
781
782 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
783
784         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
785         to `defun'.  Use `nconc' instead of `append' to collect descendant
786         message numbers.
787
788 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
789
790         * wl-thread.el (wl-thread-save-top-list)
791         (wl-thread-save-entities): Use `with-temp-buffer'.
792         * wl-news.el.in (wl-news-previous-version-load):
793         (wl-news-previous-version-save): Ditto.
794         * wl-summary.el (wl-summary-load-file-object)
795         (wl-summary-save-view-cache): Ditto.
796
797 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
798
799         * wl-util.el (toplevel): Require 'elmo-flag'.
800         (wl-read-search-condition): New function (Renamed from
801         `elmo-read-search-condition').
802         (wl-read-search-condition-internal): Likewise.
803
804         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
805         invalid.
806         (wl-summary-pick): Use `wl-read-search-condition' instead of
807         `elmo-read-search-condition'.
808         (wl-summary-virtual): Ditto.
809
810         * wl-folder.el (wl-folder-virtual): Ditto.
811         (wl-folder-pick): Ditto.
812
813         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
814
815 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
816
817         * wl-summary.el (wl-summary-reedit): Call
818         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
819
820 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
821
822         * wl-mime.el (toplevel): Require wl-vars.
823
824         * wl-message.el (toplevel): Require cl at compile.
825
826         * wl-draft.el (toplevel): Require elmo.
827
828 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
829
830         * wl-message.el (wl-message-buffer-prefetch): Count is a number
831         and do nothing when it is not positive.
832         (wl-message-buffer-prefetch-next): Ditto.
833
834 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
835
836         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
837         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
838         (wl-summary-redisplay-internal): Ditto.
839
840         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
841         message (the condition is borrowed from `wl-check-variables-2').
842         (wl-summary-redisplay-internal): Ditto.
843
844 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
845
846         * wl-mime.el (wl-draft-nntp-attribute): New function.
847         (wl-draft-attribute-nntp-posting-server): Use it.
848         (wl-draft-attribute-nntp-posting-port): Ditto.
849
850         * wl-mime.el (wl-draft-preview-attributes-list): New function.
851         (wl-draft-show-attributes-buffer): Ditto.
852         (wl-draft-hide-attributes-buffer): Ditto.
853         (wl-draft-attribute-newsgroups): Ditto.
854         (wl-draft-attribute-nntp-posting-server): Ditto.
855         (wl-draft-attribute-nntp-posting-port): Ditto.
856         (wl-draft-preview-message): Use there functions.
857
858         * wl-vars.el (wl-draft-preview-attributes-list): Change default
859         value.
860
861 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
862
863         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
864         (wl-draft-reedit): Ditto.
865         (wl-draft-queue-flush): Ditto.
866
867         * wl-mime.el (wl-message-request-partial): Ditto.
868         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
869         instead of `elmo-message-fetch'.
870
871         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
872
873         * wl-summary.el (wl-summary-message-string): Ditto.
874
875 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
876
877         * wl-util.el (wl-current-message-buffer): Follow the API change.
878
879         * wl-summary.el (wl-summary-redisplay-internal): Call
880         `wl-summary-mark-as-read' with 2nd argument as nil and update
881         unread count instead of persistent mark.
882
883         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
884         variable.
885         (wl-message-redisplay): Follow the API change.
886         (wl-message-buffer-display): Managed mime-entity directly and
887         return preview buffer only.
888         (wl-message-display-internal): Rewrite.
889         (wl-message-buffer-prefetch-subr): Not save return value of
890         `wl-message-buffer-display'.
891
892         * Version number is increased to 2.13.1.
893
894 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
895
896         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
897         'elmo-multiple-fields-body-list' with boundary specified.
898
899 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
900
901         * wl-vars.el (wl-summary-resend-use-cache): New variable.
902         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
903         cache if `wl-summary-resend-use-cache' is non-nil.
904
905 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
906
907         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
908         (wl-nntp-posting-stream-type): Ditto.
909
910 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
911
912         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
913
914 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
915
916         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
917         message.
918
919 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
920
921         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
922         Abolish.
923         (wl-summary-buffer-persistent-mark-version): New internal
924         variable.
925         (wl-summary-update-mark-and-highlight-window): Check by
926         wl-summary-persistent-mark-invalid-p.
927         (wl-summary-update-status-marks): Ditto.
928         (elmo-event-handler-flag-changed): Rewrite.
929         (elmo-event-handler-cache-changed): Define.
930         (wl-summary-prefetch-msg): Does not update persistent mark here.
931         (wl-summary-delete-cache): Ditto.
932         (wl-summary-resume-cache-status): Ditto.
933         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
934         (wl-summary-persistent-mark-invalid-p): New function.
935         (wl-summary-validate-persistent-mark): Ditto.
936         (wl-summary-validate-persistent-mark-string): Ditto.
937         (wl-summary-invalidate-persistent-mark): Ditto.
938         (wl-summary-update-persistent-mark): Call
939         `wl-summary-validate-persistent-mark'.
940         (wl-summary-create-line): Call
941         `wl-summary-validate-persistent-mark-string'.
942
943         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
944         status as t if cache used.
945
946 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
947
948         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
949         only if the target is group.
950         * wl-folder.el (wl-folder-append-petname): Don't check group name.
951
952 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
953
954         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
955
956 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
957
958         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
959
960         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
961
962 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
963
964         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
965         (Thanks to Yoichi NAKAYAMA).
966
967 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
968
969         * wl-util.el (wl-save-drafts): Restore echo area.
970
971 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
972
973         * Version number is increased to 2.13.0.
974
975         * wl-util.el (wl-biff-check-folder-async): Use
976         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
977
978 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
979
980         * wl-message.el (wl-message-display-internal): Does not put
981         wl-message-display-type property on message buffer.
982         (wl-message-buffer-display-type): New function.
983
984         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
985
986         * wl-summary.el (wl-summary-mode): Use `dolist' to add
987         `wl-summary-buffer-detach'.
988         (wl-summary-message-display-type): Use
989         `wl-summary-buffer-display-type'.
990
991 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
992
993         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
994         buffer-local.
995
996         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
997         kill-buffer-hook instead of make-local-variable.
998         (wl-draft-preview-message): Set `local' argument of add-hook as t.
999
1000 2004-12-12  Scott Renfro <scott@renfro.org>
1001
1002         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1003         regex for square-branket.
1004
1005 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1006
1007         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1008         `wl-message-mime-analysis-p' with argument `header'.
1009
1010 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1011
1012         * wl-mime.el (wl-draft-yank-current-message-entity): 
1013         Switch to no-mime following method according to wl-message-display-type
1014         property.
1015         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1016
1017         * wl-message.el (wl-message-display-internal): 
1018         Put wl-message-display-type property on message buffer.
1019
1020         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1021         (wl-message-display-internal): Ditto;
1022
1023         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1024
1025 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1026
1027         * wl-message.el (wl-message-make-display-type): New function.
1028         (wl-message-display-type-property): Ditto.
1029         (wl-message-mime-analysys-p): Ditto.
1030         (wl-message-display-all-header-p): Ditto.
1031         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1032         added `display-type'.
1033         (wl-message-buffer-display): Likewise.
1034         (wl-message-display-internal): Likewise.
1035         (wl-message-buffer-display-type): Abolish.
1036         (wl-message-buffer-prefetch-subr): Follow the API changed.
1037
1038         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1039         from wl-summary-buffer-display-all-header and changed default value.
1040         (wl-summary-message-display-type): New function.
1041         (wl-summary-buffer-display-mime-mode): Ditto.
1042         (wl-summary-buffer-display-header-mode): Ditto.
1043         (wl-summary-toggle-mime): Rewrite with above functions.
1044         (wl-summary-toggle-all-header): Ditto.
1045         (wl-summary-redisplay): Force redisplay with default mode.
1046         (wl-summary-redisplay-internal): Renamed argument from `mode',
1047         `all-header' to `mime-mode', `header-mode'.
1048         Use `wl-message-make-display-type'.
1049
1050         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1051         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1052
1053 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1054
1055         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1056
1057 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1058
1059         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1060         in original message buffer.
1061         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1062         buffer.
1063
1064 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1065
1066         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1067
1068 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1069
1070         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1071
1072 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1073
1074         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1075         when actions succeeded.
1076         (wl-summary-exec-action-copy): Likewise.
1077
1078 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1079
1080         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1081         there is switch-to-buffer at the end of wl-message-select-buffer.
1082         (wl-summary-reply): Ditto.
1083
1084 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1085
1086         * wl-summary.el (wl-summary-forward): Put subject in original
1087         message buffer as argument of wl-draft-forward.
1088         * wl-draft.el (wl-draft-forward): Decode subject as in
1089         wl-draft-reply.
1090
1091 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1092
1093         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1094         a folder under access group.
1095
1096 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1097
1098         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1099         wl-message-buffer-display.
1100
1101         * wl-util.el (wl-set-save-drafts): Fix typo.
1102
1103 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1104
1105         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1106         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1107         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1108         the way to measure the width of a bitmap image; don't put face on
1109         ascii and bitmap images; put the mark which should not use the
1110         variable-pitch face on ascii and bitmap images.
1111         (wl-demo-setup-properties): Don't use the variable-pitch face on
1112         ascii and bitmap images; made it work on Emacs 20 and earlier.
1113         (wl-demo-insert-text): End with a newline at the bottom; don't put
1114         face on text.
1115
1116         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1117
1118 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1119
1120         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1121
1122         * wl-util.el (wl-save-drafts): Moved from sample setting.
1123         (wl-set-save-drafts): New function to set idle timer.
1124         * wl-draft.el (wl-draft): Call it.
1125         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1126
1127 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1128
1129         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1130         a summary which has toggle display status off.
1131
1132 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1133
1134         * wl-draft.el (wl-draft-do-fcc): No cache save.
1135
1136 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1137
1138         * wl-summary.el (elmo-event-handler-flag-changed): Use
1139         `set-buffer' instead of `with-current-buffer'.
1140
1141 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1142
1143         * wl-summary.el (wl-summary-after-resize-function): New function.
1144         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1145         window-size-change-functions.
1146
1147 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1148
1149         * wl-draft.el (wl-draft-create-buffer): Bind
1150         `change-major-mode-hook' after current buffer is changed.
1151
1152         * wl-summary.el (wl-summary-buffer-detach): New function.
1153         (wl-summary-buffer-set-folder): Call it.
1154         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1155         change-major-mode-hook and kill-buffer-hook.
1156         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1157         (wl-summary-switch-to-clone-buffer): Ditto.
1158         (wl-summary-goto-folder-subr): Ditto.
1159
1160 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1161
1162         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1163         after boundp check.
1164
1165 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1166
1167         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1168         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1169         for `kill-buffer'.
1170
1171         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1172         handler of current buffer from elmo-folder.
1173
1174 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1175
1176         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1177
1178 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1179
1180         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1181         variable.
1182         (wl-summary-event-handler): New class.
1183         (elmo-event-handler-flag-changed): Define to update persistent
1184         mark.
1185         (wl-summary-buffer-set-folder): Register event handler to
1186         elmo-folder.
1187         (wl-summary-exit): Unregister event handler.
1188         (wl-summary-goto-folder-subr): Ditto.
1189         (wl-summary-mark-as-read-all): Does not call
1190         `wl-summary-update-persistent-mark' directly.
1191         (wl-summary-mark-as-read-internal): Ditto.
1192         (wl-summary-set-persistent-mark-internal): Ditto.
1193         (wl-summary-set-flags-internal): Ditto.
1194
1195         * Version number is increased to 2.11.33.
1196
1197 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1198
1199         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1200         to nil.
1201
1202 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1203
1204         * wl-spam.el (wl-spam-setup): Add hook
1205         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1206         instead of `wl-summary-prepare-hook'.
1207
1208         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1209         if folder type is `'flag'.
1210         (wl-summary-mark-as-important): Ditto.
1211
1212 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1213
1214         * wl-address.el (wl-address-minibuffer-history): New variable.
1215         (wl-address-minibuffer-local-map): New keymap.
1216         (wl-address-read-from-minibuffer): New function.
1217
1218         * wl-action.el (wl-summary-get-resend-address): Use
1219         `wl-address-read-from-minibuffer' instead of `completing-read'.
1220
1221 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1222
1223         * Version number is increased to 2.11.32.
1224
1225 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1226
1227         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1228         without mule to iso-8859-1.
1229         (wl-draft-add-in-reply-to): Add note in description.
1230         (wl-draft-add-references): Ditto.
1231
1232 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1233
1234         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1235         definition for `m'.
1236         (wl-summary-mode-line-format): Add '[%m]'.
1237         (wl-message-mode-line-format-spec-alist): Ditto.
1238         (wl-summary-display-mime-mode-list): New variable.
1239
1240         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1241         from wl-summary-buffer-display-as-is.
1242         (wl-summary-buffer-display-all-header): New buffer local variable.
1243         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1244         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1245         instead of wl-summary-buffer-display-as-is.
1246         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1247         (wl-summary-set-persistent-mark): Ditto.
1248         (wl-summary-set-message-buffer-or-redisplay): Just call
1249         `wl-summary-redisplay-internal' without optional arguments.
1250         (wl-summary-toggle-mime): Rewrite.
1251         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1252         (wl-summary-toggle-all-header): New function.
1253         (wl-summary-redisplay-internal): Treat mime mode.
1254
1255         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1256         to wl-mime-preview-follow-no-mime.
1257         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1258         accodring to the display-mode.
1259
1260         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1261         (wl-message-buffer-display): Changed argument name from `as-is' to
1262         `mode'.
1263         (wl-message-display-internal): Ditto;
1264         Bind elmo-mime-display-header-analysis according to the mode.
1265         (wl-message-display-internal): Put wl-message-display-mime-mode
1266         property on entire buffer.
1267
1268 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1269
1270         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1271
1272 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1273
1274         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1275         Don't extract mail address.
1276         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1277
1278         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1279
1280         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1281
1282 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1283
1284         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1285         wl-fldmgr-cut-entity-list on confirmation.
1286
1287 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1288
1289         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1290         (wl-mime-quit-preview): Check existence of
1291         mime-edit-temp-message-buffer here.
1292
1293 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1294
1295         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1296         after deletion.
1297
1298         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1299         before calling wl-mime-quit-preview.
1300
1301 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1302
1303         * wl-summary.el (wl-summary-pick): If call it with prefix
1304         argument, set `delete-marks' as non-nil. Pick from only visible
1305         messages.
1306         (wl-summary-check-target-mark): New function.
1307         (wl-summary-target-mark-mark-as-read): Use it.
1308         (wl-summary-target-mark-mark-as-unread): Ditto.
1309         (wl-summary-target-mark-operation): Ditto.
1310         (wl-summary-target-mark-set-flags): Ditto.
1311         (wl-summary-target-mark-save): Ditto.
1312         (wl-summary-target-mark-pick): Ditto.
1313         (wl-summary-target-mark-forward): Ditto.
1314         (wl-summary-target-mark-reply-with-citation): Ditto.
1315         (wl-summary-target-mark-print): Ditto.
1316         (wl-summary-target-mark-uudecode): Ditto.
1317
1318         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1319         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1320         with `ask-coding' is non-nil.
1321
1322 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1323
1324         * wl-thread.el (wl-thread-set-parent): If parent is a message
1325         which is identified by references, set linked as nil.
1326
1327 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1328
1329         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1330         (wl-message-mode-line-format-spec-alist): Ditto.
1331         (wl-message-mode-line-format): Ditto.
1332         (wl-summary-mode-line-format): Ditto for docstring.
1333         (wl-summary-no-mime-folder-list): Fix typo.
1334
1335         * wl-util.el (wl-current-message-buffer): Call
1336         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1337
1338         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1339         variable.
1340         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1341         of `wl-summary-redisplay-no-mime'.
1342         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1343         (wl-summary-toggle-mime): New function.
1344         (wl-summary-redisplay-all-header): Rewrite.
1345         (wl-summary-redisplay-no-mime): Ditto.
1346         (wl-summary-redisplay-internal): Added argument `as-is' and
1347         `all-header'.
1348
1349         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1350         New variable.
1351         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1352         bottom.
1353         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1354         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1355         "/" unconditionally.
1356
1357         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1358         wl-mime-preview-follow-no-mime for as-is content.
1359         (wl-mime-preview-follow-no-mime): New function.
1360         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1361
1362         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1363         and added `as-is', `all-header'.
1364         (wl-message-buffer-display): Ditto.
1365         (wl-message-buffer-display-type): New function.
1366
1367 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1368
1369         * wl-vars.el (wl-message-header-button-alist): Change default
1370         value.
1371         (wl-message-body-button-alist): Ditto.
1372
1373 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1374
1375         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1376
1377 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1378
1379         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1380
1381 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1382
1383         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1384         is always true.
1385
1386 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1387
1388         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1389         on null entity.
1390
1391 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1392
1393         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1394
1395 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1396
1397         * wl-vars.el (wl-summary-resend-hook): New hook.
1398
1399         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1400         `wl-summary-resend-hook'.
1401
1402 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1403
1404         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1405         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1406         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1407         (wl-summary-new-cached-mark): Changed default value to 'n'.
1408         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1409         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1410         (wl-folder-sync-range-alist): Remove spec for 'flag.
1411         (wl-summary-force-prefetch-folder-list): New user option.
1412
1413         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1414         `wl-summary-toggle-persistent-mark'.
1415         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1416         number is nil.
1417         (wl-summary-mark-as-answered-region): Set interactive argument of
1418         `wl-summary-set-persistent-mark-internal'.
1419         (wl-summary-mark-as-important-region): Ditto.
1420         (wl-summary-unset-persistent-mark): Ditto.
1421         (wl-summary-set-persistent-mark): Ditto.
1422         (wl-summary-mark-as-answered): Ditto.
1423         (wl-summary-mark-as-important): Ditto.
1424         (wl-summary-set-persistent-mark-internal): Do nothing
1425         when `elmo-message-flag-available-p' is nil.
1426         (wl-summary-toggle-persistent-mark): New function.
1427         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1428         when the folder matches `wl-summary-force-prefetch-folder-list'.
1429
1430
1431         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1432         when number is nil.
1433         (wl-highlight-summary-forwarded-face): New face.
1434
1435 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1436
1437         * Version number is increased to 2.11.31.
1438
1439 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1440
1441         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1442         (wl-biff-check-folder-async): Ditto.
1443         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1444
1445 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1446
1447         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1448         Add an argument `reverse'.  All callers are updated.
1449         (wl-summary-sort): Add a prefix argument `reverse' to specify
1450         reverse sorting.
1451         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1452         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1453         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1454
1455 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1456
1457         * wl-message.el (wl-message-redisplay): Does not narrow header if
1458         disply-type is all-header or as-is.
1459
1460         * wl-summary.el (wl-summary-enter-handler): Use
1461         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1462
1463 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1464
1465         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1466         after adding wl-draft-parent-variables.
1467         (wl-draft-forward): Ditto.
1468
1469 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1470
1471         * wl-summary.el (wl-summary-sync-marks): Call
1472         `wl-summary-set-persistent-mark' and
1473         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1474         (wl-summary-set-persistent-mark-internal): Add 4th argument
1475         `no-server'.
1476         (wl-summary-unset-persistent-mark): Ditto.
1477         (wl-summary-set-persistent-mark): Ditto.
1478         (wl-summary-add-flags-internal): Abolish.
1479         (wl-summary-remove-flags-internal): Ditto.
1480         (wl-summary-mark-as-important-internal): Ditto.
1481         (wl-summary-mark-as-important): Use
1482         `wl-summary-set-persistent-mark' instead of
1483         `wl-summary-add-flags-internal'.
1484         (wl-summary-mark-as-important-region): Ditto.
1485
1486         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1487
1488         * wl-summary.el (wl-summary-get-available-flags): New function.
1489         (wl-summary-sync-marks): Use it and simplified.
1490         (wl-summary-unset-persistent-mark): Use
1491         `wl-summary-get-available-flags'.
1492         (wl-summary-set-persistent-mark): Ditto.
1493
1494 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1495
1496         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1497         id.
1498
1499 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1500
1501         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1502         number, call `wl-summary-prev-line-content'. Show message when the
1503         message is not found.
1504
1505 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1506
1507         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1508         wl-summary-enter-handler.
1509         (wl-summary-enter-handler): New command.
1510
1511         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1512         docstring and custom spec.
1513
1514         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1515         flags too; Don't treat Cached and New.
1516         (wl-summary-set-persistent-mark): Ditto.
1517
1518         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1519         `wl-folder-set-flag'.
1520
1521         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1522         instead of `wl-folder-set-flag'.
1523
1524         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1525         for completion.
1526         (wl-summary-set-persistent-mark): Ditto.
1527
1528         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1529         instead of `wl-draft-quit-preview'.
1530
1531         * wl-mime.el (toplevel): Avoid compile warning.
1532         (wl-mime-quit-preview): New function
1533         (formarly defined as `wl-draft-quit-preview').
1534         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1535         quitting method.
1536
1537         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1538
1539         * wl-folder.el (wl-folder-set-flag): Renamed from
1540         `wl-draft-set-flag-on-parent'.
1541
1542         * wl-draft.el (wl-draft-quit-preview): New function.
1543         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1544         (wl-draft-send): Call `wl-folder-set-flag' instead of
1545         `wl-draft-set-flag-on-parent'.
1546         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1547
1548 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1549
1550         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1551         (wl-draft-send): Ditto.
1552
1553 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1554
1555         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1556         (wl-draft-kill-pre-hook): Set default value as nil.
1557         (wl-summary-reply-hook): Ditto.
1558         (wl-draft-kill-flags): Abolish.
1559
1560         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1561         (wl-draft-parent-variables): Renamed from
1562         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1563         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1564         argument; Add wl-draft-parent-variables to
1565         wl-draft-config-variables.
1566         (wl-draft-reply): Likewise.
1567         (wl-draft-kill-flags): Abolish.
1568         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1569         (wl-draft-set-flag-on-parent): New function.
1570         (wl-draft-setup-parent-flag): Ditto.
1571
1572 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1573
1574         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1575         `wl-draft-parent-folder' is "".
1576
1577 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1578
1579         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1580         (wl-summary-digit-jump): New function.
1581         (Adviced by John Owens and Hiroya Murata)
1582
1583         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1584         (Adviced by John Owens)
1585
1586         * wl-xmas.el (wl-message-define-keymap): Ditto.
1587
1588         * wl-mule.el (wl-message-define-keymap): Ditto.
1589
1590 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1591
1592         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1593         change of return value of elmo-folder-count-flags.
1594
1595         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1596         (wl-summary-mark-as-read-internal): Ditto.
1597         (wl-summary-set-persistent-mark-internal): Ditto.
1598         (wl-summary-folder-info-update): Ditto.
1599         (wl-summary-sync-update): Fixed the last change.
1600
1601         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1602
1603 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1604
1605         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1606         (wl-draft-kill-flags): Fixed docstring.
1607
1608         * wl-draft.el (wl-draft-kill-flags): New function.
1609         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1610
1611 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1612
1613         * wl-vars.el (wl-reply-hook): Abolish.
1614         (wl-draft-reply-hook): New hook.
1615         (wl-summary-reply-hook): Ditto.
1616         (wl-draft-forward-hook): Ditto.
1617         (wl-summary-forward-hook): Ditto.
1618         (wl-draft-kill-flags): New variable.
1619
1620         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1621         wl-summary-set-persistent-mark-internal.
1622         (wl-summary-sync-marks): Use elmo-preserved-flags.
1623         (wl-summary-update-persistent-mark): Make it interactive.
1624         (wl-summary-set-persistent-mark-internal): New inline function.
1625         (wl-summary-mark-as-answered): Use it.
1626         (wl-summary-mark-as-unanswered): Ditto.
1627         (wl-summary-unset-persistent-mark): New function.
1628         (wl-summary-set-persistent-mark): Ditto.
1629         (wl-summary-reply): Don't set answered flag;
1630         Run wl-summary-reply-hook instead.
1631         (wl-summary-forward): Call wl-draft-forward with number.
1632         Run wl-summary-forward-hook.
1633
1634         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1635         (wl-highlight-summary-line-face-spec): Use it as a default
1636         persistent mark face.
1637
1638         * wl-draft.el (wl-draft-forward): Added optional argument number;
1639         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1640         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1641         (wl-draft-kill): Use wl-draft-kill-flags.
1642
1643         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1644
1645         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1646         of return value of elmo-folder-count-flags.
1647
1648         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1649
1650         * wl-summary.el (wl-summary-count-unread): Ditto.
1651         (wl-summary-sync-update): Follow the change above.
1652         (wl-summary-force-prefetch): New function.
1653
1654 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1655
1656         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1657         variable `buf' with `let' instead of `setq'.
1658
1659 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1660
1661         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1662         add Content-Disposition heaeder on the deleted part.
1663
1664 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1665
1666         * wl-draft.el (wl-draft-save): Encode address list under edit by
1667         `eword-encode-unstructured-field-body'.
1668
1669         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1670
1671 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1672
1673         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1674         wl-current-summary-buffer.
1675
1676 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1677
1678         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1679         `numbers' is ignored.
1680
1681 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1682
1683         * wl-folder.el (wl-folder-open-folder): Avoid error.
1684         Reported by John Owens, [wl-en:815]
1685
1686         * wl.el (wl): Set timer for biff process even if prefix argument
1687         is given or auto-checking is quitted.
1688
1689         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1690         immediately.
1691         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1692         (wl-toggle-plugged): Ditto.
1693
1694         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1695         * wl-util.el (wl-biff-start): Use idle timer if
1696         `wl-biff-use-idle-timer' is non-nil.
1697
1698 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1699
1700         * wl-highlight.el (wl-highlight-message): Fix description.
1701
1702 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1703
1704         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1705         tty.
1706
1707 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1708
1709         * wl-action.el (wl-summary-exec): Print failure count.
1710
1711 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1712
1713         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1714         to `defun', remove interactive form.
1715         Set elmo-message-fetch-confirm when force-reload is non-nil.
1716
1717 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1718
1719         * wl-summary.el (toplevel): Removed unnecessary autoload.
1720
1721 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1722
1723         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1724         the buffer is generated from another message buffer.
1725
1726 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1727
1728         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1729         extracted from `wl-fldmgr-save-folders'.
1730         (wl-fldmgr-delete): Call it after deletion.
1731
1732 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1733
1734         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1735         multi-tty support.
1736
1737 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1738
1739         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1740
1741 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1742
1743         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1744         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1745
1746 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1747
1748         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1749         unsubscribe list only if argument CLEAR is nil.
1750
1751 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1752
1753         * wl-draft.el (wl-draft-reply): Decode subject before removing
1754         Re: prefix.
1755
1756 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1757
1758         * wl-summary.el (wl-summary-sort-by-size): New command.
1759
1760 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1761
1762         * wl-summary.el (wl-summary-number-list-from-region): New
1763         function.
1764         (wl-summary-mark-as-read-region): Use it.
1765         (wl-summary-mark-as-unread-region): Ditto.
1766         (wl-summary-set-flags-region): Ditto and add optional argument
1767         remove.
1768         (wl-summary-mark-as-answered-region): Ditto.
1769         (wl-summary-mark-as-important-region): Ditto.
1770         (wl-summary-target-mark-mark-as-important): Added optional
1771         argument remove.
1772         (wl-summary-target-mark-mark-as-answered): Ditto.
1773         (wl-summary-target-mark-set-flags): Ditto.
1774
1775 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1776
1777         * wl-summary.el (wl-summary-set-flags-region): Call
1778         `wl-summary-set-flags-internal' with number list instead of call
1779         one by each message.
1780         (wl-summary-target-mark-set-flags): Likewise.
1781
1782 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1783
1784         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1785         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1786         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1787         (wl-summary-target-mark-mark-as-answered): Likewise.
1788
1789 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1790
1791         * wl-summary.el (wl-summary-target-mark-forward): Use
1792         `wl-summary-delete-all-target-marks' instead of
1793         `wl-summary-delete-all-temp-marks'.
1794         (wl-summary-target-mark-reply-with-citation): Ditto.
1795         (wl-summary-target-mark-uudecode): Ditto.
1796         (wl-summary-target-mark-set-flags): Ditto and remove needless
1797         cursor move.
1798
1799 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1800
1801         * wl-summary.el (wl-summary-target-mark-forward): Protect
1802         wl-summary-buffer-target-mark-list from nreverse.
1803         (wl-summary-target-mark-reply-with-citation): Ditto.
1804
1805 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1806
1807         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1808         `elmo-display-progress-threshold'.
1809
1810 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1811
1812         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1813         check `wl-summary-highlight'.
1814         (wl-summary-window-scroll-functions): Respect value of
1815         `wl-summary-highlight'.
1816         (wl-summary-sync-update): Run hooks
1817         `wl-summary-buffer-window-scroll-functions' at any time.
1818
1819 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1820
1821         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1822         from `wl-summary-cleanup-temp-marks'.
1823         (wl-summary-cleanup-temp-marks): Abolish argument.
1824         * wl.el (wl-save-status): Revert previous change.
1825         (wl-execute-temp-marks): New function, call
1826         `wl-summary-exec-with-confirmation'.
1827         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1828         (wl-folder-save-and-exec-marks): Abolished.
1829
1830 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1831
1832         * wl-e21.el (wl-e21-display-image-p): Respect
1833         `wl-highlight-folder-with-icon'.
1834         (wl-e21-highlight-folder-group-line): Highlight mouse line
1835         even if wl-e21-display-image-p is nil.
1836
1837         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1838         Respect value of `wl-summary-highlight'.
1839
1840         * wl.el (wl-save-status): Remove unused variable.
1841
1842         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1843         (wl-folder-mode-map): Bind it to "x".
1844
1845 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1846
1847         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1848
1849         * wl-thread.el (wl-thread-get-parent-list): Don't check
1850         disconnected ancestors, neglecting needless work in
1851         `wl-thread-update-indent-string-thread'.
1852
1853         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1854         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1855         argument, add argument default-keep to keep marks by default.
1856
1857         * Version number is increased to 2.11.30.
1858
1859         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1860         customization type and docstring.
1861         (wl-draft-reply-without-argument-list): Ditto.
1862
1863 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1864
1865         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1866
1867         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1868
1869 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1870
1871         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1872
1873 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1874
1875         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1876         save-excursion so as not to include run-hooks.
1877
1878 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1879
1880         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1881         Clarify that marks are going to be cleared.
1882
1883 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1884
1885         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1886         according to 3rd element of wl-summary-flag-mark.
1887
1888         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1889
1890 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1891
1892         * wl-action.el (wl-summary-target-mark-all): Don't set
1893         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1894
1895 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1896
1897         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1898         (wl-forward-subject-prefix): Ditto.
1899         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1900         (wl-draft-reply-make-subject): Ditto.
1901
1902         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1903         `wl-draft-forward'.
1904         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1905
1906 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1907
1908         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1909         target message does not exist.
1910
1911 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1912
1913         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1914         `wl-subject-prefix-regexp'.
1915         (wl-subject-forward-prefix-regexp): New variable.
1916         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1917         `wl-draft-strip-subject-re' and take regexp as argument.
1918         (wl-draft-forward): Use it.
1919         (wl-draft-reply): Ditto.
1920
1921 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1922
1923         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1924         emacs multi-tty support.
1925
1926 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1927
1928         * wl-e21.el (wl-e21-display-image-p): Don't call
1929         `display-images-p'.
1930         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1931         support.
1932         (wl-highlight-folder-current-line): Ditto.
1933         (wl-folder-init-icons): Ditto.
1934
1935 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1936
1937         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1938         the last line of summary in unplugged mode.
1939
1940 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1941
1942         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1943
1944 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1945
1946         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1947         * wl-address.el (wl-address-user-mail-address-p): Use it.
1948         (wl-address-delete-user-mail-addresses): Ditto.
1949         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1950
1951         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1952         (wl-address-delete-user-mail-addresses): Ditto.
1953
1954         * wl-address.el (wl-address-delete-user-mail-addresses): New
1955         function.
1956         * wl-refile.el (wl-refile-guess-by-history): Use it.
1957         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1958         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1959
1960         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1961         use wl-address-user-mail-address-p.
1962
1963 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1964
1965         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1966         after opening group.
1967
1968 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1969
1970         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1971         of elmo-set-buffer-multibyte.
1972
1973         * wl-message.el (wl-original-message-mode): Ditto.
1974
1975         * wl-score.el (wl-score-insert-header): Ditto.
1976
1977         * wl-summary.el
1978         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1979         (wl-summary-goto-folder-subr): Ditto.
1980         (wl-summary-insert-headers): Ditto.
1981
1982         * wl-util.el (wl-set-string-width): Ditto.
1983
1984         * Version number is increased to 2.11.29.
1985
1986 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1987
1988         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1989         (wl-highlight-summary-line-help-echo-alist): New variable.
1990         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1991         into `wl-highlight-summary-line-help-echo' and
1992         `wl-highlight-flag-folder-help-echo'.
1993         (wl-highlight-summary-line-string): Change accordingly.
1994         (wl-highlight-summary-current-line): Ditto.
1995
1996 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1997
1998         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1999         at the beginning of field body (Thanks to Markus Knittig).
2000
2001         * wl-draft.el (wl-draft-insert-current-message): Also check
2002         summary buffer, remove unnecessary tag.
2003
2004 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2005
2006         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2007         when wl-message-buffer is nil.
2008
2009         * wl-folder.el (wl-folder): Abolish unused argument.
2010         Call wl-folder-init when wl-folder-entity is nil.
2011         * wl.el (wl): Change accordingly.
2012
2013 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2014
2015         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2016         multibyte string before insert into draft buffer.
2017         (wl-draft-create-buffer): Always enable multibyte characters for
2018         draft buffer.
2019
2020         * Version number is increased to 2.11.28.
2021
2022 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2023
2024         * wl-folder.el (wl-folder-open-close): Handle blank line.
2025         (wl-folder-jump-to-current-entity): Ditto.
2026
2027 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2028
2029         * Version number is increased to 2.11.27.
2030
2031 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2032
2033         * wl-thread.el (wl-thread-insert-message): When the thread is
2034         devided by wl-summary-max-thread-depth, insert line at the end of
2035         buffer.
2036
2037 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2038
2039         * Version number is increased to 2.11.26.
2040
2041 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2042
2043         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2044
2045 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2046
2047         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2048         value of stream-type and session.
2049
2050 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2051
2052         * Version number is increased to 2.11.25.
2053
2054 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2055
2056         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2057         in a quit message.
2058
2059 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2060
2061         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2062         (wl-summary-redisplay-no-mime-internal): Ditto.
2063
2064 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2065
2066         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2067         * wl-vars.el (wl-smtp-connection-type): Ditto.
2068
2069 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2070
2071         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2072         for the separator line and quote mail-header-separator.
2073
2074 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2075
2076         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2077         result message.
2078
2079         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2080         `elmo-multiple-fields-body-list' with boundary as
2081         mail-header-separator.
2082
2083 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2084
2085         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2086
2087 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2088
2089         * wl-util.el (wl-list-diff): Remove unused function.
2090
2091         * wl-draft.el (wl-draft-send-confirm): Discard input before
2092         confirmation.
2093
2094 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2095
2096         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2097         order of flag and new.
2098
2099 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2100
2101         * wl-vars.el (wl-refile-policy-alist): Abolished.
2102
2103         * wl-action.el (wl-summary-set-action-refile): Follow the change
2104         above.
2105
2106 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2107
2108         * wl-highlight.el (wl-highlight-signature-search): Don't use
2109         re-search-backward for a long word since it is possible to crash
2110         XEmacs because of a bug.
2111
2112 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2113
2114         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2115
2116 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2117
2118         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2119         argument for wl-summary-sync-force-update.
2120
2121 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2122
2123         * wl-summary.el (wl-summary-mode-map): Revival of
2124         wl-summary-mark-as-important related bindings;
2125         Bind 'F','tF','mF','rF','m&'.
2126         (wl-summary-mark-as-important-region): Revival.
2127         (wl-summary-target-mark-mark-as-important): Ditto.
2128         (wl-summary-target-mark-operation): New function.
2129         (wl-summary-target-mark-mark-as-answered): Use it.
2130         (wl-summary-decide-flag): Don't set Important as default.
2131         (wl-summary-mark-as-important-internal): Revival.
2132         (wl-summary-mark-as-important): Ditto.
2133
2134         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2135
2136         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2137         instead of facep.
2138
2139 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2140
2141         * wl-dnd.el (wl-dnd-drop-func): Fix.
2142
2143         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2144         mouse-set-point instead of posn-point.
2145
2146         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2147
2148         * wl-mule.el (wl-completing-read-multiple): Ditto.
2149
2150 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2151
2152         * wl-demo.el (face-background-name): Defalias to avoid compile
2153         warning.
2154
2155 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2156
2157         * wl-summary.el (wl-summary-decide-flag): Use
2158         wl-completing-read-multiple instead of completing-read-multiple.
2159
2160         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2161         New alias.
2162
2163         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2164         Use face-background-name instead of face-background.
2165
2166         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2167
2168         * wl-summary.el (wl-summary-save): Use it.
2169         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2170
2171         * wl-mime.el (wl-mime-save-content): Fix last change.
2172
2173 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2174
2175         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2176         New function.
2177         (wl-summary-sort-specs): Added sort.
2178         * wl-mime.el (wl-mime-save-content): Expand file name.
2179
2180 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2181
2182         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2183
2184         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2185
2186 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2187
2188         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2189         for flag if it is not defined.
2190
2191 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2192
2193         * wl-e21.el (wl-highlight-folder-current-line): Use
2194         elmo-folder-type-internal when elmo-folder-type returns nil.
2195
2196         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2197
2198         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2199
2200         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2201
2202         * wl-e21.el (wl-summary-toolbar): Ditto.
2203
2204         * wl-vars.el (wl-demo-background-color): Abolished.
2205         (wl-summary-persistent-mark-priority-list): Renamed from
2206         wl-summary-flag-priority-list.
2207         (wl-summary-flag-alist): New user option.
2208         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2209         (wl-message-mode-line-format-spec-alist): Added 'F'.
2210         (wl-message-mode-line-format): Likewise.
2211         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2212         instead of wl-summary-important-mark.
2213         (wl-file-folder-icon): New variable.
2214
2215         * wl-thread.el (wl-thread-set-flags): Renamed from
2216         wl-thread-mark-as-important.
2217
2218         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2219         warning.
2220         (wl-summary-mode-menu-spec): Follow the change of 
2221         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2222         (wl-summary-mode-map): Follow the change of
2223         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2224         (wl-summary-detect-mark-position): Follow the variable name change.
2225         (wl-summary-set-flags-region): New function for the replacement of
2226         wl-summary-mark-as-important-region.
2227         (wl-summary-sync-marks): Sync all global-flags.
2228         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2229         instead of elmo-message-flagged-p.
2230         (wl-summary-persistent-mark-string): Follow the variable name change;
2231         Put wl-summary-flag-mark if the message has global-flag.
2232         (wl-summary-target-mark-set-flags): Renamed from 
2233         wl-summary-target-mark-mark-as-important.
2234         (wl-summary-decide-flag): New function.
2235         (wl-summary-set-flags-internal): Renamed from
2236         wl-summary-mark-as-important-internal.
2237         (wl-summary-add-flags-internal): New function.
2238         (wl-summary-remove-flags-internal): Ditto.
2239         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2240         (wl-summary-mark-as-unimportant): Abolish.
2241         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2242         (wl-summary-next-message): List flagged messages in the msgdb.
2243
2244         * wl-score.el (wl-summary-score-update-all-lines): Use
2245         wl-summary-add-flags-internal instead of 
2246
2247         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2248
2249         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2250         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2251         (wl-message-buffer-require-all-header): Renamed from
2252         wl-message-buffer-all-header-flag (Ditto).
2253         (wl-message-buffer-flag-indicator): New variable.
2254         (wl-message-redisplay): Changed local varibale name from `flag' to
2255         `display-type'; Set up wl-message-buffer-flag-indicator.
2256         (wl-message-buffer-display): Changed varibale name from `flag' to
2257         `display-type'.
2258         (wl-message-display-internal): Likewise.
2259
2260         * wl-highlight.el (wl-highlight-demo-face): Define default background
2261         color.
2262         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2263
2264         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2265
2266         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2267         (wl-demo-setup-properties): Renamed from
2268         `wl-demo-set-background-color'.
2269         (wl-demo): Follow the change above.
2270         
2271         * Version number is increased to 2.11.24.
2272
2273 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2274
2275         * wl-summary.el (wl-summary-toggle-thread): Call
2276         `wl-summary-rescan' with disable-thread as non-nil.
2277         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2278
2279 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2280
2281         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2282         foreground property of the face.
2283         (wl-demo-insert-text): Don't set up face property here.
2284         (wl-demo): Call wl-demo-set-background-color, anyway.
2285
2286 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2287
2288         * wl-vars.el (wl-demo-background-color): The value can be nil.
2289
2290 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2291
2292         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2293         to wl-summary-wheel-dispatcher.
2294
2295         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2296         wl-message-wheel-dispatcher.
2297         (wl-message-wheel-dispatcher): New function.
2298         (wl-summary-wheel-dispatcher): Ditto.
2299
2300 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2301
2302         * wl-action.el (wl-summary-target-mark-all): List messages which are
2303         not in the killed-list.
2304
2305         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2306         only when the folder is 'flag/important.
2307
2308         * wl-address.el (wl-complete-field-body): Complete if the last
2309         character is a space.
2310
2311 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2312
2313         * wl-folder.el (wl-folder-clear-entity-info): Use
2314         elmo-clear-hash-val.
2315
2316         * wl-fldmgr.el (wl-fldmgr-rename): Set
2317         wl-folder-info-alist-modified as t.
2318
2319 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2320
2321         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2322
2323 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2324
2325         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2326         (wl-folder-buffer-last-visited-entity-id): New buffer local
2327         variable.
2328         (wl-folder-revisit-last-visited-folder): New function.
2329         (wl-folder-mode-map): Bind it to "C-i".
2330         (wl-folder-set-current-entity-id): Set last visited folder.
2331         * wl-summary.el (wl-summary-exit): Ditto.
2332
2333 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2334
2335         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2336         before calling `recenter' in order to cope with an XEmacs bug.
2337
2338 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2339
2340         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2341         to the default value.
2342
2343 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2344
2345         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2346         change.
2347         (wl-summary-sync-marks): Ditto.
2348         (wl-summary-mark-as-read-internal): Ditto.
2349         (wl-summary-mark-as-answered-internal): Ditto.
2350         (wl-summary-mark-as-important-internal): Ditto.
2351         (wl-summary-reply): Ditto.
2352
2353         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2354         instead of `elmo-folder-unflag-answered'.
2355
2356         * Version number is increased to 2.11.23.
2357
2358         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2359         the last change.
2360
2361 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2362
2363         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2364         Specify "spam" or "good".
2365
2366 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2367
2368         * wl-spam.el (wl-summary-exec-action-spam): Call
2369         wl-folder-confirm-existence for spam folder.
2370         (wl-spam-setup): Bind "mk".
2371
2372 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2373
2374         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2375
2376 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2377
2378         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2379         destination folder is empty.
2380
2381 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2382
2383         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2384         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2385
2386         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2387         (wl-summary-refile-prev-destination-region): New function.
2388         (wl-thread-refile-prev-destination): Ditto.
2389         (wl-summary-target-mark-refile-prev-destination): Ditto.
2390
2391 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2392
2393         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2394         (wl-demo-background-color): Changed default value.
2395
2396         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2397         color.
2398
2399         * wl-demo.el (wl-demo-set-background-color): New function.
2400         (wl-demo): Call it.
2401
2402 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2403
2404         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2405         * wl-address.el (wl-address-add-or-change): Don't add empty
2406         address.
2407
2408 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2409
2410         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2411
2412 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2413
2414         * wl-vars.el (wl-demo-image-filter-alist): New variable
2415         (wl-demo-background-color): Ditto.
2416
2417         * wl-demo.el (wl-demo-xpm-set-background): New function.
2418         (wl-demo-image-filter): Ditto.
2419         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2420
2421         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2422
2423         * wl-demo.el (wl-demo-icon-name): Define as function.
2424         (wl-demo-insert-image): Use it.
2425
2426 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2427
2428         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2429
2430 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2431
2432         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2433
2434 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2435
2436         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2437
2438 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2439
2440         * wl-thread.el (wl-thread-mark-as-answered): New function.
2441
2442         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2443         answered" entry.
2444         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2445         "r&" and wl-thread-mark-as-answered to "t&".
2446         (wl-summary-mark-as-important-region): Refine to toggle mark.
2447         (wl-summary-mark-as-answered-region): New function.
2448         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2449         and 3rd argument.
2450         (wl-summary-mark-as-important-internal): Likewise.
2451
2452 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2453
2454         * wl-template.el (wl-template-preview): New internal variable.
2455         (wl-template-preview-p): New function.
2456         (wl-template-show): Bind `wl-template-preview' as t.
2457
2458 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2459
2460         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2461         `elmo-message-entity-field' with 3rd argument which is non-nil.
2462
2463 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2464
2465         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2466         Removed duplicate local bind `folder'.
2467
2468 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2469
2470         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2471
2472 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2473
2474         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2475         duplicate definition.
2476
2477 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2478
2479         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2480         non-nil, use it; Don't fetch message if there's no message in the
2481         current cursor position.
2482
2483 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2484
2485         * wl-util.el (wl-region-exists-p): Use region-active-p.
2486         (wl-deactivate-region): New function.
2487         * wl-message.el (wl-message-redisplay): Deactivate region.
2488
2489         * wl-summary.el (wl-summary-reply): Call
2490         `wl-summary-set-message-buffer-or-redisplay' instead of
2491         `wl-summary-redisplay-internal', don't move point.
2492
2493 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2494
2495         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2496         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2497         by regexp.
2498
2499 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2500
2501         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2502         if no need.
2503
2504 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2505
2506         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2507         default value to nil.
2508         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2509         `wl-summary-prepare-hook'; Replace refile action to
2510         `wl-summary-exec-action-refile-with-register'.
2511
2512         * Version number is increased to 2.11.22.
2513
2514 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2515
2516         * wl-summary.el (wl-summary-detect-mark-position): Set
2517         `wl-summary-buffer-weekday-name-lang'.
2518
2519 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2520
2521         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2522         (wl-summary-mark-as-read-all): Ditto.
2523         (wl-summary-delete-messages-on-buffer): Ditto.
2524         (wl-summary-sync-update): Ditto.
2525         (wl-summary-mark-as-read-internal): Ditto.
2526         (wl-summary-mark-as-answered-internal): Ditto.
2527         (wl-summary-update-folder-info): Abolished.
2528
2529 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2530
2531         * wl-summary.el (wl-summary-mark-as-read-all): Use
2532         `wl-summary-update-folder-info' instead of
2533         `wl-folder-update-unread'.
2534
2535 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2536
2537         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2538         `wl-summary-folder-info-update'.
2539         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2540         instead of `wl-summary-folder-info-update'.
2541         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2542         `wl-folder-set-folder-updated'.
2543         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2544         instead of `wl-folder-update-unread'.
2545         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2546         the value of `wl-summary-buffer-unread-count' for the second parameter of
2547         `wl-folder-update-unread'.
2548
2549         * Version number is increased to 2.11.21.
2550
2551 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2552
2553         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2554         a local variable.
2555
2556 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2557
2558         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2559         interactively.
2560
2561         * wl-summary.el (wl-summary-mark-as-important-internal): New
2562         internal function.
2563         (wl-summary-mark-as-important): Use it.
2564         (wl-summary-mark-as-unimportant): New function.
2565         (wl-summary-sync-marks): Follow the API change.
2566
2567         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2568
2569         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2570
2571 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2572
2573         * wl-folder.el (wl-folder-update-unread): Re-indent.
2574         Narrow the scope of a local variable.
2575
2576 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2577
2578         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2579         (wl-addrmgr-merge-entries): Ditto.
2580         (wl-addrmgr): Added to address entry which exists in draft buffer
2581         if no entry is in original.
2582
2583 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2584
2585         * wl-batch.el: New file.
2586
2587 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2588
2589         * wl-vars.el (wl-use-semi): Remove unused variable.
2590
2591 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2592
2593         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2594         "?".
2595
2596 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2597
2598         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2599         wl-summary-new-mark.
2600         (wl-summary-new-cached-mark): New user option.
2601         (wl-summary-score-marks): Follow the change above.
2602         (wl-summary-auto-refile-skip-marks): Ditto.
2603         (wl-summary-incorporate-marks): Ditto.
2604         (wl-summary-expire-reserve-marks): Ditto.
2605
2606         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2607
2608         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2609         (wl-summary-persistent-mark-string): Distinguished between cached
2610         and uncached mark when the message is new.
2611
2612 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2613
2614         * wl-spam.el (wl-spam-domain): Renamed from
2615         `wl-spam-folder-guess-domain'.
2616         (wl-summary-exec-action-spam): Register as spam if domain of the
2617         source folder is good.
2618         (wl-summary-exec-action-refile-with-register): Register message if
2619         domain of the source folder is not undecided.
2620
2621 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2622
2623         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2624         detect thread loop.
2625
2626 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2627
2628         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2629         and wl-summary-skip-mark-list.
2630
2631 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2632
2633         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2634
2635         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2636
2637         * wl-spam.el (toplevel): Require wl-highlight.
2638         (wl-spam-auto-check-policy-alist): Abolish.
2639         (wl-spam-auto-check-folder-regexp-list): New user option.
2640         (wl-spam-auto-check-marks): Ditto.
2641         (wl-spam-mark-action-list): Ditto.
2642         (wl-highlight-summary-spam-face): New face.
2643         (wl-spam-auto-check-message-p): New function.
2644         (wl-spam-map-spam-messages): Fixed message.
2645         (wl-spam-register-spam-messages): Ditto.
2646         (wl-spam-register-good-messages): Ditto.
2647         (wl-summary-spam-map): Add and remove keybind.
2648         (wl-summary-target-mark-spam): Abolish.
2649         (wl-summary-refile-spam): Ditto.
2650         (wl-summary-test-spam): New function.
2651         (wl-summary-mark-spam): Ditto.
2652         (wl-summary-auto-check-spam): Follow the above change.
2653         (wl-summary-exec-action-spam): New function.
2654         (wl-summary-exec-action-refile-with-register): Fixed message.
2655         (wl-message-check-spam): New function.
2656         (wl-spam-setup): Ditto.
2657         (toplevel): Call it if this file is loaded interactivity.
2658
2659         * Version number is increased to 2.11.20.
2660
2661 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2662
2663         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2664         when new optional argument `force' is non nil or modified.
2665
2666 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2667
2668         * wl.el (toplevel): Require wl-spam when compile.
2669         (wl-save-status): Call wl-spam-save-status.
2670
2671         * wl-spam.el (wl-spam-register-spam-messages): New function.
2672         (wl-spam-register-good-messages): Ditto.
2673         (wl-spam-save-status): Ditto.
2674         (wl-summary-mode-map): Bind
2675         wl-summary-target-mark-register-as-spam to "ms" and
2676         wl-summary-target-mark-register-as-good to "mn".
2677         (wl-summary-register-as-spam): Abolish optional argument; Use
2678         wl-spam-register-spam-messages.
2679         (wl-summary-register-as-spam-all): Use
2680         wl-spam-register-spam-messages.
2681         (wl-summary-register-as-good): Abolish optional argument; Use
2682         wl-spam-register-good-messages.
2683         (wl-summary-register-as-good-all): Use
2684         wl-spam-register-good-messages.
2685         (wl-summary-target-mark-register-as-spam): New funtion.
2686         (wl-summary-target-mark-register-as-good): Ditto.
2687
2688 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2689
2690         * wl-spam.el: New file.
2691
2692 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2693
2694         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2695
2696         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2697         (wl-summary-auto-refile): Call wl-refile-guess with
2698         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2699
2700 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2701
2702         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2703         with disable-thread argument non-nil.
2704
2705 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2706
2707         * wl-summary.el (wl-summary-rescan): Added optional argument
2708         disable-thread.
2709         (wl-summary-sync): Call wl-summary-rescan with argument
2710         disable-thread.
2711         (wl-summary-input-range): Added new range `rescan-thread'.
2712
2713 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2714
2715         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2716
2717 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2718
2719         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2720         internal variable.
2721         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2722         wl-summary-search-parent-by-subject-regexp and
2723         wl-summary-divide-thread-when-subject-changed as nil.
2724         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2725         (wl-summary-insert-thread): Search parent entity from
2726         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2727         thread loop.
2728
2729 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2730
2731         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2732
2733         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2734
2735         * wl-util.el (wl-require-update-all-folder-p): New function.
2736         (wl-get-assoc-list-value): Added `function' to match directive.
2737         (wl-collect-draft): Rewrite.
2738
2739         * wl-summary.el (wl-summary-sync-update): Clear faces
2740         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2741         are non-nil.
2742         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2743         argument as function.
2744         (wl-summary-input-range): Ditto.
2745
2746         * wl-folder.el (wl-draft-get-folder): New function.
2747         (wl-folder-get-elmo-folder): Consider draft folder.
2748
2749         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2750         (wl-draft-buffer-message-number): New buffer local variable.
2751         (wl-draft-folder-internal): New internal variable.
2752         (wl-draft-delete): Rewrite.
2753         (wl-draft-save): Ditto.
2754         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2755         wl-folder-get-elmo-folder.
2756         (wl-draft-config-info-operation): Ditto.
2757         (wl-jump-to-draft-folder): Ditto.
2758         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2759         (wl-draft-reedit): Rewrite.
2760
2761         * Version number is increased to 2.11.19.
2762         
2763 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2764
2765         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2766         variable.
2767
2768 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2769
2770         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2771         Use ignore-errors instead of unwind-protect.
2772
2773 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2774
2775         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2776         for updating `wl-thread-entity-list'.
2777
2778 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2779
2780         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2781         parameter from calling `wl-thread-entity-get-older-brothers' and
2782         `wl-thread-entity-get-younger-brothers'.
2783         Replace nested `append' with a single one.
2784
2785 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2786
2787         * wl-summary.el (wl-summary-mode): Don't use the return value of
2788         `make-local-hook'.
2789
2790 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2791
2792         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2793         instead of `let*'.
2794         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2795         of local variables.
2796
2797 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2798
2799         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2800         Renamed from wl-summary-window-scroll-functions.
2801         (wl-summary-window-scroll-functions): Don't set to variable.
2802         (wl-summary-display-top): Use run-hooks.
2803         (wl-summary-display-bottom): Ditto.
2804         (wl-summary-toggle-disp-msg): Ditto.
2805         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2806         Use it instead of wl-summary-window-scroll-functions.
2807         (wl-summary-goto-folder-subr): Don't call
2808         wl-summary-window-scroll-functions, use
2809         wl-summary-buffer-window-scroll-functions instead.
2810
2811 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2812
2813         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2814         make-local-variable.
2815
2816 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2817
2818         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2819         set-buffer-modified-p.
2820         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2821         (wl-summary-display-bottom): Ditto.
2822         (wl-summary-toggle-disp-msg): Ditto.
2823
2824 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2825
2826         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2827
2828         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2829         (wl-summary-forward): Use elmo-message-entity-field instead of
2830         elmo-message-field.
2831
2832         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2833
2834 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2835
2836         * wl-summary.el (wl-summary-window-scroll-functions): No use
2837         `append'.
2838
2839 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2840
2841         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2842         function.
2843         (wl-summary-window-scroll-functions): Call it when both
2844         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2845         (wl-summary-temp-mark): Added optional argument number.
2846         (wl-summary-message-mark): Added optional argument flag.
2847         (wl-summary-persistent-mark): Added optional argument number and flag.
2848         (wl-summary-update-persistent-mark): Ditto.
2849         (wl-summary-update-status-marks): Set "r" for interactive spec.
2850
2851         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2852         argument number and flag.
2853
2854         * wl-action.el (wl-summary-registered-temp-mark): 
2855         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2856
2857 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2858
2859         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2860         internal variable (buffer local).
2861         (wl-summary-window-scroll-functions): New function.
2862         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2863         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2864         as nil.
2865         (wl-summary-update-status-marks): Added arguments beg, end and
2866         check.
2867         (wl-summary-update-mark-window): Use function.
2868         (wl-summary-sync-update): Follow the change above.
2869         (wl-summary-switch-to-clone-buffer): Copy
2870         wl-summary-buffer-unsync-mark-number-list.
2871         (wl-summary-goto-folder-subr): Set
2872         wl-summary-buffer-unsync-mark-number-list and
2873         use wl-summary-window-scroll-functions instead of
2874         wl-summary-lazy-highlight.
2875
2876         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2877
2878 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2879
2880         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2881
2882         * wl-summary.el (wl-summary-update-persistent-mark): Call
2883         wl-summary-set-message-modified.
2884
2885         * wl-summary.el (wl-summary-sync-update): Don't call
2886         wl-summary-update-status-marks.
2887
2888         * Version number is increased to 2.11.18.
2889
2890 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2891
2892         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2893         (wl-message-next-page): Ditto.
2894
2895 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2896
2897         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2898         local variable.  Change the order of a collected list into the
2899         same as the specified range.  Remove nil from a collected list.
2900
2901 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2902
2903         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2904         argument for elmo-folder-list-messages.
2905
2906 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2907
2908         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2909         change (wl-summary-count-unreads return a list instead of a cons
2910         cell).
2911
2912 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2913
2914         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2915         `wl-summary-folder-info-update'.
2916
2917 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2918
2919         * wl-summary.el (wl-summary-set-message-modified): No use
2920         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2921         (wl-summary-set-mark-modified): Abolish.
2922         (wl-summary-mark-modified-p): Ditto.
2923         (wl-summary-save-view): Follow the change above.
2924
2925         * wl-expire.el (wl-summary-expire): Likewise.
2926
2927 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2928
2929         * wl-summary.el (wl-summary-detect-mark-position): Use
2930         modb-entity-handler.
2931         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2932
2933         * Version number is increased to 2.11.17.
2934
2935 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2936
2937         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2938         entity field value.
2939         (wl-summary-prefetch-msg): Ditto.
2940         (wl-summary-print-message-with-ps-print): Ditto.
2941
2942 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2943
2944         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2945         for dummy entity.
2946         (wl-summary-insert-thread): Use elmo-message-entity-field.
2947         (wl-summary-update-thread): Use elmo-message-entity-field and
2948         elmo-message-entity-number.
2949         (wl-summary-line-number):  Use elmo-message-entity-number.
2950         (wl-summary-line-size): Use elmo-message-entity-field.
2951         (wl-summary-line-subject): Ditto.
2952         (wl-summary-line-from): Ditto.
2953         (wl-summary-line-attached): Ditto.
2954         (wl-summary-create-line): Ditto.
2955         (wl-summary-create-line): Use elmo-message-entity-number.
2956         (wl-summary-print-message-with-ps-print): Use
2957         elmo-message-entity-field.
2958
2959 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2960
2961         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2962         change in elmo-msgdb-make-message-entity.
2963         (wl-summary-buffer-set-folder): Don't call
2964         wl-summary-detect-mark-position here.
2965         (wl-summary-rescan): Call elmo-message-entity-number.
2966         (wl-summary-sync-update): Ditto.
2967         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2968
2969         * wl-score.el (wl-score-header-index): Redefine 2th element.
2970         (wl-score-overview-entity-get-extra): Abolish.
2971         (wl-score-ov-entity-get): Rewrite.
2972         (wl-score-string-index<, wl-score-string-func<): Abolish.
2973         (wl-score-string<): New function.
2974         (wl-score-string-sort): Use it.
2975
2976         * wl-refile.el (wl-refile-guess-by-history): Use
2977         elmo-message-entity-field.
2978         (wl-refile-guess-by-from): Ditto.
2979         (wl-refile-guess-by-msgid): Ditto.
2980
2981         * Version number is increased to 2.11.16.
2982
2983 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2984
2985         * wl-folder.el (wl-folder-confirm-existence): Don't call
2986         file-exists-p if msgdb-path is nil.
2987         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2988         `wl-read-folder-hist' to `wl-read-folder-history'.
2989
2990 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2991
2992         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2993         `y-or-n-p'.
2994
2995 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2996
2997         * wl-score.el (wl-score-headers): Don't use
2998         elmo-folder-do-each-message-entity.
2999
3000         * Version number is increased to 2.11.15.
3001
3002 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3003
3004         * wl-summary.el (wl-summary-delete-all-msgs): Use
3005         elmo-folder-move-messages instead of elmo-folder-delete-messages
3006         and elmo-folder-detach-messages.
3007         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3008
3009         * wl-expire.el (wl-expire-delete): Ditto.
3010         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3011
3012 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3013
3014         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3015         (wl-message-header-narrowing-fields): Ditto.
3016         (wl-message-header-narrowing-lines): Ditto.
3017         (wl-message-header-narrowing-string): Ditto.
3018
3019         * wl-summary.el (wl-summary-mode-map): Bind
3020         wl-summary-toggle-header-narrowing to "C-cC-f".
3021         (wl-summary-toggle-header-narrowing): New function.
3022
3023         * wl-message.el (wl-message-buffer-create): Call
3024         wl-message-header-narrowing-setup.
3025         (wl-message-redisplay): Call wl-message-header-narrowing.
3026         (wl-message-header-narrowing): New function.
3027         (wl-message-header-narrowing-map): New keymap.
3028         (wl-message-header-narrowing-widen-map): New keymap.
3029         (wl-message-header-narrowing-again-at-mouse): New function.
3030         (wl-message-header-narrowing-1): Ditto.
3031         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3032         (wl-message-header-narrowing-setup): Ditto.
3033         (wl-message-header-narrowing-toggle): Ditto.
3034         
3035         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3036
3037         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3038         'flag as all.
3039         (wl-use-flag-folder-help-echo): New user option.
3040
3041         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3042         wl-summary-highlight as nil.
3043         (wl-summary-set-mark-modified): Follow the API change.
3044         (wl-summary-mark-modified-p): Ditto.
3045         (wl-summary-mark-as-read-all): Ditto.
3046         (wl-summary-sync-marks): Don't call
3047         elmo-folder-list-messages-with-global-mark.
3048         (wl-summary-mark-as-read-internal): Follow the API change.
3049         (wl-summary-mark-as-answered-internal): Ditto.
3050         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3051         Follow the API change.
3052         (wl-summary-create-line): Call with number argument.
3053         (wl-summary-reply): Follow the API change.
3054
3055         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3056         function.
3057         (wl-highlight-summary-line-string): Call it when
3058         wl-use-flag-folder-help-echo is non-nil.
3059         (wl-highlight-summary-current-line): Ditto.
3060         (elmo-flag-folder-referrer): Added autoload setting.
3061
3062         * wl-draft.el (wl-draft-kill): Follow the API change.
3063
3064         * Version number is increased to 2.11.14.
3065         
3066 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3067
3068         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3069
3070 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3071
3072         * Version number is increased to 2.11.13.
3073
3074 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3075
3076         * wl-draft.el (wl-draft-previous-history-element): Fixed
3077         unbalanced parenthesis and bind unbound local variables.
3078
3079 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3080
3081         * wl-draft.el (wl-draft-previous-history-element): New function.
3082         (wl-draft-next-history-element): Ditto.
3083         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3084         them to M-p and M-n.
3085
3086 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3087
3088         * Version number is increased to 2.11.12.
3089
3090 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3091
3092         * wl-draft.el (wl-draft-hide): Select buffer-window.
3093
3094 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3095
3096         * wl-summary.el (wl-summary-narrow-to-region): New function.
3097         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3098         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3099         (wl-summary-save-region): Use it.
3100         * wl-action.el (wl-summary-collect-numbers-region)
3101         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3102
3103 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3104
3105         * wl-folder.el (wl-folder-count-incorporates): Don't use
3106         `elmo-msgdb-mark-load'
3107
3108         * Version number is increased to 2.11.11.
3109
3110 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3111
3112         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3113         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3114
3115 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3116
3117         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3118
3119 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3120
3121         * Version number is increased to 2.11.10.
3122
3123 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3124
3125         * wl-mime.el (wl-draft-attribute-value): Fixed.
3126
3127 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3128
3129         * wl-util.el (wl-copy-local-variables): New function.
3130
3131         * wl-mime.el (wl-draft-attribute-recipients): New function.
3132         (wl-draft-attribute-envelope-from): Ditto.
3133         (wl-draft-attribute-smtp-posting-server): Ditto.
3134         (wl-draft-attribute-smtp-posting-port): Ditto.
3135         (wl-draft-attribute-value): Ditto.
3136         (wl-draft-preview-message): Use it to get value for
3137         attributes. Reflect result of `wl-draft-config'.
3138
3139         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3140         and call `wl-summary-mark-as-read' before to call
3141         `wl-summary-unset-mark'.
3142         (wl-summary-target-mark-mark-as-unread): Likewise.
3143         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3144
3145 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3146
3147         * wl-mime.el (wl-draft-preview-message): Use actual value for
3148         attributes; Fix for small window.
3149
3150 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3151
3152         * wl-refile.el (wl-refile-get-field-value): Call
3153         `elmo-message-entity-field' with 3rd argument is non-nil.
3154
3155 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3156
3157         * wl-vars.el (wl-draft-preview-attributes): New user option.
3158         (wl-draft-preview-attributes-list): Ditto.
3159         (wl-draft-preview-attributes-buffer-lines): Ditto.
3160         (wl-draft-preview-attributes-buffer-name): Ditto.
3161
3162         * wl-mime.el (wl-draft-preview-message): Display attributes.
3163
3164 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3165
3166         * wl-summary.el (wl-summary-detect-mark-position): Bind
3167         wl-summary-flag-priority-list to '(new).
3168
3169 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3170
3171         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3172         funtion.
3173         (wl-highlight-summary-line-string): Use it.
3174         (wl-highlight-summary-current-line): Ditto.
3175
3176 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3177
3178         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3179         line even when the mark string is not changed.
3180
3181         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3182         argument change in the wl-summary-create-line.
3183         (wl-thread-insert-entity-sub): Ditto.
3184
3185         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3186         argument change in the wl-summary-create-line.
3187         (wl-summary-insert-sequential): Ditto.
3188         (wl-summary-update-thread): Ditto.
3189         (wl-summary-persistent-mark-string): New inline function.
3190         (wl-summary-message-mark): Use it.
3191         (wl-summary-create-line): Abolish argument wl-persistent-mark
3192         and added wl-flags, wl-cached.
3193
3194         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3195         mark to flags.
3196         (wl-highlight-summary-current-line): Decide the face not by the 
3197         persistent mark but flags.
3198
3199 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3200
3201         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3202         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3203         wl-summary-read-uncached-mark): Revive.
3204         (wl-summary-answered-cached-mark,
3205         wl-summary-answered-uncached-mark): New user option.
3206         (wl-summary-score-marks): Follow the change above.
3207         (wl-summary-auto-refile-skip-marks): Ditto.
3208         (wl-summary-incorporate-marks): Ditto.
3209         (wl-summary-expire-reserve-marks): Ditto.
3210         (wl-summary-flag-priority-list): New user option.
3211
3212         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3213         changes.
3214         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3215         of elmo-message-mark.
3216         (wl-summary-mark-as-read-internal): Ditto.
3217         (wl-summary-mark-as-answered): Ditto.
3218         (wl-summary-mark-as-important): Ditto.
3219         (wl-summary-redisplay-internal): Ditto.
3220         (wl-summary-redisplay-no-mime-internal): Ditto.
3221         (wl-summary-message-mark): New function.
3222         (wl-summary-insert-sequential): Use wl-summary-message-mark
3223         instead of elmo-message-mark.
3224         (wl-summary-update-thread): Ditto.
3225         (wl-summary-persistent-mark): Ditto.
3226         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3227         instead of elmo-message-mark.
3228
3229         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3230         wl-summary-message-mark instead of elmo-message-mark.
3231         (wl-thread-insert-entity-sub): Ditto.
3232         (wl-thread-get-children-msgs-uncached): Ditto.
3233
3234         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3235         variable name changes.
3236         (wl-highlight-summary-current-line): Ditto.
3237
3238         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3239         wl-summary-message-mark instead of elmo-message-mark.
3240
3241         * wl-expire.el (wl-expire-message-p): Ditto.
3242
3243         * wl-score.el (wl-score-headers): Ditto.
3244
3245         * Version number is increased to 2.11.9.
3246
3247         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3248         (wl-summary-sync-update): Follow the change above.
3249         (wl-summary-switch-to-clone-buffer): Ditto.
3250         (wl-summary-open-folder): Ditto.
3251
3252 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3253
3254         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3255         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3256
3257         * Version number is increased to 2.11.8.
3258
3259         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3260
3261         * wl-expire.el (wl-expire-refile): Follow the API change on
3262         `elmo-folder-move-messages'.
3263         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3264
3265         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3266         (wl-summary-exec-action-refile): Ditto.
3267         (wl-summary-exec-action-copy): Ditto.
3268         (wl-summary-no-auto-refile-message-p): No use
3269         `wl-summary-buffer-msgdb'.
3270         (wl-summary-auto-refile): Ditto.
3271
3272 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3273
3274         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3275
3276 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3277
3278         * wl-summary.el (wl-summary-sync): Treat no-sync.
3279
3280         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3281         (wl-default-sync-range): Ditto.
3282
3283 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3284
3285         * wl-refile.el (wl-refile-subject-learn): Call
3286         `elmo-message-entity-field' with 3rd argument is non-nil.
3287         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3288         instead of `elmo-msgdb-overview-entity-get-subject'.
3289
3290 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3291
3292         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3293         scan-type is rescan.
3294         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3295         new optional argument force is non-nil.
3296         (wl-summary-save-view-cache): Call it with force argument non-nil.
3297
3298         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3299
3300 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3301
3302         * wl-action.el (wl-summary-print-argument): Fixed last change.
3303
3304 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3305
3306         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3307         simplified.
3308         (wl-summary-target-mark-mark-as-unread): Likewise.
3309         (wl-summary-target-mark-mark-as-important): Likewise.
3310
3311 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3312
3313         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3314         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3315         (wl-summary-mark-as-important-region): Change accordingly.
3316         (wl-summary-target-mark-mark-as-important): Ditto.
3317
3318 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3319
3320         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3321
3322         * wl-action.el (wl-summary-print-argument): Print argument to
3323         right side of window if `wl-summary-print-argument-within-window'
3324         is non-nil.
3325
3326 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3327
3328         * wl-action.el (wl-summary-set-mark): Use
3329         `wl-summary-message-visible-p' to check visibility of the message
3330         and jump to message only when the message line is visible and have
3331         different number; Call wl-summary-unset-mark with number argument.
3332         (wl-summary-unset-mark): 
3333         Use `wl-summary-message-visible-p'
3334         to check visibility of the message and jump to message only when
3335         the message line is visible and have different number;
3336
3337 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3338
3339         * Version number is increased to 2.11.7.
3340
3341         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3342         and wl-folder-summary-line-format.
3343
3344         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3345         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3346         (wl-summary-set-score-mark): Use it.
3347         (wl-summary-target-mark-mark-as-read): Ditto.
3348         (wl-summary-target-mark-mark-as-unread): Ditto.
3349         (wl-summary-target-mark-mark-as-important): Ditto.
3350         (wl-summary-target-mark-msgs): Simplified.
3351         (wl-summary-detect-mark-position): Fixed problem when
3352         summary-line-format no contain persisten/temp mark spec.
3353         (wl-summary-temp-mark): Ditto.
3354         (wl-summary-persistent-mark): Ditto.
3355         (wl-summary-update-persistent-mark): Ditto.
3356
3357         * wl-action.el (wl-summary-set-mark): Ditto.
3358         (wl-summary-unset-mark): Ditto.
3359         All other related portions are changed.
3360
3361 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3362
3363         * Version number is increased to 2.11.6.
3364
3365 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3366
3367         * wl-util.el (wl-current-message-buffer): Define as function;
3368         Don't use the value of wl-messge-buffer.
3369
3370         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3371         persistent mark.
3372
3373         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3374         no current message, cause an error.
3375
3376 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3377
3378         * wl-summary.el (wl-summary-set-message-modified): Use
3379         elmo-folder-set-message-modified instead of
3380         elmo-folder-set-message-modified-internal.
3381
3382 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3383
3384         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3385         interactively.
3386         (wl-summary-sync): nokill->entirely.
3387         (wl-summary-sync-marks): Fixed message.
3388         (wl-summary-input-range): Added mark, nokill->entirely.
3389
3390         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3391         messages as read.
3392
3393 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3394
3395         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3396         update-noscore.
3397         (wl-summary-sync): Follow the change above.
3398
3399 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3400
3401         * wl-action.el (wl-summary-target-mark-all): Use
3402         elmo-folder-list-messages.
3403
3404 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3405
3406         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3407         (wl-summary-rescan): Set wl-summary-scored as nil.
3408         (wl-summary-sync-force-update): Follow the change above.
3409         (wl-summary-sync): Ditto.
3410         (wl-summary-sync-update): Added argument disable-killed.
3411         (wl-summary-insert-headers): Set visible-only argument for
3412         elmo-folder-list-messages.
3413         (wl-summary-input-range): Added update-nokill, update-noscore,
3414         all-nokill, all-noscore and mark.
3415
3416         * Version number is increased to 2.11.5.
3417
3418         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3419
3420 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3421
3422         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3423         (wl-summary-prefetch-region-no-mark): Change accordingly.
3424         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3425
3426 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3427
3428         * wl-address.el (wl-complete-field-to): Abolished.
3429         (wl-complete-address): Completion function for completing-read.
3430         * wl-action.el (wl-summary-get-resend-address): Use it.
3431
3432         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3433         wl-summary-update-mark and abolish unused argument.
3434         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3435         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3436         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3437         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3438         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3439         * wl-draft.el (wl-draft-kill): Ditto.
3440
3441         * wl-summary.el: Remove unused binding of case-fold-search.
3442         (wl-summary-replace-status-marks): Abolished.
3443
3444 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3445
3446         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3447         is specified or folder length is zero.
3448
3449 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3450
3451         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3452         (wl-folder-archive-current-entity): Ditto.
3453
3454 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3455
3456         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3457         retrieving message mark.
3458         (wl-summary-redisplay-internal): Ditto.
3459
3460         * wl-message.el (wl-message-buffer-display): Ignore errors while
3461         retrieving message-id field.
3462
3463         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3464         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3465         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3466         order of the arguments for `wl-expire-message-p'.
3467         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3468
3469         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3470         Check return value of wl-summary-reply.
3471         (wl-summary-reply): Recover window configuration when an error occured.
3472
3473 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3474
3475         * wl-summary.el (wl-summary-resend-message): Abolished, the
3476         feature is inherited by wl-summary-resend (put resend mark).
3477
3478 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3479
3480         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3481         wl-message-buffer to nil when the message is hide.
3482
3483 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3484
3485         * .cvsignore: New file.
3486
3487 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3488
3489         * wl-action.el (wl-summary-action-docstring): Add more info.
3490         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3491         duplicate definition.
3492         (wl-summary-define-mark-action): Functions wl-summary-*-region
3493         keep current position.
3494         (wl-summary-unregister-target-mark): Store result to the variable.
3495
3496 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3497
3498         * Version number is increased to 2.11.4.
3499
3500 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3501
3502         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3503         wl-summary-delete-all-temp-marks.
3504         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3505
3506         * wl-action.el (wl-summary-set-mark): Changed terminology
3507         refile-destination -> action-argument.
3508         (wl-summary-unset-mark): Ditto.
3509         (wl-summary-remove-argument): Ditto.
3510         (wl-summary-print-argument): Ditto.
3511
3512         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3513         (wl-thread-remove-argument-region): Ditto.
3514         (wl-thread-print-argument-region): Ditto.
3515         (wl-thread-close): Ditto.
3516         (wl-thread-open): Ditto.
3517
3518         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3519         (wl-highlight-refile-destination-face is abolished)
3520         (wl-highlight-action-argument-string): Ditto.
3521         (wl-highlight-summary-current-line): Highlight action argument.
3522
3523         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3524         color for light backgrounds.
3525         (wl-highlight-summary-answered-face): Ditto.
3526
3527 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3528
3529         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3530
3531         * wl-score.el (wl-summary-score-update-all-lines): Use
3532         wl-summary-set-mark.
3533         (wl-summary-score-update-all-lines): Kill expunged messages.
3534
3535         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3536
3537 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3538
3539         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3540         directly.
3541         (wl-score-overview-entity-get-lines): Ditto.
3542         (wl-score-overview-entity-get-xref): Ditto.
3543         (wl-score-get-latest-msgs): Ditto.
3544         (wl-summary-rescore): Ditto.
3545
3546         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3547         to "&".
3548         (wl-summary-mark-as-answered-internal): New inline function.
3549         (wl-summary-mark-as-answered): New function.
3550         (wl-summary-mark-as-unanswered): Ditto.
3551         (wl-summary-sync-marks): Modified for answered-mark synching.
3552
3553 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3554
3555         * wl-action.el (wl-summary-set-mark): Fixed last change.
3556
3557 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3558
3559         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3560         behavior of wl-summary-unread-message-hook
3561         (Pointed out by akira yamada <akira@arika.org>).
3562
3563 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3564
3565         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3566         wl-summary-delete.
3567         * wl-xmas.el (wl-summary-toolbar): Ditto.
3568
3569         * wl-action.el (wl-summary-set-mark): Don't override current
3570         temp-mark.
3571
3572         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3573
3574 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3575
3576         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3577         (wl-refile-msgid-learn): Ditto.
3578         (wl-refile-get-field-value): Ditto.
3579
3580         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3581
3582         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3583         (wl-expire-delete-reserved-messages): Renamed from
3584         wl-expire-reserve-marked-msgs-from-list.
3585         (wl-expire-delete): Removed argument `msgdb'.
3586         (wl-expire-refile): Ditto.
3587         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3588         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3589         mark-alist as argument.
3590         (wl-expire-archive-number1): Removed argument `msgdb'.
3591         (wl-expire-archive-number2): Ditto.
3592         (wl-expire-archive-date): Ditto.
3593         (wl-expire-localdir-date): Ditto.
3594         (wl-expire-hide): Ditto.
3595         (wl-archive-number1): Ditto.
3596         (wl-archive-number2): Ditto.
3597         (wl-archive-date): Ditto.
3598         (wl-archive-folder): Ditto.
3599         All other related portions are changed.
3600
3601 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3602
3603         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3604         mean move up and down. (suggested by Takashi Kawachi)
3605
3606 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3607
3608         * wl-acap.el (toplevel): Don't require un-define.
3609
3610 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3611
3612         * wl-thread.el (wl-thread-delete-message): Always update
3613         wl-summary-buffer-number-list.
3614
3615         * wl-action.el (wl-summary-print-destination): 
3616         Do nothing when folder is nil.
3617
3618 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3619
3620         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3621         persistent mark when prefetch is succeeded.
3622
3623 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3624
3625         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3626         instead of elmo-msgdb-delete-msgs.
3627         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3628         (wl-expire-hide): Ditto.
3629
3630         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3631
3632         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3633         elmo-msgdb interface.
3634         (wl-thread-get-exist-children): Likewise.
3635         (wl-thread-insert-message): Likewise.
3636         (wl-thread-msg-mark-as-important): Likewise.
3637         (wl-thread-insert-entity-sub): Likewise.
3638         (wl-thread-get-children-msgs-uncached): Likewise.
3639
3640         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3641         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3642         (wl-summary-sync-update): Likewise.
3643         (wl-summary-auto-select-msg-p): Likewise.
3644         (wl-summary-update-thread): Likewise.
3645         (wl-summary-mark-as-important): Likewise.
3646         (wl-summary-jump-to-msg-internal): Likewise.
3647         (wl-summary-redisplay-internal): Likewise.
3648         (wl-summary-print-message-with-ps-print): Likewise.
3649         (wl-summary-folder-info-update): Likewise.
3650
3651         * wl-folder.el (wl-folder-check-one-entity):
3652         elmo-folder-count-flags instead of wl-summary-count-unread.
3653
3654         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3655
3656         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3657
3658         * wl-summary.el (wl-summary-set-message-modified): 
3659         Call wl-summary-set-mark-modified.
3660         (wl-summary-delete-messages-on-buffer): Call
3661         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3662         (wl-summary-sync-update): Call elmo-folder-length instead of
3663         elmo-folder-messages.
3664         (wl-summary-insert-headers): Don't call
3665         elmo-folder-list-message-entities.
3666
3667 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3668
3669         * wl-action.el (wl-summary-define-mark-action): Call
3670         `wl-summary-set-mark' with argument `data'.
3671         (wl-summary-auto-refile): Fixed order of arguments when call
3672         `wl-summary-refile'.
3673
3674 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3675
3676         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3677
3678         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3679
3680         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3681         (Renamed from wl-highlight-summary-deleted-face).
3682         (wl-highlight-summary-resend-face): New face.
3683
3684         (wl-highlight-summary-deleted-face): Renamed from
3685         wl-highlight-summary-erased-face.
3686
3687         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3688
3689         * wl-action.el (wl-summary-get-resend-address): New function.
3690         (wl-summary-exec-action-resend): Ditto.
3691         (wl-summary-exec-action-resend-subr): Ditto.
3692
3693         * w-thread.el (wl-thread-copy): Removed definition.
3694         (wl-thread-refile): Ditto.
3695         (wl-thread-delete): Ditto.
3696         (wl-thread-target-mark): Ditto.
3697
3698         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3699         (wl-summary-target-mark-set-action): Fixed.
3700         (wl-summary-define-mark-action): Fixed quotation.
3701         (wl-summary-move-mark-list-messages): Display message.
3702         (wl-summary-define-mark-action): Define thread functions.
3703         (wl-summary-exec-action-refile): Changed message.
3704         (wl-summary-exec): Ditto.
3705
3706 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3707         
3708         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3709         '%%'.
3710
3711 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3712
3713         * wl.el (toplevel): Require wl-action.
3714         (wl-init): Call wl-summary-define-mark-action.
3715
3716         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3717
3718         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3719         wl-summary-delete and wl-summary-erase.
3720         (wl-summary-mode-map): Ditto.
3721
3722         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3723         wl-delete-folder-alist.
3724
3725         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3726         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3727         (toplevel): Moved mark & action related functions to the wl-action.el.
3728
3729         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3730         in wl-summary-mark-action-list.
3731         (wl-highlight-summary-current-line): Ditto.
3732
3733         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3734         empty lines.
3735
3736         * wl-action.el: New file. 
3737
3738 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3739
3740         * wl-summary.el (wl-summary-target-mark-replace): New function.
3741         (wl-summary-target-mark-prefetch): Use it.
3742         (wl-summary-target-mark-delete): Ditto.
3743         (toplevel): Rearranged definition order.
3744         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3745         (wl-summary-target-mark-erase): Rewrite.
3746         (wl-summary-erase-region): New function.
3747         (wl-summary-exec-action-erase): Changed message.
3748         (wl-summary-move-mark-list-messages): New function.
3749         (wl-summary-exec-action-delete): Use it.
3750         (wl-summary-exec-action-erase): Ditto.
3751
3752         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3753         (wl-summary-skip-mark-list): Added "d".
3754
3755         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3756         while searching.
3757
3758         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3759         and define using defcustom;
3760         Define 4th element as a face.
3761         
3762         * wl-summary.el (wl-summary-incorporate): Use 
3763         `wl-summary-prefetch-region-no-mark' instead of
3764         `wl-summary-prefetch-region'.
3765         (wl-summary-prefetch-region-no-mark): Revival of old
3766         `wl-summary-prefetch-region'.
3767         (wl-summary-mark-action-list): Moved to wl-vars.el
3768
3769         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3770         face according to the `wl-summary-mark-action-list'.
3771         (wl-highlight-summary-current-line): Ditto;
3772         Removed destination highlighting.
3773
3774         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3775         (wl-highlight-summary-line-string): Highlight for "i" mark.
3776         (wl-highlight-summary-current-line): Ditto.
3777
3778         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3779         no destination.
3780
3781         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3782         exists, just go ahead.
3783         (wl-summary-prefetch-region): Rewrite.
3784         (wl-summary-prefetch): Ditto.
3785         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3786         (wl-summary-exec-action-prefetch): New function.
3787         (wl-summary-target-mark-prefetch): Rewrite.
3788
3789 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3790
3791         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3792         (wl-highlight-summary-line-string): Added "d" and "D".
3793         (wl-highlight-summary-current-line): Ditto.
3794
3795         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3796         in wl-summary.el.
3797         (wl-thread-insert-entity-sub): Ditto.
3798         (wl-thread-remove-destination-region): Ditto.
3799         (wl-thread-print-destination-region): Ditto.
3800
3801         * wl-summary.el (wl-summary-buffer-refile-list,
3802         wl-summary-buffer-delete-list,
3803         wl-summary-buffer-copy-list): Abolish.
3804         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3805         All other related portions are changed.
3806         (wl-summary-mark-action-list): New variable.
3807         (wl-summary-set-mark): New function.
3808         (wl-summary-register-target-mark): Ditto.
3809         (wl-summary-unregister-target-mark): Ditto.
3810         (wl-summary-have-target-mark-p): Ditto.
3811         (wl-summary-register-temp-mark): Ditto.
3812         (wl-summary-unregister-temp-mark): Ditto.
3813         (wl-summary-registered-temp-mark): Ditto.
3814         (wl-summary-collect-temp-mark): Ditto.
3815         (wl-summary-unset-mark): Ditto.
3816         (wl-summary-set-target-mark): Ditto.
3817         (wl-summary-unset-target-mark): Ditto.
3818         (wl-summary-set-action-generic): Ditto.
3819         (wl-summary-unset-action-generic): Ditto.
3820         (wl-summary-exec-action-delete): Ditto.
3821         (wl-summary-exec-action-erase): Ditto.
3822         (wl-summary-set-action-refile): Ditto.
3823         (wl-summary-set-action-refile-subr): Ditto.
3824         (wl-summary-unset-action-refile): Ditto.
3825         (wl-summary-make-destination-numbers-list): Ditto.
3826         (wl-summary-exec-action-refile): Ditto.
3827         (wl-summary-set-action-copy): Ditto.
3828         (wl-summary-unset-action-copy): Ditto.
3829         (wl-summary-exec-action-copy): Ditto.
3830         (wl-summary-collect-numbers-region): Ditto.
3831         (wl-summary-delete): Rewrite.
3832         (wl-summary-erase): Ditto.
3833         (wl-summary-remove-destination): Ditto.
3834         (wl-summary-exec): Ditto.
3835         (wl-summary-exec-region): Ditto.
3836         (wl-summary-target-mark-erase): Ditto.
3837         (wl-summary-refile): Ditto.
3838         (wl-summary-copy): Ditto.
3839         (wl-summary-unmark): Ditto.
3840         (wl-summary-delete-all-mark): Ditto.
3841         (wl-summary-mark-line): Don't highlight.
3842         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3843         (wl-summary-target-mark-refile-subr): Rewrite.
3844
3845         (wl-summary-copy-prev-destination): Abolish.
3846
3847 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3848
3849         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3850         default values along the value of wl-on-mule.
3851         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3852         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3853         It is not used anywhere.
3854
3855 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3856
3857         * wl-summary.el (wl-summary-print-destination): Keep position.
3858         (wl-summary-cursor-move-surface): Keep horizontal position.
3859
3860 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3861
3862         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3863         write sendlog.
3864
3865 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3866
3867         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3868         `wl-summary-highlight'.
3869
3870 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3871
3872         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3873         trivial condition for temp-mark.
3874
3875 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3876
3877         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3878         when it hits killed buffer.
3879
3880 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3881
3882         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3883         * wl-news.el.in: `message' and `error' take format string.
3884
3885 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3886
3887         * wl-folder (wl-folder-insert-entity): Display a message,
3888         `...done', when the work finish.
3889         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3890
3891 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3892
3893         * wl-message.el (wl-message-redisplay): Remove unused local
3894         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3895
3896 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3897
3898         * wl-summary.el (wl-summary-replace-status-marks): Disable
3899         interactive use.
3900         (wl-summary-reedit): Check message existence at first.
3901         (wl-summary-mark-line): Fix doc, return value is indefinite.
3902
3903         * wl-highlight.el (wl-highlight-message): Arranged.
3904
3905         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3906         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3907         check temp-mark by wl-summary-temp-mark always.
3908         (wl-highlight-summary): Change accordingly.
3909         * wl-summary.el (wl-summary-mark-as-read-all)
3910         (wl-summary-delete-cache, wl-summary-set-score-mark)
3911         (wl-summary-mark-as-unread, wl-summary-unmark)
3912         (wl-summary-mark-line, wl-summary-mark-as-read)
3913         (wl-summary-mark-as-important): Ditto.
3914
3915         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3916         end of the window if possible.
3917         * wl-summary.el (wl-summary-sync-update): Support lazy
3918         highlighting.
3919         (wl-summary-toggle-disp-msg): Ditto.
3920
3921 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3922
3923         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3924
3925 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3926
3927         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3928         change.
3929
3930 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3931
3932         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3933         API.
3934         (wl-summary-sync-update): Ditto.
3935
3936         * wl-score.el (wl-score-get-score-alist): Changed argument.
3937         (wl-summary-rescore-msgs): Likewise.
3938         (wl-summary-score-headers): Likewise.
3939         (wl-score-headers): Likewise;
3940         Use elmo-folder-do-each-message-entity, etc.
3941         (wl-summary-score-effect): Follow the changes above.
3942         (wl-summary-rescore): Ditto.
3943         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3944         (wl-score-get-overview): Abolish.
3945
3946         * wl-summary.el (wl-summary-default-from): Follow the API change in
3947         elmo-msgdb.
3948         (wl-summary-count-unread): Ditto.
3949         (wl-summary-detect-mark-position): Ditto.
3950         (wl-summary-overview-entity-compare-by-date): Ditto.
3951         (wl-summary-overview-entity-compare-by-number): Ditto.
3952         (wl-summary-overview-entity-compare-by-from): Ditto.
3953         (wl-summary-overview-entity-compare-by-subject): Ditto.
3954         (wl-summary-get-list-info): Ditto.
3955         (wl-summary-rescan): Ditto.
3956         (wl-summary-jump-to-msg-by-message-id): Ditto.
3957         (wl-summary-sync-update): Ditto; Removed comment.
3958         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3959         (wl-summary-insert-message): Use wl-summary-insert
3960         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3961         (wl-summary-insert-headers): Changed argument overview to folder.
3962         (wl-summary-search-by-subject): Likewise.
3963         (wl-summary-insert-thread): Renamed from 
3964         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3965
3966         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3967         too.
3968
3969         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3970         wl-string-member.
3971
3972 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3973
3974         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3975         elmo-folder-append-buffer.
3976         (wl-draft-queue-append): Likewise.
3977
3978         * wl-mime.el (wl-message-delete-current-part): Ditto.
3979         (wl-summary-burst-subr): Ditto.
3980
3981         * wl-news.el.in (wl-news-send-news): Ditto.
3982
3983 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3984
3985         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3986         function.
3987         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3988         (wl-summary-update-mark): Enclose with save-excursion.
3989         (wl-summary-mark-as-read-internal): Fixed last change.
3990         (wl-summary-mark-as-important): Use 3rd argument of
3991         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3992         Don't use elmo-msgdb-set-mark.
3993         (wl-summary-redisplay-internal): If msgdb flag is already read,
3994         just update the mark on buffer.
3995
3996 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3997
3998         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3999         cut visible folder when elmo-folder-delete returns non-nil value.
4000
4001 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4002
4003         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4004         by Kenichi OKADA <okada@opaopa.org>).
4005
4006 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4007
4008         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4009
4010 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4011
4012         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4013         Fixed the last change, search group entity by its real name.
4014         (Thanks to: KOBAYASHI Shinji)
4015
4016 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4017
4018         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4019         (wl-fldmgr-access-display-all): Don't refer visible name.
4020         * wl-expire.el (wl-folder-archive-current-entity)
4021         (wl-folder-expire-current-entity): Ditto.
4022         * wl-folder.el (wl-folder-jump-to-current-entity)
4023         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4024         (wl-folder-open-folder-sub,wl-folder-open-all)
4025         (wl-folder-write-current-folder): Ditto.
4026         (wl-folder-insert-entity): Don't use petname for normal group.
4027         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4028         is the real name.
4029         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4030         Abolished.
4031
4032 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4033
4034         * wl-draft.el (wl-draft-create-buffer): Add
4035         `wl-summary-reply-with-citation'
4036
4037 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4038
4039         * wl-draft.el (wl-draft-reply): Fixed.
4040
4041 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4042
4043         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4044         when `wl-draft-send-confirm-with-preview' is non-nil.
4045         You can scroll up/down by j/k.
4046         (wl-draft-send-confirm-with-preview): New variable (default=t).
4047
4048 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4049
4050         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4051         (wl-fldmgr-save-folders): Fix comment.
4052
4053 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4054
4055         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4056         along the last change in `wl-folder-buffer-group-p'.
4057
4058 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4059
4060         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4061         folder.
4062
4063         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4064         the default value.
4065
4066         * wl-mime.el (wl-summary-burst): Update summary only when target
4067         folder equals current folder.
4068
4069 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4070
4071         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4072
4073 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4074
4075         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4076         value.
4077
4078 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4079
4080         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4081         `map-extents' instead of `extent-at' repeatedly.
4082         (wl-highlight-folder-current-line): Ditto.
4083
4084         * wl-highlight.el: Remove useless dummy functions.
4085
4086 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4087
4088         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4089         (wl-folder-put-folder-property): New function to put text property.
4090         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4091         (wl-folder-insert-entity, wl-folder-update-diff-line)
4092         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4093         * wl-e21.el, wl-xmas.el, wl-mule.el
4094         (wl-highlight-folder-current-line): Ditto.
4095         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4096         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4097         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4098         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4099
4100 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4101
4102         * Version number is increased to 2.11.3.
4103
4104 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4105
4106         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4107         Resume current-buffer since it is assumed by remaining tasks.
4108
4109 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4110
4111         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4112         (wl-folder-completion-function): Abolished.
4113         (wl-folder-complete-folder): New function.
4114         (wl-folder-complete-filter-condition): Ditto.
4115         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4116         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4117
4118 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4119
4120         * wl-draft.el (wl-draft-send-confirm): New function.
4121         (wl-draft-send): Use it.
4122
4123         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4124         cursor-in-echo-area while confirming.
4125
4126         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4127
4128         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4129         searching via nntp if wl-summary-search-via-nntp is 'force.
4130         Otherwise, invoke searching in nntp folder only.
4131         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4132
4133         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4134         explicitly for mime-make-text-tag.
4135
4136 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4137
4138         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4139         `mime-make-text-tag' instead of `mime-create-tag'.
4140
4141 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4142
4143         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4144         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4145
4146 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4147
4148         * wl-score.el (wl-score-save): Bind print-length and print-level.
4149         (wl-score-pretty-print): Ditto.
4150         (wl-score-edit-insert-header-entry): Ditto.
4151
4152         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4153         "From" entry to be treated with wl-draft-eword-encode-address-list.
4154         * wl-mime.el (wl-draft-preview-message): Ditto.
4155
4156         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4157         (wl-summary-mark-as-unread): Ditto.
4158         (wl-summary-mark-as-read-region): Change accordingly.
4159         (wl-summary-mark-as-unread-region): Ditto.
4160         (wl-summary-target-mark-mark-as-read): Ditto.
4161         (wl-summary-target-mark-mark-as-unread): Ditto.
4162
4163 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4164
4165         * Version number is increased to 2.11.2.
4166
4167 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4168
4169         * wl-news.el.in (wl-news-previous-version-save): Bind
4170         print-length and print-level.
4171         * wl-thread.el (wl-thread-save-entities): Ditto.
4172         (wl-thread-save-top-list): Bind print-length.
4173
4174 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4175
4176         * wl-highlight.el (wl-highlight-summary-line-string): Use
4177         wl-summary-score-below-mark, wl-summary-score-over-mark.
4178         (wl-highlight-summary-current-line): Ditto.
4179
4180 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4181
4182         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4183         insert it.
4184
4185 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4186
4187         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4188
4189 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4190
4191         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4192         message without msgid.
4193         Rewrite with elmo-folder-move-messages.
4194         Set wl-message-buffer to nil.
4195
4196         * wl-summary.el (wl-summary-erase-subr): New function. Use
4197         elmo-folder-move-messages.
4198         (wl-summary-erase): Call it.
4199         (wl-summary-target-mark-erase): Ditto.
4200
4201 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4202
4203         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4204         it is not up-tp-date.
4205
4206 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4207
4208         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4209         buffer after calling `wl-summary-goto-folder-subr' without the
4210         argument `interactive'.
4211         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4212
4213 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4214
4215         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4216         `mime-create-tag'. Use `string=' instead of `looking-at'.
4217
4218 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4219
4220         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4221         to avoid compile warning.
4222
4223         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4224         entity-id when folder is given.
4225         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4226         save-excursion, use save-selected-window instead.
4227         Select folder buffer window if exists.
4228         (To correct behavior with wl-folder-move-cur-folder.)
4229
4230 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4231
4232         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4233
4234 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4235
4236         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4237         list-count instead of %d.
4238
4239 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4240
4241         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4242         (wl-news): Set it.
4243         (wl-news-append-to-folder): Use it.
4244
4245         * wl-news.el.in (wl-news-send-news): Append to specified folder
4246         instead of wl-default-folder.
4247         (wl-news-append-to-folder): Show error message with specified folder.
4248
4249         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4250                 In most major modes, Emacs assumes that any opening
4251                 delimiter found at the left margin is the start of a
4252                 top-level definition, or defun. Therefore, *never put an
4253                 opening delimiter at the left margin unless it should have
4254                 that significance.*
4255
4256         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4257
4258 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4259
4260         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4261
4262 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4263
4264         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4265
4266 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4267
4268         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4269         for sequential numbering case.
4270
4271 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4272
4273         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4274         value.
4275         (wl-draft-reply-without-argument-list): Ditto.
4276         (wl-draft-reply-myself-with-argument-list): Abolish.
4277         (wl-draft-reply-myself-without-argument-list): Ditto.
4278         * wl-draft.el (wl-draft-self-reply-p): New function.
4279         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4280
4281 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4282
4283         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4284         (avoid error for the case without byte-compiling)
4285
4286 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4287
4288         * wl-news.el.in (wl-news-append-to-folder): New function.
4289         (wl-news-exit): Rewrite.
4290         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4291
4292 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4293
4294         * wl-draft.el (wl-draft-reply-position): New function.
4295         (wl-draft-reply-position): Fix.
4296         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4297         (wl-summary-target-mark-reply-with-citation): Ditto.
4298         (wl-summary-reply-with-citation): Ditto.
4299         * wl-vars.el (wl-draft-reply-default-position): New variable.
4300
4301 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4302
4303         * wl-draft.el (wl-draft-send): Preview when interactive send.
4304
4305 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4306
4307         * wl-draft.el (wl-draft-reply): Set default position.
4308         * wl-summary.el (wl-summary-reply): Ditto.
4309         (wl-summary-reply-with-citation): Ditto.
4310         (wl-summary-target-mark-reply-with-citation): Ditto.
4311
4312 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4313
4314         * wl-news.el.in (wl-news-lang): Set default value according to
4315         current-language-environment.
4316         (wl-news-append-news): Do nothing when news-list is nil.
4317
4318 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4319
4320         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4321         (wl-news): Change message.
4322         (wl-news-exit): Check buffer.
4323         (wl-news-force-exit): New function.
4324         (wl-news-show-all): New function.
4325         (wl-news-discard-and-exit): Fix.
4326
4327 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4328
4329         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4330         according to current-language-environment.
4331
4332         * wl-news.el.in (wl-news): If arg, show all NEWS after
4333         wl-news-default-previous-version.
4334
4335 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4336
4337         * wl-news.el.in (wl-news-check): Rewritten.
4338         (wl-news-previous-version-load): Change data type.
4339         (wl-news-previous-version-save): Change data type.
4340         (wl-news-append-news): Add return value.
4341         (wl-news-check-news): New function.
4342         (wl-news-already-current-p): New function.
4343         (wl-news-send-news): Rewritten.
4344         (wl-news-mode-map): Add new keybind.
4345         (wl-news): Rewritten.
4346         (wl-news-exit): Rewritten.
4347         (wl-news-discard-and-mail): New function.
4348         (wl-news-send-to-address): Abolished.
4349         * wl.el (wl-init): Delete a message.
4350
4351 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4352
4353         * wl-news.el.in (wl-news-exit): Update previous version.
4354         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4355
4356 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4357
4358         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4359
4360 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4361
4362         * wl-news.el.in (wl-news): New function.
4363         (wl-news-mode): New function.
4364         (wl-news-next-line): New function.
4365         (wl-news-next-page): New function.
4366         (wl-news-exit): New function.
4367         (wl-news-buf-name): New variable.
4368         (wl-news-mode-map): New variable.
4369         (wl-news-winconf): New variable.
4370         (wl-news-append-news): Add an option.
4371
4372 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4373
4374         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4375
4376 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4377
4378         * wl-news.el.in (wl-news-send-to-address): New variable.
4379         (wl-news-send-news): Use it.
4380         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4381         Return updating status.
4382         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4383
4384 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4385
4386         * wl-news.el.in (wl-news-send-news): Delete
4387         Organization and X-Face.
4388
4389 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4390
4391         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4392         (wl-news-append-news): New function.
4393         (wl-news-send-news): New function.
4394
4395 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4396
4397         * Version number is increased to 2.11.1.
4398
4399 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4400
4401         * wl-news.el.in : New file.
4402
4403 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4404
4405         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4406         default value.
4407         (wl-draft-reply-without-argument-list): Ditto.
4408
4409 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4410
4411         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4412         (wl-message-buffer-prefetch-idle-time): Ditto.
4413         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4414
4415 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4416
4417         * wl-thread.el (wl-thread-insert-message): Use
4418         wl-summary-max-thread-depth.
4419
4420         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4421         loop detection.
4422
4423         * wl-message.el (wl-message-buffer-display): Back to the first page
4424         when cache is hit.
4425
4426 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4427
4428         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4429
4430         * wl-summary.el (wl-summary-insert-thread-entity):
4431         If the thread depth is reached to wl-summary-max-thread-depth,
4432         divide the thread.
4433
4434 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4435
4436         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4437         for elmo-remove-passwd.
4438
4439 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4440
4441         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4442         folder is sticky.
4443         (wl-folder-mark-as-read-all-entity): Ditto.
4444         (wl-folder-prefetch-entity): Ditto.
4445
4446 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4447
4448         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4449
4450 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4451
4452         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4453         Delete messages on buffer for unplugged operation.
4454         (wl-summary-erase): Ditto.
4455
4456 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4457
4458         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4459         take nil so as not to search parent by subject.
4460
4461 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4462
4463         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4464         (wl-folder-get-next-folder): Ditto.
4465         (wl-folder-get-path): Ditto.
4466
4467 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4468
4469         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4470         system and encode the region with it before verifying.
4471
4472 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4473
4474         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4475         system of the echo buffer before decoding.
4476
4477 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4478
4479         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4480         original contents.
4481
4482 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4483
4484         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4485         with argument 'any-exists.
4486
4487 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4488
4489         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4490         Use `wl-cs-autoconv'.
4491
4492 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4493
4494         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4495         by `mime-view-automatic-conversion'.
4496
4497         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4498         (wl-message-verify-pgp-nonmime): Ditto.
4499         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4500         Bind them to C-c:d and C-c:v respectively.
4501
4502         Merge following code by Teranishi-san from [wl-en:00167].
4503         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4504         (wl-mime-preview-application/pgp-encrypted): Ditto.
4505         (wl-mime-setup): Add entry.
4506
4507 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4508
4509         * wl-summary.el (wl-summary-target-mark-erase): New function.
4510         Bind it to "mD".
4511
4512 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4513
4514         * wl-vars.el (wl-draft-write-file-function): Fix.
4515         (wl-draft-reedit-hook): Changed default value.
4516
4517         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4518         wl-draft-reedit-hook.
4519         (wl-draft-remove-text-plain-tag): New function.
4520         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4521
4522         * wl-vars.el (wl-draft-write-file-function): New user option.
4523
4524         * wl-draft.el (wl-draft-prepare-edit): Use it for
4525         local-write-file-hooks.
4526         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4527
4528         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4529         (wl-draft-insert-mail-header-separator): Return the body beginning
4530         point.
4531         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4532         text/plain.
4533         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4534
4535 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4536
4537         * wl-summary.el (wl-summary-erase): New function to erase message
4538         without moving it to trash. Bind to "D".
4539
4540         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4541         as `keep' unless switch-function.
4542
4543 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4544
4545         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4546         message buffer by using `wl-summary-toggle-disp-msg'.
4547         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4548         buffer window.
4549         (wl-summary-supresedes-message): Ditto.
4550
4551         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4552         Do not delete other windows.
4553         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4554         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4555         (wl-draft-create-buffer): Set reply-or-forward also for target
4556         mark commands.
4557
4558 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4559
4560         * wl-draft.el (wl-user-agent-compose): Delete special case for
4561         switch-to-buffer-other-window.
4562
4563         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4564         (wl-summary-forward): Ditto.
4565
4566         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4567         function.
4568         (wl-draft-buffer-style): New use option.
4569
4570         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4571         (wl-draft): Follow the change above.
4572         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4573         wl-draft-buffer-style.
4574         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4575         switch-function.
4576
4577 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4578
4579         * wl-address.el (wl-address-make-completion-entry): Extracted from
4580         `wl-address-make-completion-list'.
4581         (wl-address-enable-strict-loading): New variable.
4582         (wl-address-make-completion-list): Revive petname duplication
4583         inquiry, and enable it if `wl-address-enable-strict-loading'.
4584         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4585
4586 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4587
4588         * wl-message.el (wl-message-get-original-buffer): Avoid
4589         'Selecting deleted buffer' error when original buffer is killed.
4590
4591 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4592
4593         * wl-summary.el (wl-summary-next-message): Use
4594         elmo-message-accessible-p instead of elmo-message-cached-p.
4595
4596 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4597
4598         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4599
4600         * wl-thread.el (wl-thread-open-all-unread): Use
4601         elmo-folder-list-flagged instead of
4602         elmo-folder-list-messages-mark-match.
4603
4604         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4605         instead of elmo-folder-list-messages-mark-match.
4606         (wl-summary-move-spec-alist): New variable.
4607         (wl-summary-move-spec-plugged-alist,
4608         wl-summary-move-spec-unplugged-alist): Abolish.
4609         (wl-summary-next-message): Follow the change above.
4610         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4611         with 'no-msg' argument.
4612
4613         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4614         variable.
4615         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4616         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4617         (wl-message-buffer-prefetch-get-next): Follow the change above.
4618
4619 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4620
4621         * wl-version.el (wl-version): Changed codename.
4622
4623         * Version number is increased to 2.11.0.
4624
4625 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4626
4627         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4628         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4629         `wl-draft-config-variables'.
4630         (wl-draft-kill): Fixed problem when the draft is reedit.
4631
4632 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4633
4634         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4635         buffer-modified status (Thanks to
4636         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4637
4638 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4639
4640         * wl-util.el (wl-region-exists-p): New function.
4641
4642         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4643         Remove defvars for byte-compile warnings.
4644
4645 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4646
4647         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4648         defvar-maybe. Removed unused bind.
4649
4650 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4651
4652         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4653         summary buffer window before creating new frame.
4654         (wl-draft-reply): Ditto.
4655
4656 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4657
4658         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4659
4660 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4661
4662         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4663
4664 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4665
4666         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4667         instead of `kill-region'.
4668
4669 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4670
4671         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4672         (wl-highlight-summary-line-string): Use it.
4673         (wl-highlight-summary-current-line): Ditto.
4674
4675         * wl-mime.el (wl-message-delete-current-part): Check the class of
4676         mime-entity.
4677
4678         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4679
4680         * wl-summary.el (wl-summary-make-number-list): Initialize.
4681         (wl-summary-update-mark): New function.
4682         (wl-summary-reply): Put `answered' mark on the message.
4683         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4684
4685         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4686         (wl-draft-reply): Added optional argument `number';
4687         Set wl-draft-parent-number.
4688         (wl-draft-kill): Delete answered mark if it is a reply.
4689
4690 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4691
4692         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4693         that originates in mime-preview-follow-current-entity.
4694         (wl-draft-yank-current-message-entity): Use it if region is active.
4695
4696         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4697         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4698         `wl-message-delete-current-part'.
4699         * wl-mule.el (wl-message-define-keymap): Ditto.
4700         * wl-xmas.el (wl-message-define-keymap): Ditto.
4701
4702 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4703
4704         * wl-mime.el (wl-message-delete-current-part): New function.
4705         (wl-mime-node-id-to-string): Ditto.
4706
4707         * wl-mime.el (wl-message-delete-current-part): Use existing
4708         original buffer which corresponds current mime-view buffer.
4709         (fetched buffer might have different structure, possibly)
4710
4711         * wl-mime.el (wl-message-delete-current-part): Quit if the
4712         message content differs from the actual message.
4713
4714 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4715
4716         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4717         order.
4718         (wl-summary-search-by-subject): Search parent message from tail;
4719         Check the existence of the parent message on the current thread tree.
4720         (wl-summary-update-thread): Check whether the line is inserted.
4721
4722 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4723
4724         * wl-vars.el (wl-summary-line-format): Undo last change.
4725         * wl-summary.el (wl-summary-print-destination): Do not put
4726         invisible property when `wl-summary-width' is nil.
4727         (wl-summary-line-subject-minimum-length): Abolished.
4728         (wl-summary-line-subject): Ditto.
4729
4730 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4731
4732         * wl-vars.el (wl-summary-line-format): Change default value.
4733         (wl-summary-subject-length-limit): Abolished.
4734         * wl-summary.el (wl-summary-line-subject): Ditto.
4735
4736 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4737
4738         * wl-template.el (wl-template-select): Added optional argument.
4739         If optional argument is specified, reverse
4740         `wl-template-visible-select'.
4741
4742 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4743
4744         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4745         Take prefix argument to force asking the destination folder.
4746
4747 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4748
4749         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4750         count and update status.
4751
4752 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4753
4754         * wl-summary.el (wl-summary-redisplay-internal): If
4755         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4756         after fetching.
4757
4758 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4759
4760         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4761         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4762
4763         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4764
4765 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4766
4767         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4768         (All other related portions are changed).
4769         (wl-summary-mark-as-read-all): Rewrite.
4770
4771 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4772
4773         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4774         `wl-summary-mark-as-read'.
4775         (wl-summary-mark-as-unread): Rewrite.
4776         (wl-summary-mark-as-read): Added no-modeline argument.
4777         (wl-summary-resume-cache-status): Rewrite.
4778         (wl-summary-exec-subr): Remove unused local variable.
4779
4780 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4781
4782         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4783         logic to call `wl-summary-buffer-prev-folder-function'.
4784         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4785
4786 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4787
4788         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4789         is nil.
4790
4791 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4792
4793         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4794         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4795         (wl-mime-setup): Add its entry.
4796
4797 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4798
4799         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4800         (wl-summary-delete-cache): Likewise.
4801         (wl-summary-mark-as-read): Rewrite.
4802
4803 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4804
4805         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4806         `wl-summary-count-unread'.
4807
4808         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4809
4810         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4811
4812 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4813
4814         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4815         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4816         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4817         Renamed to the elmo-msgdb-*-mark.
4818         (wl-summary-score-marks): Follow the change above.
4819         (wl-summary-auto-refile-skip-marks): Ditto.
4820         (wl-summary-incorporate-marks): Ditto.
4821         (wl-summary-expire-reserve-marks): Ditto.
4822
4823         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4824         changes.
4825         (wl-thread-insert-top): Changed updating message.
4826
4827         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4828         variable.
4829         (wl-summary-count-unread): Count answered marks.
4830         (wl-summary-rescan): Call wl-summary-insert-message instead of
4831         wl-summary-append-message-func-internal.
4832         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4833         (wl-summary-prefetch-msg): Follow the variable name changes.
4834         (wl-summary-prefetch-region): Ditto.
4835         (wl-summary-mark-as-read-all): Follow the API changes;
4836         Don't call elmo-folder-replace-marks.
4837         (wl-summary-delete-cache): Follow the variable name changes.
4838         (wl-summary-resume-cache-status): Ditto.
4839         (wl-summary-update-status-marks): New function.
4840         (wl-summary-insert-message): New function.
4841         (wl-summary-sync-marks): Follow the variable name changes.
4842         (wl-summary-sync-update): Synchronize to the msgdb, too;
4843         Changed update messages.
4844         (wl-summary-make-number-list): Rewrite.
4845         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4846         (wl-summary-mark-as-unread): Follow the API changes.
4847         (wl-summary-exec-subr): Follow the variable name changes.
4848         (wl-summary-mark-as-read): Ditto.
4849         (wl-summary-move-spec-plugged-alist): Ditto.
4850         (wl-summary-move-spec-unplugged-alist): Ditto.
4851         (wl-summary-cursor-move-surface): Ditto.
4852
4853         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4854         variable name changes.
4855         (wl-highlight-summary-current-line): Ditto.
4856
4857         * wl-expire.el (wl-expire-refile): Follow the API change in
4858         elmo-folder-move-messages.
4859         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4860         (wl-summary-archive): Use elmo-folder-msgdb instead of
4861         elmo-msgdb-load.
4862
4863 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4864
4865         * wl-mime.el (wl-draft-preview-message): Restore the position
4866         before evaluating wl-draft-send-hook in preview buffer.
4867
4868 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4869
4870         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4871         when it creates new draft buffer.
4872
4873         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4874         without argument.
4875
4876         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4877         Evaluate content and if the value is string, insert it.
4878         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4879         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4880         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4881         wl-draft-config-sub-part-bottom): Use it.
4882
4883         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4884         with the folder name. The question was unintelligible when it is
4885         called from wl-save-status.
4886
4887 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4888
4889         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4890         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4891         cannot take second argument).
4892
4893 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4894
4895         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4896         as t. Since type and subtype are not case sensitive (RFC 2045).
4897
4898 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4899
4900         * wl-vars.el (wl-message-mode-line-format): New variable.
4901         (wl-message-mode-line-format-spec-alist): Ditto.
4902         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4903         (wl-message-redisplay): Use wl-message-mode-line-format.
4904
4905 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4906
4907         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4908
4909 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4910
4911         * wl-summary.el (wl-summary-default-from): Write description.
4912
4913 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4914
4915         * wl-vars.el (wl-ldap-objectclass): Abolish.
4916
4917         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4918         (wl-ldap-make-filter): Removed condition for objectclass.
4919         (wl-ldap-make-matched-value-list): Remove meaningless process.
4920         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4921         (wl-address-ldap-search): Don't add `*' to `pat' string;
4922         use ignore-errors; added `email';
4923         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4924         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4925         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4926
4927
4928 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4929
4930         * wl-draft.el (wl-draft-parent-folder): Write description.
4931         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4932
4933 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4934
4935         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4936         as "" (zero-length string) if no parent.
4937         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4938
4939 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4940
4941         * wl-address.el (wl-address-make-completion-list): Skip duplication
4942         checking.
4943         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4944         `append'.
4945
4946 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4947
4948         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4949         instead of `beginning-of-buffer'.
4950
4951 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4952
4953         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4954
4955 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4956
4957         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4958         Refer wl-message-buffer-name.
4959         (wl-message-wheel-down): Ditto.
4960
4961 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4962
4963         * wl-vars.el (wl-message-buffer-name): New user option.
4964
4965         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4966         directly instead of making alist dinamically.
4967
4968         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4969         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4970         wl-message-buffer-cache-name.
4971         (wl-message-buffer-cache-clean-up): Ditto.
4972
4973         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4974
4975         * Version number is increased to 2.9.15.
4976
4977 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4978
4979         * wl-vars.el (wl-summary-default-view-alist): New user option.
4980
4981         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4982
4983         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4984         while deleting address.
4985         (wl-draft-delete-myself-from-cc): Ditto.
4986
4987         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4988         If optional argument is specified, reverse sort order.
4989
4990         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4991
4992 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4993
4994         * wl-thread.el (wl-thread-insert-message): Return parent number if
4995         exists.
4996         (wl-thread-update-indent-string-region): Use
4997         wl-thread-update-line-on-buffer-sub instead of
4998         wl-thread-update-line-on-buffer.
4999
5000 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5001
5002         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5003         (wl-folder-close-all): Ditto.
5004
5005 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5006
5007         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5008         and mailing-list:.
5009         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5010         value.
5011         (wl-summary-line-list-info): Print mailing-list name even when 
5012         list-number is empty.
5013
5014 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5015
5016         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5017
5018         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5019         (wl-draft-open-file): Ditto.
5020         (wl-draft-random-alphabet): Ditto.
5021
5022         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5023         bindings.
5024
5025 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5026
5027         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5028         * wl-vars.el (wl-draft-config-alist): Ditto.
5029
5030 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5031
5032         * Version number is increased to 2.9.14.
5033
5034         * wl.el (wl): Don't set wl-init as nil when error occured while
5035         auto-checking folders.
5036
5037         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5038         `elmo-expand-newtext'.
5039
5040 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5041
5042         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5043         `this-command' so that `wl-folder-goto-folder' contained in
5044         `wl-summary-keep-cursor-command' work.
5045
5046 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5047
5048         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5049         message buffer displaying state.
5050
5051 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5052
5053         * wl-vars.el (wl-summary-default-view): New variable to specify
5054         default value for `wl-summary-buffer-view' instead of using
5055         set-default.
5056         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5057
5058 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5059
5060         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5061
5062         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5063
5064 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5065
5066         * wl-vars.el (wl-forward-subject-prefix): New variable.
5067         * wl-draft.el (wl-draft-forward): Use it.
5068
5069 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5070
5071         * wl-message.el (wl-message-prev-page): When it is called without
5072         lines argument, scroll down by wl-message-scroll-amount lines.
5073         (wl-message-next-page): Ditto.
5074         * wl-vars.el (wl-message-scroll-amount): Change default value
5075         to preserve current behavior.
5076
5077 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5078
5079         * wl-summary.el (wl-summary-prefetch-msg): Bind
5080         `wl-message-entity' to call `wl-summary-from-function'.
5081
5082 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5083
5084         * wl-message.el (wl-message-buffer-create): Run
5085         wl-message-buffer-created-hook.
5086
5087 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5088
5089         * wl-summary.el (wl-summary-sort-specs): New variable.
5090         (wl-summary-default-sort-spec): Ditto.
5091         (wl-summary-sort): Rewrite.
5092         (wl-summary-sort-by-list-info): New function.
5093
5094 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5095
5096         * wl-summary.el (wl-summary-get-list-info): New function.
5097         (wl-summary-sort): Rewrite.
5098         (wl-summary-line-list-info): Ditto.
5099         (wl-summary-line-list-count): Ditto.
5100         (wl-summary-refile-region): Fixed docstring.
5101
5102 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5103
5104         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5105         `wl-folder-entity-hashtb' as completion table.
5106
5107 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5108
5109         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5110         only when this command is called interactively; silence the byte-
5111         compiler.
5112
5113 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5114
5115         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5116         active in XEmacs.
5117
5118 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5119
5120         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5121         plural lines.
5122
5123 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5124
5125         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5126         of current line when the cursor is on the header name.
5127         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5128
5129 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5130
5131         * wl-util.el (wl-read-directory-name): Return displayed directory
5132         as the default value also on XEmacs.
5133
5134 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5135
5136         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5137         formatting.
5138
5139 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5140
5141         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5142         argument and when it is non-nil, check face property before
5143         highlighting for each line.
5144         (wl-highlight-summary-window): Set it.
5145
5146 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5147
5148         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5149         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5150
5151         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5152         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5153         (wl-draft-get-fcc-list): Likewise.
5154
5155 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5156
5157         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5158         (wl-thread-entity-cur): Ditto.
5159         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5160         wl-thread-indent-regexp setting.
5161         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5162
5163         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5164         wl-summary-lazy-highlight.
5165         (wl-summary-display-bottom): Ditto.
5166
5167         * wl-thread.el (wl-thread-open-close): Likewise.
5168
5169         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5170         from and subject;
5171         Bind wl-draft-use-frame;
5172         Enclose with save-window-excursion;
5173         Use wl-draft-create-buffer instead of with-temp-buffer;
5174         Use wl-draft-prepare-edit;
5175         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5176         Use wl-draft-send instead of wl-draft-raw-send.
5177
5178 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5179
5180         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5181         of using wl-from.
5182
5183 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5184
5185         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5186         insert-buffer instead of clone-buffer.
5187         (wl-draft-doing-mime-bcc): New variable.
5188         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5189         infinite loop.
5190         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5191
5192         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5193         (wl-draft-mime-bcc-body): Ditto.
5194
5195         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5196         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5197         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5198         wl-draft-do-mime-bcc.
5199         (wl-draft-mime-bcc-field): New function.
5200         (wl-draft-do-mime-bcc): Ditto.
5201
5202         * wl-address.el (wl-address-complete-header-list): New variable.
5203         (wl-address-complete-header-regexp): Changed default value.
5204
5205         * Version number is increased to 2.9.13.
5206
5207 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5208
5209         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5210         it is differed.
5211
5212 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5213
5214         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5215         (wl-summary-line-list-count): Ditto.
5216
5217 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5218
5219         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5220         (wl-nntp-posting-function): New variable.
5221         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5222         `wl-nntp-posting-config-alist'.
5223
5224 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5225
5226         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5227         FLIM.
5228
5229 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5230
5231         * wl-summary.el (wl-summary-target-mark-refile-sub):
5232         Remove a nuisance funcall.
5233
5234 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5235
5236         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5237         as t for `try-completion'.
5238
5239 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5240
5241         * wl-summary.el (wl-summary-default-from): Use
5242         wl-address-header-extract-address instead of
5243         std11-extract-address-components.
5244         (wl-summary-simple-from): Ditto.
5245         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5246         (wl-summary-insert-headers): Show message.
5247         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5248         for whole line.
5249         (wl-summary-default-from): Revert last change.
5250         (wl-summary-simple-from): Ditto.
5251         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5252         (wl-summary-mark-as-read-region): Follow the change above.
5253         (wl-summary-sync-marks): Ditto.
5254         (wl-summary-target-mark-mark-as-read): Ditto.
5255         (wl-summary-redisplay-internal): Ditto.
5256         (wl-summary-redisplay-no-mime-internal): Ditto.
5257         (wl-summary-redisplay-all-header): Ditto.
5258         (wl-summary-mark-as-read): Removed argument `cached';
5259         Use current cache status to set cache mark.
5260         (wl-summary-redisplay-internal): Follow the change above.
5261         (wl-summary-redisplay-no-mime-internal): Ditto.
5262         (wl-summary-redisplay-all-header): Ditto.
5263
5264         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5265
5266         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5267         Don't call itself recursively (Adviced by Yamaoka-san).
5268
5269 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5270
5271         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5272         bind wl-summary-highlight as nil to avoid error caused by missing
5273         local variables.
5274
5275 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5276
5277         * wl-vars.el (wl-invalid-character-message): New user option.
5278
5279         * wl-util.el (wl-set-string-width): If truncated string-width is
5280         larger than specified width, use `wl-invalid-character-message'.
5281
5282 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5283
5284         * wl-summary.el (wl-summary-prefetch-msg): 
5285         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5286
5287 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5288
5289         * wl-vars.el (wl-summary-check-line-format): New user option.
5290         (wl-summary-line-format-file): Ditto.
5291
5292         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5293         variable.
5294         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5295         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5296         and `wl-summary-view-old-p' to check whether do a rescan or not.
5297         (wl-summary-view-old-p): New function.
5298         (wl-summary-line-format-changed-p): Ditto.
5299         (wl-summary-line-format-save): Ditto.
5300         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5301
5302         * wl-util.el (wl-set-string-width): Avoid using negative number
5303         for make-string.
5304
5305 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5306
5307         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5308         return value.
5309
5310         * wl-util.el (wl-set-string-width): Added optional argument
5311         `padding' (All other related portions are changed).
5312         (wl-line-parse-format): If the first letter of column number is
5313         `0', zero-padding the result (ex: "%05l").
5314
5315         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5316
5317 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5318
5319         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5320         sequential summary view.
5321
5322 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5323
5324         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5325         if it doesn't have a -unix version.
5326
5327 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5328
5329         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5330
5331 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5332
5333         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5334         content.
5335         (wl-draft): Follow the change above.
5336
5337         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5338
5339         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5340         and wl-folder-summary-line-format-alist contain %T and %P.
5341
5342         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5343         (wl-summary-mode-line-format): New user option.
5344         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5345         (wl-summary-line-format): Changed default value.
5346         (wl-summary-lazy-highlight): Changed default value.
5347
5348         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5349         change in wl-summary-create-line.
5350         (wl-thread-insert-entity-sub): Ditto.
5351
5352         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5353         (wl-summary-buffer-unread-status): Ditto.
5354         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5355         (wl-summary-buffer-persistent-mark-column): Ditto.
5356         (wl-summary-buffer-mode-line-formatter): Ditto.
5357         (wl-summary-buffer-mode-line): Ditto.
5358         (wl-summary-message-regexp): Abolished.
5359         (All other related portions are changed.)
5360         (wl-summary-detect-mark-position): New function.
5361         (wl-summary-buffer-set-folder): Setup
5362         wl-summary-buffer-mode-line-formatter.
5363         (wl-summary-mode): Setup selective-display;
5364         Setup pre-idle-hook when xemacs.
5365         (wl-summary-update-modeline): Rewrite.
5366         (wl-summary-jump-to-msg): Define as function;
5367         Changed regexp for searching messages.
5368         (wl-summary-message-number): Rewrite.
5369         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5370         Do rescan when old type summary cache.
5371         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5372         (wl-summary-remove-destination): Use '\r' to detect EOL.
5373         (wl-summary-print-destination): Ditto.
5374         (wl-summary-temp-mark): New inline function.
5375         (wl-summary-persistent-mark): Ditto.
5376         (wl-summary-line-number): New function.
5377         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5378         (wl-summary-line-list-count): New function.
5379         (wl-summary-create-line): Added argument persistent-mark.
5380         (All other related portions are changed)
5381         (wl-summary-create-line): Insert '\r'.
5382         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5383         (wl-summary-cursor-move-surface): New inline function.
5384         (wl-summary-prev): Use it.
5385         (wl-summary-next): Ditto.
5386
5387         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5388         wl-summary-message-regexp.
5389         (wl-highlight-summary): Delete progress message.
5390         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5391
5392         * Version number is increased to 2.9.12.
5393
5394 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5395
5396         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5397         variable (nil: no minimum).
5398         (wl-summary-line-subject): Add some spaces after subject by
5399         wl-summary-line-subject-minimum-length.
5400
5401 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5402
5403         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5404         and removed `F'.
5405         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5406         change above).
5407
5408 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5409
5410         * wl-summary.el (wl-summary-line-list-count): Reverted.
5411         (example setting in samples/*/dot.wl is also updated)
5412
5413 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5414
5415         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5416
5417         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5418
5419         * wl-vars.el (wl-summary-line-format): Addes some description to the
5420         docstring.
5421
5422         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5423         (wl-summary-line-close-bracket): Ditto.
5424         (wl-summary-line-children-number): Ditto.
5425         (wl-summary-line-thread-indent): Ditto.
5426         (wl-summary-line-children-and-from): Ditto.
5427
5428         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5429         't', 'c', 'F' and added 'C'.
5430
5431         * wl-util.el (wl-set-string-width): Accept negative value.
5432         (wl-line-parse-format): Added "%number(" and "%)".
5433
5434 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5435
5436         * wl-summary.el (wl-summary-line-list-count): Change format of the
5437         return value.
5438
5439 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5440
5441         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5442         from the recent message.el.
5443         (wl-draft-point-in-header-p): Ditto.
5444         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5445         wl-draft-beginning-of-line.
5446         * wl-e21.el (wl-draft-mode-map): Ditto.
5447         * wl-xmas.el (wl-draft-mode-map): Ditto.
5448
5449         * wl-folder.el: Sort macrodefs by dependencies.
5450
5451 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5452
5453         * wl-summary.el (wl-summary-prev): Fixed regexp.
5454         (wl-summary-next): Ditto.
5455
5456 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5457
5458         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5459
5460 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5461
5462         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5463         for backward compatibility.
5464
5465 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5466
5467         * wl-summary.el (wl-summary-line-list-count): New function, merged
5468         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5469         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5470         list counts.
5471
5472 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5473
5474         * wl-summary.el (wl-summary-create-line): Ignore errors while
5475         timezone-fix-time.
5476
5477         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5478
5479         * wl-summary.el (wl-summary-sync-update): Ditto.
5480         (wl-summary-default-from): Use wl-message-entity
5481         instead of entity.
5482
5483         * wl-summary.el (wl-summary-create-line): Fix.
5484
5485         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5486         (wl-summary-line-format): New user option.
5487         (wl-folder-summary-line-format-alist): Ditto.
5488         (wl-summary-from-width): Abolished.
5489
5490         * wl-util.el (toplevel): Require 'bytecomp.
5491         (wl-line-parse-format): New function.
5492         (wl-line-formatter-setup): New macro.
5493
5494         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5495         (wl-summary-buffer-line-formatter): New buffer local variable.
5496         (wl-summary-switch-to-clone-buffer): Follow the change above.
5497         (wl-summary-message-regexp): Fix.
5498         (wl-summary-from-func-internal): Abolished.
5499         (wl-summary-subject-func-internal): Ditto.
5500         (wl-summary-subject-filter-func-internal): Ditto.
5501         (All other related portions are changed.)
5502         (wl-summary-buffer-set-folder):
5503         Set up wl-summary-buffer-number-column and 
5504         wl-summary-buffer-line-formatter
5505         (All other related portions are changed.)
5506         (wl-summary-buffer-number-column-detect): Abolished.
5507         (All other related portions are changed.)
5508         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5509         (wl-summary-delete-all-temp-marks-on-buffer): Use
5510         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5511         (wl-summary-target-mark-delete): Ditto.
5512         (wl-summary-target-mark-refile-subr): Ditto.
5513         (wl-summary-target-mark-mark-as-read): Ditto.
5514         (wl-summary-target-mark-mark-as-unread): Ditto.
5515         (wl-summary-target-mark-mark-as-important): Ditto.
5516         (wl-summary-target-mark-save): Ditto.
5517         (wl-summary-replace-status-marks): Renamed from
5518         wl-summary-set-status-marks-on-buffer;
5519         Use wl-summary-message-regexp instead of
5520         wl-summary-buffer-number-regexp.
5521         (wl-summary-sync-update): Follow the change above.
5522         (wl-summary-goto-previous-message-beginning): New function.
5523         (wl-summary-mark-as-unread): Use it.
5524         (wl-summary-mark-as-important): Ditto.
5525         (wl-summary-line-formatter): New variable.
5526         (wl-summary-line-year): New function.
5527         (wl-summary-line-day): Ditto.
5528         (wl-summary-line-day-of-week): Ditto.
5529         (wl-summary-line-hour): Ditto.
5530         (wl-summary-line-minute): Ditto.
5531         (wl-summary-line-open-bracket): Ditto.
5532         (wl-summary-line-close-bracket): Ditto.
5533         (wl-summary-line-children-number): Ditto.
5534         (wl-summary-line-thread-indent): Ditto.
5535         (wl-summary-line-size): Ditto.
5536         (wl-summary-line-subject): Ditto.
5537         (wl-summary-line-from): Ditto.
5538         (wl-summary-line-children-and-from): Ditto.
5539         (wl-summary-create-line): Rewritten.
5540         (wl-summary-format-date): Abolished.
5541
5542         * wl-highlight.el (wl-highlight-summary-current-line): Use
5543         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5544         Use thread structure to detect thread top message.
5545
5546         * wl-draft.el (wl-default-draft-cite): Don't use
5547         wl-summary-from-func-internal.
5548
5549         * wl-refile.el (wl-refile-subject-learn): Don't use
5550         wl-summary-subject-filter-func-internal.
5551         (wl-refile-guess-by-subject): Ditto.
5552
5553         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5554         parameters.
5555
5556         * wl-thread.el (wl-thread-update-indent-string-region):
5557         Use wl-thread-update-line-on-buffer instead of
5558         wl-thread-update-indent-string.
5559         (wl-thread-update-children-number): Redefine using
5560         wl-thread-update-line-on-buffer.
5561         (wl-thread-update-indent-string): Abolished.
5562
5563         * Version number is increased to 2.9.11.
5564
5565 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5566
5567         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5568         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5569         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5570
5571         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5572         as nil.
5573
5574         * wl-thread.el (wl-thread-open-all-unread): Use 
5575         elmo-folder-list-messages-mark-match.
5576         (wl-thread-insert-message): Removed argument `mark-alist'.
5577         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5578         elmo-msgdb-set-mark.
5579         (wl-thread-get-children-msgs-uncached): Likewise.
5580         (wl-thread-get-exist-children): Added argument include-self.
5581         (wl-thread-delete-message): Follow the change above.
5582
5583         * wl-summary.el (wl-summary-count-unread): Removed argument.
5584         (wl-summary-rescan): Follow the change above.
5585         (wl-summary-mark-as-read-region): Ditto
5586         (wl-summary-mark-as-unread-region): Ditto.
5587         (wl-summary-delete-messages-on-buffer): Ditto.
5588         (wl-summary-sync-update): Ditto.
5589         (wl-summary-switch-to-clone-buffer): Ditto.
5590         (wl-summary-goto-folder-subr): Ditto.
5591         (wl-summary-target-mark-mark-as-read): Ditto.
5592         (wl-summary-target-mark-mark-as-unread): Ditto.
5593         (wl-summary-target-mark-mark-as-important): Ditto.
5594         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5595         (wl-summary-update-thread): Removed argument `mark-alist'.
5596         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5597         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5598         (wl-summary-resume-cache-status): Likewise.
5599         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5600         elmo-msgdb-set-mark.
5601         (wl-summary-mark-as-read-all): Likewise.
5602         (wl-summary-delete-cache): Ditto.
5603         (wl-summary-auto-select-msg-p): Ditto.
5604         (wl-summary-mark-as-unread): Ditto.
5605         (wl-summary-no-auto-refile-message-p): Ditto.
5606         (wl-summary-mark-as-read): Ditto.
5607         (wl-summary-mark-as-important): Ditto.
5608         (wl-summary-auto-refile): Follow the change above.
5609         (wl-summary-delete-all-marks): Removed.
5610         (wl-summary-resume-marks-and-highlight): Ditto.
5611         (wl-summary-resume-marks): Ditto.
5612         (wl-summary-delete-important-msgs-from-list): Ditto.
5613         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5614
5615         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5616         wl-summary-count-unread.
5617
5618         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5619         (wl-summary-score-update-all-lines): Use
5620         elmo-msgdb-set-mark.
5621
5622 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5623
5624         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5625         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5626         (wl-summary-create-line): Renamed from
5627         wl-summary-overview-create-summary-line;
5628         Argument rearrangement.
5629         (wl-summary-update-thread): Follow the change above.
5630
5631         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5632         (wl-thread-insert-entity-sub): Likewise.
5633
5634         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5635         argument `overview', `mark-alist' and added `msgdb'.
5636
5637         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5638
5639         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5640         (wl-summary-rescan): Follow the change above.
5641         (wl-summary-sync-update): Ditto.
5642         (wl-summary-insert-thread-entity): Ditto;
5643         Don't use `let*' in every while loop;
5644         Detect infinite loop of threads.
5645         (wl-summary-update-thread): Removed argument `overview'.
5646
5647         * wl-thread.el (wl-thread-insert-message): Ditto.
5648
5649         * Version number is increased to 2.9.10.
5650
5651         * wl-message.el (wl-message-redisplay): Ignore errors while
5652         wl-message-redisplay-hook.
5653
5654 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5655
5656         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5657
5658 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5659
5660         * wl.el (wl): inhibit-quit while wl-folder.
5661
5662 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5663
5664         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5665         while msgdb access.
5666
5667 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5668
5669         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5670         even if no folder is not created.
5671
5672 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5673
5674         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5675
5676         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5677         implementation.
5678         (wl-summary-target-mark-thread): Ditto.
5679
5680         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5681
5682 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5683
5684         * wl-util.el (wl-display-bytes): Remove unused function.
5685
5686 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5687
5688         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5689         seems critical one (partially reverse the change in 2002/03/17).
5690
5691 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5692
5693         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5694         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5695
5696 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5697
5698         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5699         is not writable.
5700         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5701         plugged status instead of `'force' as 2nd argument.
5702
5703         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5704         is not creatable.
5705
5706         * Version number is increased to 2.9.9.
5707
5708 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5709
5710         * wl-summary.el (wl-summary-suspend): New function.
5711
5712 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5713
5714         * wl.el (wl): Do not check variables if check is nil.
5715         * wl-utils.el (wl-collect-draft): New function.
5716         * wl-folder.el (wl-folder-suspend): Put summary buffers
5717         and draft buffers at the end of buffer list.
5718         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5719
5720 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5721
5722         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5723         loop instead of recursive call.
5724
5725         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5726         2nd argument.
5727
5728 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5729
5730         * wl-draft.el (wl-draft-create-contents): Don't take neither
5731         (function . args) nor (string . something) any more.
5732
5733         * wl-version.el (wl-generate-user-agent-string): Return string
5734         without header symbol.
5735         * wl-draft.el (wl-draft-default-headers): Use it.
5736
5737         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5738         `wl-draft-insert-ccs' and return field value instead of inserting
5739         the header. Abolish cc argument.
5740         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5741
5742         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5743         rather than one with string car.
5744
5745         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5746         * wl-draft.el (wl-draft-create-contents): Add it after the default
5747         headers.
5748
5749         * wl-draft.el (wl-draft-create-contents): For the case of
5750         (symbol-or-string . function) insert header only when the function
5751         returns string value.
5752
5753 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5754
5755         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5756         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5757
5758 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5759
5760         * wl.el (wl-check-environment): Don't check Message-ID when
5761         `wl-insert-message-id' is nil.
5762         Revive checking if `wl-message-id-domain' contains "@".
5763
5764 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5765
5766         * wl.el (wl-check-environment): Merge examination for "@" at
5767         inappropriate position into the first string-match.
5768
5769         * wl-summary.el (wl-summary-target-mark-print): New function.
5770         (wl-summary-pipe-message-subr): Extracted from
5771         `wl-summary-pipe-message'.
5772         (wl-summary-target-mark-pipe): New function.
5773         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5774         `wl-summary-target-mark-pipe'.
5775
5776 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5777
5778         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5779
5780 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5781
5782         * wl.el (wl-check-environment): Use elmo-warning instead of
5783         error for non-critical ones.
5784         Remove trash folder check.
5785         (wl): Don't ignore error in wl-check-environment.
5786
5787         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5788         check, which is moved from `wl-check-environment'.
5789         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5790
5791 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5792
5793         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5794         guess anything, call wl-summary-write.
5795         (wl-summary-write): Create draft with blank To field.
5796         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5797
5798 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5799
5800         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5801         argument full as well for wl-folder-write-current-folder.
5802         If wl-*-write-current-folder cannot guess addressee, add blank
5803         To header.
5804         Rewrite condition for positioning cursor.
5805
5806 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5807
5808         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5809         summary buffer is present, use it.
5810         (wl-folder-jump-to-previous-summary): Ditto.
5811
5812 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5813
5814         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5815
5816         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5817         wl-summary-previous-buffer and wl-summary-next-buffer.
5818
5819         * wl-folder.el (wl-folder-mode-map): Bind
5820         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5821         (wl-folder-jump-to-next-summary): New function.
5822         (wl-folder-jump-to-previous-summary): Ditto.
5823
5824         * wl-draft.el (wl-draft): Rearranged.
5825
5826 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5827
5828         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5829         of header.
5830         (wl-draft): Collect arguments for the header as header-alist.
5831         (wl-draft-forward): Arrange arguments for wl-draft.
5832         (wl-draft-reply): Ditto.
5833         (wl-draft-edit-string): Ditto.
5834         * wl-summary.el (wl-summary-write): Ditto.
5835         (wl-summary-write-current-folder): Ditto.
5836
5837         * Version number is increased to 2.9.8.
5838
5839 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5840
5841         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5842
5843         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5844
5845         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5846         even if the guess failed.
5847
5848         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5849         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5850         wl-summary-write-current-folder.
5851         * wl-xmas.el: Ditto.
5852
5853 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5854
5855         * wl-summary.el (wl-summary-next-page): Force display message if
5856         message is not displayed yet.
5857         (wl-summary-prev-page): Ditto.
5858
5859 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5860
5861         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5862
5863 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5864
5865         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5866         add "Preview Message" and "Save Draft and Exit".
5867
5868 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5869
5870         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5871         if addrmgr is called from draft in splitted window.
5872
5873         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5874         * wl-mule.el: Ditto.
5875         * wl-xmas.el: Ditto.
5876
5877 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5878
5879         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5880
5881         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5882         * wl-xmas.el (wl-folder-toolbar): Ditto.
5883
5884 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5885
5886         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5887         and wl-draft-save-and-exit.
5888         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5889         * wl-xmas.el: Ditto.
5890         * wl-mule.el: Ditto.
5891
5892         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5893         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5894
5895 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5896
5897         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5898         lists for saving buffer.
5899
5900 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5901
5902         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5903         parent-folder argument instead of it.
5904         (wl-draft-create-buffer): Ditto.
5905         (wl-draft-forward): Ditto.
5906         (wl-draft-reply): Ditto.
5907         * wl-summary.el (wl-summary-write): Ditto.
5908         (wl-summary-write-current-folder): Ditto.
5909
5910         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5911         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5912         Folder buffer after composing.
5913
5914 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5917         header if the file `wl-x-face-file' already contains it.
5918
5919 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5920
5921         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5922         folder" entry.
5923         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5924         * wl-e21.el (wl-folder-toolbar): Ditto.
5925         * wl-xmas.el (wl-folder-toolbar): Ditto.
5926
5927 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5928
5929         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5930         wl-folder-goto-folder with sticky argument.
5931         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5932
5933 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5934
5935         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5936         and wl-summary-previous-buffer.
5937         (wl-summary-next-buffer): New function.
5938         (wl-summary-previous-buffer): Ditto.
5939
5940 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5941
5942         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5943         wl-folder-jump-to-current-entity-with-arg.
5944         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5945         `wl-folder-jump-to-current-entity'.
5946         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5947         `wl-summary-goto-folder-sticky'.
5948         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5949         `wl-summary-goto-folder'.
5950         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5951         Unless force-exit, do not clean temp. marks for sticky summary.
5952         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5953
5954 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5955
5956         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5957         not entire.
5958
5959 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5960
5961         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5962         to `C-x C-s'.
5963         (wl-summary-save-status): New command.
5964         (wl-summary-exit): Don't clean-up temp marks when sticky.
5965         (Applied patch from Nakayama-san [wl: 09548])
5966         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5967         Do nothing when no mark data.
5968         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5969         Call `wl-summary-delete-all-temp-marks' before saving.
5970
5971 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5972
5973         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5974
5975 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5976
5977         * wl.el (wl-check-environment): Also cause error when (system-name)
5978         returns "localhost.localdomain". (Although it doesn't affect because
5979         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5980
5981 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5982
5983         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5984         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5985
5986         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5987         value.
5988
5989 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5990
5991         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5992         Likewise r-cc-list and r-ng-list.
5993
5994 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5995
5996         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5997         only if it is bound as variable.
5998
5999         * wl-mime.el (wl-draft-preview-message): Ditto.
6000
6001 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6002
6003         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6004         needless `goto-char'.
6005
6006         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6007         `wl-summary-redisplay-no-mime-internal' instead of
6008         `wl-summary-redisplay-no-mime'.
6009         (wl-summary-redisplay-no-mime): Changed argument;
6010         Call `wl-summary-redisplay-no-mime-internal'.
6011
6012         * wl-mime.el (wl-draft-preview-message): Bind
6013         `mime-header-encode-method-alist' locally.
6014
6015         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6016         (wl-draft-std11-parse-addresses): Added the first address check.
6017         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6018
6019         * Version number is increased to 2.9.7.
6020
6021 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6022
6023         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6024
6025 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6026
6027         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6028         related to scrollbar support, if there is no such a feature
6029         compiled in.
6030
6031 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6032
6033         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6034         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6035         for prefetch.
6036
6037 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6038
6039         * wl-summary.el (wl-summary-pick): Fix for no match.
6040
6041 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6042
6043         * wl-draft.el (wl-draft-save):
6044         Override `mime-header-encode-method-alist'.
6045
6046 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6047
6048         * wl-folder.el (wl-folder-pick): New function.
6049         Define key as "?".
6050
6051 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6052
6053         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6054         Fix for unplugged.
6055
6056 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6057
6058         * wl-folder.el (wl-folder-virtual): New function.
6059         Define key as "V".
6060
6061 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6062
6063         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6064         multi folder if entity is group.
6065
6066 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6067
6068         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6069         is nil.
6070
6071 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6072
6073         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6074         (wl-summary-target-mark-msgs): Return the number of marked messages.
6075
6076 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6077
6078         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6079         "first:" is specified.
6080
6081 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6082
6083         * wl-vars.el (wl-from): Use return value of function
6084         user-full-name instead of the variable user-full-name since
6085         XEmacs-20.4 doesn't set this variable.
6086
6087 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6088
6089         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6090         call `wl' directly.
6091
6092 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6093
6094         * wl-draft.el (wl-draft-reedit): Removed duplicated
6095         switch-to-buffers.
6096
6097 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6098
6099         * wl.el (wl-other-frame): Removed garbages.
6100
6101 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6102
6103         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6104
6105         * wl-xmas.el (wl-draft-key-setup): Ditto.
6106
6107         * wl-mule.el (wl-draft-key-setup): Ditto.
6108
6109         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6110         (wl-draft-reedit): Ditto.
6111         (wl-draft-prepare-edit): Add `wl-draft-save' to
6112         `local-write-file-hooks'.
6113         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6114         (wl-draft-reedit): Set buffer-file-name.
6115         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6116
6117
6118         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6119         call it.
6120         (wl-delete-startup-frame-function): New variable.
6121         (wl-other-frame): New function
6122         (Original was written by Yamaoka san [wl: 09239]).
6123
6124         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6125         if `wl-folder-use-frame'.
6126
6127 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6128
6129         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6130
6131 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6132
6133         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6134         New variable.
6135         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6136         (wl-message-buffer-prefetch-get-next): Use them.
6137         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6138
6139 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6140
6141         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6142         with unwind-protect.
6143
6144         * wl-draft.el (wl-draft-reedit): Rewrite.
6145         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6146         (wl-draft-save): Insert header separator if it does not exist;
6147         Removed condition-case.
6148
6149         * wl-summary.el (wl-summary-reedit): Revert last change.
6150
6151         * wl-draft.el (wl-draft-save): Rewrite.
6152         (wl-draft-create-buffer): Set buffer-file-name as nil.
6153
6154         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6155
6156         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6157
6158         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6159         nil.
6160
6161 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6162
6163         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6164         If count is nil, do not prefetch.
6165         (wl-message-buffer-prefetch-next): Next.
6166
6167 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6168
6169         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6170
6171 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6172
6173         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6174         `delete-backward-char'
6175         (wl-draft-prepare-edit): Check major-mode.
6176         (wl-draft-decode-header): Rewrite.
6177         (wl-draft): Fix.
6178
6179 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6180
6181         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6182
6183 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6184
6185         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6186         (wl-message-buffer-prefetch-get-next): Remove size checking.
6187         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6188
6189 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6190
6191         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6192         (wl-draft-default-headers): Fix.
6193
6194 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6195
6196         * wl-draft.el (wl-draft-default-headers): Insert return value of
6197         `wl-generate-mailer-string-function'.
6198
6199 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6200
6201         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6202         (wl-draft-insert-mail-header-separator): Ditto.
6203
6204         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6205         again (Reverted the change on 2002-01-17 by OKADA san).
6206
6207 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6208
6209         * wl-draft.el (wl-draft): Rewrite.
6210         (wl-draft-create-buffer): New function.
6211         (wl-draft-create-contents): Ditto.
6212         (wl-draft-prepare-edit): Ditto.
6213         (wl-draft-decode-header): Ditto.
6214         (wl-draft-decode-body): Ditto.
6215         (wl-draft-check-new-line): Ditto.
6216         (wl-draft-default-headers): Ditto.
6217         (wl-draft-insert-mail-header-separator): Ditto.
6218
6219 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6220
6221         * Version number is increased to 2.9.6.
6222
6223 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6224
6225         * wl-draft.el (wl-draft-delete-field): Optional argument.
6226         (wl-draft-delete-fields): Ditto.
6227
6228 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6229
6230         * wl-message.el (toplevel): Eliminated byte-compile warning.
6231         for `itimer-function', `delete-timer' and `itimer-list'.
6232
6233 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6234
6235         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6236         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6237         `wl-message-buffer-prefetch-threshold'.
6238         * wl-summary.el (wl-summary-redisplay-internal): Remove
6239         the check of `wl-message-buffer-prefetch-depth'.
6240
6241 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6242
6243         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6244         size of article.
6245         (wl-message-buffer-prefetch-subr): Remove size check.
6246
6247 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6248
6249         * wl-vars.el (wl-plugged): Make customizable.
6250
6251 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6252
6253         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6254         (wl-message-buffer-prefetch-set-timer): New function.
6255         (wl-message-buffer-prefetch-get-next): New function.
6256         (wl-message-buffer-prefetch): New function.
6257         (wl-message-buffer-prefetch-next): Rewrite.
6258         (wl-message-buffer-prefetch-subr): Rewrite.
6259         * wl-vars.el (wl-auto-prefetch-first): New variable.
6260         * wl-summary.el (wl-summary-goto-folder-subr): Call
6261         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6262
6263 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6264
6265         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6266         `wl-summary-unread-message-hook'.
6267
6268 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6269
6270         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6271         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6272         if range is `cache-status'.
6273
6274 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6275
6276         * wl-message.el (wl-message-buffer-prefetch-subr):
6277         Improve debug message.
6278
6279 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6280
6281         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6282         `wl-mail-send-pre-hook'.
6283         (wl-draft-send-mail-with-qmail): Ditto.
6284         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6285
6286 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6287
6288         * wl-message.el (wl-message-buffer-prefetch-subr):
6289         Fix for cancel-function-timers bug.
6290         (wl-message-buffer-prefetch-debug): Default value is t.
6291
6292 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6293
6294         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6295         (wl-message-buffer-prefetch-subr): Rewrite.
6296         Rename from `wl-message-buffer-prefetch'.
6297
6298 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6299
6300         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6301         (wl-default-draft-cite-decorate-author): Ditto.
6302
6303         * wl-draft.el (wl-draft-cite-function): Removed.
6304         (wl-default-draft-cite-decorate-author): Ditto.
6305
6306 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6307
6308         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6309         (wl-default-draft-cite): Do not arrange author name if the value of
6310         `wl-default-draft-cite-decorate-author' is nil.
6311
6312 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6313
6314         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6315
6316         * wl-folder.el (wl-folder-check-one-entity): Don't care
6317         `elmo-folder-use-flag-p'.
6318
6319 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6320
6321         * wl-folder (wl-folder-check-one-entity): Fix
6322         problem if unread is nil.
6323
6324 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6325
6326         * wl-address.el (wl-address-make-completion-list): Check whether
6327         the address is a group list.
6328         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6329
6330 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6331
6332         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6333         The number of the messages of new and unread does not count
6334         correctly.
6335
6336         * wl-summary.el (wl-summary-count-unread): Changed to return
6337         `(new . unread)' instead of total.
6338         (wl-summary-sync-update): Follow the change above.
6339
6340         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6341
6342 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6343
6344         * wl-address.el (wl-address-make-completion-list): Do not enclose
6345         address by " <" and ">" if associated realname is "".
6346         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6347         This is against the promblem with group list in .addresses pointed
6348         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6349
6350 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6351
6352         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6353         message is a format control string.
6354         * wl-expire.el (wl-expire-append-log): Ditto.
6355         * wl-mime.el (wl-summary-burst-subr): Ditto.
6356         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6357         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6358
6359 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6360
6361         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6362         wl.el (wl-check-variables): Rename from `wl-check-type'.
6363         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6364         (wl-check-variables-2): New function.
6365         (wl): Call `wl-check-variables-2'.
6366
6367 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6368
6369         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6370         after renaming folder in access group.
6371
6372 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6373
6374         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6375         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6376         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6377         (wl-message-buffer-prefetch): Rewrite.
6378         (wl-message-buffer-prefetch-idle-time): Removed.
6379         * wl-summary.el (wl-summary-redisplay-internal):
6380         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6381         Error check for `wl-message-buffer-prefetch-depht'.
6382
6383 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6384
6385         * Version number is increased to 2.9.5.
6386         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6387
6388 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6389
6390         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6391         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6392         Based on the patch written by
6393         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6394
6395 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6396
6397         * wl-draft.el (wl-draft-raw-send): Fix for
6398         `wl-news-send-pre-hook'
6399
6400 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6401
6402         * wl-utils.el (wl-message-id-function): New variable.
6403         * wl-draft.el (wl-draft-insert-required-fields):
6404         Use `wl-message-id-function'.
6405
6406 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6407
6408         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6409         * wl-utils.el (wl-draft-make-message-id-string):
6410         Use `wl-from' for domain part of Message-ID
6411         if `wl-message-id-use-wl-from' if non-nil.
6412         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6413
6414 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6415
6416         * wl.el (wl): Call `wl-check-type'
6417         Do not 'condition-case'.
6418
6419 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6420
6421         * wl.el (wl-check-type): New function.
6422         (wl-check-type-variables): New variable.
6423
6424 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6425
6426         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6427
6428 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6429
6430         * wl-draft.el (wl-smtp-password-key): New function.
6431         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6432         (wl-draft-send-mail-with-smtp): Ditto.
6433         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6434
6435 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6436
6437         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6438         * wl-utils.el (wl-unique-id-suffix): Remove.
6439
6440 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6441
6442         * Version number is increased to 2.9.4.
6443
6444 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6445
6446         * wl-utils.el (wl-unique-id-suffix): New variable.
6447         (wl-unique-id): Use `wl-unique-id-suffix'
6448
6449 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6450
6451         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6452         instead of `elmo-msgdb-search'.
6453
6454         * Version number is increased to 2.9.3.
6455
6456 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6457
6458         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6459
6460 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6461
6462         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6463         (wl-draft-dispatch-message): Changed for send-later.
6464         (wl-draft-queue-flush): Ditto.
6465         (wl-draft): Clear `wl-sent-message-queued'.
6466         (wl-draft-reedit): Ditto.
6467         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6468         * wl-vars.el (wl-draft-force-queuing): New variable.
6469         (wl-draft-force-queuing-mail): New variable.
6470         (wl-draft-force-queuing-news): New variable.
6471
6472 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6473
6474         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6475         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6476
6477 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6478
6479         * Version number is increased to 2.9.2.
6480
6481 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * wl-draft.el (wl-draft-elide-region): New user command.
6484         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6485
6486         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6487         command `wl-draft-elide-region'.
6488         * wl-mule.el: Ditto.
6489         * wl-xmas.el: Ditto.
6490
6491 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6492
6493         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6494         (wl-biff-check-folder-async): Removed needless let.
6495
6496 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6497
6498         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6499         wl-folder-get-elmo-folder.
6500         (wl-biff-check-folder): Set `biff' argument of
6501         `wl-folder-check-one-entity'.
6502         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6503
6504         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6505         (wl-folder-check-one-entity): Added `biff' argument;
6506         Setup `biff' slot of folder.
6507
6508         * Version number is increased to 2.9.1.
6509
6510 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6511
6512         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6513         comment out and fixed.
6514         (wl-fldmgr-add-completion-subr): Ditto.
6515
6516         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6517         and msgdb.
6518
6519         * wl.el (wl-toggle-plugged): Save summary view.
6520
6521 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6522
6523         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6524
6525 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6526
6527         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6528
6529 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6532         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6533         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6534
6535         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6536         if it was failed.
6537         (wl-demo): Disable undo in the demo buffer.
6538
6539 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6540
6541         * wl-version.el (wl-version): Changed codename.
6542
6543         * Version number is increased to 2.9.0.
6544
6545 2001-12-14  Takuo KITAME <kitame@northeye.org>
6546
6547         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6548         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6549         (wl-folder-mark-as-read-all-current-entity): Ditto.
6550
6551 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6552
6553         * wl-vars.el (wl-from-width): Define as obsolete variable.
6554         (wl-subject-length-limit): Ditto.
6555
6556         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6557
6558         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6559         wl-summary-save-view.
6560
6561         * wl.el (wl-save-status): Ditto.
6562         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6563
6564         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6565         (wl-summary-exit): Follow the change above.
6566         (wl-summary-goto-folder-subr): Ditto.
6567
6568         * wl-folder.el (wl-folder-create-subr): Don't use
6569         `elmo-folder-creatable-p'.
6570
6571 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6572
6573         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6574
6575 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6578         rather than bitmap on Emacs 21.
6579         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6580         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6581         for xbm if the new redisplay engine is not available.
6582
6583 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6584
6585         * wl-folder.el (wl-folder-init-hook): New hook.
6586         (wl-folder-init): Run `wl-folder-init-hook'.
6587
6588 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6591
6592 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6593
6594         * wl-acap.el (wl-acap-cache-filename): New variable.
6595         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6596         (wl-acap-init): Use cache if no ACAP server found.
6597
6598 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6599
6600         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6601         `wl-acap-original-msgdb-dir'.
6602
6603         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6604         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6605
6606         * wl-mime.el (wl-mime-save-directory): Renamed from
6607         `wl-mime-save-dir'.
6608
6609 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6610
6611         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6612
6613         * wl-demo.el: Require `path-util'.
6614         (wl-demo-bitmap-mule-available-p): New internal variable.
6615         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6616         `module-installed-p' instead.
6617         (wl-demo-insert-image): Use *.img file for a bitmap image.
6618         (wl-demo): Don't call the ascii demo recursively.
6619
6620 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6621
6622         * Version number is increased to 2.7.7.
6623
6624 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6625
6626         * wl.el (wl-exit): Eliminated byte-compile warning.
6627
6628 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6629
6630         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6631         obsolete variable using `elmo-define-obsolete-variable'.
6632         (wl-fetch-confirm-threshold): Ditto.
6633         (wl-cache-prefetch-folder-type-list): Ditto.
6634         (wl-cache-prefetch-folder-list): Ditto.
6635
6636 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6637
6638         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6639         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6640         (wl-demo-insert-image): New function.
6641         (wl-demo-insert-text): New function.
6642         (wl-demo-image-type-alist): Redefine as a function.
6643         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6644         (wl-demo-with-temp-file-buffer): Removed.
6645         (wl-logo-xpm): Removed.
6646         (wl-logo-xbm): Removed.
6647         (wl-logo-bitmap): Removed.
6648
6649 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6650
6651         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6652         (wl-expire-localdir-get-folder-function): New user option.
6653         (wl-expire-localdir-get-folder): New function.
6654         (wl-expire-localdir-date): Ditto.
6655
6656 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6657
6658         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6659         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6660         Fixed unread number mismatch when all-unread < unread.
6661
6662 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6663
6664         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6665         (wl-fetch-confirm-threshold): Ditto.
6666
6667         * wl-summary.el (wl-summary-confirm-appends): Removed.
6668         (wl-summary-sync-update): Don't refer
6669         `wl-summary-update-confirm-threshold' (It is now abolished).
6670
6671         * wl-message.el (wl-message-display-internal): Don't refer
6672         `wl-fetch-confirm-threshold' (It is now abolished).
6673
6674 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6675
6676         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6677
6678 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6679
6680         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6681         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6682         Change default value to nil.
6683         (wl-summary-indent-length-limit): The value can be nil, nil means
6684         unlimited.
6685
6686         * wl-summary.el: Don't set limit for indent length if the value of
6687         wl-summary-indent-length-limit is nil.
6688         If the value of wl-summary-width is nil, it means only that the width
6689         of summary is unlimited (nil doesn't mean that the indent length is
6690         unlimited).
6691
6692         * wl-thread.el: Ditto.
6693
6694 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6695
6696         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6697         be nil, nil means never confirm.
6698         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6699
6700 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6701
6702         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6703         means unlimited).
6704
6705 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6706
6707         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6708         Use `with-temp-buffer'.
6709
6710 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6711
6712         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6713         with new backquote style).
6714         (wl-folder-get-entity-from-buffer): Ditto.
6715
6716 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6717
6718         * wl-version.el (nemacs-version): Eliminated.
6719         (wl-extended-emacs-version2): Ignore nemacs.
6720         (wl-extended-emacs-version3): Ditto.
6721
6722 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6723
6724         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6725         (wl-draft-add-in-reply-to): New variable.
6726         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6727         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6728         (wl-draft-yank-from-mail-reply-buffer): Use
6729         `wl-draft-add-in-reply-to'.
6730         (wl-draft-insert-current-message): Ditto.
6731
6732 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6733
6734         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6735         typo (kill->hide).
6736         (wl-message-buffer-prefetch-folder-type-list): Added elements
6737         `mark' and `cache' instead of `internal'.
6738
6739 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6740
6741         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6742         resume msgdb directory.
6743
6744 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6745
6746         * wl.el (wl-exit): Call `wl-acap-exit'.
6747
6748         * wl-summary.el (wl-summary-message-string): New function.
6749         (wl-summary-reedit): Use it.
6750         (wl-summary-resend-bounced-mail): Remove needless let.
6751         (wl-summary-supersedes-message): Ditto.
6752         (wl-summary-save): Ditto.
6753
6754         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6755         (wl-acap-init): Set it.
6756         (wl-acap-exit): New function.
6757
6758 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6759
6760         * wl.el (wl-init): Revert (require 'mime-setup). move from
6761         toplevel.
6762
6763 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6764
6765         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6766         local variables.  Add error when guess function return invalid
6767         value.
6768
6769 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6770
6771         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6772         Change local variable name.
6773         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6774         (wl-folder-get-newsgroups): Return nil when non-news folder.
6775         * wl-summary.el (wl-summary-write-current-folder): State through
6776         when guess-list return nil.
6777         (wl-summary-write-current-folder-functions): Fixed docstring.
6778
6779         * wl.el (wl-exit): Changed confirm message.
6780
6781         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6782         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6783
6784         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6785
6786 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6787
6788         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6789         user option (Renamed from wl-cache-prefetch-folder-type-list).
6790         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6791         from wl-cache-prefetch-folder-list).
6792
6793         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6794         Move to wl-vars.el.
6795         (wl-message-buffer-prefetch-p): Changed to enable
6796         `wl-message-buffer-prefetch-folder-list'.
6797
6798         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6799         `ignore-cache'.
6800
6801 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6802
6803         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6804         `part-top' and `part-bottom'.
6805         (wl-draft-config-sub-part-top): New function.
6806         (wl-draft-config-sub-part-bottom): New function.
6807
6808 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6809
6810         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6811
6812 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6813
6814         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6815
6816 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6817
6818         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6819
6820         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6821         (wl-summary-write-current-folder): Ditto.
6822
6823 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6824
6825         * wl-folder.el (wl-folder-get-newsgroups): Use
6826         `elmo-folder-newsgroups'.
6827
6828 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6829
6830         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6831         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6832         `wl-draft-config-sub-header-bottom'.
6833
6834 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6835
6836         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6837         localnews folder.
6838
6839 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6840
6841         * wl-summary.el (wl-summary-mode): Undo last change.
6842
6843         * wl-folder.el (wl-folder-mode): Ditto.
6844
6845 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6846
6847         * wl-summary.el (wl-summary-mode): Locally set
6848         truncate-partial-window-width to nil.
6849         (for XEmacs)
6850
6851         * wl-folder.el (wl-folder-mode): Ditto.
6852
6853 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6854
6855         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6856
6857 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6858
6859         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6860         number.
6861
6862         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6863
6864         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6865
6866         * Version number is increased to 2.7.6.
6867
6868 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6869
6870         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6871
6872 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6873
6874         * wl-summary.el (wl-summary-sync-update): Enclose network
6875         related portion with `unwind-protect'.
6876
6877 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6878
6879         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6880
6881 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6882
6883         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6884         element.
6885         * wl-vars.el (wl-message-body-button-alist): Ditto.
6886
6887         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6888         max match length.
6889         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6890
6891         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6892         for the max match length;
6893         Use 4th element value for the button string regexp group.
6894
6895         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6896         candidate exists, prompt to select.
6897
6898 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6899
6900         * wl-summary.el (wl-summary-jump-to-msg): Search before
6901         calibration point by `beginning-of-line'.
6902
6903 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6904
6905         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6906         for access group.
6907
6908 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6909
6910         * wl-message.el (wl-message-display-internal): Bind
6911         `default-mime-charset'.
6912
6913         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6914
6915         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6916
6917         * Version number is increased to 2.7.5.
6918
6919 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6920
6921         * wl-expire.el (wl-summary-archive): Fixed;
6922         Use `elmo-folder-name-internal'.
6923
6924 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6925
6926         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6927         from `elmo-folder-move-messages' caller.
6928         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6929
6930         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6931         related portions are changed).
6932
6933 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6934
6935         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6936         counter.
6937
6938 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6939
6940         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6941         buffer local and set it to nil.
6942
6943         * wl-message.el (wl-message-redisplay): Ditto.
6944
6945 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6946
6947         * wl-summary.el (wl-summary-mark-as-important): If message is
6948         already cached, set messag as read, otherwise encache and mark as read.
6949
6950 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6951
6952         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6953         point-min.
6954
6955 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6956
6957         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6958         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6959         a keymap.
6960
6961 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6962
6963         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6964         parent.
6965
6966         * wl-mule.el (wl-message-define-keymap): Ditto.
6967
6968         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6969
6970         * wl-xmas.el (wl-message-display-internal-hook): Define.
6971         (wl-xmas-setup-message-toolbar): Define as function.
6972         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6973         (wl-message-overload-functions): Abolished.
6974         (wl-message-define-keymap): New function.
6975
6976         * wl-vars.el (wl-message-display-internal-hook): New variable.
6977         (wl-message-header-button-alist): New variable (Renamed from
6978         wl-highlight-message-header-button-alist).
6979         (wl-message-body-button-alist): Ditto.
6980
6981         * wl-mule.el (wl-message-define-keymap): New function.
6982         (wl-message-overload-functions): Abolished.
6983
6984         * wl-message.el (wl-message-add-buttons-to-body): New function.
6985         (wl-message-redisplay): Don't call wl-message-overload-functions;
6986         Call wl-message-add-buttons-to-header and
6987         wl-message-add-buttons-to-body.
6988         (wl-message-display-internal): Set keymap argument for
6989         elmo-mime-display-as-is, elmo-mime-message-display;
6990         Run wl-message-display-internal-hook.
6991         (wl-message-refer-article-or-url): Abolished.
6992
6993         * wl-highlight.el (wl-highlight-headers): Don't call
6994         wl-highlight-message-add-buttons-to-header.
6995         (wl-highlight-message-add-buttons-to-header): Abolished.
6996
6997
6998         * wl-e21.el (wl-message-display-internal-hook): Define.
6999         (wl-e21-setup-toolbar): Deleted duplicated binding.
7000         (wl-e21-setup-message-toolbar): Define as function.
7001         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7002         (wl-message-define-keymap): New function.
7003         (wl-message-overload-functions): Abolished.
7004
7005 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7006
7007         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7008         and elmo-folder-close.
7009
7010         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7011
7012 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7013
7014         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7015         boolean value.
7016         * wl-draft.el (wl-draft-do-fcc): Ditto.
7017
7018 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7019
7020         * wl-vars.el (wl-fcc-force-as-read): New variable.
7021         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7022         mark copied message as read.
7023
7024 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7025
7026         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7027
7028 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7029
7030         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7031         `wl-summary-target-above' instead of obsolete variable
7032         `wl-summary-temp-above'.
7033
7034         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7035         instead of `make-obsolete-variable'.
7036         * wl-refile.el (toplevel): Ditto.
7037
7038 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7039
7040         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7041         with third argument t.
7042         (wl-draft): Set first argument for wl-plugged-init as t.
7043
7044         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7045         definition.
7046
7047 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7048
7049         * wl-vars.el: Tabify.
7050         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7051
7052         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7053         message.
7054
7055 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7056
7057         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7058         and set default to beep.
7059
7060 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7061
7062         * wl-vars.el (wl-draft-truncate-lines): New variable.
7063
7064         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7065         instead of wl-message-truncate-lines for truncate-lines.
7066
7067 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7068
7069         * wl-message.el (wl-message-display-internal): Call
7070         `wl-highlight-message' after `elmo-mime-display-as-is'.
7071
7072         * wl-mime.el (wl-mime-display-text/plain): New function.
7073         (wl-mime-display-header): Ditto.
7074         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7075         body-presentation-method for text/plain;
7076         Register `wl-mime-display-header' as a header-presentation-method;
7077         Don't set up `elmo-message-text-content-inserted-hook' and
7078         `elmo-message-header-inserted-hook'.
7079
7080         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7081         variable.
7082         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7083         as t if flag is 'all-header;
7084         Don't bind `elmo-message-ignored-field-list',
7085         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7086
7087 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7088
7089         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7090         for xemacs with non-mule environment.
7091
7092 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7093
7094         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7095         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7096         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7097
7098 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7099
7100         * wl-vars.el (wl-interactive-send): Set default value as t.
7101
7102 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7103
7104         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7105         (wl-addrmgr-method-list): Abolished.
7106         (wl-addrmgr-change-method): Follow above change.
7107
7108         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7109
7110 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7111
7112         * wl-vars.el (wl-message-truncate-lines): Change default value
7113         to default-truncate-lines.
7114
7115         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7116
7117 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7118
7119         * wl-vars.el (wl-message-truncate-lines): New variable.
7120
7121         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7122         wl-message-truncate-lines.
7123
7124 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7125
7126         * wl-acap.el (wl-acap-init): Remove period from error message.
7127         (wl-acap-find-acap-service): Remove period from message.
7128
7129 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7130
7131         * wl.el (wl-check-environment): Undo last change.
7132
7133         * wl-vars.el (wl-from): Changed default value.
7134
7135         * wl-util.el (toplevel): Don't require tm-edit.
7136
7137         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7138         `wl-folder-init';
7139         Don't set mark on mail body.
7140         (wl-draft-reedit): Ditto.
7141
7142         * wl-address.el (wl-address-quote-specials): Define as an alias for
7143         elmo-address-quote-specials.
7144
7145 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7146
7147         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7148
7149         * wl-vars.el (wl-from): Set default value as nil.
7150         (wl-organization): Set default value as ORGANIZATION environment
7151         variable.
7152
7153         * wl-draft.el (wl-smtp-extension-bind): Check value of
7154         wl-smtp-connection-type.
7155
7156         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7157         error.
7158
7159 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7160
7161         * Version number is increased to 2.7.4.
7162
7163         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7164         arguments from `wl-highlight-x-face-function' caller.
7165         Use x-face-1.3.6.12 or later.
7166
7167 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7168
7169         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7170
7171 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7172
7173         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7174         (wl-fcc): Fix to accept function.
7175         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7176
7177 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7178
7179         * wl-acap.el (toplevel): Added `product-provide' declare.
7180         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7181
7182 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7183
7184         * wl.el (wl): Changed order of calling `elmo-init'
7185         and `elmo-folder-init'.
7186
7187 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7188
7189         * wl-mime.el (wl-summary-burst): Extract message when content-type
7190         of root entity is not only `multipart' but also `message/rfc822'.
7191         (wl-summary-burst-subr): Ditto.
7192
7193 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7194
7195         * wl-vars.el (toplevel): Require 'custom.
7196         (wl-trash-folder): Added to `wl-setting' group.
7197
7198         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7199         exists.
7200         (wl-addrmgr-draw): Insert empty line when no entry exists.
7201
7202         * wl-mule.el (wl-message-wheel-up): Fixed.
7203         (wl-message-wheel-down): Ditto.
7204
7205 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7206
7207         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7208         config is an anonymous lambda expression.
7209
7210 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7211
7212         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7213         when Mule 2 is running.
7214
7215 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7216
7217         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7218
7219 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7220
7221         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7222         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7223
7224         * wl-address.el (wl-address-specials-regexp): Eliminated.
7225         (wl-address-quote-specials): Rewrite.
7226
7227 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7228
7229         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7230         shy-groups for regexp.
7231
7232         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7233         character classes and Perl style shy-groups for regexp.
7234         (wl-highlight-plugged-current-line): Use Posix style character
7235         classes for regexp.
7236         (wl-e21-highlight-folder-by-numbers): Ditto.
7237         (wl-e21-display-image-p): Use `display-images-p' instead of
7238         `display-graphic-p'.
7239         (display-images-p): Make an alias to `display-graphic-p' if it is
7240         not available.  It is for Emacs version prior to 21.0.105.
7241
7242         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7243         `display-graphic-p'.
7244         (wl-demo-image-type-alist): Ditto.
7245         (display-images-p): Make an alias to `display-graphic-p' if it is
7246         not available.  It is for Emacs version prior to 21.0.105.
7247
7248 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7249
7250         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7251         support.
7252         (wl-generate-user-agent-string): Ditto.
7253
7254         * wl-version.el (wl-version): Update docsting.
7255         (wl-version-status): Ditto.
7256
7257 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7258
7259         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7260         21.0.105.  For Emacs 21.0.104 or earlier.
7261
7262 2001-09-03  Takuo KITAME <kitame@northeye.org>
7263
7264         * wl-e21.el (wl-plugged-init-icons): Use
7265         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7266         (wl-biff-init-icons): Ditto.
7267
7268 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7269
7270         * wl-highlight.el (wl-highlight-summary-current-line):
7271         Fixed highlighting refile/copy destination.
7272
7273         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7274         (wl-acap-store): Encode string by wl-acap-coding-system.
7275
7276 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7277
7278         * wl-acap.el (toplevel): Check and require 'un-define before
7279         'xemacs-ucs;
7280          Added checking for UTF-2000.
7281
7282 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7283
7284         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7285         Don't enclose with `eval-and-compile'.
7286
7287         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7288         wl-init is non-nil.
7289
7290         * wl-draft.el (wl-draft): Ditto.
7291
7292         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7293
7294         * wl-acap.el (toplevel): Require 'wl.
7295         (wl-acap-store): Call `elmo-init'.
7296
7297         * wl.el (wl): Changed position of `wl-check-environment'.
7298         (toplevel): Added autoload setting for wl-acap.
7299
7300         * wl-vars.el (wl-setting): New custom group.
7301         (wl-from): Added wl-setting group.
7302         (wl-user-mail-address-list): Ditto.
7303         (wl-organization): Ditto.
7304         (wl-subscribed-mailing-list): Ditto.
7305         (wl-envelope-from): Ditto.
7306         (wl-smtp-posting-user): Ditto.
7307         (wl-smtp-posting-server): Ditto.
7308         (wl-smtp-posting-port): Ditto.
7309         (wl-smtp-authenticate-type): Ditto.
7310         (wl-pop-before-smtp-user): Ditto.
7311         (wl-pop-before-smtp-server): Ditto.
7312         (wl-pop-before-smtp-port): Ditto.
7313         (wl-pop-before-smtp-authenticate-type): Ditto.
7314         (wl-nntp-posting-server): Ditto.
7315         (wl-nntp-posting-user): Ditto.
7316         (wl-nntp-posting-port): Ditto.
7317         (wl-fetch-confirm-threshold): Ditto.
7318         (wl-prefetch-threshold): Ditto.
7319         (wl-thread-insert-opened): Ditto.
7320         (wl-ldap-server): Ditto.
7321         (wl-ldap-port): Ditto.
7322         (wl-ldap-base): Ditto.
7323         (wl-ldap-objectclass): Ditto.
7324         (wl-use-ldap): Ditto.
7325         (wl-draft-config-alist): Ditto.
7326         (wl-draft-config-matchone): Ditto.
7327         (wl-template-alist): Ditto.
7328         (wl-message-sort-field-list): Ditto.
7329         (wl-message-ignored-field-list): Ditto.
7330         (wl-message-visible-field-list): Ditto.
7331         (wl-interactive-send): Ditto.
7332         (wl-summary-move-order): Ditto.
7333         (wl-auto-select-first): Ditto.
7334         (wl-auto-select-next): Ditto.
7335         (wl-interactive-save-folders): Ditto.
7336
7337         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7338         Initialization codes are moved from wl-local-folder-init.
7339         (wl-local-folder-init): Follow the change above.
7340         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7341
7342         * wl-acap.el: New file.
7343
7344         * Version number is increased to 2.7.3.
7345
7346 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7347
7348         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7349
7350 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7351
7352         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7353         (wl-addrmgr-address-entry-list): Ditto.
7354
7355 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7356
7357         * wl-e21.el (wl-draft-mode-map): Removed binding for
7358         `wl-draft-insert-x-face-field'.
7359
7360         * wl-mule.el (wl-draft-mode-map): Ditto.
7361
7362         * wl-xmas.el (wl-draft-mode-map): Ditto.
7363
7364         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7365         (wl-cs-autoconv): Ditto.
7366         (wl-cs-local): Ditto.
7367         (wl-use-scoring): Ditto.
7368         (wl-mime-charset): Ditto.
7369         (wl-folder-check-async): Ditto.
7370
7371         * wl.el (toplevel): Ignore nemacs and tm.
7372         (wl-exit): Ditto.
7373
7374         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7375         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7376         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7377         instead of wl-address-petname-add-or-change.
7378         (wl-summary-edit-addresses-subr): Use wl-address-delete
7379         instead of wl-address-petname-delete.
7380
7381         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7382
7383         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7384         if error occured.
7385
7386         * wl-message.el (require): Remove tm support.
7387
7388         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7389
7390         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7391         (wl-folder-jump-to-current-entity): Ditto.
7392         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7393
7394         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7395         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7396         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7397
7398         * wl-mule.el (wl-draft-key-setup): Ditto.
7399
7400         * wl-xmas.el (wl-draft-key-setup): Ditto.
7401
7402         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7403         (wl-draft-std11-parse-addresses): New function.
7404         (wl-draft-parse-mailbox-list): Use it.
7405         (wl-draft): Ignore nemacs.
7406         (wl-draft-reedit): Ditto.
7407
7408         * wl-addrmgr.el: New file.
7409         (Original is wl-rcpt.el written by
7410         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7411         Thanks Kitamoto-san.)
7412
7413         * wl-address.el (wl-address-make-address-list): Modified parsing
7414         process.
7415         (wl-address-delete): Renamed from `wl-address-petname-delete';
7416         Modify wl-address-list too.
7417         (wl-address-add-or-change): Renamed from
7418         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7419
7420 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7421
7422         * wl-highlight.el (wl-highlight-summary-current-line):
7423           Work with transient-mark-mode
7424
7425 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7426
7427         * Version number is increased to 2.7.2.
7428
7429         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7430         instead of elmo-dop-queue-method.
7431
7432 2001-08-06  SAITO Atsunori <sai@yedo.com>
7433
7434         * wl-vars.el (wl-ldap-objectclass): New user option.
7435
7436         * wl-address.el (wl-ldap-make-filter): Use it.
7437
7438 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7439
7440         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7441
7442 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7443
7444         * wl-folder.el (wl-folder): redisplay after folder insertion.
7445
7446         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7447
7448         * wl-summary.el (wl-summary-sync-update):
7449         Change status mark only when new-msgdb exists.
7450         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7451
7452 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7453
7454         * wl-summary.el (wl-summary-open-folder): New function.
7455         (wl-summary-goto-folder-subr): Use it.
7456         (wl-summary-mark-as-important): Fix;
7457         Encache only when no cache exists.
7458
7459 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7460
7461         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7462         Use with-current-buffer.
7463
7464 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7465
7466         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7467         before call `get-buffer'. Fixed parenthesis.
7468         (wl-score-get-header-entry): Clear message and help window when
7469         keyboard quit.
7470         (wl-score-edit-insert-header): Ditto.
7471
7472 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7473
7474         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7475         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7476         (wl-default-draft-cite): Fix.
7477
7478         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7479         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7480
7481 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7482
7483         * wl-message.el (wl-message-prev-page): Do same bahavior
7484         as summary when it is called in the message buffer.
7485         (wl-message-next-page): Ditto.
7486
7487 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7488
7489         * wl-summary.el (wl-summary-forward): Use cache if it is not
7490         section cache.
7491
7492 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7493
7494         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7495         Removed redundant require of elmo-vars.
7496         (wl-biff-state-indicator-on): Changed default value for
7497         xemacs with non-mule environment.
7498
7499         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7500         wl-message-buffer is nil;
7501         Hide progress bar after moving messages.
7502
7503 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7504
7505         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7506         message at cursor point is deleted.
7507
7508 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7509
7510         * wl-vars.el: Changed file coding system to euc-japan.
7511         Added -*-coding:-*- magic to the first line.
7512
7513         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7514         Search parent from the first message.
7515
7516         * Version number is increased to 2.7.1.
7517
7518 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7519
7520         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7521
7522 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7523
7524         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7525         refile/delete execution.
7526
7527         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7528         Fixed docstring.
7529
7530 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7531
7532         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7533         do update process;
7534         Don't update marks when update process is interrupted.
7535
7536 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7537
7538         * wl-summary.el (wl-summary-reply): Fixed problem when
7539         wl-draft-use-frame is non-nil.
7540         (wl-summary-forward): Ditto.
7541
7542         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7543         as nil.
7544         (wl-folder-mark-as-read-all-entity): Ditto.
7545         (wl-folder-prefetch-entity): Ditto.
7546
7547         * wl.el (wl): Check environment before wl-init.
7548
7549         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7550         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7551         instead of wl-summary-collect-unread.
7552         (wl-summary-reply): Split message window.
7553
7554 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7555
7556         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7557         only if current language environment is japanese,
7558
7559         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7560         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7561         (wl-folder-goto-folder-subr): Ditto.
7562
7563         * wl-draft.el (wl-draft-dispatch-message): Call
7564         `elmo-file-cache-get-path'.
7565
7566 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7567
7568         * wl-summary.el (wl-summary-cursor-move): If return value of
7569         wl-summary-next-message is not number, don't jump.
7570
7571 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7572
7573         * wl-summary.el (wl-summary-buffer-next-message-function): New
7574         variable.
7575         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7576         if it is bound.
7577
7578         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7579         string.
7580
7581         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7582         (wl-plugged-drawing): Ditto.
7583
7584 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7585
7586         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7587         process.
7588         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7589         with unwind-protect.
7590
7591         * wl.el (wl-init): Require mime-setup.
7592         (wl-check-environment): Don't require mime-setup.
7593
7594         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7595         instead of elmo-folder-type.
7596
7597         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7598         value as nil.
7599
7600 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7601
7602         * Version number is increased to 2.7.0.
7603
7604         * wl-version.el (wl-version): Changed codename.
7605
7606         * wl-summary.el (wl-summary-delete-cache): Fixed.
7607
7608         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7609         Workaround for net folders.
7610         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7611
7612         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7613         value to nil (According to the patch from
7614         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7615
7616         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7617         of elmo-folder-close.
7618
7619 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7620
7621         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7622         for postfix.
7623
7624 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7625
7626         * wl-summary.el (wl-summary-resend-message): Fixed.
7627
7628         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7629         Call wl-draft with `from' argument if its address is included in
7630         `wl-user-mail-address-list'.
7631         (wl-draft): Added `from' argument.
7632
7633         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7634         non-nil.
7635         (wl): Don't show demo if wl-demo is nil.
7636
7637         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7638         wl-summary-use-frame.
7639
7640         * wl-vars.el (wl-summary-use-frame): New user option.
7641         (wl-folder-use-frame): Changed docstring.
7642
7643         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7644         non-nil.
7645         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7646         wl-summary-use-frame.
7647
7648         * wl-vars.el (wl-folder-use-frame): New user option.
7649
7650         * wl-summary.el (wl-summary-exit): Back to folder frame if
7651         wl-folder-use-frame is non-nil.
7652         (wl-summary-redisplay-internal): Ignore cache if current folder
7653         is draft folder,
7654         (wl-summary-redisplay-no-mime): Ditto.
7655         (wl-summary-redisplay-all-header): Ditto.
7656
7657         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7658         if wl-folder-use-frame is non-nil.
7659
7660 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7661
7662         * wl-summary.el (wl-summary-sync-update): Bind
7663         elmo-folder-update-threshold.
7664         (wl-summary-mark-as-important): Enclosed server mark processing
7665         with `save-match-data'.
7666
7667         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7668         only when it is already defined.
7669
7670 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7671
7672         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7673         name of folder exclude localdir is wrong.
7674         * wl-folder.el (wl-folder-sync-entity):
7675         Set `wl-summary-always-sticky-folder-list' as nil.
7676         (wl-folder-mark-as-read-all-entity): Ditto.
7677         (wl-folder-prefetch-entity): Ditto.
7678
7679 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7680
7681         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7682         instead of `wl-summary-write-current-newsgroup'.
7683
7684 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7685
7686         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7687         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7688         non-nil and selected message is important, do not display.
7689
7690 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7691
7692         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7693
7694 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7695
7696         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7697
7698         * wl-summary.el (wl-summary-mark-as-important): Set message number
7699         using wl-summary-message-number.
7700
7701 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7702
7703         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7704         destination folder is 'null.
7705
7706 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7707
7708         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7709         New function.
7710         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7711         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7712         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7713
7714 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7715
7716         * wl-mime.el (wl-mime-setup): Added setting for
7717         `mime-setup-signature-key-alist' to avoid overriding key bind for
7718         `wl-draft-send'.
7719
7720         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7721         for `wl-draft-send'.
7722         * wl-mule.el (wl-draft-overload-functions): Ditto.
7723         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7724         * wl-draft.el (wl-draft-send): Ditto.
7725
7726         * wl-message.el (wl-message-display-internal):
7727         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7728         (Patch is provided by <kita@coe.nttdata.co.jp>).
7729
7730 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7731
7732         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7733
7734 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7735
7736         * wl.el (wl): Fix for wl-demo.
7737
7738 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7739
7740         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7741
7742 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7743
7744         * wl-folder.el (wl-folder-prefetch-entity): Use
7745         `wl-folder-get-elmo-folder'.
7746         (wl-folder-count-incorporates): Do not use
7747         `wl-folder-get-elmo-folder'.
7748
7749 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7750
7751         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7752         instead of `elmo-folder-get-type'.
7753
7754 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7755
7756         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7757         position on Subject: field.
7758         (Advised by Mito <mit@nines.nec.co.jp>)
7759
7760 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7761
7762         * wl-folder.el (wl-folder-prefetch-entity): Use
7763         `wl-folder-get-elmo-folder'.
7764
7765 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7766
7767         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7768
7769         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7770         `process-duplicates' slot.
7771
7772         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7773         if detection failed.
7774
7775 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7776
7777         * wl-version.el (wl-version-status): Set to "alpha".
7778
7779 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7780
7781         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7782         Check wl-message-buffer lives before set-buffer.
7783
7784 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7785
7786         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7787         called in folder mode.
7788         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7789         * wl-summary.el (wl-summary-exit-pre-hook): Run
7790         `wl-summary-exit-pre-hook' before exit summary mode.
7791
7792 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7793
7794         * wl-version.el (wl-version-status): New variable.
7795         (wl-version-status-alist): Removed.
7796         (wl-version-status): Rule included.
7797
7798 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7799
7800         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7801         @sponichi.
7802
7803         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7804         when `mail-reply-buffer' is buffer-local variable.
7805         (Reported by <kita@coe.nttdata.co.jp>).
7806
7807 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7808
7809         * wl-vars.el (toplevel): Require 'elmo-util.
7810
7811 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7812
7813         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7814         (All other related portions are changed)
7815
7816         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7817
7818         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7819
7820 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7821
7822         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7823
7824 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7825
7826         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7827         Delete other windows to avoid an error.
7828         Use `point-marker' instead of `point' to remember the start point
7829         of body.
7830
7831         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7832
7833         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7834         number not to exceed all message number.
7835
7836 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7837
7838         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7839         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7840
7841 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7842
7843         * wl-summary.el (wl-summary-sync-force-update): Added argument
7844         no-check.
7845         (wl-summary-sync-update): Ditto.
7846         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7847         with `no-check'.
7848
7849         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7850         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7851         already running.
7852
7853 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7854
7855         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7856         `dst-folder-arg'.
7857         (wl-expire-archive-number1): Diito.
7858         (wl-expire-archive-number2): Diito.
7859         (wl-expire-archive-Date): Diito.
7860         (wl-archive-number1): Diito.
7861         (wl-archive-number2): Diito.
7862         (wl-archive-date): Diito.
7863         (wl-archive-folder-p): New function.
7864         (wl-summary-expire): Support of expand folder name at
7865         wl-expire-alist.
7866         * wl-util.el (wl-expand-newtext): Renamed from
7867         `wl-refile-expand-newtext'.
7868
7869 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7870
7871         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7872         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7873         `(elmo-msgdb-get-overview msgdb)'.
7874         (wl-summary-prefetch): Bind match data before call
7875         `wl-summay-prefetch-msg'.
7876         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7877         'off if `wl-summary-buffer-disp-msg' is non-nil.
7878         Fixed problem that couldn't show only one new or unread message when
7879         enter folder.
7880         (wl-summary-reply): Don't call `split-window-vertically' and other
7881         window.
7882
7883 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7884
7885         * wl-expire.el (wl-expire-refile): Fixed.
7886
7887 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7888
7889         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7890
7891         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7892         biff notification is removed.
7893
7894         * wl.el (wl): Changed position of `elmo-init'.
7895
7896         * wl-draft.el (wl-default-draft-cite): Use date field
7897         on the citation buffer.
7898
7899         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7900
7901         * wl-xmas.el (wl-folder-internal-icon-list): Added
7902         `wl-folder-shimbun-image'.
7903
7904         * wl-e21.el (wl-folder-internal-icon-list): Added
7905         `wl-folder-shimbun-image'.
7906
7907 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7908
7909         * wl.el (wl-init): Eliminated argument.
7910         (wl): Rewrite.
7911
7912         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7913         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7914         instead of `elmo-folder-msgdb-internal'.
7915         (wl-summary-sync-update): Ditto.
7916         (wl-summary-flush-pending-append-operations): Eliminated.
7917         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7918         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7919         `elmo-folder-open'.
7920
7921         * wl-mime.el (wl-summary-burst): Fixed.
7922
7923         * wl-folder.el (wl-folder-info-save): Check data type.
7924
7925         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7926         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7927         instead of `elmo-folder-msgdb-internal'.
7928         (wl-expire-hide): Ditto.
7929
7930
7931         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7932
7933 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7934
7935         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7936
7937 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7938
7939         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7940
7941 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7942
7943         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7944         Fixed `match-beginning' argument mismatch.
7945
7946 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7947
7948         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7949         the default value.
7950
7951 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7952
7953         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7954         instead of `elmo-nntp-default-port'.
7955
7956         * wl-vars.el: Fixed some doc strings.
7957
7958 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7959
7960         * wl-summary.el (wl-summary-prefetch-msg): Use
7961         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7962
7963         * wl-vars.el: Define *-func as obsolete variable using
7964         `elmo-define-obsolete-variable'.
7965
7966         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7967         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7968         instead of `wl-message-buffer-prefetch-threshold'.
7969
7970         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7971
7972         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7973
7974         * wl-draft.el (wl-caesar-region-func): Ditto.
7975
7976         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7977         Keep unread status in elmo-folder-move-messages.
7978         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7979
7980 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7981
7982         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7983         `wl-summary-buffer-exit-func'
7984         (wl-summary-buffer-message-redisplay-function): Renamed from
7985         `wl-summary-buffer-message-redisplay-func'
7986         (wl-summary-buffer-next-folder-function): Renamed from
7987         `wl-summary-buffer-next-folder-func'.
7988         (wl-summary-buffer-prev-folder-function): Renamed from
7989         `wl-summary-buffer-prev-folder-func'.
7990         (wl-summary-get-petname-function): Renamed from
7991         `wl-summary-get-petname-func'.
7992
7993         * wl-score.el (wl-score-edit-exit-function): Renamed from
7994         `wl-score-edit-exit-func'.
7995
7996         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7997         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7998
7999         * wl-util.el (wl-load-profile-function): Renamed from
8000         `wl-load-profile-func'.
8001
8002         * wl-folder.el (wl-folder-completion-function): Renamed from
8003         `wl-folder-completion-func'.
8004         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8005
8006         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8007         `wl-expire-archive-get-folder-func'.
8008         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8009         (wl-draft-send-mail-function): Renamed from
8010         `wl-draft-send-mail-func'.
8011         (wl-draft-send-news-function): Renamed from
8012         `wl-draft-send-news-func'.
8013         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8014         (wl-generate-mailer-string-function): Renamed from
8015         `wl-generate-mailer-string-func'.
8016         (wl-highlight-signature-search-function): Renamed from
8017         `wl-highlight-signature-search-func'.
8018         (wl-highlight-x-face-function): Renamed from
8019         `wl-highlight-x-face-func'
8020         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8021         (wl-ps-print-buffer-function): Renamed from
8022         `wl-ps-print-buffer-func'
8023         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8024         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8025         (wl-summary-subject-filter-function): Renamed from
8026         `wl-summary-subject-filter-func'.
8027
8028         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8029         `wl-draft-queue-flush-send-func'
8030         (wl-draft-cite-function): Renamed from
8031         `wl-draft-cite-func'
8032
8033         * wl-address.el (wl-address-init-function): Renamed from
8034         `wl-address-init-func'.
8035
8036 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8037
8038         * wl-draft.el (wl-draft-queue-flush): Don't call
8039         `elmo-dop-unlock-message'.
8040         * wl-draft.el (wl-draft-queue-append): Don't call
8041         `elmo-dop-lock-message'.
8042
8043         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8044         (wl-summary-buffer-folder-name): Ditto.
8045         (wl-summary-message-regexp): Added '-' (all other related portions
8046         are changed).
8047         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8048         wl-summary-buffer-folder-name.
8049
8050 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8051
8052         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8053         the number of mails in the folder buffer is not updated by wl-biff.
8054
8055 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8056
8057         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8058         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8059
8060 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8061
8062         * wl-summary.el (wl-summary-next-message):
8063         Return next message number when wl-summary-move-order is nil.
8064
8065 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8066
8067         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8068         `wl-summary-move-spec-alist'.
8069         (wl-summary-move-spec-unplugged-alist): New variable
8070         (Move spec for unplugged status).
8071         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8072         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8073
8074 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8075
8076         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8077         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8078
8079 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8080
8081         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8082         simple quotation to quote the anonymous function.
8083         * tm-wl.el (wl-draft-preview-message): Ditto.
8084
8085 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8086
8087         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8088         Eliminate redundant `save-excursion'.
8089         (wl-highlight-summary-current-line): Ditto.
8090
8091         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8092         accessing match data when `looking-at' failed.
8093
8094         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8095         `elmo-match-string' where users don't care about the speed.
8096         (wl-draft-save): Ditto.
8097
8098 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8099
8100         * wl-util.el (wl-regexp-opt): New function.
8101
8102         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8103         number from `wl-summary-buffer-number-list'.
8104         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8105         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8106         (wl-summary-move-spec-alist): Changed default setting.
8107
8108 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8109
8110         * wl-vars.el (wl-biff-notify-hook): New hook.
8111         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8112         the arrival of new mail.
8113         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8114         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8115
8116 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8117
8118         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8119
8120 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8121
8122         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8123
8124         * Version number is increased to 2.5.8.
8125
8126         * wl-thread.el (toplevel): require 'cl.
8127         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8128         (wl-thread-make-number-list): New function.
8129         (wl-thread-entity-make-number-list-from-children): Ditto.
8130         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8131         (wl-thread-entity-insert-as-children): Likewise.
8132         (wl-thread-delete-message): Likewise.
8133         (wl-meaning-of-mark): Eliminated.
8134         (wl-thread-next-failure-mark-p): Ditto.
8135         (wl-thread-entity-get-mark): Ditto.
8136         (wl-thread-meaning-alist-get-result): Ditto.
8137         (wl-thread-entity-check-prev-mark): Ditto.
8138         (wl-thread-entity-check-next-mark): Ditto.
8139         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8140         (wl-thread-entity-get-prev-marked-entity): Ditto.
8141         (wl-thread-get-prev-unread): Ditto.
8142         (wl-thread-jump-to-prev-unread): Ditto.
8143         (wl-thread-get-next-unread): Ditto.
8144         (wl-thread-jump-to-next-unread): Ditto.
8145         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8146         (wl-thread-entity-get-next-marked-entity): Ditto.
8147
8148         * wl-summary.el (wl-summary-buffer-number-list):
8149         New bufer-local variable.
8150         (wl-summary-switch-to-clone-buffer): Clone
8151         `wl-summary-buffer-number-list'.
8152         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8153         (wl-summary-cursor-move-regex): Eliminated.
8154         (wl-summary-cursor-up): Rewrite.
8155         (wl-summary-cursor-down): Ditto.
8156         (wl-summary-mode-spec-alist): New variable.
8157         (wl-summary-next-message): New inline function.
8158         (wl-summary-cursor-move): New function.
8159         (wl-summary-default-get-next-msg): Rewrite.
8160         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8161         (wl-summary-rescan): Ditto.
8162         (wl-summary-sync-all-init): Ditto.
8163         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8164         summary is not thread view.
8165         (wl-summary-sync-update): Ditto.
8166         (wl-summary-rescan): Ditto.
8167         (wl-summary-make-number-list): New function.
8168
8169         * wl-draft.el: "FCC" -> "Fcc".
8170
8171 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8172
8173         * wl-highlight.el (wl-highlight-summary-window):
8174         Call `set-buffer-modified-p'.
8175
8176         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8177         (wl): Call `elmo-init' and fix.
8178
8179         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8180         Use new variables.
8181
8182         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8183
8184 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8185
8186         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8187
8188 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8189
8190         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8191
8192 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8193
8194         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8195         `wl-use-toolbar' nor `display-graphic-p'.
8196         (wl-e21-setup-message-toolbar): Ditto.
8197         (wl-e21-setup-summary-toolbar): Ditto.
8198         (wl-e21-setup-folder-toolbar): Ditto.
8199
8200         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8201         (wl-plugged-init-icons): Ditto.
8202
8203         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8204         `display-graphic-p'.
8205         (wl-plugged-set-folder-icon): Ditto.
8206         (wl-highlight-plugged-current-line): Ditto.
8207         (wl-highlight-folder-current-line): Ditto.
8208         (wl-e21-highlight-folder-group-line): Ditto.
8209         (wl-e21-setup-toolbar): Ditto.
8210         (wl-e21-display-image-p): New macro.
8211
8212         * wl-demo.el (wl-demo): Simplified.
8213         (wl-demo-image-type-alist): Use `image-type-available-p' for
8214         checking whether the image type `xbm' is available.
8215
8216 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8217
8218         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8219         (wl-summary-input-range): Ditto.
8220
8221 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8222
8223         * wl-summary.el (wl-summary-edit-addresses): Use
8224         `wl-summary-get-original-buffer'
8225         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8226         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8227         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8228         (wl-summary-get-newsgroups): Eliminated.
8229         (wl-summary-set-crosspost): Ditto.
8230         (wl-summary-is-crosspost-folder): Ditto.
8231         (wl-crosspost-alist-load): Ditto.
8232         (wl-crosspost-alist-save): Ditto.
8233
8234         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8235         `elmo-setup-subscribed-newsgroups' instead of
8236         `elmo-nntp-make-groups-hashtb'.
8237         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8238         instead of `wl-crosspost-alist-save'.
8239
8240         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8241         of `elmo-folder-message-appendable-p'.
8242         (wl-mime-header-presentation-method): Eliminated.
8243
8244         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8245         (Error occurs in emacs21).
8246
8247         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8248         the current buffer).
8249
8250         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8251         instead of `wl-crosspost-alist-save'.
8252         (wl-init): `elmo-crosspost-message-alist-load'
8253         instead of `wl-crosspost-alist-load'
8254
8255         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8256         (wl-parse-newsgroups): Likewise.
8257         (wl-biff-notify): Run `wl-biff-notify-hook'.
8258
8259 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8260
8261         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8262
8263         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8264         when `wl-summary-lazy-highlight' is non-nil.
8265         (wl-summary-goto-folder-subr): Highlight only when
8266         `wl-summary-lazy-highlight' is non-nil.
8267
8268         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8269         Don't display progress and highlight temp-mark when
8270         `wl-summary-lazy-highlight' is non-nil.
8271         (wl-highlight-summary-window): New function.
8272         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8273
8274 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8275
8276         * wl-summary.el (wl-summary-sync): Change `all-visible'
8277         from `all-shown'
8278         (wl-summary-input-range): Ditto.
8279
8280 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8281
8282         * wl-e21.el (wl-highlight-folder-current-line): Call
8283         `wl-folder-init-icons' when folder icons have not been initialized.
8284
8285         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8286
8287         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8288         (wl-demo-image-type-alist): New macro.
8289
8290 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8291
8292         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8293         display does not support graphics.
8294         (wl-plugged-init-icons): Ditto.
8295         (wl-folder-init-icons): Ditto.
8296
8297         * wl-demo.el (wl-demo): Chech closely whether the display
8298         supports graphics.
8299
8300 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8301
8302         * wl-summary.el (wl-summary-get-original-buffer): New function.
8303         (wl-summary-set-crosspost): Use it.
8304         (wl-summary-target-mark-uudecode): Ditto.
8305         (wl-summary-reedit): Ditto.
8306         (wl-summary-resend-bounced-mail): Ditto.
8307         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8308         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8309
8310         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8311         (wl-message-display-internal): Ditto.
8312
8313 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8314
8315         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8316
8317 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8318
8319         * wl-summary.el (wl-summary-save-view): Renamed from
8320         `wl-summary-save-status'.
8321
8322 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8323
8324         * wl-summary.el (wl-summary-sync): Added `all-shown'
8325
8326 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8327
8328         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8329
8330 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8331
8332         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8333
8334 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8335
8336         * wl-highlight.el (wl-highlight-summary-line-string): Use
8337         `zerop' instead of `= 0'.
8338         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8339
8340         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8341         for comparing numbers.
8342         (wl-template-prev): Use `zerop' instead of `eq 0'.
8343
8344         * wl-draft.el (wl-draft-insert-current-message): Use
8345         `with-current-buffer' instead of `save-excursion'.
8346         Use `zerop' instead of `eq 0'.
8347
8348 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8349
8350         * wl-draft.el (wl-draft-insert-ccs): New function.
8351         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8352         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8353
8354 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8355
8356         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8357
8358 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8359
8360         * wl-expire.el (wl-expire-refile): Don't call
8361         elmo-msgdb-add-msgs-to-seen-list;
8362         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8363         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8364
8365 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8366
8367         * wl-message.el (wl-message-prev-page): Ignore errors while
8368         scroll-down.
8369
8370 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8371
8372         * wl-mime.el: Use elmo-original-message-mode instead of
8373         mmelmo-original-mode.
8374
8375         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8376         `elmo-folder-get-spec';
8377         (wl-fldmgr-add-completion-all-completions):
8378         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8379
8380         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8381         of `elmo-folder-get-type'.
8382
8383         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8384         `elmo-folder-get-spec';
8385         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8386         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8387         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8388         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8389         `elmo-read-msg-no-cache';
8390         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8391         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8392         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8393         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8394         `elmo-cache-save';
8395         (wl-draft-reedit): Use `elmo-message-file-name'.
8396
8397         * wl-expire.el: Use `elmo-folder-name-internal';
8398         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8399         Use macro `wl-summary-buffer-msgdb' instead of variable
8400         `wl-summary-buffer-msgdb';
8401         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8402         Use macro `wl-summary-buffer-folder-name' instead of variable
8403         `wl-summary-buffer-folder-name'.
8404         * wl-score.el: Likewise.
8405
8406         * wl-message.el: Rewrite for new message buffer cache mechanism.
8407         (wl-message-buffer-cache-buffer-get): New macro.
8408         (wl-message-buffer-cache-folder-get): Ditto.
8409         (wl-message-buffer-cache-message-get): Ditto.
8410         (wl-message-buffer-cache-entry-make): Ditto.
8411         (wl-message-buffer-cache-hit): Ditto.
8412         (wl-message-buffer-cache-sort): New function.
8413         (wl-message-buffer-cache-add): Ditto.
8414         (wl-message-buffer-cache-delete): Ditto.
8415         (wl-message-buffer-cache-clean-up): Ditto.
8416         (wl-message-buffer-window): Rewrite.
8417         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8418         (wl-message-buffer-display): New function.
8419         (wl-message-display-internal): New function.
8420
8421 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8422
8423         * wl-folder.el: Use `elmo-folder-name-internal';
8424         Use `wl-folder-get-elmo-folder';
8425         Use `elmo-folder-list-messages' instead of
8426         `elmo-list-folder';
8427         Use `elmo-folder-get-primitive-list' instead of
8428         `elmo-folder-get-primitive-spec-list';
8429         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8430         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8431         Use `elmo-folder-create' instead of `elmo-create-folder'.
8432         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8433         (wl-folder-get-elmo-folder): New macro.
8434         (wl-folder-elmo-folder-cache-get): Ditto.
8435         (wl-folder-elmo-folder-cache-put): Ditto.
8436         (wl-folder-suspend): Call `elmo-quit'.
8437
8438         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8439         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8440         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8441         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8442         (toplevel): require 'cl.
8443         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8444
8445         * wl-summary.el: Rewrite to use new elmo interface.
8446
8447 \f
8448 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8449
8450         * wl-mime.el (wl-draft-preview-message):
8451         Run `wl-draft-send-hook' before collecting recipients information;
8452         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8453
8454         * tm-wl.el (wl-draft-preview-message): Ditto.
8455
8456 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8457
8458         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8459         wrong recipients are displayed when forwarded message.
8460
8461 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8462
8463         * Version number is increased to 2.5.7.
8464
8465 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8466
8467         * wl-message.el (wl-message-next-page): Bind
8468         `window-pixel-scroll-increment' to nil while scrolling up.
8469
8470 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8471
8472         * wl-vars.el (wl-save-hook): New hook.
8473         * wl.el (wl-save): Call `wl-save-hook'.
8474
8475 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8476
8477         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8478         Argument WITH-ARG instead of NO-ARG (negative mean).
8479         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8480         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8481         * wl-message.el (wl-message-follow-current-entity): Likewise.
8482
8483 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8484
8485         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8486         FROM was optional argument.
8487         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8488
8489 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8490
8491         * Version number is increased to 2.5.6.
8492
8493 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8494
8495         * wl-version.el (wl-version-show): Removed.
8496         (wl-version): Add `interactive'.
8497
8498 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8499
8500         * wl-summary.el (wl-summary-get-petname-func): New variable.
8501         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8502         instead of `wl-address-get-petname-1'.
8503         (wl-summary-simple-from): Ditto.
8504
8505         * wl-address.el (wl-address-get-petname-1): Define as function.
8506
8507 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8508
8509         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8510         field in the original message.
8511         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8512
8513 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8514
8515         * wl-expire.el (wl-expire-hide):
8516         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8517
8518 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8519
8520         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8521         find decoder for To, Cc, and Subject.
8522
8523 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8524
8525         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8526         for checking `elmo-use-buffer-cache'.
8527         (wl-summary-mark-as-important): Fixed typo in comment.
8528
8529 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8530
8531         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8532         field in the original message.
8533         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8534
8535 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8536
8537         * wl-expire.el (wl-expire-hide):
8538         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8539
8540 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8541
8542         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8543         find decoder for To, Cc, and Subject.
8544
8545 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8546
8547         * Version number is increased to 2.5.5.
8548
8549         * wl-address.el (wl-address-specials-regexp): New constant.
8550         (wl-address-quote-specials): Use it.
8551
8552 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8553
8554         * wl-summary.el (wl-summary-rescan):
8555         Call `wl-summary-buffer-number-column-detect'.
8556         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8557
8558         * wl-message.el (wl-message-mode-map): Define.
8559         (wl-message-decode): Use it as local-map.
8560
8561 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8562
8563         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8564         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8565
8566 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8567
8568         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8569
8570         * wl-mule.el (wl-read-event-char): Ditto.
8571
8572         * wl-e21.el (wl-read-event-char): Ditto.
8573
8574         * wl-nemacs.el (wl-read-event-char): Ditto.
8575         (read-event): Removed.
8576
8577         * wl-util.el (toplevel): Removed dummy definition of
8578         `read-event'.
8579         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8580
8581 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8582
8583         * wl-nemacs.el (elmo-archive-call-process): Moved to
8584         elmo-archive.el.
8585
8586 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8587
8588         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8589         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8590
8591         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8592         instead of magic-number 6.  Use `not' instead of `null' for symbol
8593         `nil' check (not empty list).
8594         (wl-draft-insert-x-face-field): Fixed paren style.
8595
8596         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8597         one-branch conditional statement, instead of `and' and `if'.
8598         (wl-draft-forward): Likewise.
8599         (wl-draft-add-references): Likewise.
8600         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8601
8602         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8603         conditional steatment.  Use `cond' instead of `if'.
8604         (wl-draft-confirm): Likewise.
8605
8606 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8607
8608         * wl-version.el (wl-version-show): Use `product-string-1'
8609         instead of `wl-version'.
8610         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8611
8612         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8613
8614 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8615
8616         * wl-highlight.el (wl-highlight-headers): Revert
8617         `wl-highlight-x-face-func' argument (`beg' and `end').
8618
8619 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8620
8621         * wl.el (toplevel): Move `product-provide' declare.
8622         * wl-demo.el (toplevel): Ditto.
8623         * wl-dnd.el (toplevel): Ditto.
8624         * wl-highlight.el (toplevel): Ditto.
8625         * wl-message.el (toplevel): Ditto.
8626         * wl-refile.el (toplevel): Ditto.
8627         * wl-util.el (toplevel): Ditto.
8628
8629 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8630
8631         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8632         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8633         (wl-thread-close-all): keep cursor position.
8634
8635 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8636
8637         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8638         (eq x 0).
8639         (wl-generate-user-agent-string-1): Fix conditional statement.
8640
8641 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8642
8643         * wl.el (wl-check-environment): Additional check for
8644         'wl-local-domain' and `wl-message-id-domain'.
8645
8646 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8647
8648         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8649
8650 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8651
8652         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8653         instead of `smtp-sasl-user-realm'.
8654
8655 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8656
8657         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8658
8659 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8660
8661         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8662         to the default value as well as `eword-lexical-analyzer'.
8663
8664 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8665
8666         * wl-version.el (wl-extended-emacs-version,
8667         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8668         `elmo-match-string' instead of `wl-match-string'.
8669
8670 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8671
8672         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8673         docstring.
8674
8675 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8676
8677         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8678
8679 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8680
8681         * wl-highlight.el (wl-highlight-headers): Remove
8682         `wl-highlight-x-face-func' argument (`beg' and `end').
8683
8684 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8685
8686         * wl-summary.el (wl-summary-mark-as-important):
8687         Remove cache if folder is local.
8688
8689 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8690
8691         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8692         to get existing e-mail address string.
8693
8694 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8695
8696         * wl-version.el (wl-generate-user-agent-string): Commentary.
8697         (wl-generate-user-agent-string-1): Use `when' for
8698         one-branch conditional statement, instead of `and' and `if'.
8699         (wl-extended-emacs-version, wl-extended-emacs-version2,
8700         wl-extended-emacs-version3): Ditto.
8701
8702 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8703
8704         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8705         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8706         condition-case; Remove initialization.
8707         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8708         (wl-summary-sync-update3): Added argument `sync-all';
8709         Eliminated local variable `msgdb';
8710         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8711         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8712         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8713
8714 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8715
8716         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8717         connection before call `wl-draft-send-mail-with-smtp'.
8718
8719 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8720
8721         * Version number is increased to 2.5.4.
8722
8723 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8724
8725         * wl.el (wl-check-environment): Additional check for
8726         'wl-local-domain' and `wl-message-id-domain'.
8727
8728 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8729
8730         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8731         buffer as command specific.
8732         (wl-folder-mark-as-read-all-entity): Ditto.
8733         (wl-folder-prefetch-entity): Ditto.
8734         (wl-folder-drop-unsync-entity): Ditto.
8735
8736         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8737         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8738         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8739
8740         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8741         save-excursion.
8742
8743 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8744
8745         * Version number is increased to 2.5.3.
8746
8747         * wl-summary.el (wl-summary-save-view-cache):
8748         Delete duplicated `write-region';
8749         Use `write-region-as-binary' instead of `as-binary-output-file' and
8750         `write-region'.
8751
8752 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8753
8754         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8755
8756 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8757
8758         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8759         instead of `smtp-via-smtp'.
8760
8761 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8762
8763         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8764
8765 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8766
8767         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8768         instead of `smtp-sasl-user-realm'.
8769
8770 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8771
8772         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8773
8774 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8775
8776         * Version number is increased to 2.5.2.
8777
8778 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8779
8780         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8781         does not exist.
8782         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8783         (wl-biff-start): Call `timer-activate' if timer already exists.
8784
8785         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8786         only when it is bound as function.
8787
8788 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8789
8790         * Version number is increased to 2.5.1.
8791
8792 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8793
8794         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8795         Print refile/copy destination.
8796
8797 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8798
8799         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8800         queue-flush-only is non-nil.
8801
8802         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8803
8804         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8805         checking cache folder.
8806
8807 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8808
8809         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8810         `regexp-quote'.
8811
8812 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8813
8814         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8815         function.
8816         * wl-summary.el (wl-summary-write-current-folder-functions):
8817         Change default value.  Use it.
8818
8819 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8820
8821         * Version number is increased to 2.5.0.
8822
8823         * wl-version.el (wl-version): Changed codename.
8824
8825 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8826
8827         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8828         (wl-summary-supersedes-message): Ditto.
8829
8830 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8831
8832         * wl-refile.el (wl-refile-guess-functions): Renamed from
8833         `wl-refile-guess-func-list'.
8834
8835 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8836
8837         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8838         Fixed problem when no rule was matched.
8839
8840 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8841
8842         * wl-summary.el (wl-summary-get-mark): Fixed
8843         `wl-summary-buffer-target-mark' check logic.
8844
8845 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8846
8847         * wl-folder.el (wl-folder-write-current-folder): Added group
8848         folder check.
8849
8850         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8851         `wl-summary-write-current-newsgroup'.
8852         (wl-summary-write-current-folder-functions): New variable.
8853         * wl-folder.el (wl-folder-get-newsgroups): New function.
8854         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8855         (wl-folder-write-current-folder): Renamed from
8856         `wl-folder-write-current-newsgroup'.
8857
8858 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8859
8860         * Version number is increased to 2.3.93.
8861
8862 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8863
8864         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8865         (wl-ldap-make-matched-value-list): Ditto.
8866         (wl-ldap-alias-safe-string): Split e-mail address.
8867
8868         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8869         petname folder default was selected.
8870         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8871         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8872
8873 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8874
8875         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8876         to `wl-draft-config-exec'.
8877
8878         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8879         instead of calling `wl-draft-config-exec';
8880         Process group-list and show recipients in minibuffer.
8881
8882         * tm-wl.el (wl-draft-preview-message): Ditto.
8883
8884 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8885
8886         * wl.el (toplevel): Added (C) to copyright notice, and
8887         sync Author header.
8888         * tm-wl.el (toplevel): Ditto.
8889         * wl-address.el (toplevel): Ditto.
8890         * wl-demo.el (toplevel): Ditto.
8891         * wl-dnd.el (toplevel): Ditto.
8892         * wl-draft.el (toplevel): Ditto.
8893         * wl-e21.el (toplevel): Ditto.
8894         * wl-expire.el (toplevel): Ditto.
8895         * wl-folder.el (toplevel): Ditto.
8896         * wl-highlight.el (toplevel): Ditto.
8897         * wl-message.el (toplevel): Ditto.
8898         * wl-mime.el (toplevel): Ditto.
8899         * wl-mule.el (toplevel): Ditto.
8900         * wl-nemacs.el (toplevel): Ditto.
8901         * wl-refile.el (toplevel): Ditto.
8902         * wl-score.el (toplevel): Ditto.
8903         * wl-summary.el (toplevel): Ditto.
8904         * wl-template.el (toplevel): Ditto.
8905         * wl-thread.el (toplevel): Ditto.
8906         * wl-util.el (toplevel): Ditto.
8907         * wl-vars.el (toplevel): Ditto.
8908         * wl-xmas.el (toplevel): Ditto.
8909
8910 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8911
8912         * wl.el (wl-init): Added comment about `wl-init-hook'.
8913         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8914         * wl-vars.el (wl-init-hook): Added docs.
8915         (wl-make-plugged-hook): Removed useless docs.
8916         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8917         * wl-xmas.el (toplevel): Ditto.
8918
8919 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8920
8921         * wl-address.el (toplevel): Fixed multiple Author header format.
8922         * wl-demo.el (toplevel): Ditto.
8923         * wl-draft.el (toplevel): Ditto.
8924         * wl-folder.el (toplevel): Ditto.
8925         * wl-summary.el (toplevel): Ditto.
8926         * wl-thread.el (toplevel): Ditto.
8927         * wl-util.el (toplevel): Ditto.
8928         * wl-vars.el (toplevel): Ditto.
8929         * wl-version.el (toplevel): Ditto.
8930         * wl-xmas.el (toplevel): Ditto.
8931         * wl.el (toplevel): Ditto.
8932
8933         * wl-version.el (toplevel): Added require `elmo-version' for
8934         `product-version-as-string'.
8935
8936 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8937
8938         * wl-vars.el (wl-draft-send-hook): Changed default value to
8939         '(wl-draft-config-exec).
8940
8941         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8942         explicitly.
8943         (wl-draft): Set `wl-draft-config-exec-flag' before running
8944         `wl-mail-setup-hook'.
8945
8946         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8947         `wl-biff-init-icons' to `wl-init-hook' instead of
8948         `wl-make-plugged-hook'.
8949         (Because if `wl-draft' command is invoked at first,
8950         they are not initialized)
8951         Updated copyright notice.
8952
8953         * wl-e21.el (toplevel): Ditto;
8954
8955         * wl-demo.el (toplevel): Updated copyright notice.
8956         * wl-address.el (toplevel): Ditto.
8957         * wl-draft.el (toplevel): Ditto.
8958         * wl-version.el (toplevel): Ditto.
8959         * wl-folder.el (toplevel): Ditto.
8960         * wl-summary.el (toplevel): Ditto.
8961         * wl-thread.el (toplevel): Ditto.
8962         * wl-util.el (toplevel): Ditto.
8963         * wl-vars.el (toplevel): Ditto.
8964         * wl.el (toplevel): Ditto.
8965
8966 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8967
8968         * wl-highlight.el (wl-highlight-message): Fixed problem of
8969         highlighting failure which occured when the last field contains
8970         multiple lines in the draft buffer.
8971
8972         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8973         `wl-biff-start' if plugged.
8974
8975         * wl-util.el (wl-biff-check-folder): New function.
8976         (wl-biff-check-folders): Don't set session name prefix.
8977         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8978         (wl-biff-check-folder-async): Ditto.
8979
8980         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8981         in email address.
8982
8983 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8984
8985         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8986
8987         * wl-draft.el (wl-draft-strip-subject-re): New function.
8988
8989         * wl-draft.el (wl-draft-reply): Use it.
8990
8991 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8992
8993         * wl-message.el (wl-mmelmo-message-redisplay): Use
8994         `mime-display-message' instead of `wl-mime-display-message'.
8995
8996         * wl-mime.el (toplevel): Removed compatibility workaround
8997         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8998         (wl-mime-display-message): Abolished.
8999         (wl-mime-entity-read-field): Ditto.
9000         (wl-mime-combine-message/partial-pieces): Use
9001         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9002
9003 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9004
9005         * wl-template.el: Doc fixes.
9006
9007 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9008
9009         * wl-e21.el (wl-message-overload-functions): Do nothing if
9010         `current-local-map' is not available.
9011         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9012
9013 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9014
9015         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9016         representation.
9017
9018         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9019         number.
9020         (wl-fldmgr-save-folders): Don't use `format' when insert
9021         `wl-fldmgr-folders-header'.
9022
9023 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9024
9025         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9026
9027 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9028
9029         * wl-highlight.el (wl-highlight-message):
9030         Use `std11-field-end' to detect end point of the header field.
9031         Refer `wl-highlight-max-header-size'.
9032
9033         * wl-vars.el (wl-highlight-max-header-size): New variable.
9034
9035         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9036
9037         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9038         Set `for-draft' argument of wl-highlight-headers.
9039         (wl-draft): Ditto.
9040         (wl-draft-reedit): Ditto.
9041         (wl-user-agent-compose-internal): Ditto.
9042
9043 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9044
9045         * wl-message.el (wl-message-add-button): Use overlay.
9046
9047 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9048
9049         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9050
9051         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9052         problem when group-list content is nothing.
9053         (Reported by Mito <mit@nines.nec.co.jp>)
9054
9055 2000-10-18  SAITO Atsunori <sai@yedo.com>
9056
9057         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9058
9059 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9060
9061         * tm-wl.el (toplevel): Use product-provide.
9062
9063 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9064
9065         * Version number is increased to 2.3.92.
9066
9067 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9068
9069         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9070         title text, use `display' property for left margin under Emacs 21.
9071
9072         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9073         properties.
9074         (wl-plugged-init-icons): Ditto.
9075
9076 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9077
9078         * wl.el (wl-save-status, wl-init): Remove last period in
9079         "...done." message.
9080         * tm-wl.el (wl-summary-burst): Ditto.
9081         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9082         wl-summary-resume-cache-status,
9083         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9084         wl-summary-sync-update3, wl-summary-highlight-msgs,
9085         wl-summary-flush-pending-append-operations,
9086         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9087         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9088         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9089         wl-thread-open-all): Ditto.
9090         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9091         * wl-mime.el (wl-summary-burst): Ditto.
9092         * wl-highlight.el (wl-highlight-summary): Ditto.
9093         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9094         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9095         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9096         * wl-address.el (wl-local-address-init): Ditto.
9097
9098 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9099
9100         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9101         `add-text-properties'.
9102         (wl-plugged-init-icons): Ditto.
9103         (wl-folder-init-icons): Use `propertize' instead of
9104         `put-text-property'.
9105         (wl-plugged-set-folder-icon): Ditto.
9106         (wl-e21-highlight-folder-group-line): Ditto.
9107
9108 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9109
9110         * wl-version.el (wl-version-status-alist): New variable.
9111         (wl-version-status): New function.
9112
9113         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9114         "Cc" part of the case "Reply-To".
9115
9116         * wl-draft.el (wl-draft-reply): Use result of
9117         `eword-extract-address-components'.
9118
9119         * wl-demo.el (wl-demo-icon-name): New constant.
9120         (wl-logo-xpm): Use it.
9121         (wl-logo-xbm): Ditto.
9122         (wl-logo-bitmap): Ditto.
9123
9124         * Version number is increased to 2.3.91.
9125
9126 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9127
9128         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9129         (wl-extended-emacs-version, wl-extended-emacs-version2,
9130         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9131         docstring.
9132
9133         * wl-version.el (wl-generate-user-agent-string-1): New function.
9134         (wl-generate-user-agent-string): Use it.
9135
9136         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9137         `mime-edit-insert-user-agent-field'.
9138         (wl-generate-user-agent-string): Check
9139         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9140
9141         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9142         instead of `if', when verbose case.
9143
9144 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9145
9146         * wl-expire.el (wl-summary-expire): Fix.
9147
9148 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9149
9150         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9151         and `elmo-lost+found-folder' if 'wl-draft.
9152         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9153
9154 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9155
9156         * wl-expire.el (wl-summary-expire): Change messages.
9157         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9158         `deleing-info' instead of "Deleting..."
9159
9160 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9161
9162         * wl-summary.el (wl-summary-refile-subr): Fix.
9163
9164 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9165
9166         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9167         if pipe folder.
9168
9169 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9170
9171         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9172
9173 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9174
9175         * wl-expire.el (wl-expire-hide): New function.
9176         (wl-summary-expire): Add `hide'.
9177
9178 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9179
9180         * wl-vars.el (wl-draft-reply-without-argument-list):
9181         Changed default value to consider `Reply-To:'.
9182         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9183
9184         * Version number is increased to 2.3.90.
9185
9186         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9187         elmo-imap4-get-session with unwind-protect.
9188         Don't cause error.
9189         (wl-summary-sync-marks): Don't check plugged nor folder type.
9190         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9191         (Always keep current buffer).
9192
9193 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9194
9195         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9196         Enclose with `save-excursion'.
9197
9198 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9199
9200         * wl-version.el (wl-version): Remove interactive.
9201
9202 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9203
9204         * wl-version.el (wl-generate-user-agent-string): Use
9205         `product-string-verbose' instead of `product-string-1'.
9206
9207 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9208
9209         * wl-vars.el (wl-draft-use-cache): New variable.
9210         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9211         if wl-draft-use-cache is non-nil.
9212
9213 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9214
9215         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9216         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9217
9218 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9219
9220         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9221         (wl-thread-msg-mark-as-unread): Ditto.
9222
9223         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9224         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9225         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9226         Don't set mark in summary if return value of `elmo-mark-as-read'
9227         is nil.
9228         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9229         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9230         instead of `wl-thread-msg-mark-as-read'.
9231         (wl-summary-mark-as-unread-region): Ditto.
9232         (wl-summary-target-mark-mark-as-read): Ditto.
9233
9234         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9235
9236 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9237
9238         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9239
9240         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9241
9242 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9243
9244         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9245         face.
9246
9247 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9248
9249         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9250         `running-xemacs'.
9251
9252 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9253
9254         * wl-version.el (toplevel): Use `product-version-as-string' for
9255         set verstion-string, if defined.
9256
9257         * wl-version.el (wl-version-show): Insert string at point, when
9258         call with argument.
9259
9260         * wl-version.el (wl-generate-user-agent-string): Use
9261         `product-string-1' instead of `wl-appname', `wl-version' and
9262         `wl-codename'.
9263
9264 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9265
9266         * wl-address.el (toplevel): Use product-provide.
9267         * wl-demo.el (toplevel): Ditto.
9268         * wl-dnd.el (toplevel): Ditto.
9269         * wl-draft.el (toplevel): Ditto.
9270         * wl-e21.el (toplevel): Ditto.
9271         * wl-expire.el (toplevel): Ditto.
9272         * wl-fldmgr.el (toplevel): Ditto.
9273         * wl-folder.el (toplevel): Ditto.
9274         * wl-highlight.el (toplevel): Ditto.
9275         * wl-message.el (toplevel): Ditto.
9276         * wl-mime.el (toplevel): Ditto.
9277         * wl-mule.el (toplevel): Ditto.
9278         * wl-nemacs.el (toplevel): Ditto.
9279         * wl-refile.el (toplevel): Ditto.
9280         * wl-score.el (toplevel): Ditto.
9281         * wl-summary.el (toplevel): Ditto.
9282         * wl-template.el (toplevel): Ditto.
9283         * wl-thread.el (toplevel): Ditto.
9284         * wl-util.el (toplevel): Ditto.
9285         * wl-vars.el (toplevel): Ditto.
9286         * wl-xmas.el (toplevel): Ditto.
9287         * wl.el (toplevel): Ditto.
9288
9289 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9290
9291         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9292         instead of product.
9293
9294         * wl-version.el (wl-version): Compile time evalution elmo-version.
9295
9296 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9297
9298         * wl-summary.el (wl-summary-sync-force-update): Append queue
9299         `mark-as-read'if unplugged.
9300
9301 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9302
9303         * wl-version.el: New file.  Use product.el.
9304         * wl.el: add (require 'wl-version).
9305         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9306         for ~/.folders header.
9307         (wl-fldmgr-folders-header): Changed.
9308         * wl-demo.el (wl-demo): Use product.el.
9309
9310         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9311         wl-version.el.
9312         * wl-util.el (wl-version, wl-version-show): Ditto.
9313
9314         * wl-util.el (wl-generate-user-agent-string,
9315         wl-extended-emacs-version, wl-extended-emacs-version2,
9316         wl-extended-emacs-version3): Move to wl-version.el.
9317         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9318         xemacs-codename, mime-edit-insert-user-agent-field,
9319         mime-edit-user-agent-value, mime-editor/version,
9320         mime-editor/codename): Compile warning killer move to
9321         wl-version.el
9322
9323 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9324
9325         * wl-summary.el (wl-summary-refile-subr): Fix.
9326
9327 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9328
9329         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9330         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9331
9332 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9333
9334         * wl.el (wl-check-environment): Check too many `@'.
9335
9336 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9337
9338         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9339
9340 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9341
9342         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9343         wl-draft-reply-myself-without-argument-list): Add variables.
9344         * wl-draft.el (wl-draft-reply): Use it.
9345
9346 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9347
9348         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9349         the 5th argument of `elmo-network-get-spec'.
9350
9351         * wl-thread.el (wl-thread-reparent-children): New inline function.
9352         (wl-thread-delete-message): Use it.
9353
9354         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9355         (wl-summary-score-update-all-lines): Don't use `dolist'.
9356
9357 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9358
9359         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9360         (require 'elmo-msgdb) for inline function.
9361
9362 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9363
9364         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9365
9366 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9367
9368         * wl-score.el (wl-score-headers): Fix for the confusing macro
9369         `elmo-kill-buffer'.
9370
9371 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9372
9373         * wl-summary.el: Don't use the 3rd argument of `require' because
9374         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9375         * wl-util.el: Ditto.
9376         * wl-draft.el: Ditto.
9377
9378 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9379
9380         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9381         window system is not used.
9382
9383 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9384
9385         * wl-thread.el: Don't use `mapcar' only for iteration.
9386         (wl-thread-resume-entity): Ditto.
9387         (wl-thread-delete-message): Ditto.
9388
9389         * wl-summary.el: Bind `dragdrop-drop-functions',
9390         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9391         of `require' for `timezone', `easymenu' and `ps-print';
9392         don't use `mapcar' only for iteration.
9393
9394         * wl-util.el: Bind `mule-version', `nemacs-version',
9395         `emacs-beta-version', `xemacs-codename',
9396         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9397         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9398         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9399         only for iteration.
9400
9401         * wl-score.el: Don't use `mapcar' only for iteration.
9402         (wl-score-simplify-buffer-fuzzy): Ditto.
9403         (wl-score-simplify-subject): Ditto.
9404         (wl-score-headers): Ditto.
9405         (wl-summary-score-update-all-lines): Ditto.
9406
9407         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9408         `enable-multibyte-characters' and `mule-version'.
9409
9410         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9411         `mapcar' only for iteration.
9412
9413         * wl-demo.el: Don't use `mapcar' only for iteration.
9414
9415         * wl-folder.el: Don't use `mapcar' only for iteration.
9416         (wl-folder-open-all): Ditto.
9417         (wl-folder-count-incorporates): Ditto.
9418
9419         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9420         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9421
9422         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9423         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9424         `smtp-connection-type'; specify 3rd argument of `require' for
9425         `timezone'; don't use `mapcar' only for iteration.
9426         (wl-draft-clone-local-variables): Don't use `mapcar'.
9427         (wl-draft-generate-clone-buffer): Ditto.
9428         (wl-user-agent-compose-internal): Ditto.
9429
9430         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9431
9432         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9433         (wl-save-status): Ditto.
9434
9435         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9436         for iteration.
9437
9438 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9439
9440         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9441         removed `Date'.
9442         (wl-fldmgr-make-filter-default): New user option.
9443
9444         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9445         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9446         (wl-fldmgr-filter-completion-alist): Abolish.
9447
9448         * wl.el (wl): Don't check servers if arg is non-nil.
9449
9450         * wl-draft.el (wl-draft-reply): Set only message-id string to
9451         In-Reply-To field.
9452
9453 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9454
9455         * wl-summary.el (wl-summary-pick): Rewrite.
9456
9457         * wl-draft.el (wl-draft-forward): Get references field from
9458         original buffer.
9459         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9460
9461 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9462
9463         * wl-draft.el (wl-draft-forward): Add references field.
9464
9465 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9466
9467         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9468         (wl-draft-reply): Use it.
9469
9470 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9471
9472         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9473         when Emacs 21 is running.
9474
9475         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9476         bindings.
9477
9478 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9479
9480         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9481         XPM icons transparent.
9482
9483         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9484         Emacs 21.
9485
9486 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9487
9488         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9489         nil.
9490
9491         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9492         when it is persistent.
9493         (wl-summary-sync-marks): Changed argument for
9494         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9495         (wl-summary-virtual): Use `elmo-read-search-condition'.
9496         (wl-summary-redisplay-internal): If folder is local, mark as read
9497         even when folder is plugged.
9498
9499 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9500
9501         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9502         of `tool-bar-lines' in the frame parameters.
9503         (after-make-frame-functions, post-command-hook): Don't modify the
9504         value.
9505         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9506         wl-e21-tool-bar-lines): Removed.
9507
9508 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9509
9510         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9511         properties `evaporate' and `wl-momentary-overlay' as well.
9512         (wl-highlight-summary-displaying): Ditto.
9513         (wl-delete-all-overlays): Don't delete overlay which does not have
9514         a property `wl-momentary-overlay'.
9515
9516         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9517         `display-mouse-p' and `display-graphic-p'.
9518         (wl-folder-init-icons): Don't search for XBM or the other files.
9519         (wl-plugged-set-folder-icon): Make icons if and only if
9520         `display-graphic-p' returns non-nil.
9521         (wl-highlight-plugged-current-line): Use `before-string' overlay
9522         property to show icon images.
9523         (wl-highlight-folder-current-line): Ditto.
9524         (wl-e21-highlight-folder-group-line): Ditto.
9525         (wl-e21-highlight-folder-by-numbers): Ditto.
9526         (wl-e21-insert-image): Removed.
9527         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9528         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9529         said.
9530         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9531         `wl-e21-force-switch-toolbar'.
9532         (wl-e21-make-icon-image): Removed.
9533         (wl-e21-setup-toolbar): Don't search for XBM files.
9534         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9535         the default value.
9536
9537 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9538
9539         * wl-util.el (wl-biff-check-folder-async): Set
9540         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9541
9542 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9543
9544         * wl-e21.el (after-make-frame-functions): Add
9545         `wl-e21-force-switch-toolbar'.
9546         (wl-e21-force-switch-toolbar): New function force to switch the
9547         toolbar appearance automatically.
9548         (post-command-hook): Add `wl-e21-switch-toolbar'.
9549         (wl-e21-switch-toolbar): New function to switch the toolbar
9550         appearance automatically.
9551         (wl-e21-tool-bar-lines): New buffer local variable.
9552
9553 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9554
9555         * wl-util.el (wl-biff-check-folders-running): New variable.
9556         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9557         (wl-biff-check-folder-async-callback):
9558         Set `wl-biff-check-folders-running'.
9559         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9560         with unwind-protect.
9561
9562         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9563         Enclose `wl-folder-auto-check' with unwind-protect.
9564
9565         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9566         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9567
9568         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9569
9570         * wl-util.el (wl-biff-notify): New inline function.
9571         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9572         locally.
9573         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9574         folder-list' is 1.
9575         Use `wl-biff-notify'.
9576         (wl-biff-check-folder-async-callback): New function.
9577         (wl-biff-check-folder-async): Ditto.
9578
9579         * wl-folder.el (wl-folder): Don't check folders.
9580         (wl-folder-auto-check): New function.
9581
9582 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9583
9584         * wl-util.el (wl-biff-start) [Emacs19+]:
9585         Use `timer-next-integral-multiple-of-time'.
9586         (wl-biff-check-folders): Use `wl-default-folder'
9587         if `wl-biff-check-folder-list' is nil.
9588
9589 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9590
9591         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9592         instead of `elmo-delete-lists'.
9593
9594 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9595
9596         * wl.el (wl-plugged-toggle-all): Set the value of
9597         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9598         (wl-plugged-toggle): Ditto.
9599         (wl-toggle-plugged): Ditto.
9600         (wl-plugged-init): Ditto.
9601
9602         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9603         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9604         instead of `wl-biff-state-indicator-off' and
9605         `wl-biff-state-indicator-on'; don't modify the value and the type
9606         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9607         (wl-plugged-init-icons): Set icons data to
9608         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9609         instead of `wl-plug-state-indicator-off' and
9610         `wl-plug-state-indicator-on'; don't modify the value and the type
9611         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9612
9613         * wl-vars.el (wl-modeline-biff-state-off,
9614         wl-modeline-biff-state-on, wl-modeline-biff-status,
9615         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9616         wl-modeline-plug-status): New internal variables.
9617         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9618         wl-biff-check-interval, wl-biff-check-folder-list): Change
9619         customization group from `wl-folder' to `wl-highlight'.
9620         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9621         wl-show-plug-status-on-modeline): Defcustomized.
9622
9623         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9624         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9625         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9626         a flag to `mode-line-buffer-identification'.
9627
9628         * wl-e21.el (wl-biff-init-icons): Set icons data to
9629         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9630         instead of `wl-biff-state-indicator-off' and
9631         `wl-biff-state-indicator-on'.
9632         (wl-plugged-init-icons): Set icons data to
9633         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9634         instead of `wl-plug-state-indicator-off' and
9635         `wl-plug-state-indicator-on'.
9636
9637 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9638
9639         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9640         excessive titles.
9641
9642 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9643
9644         * wl.el (wl-plugged-mode): Use revised
9645         `wl-mode-line-buffer-identification'.
9646         (wl-plugged-init): Don't use `force-mode-line-update'.
9647
9648         * wl-xmas.el (wl-draft-overload-functions): Use revised
9649         `wl-mode-line-buffer-identification'.
9650         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9651         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9652         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9653         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9654         `wl-make-plugged-hook';
9655         add `wl-folder-init-icons' and `wl-setup-folder' to
9656         `wl-folder-mode-hook'.
9657
9658         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9659         19 as well.
9660         (wl-mode-line-display-priority-list): New user option.
9661         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9662         Defcustomized.
9663         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9664         Add docs.
9665
9666         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9667         start.
9668         (wl-mode-line-buffer-identification): Revised as a function.
9669
9670         * wl-summary.el (wl-summary-mode): Use revised
9671         `wl-mode-line-buffer-identification'; don't call
9672         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9673         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9674         `wl-xmas-setup-summary'.
9675
9676         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9677         `wl-mode-line-buffer-identification'.
9678
9679         * wl-mule.el (wl-draft-overload-functions): Use revised
9680         `wl-mode-line-buffer-identification'.
9681
9682         * wl-folder.el (wl-make-plugged-alist): Don't call
9683         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9684         (wl-folder): Don't call `wl-folder-init-icons' directly.
9685         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9686         `wl-xmas-setup-folder' directly;
9687         use revised `wl-mode-line-buffer-identification'.
9688         (TopLevel): Don't bind `wl-biff-init-icons',
9689         `wl-plugged-init-icons', `wl-folder-init-icons',
9690         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9691
9692         * wl-e21.el (wl-draft-overload-functions): Use revised
9693         `wl-mode-line-buffer-identification'.
9694         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9695         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9696         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9697         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9698         `wl-make-plugged-hook';
9699         add `wl-folder-init-icons' and `wl-setup-folder' to
9700         `wl-folder-mode-hook'.
9701
9702 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9703             Katsumi Yamaoka    <yamaoka@jpl.org>
9704
9705         * wl.el (wl): Call `wl-biff-start'.
9706         (wl-exit): Call `wl-biff-stop'.
9707         (wl-plugged-mode): Show biff in modeline.
9708         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9709
9710         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9711         (wl-biff-init-icons): New function.
9712         (wl-plugged-init-icons): Don't make too much keymaps.
9713         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9714
9715         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9716         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9717         variables.
9718         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9719         options.
9720
9721         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9722         wl-biff-start, wl-biff-stop): New functions.
9723         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9724         (wl-biff-timer-name): New variable.
9725
9726         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9727
9728         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9729         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9730
9731         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9732         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9733
9734         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9735         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9736         `wl-folder-init-icons' to `ignore' if they are not available.
9737         (wl-folder-mode): Show biff in modeline.
9738
9739         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9740         (wl-biff-init-icons): New function.
9741         (wl-plugged-init-icons): Don't make too much keymaps.
9742         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9743
9744 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9745
9746         * wl-vars.el (wl-strict-diff-folders): Customization Type
9747         and doc fix.  Define as a list of regular expressions for
9748         folders or nil.
9749         * wl-folder.el (wl-folder-check-one-entity): Use
9750         `wl-string-match-member' instead of `wl-string-member' for
9751         `wl-strict-diff-folders'.
9752
9753 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9754
9755         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9756         (wl-highlight-folder-current-line): Use it; new implementation.
9757         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9758         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9759         `defsubst' instead of `defun'.
9760
9761         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9762         `wl-highlight-group-folder-by-numbers'; made it can also be a
9763         number.  See info for more details.
9764
9765         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9766         running.
9767
9768         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9769         to bind them.
9770
9771         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9772         (wl-highlight-folder-current-line): New implementation.
9773
9774         * wl-highlight.el (wl-highlight-folder-group-line): New
9775         implementation.
9776         (wl-delete-all-overlays): Rewrite as a marco.
9777         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9778
9779         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9780         running.
9781         (wl-folder-*-glyph): No need to bind them.
9782
9783         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9784         `wl-e21-highlight-folder-group-icon'; rewrite.
9785         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9786         `defsubst' instead of `defun'.
9787         (wl-folder-mode-map): Bind it when compiling.
9788
9789 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9790
9791         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9792
9793         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9794
9795 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9796
9797         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9798
9799 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9800
9801         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9802         (wl-highlight-folder-current-line): Use it.
9803
9804         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9805         in `id-name'.
9806
9807 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9808
9809         * wl.el: Require `wl-e21' when Emacs 21 is running.
9810
9811         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9812         default when Emacs 21 is running.
9813         (wl-use-highlight-mouse-line): Ditto.
9814         (wl-on-emacs21): New constant.
9815         (wl-on-emacs20): Removed.
9816
9817         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9818         Emacs 21 is running.
9819
9820         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9821         Emacs 21 is running.
9822
9823         * wl-e21.el: New file.
9824
9825 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9826
9827         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9828         (wl-toggle-plugged): Ditto.
9829         (wl-plugged-toggle): Ditto.
9830         (wl-plugged-toggle-all): Ditto.
9831
9832         * wl-vars.el (wl-plug-state-indicator): Refer
9833         `wl-plug-state-indicator-on' indirectly.
9834
9835 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9836
9837         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9838         Call `wl-folder-confirm-existence'.
9839
9840         * wl-folder.el (wl-folder-confirm-existence): Added optional
9841         argument `force'.
9842
9843 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9844
9845         * wl-summary.el (wl-summary-refile-subr): Assume
9846         `copy-or-refile' as symbol.
9847         (wl-summary-refile): Follow up above change.
9848         (wl-summary-copy): Ditto.  Doc fix.
9849
9850 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9851
9852         * wl-summary.el (wl-summary-pick): Don't bind
9853         `elmo-search-mime-charset'.
9854
9855         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9856         default using old backquote style.
9857         (wl-search-mime-charset): Abolished.
9858
9859         * wl-highlight.el (wl-highlight-headers):
9860         Call `point' after `re-search-forward'(for Nemacs).
9861
9862         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9863         for elmo-imap4.el.
9864
9865 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9866
9867         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9868         `wl-message-ignored-field-list' instead of
9869         `mime-view-ignored-field-list'.
9870
9871         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9872         Add interactive spec.
9873         (wl-folder-goto-bottom-of-current-folder): Ditto.
9874         (wl-folder-mode-map): Bind them.
9875
9876         * wl-vars.el (wl-message-ignored-field-list): New variable.
9877         (wl-message-visible-field-list): New variable.
9878
9879         * wl-mime.el (wl-mime-header-presentation-method): New function.
9880         (wl-mime-setup): Set header-presentation-method.
9881
9882 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9883
9884         * wl-nemacs.el (wl-draft-overload-functions): Set
9885         `mode-line-buffer-identification' instead of using
9886         `wl-make-modeline'.
9887
9888         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9889         instead of using `wl-make-modeline'.
9890
9891         * wl-xmas.el (wl-plugged-init-icons): Set up
9892         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9893         (wl-make-modeline): Abolish.
9894         (wl-draft-overload-functions): Set
9895         `mode-line-buffer-identification' instead of using
9896         `wl-make-modeline'.
9897
9898         * wl-util.el (wl-make-modeline-subr): Abolish.
9899         (wl-mode-line-buffer-identification): New alias.
9900
9901         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9902         (wl-summary-make-modeline): Abolish.
9903         (wl-summary-buffer-set-folder): Set
9904         `wl-summary-buffer-folder-indicator'.
9905         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9906         of using `wl-make-modeline'.
9907         (wl-summary-switch-to-clone-buffer): Don't set
9908         `mode-line-buffer-identification'.
9909         (wl-summary-goto-folder-subr): Ditto.
9910
9911         * wl-mule.el (wl-draft-overload-functions): Set
9912         `mode-line-buffer-identification' instead of using
9913         `wl-make-modeline'.
9914
9915         * wl-folder.el (wl-folder-mode): Set
9916         `mode-line-buffer-identification' instead of using
9917         `wl-make-modeline'.
9918         (wl-folder): Don't set `mode-line-buffer-identification'.
9919
9920 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9921
9922         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9923         instead of `member' for `wl-refile-guess-func-list' look-ups.
9924         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9925
9926 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9927
9928         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9929         `wl-message-button-dispatcher'.
9930
9931         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9932
9933         * wl-message.el (wl-message-button-dispatcher): Use it.
9934
9935         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9936         "In-Reply-To".
9937
9938         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9939         Bind `case-fold-search' to t.
9940
9941 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9942
9943         * wl-xmas.el (wl-message-overload-functions): Initialize
9944         `wl-message-button-map'.
9945
9946         * wl-mule.el (wl-message-overload-functions): Initialize
9947         `wl-message-button-map'.
9948
9949         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9950
9951         * wl-message.el (wl-message-button-map): New keymap.
9952         (wl-message-add-button): New function.
9953         (wl-message-button-dispatcher): New function.
9954         (wl-message-button-refer-article): New function.
9955
9956         * wl-highlight.el
9957         (wl-highlight-message-add-buttons-to-header): New function.
9958         (wl-highlight-headers): Use it.
9959
9960 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9961
9962         * wl-summary.el (wl-summary-default-from): Use
9963         `wl-address-get-petname-1'.
9964         (wl-summary-simple-from): Ditto.
9965
9966         * wl-address.el (wl-address-get-petname-1): New inline function.
9967         (wl-address-get-petname): Use it.
9968
9969 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9970
9971         * wl-summary.el (wl-summary-default-from): Return full-name part
9972         from the address if no petname was found.
9973         (wl-summary-simple-from): Ditto.
9974
9975         * wl-address.el (wl-address-get-petname): Return nil if no petname
9976         associated with the address was found.
9977
9978 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9979
9980         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9981         display is finished.
9982
9983 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9984
9985         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9986         `elmo-folder-exists-p' argument.
9987
9988 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9989
9990         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9991         the folder.
9992
9993 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9994
9995         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9996
9997         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9998         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9999
10000 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10001
10002         * wl-folder.el (wl-folder-create-subr): New function.
10003         (wl-folder-confirm-existence): Use it.
10004         (wl-folder-check-one-entity): Use it.
10005         Check the error symbol is derived from 'elmo-open-error.
10006
10007         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10008         `ignore-error'.
10009
10010 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10011
10012         * wl-util.el (toplevel): Add (eval-when-compile (require
10013         'elmo-util)).  (Maybe `provide' is typo.)
10014
10015 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10016
10017         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10018         (I don't know why this was needed.)
10019
10020         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10021         Follow up changes for stream-type.
10022
10023         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10024         (wl-draft-elmo-nntp-send): Ditto.
10025
10026         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10027         (wl-nntp-posting-stream-type): Ditto.
10028         (wl-pop-before-smtp-ssl): Abolished.
10029         (wl-nntp-posting-ssl): Ditto.
10030
10031         * wl-address.el (wl-address-quote-specials): New function.
10032         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10033
10034         * wl-draft.el (wl-draft-reply): Ditto.
10035
10036 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10037
10038         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10039         use function `wl-string-match-assoc'.
10040
10041 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10042
10043         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10044
10045         * wl-draft.el (wl-draft-deduce-address-list): New function.
10046         (wl-draft-parse-mailbox-list): Ditto.
10047         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10048         instead of `smtp-deduce-address-list'.
10049         (wl-draft-on-field-p): Follow group list.
10050
10051         * wl-address.el (wl-address-concat-token): New function.
10052         (wl-address-string-without-group-list-contents): Ditto.
10053         (wl-complete-field-body): Fixed problem of completion
10054         by japanese petname.
10055         (wl-address-make-completion-list): Rewrite.
10056
10057 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10058
10059         * wl-address.el (wl-address-make-completion-list): Completion by
10060         petname.
10061         (wl-complete-field-body): Likewise.
10062
10063 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10064
10065         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10066         contains invalid address syntax.
10067
10068 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10069
10070         * wl-folder.el (wl-folder-check-entity-async): Use
10071         `elmo-nntp-spec-hostname'.
10072
10073 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10074
10075         * wl-summary.el (wl-summary-msgdb-load-async): Use
10076         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10077
10078 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10079
10080         * wl-draft.el (wl-draft-reply): Set argument
10081         `content-transfer-encoding' as nil.
10082
10083 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10084
10085         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10086         `wl-refile-alist'.
10087
10088 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10089
10090         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10091         (wl-draft-edit-string): Ditto.
10092         (wl-draft-forward): Ditto.
10093         * wl-summary.el (wl-summary-write): Ditto.
10094
10095 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10096
10097         * wl-summary.el (wl-summary-sync-update3): Call
10098         `wl-summary-buffer-number-column-detect'.
10099         (wl-summary-buffer-number-column-detect): Search from point-min.
10100
10101 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10102
10103         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10104         contains an address which is not included in original to or cc.
10105
10106 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10107
10108         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10109         begin-line does not exist.
10110         * wl-message.el (wl-message-uu-substring): Ditto.
10111
10112 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10113
10114         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10115         clear local variables.
10116         (wl-summary-exit): Call `elmo-commit'.
10117         (wl-summary-switch-to-clone-buffer): Call
10118         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10119         (wl-summary-goto-folder-subr): Ditto.
10120
10121         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10122         POP folder.
10123
10124 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10125
10126         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10127         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10128         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10129         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10130         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10131         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10132
10133         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10134
10135 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10136
10137         * wl-summary.el (wl-summary-search-by-subject):
10138         Search parent message from the latest one.
10139
10140 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10141
10142         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10143         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10144
10145         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10146         New user option.
10147
10148         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10149         if elmo-nntp-use-killed-list is nil.
10150         Use `elmo-msgdb-append-to-killed-list'.
10151         (Append numbers confirmed as disappeared to the killed list.)
10152         (wl-summary-confirm-appends): Don't display negative number.
10153
10154 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10155
10156         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10157
10158 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10159
10160         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10161         range is `all'.
10162         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10163         `elmo-list-bigger-diff'.
10164
10165 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10166
10167         * wl-summary.el (wl-summary-buffer-exit-func):
10168         New buffer local variable.
10169         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10170
10171 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10172
10173         * wl-demo.el (wl-demo): Fix the last change.
10174
10175 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10176
10177         * wl-demo.el (wl-demo): Don't use `eval'.
10178
10179 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10180
10181         * wl-summary.el (wl-summary-buffer-thread-modified):
10182         New buffer-local variable.
10183         (wl-summary-set-thread-modified): New function.
10184         (wl-summary-thread-modified-p): New function.
10185         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10186         (wl-summary-yank-saved-message): Use function
10187         `wl-summary-set-thread-modified'
10188         (wl-summary-switch-to-clone-buffer): Add
10189         `wl-summary-buffer-thread-modified'.
10190
10191         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10192         (wl-summary-buffer-mark-saved-hook): Ditto.
10193         * wl-summary.el (wl-summary-msgdb-save): New hook
10194         `wl-summary-buffer-message-saved-hook' and
10195         `wl-summary-buffer-mark-saved-hook'.
10196
10197 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10198
10199         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10200
10201 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10202
10203         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10204         don't hide scroll bars under FSF Emacsen because it may incur an
10205         undesirable redrawing.
10206
10207 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10208
10209         * wl-draft.el (wl-draft-edit-string): Call
10210         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10211
10212 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10213
10214         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10215
10216 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10217
10218         * wl-summary.el (wl-summary-msgdb-load-async): Call
10219         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10220
10221 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10222
10223         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10224         fringes in demo buffer; center bitmap logo correctly even if old
10225         Mule is used.
10226
10227 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10228
10229         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10230
10231         * wl-refile.el (wl-refile-subject-alist): New variable.
10232         (wl-refile-subject-alist-file-name): Ditto.
10233         (wl-refile-alist-setup): Rewrite.
10234         (wl-refile-alist-save): Use `elmo-object-save'.
10235         Eliminated arguments.
10236         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10237         (wl-refile-guess-by-subject): New function.
10238         (wl-refile-guess-func-list): Added it.
10239
10240 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10241
10242         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10243         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10244
10245 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10246
10247         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10248         New buffer-local variable.
10249         (wl-summary-buffer-next-folder-func): Ditto.
10250         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10251         if non-nil.
10252         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10253         if non-nil.
10254         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10255         if non-nil.
10256         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10257         if non-nil.
10258
10259 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10260
10261         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10262         permanently in the demo buffer.
10263
10264 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10265
10266         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10267         `mime-entity-fetch-field'.
10268
10269         * wl.el (wl-exit): Delete plugged buffer.
10270
10271         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10272         XEmacs has menubar feature.
10273
10274 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10275
10276         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10277         cannot arrive at the beginning of the buffer under old Emacsen.
10278
10279 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10280
10281         * wl-address.el (wl-address-ldap-search):
10282         Call `ldap-search-entries' with `withdn' argument t.
10283         (wl-complete-field-body): Bind completion-ignore-case as t.
10284         Clear ldap search hash when it was sole completion.
10285         Use elmo-string for pattern string.
10286         (wl-ldap-alias-safe-string): Eliminated needless let.
10287
10288 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10289
10290         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10291         (wl-ldap-alias-sep): New constant.
10292         (wl-ldap-search-attribute-type-list): Ditto.
10293         (wl-ldap-get-value): New function.
10294         (wl-ldap-make-filter): Ditto.
10295         (wl-ldap-make-matched-value-list): Ditto.
10296         (wl-ldap-alias-safe-string): Ditto.
10297         (wl-ldap-register-dn-string): Ditto.
10298         (wl-address-ldap-search): Rewrite.
10299
10300 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10301
10302         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10303         thread is deleted.
10304         (wl-thread-delete-line-from-buffer): Ditto.
10305         (wl-thread-get-exist-children): New function.
10306
10307 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10308
10309         * wl-demo.el (wl-demo): Made it to select various image types.
10310         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10311         from `wl-title-logo'.
10312         (wl-logo-ascii): New variable.
10313         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10314         (wl-demo-copyright-notice): New constant.
10315
10316         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10317
10318 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10319
10320         * wl-vars.el (wl-summary-target-above): Renamed from
10321         wl-summary-temp-above.
10322         * wl-score.el (wl-score-get-score-alist): Use it.
10323         (wl-summary-score-update-all-lines): Use it.
10324         * wl-summary.el: Ditto. (make-variable-buffer-local).
10325
10326 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10327
10328         * wl-vars.el (wl-ldap-port): New user option.
10329
10330         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10331         Rewite whole implementation.
10332         (wl-complete-field-body): Fixed.
10333
10334 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10335
10336         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10337         Choose implementation at compile time.
10338
10339 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10340
10341         * wl-address.el (wl-ldap-search-internal): New function.
10342         (wl-complete-field-to): Use it.
10343
10344 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10345
10346         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10347         Use `let' instead of `let*'.
10348         Require 'wl-vars.
10349
10350         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10351         Define as defcustom.
10352         (wl-ldap-base): Ditto.
10353         (wl-use-ldap): Ditto.
10354
10355 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10356
10357         * wl-address.el (wl-ldap-search): New function.
10358         (wl-complete-field-body): Use `wl-ldap-search'.
10359         (wl-ldap-server): New variable.
10360         (wl-ldap-base): Ditto.
10361         (wl-use-ldap): Ditto.
10362
10363 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10364
10365         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10366         (Pointed out by Mito <mit@nines.nec.co.jp>).
10367         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10368         buffer-local variables like `wl-summary-redisplay-internal'.
10369         (wl-summary-redisplay-all-header): Likewise.  Update
10370         Summary view too.
10371
10372 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10373
10374         * wl-summary.el (wl-summary-jump-to-parent-message):
10375         Consider prefix argument.
10376
10377         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10378         when closed thread is deleted.
10379
10380 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10381
10382         * wl-summary.el (wl-summary-jump-to-parent-message):
10383         Consider thread modification.
10384
10385 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10386
10387         * wl-message.el (wl-message-normal-get-original-buffer): Use
10388         `save-excursion'.
10389
10390         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10391         (wl-summary-showto-folder-regexp): Ditto.
10392
10393 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10394
10395         * wl-util.el (wl-delete-alist): Doc fix.
10396         (wl-delete-associations): New function.
10397         (wl-inverse-alist): New function.
10398         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10399         Split temporary variables. Use `wl-delete-associations'
10400         and `wl-inverse-alist'.
10401         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10402
10403 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10404
10405         * wl-folder.el (wl-folder-prefetch-entity):
10406         Execute prefetching if new count is unknown.
10407
10408 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10409
10410         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10411
10412         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10413         delete entity.
10414         (wl-thread-set-parent): If insert as top, set linked as nil.
10415
10416         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10417         `wl-thread-cleanup-symbols' when view mode is thread.
10418
10419 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10420
10421         * wl-folder.el (wl-folder-create-folder-entity): Use
10422         with-current-buffer.
10423         (wl-local-folder-init): Call set-buffer to make sure we are in
10424         the Folder buffer. Don't touch buffer-local variables here.
10425         (wl-folder-mode): Initialize buffer-local variables here.
10426
10427         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10428         (wl-folder-entity-assign-id): Ditto.
10429         (wl-folder-create-entity-hashtb): Ditto.
10430         (wl-local-folder-init): Ditto.
10431         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10432
10433 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10434
10435         * wl-summary.el (wl-summary-default-from): Fix probrem when
10436         std11-extract-address-components return (nil "foo@bar").
10437
10438 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10439
10440         * wl-draft.el (wl-draft-clone-local-variables):
10441         Remove redundant `setq'.
10442
10443 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10444
10445         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10446         Bind wl-highlight-x-face-func as nil while highlighting header.
10447
10448 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10449
10450         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10451
10452 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10453
10454         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10455         elmo-msgdb-overview-hashtb from copy-variables.
10456         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10457         instead of `elmo-msgdb-overview-get-entity-by-number'.
10458         (wl-summary-auto-refile): Ditto.
10459
10460         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10461         `elmo-msgdb-overview-get-entity' instead of
10462         `elmo-msgdb-search-overview-entity'.  Use
10463         `elmo-msgdb-overview-get-entity' instead of
10464         `elmo-msgdb-overview-get-entity-by-number'.
10465         (wl-thread-insert-entity-sub): Ditto.
10466         (wl-thread-insert-message): Ditto.
10467
10468         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10469         `elmo-msgdb-overview-get-entity'.
10470         (wl-normal-message-redisplay): Ditto.
10471
10472 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10473
10474         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10475         `wl-thread-entities'.
10476         (wl-thread-delete-message): Fix remove top message from
10477         `wl-thread-entity-list'.
10478
10479         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10480         wl-append(nconc), because update-list is broken on Meadow.
10481
10482         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10483         updating process.
10484         (wl-summary-rescan): Ditto.
10485         (wl-summary-sync-update3): Ditto.
10486         * wl-thread.el (wl-thread-set-parent): Renamed from
10487         `wl-summary-set-parent'.
10488         (wl-thread-insert-message): Updating buffer faster.
10489         (wl-thread-delete-message): Updating buffer faster.
10490
10491         * wl-score.el (wl-summary-score-update-all-lines): Changed
10492         interval for display progress gauge.
10493
10494 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10495
10496         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10497         folder always-sticky.
10498         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10499         defmacro.
10500
10501 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10502
10503         * wl-vars.el (wl-draft-add-references): New user option.
10504
10505         * wl-draft.el (wl-draft-add-references): New function.
10506         (wl-draft-yank-from-mail-reply-buffer): Use it.
10507         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10508         as nil.
10509
10510 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10511
10512         * wl-thread.el (wl-thread-update-line-msgs): Called
10513         `wl-thread-update-line-on-buffer-sub'.
10514         (wl-thread-update-line-on-buffer): Delete routine of inserting
10515         thread.
10516         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10517         moved from `wl-thread-update-line-on-buffer'.
10518         Add threshold for displaying progress gauge.
10519         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10520         argument of `wl-thread-update-line-msgs'.
10521         Add threshold for displaying progress gauge.
10522         * wl-folder.el:
10523         Add threshold for displaying progress gauge.
10524         * wl-score.el: Ditto.
10525
10526         * wl-expire.el (wl-summary-expire): Display deleting info.
10527
10528 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10529
10530         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10531         `no-msg'.
10532         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10533         argument of `wl-thread-update-line-msgs'.
10534         (wl-summary-set-parent): Added optional argument `parent-number'.
10535         (wl-summary-buffer-saved-message): New buffer local variable.
10536         (wl-summary-save-current-message): New command.
10537         (wl-summary-yank-saved-message): Ditto.
10538         (wl-summary-mode-map): Added key binding for
10539         `wl-summary-save-current-message' (\ew) and
10540         `wl-summary-yank-saved-message' (\C-y).
10541         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10542
10543 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10544
10545         * wl-summary.el (wl-summary-mode-map): Added key binding for
10546         `wl-summary-set-parent' (ts).
10547
10548 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10549
10550         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10551         subject faster. If thread number is reverse, delayed updating
10552         thread.
10553         (wl-summary-search-by-subject): Ditto.
10554         (wl-summary-put-alike): Ditto.
10555         (wl-summary-get-alike): Ditto.
10556         (wl-summary-insert-headers): Insert header of all overview in
10557         buffer.
10558         (wl-summary-rescan): Delayed updating thread. Kill search subject
10559         buffer for wl-summary-search-by-subject.
10560         (wl-summary-sync-update3): Ditto.
10561         (wl-summary-exit): Ditto.
10562         (wl-summary-goto-bottom-of-current-thread): Change for linked
10563         thread.
10564         (wl-summary-overview-create-summary-line): Change line for linked
10565         thread.
10566
10567         * wl-summary.el (wl-summary-update-thread): Use
10568         wl-thread-maybe-get-children-num.
10569         (wl-summary-set-parent): If change parent, move sub thread.
10570         (wl-summary-redisplay-internal): Add horizontal recenter.
10571         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10572
10573         * wl-thread.el (wl-thread-entity-get-linked): New function.
10574         (wl-thread-entity-set-linked): New function.
10575         (wl-thread-create-entity): Add linked element.
10576         (wl-thread-entity-insert-as-top): Use wl-append.
10577         (wl-thread-maybe-get-children-num): If closing thread, return
10578         children msgs.
10579         (wl-thread-update-line-msgs): Displaying progress message.
10580         (wl-thread-update-line-on-buffer-sub): Use
10581         wl-thread-maybe-get-children-num.
10582         (wl-thread-update-line-on-buffer): If update line is not exists,
10583         insert thread.
10584         (wl-thread-delete-message): If delete top msg of thread, search
10585         parent by subject.
10586         (wl-thread-insert-entity): Use
10587         wl-thread-maybe-get-children-num.
10588
10589         * wl-highlight.el (wl-highlight-summary-current-line): change
10590         sregexp for linked thread.
10591         * wl-util.el (wl-count-lines): Count lines.
10592         (wl-horizontal-recenter): horizontal recenter.
10593         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10594         (wl-score-get-alike): Ditto.
10595         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10596         (wl-subject-length-limit): New variable.
10597         (wl-highlight-thread-indent-string-regexp): Changed for linked
10598         thread.
10599
10600 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10601
10602         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10603         New variable (revival).
10604         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10605         by subject matching if there's no in-reply-to nor references field
10606         (revival).
10607
10608 \f
10609 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10610
10611         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10612         message.
10613
10614 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10615
10616         * wl-summary.el (wl-summary-reply): Return t if there was a
10617         message at cursor point.
10618         Added unwind-protect.
10619         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10620         returns t.
10621         (wl-summary-cancel-message): Do nothing when there's no message at
10622         cursor point.
10623         (wl-summary-forward): Ditto.
10624         (wl-summary-jump-to-parent-message): Ditto.
10625         (wl-summary-reedit): Ditto.
10626         (wl-summary-edit-addresses): Ditto.
10627         (wl-summary-pipe-message): Ditto.
10628         (wl-summary-print-message-with-ps-print): Ditto.
10629         (wl-summary-print-message): Ditto.
10630         (wl-summary-mark-as-important): Ditto.
10631         (wl-summary-mark-as-unread): Ditto.
10632
10633         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10634         message at cursor point.
10635         (wl-summary-reply-with-citation): Remove unwind-protect.
10636
10637         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10638         subject searching feature.
10639         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10640         Eliminated.
10641
10642 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10643
10644         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10645         New variable.
10646         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10647         by subject matching if there's no in-reply-to nor references field.
10648
10649         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10650
10651         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10652         when display is finished.
10653         (wl-folder-open-all): Ditto.
10654         (wl-folder-update-access-group): Ditto.
10655         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10656         * wl-thread.el (wl-thread-close-all): Ditto.
10657
10658         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10659         progress gauge only when it was displayed.
10660         * wl-folder.el (wl-folder-insert-entity): Ditto.
10661
10662 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10663
10664         * wl-summary.el (wl-summary-incorporate): Enclose
10665         `wl-summary-sync-force-update' with save-excursion.
10666
10667 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10668
10669         * wl-summary.el (wl-summary-prefetch-region):
10670         Pass current cursor point to `pos-visible-in-window-p' after
10671         moving cursor to the started point.
10672
10673 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10674
10675         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10676
10677         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10678         fields from the forwarding message.
10679         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10680         `ignored-fields'.
10681
10682 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10683
10684         * wl-mime.el (wl-message-request-partial):
10685         Eliminated argument `msgdb'.
10686         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10687         (wl-mime-combine-message/partial-pieces): Likewise.
10688         * tm-wl.el (wl-message-request-partial): Likewise.
10689         (wl-mime-combine-message/partial-pieces): Likewise.
10690
10691 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10692
10693         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10694         when display is finished.
10695
10696 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10697
10698         * wl-summary.el (wl-summary-goto-folder-subr):
10699         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10700
10701 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10702
10703         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10704         when cursor point is visible.
10705
10706 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10707
10708         * wl-expire.el (wl-expire-archive-get-max-number):
10709         Don't use `file-name-directory'.
10710
10711 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10712
10713         * wl-expire.el (wl-expire-archive-get-max-number):
10714         Use `file-name-directory'.
10715
10716 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10717
10718         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10719         only when there is progress.
10720
10721 2000-04-13  Mito <mit@nines.nec.co.jp>
10722
10723         * wl-summary.el (wl-summary-sync-marks): Display progress.
10724
10725 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10726
10727         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10728         (wl-summary-prev): Move cursor regardless of unread status.
10729         (wl-summary-next): Ditto.
10730
10731 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10732
10733         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10734         Added argument `target' and `number'.
10735         * tm-wl.el (wl-summary-burst-subr): New function.
10736         (wl-summary-burst): Use it.
10737
10738 2000-04-10  Mito <mit@nines.nec.co.jp>
10739
10740         * wl-mime.el (wl-burst): New function.
10741         (wl-summary-burst): Use it.
10742
10743 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10744
10745         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10746         as petname when there's no candidate.
10747
10748 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10749
10750         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10751         New variable.
10752         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10753
10754         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10755
10756         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10757
10758 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10759
10760         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10761         Use substring of `original' instead of buffer-substring.
10762         (wl-refile-evaluate-rule):
10763         Set `original' argument of wl-refile-expand-newtext.
10764
10765         * wl-summary.el
10766         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10767         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10768         (wl-summary-auto-refile): Check existence of destination folder just
10769         before marking.
10770
10771 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10772
10773         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10774         when wl-refile-get-field-value return nil.
10775
10776 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10777
10778         * wl-refile.el
10779         (wl-refile-expand-newtext): New function imported from Gnus.
10780         (wl-refile-evaluate-rule): Use it.
10781
10782 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10783
10784         * wl-summary.el (wl-summary-print-destination):
10785         Duplicate folder string to avoid putting text-property on
10786         original string.
10787
10788         * wl-refile.el (wl-refile-get-field-value): New function.
10789         (wl-refile-evaluate-rule): New function;
10790         Evaluate refile rule recursively.
10791         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10792         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10793         New function; Check existence of a target folder recursively.
10794         (wl-summary-auto-refile-check-refile-rule-alist):
10795         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10796
10797 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10798
10799         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10800
10801         * wl-folder.el (wl-create-folder-entity-from-buffer):
10802         Fixed problem when '}' character is contained in folder name.
10803
10804         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10805
10806 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10807
10808         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10809         (wl-fldmgr-add-completion-all-completions):
10810         Use wl-fldmgr-add-completion-hashtb.
10811
10812 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10813
10814         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10815         wl-fldmgr-add-completion-subr): New functions.
10816         * wl-folder.el (wl-folder-completion-func): New variable.
10817         * wl-summary.el (wl-summary-read-folder):
10818         Use wl-folder-completion-func.
10819
10820         * wl-refile.el: Eliminate throw & catch.
10821
10822         * wl.el (wl-plugged-sending-queue-status): Fixed.
10823
10824 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10825
10826         * wl-draft.el (wl-draft): Put category property on
10827         mail-header-separator.